| Commit message (Expand) | Author | Age | Files | Lines |
* | * indent.c (Fvertical_motion): Mark locals as initialized. | Paul Eggert | 2011-07-14 | 1 | -1/+1 |
* | Support bidi reordering of overlay and display strings. | Eli Zaretskii | 2011-07-14 | 1 | -0/+3 |
|\ |
|
| * | Empty the bidi cache "stack" when it->sp is zeroed. | Eli Zaretskii | 2011-07-05 | 1 | -0/+3 |
* | | Fix bugs in vertical-motion and display-buffer-normalize-special. | Martin Rudalics | 2011-07-14 | 1 | -3/+11 |
* | | Protoize | Andreas Schwab | 2011-07-10 | 1 | -2/+1 |
* | | * indent.c (Fcompute_motion): Don't assume hscroll and tab offset fit in int. | Paul Eggert | 2011-06-18 | 1 | -1/+1 |
* | | * indent.c (sane_tab_width): New function. | Paul Eggert | 2011-06-18 | 1 | -19/+15 |
* | | Install some window-size related functions and window-list-1. | Martin Rudalics | 2011-06-07 | 1 | -4/+4 |
|/ |
|
* | * lisp.h: (XVECTOR_SIZE): Remove. All uses replaced with ASIZE. | Paul Eggert | 2011-04-25 | 1 | -4/+4 |
* | lisp.h: Fix a problem with aliasing and vector headers. | Paul Eggert | 2011-04-25 | 1 | -6/+6 |
* | Fix regex.c, syntax.c and friends for buffers > 2GB. | Eli Zaretskii | 2011-04-16 | 1 | -1/+2 |
* | Undo the DEFUN->DEFUE change. | Paul Eggert | 2011-04-13 | 1 | -3/+3 |
* | * indent.c (val_compute_motion, val_vmotion): Now static. | Paul Eggert | 2011-04-13 | 1 | -2/+2 |
* | Make Emacs functions such as Fatom 'static' by default. | Paul Eggert | 2011-04-10 | 1 | -3/+3 |
* | * indent.c (MULTIBYTE_BYTES_WIDTH): Don't compute wide_column. | Paul Eggert | 2011-04-02 | 1 | -8/+5 |
* | src/xdisp.c: Remove unused parameters. | Juanma Barranquero | 2011-03-31 | 1 | -6/+6 |
* | * indent.c (Fvertical_motion): Mark locals as initialized. | Paul Eggert | 2011-03-15 | 1 | -2/+2 |
* | * indent.c (MULTIBYTE_BYTES_WIDTH): New args bytes, width. | Paul Eggert | 2011-03-15 | 1 | -15/+15 |
* | current_column: Now returns EMACS_INT, fixing some iftc. | Paul Eggert | 2011-03-06 | 1 | -26/+23 |
* | Change B_ to BVAR | Tom Tromey | 2011-02-16 | 1 | -31/+31 |
* | Hide implementation of `struct buffer' | Tom Tromey | 2011-02-14 | 1 | -31/+31 |
* | * doprnt.c, indent.c, character.c: conform to C89 pointer rules | Paul Eggert | 2011-02-06 | 1 | -1/+1 |
* | Use SSDATA when the context wants char *. | Paul Eggert | 2011-01-30 | 1 | -2/+1 |
* | Convert consecutive FSF copyright years to ranges. | Glenn Morris | 2011-01-24 | 1 | -2/+1 |
* | Move all DEFVAR'd globals into a structure -- threading infrastructure | Tom Tromey | 2011-01-18 | 1 | -6/+1 |
* | Nuke arch-tags. | Glenn Morris | 2011-01-15 | 1 | -2/+0 |
* | Merge from emacs-23 | Stefan Monnier | 2011-01-14 | 1 | -1/+1 |
|\ |
|
| * | Add 2011 to FSF/AIST copyright years. | Glenn Morris | 2011-01-02 | 1 | -1/+1 |
* | | Fix int/EMACS_INT in eval.c and indent.c, correct previous changes. | Eli Zaretskii | 2010-09-24 | 1 | -5/+5 |
* | | Fix use of int instead of EMACS_INT in search.c and region-cache.c. | Eli Zaretskii | 2010-09-23 | 1 | -1/+1 |
* | | Remove extern declarations in .c files, .h files have them. | Dan Nicolaescu | 2010-08-05 | 1 | -1/+0 |
* | | Convert DEFUNs to standard C. | Dan Nicolaescu | 2010-07-08 | 1 | -11/+6 |
* | | Replace bcopy, bzero, bcmp by memcpy, memmove, memset, memcmp | Andreas Schwab | 2010-07-08 | 1 | -2/+2 |
* | | Convert (most) functions in src to standard C. | Dan Nicolaescu | 2010-07-04 | 1 | -34/+14 |
* | | Remove __P and P_ from .c and .m files and definition of P_ | Jan D | 2010-07-02 | 1 | -3/+3 |
* | | Remove obsolete macro BASE_LEADING_CODE_P. | Juanma Barranquero | 2010-06-05 | 1 | -5/+5 |
|/ |
|
* | Add 2010 to copyright years. | Glenn Morris | 2010-01-13 | 1 | -1/+1 |
* | (skip_invisible): Fix a typo in a comment. | Eli Zaretskii | 2009-11-28 | 1 | -1/+1 |
* | * character.h (STRING_CHAR, STRING_CHAR_AND_LENGTH): Remove | Andreas Schwab | 2009-11-21 | 1 | -1/+1 |
* | * alloc.c: Do not define struct catchtag. | Dan Nicolaescu | 2009-10-19 | 1 | -0/+1 |
* | (Fvertical_motion): Undo 2005-01-19 change (Bug#2694). | Chong Yidong | 2009-03-19 | 1 | -8/+5 |
* | Add 2009 to copyright years. | Glenn Morris | 2009-01-08 | 1 | -1/+1 |
* | (Fvertical_motion): Don't advance iterator if we have reseated to the | Chong Yidong | 2008-12-30 | 1 | -6/+10 |
* | Minor fix to last change. | Chong Yidong | 2008-09-17 | 1 | -1/+1 |
* | (Fvertical_motion): Use position reported by iterator | Chong Yidong | 2008-09-17 | 1 | -2/+2 |
* | (scan_for_column): Don't handle automatic composition if the current | Kenichi Handa | 2008-09-12 | 1 | -1/+6 |
* | (Fvertical_motion): Be sure to set it_overshoot_expected if | Kenichi Handa | 2008-09-08 | 1 | -1/+1 |
* | (Fvertical_motion): Don't call move_it_by_lines again if moving by a | Chong Yidong | 2008-09-02 | 1 | -4/+10 |
* | Include composite.h and dispextern.h. | Kenichi Handa | 2008-08-29 | 1 | -55/+59 |
* | (Fvertical_motion): Revert last change. Handle the general case where | Chong Yidong | 2008-08-27 | 1 | -47/+61 |