aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGerd Moellmann <[email protected]>2001-01-22 12:01:21 +0000
committerGerd Moellmann <[email protected]>2001-01-22 12:01:21 +0000
commit21c2bbe069922c9c62ff0f031a4cb88a3419bb44 (patch)
treed5a3a23d76eb42c11f45b2b7bcf2a23e988251cf
parent57b4c82e8ef842d11893173ec2a3c0d5dda1a277 (diff)
*** empty log message ***
-rw-r--r--etc/NEWS2
-rw-r--r--lib-src/ChangeLog5
-rw-r--r--lisp/ChangeLog5
3 files changed, 11 insertions, 1 deletions
diff --git a/etc/NEWS b/etc/NEWS
index 9ad05c77c5..4ac7c7f51f 100644
--- 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
diff --git a/lib-src/ChangeLog b/lib-src/ChangeLog
index a7ed46c25a..b227b1497c 100644
--- a/lib-src/ChangeLog
+++ b/lib-src/ChangeLog
@@ -1,3 +1,8 @@
+2001-01-22 Gerd Moellmann <[email protected]>
+
+ * ebrowse.c (xfree): New function.
+ (member, declaration, globals): Use xmalloc instead of alloca.
+
2001-01-15 Francesco Potorti` <[email protected]>
* etags.c (print_language_names): Print filenames in addition to
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index c2a6ee9241..b8c12d82b6 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,5 +1,10 @@
2001-01-22 Gerd Moellmann <[email protected]>
+ * 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.