2002-10-30 |
Dave Love |
(Fforward_comment): Doc fix.
|
2002-10-18 |
Juanma Barranquero |
Fix typo in comment.
|
2002-10-14 |
Stefan Monnier |
(scan_lists): Don't get fooled by a symbol ending with a backslash-quoted char.
|
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.
|
2000-06-21 |
Stefan Monnier |
(back_comment): Simplify string-parity counting (with
|
2000-06-20 |
Stefan Monnier |
(scan_sexps_forward):
|
2000-06-20 |
Stefan Monnier |
(describe_syntax): Recognize the `n'estable bit.
|
2000-06-19 |
Dave Love |
(Fparse_partial_sexp): Doc fix.
|
2000-05-29 |
Gerd Moellmann |
(find_defun_start): Move test for
|
2000-05-23 |
Kenichi Handa |
(skip_chars): Use FETCH_STRING_CHAR_ADVANCE unconditionally.
|
2000-03-27 |
Gerd Moellmann |
Use new macro names
|
2000-03-26 |
Gerd Moellmann |
(Fset_syntax_table): Use new macros for per-buffer
|
2000-03-24 |
Gerd Moellmann |
(open_paren_in_column_0_is_defun_start): New variable.
|
2000-03-22 |
Ken Raeburn |
Changes towards better type safety regarding intervals, primarily
|
2000-02-23 |
Kenichi Handa |
(multibyte_syntax_as_symbol): New variable.
|
2000-02-17 |
Stefan Monnier |
(Fforward_comment): Undo the previous change, since cc-mode
|
2000-02-15 |
Stefan Monnier |
(back_comment): Make sure we only consider comment-starters
|
2000-01-01 |
Gerd Moellmann |
(Fforward_word): Undo previous change.
|
2000-01-01 |
Gerd Moellmann |
(Fforward_word): Notice field boundaries only if
|
1999-11-22 |
Paul Eggert |
* callproc.c (strerror): Remove decl.
|
1999-11-09 |
Richard M. Stallman |
(Fforward_word): Handle fields even if would have hit
|
1999-11-01 |
Gerd Moellmann |
Remove whitespace after open or in front of closing parentheses.
|
1999-10-17 |
Gerd Moellmann |
(Fforward_word): Supply new ESCAPE_FROM_EDGE parameter
|
1999-09-20 |
Gerd Moellmann |
(update_syntax_table, find_defun_start, back_comment,
|
1999-09-13 |
Ken Raeburn |
Use XCAR and XCDR instead of explicit member access.
|
1999-09-12 |
Gerd Moellmann |
(Fforward_word): Use prompt_end_charpos instead
|
1999-09-02 |
Gerd Moellmann |
(Fforward_word): Stop at a mini-buffer prompt end
|
1999-08-29 |
Richard M. Stallman |
(lisp_parse_state, back_comment, Fmodify_syntax_entry)
|
1999-08-25 |
Gerd Moellmann |
(Fforward_word): If in a mini-buffer and moving
|
1999-08-16 |
Karl Heuer |
(Fforward_comment): Set comstyle for Scomment_fence.
|
1999-05-14 |
Dave Love |
(Fparse_partial_sexp): Correct test for element 8 to be
|