aboutsummaryrefslogtreecommitdiffstats
path: root/src/buffer.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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
| | * Backport fix for Bug#8219 from trunk.Chong Yidong2011-03-191-105/+82
| | * Fix typos.Juanma Barranquero2011-02-231-1/+1
* | | * lisp.h: (XVECTOR_SIZE): Remove. All uses replaced with ASIZE.Paul Eggert2011-04-251-1/+1
* | | Fix minor typos in previous change.Paul Eggert2011-04-251-1/+1
* | | lisp.h: Fix a problem with aliasing and vector headers.Paul Eggert2011-04-251-9/+9
|/ /
* | * lisp.h (INFUN): Remove. Suggested by Dan Nicolaescu inPaul Eggert2011-04-141-2/+2
* | Undo the DEFUN->DEFUE change.Paul Eggert2011-04-131-23/+23
* | * buffer.c (buffer_count): Remove unused var.Paul Eggert2011-04-101-3/+0
* | Declare Lisp_Object Q* variables to be 'static' if not exproted.Paul Eggert2011-04-101-11/+12
* | Make Emacs functions such as Fatom 'static' by default.Paul Eggert2011-04-101-26/+27
* | * buffer.c (Fprevious_overlay_change): Remove var that is setPaul Eggert2011-04-021-3/+2
* | Merge from trunkStefan Monnier2011-03-311-4/+3
|\ \
| * | src/*.c: Remove unused function parameters.Juanma Barranquero2011-03-251-2/+2
| * | Use Frun_hooks rather than calling Vrun_hooks manuallyJulien Danjou2011-03-231-2/+1