diff options
| author | Gerd Moellmann | 2001-01-22 12:01:21 +0000 |
|---|---|---|
| committer | Gerd Moellmann | 2001-01-22 12:01:21 +0000 |
| commit | 21c2bbe069922c9c62ff0f031a4cb88a3419bb44 (patch) | |
| tree | d5a3a23d76eb42c11f45b2b7bcf2a23e988251cf | |
| parent | 57b4c82e8ef842d11893173ec2a3c0d5dda1a277 (diff) | |
| download | emacs-21c2bbe069922c9c62ff0f031a4cb88a3419bb44.tar.gz emacs-21c2bbe069922c9c62ff0f031a4cb88a3419bb44.zip | |
*** empty log message ***
| -rw-r--r-- | etc/NEWS | 2 | ||||
| -rw-r--r-- | lib-src/ChangeLog | 5 | ||||
| -rw-r--r-- | lisp/ChangeLog | 5 |
3 files changed, 11 insertions, 1 deletions
| @@ -1924,7 +1924,7 @@ containing diff3-style conflict markers, such as generated by RCS. | |||
| 1924 | 1924 | ||
| 1925 | *** ansi-color.el translates ANSI terminal escapes into text-properties. | 1925 | *** ansi-color.el translates ANSI terminal escapes into text-properties. |
| 1926 | 1926 | ||
| 1927 | Please note: if `ansi-color-for-shell-mode' and | 1927 | Please note: if `ansi-color-for-comint-mode and |
| 1928 | `global-font-lock-mode' are non-nil, loading ansi-color.el will | 1928 | `global-font-lock-mode' are non-nil, loading ansi-color.el will |
| 1929 | disable font-lock and add `ansi-color-apply' to | 1929 | disable font-lock and add `ansi-color-apply' to |
| 1930 | `comint-preoutput-filter-functions' for all shell-mode buffers. This | 1930 | `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 @@ | |||
| 1 | 2001-01-22 Gerd Moellmann <gerd@gnu.org> | ||
| 2 | |||
| 3 | * ebrowse.c (xfree): New function. | ||
| 4 | (member, declaration, globals): Use xmalloc instead of alloca. | ||
| 5 | |||
| 1 | 2001-01-15 Francesco Potorti` <pot@pot.cnuce.cnr.it> | 6 | 2001-01-15 Francesco Potorti` <pot@pot.cnuce.cnr.it> |
| 2 | 7 | ||
| 3 | * etags.c (print_language_names): Print filenames in addition to | 8 | * 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 @@ | |||
| 1 | 2001-01-22 Gerd Moellmann <gerd@gnu.org> | 1 | 2001-01-22 Gerd Moellmann <gerd@gnu.org> |
| 2 | 2 | ||
| 3 | * isearch.el (isearch-lazy-highlight-case-fold-search) | ||
| 4 | (isearch-lazy-highlight-regexp): New variables. | ||
| 5 | (isearch-lazy-highlight-cleanup): Update lazy highlight if | ||
| 6 | case-fold search or regexp search has been toggled. | ||
| 7 | |||
| 3 | * wid-edit.el (widget-button-click): Avoid a save-excursion | 8 | * wid-edit.el (widget-button-click): Avoid a save-excursion |
| 4 | around running a global binding. | 9 | around running a global binding. |
| 5 | 10 | ||