aboutsummaryrefslogtreecommitdiffstats
path: root/src/editfns.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge from emacs--devo--0Miles Bader2006-09-141-2/+5
|\
| * (Fmessage): Recommend using (message "%s" ...).Kim F. Storm2006-09-111-0/+3
| * (Fsystem_name): Mention "host" in the doc string.Eli Zaretskii2006-09-091-2/+2
* | Merge from emacs--devo--0Miles Bader2006-09-061-1/+1
|\ \ | |/
| * (Fformat_time_string): Use make_unibyte_string to makeKenichi Handa2006-09-061-1/+1
* | Merge from emacs--devo--0Miles Bader2006-09-051-8/+14
|\ \ | |/
| * * buffer.h (struct buffer_text): New field chars_modiff.Chong Yidong2006-09-011-7/+7
| * (Fformat): Don't sign-extend for %o or %x.Richard M. Stallman2006-08-311-1/+7
* | Merge from emacs--devo--0Miles Bader2006-08-281-12/+6
|\ \ | |/
| * (Fcurrent_time, Fget_internal_run_time): Simplify; use list3.Kim F. Storm2006-08-251-12/+6
* | Merge from emacs--devo--0Miles Bader2006-08-161-5/+19
|\ \ | |/
| * (Fsubst_char_in_region): Redo the setup work after runningStefan Monnier2006-08-041-5/+19
* | Merge from emacs--devo--0Miles Bader2006-08-031-20/+5
|\ \ | |/
| * Undo 2006-06-28 change.Thien-Thi Nguyen2006-07-301-20/+5
* | Merge from emacs--devo--0Miles Bader2006-07-191-10/+17
|\ \ | |/
| * (region_limit, Fget_internal_run_time): Use xsignal0.Kim F. Storm2006-07-181-2/+2
| * (Fformat): Fix calculation of text property positionsKenichi Handa2006-07-131-1/+1
| * (general_insert_function): Remove loop around wrong_type_argument.Kim F. Storm2006-07-121-5/+1
| * Include blockinput.h.YAMAMOTO Mitsuharu2006-07-121-2/+13
* | Merge from emacs--devo--0Miles Bader2006-07-061-5/+20
|\ \ | |/
| * * editfns.c (Fdelete_field, Ffield_string, Ffield_beginning)Chong Yidong2006-06-281-5/+20
* | Merge from emacs--devo--0Miles Bader2006-05-171-0/+4
|\ \ | |/
| * * intervals.c (set_point_both): Fix mixup before before and afterChong Yidong2006-05-121-0/+4
* | Revision: emacs@sv.gnu.org/emacs--unicode--0--patch-58Miles Bader2006-05-021-1/+1
|\ \ | |/
| * Revision: emacs@sv.gnu.org/emacs--devo--0--patch-245Miles Bader2006-04-251-14/+12
| * (find_field): Fix comment.Lars Hansen2006-04-231-13/+15
* | Revision: emacs@sv.gnu.org/emacs--unicode--0--patch-54Miles Bader2006-04-091-17/+17
|\ \ | |/
| * * lib-src/b2m.c (main): Don't include <limits.h>.Paul Eggert2006-04-041-17/+17
* | Revision: emacs@sv.gnu.org/emacs--unicode--0--patch-49Miles Bader2006-03-281-8/+24
|\ \ | |/
| * Move explanations from ChangeLog to the source.Eli Zaretskii2006-03-251-0/+11
| * * editfns.c: (TM_YEAR_BASE): Move up.Paul Eggert2006-03-241-8/+13
* | Revision: emacs@sv.gnu.org/emacs--unicode--0--patch-13Miles Bader2006-02-081-8/+9
|\ \ | |/
| * Revision: emacs@sv.gnu.org/emacs--devo--0--patch-51Miles Bader2006-02-071-6/+6
| * Update years in copyright notice; nfc.Thien-Thi Nguyen2006-02-061-1/+1
| * (Fconstrain_to_field): Fix int/Lisp_Object mixup.Ken Raeburn2006-02-051-1/+2
* | Revision: emacs@sv.gnu.org/emacs--unicode--0--patch-9Miles Bader2006-02-011-19/+41
|\ \ | |/
| * (Fconstrain_to_field): Fix behaviour on field boundaries.Károly Lőrentey2006-01-261-11/+31
| * (Fconstrain_to_field): Use get_pos_property, not Fget_char_property,Károly Lőrentey2006-01-261-11/+13
* | Revision: miles@gnu.org--gnu-2005/emacs--unicode--0--patch-97Miles Bader2006-01-161-7/+9
|\ \ | |/
| * (Fformat): Don't include string paddingRichard M. Stallman2005-10-281-2/+4
| * (Fcompare_buffer_substrings): Fix last change.Kim F. Storm2005-10-241-1/+1
| * (Fcompare_buffer_substrings): Handle multibyte chars.Stefan Monnier2005-10-241-5/+5
* | Revision: miles@gnu.org--gnu-2005/emacs--unicode--0--patch-88Miles Bader2005-10-071-2/+2
|\ \ | |/
| * Move systime.h include after lisp.h.Dan Nicolaescu2005-09-301-2/+2
* | Revision: miles@gnu.org--gnu-2005/emacs--unicode--0--patch-86Miles Bader2005-09-301-5/+5
|\ \ | |/
| * (Fmessage, Fmessage_box, Fmessage_or_box):Juri Linkov2005-09-291-5/+5
* | Revision: miles@gnu.org--gnu-2005/emacs--unicode--0--patch-85Miles Bader2005-09-251-1/+3
|\ \ | |/
| * (Fformat): Explicitly test for end of format string and don't use `index'.Richard M. Stallman2005-09-231-1/+3
* | Revision: miles@gnu.org--gnu-2005/emacs--unicode--0--patch-83Miles Bader2005-09-191-1/+1
|\ \ | |/
* | Revision: miles@gnu.org--gnu-2005/emacs--unicode--0--patch-82Miles Bader2005-09-191-6/+9
|\ \ | |/