diff options
| author | Dave Love | 2001-01-10 19:24:46 +0000 |
|---|---|---|
| committer | Dave Love | 2001-01-10 19:24:46 +0000 |
| commit | 1f8be15d9ce553f17a9bc1011e4d5bec4769b678 (patch) | |
| tree | 5a888923e797e3c272e4265aa0eee92b0d5ea51f | |
| parent | f5bd8092f26cfc61afd4f6c9701f86ef30baaba5 (diff) | |
| download | emacs-1f8be15d9ce553f17a9bc1011e4d5bec4769b678.tar.gz emacs-1f8be15d9ce553f17a9bc1011e4d5bec4769b678.zip | |
*** empty log message ***
| -rw-r--r-- | lisp/ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 63dd18b4ea3..59b07a26cdd 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -5,6 +5,15 @@ | |||
| 5 | 5 | ||
| 6 | 2001-01-10 Dave Love <fx@gnu.org> | 6 | 2001-01-10 Dave Love <fx@gnu.org> |
| 7 | 7 | ||
| 8 | * progmodes/etags.el (tags-apropos-additional-actions): Fix :type. | ||
| 9 | |||
| 10 | * progmodes/sh-script.el (sh-imenu-generic-expression): Fix doc, | ||
| 11 | :type. | ||
| 12 | |||
| 13 | * hi-lock.el (hi-lock-exclude-modes): Fix :type. | ||
| 14 | |||
| 15 | * calculator.el (calculator-number-digits): Fix :type. | ||
| 16 | |||
| 8 | * vc-cvs.el (vc-cvs-header): Fix :type. | 17 | * vc-cvs.el (vc-cvs-header): Fix :type. |
| 9 | * vc-rcs.el (vc-rcs-header): Fix :type. | 18 | * vc-rcs.el (vc-rcs-header): Fix :type. |
| 10 | * vc-sccs.el (vc-sccs-header): Fix :type. | 19 | * vc-sccs.el (vc-sccs-header): Fix :type. |