aboutsummaryrefslogtreecommitdiffstats
path: root/src/editfns.c
Commit message (Expand)AuthorAgeFilesLines
* guile-elisp bootstrap (lisp)Robin Templeton2015-04-191-2/+2
* guile-elisp bootstrap (C)Robin Templeton2015-04-191-7/+7
* use dynwind_begin and dynwind_endBT Templeton2015-04-181-11/+15
* SAFE_ALLOCA updatedBT Templeton2015-04-181-5/+0
* use guile-snarf for subr definitionBT Templeton2015-04-181-89/+2
* use xmalloc_atomic for many pointerless objectsRobin Templeton2015-04-181-1/+1
* use BDW-GCRobin Templeton2015-04-181-4/+0
* Simplify and cleanup character conversion stuff.Dmitry Antipov2014-06-231-7/+7
* * src/callint.c (Fcall_interactively): Fix up last change.Stefan Monnier2014-06-171-1/+1
* More backward-compatible fix to char-equal core dump.Paul Eggert2014-03-261-5/+15
* Fix core dump in char-equal.Paul Eggert2014-03-251-10/+5
* * editfns.c (Fconstrain_to_field): Fix typo in docstring.Bastien Guerry2014-01-241-1/+1
* Update copyright year to 2014 by running admin/update-copyright.Paul Eggert2014-01-011-1/+1
* Use bool for boolean, focusing on headers.Paul Eggert2013-12-141-3/+3
* Fix docstring of format-time-string to include %F.RĂ¼diger Sonderfeld2013-12-111-1/+2
* * configure.ac (HAVE_MENUS): Remove.Stefan Monnier2013-11-281-6/+0
* Export get_pos_property to Elisp.Stefan Monnier2013-11-241-16/+18
* Fix doc string of format-time-string, per bug #15816.Eli Zaretskii2013-11-061-0/+1
* Support menus on text-mode terminals.Eli Zaretskii2013-10-081-15/+10
|\
| * Fix message-box and avoid compilation warnings.Eli Zaretskii2013-09-301-15/+10
* | Minor doc fixes.Xue Fuqiao2013-10-051-0/+3
|/
* * intervals.c (set_point_from_marker): New function.Dmitry Antipov2013-08-291-20/+6
* Simplify EMACS_TIME-related code.Paul Eggert2013-08-271-24/+24
* * src/editfns.c (insert_before_markers): Mention overlay in the doc string.Xue Fuqiao2013-08-161-0/+4
* Invalidate region caches only if buffer text is going to be changed.Dmitry Antipov2013-08-061-7/+7
* Fix obscure porting bug with varargs functions.Paul Eggert2013-07-181-3/+2
* * lread.c: Fix file descriptor leaks and errno issues.Paul Eggert2013-07-171-1/+1
* New unwind-protect flavors to better type-check C callbacks.Paul Eggert2013-07-161-13/+8
* Prefer list1 (X) to Fcons (X, Qnil) when building lists.Paul Eggert2013-07-151-1/+1
* Port --enable-gcc-warnings to clang.Paul Eggert2013-05-171-1/+1
* Prefer < to > in range checks such as 0 <= i && i < N.Paul Eggert2013-04-011-3/+3
* * window.h (struct window): Replace hchild, vchild and buffer slotsDmitry Antipov2013-03-281-3/+3
* * xdisp.c (with_echo_area_buffer_unwind_data): Save windowDmitry Antipov2013-03-281-1/+1
* Reorder conditions that are written backwardsAndreas Schwab2013-03-241-4/+4
* Use functions and constants to manipulate Lisp_Save_Value objects.Paul Eggert2013-03-211-2/+5
* * search.c (find_newline): Accept start and end byte positionsDmitry Antipov2013-03-081-2/+4
* * lisp.h (list2i, list3i): New functions.Dmitry Antipov2013-03-071-3/+1
* * search.c (find_newline): Return byte position in bytepos.Dmitry Antipov2013-02-201-2/+3
* Prefer `message1' over `message'.Stefan Monnier2013-02-171-2/+2
* Tune by using memchr and memrchr.Paul Eggert2013-02-111-3/+2
* * src/xdisp.c (message2, message2_nolog): Remove functions.Stefan Monnier2013-01-231-19/+3
* Fix crashes with lots of overlays.Eli Zaretskii2013-01-191-1/+4
* * lisp.h (toplevel): Add comment about using Lisp_Save_ValueDmitry Antipov2013-01-171-2/+2
* * src/lisp.h (XSAVE_POINTER, XSAVE_INTEGER): Change to allow extractionDmitry Antipov2013-01-151-1/+1
* Some convenient bits to deal with Lisp_Save_Values.Dmitry Antipov2013-01-151-35/+16
* Make Lisp_Save_Value more versatile storage for up to four objects.Dmitry Antipov2013-01-141-18/+33
* Fix bug with set-time-zone-rule and LOCALTIME_CACHE.Paul Eggert2013-01-111-0/+1
* Avoid unnecessary byte position calculation for the gap movement.Dmitry Antipov2013-01-111-5/+7
* * lisp.h (make_gap_1): New prototype.Dmitry Antipov2013-01-091-4/+2
* Merge from emacs-24; up to 2012-12-06T01:39:[email protected]Paul Eggert2013-01-021-1/+1
|\