| Commit message (Expand) | Author | Files | Lines |
| 2012-01-18 | Fix init_buffer for USE_MMAP_FOR_BUFFERS case (backport from trunk) | Yoshiaki Kasahara | 1 | -1/+1 |
| 2012-01-10 | Add 2012 to FSF copyright years for Emacs files (do not merge to trunk) | Glenn Morris | 1 | -1/+1 |
| 2012-01-05 | Add 2012 to FSF copyright years for Emacs files | Glenn Morris | 1 | -1/+1 |
| 2011-11-26 | Spelling fixes. | Paul Eggert | 1 | -2/+2 |
| 2011-11-23 | In Fkill_buffer do replace_buffer_in_windows before Fset_buffer. (Bug#10114) | Martin Rudalics | 1 | -2/+7 |
| 2011-11-20 | Fix typos. | Juanma Barranquero | 1 | -1/+1 |
| 2011-11-19 | Spelling fixes. | Paul Eggert | 1 | -1/+1 |
| 2011-11-14 | Spelling fixes. | Paul Eggert | 1 | -1/+1 |
| 2011-10-07 | * src/buffer.c (syms_of_buffer) <enable-multibyte-characters>: Don't | Stefan Monnier | 1 | -3/+1 |
| 2011-09-30 | * buffer.h (struct buffer): Use time_t, not int, for a time stamp. | Paul Eggert | 1 | -1/+1 |
| 2011-09-24 | * src/buffer.c (truncate-lines): Doc fix. | Glenn Morris | 1 | -1/+3 |
| 2011-08-24 | Delete record-buffer, and rename unrecord-buffer to bury-buffer-internal. | Chong Yidong | 1 | -22/+10 |
| 2011-08-15 | * buffer.c (overlay_str_len): Now ptrdiff_t, not EMACS_INT, | Paul Eggert | 1 | -1/+1 |
| 2011-08-04 | Adjust in response to jan.h.d's comments. | Paul Eggert | 1 | -39/+25 |
| 2011-07-28 | * buffer.c: Memory overflow fixes. | Paul Eggert | 1 | -12/+9 |
| 2011-07-28 | src/buffer.c: Fix last change. | Eli Zaretskii | 1 | -1/+1 |
| 2011-07-28 | Turn on bidi-display-reordering by default. | Eli Zaretskii | 1 | -2/+2 |
| 2011-07-13 | src/buffer.c (mmap_find): Fix a typo. | Eli Zaretskii | 1 | -1/+1 |
| 2011-07-12 | * buffer.c (Fget_buffer_create): Initialized inhibit_shrinking. | Paul Eggert | 1 | -0/+1 |
| 2011-07-10 | Protoize | Andreas Schwab | 1 | -68/+47 |
| 2011-07-07 | * buffer.c: Integer signedness fixes. | Paul Eggert | 1 | -4/+4 |
| 2011-07-06 | Remove more assumptions re struct layout (Bug#8884). | Paul Eggert | 1 | -4/+4 |
| 2011-07-06 | Remove unportable assumption about struct layout (Bug#8884). | Paul Eggert | 1 | -2/+2 |
| 2011-07-04 | * buffer.c (Foverlay_put): Say what the return value is | Lars Magne Ingebrigtsen | 1 | -1/+2 |
| 2011-07-02 | Remove clone-number support. Provide clone-of parameter in window states. | Martin Rudalics | 1 | -17/+6 |
| 2011-06-27 | Have overlays with window property respect clone numbers. | Martin Rudalics | 1 | -6/+17 |
| 2011-06-24 | Move DEFSYM to lisp.h and use everywhere. | Juanma Barranquero | 1 | -33/+18 |
| 2011-06-21 | * buffer.c (OVERLAY_COUNT_MAX): New macro. | Paul Eggert | 1 | -17/+19 |
| 2011-06-21 | Use ptrdiff_t, not int, for overlay counts. | Paul Eggert | 1 | -19/+19 |
| 2011-06-19 | * buffer.c (init_buffer): Don't assume string length fits in 'int'. | Paul Eggert | 1 | -1/+1 |
| 2011-06-17 | * buffer.c: Include <verify.h>. | Paul Eggert | 1 | -1/+3 |
| 2011-06-17 | * buffer.c (record_overlay_string): Check for size-calculation overflow. | Paul Eggert | 1 | -3/+6 |
| 2011-06-17 | * buffer.c (struct sortstr.size, record_overlay_string): Don't truncate size ... | Paul Eggert | 1 | -2/+3 |
| 2011-06-17 | * buffer.c (compare_overlays, cmp_for_strings): Avoid subtraction overflow. | Paul Eggert | 1 | -5/+5 |
| 2011-06-17 | * buffer.c (struct sortstr.priority): Now EMACS_INT, not int. | Paul Eggert | 1 | -1/+1 |
| 2011-06-17 | * buffer.c (struct sortvec.priority): Now EMACS_INT, not int. | Paul Eggert | 1 | -1/+1 |
| 2011-06-11 | * buffer.c (Qclone_number): Remove for now, as it's unused. | Paul Eggert | 1 | -10/+9 |
| 2011-06-11 | Move/add window-buffer-related functions to window.el. | Martin Rudalics | 1 | -258/+197 |
| 2011-06-10 | Move window resize code from window.c to window.el. | Martin Rudalics | 1 | -1/+3 |
| 2011-06-08 | * buffer.c (advance_to_char_boundary): Return EMACS_INT, not int. | Paul Eggert | 1 | -1/+1 |
| 2011-06-08 | * buffer.c (Fgenerate_new_buffer_name): Use EMACS_INT for count, not int. | Paul Eggert | 1 | -3/+3 |
| 2011-05-30 | [ChangeLog] | Paul Eggert | 1 | -3/+3 |
| 2011-05-09 | Backport revisions 2011-04-24T05:30:24Z!eggert@cs.ucla.edu..2011-04-25T19:40:... | Eli Zaretskii | 1 | -9/+9 |
| 2011-04-27 | * buffer.c (init_buffer) [USE_MMAP_FOR_BUFFERS]: Adjust to aliasing change | Paul Eggert | 1 | -1/+1 |
| 2011-04-25 | * lisp.h: (XVECTOR_SIZE): Remove. All uses replaced with ASIZE. | Paul Eggert | 1 | -1/+1 |
| 2011-04-25 | Fix minor typos in previous change. | Paul Eggert | 1 | -1/+1 |
| 2011-04-25 | lisp.h: Fix a problem with aliasing and vector headers. | Paul Eggert | 1 | -9/+9 |
| 2011-04-14 | * lisp.h (INFUN): Remove. Suggested by Dan Nicolaescu in | Paul Eggert | 1 | -2/+2 |
| 2011-04-13 | Undo the DEFUN->DEFUE change. | Paul Eggert | 1 | -23/+23 |
| 2011-04-10 | * buffer.c (buffer_count): Remove unused var. | Paul Eggert | 1 | -3/+0 |