Fix typo in comment.
[bpt/emacs.git] / src / syntax.c
2002-10-18 Juanma BarranqueroFix typo in comment.
2002-10-14 Stefan Monnier(scan_lists): Don't get fooled by a symbol ending with...
2002-07-19 Ken Raeburn(Fstring_to_syntax, skip_chars): Treat Lisp string
2002-07-15 Ken RaeburnMost uses of XSTRING combined with STRING_BYTES or...
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íkUpdate usage of CHECK_ macros (remove unused second...
2001-10-25 Stefan MonnierFix comment ending.
2001-10-23 Pavel Janík(modify-syntax-entry): Fix argument names (use CHAR...
2001-10-20 Pavel JaníkChange doc-string comments to `new style' [w/`doc:...
2001-10-12 Stefan Monnier(update_syntax_table): Simplify.
2001-10-10 Stefan MonnierInclude keymap.h.
2001-09-08 Richard M. StallmanComment change.
2001-06-15 Eli ZaretskiiFixed 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...
2000-10-15 Stefan Monnier(Fstring_to_syntax): New function extracted from Fmodif...
2000-10-15 Eli ZaretskiiFix wording in a comment.
2000-10-12 Kenichi Handa(skip_chars): Change the way of handling a range from...
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...
2000-08-05 Kenichi Handa(skip_chars): Fix handling of multibyte<->unibyte conve...
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 uncondition...
2000-03-27 Gerd MoellmannUse 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 RaeburnChanges towards better type safety regarding intervals...
2000-02-23 Kenichi Handa(multibyte_syntax_as_symbol): New variable.
2000-02-17 Stefan Monnier(Fforward_comment): Undo the previous change, since...
2000-02-15 Stefan Monnier(back_comment): Make sure we only consider comment...
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 MoellmannRemove whitespace after open or in front of closing...
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 RaeburnUse 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
1999-01-22 Karl Heuer(scan_sexps_forward): Delete duplicate code
1998-10-20 Richard M. Stallman(syms_of_syntax): Fix the setup of Qscan_error.
1998-10-08 Richard M. Stallman(scan_lists): Bring FROM back into range BEGV...ZV.
1998-08-10 Richard M. Stallman(scan_sexps_forward): Set up the syntax table scanning
1998-06-23 Kenichi Handa(Fmodify_syntax_entry): Use macro STRING_BYTES to get
1998-06-14 Richard M. Stallman(skip_chars): Don't examine STRING before verifying...
1998-06-11 Richard M. Stallman(Fforward_comment): Properly compute BYTEPOS arg to...
1998-06-08 Richard M. Stallman(struct lisp_parse_state): New field, levelstarts.
1998-06-06 Richard M. Stallman(scan_lists): Properly skip the comment-fence character
1998-05-18 Kenichi Handa(skip_chars): Fix previous change.
1998-05-18 Kenichi Handa(skip_chars): Fix bug in handling a range which
1998-05-13 Richard M. Stallman(skip_chars): When fetching char after \,
1998-05-09 Richard M. Stallman(scan_lists, scan_sexps_forward): Move complex expressions
1998-04-14 Andreas SchwabFix -Wimplicit warnings.
1998-03-18 Richard M. Stallman(Fbackward_prefix_chars): Set point properly while...
1998-03-02 Richard M. Stallman(update_syntax_table): Properly update `position' field...
1998-02-22 Karl Heuer(update_syntax_table): Fix calculations using offset.
1998-02-16 Richard M. Stallman(skip_chars): Use INC_POS instead of INC_BOTH.
1998-01-25 Richard M. Stallman(back_comment): Move the find_defun_start call
1998-01-21 Richard M. Stallman(skip_chars): Use unibyte_char_to_multibyte,
1998-01-18 Karl Heuer(skip_chars): Fix test for end of string, looking for...
1998-01-09 Richard M. Stallman(skip_chars): Handle multibyte and unibyte strings
1998-01-01 Richard M. Stallman(scan_sexps_forward): Additional arg FROM_BYTE. Calls...
1997-12-21 Richard M. Stallman(Fparse_partial_sexp): Return nil for 9th element
1997-12-21 Richard M. StallmanComment and whitespace changes.
1997-11-23 Karl Heuer(back_comment): Handle 2-char comment starts
1997-11-20 Karl Heuer(skip_chars): Check type of `string' before using it.
1997-07-24 Richard M. Stallman(Fforward_comment): When count1 is negative, return...
1997-07-12 Richard M. Stallman(init_syntax_once): Convert Fmake_vector argument to...
1997-07-04 Richard M. StallmanFix bugs with inappropriate mixing of Lisp_Object with...
1997-06-29 Richard M. Stallman(scan_sexps_forward): Split up a complex if-test.
1997-06-02 Richard M. Stallman(Fsyntax_table_p, check_syntax_table): Use EQ.
1997-05-31 Richard M. Stallman(Fforward_comment): Handle unmatched two-character...
1997-05-31 Richard M. Stallman(back_comment): Detect 2-char comment starts properly.
1997-05-13 Richard M. Stallman(describe_syntax_1): Pass new args to describe_vector.
1997-04-28 Richard M. Stallman(skip_chars): Fix previous change in syntax/backward...
1997-04-25 Richard M. Stallman(skip_chars): Merge mule changes back in.
1997-04-15 Richard M. StallmanUpdate copyright year.
1997-04-15 Richard M. Stallman(SYNTAX_ENTRY_VIA_PROPERTY): Set to take `syntax-table'
1997-02-28 Kenichi Handa(init_syntax_once): Add trick to avoid compiler warning
1997-02-27 Kenichi Handa(describe_syntax): Handle the case that the argument
next