summaryrefslogtreecommitdiff
path: root/src/buffer.c
Commit message (Expand)AuthorAgeFilesLines
* Add documentation for horizontal scroll bars and fix some minor issues.Martin Rudalics2014-10-041-2/+2
* Use AUTO_CONS instead of SCOPED_CONS, etc.Paul Eggert2014-09-301-8/+14
* Simplify stack-allocated Lisp objects, and make them more portable.Paul Eggert2014-09-291-6/+6
* Keep stack-allocated Lisp objects fast rather than versatile.Dmitry Antipov2014-09-291-3/+0
* Fix local_cons etc. to not exhaust the stack when in a loop.Paul Eggert2014-09-241-1/+4
* Avoid clang-specific warnings.Dmitry Antipov2014-09-171-1/+1
* If USE_LOCAL_ALLOCATORS, allocate even more Lisp objects on stack.Dmitry Antipov2014-09-161-6/+6
* * buffer.c (syms_of_buffer): DEFSYM Qchoice (Bug#18337).Detlev Zundel2014-09-121-0/+1
* Spelling fixes.Paul Eggert2014-09-111-1/+1
* Use SAFE_ALLOCA etc. to avoid unbounded stack allocation.Paul Eggert2014-09-071-6/+11
* Clean up initialization and customization of horizontal scroll bars.Martin Rudalics2014-09-031-1/+1
* Minor cleanup of recent strlen-avoiding patch.Paul Eggert2014-09-021-5/+5
* * buffer.h (decode_buffer): New function.Dmitry Antipov2014-09-021-75/+10
* Merge from emacs-24; up to 2014-06-28T23:35:17Z!rgm@gnu.orgGlenn Morris2014-08-101-0/+3
|\
| * Fix bug with uninitialized undo list of an indirect buffer (Bug#18180).Dmitry Antipov2014-08-051-0/+3
* | Complete pixelwise frame/window resizing, add horizontal scrollbar support.Martin Rudalics2014-07-271-1/+41
* | More precise control over values of some buffer-local variables.Dmitry Antipov2014-07-161-4/+23
* | Simplify and cleanup character conversion stuff.Dmitry Antipov2014-06-231-2/+2
* | Fix bug #17622 with crashes in mmap routines.Eli Zaretskii2014-05-291-16/+44
* | Use mmap(2) emulation for buffer text on MS-Windows.Fabrice Popineau2014-05-271-63/+6
* | Always map new memory for buffers after dumping.Fabrice Popineau2014-05-171-10/+11
* | Merge from emacs-24; up to 2014-05-04T21:18:30Z!eggert@cs.ucla.eduPaul Eggert2014-05-041-11/+12
|\ \ | |/
| * Minor fixes for comments.Eli Zaretskii2014-05-031-11/+12
* | * src/window.c (Fset_window_configuration): Deactivate the mark beforeStefan Monnier2014-04-231-3/+3
* | Merge from emacs-24; up to 2014-04-16T15:28:26Z!monnier@iro.umontreal.caPaul Eggert2014-04-161-3/+8
|\ \ | |/
| * * src/buffer.c (Foverlays_at): Add argument `sorted'.Stefan Monnier2014-04-151-3/+8
* | 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