Mercurial > emacs
comparison lisp/ChangeLog @ 55427:66203a2ba44a
*** empty log message ***
author | Juanma Barranquero <lekktu@gmail.com> |
---|---|
date | Fri, 07 May 2004 22:42:56 +0000 |
parents | c44f9de543e3 |
children | 67d5cadcfc5f 6c46628776bc |
comparison
equal
deleted
inserted
replaced
55426:765deb51a826 | 55427:66203a2ba44a |
---|---|
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. |
4 | 15 |
5 * net/tramp.el (tramp-completion-mode, tramp-md5-function): Use | 16 * net/tramp.el (tramp-completion-mode, tramp-md5-function): Use |
21 way that works for multi methods, too. | 32 way that works for multi methods, too. |
22 (tramp-bug): Add backup-directory-alist and | 33 (tramp-bug): Add backup-directory-alist and |
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 |
30 * net/tramp.el (tramp-out-of-band-prompt-regexp) | 41 * net/tramp.el (tramp-out-of-band-prompt-regexp) |
31 (tramp-actions-copy-out-of-band): New defcustoms. | 42 (tramp-actions-copy-out-of-band): New defcustoms. |
65 | 76 |
66 2004-05-07 Lars Hansen <larsh@math.ku.dk> | 77 2004-05-07 Lars Hansen <larsh@math.ku.dk> |
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 | |
76 * emacs-lisp/byte-run.el (make-obsolete, make-obsolete-variable): | |
77 Make argument names match their use in docstring. | |
78 | 82 |
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. |
82 (process-kill-without-query): Fix docstring and add obsolescence | 86 (process-kill-without-query): Fix docstring and add obsolescence |
83 info. | 87 info. |
84 (last, butlast, nbutlast): Make arguments match their use in docstring. | 88 (last, butlast, nbutlast): Make arguments match their use in docstring. |
85 (insert-buffer-substring-no-properties): Likewise. | 89 (insert-buffer-substring-no-properties): Likewise. |
86 (insert-buffer-substring-as-yank): Likewise. | 90 (insert-buffer-substring-as-yank): Likewise. |
87 (split-string): Fix docstring. | 91 (split-string): Fix docstring. |
92 | |
93 * emacs-lisp/byte-run.el (make-obsolete, make-obsolete-variable): | |
94 Make argument names match their use in docstring. | |
88 | 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> |
92 | 99 |