log src/syntax.c @ 50276:fc6bcd4af686

age author description
Tue, 25 Feb 2003 01:36:23 +0000 Stefan Monnier (back_comment): Only check nestedness of 2nd char if needed.
Tue, 04 Feb 2003 14:56:31 +0000 Juanma Barranquero Trailing whitespace deleted.
Fri, 31 Jan 2003 15:38:54 +0000 Dave Love (Fskip_chars_forward)
Thu, 14 Nov 2002 14:17:40 +0000 Dave Love (scan_sexps_forward):
Tue, 12 Nov 2002 20:40:47 +0000 Stefan Monnier (scan_sexps_forward): Undo last patch.
Sat, 09 Nov 2002 22:20:02 +0000 Stefan Monnier (scan_sexps_forward): Update syntax table before reading
Wed, 30 Oct 2002 19:17:31 +0000 Dave Love (Fforward_comment): Doc fix.
Fri, 18 Oct 2002 10:09:43 +0000 Juanma Barranquero Fix typo in comment.
Mon, 14 Oct 2002 04:43:22 +0000 Stefan Monnier (scan_lists): Don't get fooled by a symbol ending with a backslash-quoted char.
Fri, 19 Jul 2002 14:27:24 +0000 Ken Raeburn (Fstring_to_syntax, skip_chars): Treat Lisp string
Mon, 15 Jul 2002 00:00:41 +0000 Ken Raeburn Most uses of XSTRING combined with STRING_BYTES or indirection changed to
Mon, 26 Nov 2001 23:37:01 +0000 Stefan Monnier (syms_of_syntax): Remove defsubr of Sdescribe_syntax.
Mon, 19 Nov 2001 22:46:47 +0000 Stefan Monnier (describe_syntax): Add dummy arg.
Fri, 02 Nov 2001 23:27:02 +0000 Stefan Monnier (describe_syntax): New wrapper.
Fri, 02 Nov 2001 20:46:55 +0000 Pavel Jank Update usage of CHECK_ macros (remove unused second argument).
Thu, 25 Oct 2001 04:18:22 +0000 Stefan Monnier Fix comment ending.
Tue, 23 Oct 2001 12:00:50 +0000 Pavel Jank (modify-syntax-entry): Fix argument names (use CHAR instead of C) and usage.
Sat, 20 Oct 2001 20:54:39 +0000 Pavel Jank Change doc-string comments to `new style' [w/`doc:' keyword].
Fri, 12 Oct 2001 01:37:54 +0000 Stefan Monnier (update_syntax_table): Simplify.
Wed, 10 Oct 2001 16:05:21 +0000 Stefan Monnier Include keymap.h.
Sat, 08 Sep 2001 14:30:12 +0000 Richard M. Stallman Comment change.
Fri, 15 Jun 2001 07:31:16 +0000 Eli Zaretskii Fixed a typo in a comment.
Tue, 01 May 2001 13:49:44 +0000 Stefan Monnier (update_syntax_table): Check that oldi has the same
Sat, 09 Dec 2000 20:17:47 +0000 Stefan Monnier (scan_lists): Check that the right quote char has the
Tue, 24 Oct 2000 00:09:09 +0000 Kenichi Handa *** empty log message ***
Sun, 15 Oct 2000 22:12:01 +0000 Stefan Monnier (describe_syntax): Add code for comment and string fences.
Sun, 15 Oct 2000 21:42:41 +0000 Stefan Monnier (Fstring_to_syntax): New function extracted from Fmodify_syntax_entry.
Sun, 15 Oct 2000 05:55:40 +0000 Eli Zaretskii Fix wording in a comment.
Thu, 12 Oct 2000 02:54:26 +0000 Kenichi Handa (skip_chars): Change the way of handling a range from unibyte char to
Mon, 02 Oct 2000 22:15:14 +0000 Stefan Monnier (prev_char_comstart_first): Remove.