summaryrefslogtreecommitdiff
path: root/src/editfns.c
Commit message (Expand)AuthorAge
* More backward-compatible fix to char-equal core dump.Paul Eggert2014-03-26
* Fix core dump in char-equal.Paul Eggert2014-03-25
* * editfns.c (Fconstrain_to_field): Fix typo in docstring.Bastien Guerry2014-01-24
* Update copyright year to 2014 by running admin/update-copyright.Paul Eggert2014-01-01
* Use bool for boolean, focusing on headers.Paul Eggert2013-12-14
* Fix docstring of format-time-string to include %F.RĂ¼diger Sonderfeld2013-12-11
* * configure.ac (HAVE_MENUS): Remove.Stefan Monnier2013-11-28
* Export get_pos_property to Elisp.Stefan Monnier2013-11-24
* Fix doc string of format-time-string, per bug #15816.Eli Zaretskii2013-11-06
* Support menus on text-mode terminals.Eli Zaretskii2013-10-08
|\
| * Fix message-box and avoid compilation warnings.Eli Zaretskii2013-09-30
* | Minor doc fixes.Xue Fuqiao2013-10-05
|/
* * intervals.c (set_point_from_marker): New function.Dmitry Antipov2013-08-29
* Simplify EMACS_TIME-related code.Paul Eggert2013-08-27
* * src/editfns.c (insert_before_markers): Mention overlay in the doc string.Xue Fuqiao2013-08-16
* Invalidate region caches only if buffer text is going to be changed.Dmitry Antipov2013-08-06
* Fix obscure porting bug with varargs functions.Paul Eggert2013-07-18
* * lread.c: Fix file descriptor leaks and errno issues.Paul Eggert2013-07-17
* New unwind-protect flavors to better type-check C callbacks.Paul Eggert2013-07-16
* Prefer list1 (X) to Fcons (X, Qnil) when building lists.Paul Eggert2013-07-15
* Port --enable-gcc-warnings to clang.Paul Eggert2013-05-17
* Prefer < to > in range checks such as 0 <= i && i < N.Paul Eggert2013-04-01
* * window.h (struct window): Replace hchild, vchild and buffer slotsDmitry Antipov2013-03-28
* * xdisp.c (with_echo_area_buffer_unwind_data): Save windowDmitry Antipov2013-03-28
* Reorder conditions that are written backwardsAndreas Schwab2013-03-24
* Use functions and constants to manipulate Lisp_Save_Value objects.Paul Eggert2013-03-21
* * search.c (find_newline): Accept start and end byte positionsDmitry Antipov2013-03-08
* * lisp.h (list2i, list3i): New functions.Dmitry Antipov2013-03-07
* * search.c (find_newline): Return byte position in bytepos.Dmitry Antipov2013-02-20
* Prefer `message1' over `message'.Stefan Monnier2013-02-17
* Tune by using memchr and memrchr.Paul Eggert2013-02-11
* * src/xdisp.c (message2, message2_nolog): Remove functions.Stefan Monnier2013-01-23
* Fix crashes with lots of overlays.Eli Zaretskii2013-01-19
* * lisp.h (toplevel): Add comment about using Lisp_Save_ValueDmitry Antipov2013-01-17
* * src/lisp.h (XSAVE_POINTER, XSAVE_INTEGER): Change to allow extractionDmitry Antipov2013-01-15
* Some convenient bits to deal with Lisp_Save_Values.Dmitry Antipov2013-01-15
* Make Lisp_Save_Value more versatile storage for up to four objects.Dmitry Antipov2013-01-14
* Fix bug with set-time-zone-rule and LOCALTIME_CACHE.Paul Eggert2013-01-11
* Avoid unnecessary byte position calculation for the gap movement.Dmitry Antipov2013-01-11
* * lisp.h (make_gap_1): New prototype.Dmitry Antipov2013-01-09
* Merge from emacs-24; up to 2012-12-06T01:39:03Z!monnier@iro.umontreal.caPaul Eggert2013-01-02
|\
| * Update copyright notices for 2013.Paul Eggert2013-01-01
* | Make read-char-by-name signal an error for invalid input.Chong Yidong2012-12-21
* | Avoid calls to CHAR_TO_BYTE if byte position is known.Dmitry Antipov2012-12-20
* | Fix compilation warnings in the Windows build.Eli Zaretskii2012-12-14
* | Fix permissions bugs with setgid directories etc.Paul Eggert2012-12-14
* | Merge from emacs-24; up to 2012-11-26T19:56:14Z!monnier@iro.umontreal.caGlenn Morris2012-12-09
|\|
| * Reword doc-string of Fcompare_buffer_substrings.Martin Rudalics2012-12-07
* | Use putenv+unsetenv instead of modifying environ directly.Paul Eggert2012-12-08
* | * src/editfns.c (Finsert_char): Make the error message more informative.Chong Yidong2012-12-08