summaryrefslogtreecommitdiff
path: root/src/insdel.c
Commit message (Expand)AuthorAgeFilesLines
* * src/fileio.c (Finsert_file_contents): Fix hook handling (bug#24340)Stefan Monnier2016-10-031-18/+17
* Merge from origin/emacs-25Paul Eggert2016-08-051-2/+8
|\
| * Adjust match data before calling after-change-funsNoam Postavsky2016-07-221-2/+8
* | Fix 'transpose-regions' when LEAVE-MARKERS arg is non-nilEli Zaretskii2016-07-191-4/+98
|/
* Rework C source files to avoid ^(Paul Eggert2016-03-101-2/+2
* ; Improve commentary in insdel.cEli Zaretskii2016-02-131-4/+14
* Update copyright year to 2016Paul Eggert2016-01-011-1/+1
* Improve commentary of prepare_to_modify_buffer_1Eli Zaretskii2015-11-261-1/+6
* run_undoable_changes now called from insdel.Phillip Lord2015-11-251-0/+16
* Include-file cleanup for src directoryPaul Eggert2015-10-201-1/+1
* Assume GC_MARK_STACK == GC_MAKE_GCPROS_NOOPSPaul Eggert2015-08-261-19/+0
* * src/*.c: Set deactivate_mark buffer-locallyStefan Monnier2015-04-131-1/+1
* Merge from origin/emacs-24Fabián Ezequiel Gallina2015-01-281-3/+2
|\
| * Update copyright year to 2015Paul Eggert2015-01-011-1/+1
* | Count MANY function args more reliablyPaul Eggert2015-01-251-11/+5
* | Compute C decls for DEFSYMs automaticallyPaul Eggert2015-01-051-5/+1
* | Update copyright year to 2015Paul Eggert2015-01-011-1/+2
* | Fixes: debbugs:19161Stefan Monnier2014-12-111-5/+5
* | Implement an `inhibit-read-only' text propertyLars Magne Ingebrigtsen2014-11-161-1/+3
* | Complete pixelwise frame/window resizing, add horizontal scrollbar support.Martin Rudalics2014-07-271-0/+22
* | Simplify and cleanup character conversion stuff.Dmitry Antipov2014-06-231-1/+1
* | Merge from emacs-24; up to 2014-04-16T15:28:06Z!eggert@cs.ucla.eduJuanma 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:26Z!monnier@iro.umontreal.caPaul 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:52Z!yamaoka@jpl.orgJuanma 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:12Z!handa@gnu.org.Kenichi Handa2013-03-221-6/+9
|/