| Commit message (Expand) | Author | Age | Files | Lines |
| * | Fix typo in last commit. | Chong Yidong | 2012-04-13 | 1 | -1/+1 |
| * | * src/indent.c (Fmove_to_column): Change interactive spec. | Reuben Thomas | 2012-04-13 | 1 | -1/+2 |
| * | Remove * characters from the front of variable docstrings. | Chong Yidong | 2012-04-09 | 1 | -1/+1 |
| * | Fix bug #11133 with vertical-motion across a long display string. | Eli Zaretskii | 2012-04-07 | 1 | -1/+13 |
| * | Add 2012 to FSF copyright years for Emacs files | Glenn Morris | 2012-01-05 | 1 | -1/+1 |
| * | Spelling fixes. | Paul Eggert | 2011-11-14 | 1 | -1/+1 |
| * | * indent.c (Fvertical_motion): Fix == vs = typo. | Paul Eggert | 2011-09-24 | 1 | -1/+1 |
| * | Fix vertical cursor motion when the newline is covered by a display string. | Eli Zaretskii | 2011-09-24 | 1 | -48/+53 |
| * | Remove unused external symbols. | Paul Eggert | 2011-09-14 | 1 | -1/+1 |
| * | Fix bug #2496 with column counting in presence of display tables. | Eli Zaretskii | 2011-09-12 | 1 | -1/+1 |
| * | * indent.c: Integer overflow fixes. | Paul Eggert | 2011-09-04 | 1 | -6/+6 |
| * | Merge from trunk. | Paul Eggert | 2011-08-05 | 1 | -1/+1 |
| |\ |
|
| | * | Fix bug #9221 with memory leak in bidi display. | Eli Zaretskii | 2011-08-05 | 1 | -1/+1 |
| | |\ |
|
| | | * | Fix bug #9221 with resource allocation under word-wrap. | Eli Zaretskii | 2011-08-05 | 1 | -1/+1 |
| * | | | Adjust in response to jan.h.d's comments. | Paul Eggert | 2011-08-04 | 1 | -1/+1 |
| * | | | Don't assume that stated character widths fit in int. | Paul Eggert | 2011-07-18 | 1 | -1/+1 |
| * | | | Don't assume that tab-width fits in int. | Paul Eggert | 2011-07-18 | 1 | -15/+6 |
| |/ / |
|
| * | | * 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 |