Fix -Wimplicit warnings.
[bpt/emacs.git] / src / syntax.c
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
1997-02-20 Karl HeuerInclude charset.h and category.h.
1997-02-10 Richard M. Stallman(scan_lists): Signal errors using scan-error.
1996-09-01 Karl HeuerChange all references from point to PT.
1996-02-24 Richard M. Stallman(Fcopy_syntax_table): Set default to nil.
1996-01-15 Erik NaggumUpdate FSF's address in the preamble.
1996-01-09 Erik Naggum(Fsyntax_table_p, Fchar_syntax, Fmatching_paren, Fmodif...
1995-11-11 Richard M. Stallman(check_syntax_table): Check the purpose slot.
1995-10-14 Richard M. Stallman(Qsyntax_table): New variable.
1995-10-07 Richard M. Stallman(describe_syntax): Handle new syntax-table data format.
1995-08-19 Richard M. Stallman(scan_sexps_forward): Fix previous change.
1995-08-16 Richard M. Stallman(scan_sexps_forward): Use the initial depth
1995-05-29 Karl Heuer(describe_syntax_1): Pass new arg to describe_vector.
1995-05-25 Karl Heuer(scan_lists): Make stringterm an unsigned char.
1995-03-09 Richard M. Stallman(Fforward_comment): Always clear immediate_quit for...
1995-01-18 Karl HeuerChange all occurences of SWITCH_ENUM_BUG to use SWITCH_...
1994-11-09 Karl Heuer(describe_syntax_1): Set help-mode in *Help* buffer.
1994-10-12 Richard M. Stallman(scan_sexps_forward): At startincomment,
1994-10-08 Jim Blandy* syntax.c (find_defun_start): Call scan_buffer with...
1994-10-04 Karl Heuer(Fmodify_syntax_entry): Don't use XFASTINT as an lvalue.
1994-10-04 Karl Heuer(Fcopy_syntax_table, Fmodify_syntax_entry, scan_lists...
1994-09-27 Karl Heuer(Fsyntax_table_p, describe_syntax): Use type test macros.
1994-09-17 Richard M. Stallman(Fforward_comment): Do increment from, when reaching
1994-06-24 Richard M. Stallman(scan_lists, Fforward_comment): When moving backward...
1994-06-20 Richard M. Stallman(Fmatching_paren): Fix typo.
1994-06-19 Richard M. Stallman(Fmatching_paren): New function.
1994-06-16 Richard M. Stallman(scan_lists): Get error if eob within comment with...
1994-05-04 Karl HeuerUpdate copyright.
1994-03-02 Karl Heuer(Fforward_comment): Do the right thing at eob.
1994-02-03 Richard M. Stallman(find_defun_start): Pass new arg to scan_buffer.
1994-01-05 Richard M. Stallman(describe_syntax): Handle Sinherit.
1993-12-24 Richard M. Stallman(Fmodify_syntax_entry): Doc fix.
1993-11-10 Richard M. Stallman(Fforward_comment): On backward scan, exit inner loop
1993-09-10 Roland McGrathInclude <config.h> instead of "config.h".
1993-08-05 Richard M. StallmanDoc fix.
1993-08-01 Richard M. StallmanDoc fix.
1993-07-27 Richard M. Stallman(scan_sexps_forward): Delete extra Fcdr when analyzing...
1993-07-18 Jim Blandy* syntax.c (Fmodify_syntax_entry): Doc fix.
1993-06-17 Richard M. Stallman(scan_lists, Fforward_comment): #if 0 the code
1993-06-13 Richard M. Stallman(scan_lists, Fforward_comment): Pass 0 as commentstop arg
1993-06-12 Richard M. Stallman(Fset_syntax_table): Add XFASTINT.
1993-06-10 Jim Blandy* syntax.c (scan_lists, Fforward_comment): Call scan_se...
1993-06-09 Jim BlandyApply typo patches from Paul Eggert.
1993-06-08 Richard M. Stallman(Fforward_comment): Set point to where scan stops,
1993-05-25 Richard M. Stallman(Fforward_comment): Arg is a Lisp_Object.
1993-05-25 Richard M. Stallman(Fforward_comment): Fix last change.
1993-05-25 Richard M. Stallman(Fforward_comment): Always set point.
1993-05-22 Jim BlandyUpdated copyright years.
1993-03-02 Richard M. Stallman(describe_syntax_1): Delete excess arg to describe_vector.
1992-10-11 Richard M. Stallman(find_defun_start): scan_buffer returns start of line;
1992-10-01 Joseph Arceneaux(describe_syntax): Use insert_char to insert `match'.
1992-09-19 Richard M. Stallman(scan_lists): When searching back for comment:
1992-09-05 Richard M. Stallman(scan_lists): Improve smarts for backwards scan of...
1992-06-24 Jim Blandyentered into RCS
1992-05-01 Jim Blandy*** empty log message ***
1992-01-13 Jim Blandy*** empty log message ***
1991-01-14 Richard M. StallmanInitial revision