]> git.eshelyaron.com Git - emacs.git/commitdiff
*** empty log message ***
authorGerd Moellmann <gerd@gnu.org>
Mon, 17 Apr 2000 12:38:09 +0000 (12:38 +0000)
committerGerd Moellmann <gerd@gnu.org>
Mon, 17 Apr 2000 12:38:09 +0000 (12:38 +0000)
lisp/ChangeLog
src/ChangeLog

index 94c3923323229195b028fe3de6d87e35aaf46cff..5dd66d8249d32fe87aa4653c831bac6c65532a50 100644 (file)
@@ -1,20 +1,28 @@
+2000-04-16  Stephen Eglen  <stephen@gnu.org>
+
+       * 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  <monnier@cs.yale.edu>
 
-       * 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.
 
index 2abc305335e9c85e9b380ee15f3b54f962133209..d8a164610361e26c8667ed53c866810601ea1dda 100644 (file)
@@ -1,3 +1,7 @@
+2000-04-17  Gerd Moellmann  <gerd@gnu.org>
+
+       * xfaces.c (Ftty_suppress_bold_inverse_default_colors): Doc fix.
+
 2000-04-16  Dave Love  <fx@gnu.org>
 
        * Makefile.in: Remove obsolete localcpp stuff.