*** 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
+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
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.