diff options
| author | Juanma Barranquero | 2004-05-12 00:02:52 +0000 |
|---|---|---|
| committer | Juanma Barranquero | 2004-05-12 00:02:52 +0000 |
| commit | c968810061bce96c7882e50dc82cb9f228beec34 (patch) | |
| tree | c6bfd6df7c6efb5798c15f424976025c1570cd28 /lisp/ChangeLog | |
| parent | 00ed4f90981710f2794ca862c47177505b7d98e8 (diff) | |
| download | emacs-c968810061bce96c7882e50dc82cb9f228beec34.tar.gz emacs-c968810061bce96c7882e50dc82cb9f228beec34.zip | |
*** empty log message ***
Diffstat (limited to 'lisp/ChangeLog')
| -rw-r--r-- | lisp/ChangeLog | 14 |
1 files changed, 12 insertions, 2 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index b9d840e1199..cd0227fdb17 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,12 @@ | |||
| 1 | 2004-05-12 Juanma Barranquero <lektu@terra.es> | ||
| 2 | |||
| 3 | * help-fns.el (help-split-fundoc, help-add-fundoc-usage): | ||
| 4 | Make arguments match their use in docstring. | ||
| 5 | (help-arg-highlighting-function): New variable. | ||
| 6 | (help-argument-name): Mention it in the docstring. | ||
| 7 | (help-do-arg-highlight): Use it. Expand regexp to accept also | ||
| 8 | ARG-xxx and xxx-ARG references. | ||
| 9 | |||
| 1 | 2004-05-11 Yoichi NAKAYAMA <yoichi@geiin.org> (tiny change) | 10 | 2004-05-11 Yoichi NAKAYAMA <yoichi@geiin.org> (tiny change) |
| 2 | 11 | ||
| 3 | * mail/rfc2368.el (rfc2368-parse-mailto-url): Make the results of | 12 | * mail/rfc2368.el (rfc2368-parse-mailto-url): Make the results of |
| @@ -16,7 +25,8 @@ | |||
| 16 | 25 | ||
| 17 | 2004-05-11 Juanma Barranquero <lektu@terra.es> | 26 | 2004-05-11 Juanma Barranquero <lektu@terra.es> |
| 18 | 27 | ||
| 19 | * custom.el (custom-initialize-default, defcustom): Typo in docstring. | 28 | * custom.el (custom-initialize-default, defcustom): Fix typo |
| 29 | in docstring. | ||
| 20 | 30 | ||
| 21 | * files.el (set-visited-file-name, file-expand-wildcards): | 31 | * files.el (set-visited-file-name, file-expand-wildcards): |
| 22 | Fix docstring. | 32 | Fix docstring. |
| @@ -6877,7 +6887,7 @@ | |||
| 6877 | 2003-07-10 Vinicius Jose Latorre <viniciusjl@ig.com.br> | 6887 | 2003-07-10 Vinicius Jose Latorre <viniciusjl@ig.com.br> |
| 6878 | 6888 | ||
| 6879 | * ps-print.el: Print line number correctly in a region. Reported by | 6889 | * ps-print.el: Print line number correctly in a region. Reported by |
| 6880 | Tim Allen <timallen@ls83.fsnet.co.uk> | 6890 | Tim Allen <timallen@ls83.fsnet.co.uk>. |
| 6881 | (ps-print-version): New version number (6.6.2). | 6891 | (ps-print-version): New version number (6.6.2). |
| 6882 | (ps-printing-region): Code fix. | 6892 | (ps-printing-region): Code fix. |
| 6883 | 6893 | ||