aboutsummaryrefslogtreecommitdiffstats
path: root/src/buffer.c (follow)
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | | | | | | | | Add usage note of buffer-invisibility-spec.Xue Fuqiao2013-10-151-1/+3
| * | | | | | | | | | | | | Use union for the payload of struct Lisp_Vector.Dmitry Antipov2013-09-241-1/+1
| * | | | | | | | | | | | | A simpler, centralized INLINE.Paul Eggert2013-09-201-2/+0
* | | | | | | | | | | | | | merge from trunkJoakim Verona2013-09-141-2/+2
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / / /
| * | | | | | | | | | | | | Fix bug #15375 with inaccurate docs of display margin width values.Eli Zaretskii2013-09-141-2/+2
| * | | | | | | | | | | | | * buffer.c (drop_overlay):Dmitry Antipov2013-09-031-2/+2
| * | | | | | | | | | | | | * buffer.c (Fmake_overlay, Fmove_overlay):Dmitry Antipov2013-09-031-13/+11
| * | | | | | | | | | | | | * buffer.c (Foverlays_at, Foverlays_in, Fnext_overlay_change)Dmitry Antipov2013-08-281-0/+12
* | | | | | | | | | | | | | merge upstreamJoakim Verona2013-09-101-15/+25
* | | | | | | | | | | | | | merge from trunkJoakim Verona2013-09-101-1/+1
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / / /
| * | | | | | | | | | | | | Simplify EMACS_TIME-related code.Paul Eggert2013-08-271-1/+1
| | |_|_|_|_|_|_|_|_|_|_|/ | |/| | | | | | | | | | |
* | | | | | | | | | | | | merge from trunkJoakim Verona2013-08-171-1/+1
|\ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / /
| * | | | | | | | | | | | Another doc fix for `buffer-undo-list'.Xue Fuqiao2013-08-171-1/+1
* | | | | | | | | | | | | merge from trunkroot2013-08-121-47/+45
|\ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / /
| * | | | | | | | | | | | Omit some unnecessary casts.Paul Eggert2013-08-101-13/+9
| * | | | | | | | | | | | Prefer selected_window to Fselected_window, likewise for frames.Dmitry Antipov2013-08-071-1/+1
| * | | | | | | | | | | | Use region cache to speedup bidi_find_paragraph_start.Dmitry Antipov2013-08-061-8/+22
| * | | | | | | | | | | | New macro to iterate over live buffers similar to frames.Dmitry Antipov2013-08-051-25/+13
| | |_|_|_|_|_|_|_|_|_|/ | |/| | | | | | | | | |
* | | | | | | | | | | | Merge branch 'trunk' into xwidgetJoakim Verona2013-07-201-4/+9
|\ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / /
| * | | | | | | | | | | New unwind-protect flavors to better type-check C callbacks.Paul Eggert2013-07-161-2/+7
| * | | | | | | | | | | Prefer list1 (X) to Fcons (X, Qnil) when building lists.Paul Eggert2013-07-151-2/+2
| | |_|_|_|_|_|_|_|_|/ | |/| | | | | | | | |
* | | | | | | | | | | Merge branch 'trunk' into xwidgetJoakim Verona2013-07-141-4/+6
|\ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / /
| * | | | | | | | | | 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
* | | | | | | | | | Merge branch 'trunk' into xwidgetJoakim Verona2013-07-021-13/+23
|\ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / /
| * | | | | | | | | 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
| | |_|_|_|_|_|_|/ | |/| | | | | | |
* | | | | | | | | Handle xwidgets like processes and delete them when their buffer is killed.Grégoire Jadi2013-06-241-0/+9
|/ / / / / / / /
* | | | | | | | * 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