*** empty log message ***

This commit is contained in:
Gerd Moellmann 2001-01-22 12:01:21 +00:00
parent 57b4c82e8e
commit 21c2bbe069
3 changed files with 11 additions and 1 deletions

View file

@ -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

View 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

View 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.