# HG changeset patch # User Gerd Moellmann # Date 955975089 0 # Node ID f9ad97ece1b34991a93d5ce4d662071626308448 # Parent 8208dba7c32641dce88cf34ae6bcd530c4b7f0f0 *** empty log message *** diff -r 8208dba7c326 -r f9ad97ece1b3 lisp/ChangeLog --- a/lisp/ChangeLog Mon Apr 17 12:36:15 2000 +0000 +++ b/lisp/ChangeLog Mon Apr 17 12:38:09 2000 +0000 @@ -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 -r 8208dba7c326 -r f9ad97ece1b3 src/ChangeLog Binary file src/ChangeLog has changed