Wed, 21 Jun 2000 14:56:24 +0000 |
Stefan Monnier |
(back_comment): Simplify string-parity counting (with
|
Tue, 20 Jun 2000 22:48:26 +0000 |
Stefan Monnier |
(scan_sexps_forward):
|
Tue, 20 Jun 2000 22:30:44 +0000 |
Stefan Monnier |
(describe_syntax): Recognize the `n'estable bit.
|
Mon, 19 Jun 2000 22:21:53 +0000 |
Dave Love |
(Fparse_partial_sexp): Doc fix.
|
Mon, 29 May 2000 16:16:45 +0000 |
Gerd Moellmann |
(find_defun_start): Move test for
|
Tue, 23 May 2000 02:25:45 +0000 |
Kenichi Handa |
(skip_chars): Use FETCH_STRING_CHAR_ADVANCE unconditionally.
|
Mon, 27 Mar 2000 12:50:13 +0000 |
Gerd Moellmann |
Use new macro names
|
Sun, 26 Mar 2000 14:06:41 +0000 |
Gerd Moellmann |
(Fset_syntax_table): Use new macros for per-buffer
|
Fri, 24 Mar 2000 20:49:56 +0000 |
Gerd Moellmann |
(open_paren_in_column_0_is_defun_start): New variable.
|
Wed, 22 Mar 2000 21:44:05 +0000 |
Ken Raeburn |
Changes towards better type safety regarding intervals, primarily
|
Wed, 23 Feb 2000 00:10:34 +0000 |
Kenichi Handa |
(multibyte_syntax_as_symbol): New variable.
|
Thu, 17 Feb 2000 05:57:38 +0000 |
Stefan Monnier |
(Fforward_comment): Undo the previous change, since cc-mode
|
Tue, 15 Feb 2000 06:21:26 +0000 |
Stefan Monnier |
(back_comment): Make sure we only consider comment-starters
|
Sat, 01 Jan 2000 17:23:34 +0000 |
Gerd Moellmann |
(Fforward_word): Undo previous change.
|
Sat, 01 Jan 2000 17:06:50 +0000 |
Gerd Moellmann |
(Fforward_word): Notice field boundaries only if
|
Mon, 22 Nov 1999 08:19:51 +0000 |
Paul Eggert |
* callproc.c (strerror): Remove decl.
|
Tue, 09 Nov 1999 19:00:59 +0000 |
Richard M. Stallman |
(Fforward_word): Handle fields even if would have hit
|
Mon, 01 Nov 1999 13:55:25 +0000 |
Gerd Moellmann |
Remove whitespace after open or in front of closing parentheses.
|
Sun, 17 Oct 1999 12:56:25 +0000 |
Gerd Moellmann |
(Fforward_word): Supply new ESCAPE_FROM_EDGE parameter
|
Mon, 20 Sep 1999 00:34:44 +0000 |
Gerd Moellmann |
(update_syntax_table, find_defun_start, back_comment,
|
Mon, 13 Sep 1999 03:35:33 +0000 |
Ken Raeburn |
Use XCAR and XCDR instead of explicit member access.
|
Sun, 12 Sep 1999 20:21:56 +0000 |
Gerd Moellmann |
(Fforward_word): Use prompt_end_charpos instead
|
Thu, 02 Sep 1999 20:35:55 +0000 |
Gerd Moellmann |
(Fforward_word): Stop at a mini-buffer prompt end
|
Sun, 29 Aug 1999 21:32:52 +0000 |
Richard M. Stallman |
(lisp_parse_state, back_comment, Fmodify_syntax_entry)
|
Wed, 25 Aug 1999 21:12:36 +0000 |
Gerd Moellmann |
(Fforward_word): If in a mini-buffer and moving
|
Mon, 16 Aug 1999 20:34:56 +0000 |
Karl Heuer |
(Fforward_comment): Set comstyle for Scomment_fence.
|
Fri, 14 May 1999 09:51:02 +0000 |
Dave Love |
(Fparse_partial_sexp): Correct test for element 8 to be
|
Fri, 22 Jan 1999 21:57:43 +0000 |
Karl Heuer |
(scan_sexps_forward): Delete duplicate code
|
Tue, 20 Oct 1998 20:56:18 +0000 |
Richard M. Stallman |
(syms_of_syntax): Fix the setup of Qscan_error.
|
Thu, 08 Oct 1998 10:47:51 +0000 |
Richard M. Stallman |
(scan_lists): Bring FROM back into range BEGV...ZV.
|
Mon, 10 Aug 1998 21:19:03 +0000 |
Richard M. Stallman |
(scan_sexps_forward): Set up the syntax table scanning
|
Tue, 23 Jun 1998 00:29:51 +0000 |
Kenichi Handa |
(Fmodify_syntax_entry): Use macro STRING_BYTES to get
|
Sun, 14 Jun 1998 19:04:01 +0000 |
Richard M. Stallman |
(skip_chars): Don't examine STRING before verifying that it is a string.
|
Thu, 11 Jun 1998 02:33:06 +0000 |
Richard M. Stallman |
(Fforward_comment): Properly compute BYTEPOS arg to char_quoted.
|
Mon, 08 Jun 1998 04:29:46 +0000 |
Richard M. Stallman |
(struct lisp_parse_state): New field, levelstarts.
|
Sat, 06 Jun 1998 20:20:13 +0000 |
Richard M. Stallman |
(scan_lists): Properly skip the comment-fence character
|
Mon, 18 May 1998 04:53:37 +0000 |
Kenichi Handa |
(skip_chars): Fix previous change.
|
Mon, 18 May 1998 00:59:38 +0000 |
Kenichi Handa |
(skip_chars): Fix bug in handling a range which
|
Wed, 13 May 1998 06:47:15 +0000 |
Richard M. Stallman |
(skip_chars): When fetching char after \,
|
Sat, 09 May 1998 07:39:00 +0000 |
Richard M. Stallman |
(scan_lists, scan_sexps_forward): Move complex expressions
|
Tue, 14 Apr 1998 12:25:56 +0000 |
Andreas Schwab |
Fix -Wimplicit warnings.
|
Wed, 18 Mar 1998 00:11:33 +0000 |
Richard M. Stallman |
(Fbackward_prefix_chars): Set point properly while scanning.
|
Mon, 02 Mar 1998 02:40:53 +0000 |
Richard M. Stallman |
(update_syntax_table): Properly update `position' field of used intervals.
|
Sun, 22 Feb 1998 01:04:11 +0000 |
Karl Heuer |
(update_syntax_table): Fix calculations using offset.
|
Mon, 16 Feb 1998 03:02:53 +0000 |
Richard M. Stallman |
(skip_chars): Use INC_POS instead of INC_BOTH.
|
Sun, 25 Jan 1998 01:55:51 +0000 |
Richard M. Stallman |
(back_comment): Move the find_defun_start call
|
Wed, 21 Jan 1998 22:02:05 +0000 |
Richard M. Stallman |
(skip_chars): Use unibyte_char_to_multibyte,
|
Sun, 18 Jan 1998 05:15:48 +0000 |
Karl Heuer |
(skip_chars): Fix test for end of string, looking for `-'.
|
Fri, 09 Jan 1998 23:17:52 +0000 |
Richard M. Stallman |
(skip_chars): Handle multibyte and unibyte strings
|
Thu, 01 Jan 1998 06:31:54 +0000 |
Richard M. Stallman |
(scan_sexps_forward): Additional arg FROM_BYTE. Calls changed.
|
Sun, 21 Dec 1997 01:57:32 +0000 |
Richard M. Stallman |
(Fparse_partial_sexp): Return nil for 9th element
|
Sun, 21 Dec 1997 01:34:37 +0000 |
Richard M. Stallman |
Comment and whitespace changes.
|
Sun, 23 Nov 1997 02:18:34 +0000 |
Karl Heuer |
(back_comment): Handle 2-char comment starts
|
Thu, 20 Nov 1997 22:03:42 +0000 |
Karl Heuer |
(skip_chars): Check type of `string' before using it.
|
Thu, 24 Jul 1997 07:40:26 +0000 |
Richard M. Stallman |
(Fforward_comment): When count1 is negative, return nil if FROM reaches STOP.
|
Sat, 12 Jul 1997 06:38:27 +0000 |
Richard M. Stallman |
(init_syntax_once): Convert Fmake_vector argument to Lisp_Integer.
|
Fri, 04 Jul 1997 20:44:52 +0000 |
Richard M. Stallman |
Fix bugs with inappropriate mixing of Lisp_Object with int.
|
Sun, 29 Jun 1997 00:33:39 +0000 |
Richard M. Stallman |
(scan_sexps_forward): Split up a complex if-test.
|
Mon, 02 Jun 1997 02:21:48 +0000 |
Richard M. Stallman |
(Fsyntax_table_p, check_syntax_table): Use EQ.
|
Sat, 31 May 1997 18:30:56 +0000 |
Richard M. Stallman |
(Fforward_comment): Handle unmatched two-character comment starters.
|