log src/editfns.c @ 53646:8c55b1b400d5

age author description
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 Bader Add 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|after).
2003-06-26 Stefan Monnier (save_excursion_restore, transpose_markers): Update for new types.
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 Barranquero Trailing whitespace deleted.
2003-01-26 Kenichi Handa (Fformat): Add comment about the treatment of 0 as a multibyte
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 Key fixed a couple of minor compilation errors in editfns.c
2002-12-09 Kai Großjohann (Fformat): Handle precision in string conversion specifiers like libc
2002-11-03 Stefan Monnier (get_pos_property): Don't hardcode Qfield.
2002-11-01 Andreas Schwab (Fmessage): Revert last change to properly handle %% format.
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 copy a lisp value.
2002-07-16 Ken Raeburn (Fstring_to_char): Use string macros instead of Lisp_String fields.
2002-07-15 Ken Raeburn Most uses of XSTRING combined with STRING_BYTES or indirection changed to
2002-07-11 Juanma Barranquero Use macro SPECPDL_INDEX.
2002-05-20 Ken Raeburn * editfns.c (Fformat): Use SYMBOL_NAME and XSTRING instead of
2002-04-26 Andrew Choi Patch for building Emacs on Mac OS X. April 26, 2002. See ChangeLog,
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. Stallman Move the include of ctype.h after unistd.h.
2001-11-02 Pavel Janík Update usage of CHECK_ macros (remove unused second argument).
2001-10-25 Stefan Monnier (text_property_stickiness): Fix Lisp_Object used as boolean.
2001-10-23 Pavel Janík (char-to-string): Fix argument names (use CHAR instead of C) and usage.
2001-10-21 Miles Bader (Fsave_excursion, Fsave_current_buffer)
2001-10-21 Miles Bader (Finsert, Finsert_and_inherit, Finsert_before_markers, Fmessage)
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 doesn't take
2001-10-19 Miles Bader (Fline_beginning_position, Fline_end_position): Clarify documentation.
2001-10-17 Miles Bader Change doc-string comments to `new style' [w/`doc:' keyword].
2001-10-15 Pavel Janík Put doc strings in comments.
2001-10-15 Pavel Janík (Fchar_to_string): Make doc string consistent with arguments.
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
2001-10-08 Gerd Moellmann Don't define min/max.
2001-10-08 Pavel Janík *** empty log message ***
2001-07-23 Gerd Moellmann (toplevel) [STDC_HEADERS]: Include float.h.