diff options
| author | Juanma Barranquero | 2004-05-07 22:42:56 +0000 |
|---|---|---|
| committer | Juanma Barranquero | 2004-05-07 22:42:56 +0000 |
| commit | 0f0af7a8f848c5b16687fa7cf21f1c96dea2d140 (patch) | |
| tree | 448c9da99b25d4934b5d019b456f1429806c0ac0 /lisp/ChangeLog | |
| parent | 6aab5f13cdb9305efb3290b9abe02fe89276d48d (diff) | |
| download | emacs-0f0af7a8f848c5b16687fa7cf21f1c96dea2d140.tar.gz emacs-0f0af7a8f848c5b16687fa7cf21f1c96dea2d140.zip | |
*** empty log message ***
Diffstat (limited to 'lisp/ChangeLog')
| -rw-r--r-- | lisp/ChangeLog | 23 |
1 files changed, 15 insertions, 8 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index dbf9f72d804..9db4ad63474 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,14 @@ | |||
| 1 | 2004-05-08 Juanma Barranquero <lektu@terra.es> | ||
| 2 | |||
| 3 | * help-fns.el (help-do-arg-highlight): Temporarily set ?\- to be a | ||
| 4 | word constituent so FOO-ARG is not recognized as an arg. | ||
| 5 | (help-highlight-arguments): Don't skip lists in mandatory | ||
| 6 | arguments. | ||
| 7 | |||
| 8 | * simple.el (next-error): Fix typo in docstring. | ||
| 9 | (open-line): Make argument names match their use in docstring. | ||
| 10 | (split-line): Fix docstring. | ||
| 11 | |||
| 1 | 2004-05-07 Kai Grossjohann <kai@emptydomain.de> | 12 | 2004-05-07 Kai Grossjohann <kai@emptydomain.de> |
| 2 | 13 | ||
| 3 | Version 2.0.40 of Tramp released. | 14 | Version 2.0.40 of Tramp released. |
| @@ -23,7 +34,7 @@ | |||
| 23 | bkup-backup-directory-info to bug reports, with Tramp | 34 | bkup-backup-directory-info to bug reports, with Tramp |
| 24 | counterparts. | 35 | counterparts. |
| 25 | 36 | ||
| 26 | 2004-05-01 Michael Albinus <michael.albinus@gmx.de> | 37 | 2004-05-07 Michael Albinus <michael.albinus@gmx.de> |
| 27 | 38 | ||
| 28 | * net/tramp*.el: Suppress byte-compiler warnings where possible. | 39 | * net/tramp*.el: Suppress byte-compiler warnings where possible. |
| 29 | 40 | ||
| @@ -67,15 +78,8 @@ | |||
| 67 | 78 | ||
| 68 | * desktop.el (desktop-buffer-mode-handlers): Fix docstring. | 79 | * desktop.el (desktop-buffer-mode-handlers): Fix docstring. |
| 69 | 80 | ||
| 70 | 2004-05-07 Lars Hansen <larsh@math.ku.dk> | ||
| 71 | |||
| 72 | * desktop.el (desktop-buffer-mode-handlers): Fix docstring. | ||
| 73 | |||
| 74 | 2004-05-07 Juanma Barranquero <lektu@terra.es> | 81 | 2004-05-07 Juanma Barranquero <lektu@terra.es> |
| 75 | 82 | ||
| 76 | * emacs-lisp/byte-run.el (make-obsolete, make-obsolete-variable): | ||
| 77 | Make argument names match their use in docstring. | ||
| 78 | |||
| 79 | * subr.el (lambda): Add arglist description to docstring. | 83 | * subr.el (lambda): Add arglist description to docstring. |
| 80 | (declare): Fix typo in docstring. | 84 | (declare): Fix typo in docstring. |
| 81 | (open-network-stream): Fix docstring. | 85 | (open-network-stream): Fix docstring. |
| @@ -86,6 +90,9 @@ | |||
| 86 | (insert-buffer-substring-as-yank): Likewise. | 90 | (insert-buffer-substring-as-yank): Likewise. |
| 87 | (split-string): Fix docstring. | 91 | (split-string): Fix docstring. |
| 88 | 92 | ||
| 93 | * emacs-lisp/byte-run.el (make-obsolete, make-obsolete-variable): | ||
| 94 | Make argument names match their use in docstring. | ||
| 95 | |||
| 89 | * emacs-lisp/re-builder.el (reb-auto-update): Fix typo in docstring. | 96 | * emacs-lisp/re-builder.el (reb-auto-update): Fix typo in docstring. |
| 90 | 97 | ||
| 91 | 2004-05-06 Nick Roberts <nickrob@gnu.org> | 98 | 2004-05-06 Nick Roberts <nickrob@gnu.org> |