Mercurial > emacs
comparison lisp/ChangeLog @ 34035:e557e0e621a5
*** empty log message ***
author | Gerd Moellmann <gerd@gnu.org> |
---|---|
date | Thu, 30 Nov 2000 12:17:21 +0000 |
parents | 9966d2793165 |
children | 38e373eb183f |
comparison
equal
deleted
inserted
replaced
34034:243d06aee783 | 34035:e557e0e621a5 |
---|---|
1 2000-11-30 Rob Riepel <riepel@Stanford.EDU> | |
2 | |
3 * emulation/tpu-edt.el (tpu-version): New version. | |
4 (tpu-search-overlay, tpu-replace-overlay): New initial range. | |
5 (tpu-original-mode-line): Variable deleted. | |
6 (tpu-mark-flag): New initial value. | |
7 (tpu-set-mode-line): Don't redefine mode-line-format. Add | |
8 tpu-mark-flag to minor-mode-alist. | |
9 (tpu-update-mode-line): New mark flag logic. | |
10 (tpu-get): Use find-file-wildcards. | |
11 (tpu-search-highlight): Move overlay less, reset overlay properly. | |
12 (tpu-unselect): Deactivate mark. | |
13 (tpu-lm-replace): Reset overlay properly. | |
14 (tpu-forward-line): Use forward-visible-line. | |
15 (tpu-edt-on): Set transient mark mode. ispell autoloads deleted. | |
16 | |
17 * emulation/tpu-extras.el (tpu-forward-line): Use | |
18 forward-visible-line. | |
19 | |
1 2000-11-30 Stefan Monnier <monnier@cs.yale.edu> | 20 2000-11-30 Stefan Monnier <monnier@cs.yale.edu> |
2 | 21 |
3 * emacs-lisp/cl.el (third...tenth): Really undo change of 2000-08-05. | 22 * emacs-lisp/cl.el (third...tenth): Really undo change of 2000-08-05. |
4 | 23 |
5 2000-11-29 Gerd Moellmann <gerd@gnu.org> | 24 2000-11-29 Gerd Moellmann <gerd@gnu.org> |