log src/syntax.c @ 25705:1f109108fa7e

age author description
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
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 that it is a string.
1998-06-11 Richard M. Stallman (Fforward_comment): Properly compute BYTEPOS arg to char_quoted.
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 Schwab Fix -Wimplicit warnings.
1998-03-18 Richard M. Stallman (Fbackward_prefix_chars): Set point properly while scanning.
1998-03-02 Richard M. Stallman (update_syntax_table): Properly update `position' field of used intervals.
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 changed.
1997-12-21 Richard M. Stallman (Fparse_partial_sexp): Return nil for 9th element
1997-12-21 Richard M. Stallman Comment 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 nil if FROM reaches STOP.
1997-07-12 Richard M. Stallman (init_syntax_once): Convert Fmake_vector argument to Lisp_Integer.
1997-07-04 Richard M. Stallman Fix bugs with inappropriate mixing of Lisp_Object with int.
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 comment starters.
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 case.
1997-04-25 Richard M. Stallman (skip_chars): Merge mule changes back in.
1997-04-15 Richard M. Stallman Update 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 Heuer Include charset.h and category.h.
1997-02-10 Richard M. Stallman (scan_lists): Signal errors using scan-error.
1996-09-01 Karl Heuer Change all references from point to PT.
1996-02-24 Richard M. Stallman (Fcopy_syntax_table): Set default to nil.
1996-01-15 Erik Naggum Update FSF's address in the preamble.
1996-01-09 Erik Naggum (Fsyntax_table_p, Fchar_syntax, Fmatching_paren, Fmodify_syntax_entry):
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.