Regenerate.
[bpt/emacs.git] / src / editfns.c
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_c...
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 NicolaescuMove 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...
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 NguyenUpdate years in copyright notice; nfc.
2005-07-04 Lute KamstraUpdate 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 NguyenRemove reference to defunct vms-pwd.h.
2005-03-27 Stefan Monnier(Fgoto_char): Fix docstring. Probably left-over from...
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 ZaretskiiMove #include "systime.h" before <sys/resource.h>.
2004-11-07 Steven Tammeditfns.c: Adding in better patch
2004-11-07 Steven Tammeditfns.c: Need to include sys/time.h before resource...
2004-11-06 Eli Zaretskii(Fget_internal_run_time): New function.
2004-10-27 Richard M. Stallman(Fmessage): Doc fix.
2004-10-26 Kim F. Storm(Fformat): Allocate discarded table with SAFE_ALLOCA.
2004-10-22 Kenichi Handa(Ftranslate_region_internal): New function.
2004-10-19 Richard M. Stallman(Fdelete_and_extract_region): If region is empty, retur...
2004-09-12 Kim F. Storm(Fformat): Handle format strings with multiple text
2004-07-30 Kim F. Storm(Fformat): Allocated extra (dummy) element in info.
2004-07-09 Luc Teirlinck(Ffloat_time, Fformat_time_string, Fdecode_time)
2004-06-21 Kim F. Storm(Fformat, Ftranspose_regions): Use SAFE_ALLOCA.
2004-06-07 Juanma Barranquero(Fuser_login_name, Ffloat_time, Fencode_time, Fcurrent_...
2004-05-07 Juanma Barranquero(Finsert_buffer_substring): Make argument names match...
2004-04-27 Eli Zaretskii(lisp_time_argument): Provide externally.
2004-04-13 Kim F. Storm(Fformat): Fix allocation size of precision array.
2004-03-30 Kenichi Handa(Fformat): Fix initialization of the array info.
2004-03-25 Masatake YAMATO* insdel.c (adjust_markers_for_insert): Call fix_start_...
2004-03-02 Stefan Monnier(Ftranslate_region): Lisp_Object/int mixup.
2004-03-01 Kenichi Handa(Ftranslate_region): Fix previous change
2004-03-01 Kenichi Handa(Ftranslate_region): Handle multibyte chars in the arg
2004-02-05 Luc Teirlinck(Fchar_after, Fchar_before): Doc fixes.
2004-01-24 Jonathan YavnerFor `format', make source and documentation match.
2004-01-08 Kenichi Handa(Fformat): Fix '&' to '&&'.
2003-09-07 Eli Zaretskii(region_limit): Support any non-zero value of BEGINNINGP.
2003-09-01 Miles BaderAdd arch taglines
2003-08-17 Richard M. Stallman(Fencode_time): Doc fix.
2003-07-09 Stefan Monnier(overlays_around): Use new type for overlays_(before...
2003-06-26 Stefan Monnier(save_excursion_restore, transpose_markers): Update...
2003-05-17 Stefan Monnier(get_pos_property): Don't assume that `object' = nil.
2003-04-30 Richard M. Stallman(Fformat): Set abort_on_gc during first scan of format.
2003-04-11 Stefan Monnier(Fformat): Lisp_Object/int mixup.
2003-04-09 Richard M. Stallman(Fformat): Translate positions of text properties
2003-04-04 Kenichi Handa(Fformat): Use a copy of FORMAT string so that we can
2003-02-04 Juanma BarranqueroTrailing whitespace deleted.
2003-01-26 Kenichi Handa(Fformat): Add comment about the treatment of 0 as...
2003-01-25 Richard M. Stallman(format2): New function, replaces format1
2003-01-17 Kim F. Storm(Finsert): Mention `string-make-multibyte' and
2003-01-17 Kenichi Handa(Fformat): Convert an unibyte char argument that is
2002-12-21 Richard M. Stallman(Fformat): Add parens.
2002-12-10 Juanma Barranquero(Fformat): Use alloca, not _alloca.
2002-12-10 Ben Keyfixed a couple of minor compilation errors in editfns.c
2002-12-09 Kai Großjohann(Fformat): Handle precision in string conversion specif...
2002-11-03 Stefan Monnier(get_pos_property): Don't hardcode Qfield.
2002-11-01 Andreas Schwab(Fmessage): Revert last change to properly handle ...
2002-11-01 Stefan Monnier(find_field): Make an exception for nil fields.
2002-10-30 Stefan Monnier(overlays_around, get_pos_property): New funs.
2002-10-26 Richard M. Stallman(Fformat): Detect invalid format letters for floats.
2002-10-05 Markus Rost(Fformat_time_string): Doc fix.
2002-08-17 Richard M. Stallman(save_restriction_restore): Defend from unchained marker.
2002-07-23 Richard M. Stallman(Fmessage): Treat "" like nil.
2002-07-16 Ken Raeburn(general_insert_function): Insertion function now
2002-07-16 Ken Raeburn(Fstring_to_char): Don't use XSTRING/XSETSTRING to...
2002-07-16 Ken Raeburn(Fstring_to_char): Use string macros instead of Lisp_St...
2002-07-15 Ken RaeburnMost uses of XSTRING combined with STRING_BYTES or...
2002-07-11 Juanma BarranqueroUse macro SPECPDL_INDEX.
2002-05-20 Ken Raeburn* editfns.c (Fformat): Use SYMBOL_NAME and XSTRING...
2002-04-26 Andrew ChoiPatch for building Emacs on Mac OS X. April 26, 2002...
2002-03-14 Miles Bader(text_property_stickiness): Function moved to `textprop.c'.
2002-03-12 Juanma Barranquero(syms_of_editfns): Fix typo.
2002-02-01 Richard M. Stallman(region_limit): Nicer error message.
2002-01-02 Richard M. Stallman(Fformat): Update thissize from field_width
2001-12-18 Richard M. Stallman(Fcompare_buffer_substrings): Add QUIT to main loop.
2001-11-15 Miles Bader(find_field): Add BEG_LIMIT and END_LIMIT parameters.
2001-11-15 Richard M. Stallman(Fpropertize): Allow call with 1 arg.
2001-11-13 Pavel Janík(Fuser_real_login_name): Reindent.
2001-11-04 Richard M. StallmanMove the include of ctype.h after unistd.h.
2001-11-02 Pavel JaníkUpdate usage of CHECK_ macros (remove unused second...
2001-10-25 Stefan Monnier(text_property_stickiness): Fix Lisp_Object used as...
2001-10-23 Pavel Janík(char-to-string): Fix argument names (use CHAR instead...
2001-10-21 Miles Bader(Fsave_excursion, Fsave_current_buffer)
2001-10-21 Miles Bader(Finsert, Finsert_and_inherit, Finsert_before_markers...
2001-10-19 Miles Bader(text_property_stickiness): Really fix it this time.
2001-10-19 Miles Bader(text_property_stickiness): Non-rear-non-stickiness...
2001-10-19 Miles Bader(Fline_beginning_position, Fline_end_position): Clarify...
2001-10-17 Miles BaderChange doc-string comments to `new style' [w/`doc:...
2001-10-15 Pavel JaníkPut doc strings in comments.
2001-10-15 Pavel Janík(Fchar_to_string): Make doc string consistent with...
2001-10-11 Gerd Moellmann(Fuser_uid, Fuser_real_uid): Use make_fixnum_or_float.
2001-10-09 Gerd Moellmann(Fcurrent_time_zone): Cast isalnum() argument to
next