summaryrefslogtreecommitdiff
path: root/src/buffer.c
AgeCommit message (Expand)Author
2013-10-15Add usage note of buffer-invisibility-spec.Xue Fuqiao
2013-09-24Use union for the payload of struct Lisp_Vector.Dmitry Antipov
2013-09-20A simpler, centralized INLINE.Paul Eggert
2013-09-14Fix bug #15375 with inaccurate docs of display margin width values.Eli Zaretskii
2013-09-03* buffer.c (drop_overlay):Dmitry Antipov
2013-09-03* buffer.c (Fmake_overlay, Fmove_overlay):Dmitry Antipov
2013-08-28* buffer.c (Foverlays_at, Foverlays_in, Fnext_overlay_change)Dmitry Antipov
2013-08-27Simplify EMACS_TIME-related code.Paul Eggert
2013-08-19merge from trunkTom Tromey
2013-08-17Another doc fix for `buffer-undo-list'.Xue Fuqiao
2013-08-10Omit some unnecessary casts.Paul Eggert
2013-08-07Prefer selected_window to Fselected_window, likewise for frames.Dmitry Antipov
2013-08-06Use region cache to speedup bidi_find_paragraph_start.Dmitry Antipov
2013-08-05New macro to iterate over live buffers similar to frames.Dmitry Antipov
2013-07-26merge from trunkTom Tromey
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-12Merge from trunkTom Tromey
2013-07-09Timestamp fixes for undo.Paul Eggert
2013-07-06merge from trunkTom Tromey
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-06-03merge from trunk; clean up some issuesTom Tromey
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-03-18don't let kill-buffer kill a buffer if it is current in any threadTom Tromey
2013-03-08merge from trunkTom Tromey
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-16merge from trunkTom Tromey
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-05merge from trunkTom Tromey
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-17merge from trunkTom Tromey
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