*** empty log message ***
This commit is contained in:
parent
57b4c82e8e
commit
21c2bbe069
3 changed files with 11 additions and 1 deletions
2
etc/NEWS
2
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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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.
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue