| Age | Commit message (Expand) | Author |
| 2000-10-02 | (prev_char_comstart_first): Remove. | Stefan Monnier |
| 2000-10-02 | (forw_comment): Match nestedness of ender/starter. | Stefan Monnier |
| 2000-09-28 | (skip_chars): Handle negation correctly. | Kenichi Handa |
| 2000-08-27 | (back_comment): Detect cases where a comment-starter is | Stefan Monnier |
| 2000-08-07 | * syntax.c (skip_chars): Fix previous change. Make the handling of | Kenichi Handa |
| 2000-08-05 | (skip_chars): Fix handling of multibyte<->unibyte conversion. | Kenichi Handa |
| 2000-08-04 | (skip_chars): Fix typo in error message. | Gerd Moellmann |
| 2000-07-25 | (Fforward_word): Add last arg nil in call of | Gerd Moellmann |
| 2000-07-14 | (back_comment): Add null default in switch for pcc. | Dave Love |
| 2000-07-12 | (back_comment): Use one switch rather than a few `if's. | Stefan Monnier |
| 2000-06-21 | (back_comment): Simplify string-parity counting (with | Stefan Monnier |
| 2000-06-20 | (scan_sexps_forward): | Stefan Monnier |
| 2000-06-20 | (describe_syntax): Recognize the `n'estable bit. | Stefan Monnier |
| 2000-06-19 | (Fparse_partial_sexp): Doc fix. | Dave Love |
| 2000-05-29 | (find_defun_start): Move test for | Gerd Moellmann |
| 2000-05-23 | (skip_chars): Use FETCH_STRING_CHAR_ADVANCE unconditionally. | Kenichi Handa |
| 2000-03-27 | Use new macro names | Gerd Moellmann |
| 2000-03-26 | (Fset_syntax_table): Use new macros for per-buffer | Gerd Moellmann |
| 2000-03-24 | (open_paren_in_column_0_is_defun_start): New variable. | Gerd Moellmann |
| 2000-03-22 | Changes towards better type safety regarding intervals, primarily | Ken Raeburn |
| 2000-02-23 | (multibyte_syntax_as_symbol): New variable. | Kenichi Handa |
| 2000-02-17 | (Fforward_comment): Undo the previous change, since cc-mode | Stefan Monnier |
| 2000-02-15 | (back_comment): Make sure we only consider comment-starters | Stefan Monnier |
| 2000-01-01 | (Fforward_word): Undo previous change. | Gerd Moellmann |
| 2000-01-01 | (Fforward_word): Notice field boundaries only if | Gerd Moellmann |
| 1999-11-22 | * callproc.c (strerror): Remove decl. | Paul Eggert |
| 1999-11-09 | (Fforward_word): Handle fields even if would have hit | Richard M. Stallman |
| 1999-11-01 | Remove whitespace after open or in front of closing parentheses. | Gerd Moellmann |
| 1999-10-17 | (Fforward_word): Supply new ESCAPE_FROM_EDGE parameter | Gerd Moellmann |
| 1999-09-20 | (update_syntax_table, find_defun_start, back_comment, | Gerd Moellmann |
| 1999-09-13 | Use XCAR and XCDR instead of explicit member access. | Ken Raeburn |
| 1999-09-12 | (Fforward_word): Use prompt_end_charpos instead | Gerd Moellmann |
| 1999-09-02 | (Fforward_word): Stop at a mini-buffer prompt end | Gerd Moellmann |
| 1999-08-29 | (lisp_parse_state, back_comment, Fmodify_syntax_entry) | Richard M. Stallman |
| 1999-08-25 | (Fforward_word): If in a mini-buffer and moving | Gerd Moellmann |
| 1999-08-16 | (Fforward_comment): Set comstyle for Scomment_fence. | Karl Heuer |
| 1999-05-14 | (Fparse_partial_sexp): Correct test for element 8 to be | Dave Love |
| 1999-01-22 | (scan_sexps_forward): Delete duplicate code | Karl Heuer |
| 1998-10-20 | (syms_of_syntax): Fix the setup of Qscan_error. | Richard M. Stallman |
| 1998-10-08 | (scan_lists): Bring FROM back into range BEGV...ZV. | Richard M. Stallman |
| 1998-08-10 | (scan_sexps_forward): Set up the syntax table scanning | Richard M. Stallman |
| 1998-06-23 | (Fmodify_syntax_entry): Use macro STRING_BYTES to get | Kenichi Handa |
| 1998-06-14 | (skip_chars): Don't examine STRING before verifying that it is a string. | Richard M. Stallman |
| 1998-06-11 | (Fforward_comment): Properly compute BYTEPOS arg to char_quoted. | Richard M. Stallman |
| 1998-06-08 | (struct lisp_parse_state): New field, levelstarts. | Richard M. Stallman |
| 1998-06-06 | (scan_lists): Properly skip the comment-fence character | Richard M. Stallman |
| 1998-05-18 | (skip_chars): Fix previous change. | Kenichi Handa |
| 1998-05-18 | (skip_chars): Fix bug in handling a range which | Kenichi Handa |
| 1998-05-13 | (skip_chars): When fetching char after \, | Richard M. Stallman |
| 1998-05-09 | (scan_lists, scan_sexps_forward): Move complex expressions | Richard M. Stallman |