2002-07-19 |
Ken Raeburn |
(Fstring_to_syntax, skip_chars): Treat Lisp string
|
2002-07-15 |
Ken Raeburn |
Most uses of XSTRING combined with STRING_BYTES or indirection changed to
|
2001-11-26 |
Stefan Monnier |
(syms_of_syntax): Remove defsubr of Sdescribe_syntax.
|
2001-11-19 |
Stefan Monnier |
(describe_syntax): Add dummy arg.
|
2001-11-02 |
Stefan Monnier |
(describe_syntax): New wrapper.
|
2001-11-02 |
Pavel Janík |
Update usage of CHECK_ macros (remove unused second argument).
|
2001-10-25 |
Stefan Monnier |
Fix comment ending.
|
2001-10-23 |
Pavel Janík |
(modify-syntax-entry): Fix argument names (use CHAR instead of C) and usage.
|
2001-10-20 |
Pavel Janík |
Change doc-string comments to `new style' [w/`doc:' keyword].
|
2001-10-12 |
Stefan Monnier |
(update_syntax_table): Simplify.
|
2001-10-10 |
Stefan Monnier |
Include keymap.h.
|
2001-09-08 |
Richard M. Stallman |
Comment change.
|
2001-06-15 |
Eli Zaretskii |
Fixed a typo in a comment.
|
2001-05-01 |
Stefan Monnier |
(update_syntax_table): Check that oldi has the same
|
2000-12-09 |
Stefan Monnier |
(scan_lists): Check that the right quote char has the
|
2000-10-24 |
Kenichi Handa |
*** empty log message ***
|
2000-10-15 |
Stefan Monnier |
(describe_syntax): Add code for comment and string fences.
|
2000-10-15 |
Stefan Monnier |
(Fstring_to_syntax): New function extracted from Fmodify_syntax_entry.
|
2000-10-15 |
Eli Zaretskii |
Fix wording in a comment.
|
2000-10-12 |
Kenichi Handa |
(skip_chars): Change the way of handling a range from unibyte char to
|
2000-10-02 |
Stefan Monnier |
(prev_char_comstart_first): Remove.
|
2000-10-02 |
Stefan Monnier |
(forw_comment): Match nestedness of ender/starter.
|
2000-09-28 |
Kenichi Handa |
(skip_chars): Handle negation correctly.
|
2000-08-27 |
Stefan Monnier |
(back_comment): Detect cases where a comment-starter is
|
2000-08-07 |
Kenichi Handa |
* syntax.c (skip_chars): Fix previous change. Make the handling of
|
2000-08-05 |
Kenichi Handa |
(skip_chars): Fix handling of multibyte<->unibyte conversion.
|
2000-08-04 |
Gerd Moellmann |
(skip_chars): Fix typo in error message.
|
2000-07-25 |
Gerd Moellmann |
(Fforward_word): Add last arg nil in call of
|
2000-07-14 |
Dave Love |
(back_comment): Add null default in switch for pcc.
|
2000-07-12 |
Stefan Monnier |
(back_comment): Use one switch rather than a few `if's.
|