| Commit message (Expand) | Author | Age | Files | Lines |
| * | Do not avoid creating empty evaporating overlays (Bug#9642). | Paul Eggert | 2012-04-28 | 1 | -19/+18 |
| * | Do not create empty overlays with the evaporate property (Bug#9642). | Paul Eggert | 2012-04-23 | 1 | -18/+19 |
| * | Improve ralloc.c interface checking. | Paul Eggert | 2012-04-15 | 1 | -11/+0 |
| * | Remove * characters from the front of variable docstrings. | Chong Yidong | 2012-04-09 | 1 | -24/+24 |
| * | Remove ucs-set-table-for-input dead code | Glenn Morris | 2012-04-08 | 1 | -13/+0 |
| * | * buffer.c (compare_overlays): Don't assume args differ (Bug#6830). | Paul Eggert | 2012-03-12 | 1 | -1/+3 |
| * | * src/buffer.c (compare_overlays): Avoid qsort's instability. | Stefan Monnier | 2012-03-09 | 1 | -1/+5 |
| * | * src/buffer.c (buffer-list-update-hook): Doc fix. | Glenn Morris | 2012-03-01 | 1 | -3/+3 |
| * | Update Files chapter in Lisp manual. | Chong Yidong | 2012-02-21 | 1 | -1/+5 |
| * | Fix and doc-fix for `buffer-local-variables'. | Chong Yidong | 2012-02-07 | 1 | -4/+10 |
| * | Add 2012 to FSF copyright years for Emacs files | Glenn Morris | 2012-01-05 | 1 | -1/+1 |
| * | Spelling fixes. | Paul Eggert | 2011-11-26 | 1 | -2/+2 |
| * | In Fkill_buffer do replace_buffer_in_windows before Fset_buffer. (Bug#10114) | Martin Rudalics | 2011-11-23 | 1 | -2/+7 |
| * | Fix typos. | Juanma Barranquero | 2011-11-20 | 1 | -1/+1 |
| * | Spelling fixes. | Paul Eggert | 2011-11-19 | 1 | -1/+1 |
| * | Spelling fixes. | Paul Eggert | 2011-11-14 | 1 | -1/+1 |
| * | * src/buffer.c (syms_of_buffer) <enable-multibyte-characters>: Don't | Stefan Monnier | 2011-10-07 | 1 | -3/+1 |
| * | * buffer.h (struct buffer): Use time_t, not int, for a time stamp. | Paul Eggert | 2011-09-30 | 1 | -1/+1 |
| * | * src/buffer.c (truncate-lines): Doc fix. | Glenn Morris | 2011-09-24 | 1 | -1/+3 |
| * | Merge from trunk. | Paul Eggert | 2011-08-25 | 1 | -22/+10 |
| |\ |
|
| | * | Delete record-buffer, and rename unrecord-buffer to bury-buffer-internal. | Chong Yidong | 2011-08-24 | 1 | -22/+10 |
| * | | * buffer.c (overlay_str_len): Now ptrdiff_t, not EMACS_INT, | Paul Eggert | 2011-08-15 | 1 | -1/+1 |
| * | | Adjust in response to jan.h.d's comments. | Paul Eggert | 2011-08-04 | 1 | -39/+25 |
| * | | Merge from trunk. | Paul Eggert | 2011-07-28 | 1 | -1/+1 |
| |\ \
| |/ |
|
| | * | src/buffer.c: Fix last change. | Eli Zaretskii | 2011-07-28 | 1 | -1/+1 |
| | * | Turn on bidi-display-reordering by default. | Eli Zaretskii | 2011-07-28 | 1 | -2/+2 |
| * | | * buffer.c: Memory overflow fixes. | Paul Eggert | 2011-07-28 | 1 | -12/+9 |
| |/ |
|
| * | Merge from trunk. | Paul Eggert | 2011-07-13 | 1 | -1/+1 |
| |\ |
|
| | * | src/buffer.c (mmap_find): Fix a typo. | Eli Zaretskii | 2011-07-13 | 1 | -1/+1 |
| * | | Merge from trunk. | Paul Eggert | 2011-07-12 | 1 | -0/+1 |
| |\ \
| |/ |
|
| | * | * buffer.c (Fget_buffer_create): Initialized inhibit_shrinking. | Paul Eggert | 2011-07-12 | 1 | -0/+1 |
| * | | Merge from trunk. | Paul Eggert | 2011-07-10 | 1 | -68/+47 |
| |\ \
| |/ |
|
| | * | Protoize | Andreas Schwab | 2011-07-10 | 1 | -68/+47 |
| * | | * buffer.c: Integer signedness fixes. | Paul Eggert | 2011-07-07 | 1 | -4/+4 |
| |/ |
|
| * | Remove more assumptions re struct layout (Bug#8884). | Paul Eggert | 2011-07-06 | 1 | -4/+4 |
| * | Remove unportable assumption about struct layout (Bug#8884). | Paul Eggert | 2011-07-06 | 1 | -2/+2 |
| * | * buffer.c (Foverlay_put): Say what the return value is | Lars Magne Ingebrigtsen | 2011-07-04 | 1 | -1/+2 |
| * | Remove clone-number support. Provide clone-of parameter in window states. | Martin Rudalics | 2011-07-02 | 1 | -17/+6 |
| * | Have overlays with window property respect clone numbers. | Martin Rudalics | 2011-06-27 | 1 | -6/+17 |
| * | Move DEFSYM to lisp.h and use everywhere. | Juanma Barranquero | 2011-06-24 | 1 | -33/+18 |
| * | * buffer.c (OVERLAY_COUNT_MAX): New macro. | Paul Eggert | 2011-06-21 | 1 | -17/+19 |
| * | Use ptrdiff_t, not int, for overlay counts. | Paul Eggert | 2011-06-21 | 1 | -19/+19 |
| * | * buffer.c (init_buffer): Don't assume string length fits in 'int'. | Paul Eggert | 2011-06-19 | 1 | -1/+1 |
| * | * buffer.c: Include <verify.h>. | Paul Eggert | 2011-06-17 | 1 | -1/+3 |
| * | * buffer.c (record_overlay_string): Check for size-calculation overflow. | Paul Eggert | 2011-06-17 | 1 | -3/+6 |
| * | * buffer.c (struct sortstr.size, record_overlay_string): Don't truncate size ... | Paul Eggert | 2011-06-17 | 1 | -2/+3 |
| * | * buffer.c (compare_overlays, cmp_for_strings): Avoid subtraction overflow. | Paul Eggert | 2011-06-17 | 1 | -5/+5 |
| * | * buffer.c (struct sortstr.priority): Now EMACS_INT, not int. | Paul Eggert | 2011-06-17 | 1 | -1/+1 |
| * | * buffer.c (struct sortvec.priority): Now EMACS_INT, not int. | Paul Eggert | 2011-06-17 | 1 | -1/+1 |
| * | Merge from trunk. | Paul Eggert | 2011-06-13 | 1 | -257/+195 |
| |\ |
|