aboutsummaryrefslogtreecommitdiffstats
path: root/src/buffer.c
Commit message (Expand)AuthorAgeFilesLines
* Spelling fixes.Paul Eggert2011-11-261-2/+2
* In Fkill_buffer do replace_buffer_in_windows before Fset_buffer. (Bug#10114)Martin Rudalics2011-11-231-2/+7
* Fix typos.Juanma Barranquero2011-11-201-1/+1
* Spelling fixes.Paul Eggert2011-11-191-1/+1
* Spelling fixes.Paul Eggert2011-11-141-1/+1
* * src/buffer.c (syms_of_buffer) <enable-multibyte-characters>: Don'tStefan Monnier2011-10-071-3/+1
* * buffer.h (struct buffer): Use time_t, not int, for a time stamp.Paul Eggert2011-09-301-1/+1
* * src/buffer.c (truncate-lines): Doc fix.Glenn Morris2011-09-241-1/+3
* Merge from trunk.Paul Eggert2011-08-251-22/+10
|\
| * Delete record-buffer, and rename unrecord-buffer to bury-buffer-internal.Chong Yidong2011-08-241-22/+10
* | * buffer.c (overlay_str_len): Now ptrdiff_t, not EMACS_INT,Paul Eggert2011-08-151-1/+1
* | Adjust in response to jan.h.d's comments.Paul Eggert2011-08-041-39/+25
* | Merge from trunk.Paul Eggert2011-07-281-1/+1
|\|
| * src/buffer.c: Fix last change.Eli Zaretskii2011-07-281-1/+1
| * Turn on bidi-display-reordering by default.Eli Zaretskii2011-07-281-2/+2
* | * buffer.c: Memory overflow fixes.Paul Eggert2011-07-281-12/+9
|/
* Merge from trunk.Paul Eggert2011-07-131-1/+1
|\
| * src/buffer.c (mmap_find): Fix a typo.Eli Zaretskii2011-07-131-1/+1
* | Merge from trunk.Paul Eggert2011-07-121-0/+1
|\|
| * * buffer.c (Fget_buffer_create): Initialized inhibit_shrinking.Paul Eggert2011-07-121-0/+1
* | Merge from trunk.Paul Eggert2011-07-101-68/+47
|\|
| * ProtoizeAndreas Schwab2011-07-101-68/+47
* | * buffer.c: Integer signedness fixes.Paul Eggert2011-07-071-4/+4
|/
* Remove more assumptions re struct layout (Bug#8884).Paul Eggert2011-07-061-4/+4
* Remove unportable assumption about struct layout (Bug#8884).Paul Eggert2011-07-061-2/+2
* * buffer.c (Foverlay_put): Say what the return value isLars Magne Ingebrigtsen2011-07-041-1/+2
* Remove clone-number support. Provide clone-of parameter in window states.Martin Rudalics2011-07-021-17/+6
* Have overlays with window property respect clone numbers.Martin Rudalics2011-06-271-6/+17
* Move DEFSYM to lisp.h and use everywhere.Juanma Barranquero2011-06-241-33/+18
* * buffer.c (OVERLAY_COUNT_MAX): New macro.Paul Eggert2011-06-211-17/+19
* Use ptrdiff_t, not int, for overlay counts.Paul Eggert2011-06-211-19/+19
* * buffer.c (init_buffer): Don't assume string length fits in 'int'.Paul Eggert2011-06-191-1/+1
* * buffer.c: Include <verify.h>.Paul Eggert2011-06-171-1/+3
* * buffer.c (record_overlay_string): Check for size-calculation overflow.Paul Eggert2011-06-171-3/+6
* * buffer.c (struct sortstr.size, record_overlay_string): Don't truncate size ...Paul Eggert2011-06-171-2/+3
* * buffer.c (compare_overlays, cmp_for_strings): Avoid subtraction overflow.Paul Eggert2011-06-171-5/+5
* * buffer.c (struct sortstr.priority): Now EMACS_INT, not int.Paul Eggert2011-06-171-1/+1
* * buffer.c (struct sortvec.priority): Now EMACS_INT, not int.Paul Eggert2011-06-171-1/+1
* Merge from trunk.Paul Eggert2011-06-131-257/+195
|\
| * * buffer.c (Qclone_number): Remove for now, as it's unused.Paul Eggert2011-06-111-10/+9
| * Move/add window-buffer-related functions to window.el.Martin Rudalics2011-06-111-258/+197
* | Merge from trunk.Paul Eggert2011-06-101-1/+3
|\|
| * Move window resize code from window.c to window.el.Martin Rudalics2011-06-101-1/+3
* | * buffer.c (advance_to_char_boundary): Return EMACS_INT, not int.Paul Eggert2011-06-081-1/+1
* | * buffer.c (Fgenerate_new_buffer_name): Use EMACS_INT for count, not int.Paul Eggert2011-06-081-3/+3
|/
* [ChangeLog]Paul Eggert2011-05-301-3/+3
* * buffer.c (init_buffer) [USE_MMAP_FOR_BUFFERS]: Adjust to aliasing changePaul Eggert2011-04-271-1/+1
* Merge from mainline.Paul Eggert2011-04-251-1/+2
|\
| * Merge from emacs-23; up to 2010-06-09T17:54:28Z!albinus@detlef.Glenn Morris2011-04-221-1/+2
| |\
| | * * src/buffer.c (syms_of_buffer): Doc fix (Bug#6902).Chong Yidong2011-04-101-1/+2