summaryrefslogtreecommitdiff
path: root/src/buffer.c
AgeCommit message (Expand)Author
2013-07-16New unwind-protect flavors to better type-check C callbacks.Paul Eggert
2013-07-15Prefer list1 (X) to Fcons (X, Qnil) when building lists.Paul Eggert
2013-07-09Timestamp fixes for undo.Paul Eggert
2013-07-05Use emacs_open more consistently when opening files.Paul Eggert
2013-07-05Remove duplicate #include directives.Paul Eggert
2013-06-30Add `remember-notes' function to store random notes across EmacsMichal Nazarewicz
2013-06-16Use functions, not macros, for XINT etc.Paul Eggert
2013-05-07* buffer.c (tab-width): Mention that it doesn't control indentation.Stefan Monnier
2013-04-14Improve doc strings of left/right-margin/fringe-width.Eli Zaretskii
2013-03-28* window.h (struct window): Replace hchild, vchild and buffer slotsDmitry Antipov
2013-03-28Fix 2013-03-28T02:41:05Z!dmantipov@yandex.ru which brokes Fbuffer_swap_text.Dmitry Antipov
2013-01-19Fix crashes with lots of overlays.Eli Zaretskii
2013-01-17* buffer.h (NARROWED, BUF_NARROWED): Drop unused macros.Dmitry Antipov
2013-01-10Omit buffer_slot_type_mismatch and use generic predicates to enforceDmitry Antipov
2013-01-09* lisp.h (make_gap_1): New prototype.Dmitry Antipov
2013-01-02Merge from emacs-24; up to 2012-12-06T01:39:03Z!monnier@iro.umontreal.caPaul Eggert
2013-01-01Update copyright notices for 2013.Paul Eggert
2012-12-24* buffer.c (Fset_buffer_modified_p): Use buffer_window_countDmitry Antipov
2012-12-24* buffer.h (BUF_COMPACT): New macro to follow the common style.Dmitry Antipov
2012-12-21Merge from emacs-24; up to 2012-12-01T13:25:13Z!cyd@gnu.orgGlenn Morris
2012-12-21* buffer.c (Fset_buffer_major_mode): Doc fix.Chong Yidong
2012-12-11* buffer.c (Fset_buffer_multibyte): Do not force redisplayDmitry Antipov
2012-12-10Per-buffer window counters.Dmitry Antipov
2012-12-07Convenient macro to check whether the buffer is hidden.Dmitry Antipov
2012-11-08* src/lisp.h (XHASH): Redefine to be imperfect and fit in a Lisp int.Stefan Monnier
2012-11-08Shrink struct vectorlike_header to the only size field.Dmitry Antipov
2012-11-06Minor adjustments of recently-changed frame functions.Paul Eggert
2012-11-06Widely used frame validity and checking functions.Dmitry Antipov
2012-11-03* lisp/cus-start.el: Make cursor-type customizable.Chong Yidong
2012-10-17* buffer.c (Fkill_buffer): When unchaining the marker,Dmitry Antipov
2012-10-17Do not verify indirection counters of killed buffers (Bug#12579).Dmitry Antipov
2012-10-11* src/buffer.c (Fset_buffer): Doc fix. (Bug#12624)Glenn Morris
2012-10-11* src/buffer.c (Fkill_buffer): Null out the overlay list(s) as well.Stefan Monnier
2012-10-01* src/buffer.c (Fmake_overlay): Fix last change.Stefan Monnier
2012-10-01Misc minor simplifications in C code.Stefan Monnier
2012-09-30Prefer plain 'static' to 'static inline'.Paul Eggert
2012-09-23Simplify and avoid signal-handling races.Paul Eggert
2012-09-22Fix auto-save and locking for indirect buffers.Chong Yidong
2012-09-15Port better to POSIX hosts lacking _setjmp.Paul Eggert
2012-09-11Convenient macro to check whether the buffer is live.Dmitry Antipov
2012-09-09* lisp/eshell/em-unix.el (eshell/sudo): Explicitly drop return value.Stefan Monnier
2012-09-06Explicitly mark buffer_defaults and buffer_local_symbols.Dmitry Antipov
2012-09-04Simplify redefinition of 'abort' (Bug#12316).Paul Eggert
2012-09-03Fix minor problems found by static checking.Paul Eggert
2012-09-03New macro with-temp-buffer-window and related fixes.Martin Rudalics
2012-08-28Do not allow to set major mode for a dead buffer.Dmitry Antipov
2012-08-28Always use set_buffer_if_live to restore original buffer at unwind.Dmitry Antipov
2012-08-28Fix usage of set_buffer_internal.Dmitry Antipov
2012-08-23* buffer.c, buffer.h: Use bool for boolean.Paul Eggert
2012-08-20Inline getter and setter functions for per-buffer values.Dmitry Antipov