summaryrefslogtreecommitdiff
path: root/src/editfns.c
Commit message (Expand)AuthorAgeFilesLines
* Make read-char-by-name signal an error for invalid input.Chong Yidong2012-12-211-4/+3
* Avoid calls to CHAR_TO_BYTE if byte position is known.Dmitry Antipov2012-12-201-2/+2
* Fix compilation warnings in the Windows build.Eli Zaretskii2012-12-141-0/+1
* Fix permissions bugs with setgid directories etc.Paul Eggert2012-12-141-0/+20
* Merge from emacs-24; up to 2012-11-26T19:56:14Z!monnier@iro.umontreal.caGlenn Morris2012-12-091-4/+4
|\
| * Reword doc-string of Fcompare_buffer_substrings.Martin Rudalics2012-12-071-4/+4
* | Use putenv+unsetenv instead of modifying environ directly.Paul Eggert2012-12-081-108/+96
* | * src/editfns.c (Finsert_char): Make the error message more informative.Chong Yidong2012-12-081-3/+4
* | * lisp.h (modify_region): Rename to...Dmitry Antipov2012-12-031-7/+7
* | * alloc.c (free_save_value): New function.Dmitry Antipov2012-12-031-42/+35
|/
* * src/editfns.c (Fmessage): Mention message-log-max. (Bug#12849)Glenn Morris2012-11-151-2/+2
* * editfns.c (get_system_name): Remove.Dmitry Antipov2012-10-161-9/+0
* * editfns.c (save_excursion_save): Use nil if mark points to nowhere.Dmitry Antipov2012-10-111-4/+13
* Simplify and avoid signal-handling races.Paul Eggert2012-09-231-24/+24
* Misc doc fixes.Chong Yidong2012-09-221-8/+10
* Port better to POSIX hosts lacking _setjmp.Paul Eggert2012-09-151-1/+0
* Convenient macro to check whether the buffer is live.Dmitry Antipov2012-09-111-3/+3
* Remove redundant or unused things here and there.Dmitry Antipov2012-09-051-2/+2
* Simplify redefinition of 'abort' (Bug#12316).Paul Eggert2012-09-041-3/+3
* * doc.c, editfns.c, insdel.c, intervals.c: Use bool for boolean.Paul Eggert2012-09-021-45/+46
* Always use set_buffer_if_live to restore original buffer at unwind.Dmitry Antipov2012-08-281-5/+2
* * alloc.c: Use bool for booleans.Paul Eggert2012-08-211-5/+5
* Rely on <unistd.h> to declare 'environ',Paul Eggert2012-08-191-4/+0
* * buffer.h (BSET): Remove.Paul Eggert2012-08-171-6/+8
* A few more naming-convention fixes for getters and setters.Paul Eggert2012-08-171-3/+3
* Use ASCII tests for character types.Paul Eggert2012-08-161-1/+0
* More doc fixes.Chong Yidong2012-08-151-2/+2
* Doc fixes.Chong Yidong2012-08-151-2/+6
* Revert and cleanup some recent overlay changes.Dmitry Antipov2012-08-141-2/+2
* Use BSET for write access to Lisp_Object members of struct buffer.Dmitry Antipov2012-08-131-6/+6
* Inline functions to examine and change buffer overlays.Dmitry Antipov2012-08-081-2/+2
* Inline functions to examine and change buffer intervals.Dmitry Antipov2012-08-081-1/+1
* Inline functions to examine and change string intervals.Dmitry Antipov2012-08-081-2/+2
* Cleanup intervals.Dmitry Antipov2012-08-081-5/+5
* Drop WGET and revert read access to Lisp_Objects slots of struct window.Dmitry Antipov2012-08-071-4/+4
* Separate read and write access to Lisp_Object slots of struct window.Dmitry Antipov2012-08-061-4/+4
* Remove unnecessary casts involving pointers.Paul Eggert2012-08-031-8/+8
* Use INTERNAL_FIELD for windows.Dmitry Antipov2012-08-011-4/+4
* * configure.ac (NULL_DEVICE, SEPCHAR, USER_FULL_NAME): Move here from src.Glenn Morris2012-07-311-4/+0
* Revert last save_excursion_save and save_excursion_restore changes.Dmitry Antipov2012-07-271-87/+87
* Fast save_excursion_save and save_excursion_restore.Dmitry Antipov2012-07-271-87/+87
* Explicitly free restriction data that are not needed anymore.Dmitry Antipov2012-07-261-0/+4
* Document insert-char changes.Chong Yidong2012-07-171-15/+22
* Make insert-char interactive, and ucs-insert an obsolete alias for it.René Kyllingstad2012-07-171-2/+21
* EMACS_TIME simplification (Bug#11875).Paul Eggert2012-07-101-15/+9
* Use XCAR and XCDR instead of Fcar and Fcdr where possible.Dmitry Antipov2012-07-101-1/+1
* Use make_formatted_string to avoid double length calculation.Dmitry Antipov2012-07-091-2/+3
* Do not require float-time's arg to fit in time_t (Bug#11825).Paul Eggert2012-07-061-27/+52
* Introduce fast path for the widely used marker operation.Dmitry Antipov2012-07-061-14/+5
* More xmalloc and related cleanup.Paul Eggert2012-07-051-11/+7