aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/ChangeLog
diff options
context:
space:
mode:
authorJuanma Barranquero2004-05-07 22:42:56 +0000
committerJuanma Barranquero2004-05-07 22:42:56 +0000
commit0f0af7a8f848c5b16687fa7cf21f1c96dea2d140 (patch)
tree448c9da99b25d4934b5d019b456f1429806c0ac0 /lisp/ChangeLog
parent6aab5f13cdb9305efb3290b9abe02fe89276d48d (diff)
downloademacs-0f0af7a8f848c5b16687fa7cf21f1c96dea2d140.tar.gz
emacs-0f0af7a8f848c5b16687fa7cf21f1c96dea2d140.zip
*** empty log message ***
Diffstat (limited to 'lisp/ChangeLog')
-rw-r--r--lisp/ChangeLog23
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 @@
12004-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
12004-05-07 Kai Grossjohann <kai@emptydomain.de> 122004-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
262004-05-01 Michael Albinus <michael.albinus@gmx.de> 372004-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
702004-05-07 Lars Hansen <larsh@math.ku.dk>
71
72 * desktop.el (desktop-buffer-mode-handlers): Fix docstring.
73
742004-05-07 Juanma Barranquero <lektu@terra.es> 812004-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
912004-05-06 Nick Roberts <nickrob@gnu.org> 982004-05-06 Nick Roberts <nickrob@gnu.org>