| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix bug #16265 with buffer caches when modifying text in indirect buffers. | Eli Zaretskii | 2014-01-01 | 1 | -0/+4 |
* | Update copyright year to 2014 by running admin/update-copyright. | Paul Eggert | 2014-01-01 | 1 | -1/+1 |
* | Refine redisplay optimizations to only redisplay *some* frames/windows | Stefan Monnier | 2013-11-28 | 1 | -5/+1 |
* | Fix bug #15841 with assertion violations due to newline cache. | Eli Zaretskii | 2013-11-18 | 1 | -12/+24 |
* | * lisp/bindings.el (ctl-x-map): Bind C-x SPC to rectangle-mark-mode. | Stefan Monnier | 2013-11-11 | 1 | -1/+1 |
* | *.[chm]: Number every assignment to windows_or_buffers_changed. | Stefan Monnier | 2013-11-05 | 1 | -1/+1 |
* | Cleanup namespace of dos-w32.el. | Stefan Monnier | 2013-10-29 | 1 | -3/+3 |
* | * insdel.c: Fix minor problems found by static checking. | Paul Eggert | 2013-10-29 | 1 | -7/+3 |
* | Add pre-redisplay-function and rectangular region | Stefan Monnier | 2013-10-29 | 1 | -4/+7 |
* | * insdel.c (insert_from_gap): Prefer ptrdiff_t to int where needed. | Dmitry Antipov | 2013-10-07 | 1 | -2/+1 |
* | * src/insdel.c (insert_from_buffer_1): Don't mark buffer as modified when | Stefan Monnier | 2013-09-11 | 1 | -0/+3 |
* | Use region cache to speedup bidi_find_paragraph_start. | Dmitry Antipov | 2013-08-06 | 1 | -0/+4 |
* | Invalidate region caches only if buffer text is going to be changed. | Dmitry Antipov | 2013-08-06 | 1 | -14/+18 |
* | Fix last change. | Dmitry Antipov | 2013-08-02 | 1 | -2/+5 |
* | * insdel.c (adjust_after_replace, replace_range, del_range_2): | Dmitry Antipov | 2013-08-02 | 1 | -17/+10 |
* | New unwind-protect flavors to better type-check C callbacks. | Paul Eggert | 2013-07-16 | 1 | -13/+23 |
* | Document arguments of insert_1_both. | Eli Zaretskii | 2013-05-16 | 1 | -2/+7 |
* | merge trunk | Kenichi Handa | 2013-04-05 | 1 | -1/+1 |
|\ |
|
| * | * window.h (struct window): Replace hchild, vchild and buffer slots | Dmitry Antipov | 2013-03-28 | 1 | -1/+1 |
* | | Fix a bug introduced by 2013-03-15T16:06:12Z!handa@gnu.org. | Kenichi Handa | 2013-03-22 | 1 | -6/+9 |
|/ |
|
* | Optimize ASCII file reading with EOL format detection and decoding. | Kenichi Handa | 2013-03-16 | 1 | -17/+16 |
* | Spelling fixes. | Paul Eggert | 2013-03-10 | 1 | -1/+1 |
* | * insdel.c (adjust_after_replace): Use bool for boolean. | Paul Eggert | 2013-03-10 | 1 | -4/+4 |
* | On file insertion, skip decoding if all bytes are ASCII. | Kenichi Handa | 2013-03-10 | 1 | -7/+12 |
* | * lisp.h (list2i, list3i): New functions. | Dmitry Antipov | 2013-03-07 | 1 | -3/+2 |
* | * insdel.c (insert_1): Remove. | Dmitry Antipov | 2013-01-25 | 1 | -11/+0 |
* | * src/insdel.c (prepare_to_modify_buffer): Revert last change as suggested | Dmitry Antipov | 2013-01-24 | 1 | -5/+2 |
* | * insdel.c (prepare_to_modify_buffer): Force redisplay if | Dmitry Antipov | 2013-01-23 | 1 | -2/+5 |
* | Disambiguate function and variable references in docstrings. | Aaron S. Hawley | 2013-01-11 | 1 | -2/+2 |
* | Avoid unnecessary byte position calculation for the gap movement. | Dmitry Antipov | 2013-01-11 | 1 | -9/+2 |
* | * insdel.c (make_gap_larger): Fix comment because gap_left doesn't | Dmitry Antipov | 2013-01-09 | 1 | -4/+2 |
* | * lisp.h (make_gap_1): New prototype. | Dmitry Antipov | 2013-01-09 | 1 | -6/+18 |
* | Merge from emacs-24; up to 2012-12-06T01:39:03Z!monnier@iro.umontreal.ca | Paul Eggert | 2013-01-02 | 1 | -2/+2 |
|\ |
|
| * | Update copyright notices for 2013. | Paul Eggert | 2013-01-01 | 1 | -2/+2 |
* | | Avoid calls to CHAR_TO_BYTE if byte position is known. | Dmitry Antipov | 2012-12-20 | 1 | -1/+1 |
* | | * buffer.c (Fset_buffer_multibyte): Do not force redisplay | Dmitry Antipov | 2012-12-11 | 1 | -3/+4 |
* | | Consistently use marker_position and marker_byte_position. | Dmitry Antipov | 2012-12-11 | 1 | -1/+1 |
* | | * lisp.h (modify_region): Rename to... | Dmitry Antipov | 2012-12-03 | 1 | -14/+7 |
|/ |
|
* | Port better to POSIX hosts lacking _setjmp. | Paul Eggert | 2012-09-15 | 1 | -1/+0 |
* | Avoid out-of-range marker position (Bug#12426). | Dmitry Antipov | 2012-09-14 | 1 | -17/+14 |
* | Convenient macro to check whether the buffer is live. | Dmitry Antipov | 2012-09-11 | 1 | -1/+1 |
* | Simplify redefinition of 'abort' (Bug#12316). | Paul Eggert | 2012-09-04 | 1 | -11/+11 |
* | * doc.c, editfns.c, insdel.c, intervals.c: Use bool for boolean. | Paul Eggert | 2012-09-02 | 1 | -38/+34 |
* | Always use set_buffer_if_live to restore original buffer at unwind. | Dmitry Antipov | 2012-08-28 | 1 | -1/+1 |
* | Fix usage of set_buffer_internal. | Dmitry Antipov | 2012-08-28 | 1 | -4/+2 |
* | * buffer.h (BSET): Remove. | Paul Eggert | 2012-08-17 | 1 | -1/+1 |
* | A few more naming-convention fixes for getters and setters. | Paul Eggert | 2012-08-17 | 1 | -9/+9 |
* | Use BSET for write access to Lisp_Object members of struct buffer. | Dmitry Antipov | 2012-08-13 | 1 | -1/+1 |
* | Inline functions to examine and change buffer overlays. | Dmitry Antipov | 2012-08-08 | 1 | -4/+3 |
* | Inline functions to examine and change buffer intervals. | Dmitry Antipov | 2012-08-08 | 1 | -10/+9 |