| Commit message (Expand) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| | | * | | | | | | | | | | | | | | Complete pixelwise frame/window resizing, add horizontal scrollbar support. | Martin Rudalics | 2014-07-27 | 1 | -1/+41 | |
| | |/ / / / / / / / / / / / / / | ||||||
| | * | | | | | | | | | | | | | | More precise control over values of some buffer-local variables. | Dmitry Antipov | 2014-07-16 | 1 | -4/+23 | |
| * | | | | | | | | | | | | | | | manual upstream merge | Joakim Verona | 2014-06-23 | 1 | -2/+2 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / / / / | ||||||
| | * | | | | | | | | | | | | | | Simplify and cleanup character conversion stuff. | Dmitry Antipov | 2014-06-23 | 1 | -2/+2 | |
| * | | | | | | | | | | | | | | | upstream | Joakim Verona | 2014-06-04 | 1 | -211/+206 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / / / / | ||||||
| | * | | | | | | | | | | | | | | Fix bug #17622 with crashes in mmap routines. | Eli Zaretskii | 2014-05-29 | 1 | -16/+44 | |
| | * | | | | | | | | | | | | | | Use mmap(2) emulation for buffer text on MS-Windows. | Fabrice Popineau | 2014-05-27 | 1 | -63/+6 | |
| | * | | | | | | | | | | | | | | Always map new memory for buffers after dumping. | Fabrice Popineau | 2014-05-17 | 1 | -10/+11 | |
| | * | | | | | | | | | | | | | | Merge from emacs-24; up to 2014-05-04T21:18:30Z!eggert@cs.ucla.edu | Paul Eggert | 2014-05-04 | 1 | -11/+12 | |
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |/ / / / / / / / / / / / / | ||||||
| | | * | | | | | | | | | | | | | Minor fixes for comments. | Eli Zaretskii | 2014-05-03 | 1 | -11/+12 | |
| | * | | | | | | | | | | | | | | * src/window.c (Fset_window_configuration): Deactivate the mark before | Stefan Monnier | 2014-04-23 | 1 | -3/+3 | |
| | * | | | | | | | | | | | | | | Merge from emacs-24; up to 2014-04-16T15:28:26Z!monnier@iro.umontreal.ca | Paul Eggert | 2014-04-16 | 1 | -3/+8 | |
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |/ / / / / / / / / / / / / | ||||||
| | | * | | | | | | | | | | | | | * src/buffer.c (Foverlays_at): Add argument `sorted'. | Stefan Monnier | 2014-04-15 | 1 | -3/+8 | |
| | * | | | | | | | | | | | | | | Merge from emacs-24; up to 2014-03-23T23:14:52Z!yamaoka@jpl.org | Juanma Barranquero | 2014-03-26 | 1 | -13/+36 | |
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |/ / / / / / / / / / / / / | ||||||
| | | * | | | | | | | | | | | | | * lisp/simple.el (redisplay-highlight-region-function): Increase priority of | Stefan Monnier | 2014-03-23 | 1 | -13/+36 | |
| | * | | | | | | | | | | | | | | Remove the build-time option CLASH_DETECTION | Glenn Morris | 2014-03-25 | 1 | -6/+1 | |
| | |/ / / / / / / / / / / / / | ||||||
| | * | | | | | | | | | | | | | src/buffer.c (Fset_buffer): Document return value (bug#17015). | Juanma Barranquero | 2014-03-15 | 1 | -3/+4 | |
| | * | | | | | | | | | | | | | Update docs for select-window and buffer-list-update-hook. | Martin Rudalics | 2014-03-07 | 1 | -2/+2 | |
| | * | | | | | | | | | | | | | * composite.c (fill_gstring_header): Pass positions as C integers | Dmitry Antipov | 2014-02-13 | 1 | -1/+1 | |
| | * | | | | | | | | | | | | | * buffer.c (syms_of_buffer): Doc clarification. | Lars Ingebrigtsen | 2014-02-11 | 1 | -9/+10 | |
| | * | | | | | | | | | | | | | * buffer.c (Fmake_overlay): Doc clarification. | Lars Ingebrigtsen | 2014-02-07 | 1 | -1/+1 | |
| | * | | | | | | | | | | | | | Doc changes for cache-long-scans | Glenn Morris | 2014-02-05 | 1 | -0/+2 | |
| | * | | | | | | | | | | | | | * buffer.c (Fkill_buffer): When killing an indirect buffer, | Dmitry Antipov | 2014-01-21 | 1 | -0/+9 | |
| | * | | | | | | | | | | | | | Apply previous change even if valgrind is not in use, since it avoids undefin... | Paul Eggert | 2014-01-20 | 1 | -2/+1 | |
| | * | | | | | | | | | | | | | Pacify valgrind by initializing buffer redisplay bit. | Paul Eggert | 2014-01-20 | 1 | -1/+3 | |
| | * | | | | | | | | | | | | | Update copyright year to 2014 by running admin/update-copyright. | Paul Eggert | 2014-01-01 | 1 | -1/+1 | |
| | * | | | | | | | | | | | | | Fix bug #16070 with crashes when toggling buffer's multibyteness. | Eli Zaretskii | 2013-12-06 | 1 | -0/+2 | |
| | * | | | | | | | | | | | | | Refine redisplay optimizations to only redisplay *some* frames/windows | Stefan Monnier | 2013-11-28 | 1 | -13/+9 | |
| | * | | | | | | | | | | | | | * buffer.c (Fforce_mode_line_update): Don't fall off end of function | Paul Eggert | 2013-11-11 | 1 | -3/+2 | |
| | * | | | | | | | | | | | | | * lisp/subr.el (force-mode-line-update): Delete, move to buffer.c. | Stefan Monnier | 2013-11-11 | 1 | -51/+47 | |
| | * | | | | | | | | | | | | | Switch cache-long-scans to t by default. | Eli Zaretskii | 2013-11-08 | 1 | -7/+3 | |
| | * | | | | | | | | | | | | | * src/xdisp.c (syms_of_xdisp): New vars redisplay--all-windows-cause and | Stefan Monnier | 2013-11-06 | 1 | -3/+3 | |
| | * | | | | | | | | | | | | | *.[chm]: Number every assignment to windows_or_buffers_changed. | Stefan Monnier | 2013-11-05 | 1 | -3/+3 | |
| | * | | | | | | | | | | | | | Fix bug #15260 with building and installing Emacs in non-ASCII directories. | Eli Zaretskii | 2013-11-04 | 1 | -6/+3 | |
| | * | | | | | | | | | | | | | Port to stricter C99 platforms. | Paul Eggert | 2013-11-03 | 1 | -1/+1 | |
| | * | | | | | | | | | | | | | * src/eval.c (run_hook_with_args): Use FUNCTIONP. | Stefan Monnier | 2013-10-29 | 1 | -3/+3 | |
| | * | | | | | | | | | | | | | Add usage note of buffer-invisibility-spec. | Xue Fuqiao | 2013-10-15 | 1 | -1/+3 | |
| | * | | | | | | | | | | | | | Use union for the payload of struct Lisp_Vector. | Dmitry Antipov | 2013-09-24 | 1 | -1/+1 | |
| | * | | | | | | | | | | | | | A simpler, centralized INLINE. | Paul Eggert | 2013-09-20 | 1 | -2/+0 | |
| * | | | | | | | | | | | | | | merge from trunk | Joakim Verona | 2013-09-14 | 1 | -2/+2 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / / / | ||||||
| | * | | | | | | | | | | | | | Fix bug #15375 with inaccurate docs of display margin width values. | Eli Zaretskii | 2013-09-14 | 1 | -2/+2 | |
| | * | | | | | | | | | | | | | * buffer.c (drop_overlay): | Dmitry Antipov | 2013-09-03 | 1 | -2/+2 | |
| | * | | | | | | | | | | | | | * buffer.c (Fmake_overlay, Fmove_overlay): | Dmitry Antipov | 2013-09-03 | 1 | -13/+11 | |
| | * | | | | | | | | | | | | | * buffer.c (Foverlays_at, Foverlays_in, Fnext_overlay_change) | Dmitry Antipov | 2013-08-28 | 1 | -0/+12 | |
| * | | | | | | | | | | | | | | merge upstream | Joakim Verona | 2013-09-10 | 1 | -15/+25 | |
| * | | | | | | | | | | | | | | merge from trunk | Joakim Verona | 2013-09-10 | 1 | -1/+1 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / / / | ||||||
| | * | | | | | | | | | | | | | Simplify EMACS_TIME-related code. | Paul Eggert | 2013-08-27 | 1 | -1/+1 | |
| | | |_|_|_|_|_|_|_|_|_|_|/ | |/| | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | merge from trunk | Joakim Verona | 2013-08-17 | 1 | -1/+1 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / / | ||||||
| | * | | | | | | | | | | | | Another doc fix for `buffer-undo-list'. | Xue Fuqiao | 2013-08-17 | 1 | -1/+1 | |
| * | | | | | | | | | | | | | merge from trunk | root | 2013-08-12 | 1 | -47/+45 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / / | ||||||