| Commit message (Expand) | Author | Files | Lines |
| 2011-02-23 | Fix typos. | Juanma Barranquero | 1 | -1/+1 |
| 2011-02-16 | Use KVAR in MS-Windows build, remove buffer-file-type. | Eli Zaretskii | 1 | -28/+0 |
| 2011-02-16 | Change B_ to BVAR | Tom Tromey | 1 | -335/+335 |
| 2011-02-14 | Fix the MS-Windows build due to introduction of B_. | Eli Zaretskii | 1 | -3/+3 |
| 2011-02-14 | Hide implementation of `struct buffer' | Tom Tromey | 1 | -337/+343 |
| 2011-02-08 | Make globals.h a generated header | Tom Tromey | 1 | -1/+1 |
| 2011-02-06 | * insdel.c: conform to C89 pointer rules | Paul Eggert | 1 | -1/+1 |
| 2011-01-30 | Use SSDATA when the context wants char *. | Paul Eggert | 1 | -3/+2 |
| 2011-01-24 | Convert consecutive FSF copyright years to ranges. | Glenn Morris | 1 | -3/+1 |
| 2011-01-18 | Move all DEFVAR'd globals into a structure -- threading infrastructure | Tom Tromey | 1 | -28/+8 |
| 2011-01-18 | Change buffer_defaults to new new macro; preparation for thread patch | Tom Tromey | 1 | -85/+85 |
| 2011-01-15 | Refill some copyright headers. | Glenn Morris | 1 | -4/+4 |
| 2011-01-09 | Include <unistd.h> unilaterally. | Paul Eggert | 1 | -3/+0 |
| 2011-01-02 | Add 2011 to FSF/AIST copyright years. | Glenn Morris | 1 | -1/+1 |
| 2010-12-27 | Remove unused declarations | Andreas Schwab | 1 | -3/+0 |
| 2010-10-28 | Remove duplicate Lisp definitions of define-minor-mode variables defined in C. | Glenn Morris | 1 | -5/+18 |
| 2010-10-23 | Sync docs of cursor-in-non-selected-windows between Lisp and C. | Glenn Morris | 1 | -8/+10 |
| 2010-10-02 | Doc fix. | Glenn Morris | 1 | -8/+2 |
| 2010-09-24 | Fix int/EMACS_INT in eval.c and indent.c, correct previous changes. | Eli Zaretskii | 1 | -1/+1 |
| 2010-09-24 | Fix int/EMACS_INT use in buffer.c. | Eli Zaretskii | 1 | -46/+47 |
| 2010-09-14 | Fix typos in comments and ChangeLogs. | Juanma Barranquero | 1 | -1/+1 |
| 2010-08-09 | Use const char* instead of char*. | Dan Nicolaescu | 1 | -1/+1 |
| 2010-08-07 | Remove duplicate declarations. | Juanma Barranquero | 1 | -2/+0 |
| 2010-07-29 | * src/buffer.c (Qwindow): Do not define, already defined in data.c. | Dan Nicolaescu | 1 | -3/+1 |
| 2010-07-28 | Remove extern declarations from .c files, and them to .h files. | Dan Nicolaescu | 1 | -2/+0 |
| 2010-07-26 | Use const, move declarations to header files. | Dan Nicolaescu | 1 | -1/+0 |
| 2010-07-21 | * buffer.c (syms_of_buffer) <fringe-indicator-alist>: Doc fix. | Juanma Barranquero | 1 | -4/+4 |
| 2010-07-12 | * src/buffer.c (Fset_buffer_multibyte): Remove subprocesses conditional. | Dan Nicolaescu | 1 | -2/+0 |
| 2010-07-08 | Convert DEFUNs to standard C. | Dan Nicolaescu | 1 | -91/+47 |
| 2010-07-08 | Replace bcopy, bzero, bcmp by memcpy, memmove, memset, memcmp | Andreas Schwab | 1 | -6/+6 |
| 2010-07-05 | Convert most remaining function definitions to standard C. | Juanma Barranquero | 1 | -125/+53 |
| 2010-07-02 | Remove __P and P_ from .c and .m files and definition of P_ | Jan D | 1 | -24/+24 |
| 2010-06-05 | Remove obsolete macro BASE_LEADING_CODE_P. | Juanma Barranquero | 1 | -3/+3 |
| 2010-06-03 | * src/buffer.c (Fother_buffer): Add CHECK_FRAME. | Juri Linkov | 1 | -2/+2 |
| 2010-05-27 | Change delete-by-moving-to-trash so Lisp calls explicitly request trashing. | Chong Yidong | 1 | -1/+1 |
| 2010-05-03 | Add optional arg to delete-file to force deletion (Bug#6070). | Chong Yidong | 1 | -1/+1 |
| 2010-04-21 | Remove references to (default-)direction-reversed. | Juanma Barranquero | 1 | -2/+1 |
| 2010-04-20 | * buffer.h (struct buffer): Remove unused var `direction_reversed'. | Stefan Monnier | 1 | -9/+2 |
| 2010-04-19 | Make variable forwarding explicit rather the using special values. | Stefan Monnier | 1 | -113/+92 |
| 2010-04-12 | Try to detect file modification within the same second. | Stefan Monnier | 1 | -0/+1 |
| 2010-04-01 | Remove extern errno declarations. | Dan Nicolaescu | 1 | -6/+0 |
| 2010-03-02 | buffer.c (Fset_buffer_multibyte): Fix handling of the multibyte form of raw-b... | Kenichi Handa | 1 | -1/+3 |
| 2010-01-12 | Try to fix bug#5314. This is probably not the final word, tho. | Stefan Monnier | 1 | -5/+23 |
| 2010-01-01 | Retrospective commit from 2009-1219. | Eli Zaretskii | 1 | -0/+2 |
| 2010-01-01 | Retrospective commit from 2009-11-14. | Eli Zaretskii | 1 | -4/+4 |
| 2010-01-01 | Retrospective commit from 2009-10-08. | Eli Zaretskii | 1 | -16/+1 |
| 2010-01-01 | Retrospective commit from 2009-10-05. | Eli Zaretskii | 1 | -0/+19 |
| 2009-12-31 | Retrospective commit from 2009-08-15. | Eli Zaretskii | 1 | -20/+20 |
| 2009-12-31 | Retrospective commit. | Eli Zaretskii | 1 | -10/+23 |
| 2009-11-21 | * character.h (STRING_CHAR, STRING_CHAR_AND_LENGTH): Remove | Andreas Schwab | 1 | -1/+1 |