* callproc.c (strerror): Remove decl.
[bpt/emacs.git] / src / syntax.c
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
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.
next