log src/editfns.c @ 52211:a057bd074729

age author description
Sun, 17 Aug 2003 00:24:04 +0000 Richard M. Stallman (Fencode_time): Doc fix.
Wed, 09 Jul 2003 14:51:57 +0000 Stefan Monnier (overlays_around): Use new type for overlays_(before|after).
Thu, 26 Jun 2003 23:17:13 +0000 Stefan Monnier (save_excursion_restore, transpose_markers): Update for new types.
Sat, 17 May 2003 18:47:04 +0000 Stefan Monnier (get_pos_property): Don't assume that `object' = nil.
Wed, 30 Apr 2003 12:05:37 +0000 Richard M. Stallman (Fformat): Set abort_on_gc during first scan of format.
Fri, 11 Apr 2003 23:17:42 +0000 Stefan Monnier (Fformat): Lisp_Object/int mixup.
Wed, 09 Apr 2003 01:28:44 +0000 Richard M. Stallman (Fformat): Translate positions of text properties
Fri, 04 Apr 2003 10:47:15 +0000 Kenichi Handa (Fformat): Use a copy of FORMAT string so that we can
Tue, 04 Feb 2003 14:56:31 +0000 Juanma Barranquero Trailing whitespace deleted.
Sun, 26 Jan 2003 23:21:53 +0000 Kenichi Handa (Fformat): Add comment about the treatment of 0 as a multibyte
Sat, 25 Jan 2003 19:48:14 +0000 Richard M. Stallman (format2): New function, replaces format1
Fri, 17 Jan 2003 12:30:34 +0000 Kim F. Storm (Finsert): Mention `string-make-multibyte' and
Fri, 17 Jan 2003 00:47:58 +0000 Kenichi Handa (Fformat): Convert an unibyte char argument that is
Sat, 21 Dec 2002 18:00:23 +0000 Richard M. Stallman (Fformat): Add parens.
Tue, 10 Dec 2002 07:40:11 +0000 Juanma Barranquero (Fformat): Use alloca, not _alloca.
Tue, 10 Dec 2002 07:09:41 +0000 Ben Key fixed a couple of minor compilation errors in editfns.c
Mon, 09 Dec 2002 10:44:25 +0000 Kai Grojohann (Fformat): Handle precision in string conversion specifiers like libc
Sun, 03 Nov 2002 10:59:18 +0000 Stefan Monnier (get_pos_property): Don't hardcode Qfield.
Fri, 01 Nov 2002 22:34:22 +0000 Andreas Schwab (Fmessage): Revert last change to properly handle %% format.
Fri, 01 Nov 2002 19:06:06 +0000 Stefan Monnier (find_field): Make an exception for nil fields.
Wed, 30 Oct 2002 23:11:26 +0000 Stefan Monnier (overlays_around, get_pos_property): New funs.
Sat, 26 Oct 2002 22:52:36 +0000 Richard M. Stallman (Fformat): Detect invalid format letters for floats.
Sat, 05 Oct 2002 04:31:40 +0000 Markus Rost (Fformat_time_string): Doc fix.
Sat, 17 Aug 2002 04:55:17 +0000 Richard M. Stallman (save_restriction_restore): Defend from unchained marker.
Tue, 23 Jul 2002 19:08:14 +0000 Richard M. Stallman (Fmessage): Treat "" like nil.
Tue, 16 Jul 2002 19:48:12 +0000 Ken Raeburn (general_insert_function): Insertion function now
Tue, 16 Jul 2002 17:35:50 +0000 Ken Raeburn (Fstring_to_char): Don't use XSTRING/XSETSTRING to copy a lisp value.
Tue, 16 Jul 2002 16:58:04 +0000 Ken Raeburn (Fstring_to_char): Use string macros instead of Lisp_String fields.
Mon, 15 Jul 2002 00:00:41 +0000 Ken Raeburn Most uses of XSTRING combined with STRING_BYTES or indirection changed to
Thu, 11 Jul 2002 14:18:02 +0000 Juanma Barranquero Use macro SPECPDL_INDEX.