Mercurial > emacs
changeset 35460:fdc935c7dceb
*** empty log message ***
author | Gerd Moellmann <gerd@gnu.org> |
---|---|
date | Mon, 22 Jan 2001 12:01:21 +0000 |
parents | a5db73d46825 |
children | f0f0e9179ed6 |
files | etc/NEWS lib-src/ChangeLog lisp/ChangeLog |
diffstat | 3 files changed, 11 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/etc/NEWS Mon Jan 22 11:52:45 2001 +0000 +++ b/etc/NEWS Mon Jan 22 12:01:21 2001 +0000 @@ -1924,7 +1924,7 @@ *** 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
--- a/lib-src/ChangeLog Mon Jan 22 11:52:45 2001 +0000 +++ b/lib-src/ChangeLog Mon Jan 22 12:01:21 2001 +0000 @@ -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
--- a/lisp/ChangeLog Mon Jan 22 11:52:45 2001 +0000 +++ b/lisp/ChangeLog Mon Jan 22 12:01:21 2001 +0000 @@ -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.