log src/editfns.c @ 79350:89a3e7e4d349

age author description
2007-08-08 Glenn Morris Replace `iff' in comments.
2007-07-25 Glenn Morris Switch license to GPLv3 or later.
2007-05-07 Stefan Monnier (Ftranspose_regions): Yet another int/Lisp_Object mixup (YAILOM)
2007-04-07 Chong Yidong (Ftranspose_regions): Validate interval before setting text
2007-03-24 Eli Zaretskii (Fgoto_char): Doc fix.
2007-03-24 Chong Yidong (Ftranspose_regions): Use set_text_properties_1 instead of
2007-03-17 Chong Yidong Fix typo.
2007-03-17 Chong Yidong (Fdecode_time, Fencode_time): "daylight savings" -> "daylight saving"
2007-02-16 Andreas Schwab (Fformat): Add support for '+' flag.
2007-01-23 Juanma Barranquero (Finsert_char): Doc fix.
2007-01-13 Eli Zaretskii (Fuser_uid, Fuser_real_uid): Copy values returned by geteuid and getuid
2007-01-10 Stefan Monnier (Fformat): Allow integer-format to work with floats of size
2007-01-05 YAMAMOTO Mitsuharu (Fformat_time_string, Fdecode_time, Fencode_time)
2006-11-12 Juanma Barranquero (Fmessage): Doc fixes.
2006-09-11 Kim F. Storm (Fmessage): Recommend using (message "%s" ...).
2006-09-09 Eli Zaretskii (Fsystem_name): Mention "host" in the doc string.
2006-09-06 Kenichi Handa (Fformat_time_string): Use make_unibyte_string to make
2006-09-01 Chong Yidong * buffer.h (struct buffer_text): New field chars_modiff.
2006-08-31 Richard M. Stallman (Fformat): Don't sign-extend for %o or %x.
2006-08-25 Kim F. Storm (Fcurrent_time, Fget_internal_run_time): Simplify; use list3.
2006-08-04 Stefan Monnier (Fsubst_char_in_region): Redo the setup work after running
2006-07-30 Thien-Thi Nguyen Undo 2006-06-28 change.
2006-07-18 Kim F. Storm (region_limit, Fget_internal_run_time): Use xsignal0.
2006-07-13 Kenichi Handa (Fformat): Fix calculation of text property positions
2006-07-12 Kim F. Storm (general_insert_function): Remove loop around wrong_type_argument.
2006-07-12 YAMAMOTO Mitsuharu Include blockinput.h.
2006-06-28 Chong Yidong * editfns.c (Fdelete_field, Ffield_string, Ffield_beginning)
2006-05-12 Chong Yidong * intervals.c (set_point_both): Fix mixup before before and after
2006-04-25 Miles Bader Revision: emacs@sv.gnu.org/emacs--devo--0--patch-245
2006-04-23 Lars Hansen (find_field): Fix comment.
2006-04-04 Paul Eggert * lib-src/b2m.c (main): Don't include <limits.h>.
2006-03-25 Eli Zaretskii Move explanations from ChangeLog to the source.
2006-03-24 Paul Eggert * editfns.c: (TM_YEAR_BASE): Move up.
2006-02-07 Miles Bader Revision: emacs@sv.gnu.org/emacs--devo--0--patch-51
2006-02-06 Thien-Thi Nguyen Update years in copyright notice; nfc.
2006-02-05 Ken Raeburn (Fconstrain_to_field): Fix int/Lisp_Object mixup.
2006-01-26 Károly Lőrentey (Fconstrain_to_field): Fix behaviour on field boundaries.
2006-01-26 Károly Lőrentey (Fconstrain_to_field): Use get_pos_property, not Fget_char_property,
2005-10-28 Richard M. Stallman (Fformat): Don't include string padding
2005-10-24 Kim F. Storm (Fcompare_buffer_substrings): Fix last change.
2005-10-24 Stefan Monnier (Fcompare_buffer_substrings): Handle multibyte chars.
2005-09-30 Dan Nicolaescu Move systime.h include after lisp.h.
2005-09-29 Juri Linkov (Fmessage, Fmessage_box, Fmessage_or_box):
2005-09-23 Richard M. Stallman (Fformat): Explicitly test for end of format string and don't use `index'.
2005-09-19 Kim F. Storm (Fformat): Don't scan past end of format string that
2005-09-12 Kim F. Storm (Ftranslate_region_internal): Reload `tt' after
2005-09-04 Richard M. Stallman (Fpropertize): Don't insist that properties be symbols.
2005-08-07 Thien-Thi Nguyen Update years in copyright notice; nfc.
2005-07-04 Lute Kamstra Update FSF's address.
2005-06-23 Juanma Barranquero (Fsubst_char_in_region): Follow error conventions.
2005-05-24 Nick Roberts (Fmessage_box): Use "Information" for frame title.
2005-04-20 Thien-Thi Nguyen Remove reference to defunct vms-pwd.h.
2005-03-27 Stefan Monnier (Fgoto_char): Fix docstring. Probably left-over from Emacs-20.1.
2005-01-21 Richard M. Stallman (Fmessage): If arg is "", return "" (as before).
2005-01-20 Steven Tamm * editfns.c (Voperating_system_release): Added.
2005-01-19 Steven Tamm * editfns.c (Voperating_system_release): Added.
2004-11-08 Eli Zaretskii Move #include "systime.h" before <sys/resource.h>.
2004-11-07 Steven Tamm editfns.c: Adding in better patch
2004-11-07 Steven Tamm editfns.c: Need to include sys/time.h before resource.h on darwin.
2004-11-06 Eli Zaretskii (Fget_internal_run_time): New function.