From: Gerd Moellmann Date: Mon, 22 Jan 2001 12:01:21 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: emacs-pretest-21.0.96~169 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=21c2bbe069922c9c62ff0f031a4cb88a3419bb44;p=emacs.git *** empty log message *** --- diff --git a/etc/NEWS b/etc/NEWS index 9ad05c77c56..4ac7c7f51fd 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 a7ed46c25a0..b227b1497c6 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 c2a6ee92416..b8c12d82b69 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.