From 21c2bbe069922c9c62ff0f031a4cb88a3419bb44 Mon Sep 17 00:00:00 2001 From: Gerd Moellmann Date: Mon, 22 Jan 2001 12:01:21 +0000 Subject: [PATCH] *** empty log message *** --- etc/NEWS | 2 +- lib-src/ChangeLog | 5 +++++ lisp/ChangeLog | 5 +++++ 3 files changed, 11 insertions(+), 1 deletion(-) 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 + + * ebrowse.c (xfree): New function. + (member, declaration, globals): Use xmalloc instead of alloca. + 2001-01-15 Francesco Potorti` * 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 + * 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. -- 2.20.1