Sun, 14 Jan 2007 03:38:22 +0000 |
Glenn Morris |
Update copyright for years from Emacs 21 to present (mainly adding
|
Sun, 10 Dec 2006 22:00:27 +0000 |
Stefan Monnier |
Fix spurious open-paren-in-column-0 in a comment.
|
Sat, 09 Dec 2006 23:30:12 +0000 |
Alan Mackenzie |
* syntax.c (Fpartial_parse_sexp): Correct Docco: Elt 8 of the
|
Fri, 24 Nov 2006 10:31:26 +0000 |
Juanma Barranquero |
Space/tab mixup.
|
Sun, 17 Sep 2006 17:38:59 +0000 |
Chong Yidong |
* search.c (clear_regexp_cache): New function.
|
Tue, 18 Jul 2006 13:29:00 +0000 |
Kim F. Storm |
(scan_lists): Use xsignal3.
|
Thu, 13 Jul 2006 11:43:52 +0000 |
Andreas Schwab |
(scan_sexps_forward): Use EMACS_INT for out_bytepos and
|
Wed, 12 Jul 2006 13:21:51 +0000 |
Kim F. Storm |
(check_syntax_table): Use CHECK_TYPE.
|
Tue, 11 Jul 2006 13:52:21 +0000 |
Stefan Monnier |
(forw_comment): Also use EMACS_INT for buffer positions.
|
Sun, 09 Jul 2006 14:36:07 +0000 |
Stefan Monnier |
(back_comment, scan_lists): Also use EMACS_INT for buffer positions.
|
Sun, 09 Jul 2006 14:19:33 +0000 |
Stefan Monnier |
(Fforward_comment): Revert the reversion.
|
Sun, 09 Jul 2006 03:31:25 +0000 |
John Paul Wallington |
(Fforward_comment): Use type int for `stop', `count1', `out_charpos'
|
Sun, 09 Jul 2006 03:19:16 +0000 |
John Paul Wallington |
(Fforward_comment): Use type int for `from' and `from_byte'.
|
Fri, 07 Jul 2006 16:52:13 +0000 |
Stefan Monnier |
(Fforward_comment): Fix int-32 vs EMACS_INT-64 mixup.
|
Mon, 19 Jun 2006 21:54:58 +0000 |
Richard M. Stallman |
(init_syntax_once): Give most control chars' syntax Spunct.
|
Mon, 01 May 2006 13:09:24 +0000 |
Stefan Monnier |
(Fforward_comment): Detect generic comment at beginning of
|
Sun, 30 Apr 2006 15:35:54 +0000 |
Stefan Monnier |
(Fforward_comment): Don't forget to break out of the loop
|
Mon, 06 Feb 2006 15:23:23 +0000 |
Thien-Thi Nguyen |
Update years in copyright notice; nfc.
|
Sat, 29 Oct 2005 16:05:41 +0000 |
Stefan Monnier |
(Fparse_partial_sexp): Fix docstring.
|
Mon, 29 Aug 2005 20:49:28 +0000 |
Stefan Monnier |
(update_syntax_table): Properly reproduce the special +1
|
Sun, 07 Aug 2005 12:33:19 +0000 |
Thien-Thi Nguyen |
Update years in copyright notice; nfc.
|
Thu, 14 Jul 2005 11:24:18 +0000 |
Kim F. Storm |
(syms_of_syntax): Staticpro lisp objects in gl_state.
|
Mon, 04 Jul 2005 16:49:24 +0000 |
Lute Kamstra |
Update FSF's address.
|
Thu, 23 Jun 2005 16:15:29 +0000 |
Juanma Barranquero |
(Fstring_to_syntax): Follow error conventions.
|
Sat, 11 Dec 2004 21:59:15 +0000 |
Stefan Monnier |
(Fforward_word): Avoid non-idempotent side-effects in macro arguments.
|
Wed, 27 Oct 2004 20:15:05 +0000 |
Stefan Monnier |
(scan_sexps_forward): Prefer 2-char comment-starter over a 1-char one.
|
Fri, 20 Aug 2004 08:46:50 +0000 |
Kenichi Handa |
(skip_chars): Fix for unibyte case.
|
Thu, 19 Aug 2004 22:17:59 +0000 |
Stefan Monnier |
(back_comment): Fixup globals in all cases.
|
Thu, 19 Aug 2004 19:00:58 +0000 |
Stefan Monnier |
(char_quoted): Mixup byte/char pos.
|
Wed, 30 Jun 2004 19:34:49 +0000 |
Stefan Monnier |
(skip_chars): Remove unused labels fwd_unibyte_ok and back_unibyte_ok.
|