]> git.eshelyaron.com Git - emacs.git/commitdiff
*** empty log message ***
authorGerd Moellmann <gerd@gnu.org>
Mon, 22 Jan 2001 12:01:21 +0000 (12:01 +0000)
committerGerd Moellmann <gerd@gnu.org>
Mon, 22 Jan 2001 12:01:21 +0000 (12:01 +0000)
etc/NEWS
lib-src/ChangeLog
lisp/ChangeLog

index 9ad05c77c56816f76afdeebf910bd46f4ab5bf41..4ac7c7f51fda6caaa4fee7865797156eab32a1e4 100644 (file)
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -1924,7 +1924,7 @@ containing diff3-style conflict markers, such as generated by RCS.
 
 *** ansi-color.el translates ANSI terminal escapes into text-properties.
 
-Please note: if `ansi-color-for-shell-mode' and
+Please note: if `ansi-color-for-comint-mode and
 `global-font-lock-mode' are non-nil, loading ansi-color.el will
 disable font-lock and add `ansi-color-apply' to
 `comint-preoutput-filter-functions' for all shell-mode buffers.  This
index a7ed46c25a062c512b9a42d05dd613bc5715fc55..b227b1497c6ba99c9286415f12ec14222cce8bae 100644 (file)
@@ -1,3 +1,8 @@
+2001-01-22  Gerd Moellmann  <gerd@gnu.org>
+
+       * ebrowse.c (xfree): New function.
+       (member, declaration, globals): Use xmalloc instead of alloca.
+
 2001-01-15  Francesco Potorti`  <pot@pot.cnuce.cnr.it>
 
        * etags.c (print_language_names): Print filenames in addition to
index c2a6ee92416bf174a21255c9c5f42f10512a1103..b8c12d82b695c1ec3a9d3271bdf767ac0861b2ec 100644 (file)
@@ -1,5 +1,10 @@
 2001-01-22  Gerd Moellmann  <gerd@gnu.org>
 
+       * isearch.el (isearch-lazy-highlight-case-fold-search)
+       (isearch-lazy-highlight-regexp): New variables.
+       (isearch-lazy-highlight-cleanup): Update lazy highlight if
+       case-fold search or regexp search has been toggled.
+
        * wid-edit.el (widget-button-click): Avoid a save-excursion
        around running a global binding.