aboutsummaryrefslogtreecommitdiffstats
path: root/src/buffer.c (follow)
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | | | | | | | | | Merge from emacs-24; up to 2014-03-23T23:14:52Z!yamaoka@jpl.orgJuanma Barranquero2014-03-261-13/+36
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |/ / / / / / / / / / / / /
| | * | | | | | | | | | | | | * lisp/simple.el (redisplay-highlight-region-function): Increase priority ofStefan Monnier2014-03-231-13/+36
| * | | | | | | | | | | | | | Remove the build-time option CLASH_DETECTIONGlenn Morris2014-03-251-6/+1
| |/ / / / / / / / / / / / /
| * | | | | | | | | | | | | src/buffer.c (Fset_buffer): Document return value (bug#17015).Juanma Barranquero2014-03-151-3/+4
| * | | | | | | | | | | | | Update docs for select-window and buffer-list-update-hook.Martin Rudalics2014-03-071-2/+2
| * | | | | | | | | | | | | * composite.c (fill_gstring_header): Pass positions as C integersDmitry Antipov2014-02-131-1/+1
| * | | | | | | | | | | | | * buffer.c (syms_of_buffer): Doc clarification.Lars Ingebrigtsen2014-02-111-9/+10
| * | | | | | | | | | | | | * buffer.c (Fmake_overlay): Doc clarification.Lars Ingebrigtsen2014-02-071-1/+1
| * | | | | | | | | | | | | Doc changes for cache-long-scansGlenn Morris2014-02-051-0/+2
| * | | | | | | | | | | | | * buffer.c (Fkill_buffer): When killing an indirect buffer,Dmitry Antipov2014-01-211-0/+9
| * | | | | | | | | | | | | Apply previous change even if valgrind is not in use, since it avoids undefin...Paul Eggert2014-01-201-2/+1
| * | | | | | | | | | | | | Pacify valgrind by initializing buffer redisplay bit.Paul Eggert2014-01-201-1/+3
| * | | | | | | | | | | | | Update copyright year to 2014 by running admin/update-copyright.Paul Eggert2014-01-011-1/+1
| * | | | | | | | | | | | | Fix bug #16070 with crashes when toggling buffer's multibyteness.Eli Zaretskii2013-12-061-0/+2
| * | | | | | | | | | | | | Refine redisplay optimizations to only redisplay *some* frames/windowsStefan Monnier2013-11-281-13/+9
| * | | | | | | | | | | | | * buffer.c (Fforce_mode_line_update): Don't fall off end of functionPaul Eggert2013-11-111-3/+2
| * | | | | | | | | | | | | * lisp/subr.el (force-mode-line-update): Delete, move to buffer.c.Stefan Monnier2013-11-111-51/+47
| * | | | | | | | | | | | | Switch cache-long-scans to t by default.Eli Zaretskii2013-11-081-7/+3
| * | | | | | | | | | | | | * src/xdisp.c (syms_of_xdisp): New vars redisplay--all-windows-cause andStefan Monnier2013-11-061-3/+3
| * | | | | | | | | | | | | *.[chm]: Number every assignment to windows_or_buffers_changed.Stefan Monnier2013-11-051-3/+3
| * | | | | | | | | | | | | Fix bug #15260 with building and installing Emacs in non-ASCII directories.Eli Zaretskii2013-11-041-6/+3
| * | | | | | | | | | | | | Port to stricter C99 platforms.Paul Eggert2013-11-031-1/+1
| * | | | | | | | | | | | | * src/eval.c (run_hook_with_args): Use FUNCTIONP.Stefan Monnier2013-10-291-3/+3
| * | | | | | | | | | | | | 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