From: Gerd Moellmann Date: Mon, 17 Apr 2000 12:38:09 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: emacs-pretest-21.0.90~4223 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=e10f64e713dd301056e7e8530d7cc37f5775db1a;p=emacs.git *** empty log message *** --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 94c39233232..5dd66d8249d 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,20 +1,28 @@ +2000-04-16 Stephen Eglen + + * iswitchb.el (iswitchb-case): New function. If the user input + contains any upper-case characters, the search is made + case-sensitive. + 2000-04-17 Stefan Monnier - * textmodes/texinfo.el (texinfo-mode-syntax-table): Add \n as comment-end. + * textmodes/texinfo.el (texinfo-mode-syntax-table): Add \n as + comment-end. (texinfo-font-lock-syntactic-keywords): New var. (texinfo-font-lock-keywords): Remove comment regexp. (texinfo-insert-block): New function. (texinfo-mode-map): Add C-c C-o -> texinfo-insert-block. - (texinfo-mode): Use define-derived-mode. - Tweak comment-start-skip and font-lock-defaults. - Use regexp-opt for outline-regexp. + (texinfo-mode): Use define-derived-mode. Tweak comment-start-skip + and font-lock-defaults. Use regexp-opt for outline-regexp. (texinfo-environments): New var. - (texinfo-environment-regexp): Use regexp-opt and texinfo-environments. - - * textmodes/ispell.el (ispell-menu-map-needed): Check that ispell-process - is bound since this might be eval'd before ispell is loaded. - (ispell-message): Use a tiny bit less magic and a bit more hard data - to figure out what kind of sc-cite-regexp to use. + (texinfo-environment-regexp): Use regexp-opt and + texinfo-environments. + + * textmodes/ispell.el (ispell-menu-map-needed): Check that + ispell-process is bound since this might be eval'd before ispell + is loaded. + (ispell-message): Use a tiny bit less magic and a bit more hard + data to figure out what kind of sc-cite-regexp to use. * emacs-lisp/regexp-opt.el (regexp-opt-depth): Fix the regexp. diff --git a/src/ChangeLog b/src/ChangeLog index 2abc305335e..d8a16461036 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,7 @@ +2000-04-17 Gerd Moellmann + + * xfaces.c (Ftty_suppress_bold_inverse_default_colors): Doc fix. + 2000-04-16 Dave Love * Makefile.in: Remove obsolete localcpp stuff.