summaryrefslogtreecommitdiff
path: root/src/editfns.c
Commit message (Expand)AuthorAge
* (Fmessage): Doc fixes.Juanma Barranquero2006-11-12
* (Fmessage): Recommend using (message "%s" ...).Kim F. Storm2006-09-11
* (Fsystem_name): Mention "host" in the doc string.Eli Zaretskii2006-09-09
* (Fformat_time_string): Use make_unibyte_string to makeKenichi Handa2006-09-06
* * buffer.h (struct buffer_text): New field chars_modiff.Chong Yidong2006-09-01
* (Fformat): Don't sign-extend for %o or %x.Richard M. Stallman2006-08-31
* (Fcurrent_time, Fget_internal_run_time): Simplify; use list3.Kim F. Storm2006-08-25
* (Fsubst_char_in_region): Redo the setup work after runningStefan Monnier2006-08-04
* Undo 2006-06-28 change.Thien-Thi Nguyen2006-07-30
* (region_limit, Fget_internal_run_time): Use xsignal0.Kim F. Storm2006-07-18
* (Fformat): Fix calculation of text property positionsKenichi Handa2006-07-13
* (general_insert_function): Remove loop around wrong_type_argument.Kim F. Storm2006-07-12
* Include blockinput.h.YAMAMOTO Mitsuharu2006-07-12
* * editfns.c (Fdelete_field, Ffield_string, Ffield_beginning)Chong Yidong2006-06-28
* * intervals.c (set_point_both): Fix mixup before before and afterChong Yidong2006-05-12
* Revision: emacs@sv.gnu.org/emacs--devo--0--patch-245Miles Bader2006-04-25
* (find_field): Fix comment.Lars Hansen2006-04-23
* * lib-src/b2m.c (main): Don't include <limits.h>.Paul Eggert2006-04-04
* Move explanations from ChangeLog to the source.Eli Zaretskii2006-03-25
* * editfns.c: (TM_YEAR_BASE): Move up.Paul Eggert2006-03-24
* Revision: emacs@sv.gnu.org/emacs--devo--0--patch-51Miles Bader2006-02-07
* Update years in copyright notice; nfc.Thien-Thi Nguyen2006-02-06
* (Fconstrain_to_field): Fix int/Lisp_Object mixup.Ken Raeburn2006-02-05
* (Fconstrain_to_field): Fix behaviour on field boundaries.Károly Lőrentey2006-01-26
* (Fconstrain_to_field): Use get_pos_property, not Fget_char_property,Károly Lőrentey2006-01-26
* (Fformat): Don't include string paddingRichard M. Stallman2005-10-28
* (Fcompare_buffer_substrings): Fix last change.Kim F. Storm2005-10-24
* (Fcompare_buffer_substrings): Handle multibyte chars.Stefan Monnier2005-10-24
* Move systime.h include after lisp.h.Dan Nicolaescu2005-09-30
* (Fmessage, Fmessage_box, Fmessage_or_box):Juri Linkov2005-09-29
* (Fformat): Explicitly test for end of format string and don't use `index'.Richard M. Stallman2005-09-23
* (Fformat): Don't scan past end of format string thatKim F. Storm2005-09-19
* (Ftranslate_region_internal): Reload `tt' afterKim F. Storm2005-09-12
* (Fpropertize): Don't insist that properties be symbols.Richard M. Stallman2005-09-04
* Update years in copyright notice; nfc.Thien-Thi Nguyen2005-08-07
* Update FSF's address.Lute Kamstra2005-07-04
* (Fsubst_char_in_region): Follow error conventions.Juanma Barranquero2005-06-23
* (Fmessage_box): Use "Information" for frame title.Nick Roberts2005-05-24
* Remove reference to defunct vms-pwd.h.Thien-Thi Nguyen2005-04-20
* (Fgoto_char): Fix docstring. Probably left-over from Emacs-20.1.Stefan Monnier2005-03-27
* (Fmessage): If arg is "", return "" (as before).Richard M. Stallman2005-01-21
* * editfns.c (Voperating_system_release): Added.Steven Tamm2005-01-20
* * editfns.c (Voperating_system_release): Added.Steven Tamm2005-01-19
* Move #include "systime.h" before <sys/resource.h>.Eli Zaretskii2004-11-08
* editfns.c: Adding in better patchSteven Tamm2004-11-07
* editfns.c: Need to include sys/time.h before resource.h on darwin.Steven Tamm2004-11-07
* (Fget_internal_run_time): New function.Eli Zaretskii2004-11-06
* (Fmessage): Doc fix.Richard M. Stallman2004-10-27
* (Fformat): Allocate discarded table with SAFE_ALLOCA.Kim F. Storm2004-10-26
* (Ftranslate_region_internal): New function.Kenichi Handa2004-10-22