diff options
| author | Gerd Moellmann | 2001-01-29 20:58:49 +0000 |
|---|---|---|
| committer | Gerd Moellmann | 2001-01-29 20:58:49 +0000 |
| commit | 850d50459638ef08775ead69eab40abaea2a5006 (patch) | |
| tree | acfde525fc7fb209e2510895e8ff7ce022d8131f /lisp/ChangeLog | |
| parent | 96111f48133b927c0ab43e8931370cc53e56c29c (diff) | |
| download | emacs-850d50459638ef08775ead69eab40abaea2a5006.tar.gz emacs-850d50459638ef08775ead69eab40abaea2a5006.zip | |
(outline, dabbrev, add-log): Require when
compiling.
(tcl-using-emacs-19-23): Consider Emacs 21+.
(tcl-help-directory-list, tcl-command-switches): Fix :type.
(tcl-add-emacs-menu): Supply menu name.
(tcl-beginning-of-defun, tcl-end-of-defun): Defalias, don't fset.
Diffstat (limited to 'lisp/ChangeLog')
| -rw-r--r-- | lisp/ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index f8dcaf67ee2..181a02801a2 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,12 @@ | |||
| 1 | 2001-01-29 Dave Love <fx@gnu.org> | ||
| 2 | |||
| 3 | * progmodes/tcl.el (outline, dabbrev, add-log): Require when | ||
| 4 | compiling. | ||
| 5 | (tcl-using-emacs-19-23): Consider Emacs 21+. | ||
| 6 | (tcl-help-directory-list, tcl-command-switches): Fix :type. | ||
| 7 | (tcl-add-emacs-menu): Supply menu name. | ||
| 8 | (tcl-beginning-of-defun, tcl-end-of-defun): Defalias, don't fset. | ||
| 9 | |||
| 1 | 2001-01-29 Gerd Moellmann <gerd@gnu.org> | 10 | 2001-01-29 Gerd Moellmann <gerd@gnu.org> |
| 2 | 11 | ||
| 3 | * simple.el (delete-trailing-whitespace): Don't delete formfeeds. | 12 | * simple.el (delete-trailing-whitespace): Don't delete formfeeds. |