index
:
chemacs.git
devmain
master
emacs
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
buffer.c
Age
Commit message (
Expand
)
Author
2014-11-16
Implement an `inhibit-read-only' text property
Lars Magne Ingebrigtsen
2014-10-04
Add documentation for horizontal scroll bars and fix some minor issues.
Martin Rudalics
2014-09-30
Use AUTO_CONS instead of SCOPED_CONS, etc.
Paul Eggert
2014-09-29
Simplify stack-allocated Lisp objects, and make them more portable.
Paul Eggert
2014-09-29
Keep stack-allocated Lisp objects fast rather than versatile.
Dmitry Antipov
2014-09-24
Fix local_cons etc. to not exhaust the stack when in a loop.
Paul Eggert
2014-09-17
Avoid clang-specific warnings.
Dmitry Antipov
2014-09-16
If USE_LOCAL_ALLOCATORS, allocate even more Lisp objects on stack.
Dmitry Antipov
2014-09-12
* buffer.c (syms_of_buffer): DEFSYM Qchoice (Bug#18337).
Detlev Zundel
2014-09-11
Spelling fixes.
Paul Eggert
2014-09-07
Use SAFE_ALLOCA etc. to avoid unbounded stack allocation.
Paul Eggert
2014-09-03
Clean up initialization and customization of horizontal scroll bars.
Martin Rudalics
2014-09-02
Minor cleanup of recent strlen-avoiding patch.
Paul Eggert
2014-09-02
* buffer.h (decode_buffer): New function.
Dmitry Antipov
2014-08-10
Merge from emacs-24; up to 2014-06-28T23:35:17Z!rgm@gnu.org
Glenn Morris
2014-08-05
Fix bug with uninitialized undo list of an indirect buffer (Bug#18180).
Dmitry Antipov
2014-07-27
Complete pixelwise frame/window resizing, add horizontal scrollbar support.
Martin Rudalics
2014-07-16
More precise control over values of some buffer-local variables.
Dmitry Antipov
2014-06-23
Simplify and cleanup character conversion stuff.
Dmitry Antipov
2014-05-29
Fix bug #17622 with crashes in mmap routines.
Eli Zaretskii
2014-05-27
Use mmap(2) emulation for buffer text on MS-Windows.
Fabrice Popineau
2014-05-17
Always map new memory for buffers after dumping.
Fabrice Popineau
2014-05-04
Merge from emacs-24; up to 2014-05-04T21:18:30Z!eggert@cs.ucla.edu
Paul Eggert
2014-05-03
Minor fixes for comments.
Eli Zaretskii
2014-04-23
* src/window.c (Fset_window_configuration): Deactivate the mark before
Stefan Monnier
2014-04-16
Merge from emacs-24; up to 2014-04-16T15:28:26Z!monnier@iro.umontreal.ca
Paul Eggert
2014-04-15
* src/buffer.c (Foverlays_at): Add argument `sorted'.
Stefan Monnier
2014-03-26
Merge from emacs-24; up to 2014-03-23T23:14:52Z!yamaoka@jpl.org
Juanma Barranquero
2014-03-25
Remove the build-time option CLASH_DETECTION
Glenn Morris
2014-03-23
* lisp/simple.el (redisplay-highlight-region-function): Increase priority of
Stefan Monnier
2014-03-15
src/buffer.c (Fset_buffer): Document return value (bug#17015).
Juanma Barranquero
2014-03-07
Update docs for select-window and buffer-list-update-hook.
Martin Rudalics
2014-02-13
* composite.c (fill_gstring_header): Pass positions as C integers
Dmitry Antipov
2014-02-11
* buffer.c (syms_of_buffer): Doc clarification.
Lars Ingebrigtsen
2014-02-07
* buffer.c (Fmake_overlay): Doc clarification.
Lars Ingebrigtsen
2014-02-05
Doc changes for cache-long-scans
Glenn Morris
2014-01-21
* buffer.c (Fkill_buffer): When killing an indirect buffer,
Dmitry Antipov
2014-01-20
Apply previous change even if valgrind is not in use, since it avoids undefin...
Paul Eggert
2014-01-20
Pacify valgrind by initializing buffer redisplay bit.
Paul Eggert
2014-01-01
Update copyright year to 2014 by running admin/update-copyright.
Paul Eggert
2013-12-06
Fix bug #16070 with crashes when toggling buffer's multibyteness.
Eli Zaretskii
2013-11-28
Refine redisplay optimizations to only redisplay *some* frames/windows
Stefan Monnier
2013-11-11
* buffer.c (Fforce_mode_line_update): Don't fall off end of function
Paul Eggert
2013-11-11
* lisp/subr.el (force-mode-line-update): Delete, move to buffer.c.
Stefan Monnier
2013-11-08
Switch cache-long-scans to t by default.
Eli Zaretskii
2013-11-06
* src/xdisp.c (syms_of_xdisp): New vars redisplay--all-windows-cause and
Stefan Monnier
2013-11-05
*.[chm]: Number every assignment to windows_or_buffers_changed.
Stefan Monnier
2013-11-04
Fix bug #15260 with building and installing Emacs in non-ASCII directories.
Eli Zaretskii
2013-11-03
Port to stricter C99 platforms.
Paul Eggert
2013-10-29
* src/eval.c (run_hook_with_args): Use FUNCTIONP.
Stefan Monnier
[prev]
[next]