index
:
chemacs.git
devmain
master
emacs
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
editfns.c
Age
Commit message (
Expand
)
Author
2013-02-11
Tune by using memchr and memrchr.
Paul Eggert
2013-01-23
* src/xdisp.c (message2, message2_nolog): Remove functions.
Stefan Monnier
2013-01-19
Fix crashes with lots of overlays.
Eli Zaretskii
2013-01-17
* lisp.h (toplevel): Add comment about using Lisp_Save_Value
Dmitry Antipov
2013-01-15
* src/lisp.h (XSAVE_POINTER, XSAVE_INTEGER): Change to allow extraction
Dmitry Antipov
2013-01-15
Some convenient bits to deal with Lisp_Save_Values.
Dmitry Antipov
2013-01-14
Make Lisp_Save_Value more versatile storage for up to four objects.
Dmitry Antipov
2013-01-11
Fix bug with set-time-zone-rule and LOCALTIME_CACHE.
Paul Eggert
2013-01-11
Avoid unnecessary byte position calculation for the gap movement.
Dmitry Antipov
2013-01-09
* lisp.h (make_gap_1): New prototype.
Dmitry Antipov
2013-01-02
Merge from emacs-24; up to 2012-12-06T01:39:03Z!monnier@iro.umontreal.ca
Paul Eggert
2013-01-01
Update copyright notices for 2013.
Paul Eggert
2012-12-21
Make read-char-by-name signal an error for invalid input.
Chong Yidong
2012-12-20
Avoid calls to CHAR_TO_BYTE if byte position is known.
Dmitry Antipov
2012-12-14
Fix compilation warnings in the Windows build.
Eli Zaretskii
2012-12-14
Fix permissions bugs with setgid directories etc.
Paul Eggert
2012-12-09
Merge from emacs-24; up to 2012-11-26T19:56:14Z!monnier@iro.umontreal.ca
Glenn Morris
2012-12-08
Use putenv+unsetenv instead of modifying environ directly.
Paul Eggert
2012-12-08
* src/editfns.c (Finsert_char): Make the error message more informative.
Chong Yidong
2012-12-07
Reword doc-string of Fcompare_buffer_substrings.
Martin Rudalics
2012-12-03
* lisp.h (modify_region): Rename to...
Dmitry Antipov
2012-12-03
* alloc.c (free_save_value): New function.
Dmitry Antipov
2012-11-15
* src/editfns.c (Fmessage): Mention message-log-max. (Bug#12849)
Glenn Morris
2012-10-16
* editfns.c (get_system_name): Remove.
Dmitry Antipov
2012-10-11
* editfns.c (save_excursion_save): Use nil if mark points to nowhere.
Dmitry Antipov
2012-09-23
Simplify and avoid signal-handling races.
Paul Eggert
2012-09-22
Misc doc fixes.
Chong Yidong
2012-09-15
Port better to POSIX hosts lacking _setjmp.
Paul Eggert
2012-09-11
Convenient macro to check whether the buffer is live.
Dmitry Antipov
2012-09-05
Remove redundant or unused things here and there.
Dmitry Antipov
2012-09-04
Simplify redefinition of 'abort' (Bug#12316).
Paul Eggert
2012-09-02
* doc.c, editfns.c, insdel.c, intervals.c: Use bool for boolean.
Paul Eggert
2012-08-28
Always use set_buffer_if_live to restore original buffer at unwind.
Dmitry Antipov
2012-08-21
* alloc.c: Use bool for booleans.
Paul Eggert
2012-08-19
Rely on <unistd.h> to declare 'environ',
Paul Eggert
2012-08-17
* buffer.h (BSET): Remove.
Paul Eggert
2012-08-17
A few more naming-convention fixes for getters and setters.
Paul Eggert
2012-08-16
Use ASCII tests for character types.
Paul Eggert
2012-08-15
More doc fixes.
Chong Yidong
2012-08-15
Doc fixes.
Chong Yidong
2012-08-14
Revert and cleanup some recent overlay changes.
Dmitry Antipov
2012-08-13
Use BSET for write access to Lisp_Object members of struct buffer.
Dmitry Antipov
2012-08-08
Inline functions to examine and change buffer overlays.
Dmitry Antipov
2012-08-08
Inline functions to examine and change buffer intervals.
Dmitry Antipov
2012-08-08
Inline functions to examine and change string intervals.
Dmitry Antipov
2012-08-08
Cleanup intervals.
Dmitry Antipov
2012-08-07
Drop WGET and revert read access to Lisp_Objects slots of struct window.
Dmitry Antipov
2012-08-06
Separate read and write access to Lisp_Object slots of struct window.
Dmitry Antipov
2012-08-03
Remove unnecessary casts involving pointers.
Paul Eggert
2012-08-01
Use INTERNAL_FIELD for windows.
Dmitry Antipov
[prev]
[next]