aboutsummaryrefslogtreecommitdiffstats
path: root/src/insdel.c
Commit message (Expand)AuthorAgeFilesLines
* use dynwind_begin and dynwind_endBT Templeton2015-04-181-8/+15
* use guile-snarf for subr definitionBT Templeton2015-04-181-2/+2
* use BDW-GCRobin Templeton2015-04-181-4/+0
* Simplify and cleanup character conversion stuff.Dmitry Antipov2014-06-231-1/+1
* Merge from emacs-24; up to 2014-04-16T15:28:[email protected]Juanma Barranquero2014-04-191-10/+12
|\
| * Fix bug #17269 with corruption of the newline cache.Eli Zaretskii2014-04-171-10/+12
* | Merge from emacs-24; up to 2014-04-16T15:28:[email protected]Paul Eggert2014-04-161-3/+29
|\|
| * Fix bidirectional redisplay when deletion creates a paragraph start.Eli Zaretskii2014-04-141-3/+29
* | * src/insdel.c (prepare_to_modify_buffer_1): Cancel lock-file checks andStefan Monnier2014-04-081-5/+4
* | Merge from emacs-24; up to 2014-03-23T23:14:[email protected]Juanma Barranquero2014-03-261-35/+10
|\|
| * * insdel.c (adjust_markers_for_delete): Remove unused local.Paul Eggert2014-03-251-3/+2
| * Undo in region after markers in undo history relocatedBarry O'Reilly2014-03-241-32/+8
* | Remove the build-time option CLASH_DETECTIONGlenn Morris2014-03-251-12/+2
|/
* Fix bug #16265 with buffer caches when modifying text in indirect buffers.Eli Zaretskii2014-01-011-0/+4
* Update copyright year to 2014 by running admin/update-copyright.Paul Eggert2014-01-011-1/+1
* Refine redisplay optimizations to only redisplay *some* frames/windowsStefan Monnier2013-11-281-5/+1
* Fix bug #15841 with assertion violations due to newline cache.Eli Zaretskii2013-11-181-12/+24
* * lisp/bindings.el (ctl-x-map): Bind C-x SPC to rectangle-mark-mode.Stefan Monnier2013-11-111-1/+1
* *.[chm]: Number every assignment to windows_or_buffers_changed.Stefan Monnier2013-11-051-1/+1
* Cleanup namespace of dos-w32.el.Stefan Monnier2013-10-291-3/+3
* * insdel.c: Fix minor problems found by static checking.Paul Eggert2013-10-291-7/+3
* Add pre-redisplay-function and rectangular regionStefan Monnier2013-10-291-4/+7
* * insdel.c (insert_from_gap): Prefer ptrdiff_t to int where needed.Dmitry Antipov2013-10-071-2/+1
* * src/insdel.c (insert_from_buffer_1): Don't mark buffer as modified whenStefan Monnier2013-09-111-0/+3
* Use region cache to speedup bidi_find_paragraph_start.Dmitry Antipov2013-08-061-0/+4
* Invalidate region caches only if buffer text is going to be changed.Dmitry Antipov2013-08-061-14/+18
* Fix last change.Dmitry Antipov2013-08-021-2/+5
* * insdel.c (adjust_after_replace, replace_range, del_range_2):Dmitry Antipov2013-08-021-17/+10
* New unwind-protect flavors to better type-check C callbacks.Paul Eggert2013-07-161-13/+23
* Document arguments of insert_1_both.Eli Zaretskii2013-05-161-2/+7
* merge trunkKenichi Handa2013-04-051-1/+1
|\
| * * window.h (struct window): Replace hchild, vchild and buffer slotsDmitry Antipov2013-03-281-1/+1
* | Fix a bug introduced by 2013-03-15T16:06:[email protected].Kenichi Handa2013-03-221-6/+9
|/
* Optimize ASCII file reading with EOL format detection and decoding.Kenichi Handa2013-03-161-17/+16
* Spelling fixes.Paul Eggert2013-03-101-1/+1
* * insdel.c (adjust_after_replace): Use bool for boolean.Paul Eggert2013-03-101-4/+4
* On file insertion, skip decoding if all bytes are ASCII.Kenichi Handa2013-03-101-7/+12
* * lisp.h (list2i, list3i): New functions.Dmitry Antipov2013-03-071-3/+2
* * insdel.c (insert_1): Remove.Dmitry Antipov2013-01-251-11/+0
* * src/insdel.c (prepare_to_modify_buffer): Revert last change as suggestedDmitry Antipov2013-01-241-5/+2
* * insdel.c (prepare_to_modify_buffer): Force redisplay ifDmitry Antipov2013-01-231-2/+5
* Disambiguate function and variable references in docstrings.Aaron S. Hawley2013-01-111-2/+2
* Avoid unnecessary byte position calculation for the gap movement.Dmitry Antipov2013-01-111-9/+2
* * insdel.c (make_gap_larger): Fix comment because gap_left doesn'tDmitry Antipov2013-01-091-4/+2
* * lisp.h (make_gap_1): New prototype.Dmitry Antipov2013-01-091-6/+18
* Merge from emacs-24; up to 2012-12-06T01:39:[email protected]Paul Eggert2013-01-021-2/+2
|\
| * Update copyright notices for 2013.Paul Eggert2013-01-011-2/+2
* | Avoid calls to CHAR_TO_BYTE if byte position is known.Dmitry Antipov2012-12-201-1/+1
* | * buffer.c (Fset_buffer_multibyte): Do not force redisplayDmitry Antipov2012-12-111-3/+4
* | Consistently use marker_position and marker_byte_position.Dmitry Antipov2012-12-111-1/+1