summaryrefslogtreecommitdiff
path: root/src/buffer.c
Commit message (Expand)AuthorAgeFilesLines
* Timestamp fixes for undo.Paul Eggert2013-07-091-0/+5
* Use emacs_open more consistently when opening files.Paul Eggert2013-07-051-1/+1
* Remove duplicate #include directives.Paul Eggert2013-07-051-3/+0
* Add `remember-notes' function to store random notes across EmacsMichal Nazarewicz2013-06-301-12/+16
* Use functions, not macros, for XINT etc.Paul Eggert2013-06-161-1/+7
* * buffer.c (tab-width): Mention that it doesn't control indentation.Stefan Monnier2013-05-071-0/+4
* Improve doc strings of left/right-margin/fringe-width.Eli Zaretskii2013-04-141-5/+20
* * window.h (struct window): Replace hchild, vchild and buffer slotsDmitry Antipov2013-03-281-11/+11
* Fix 2013-03-28T02:41:05Z!dmantipov@yandex.ru which brokes Fbuffer_swap_text.Dmitry Antipov2013-03-281-2/+10
* Fix crashes with lots of overlays.Eli Zaretskii2013-01-191-1/+6
* * buffer.h (NARROWED, BUF_NARROWED): Drop unused macros.Dmitry Antipov2013-01-171-7/+0
* Omit buffer_slot_type_mismatch and use generic predicates to enforceDmitry Antipov2013-01-101-54/+32
* * lisp.h (make_gap_1): New prototype.Dmitry Antipov2013-01-091-11/+7
* Merge from emacs-24; up to 2012-12-06T01:39:03Z!monnier@iro.umontreal.caPaul Eggert2013-01-021-1/+2
|\
| * Update copyright notices for 2013.Paul Eggert2013-01-011-1/+2
* | * buffer.c (Fset_buffer_modified_p): Use buffer_window_countDmitry Antipov2012-12-241-4/+2
* | * buffer.h (BUF_COMPACT): New macro to follow the common style.Dmitry Antipov2012-12-241-2/+3
* | Merge from emacs-24; up to 2012-12-01T13:25:13Z!cyd@gnu.orgGlenn Morris2012-12-211-1/+1
|\ \ | |/
| * * buffer.c (Fset_buffer_major_mode): Doc fix.Chong Yidong2012-12-211-1/+1
* | * buffer.c (Fset_buffer_multibyte): Do not force redisplayDmitry Antipov2012-12-111-3/+4
* | Per-buffer window counters.Dmitry Antipov2012-12-101-13/+26
* | Convenient macro to check whether the buffer is hidden.Dmitry Antipov2012-12-071-11/+14
* | * src/lisp.h (XHASH): Redefine to be imperfect and fit in a Lisp int.Stefan Monnier2012-11-081-2/+2
* | Shrink struct vectorlike_header to the only size field.Dmitry Antipov2012-11-081-7/+2
* | Minor adjustments of recently-changed frame functions.Paul Eggert2012-11-061-2/+1
* | Widely used frame validity and checking functions.Dmitry Antipov2012-11-061-9/+3
* | * lisp/cus-start.el: Make cursor-type customizable.Chong Yidong2012-11-031-8/+8
|/
* * buffer.c (Fkill_buffer): When unchaining the marker,Dmitry Antipov2012-10-171-12/+13
* Do not verify indirection counters of killed buffers (Bug#12579).Dmitry Antipov2012-10-171-9/+4
* * src/buffer.c (Fset_buffer): Doc fix. (Bug#12624)Glenn Morris2012-10-111-1/+1
* * src/buffer.c (Fkill_buffer): Null out the overlay list(s) as well.Stefan Monnier2012-10-111-11/+20
* * src/buffer.c (Fmake_overlay): Fix last change.Stefan Monnier2012-10-011-3/+2
* Misc minor simplifications in C code.Stefan Monnier2012-10-011-7/+6
* Prefer plain 'static' to 'static inline'.Paul Eggert2012-09-301-46/+46
* Simplify and avoid signal-handling races.Paul Eggert2012-09-231-12/+12
* Fix auto-save and locking for indirect buffers.Chong Yidong2012-09-221-2/+6
* Port better to POSIX hosts lacking _setjmp.Paul Eggert2012-09-151-1/+0
* Convenient macro to check whether the buffer is live.Dmitry Antipov2012-09-111-16/+16
* * lisp/eshell/em-unix.el (eshell/sudo): Explicitly drop return value.Stefan Monnier2012-09-091-5/+5
* Explicitly mark buffer_defaults and buffer_local_symbols.Dmitry Antipov2012-09-061-19/+3
* Simplify redefinition of 'abort' (Bug#12316).Paul Eggert2012-09-041-6/+6
* Fix minor problems found by static checking.Paul Eggert2012-09-031-0/+1
* New macro with-temp-buffer-window and related fixes.Martin Rudalics2012-09-031-0/+20
* Do not allow to set major mode for a dead buffer.Dmitry Antipov2012-08-281-4/+4
* Always use set_buffer_if_live to restore original buffer at unwind.Dmitry Antipov2012-08-281-1/+1
* Fix usage of set_buffer_internal.Dmitry Antipov2012-08-281-17/+1
* * buffer.c, buffer.h: Use bool for boolean.Paul Eggert2012-08-231-65/+53
* Inline getter and setter functions for per-buffer values.Dmitry Antipov2012-08-201-5/+5
* * buffer.h (BSET): Remove.Paul Eggert2012-08-171-138/+364
* * frame.h (FSET): Remove (Bug#12215).Paul Eggert2012-08-171-5/+5