aboutsummaryrefslogtreecommitdiffstats
path: root/src/buffer.c (unfollow)
Commit message (Expand)AuthorFilesLines
2012-05-02* intervals.c (adjust_intervals_for_insertion): Initialize `newi'Dmitry Antipov1-2/+0
2012-04-28Do not avoid creating empty evaporating overlays (Bug#9642).Paul Eggert1-19/+18
2012-04-23Do not create empty overlays with the evaporate property (Bug#9642).Paul Eggert1-18/+19
2012-04-15Improve ralloc.c interface checking.Paul Eggert1-11/+0
2012-04-09Remove * characters from the front of variable docstrings.Chong Yidong1-24/+24
2012-04-08Remove ucs-set-table-for-input dead codeGlenn Morris1-13/+0
2012-03-12* buffer.c (compare_overlays): Don't assume args differ (Bug#6830).Paul Eggert1-1/+3
2012-03-09* src/buffer.c (compare_overlays): Avoid qsort's instability.Stefan Monnier1-1/+5
2012-03-01* src/buffer.c (buffer-list-update-hook): Doc fix.Glenn Morris1-3/+3
2012-02-21Update Files chapter in Lisp manual.Chong Yidong1-1/+5
2012-02-07Fix and doc-fix for `buffer-local-variables'.Chong Yidong1-4/+10
2012-01-18Fix init_buffer for USE_MMAP_FOR_BUFFERS case (backport from trunk)Yoshiaki Kasahara1-1/+1
2012-01-10Add 2012 to FSF copyright years for Emacs files (do not merge to trunk)Glenn Morris1-1/+1
2012-01-05Add 2012 to FSF copyright years for Emacs filesGlenn Morris1-1/+1
2011-11-26Spelling fixes.Paul Eggert1-2/+2
2011-11-23In Fkill_buffer do replace_buffer_in_windows before Fset_buffer. (Bug#10114)Martin Rudalics1-2/+7
2011-11-20Fix typos.Juanma Barranquero1-1/+1
2011-11-19Spelling fixes.Paul Eggert1-1/+1
2011-11-14Spelling fixes.Paul Eggert1-1/+1
2011-10-07* src/buffer.c (syms_of_buffer) <enable-multibyte-characters>: Don'tStefan Monnier1-3/+1
2011-09-30* buffer.h (struct buffer): Use time_t, not int, for a time stamp.Paul Eggert1-1/+1
2011-09-24* src/buffer.c (truncate-lines): Doc fix.Glenn Morris1-1/+3
2011-08-24Delete record-buffer, and rename unrecord-buffer to bury-buffer-internal.Chong Yidong1-22/+10
2011-08-15* buffer.c (overlay_str_len): Now ptrdiff_t, not EMACS_INT,Paul Eggert1-1/+1
2011-08-04Adjust in response to jan.h.d's comments.Paul Eggert1-39/+25
2011-07-28* buffer.c: Memory overflow fixes.Paul Eggert1-12/+9
2011-07-28src/buffer.c: Fix last change.Eli Zaretskii1-1/+1
2011-07-28Turn on bidi-display-reordering by default.Eli Zaretskii1-2/+2
2011-07-13src/buffer.c (mmap_find): Fix a typo.Eli Zaretskii1-1/+1
2011-07-12* buffer.c (Fget_buffer_create): Initialized inhibit_shrinking.Paul Eggert1-0/+1
2011-07-10ProtoizeAndreas Schwab1-68/+47
2011-07-07* buffer.c: Integer signedness fixes.Paul Eggert1-4/+4
2011-07-06Remove more assumptions re struct layout (Bug#8884).Paul Eggert1-4/+4
2011-07-06Remove unportable assumption about struct layout (Bug#8884).Paul Eggert1-2/+2
2011-07-04* buffer.c (Foverlay_put): Say what the return value isLars Magne Ingebrigtsen1-1/+2
2011-07-02Remove clone-number support. Provide clone-of parameter in window states.Martin Rudalics1-17/+6
2011-06-27Have overlays with window property respect clone numbers.Martin Rudalics1-6/+17
2011-06-24Move DEFSYM to lisp.h and use everywhere.Juanma Barranquero1-33/+18
2011-06-21* buffer.c (OVERLAY_COUNT_MAX): New macro.Paul Eggert1-17/+19
2011-06-21Use ptrdiff_t, not int, for overlay counts.Paul Eggert1-19/+19
2011-06-19* buffer.c (init_buffer): Don't assume string length fits in 'int'.Paul Eggert1-1/+1
2011-06-17* buffer.c: Include <verify.h>.Paul Eggert1-1/+3
2011-06-17* buffer.c (record_overlay_string): Check for size-calculation overflow.Paul Eggert1-3/+6
2011-06-17* buffer.c (struct sortstr.size, record_overlay_string): Don't truncate size ...Paul Eggert1-2/+3
2011-06-17* buffer.c (compare_overlays, cmp_for_strings): Avoid subtraction overflow.Paul Eggert1-5/+5
2011-06-17* buffer.c (struct sortstr.priority): Now EMACS_INT, not int.Paul Eggert1-1/+1
2011-06-17* buffer.c (struct sortvec.priority): Now EMACS_INT, not int.Paul Eggert1-1/+1
2011-06-11* buffer.c (Qclone_number): Remove for now, as it's unused.Paul Eggert1-10/+9
2011-06-11Move/add window-buffer-related functions to window.el.Martin Rudalics1-258/+197
2011-06-10Move window resize code from window.c to window.el.Martin Rudalics1-1/+3