comparison lisp/ChangeLog @ 55538:7dbc07a598a9

*** empty log message ***
author Juanma Barranquero <lekktu@gmail.com>
date Wed, 12 May 2004 00:02:52 +0000
parents 63dd50b7dcb2
children 70c4138d3b8d
comparison
equal deleted inserted replaced
55537:66cd45c291c0 55538:7dbc07a598a9
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
4 parsing "mailto:addr1%2C%20addr2", "mailto:?to=addr1%2C%20addr2", 13 parsing "mailto:addr1%2C%20addr2", "mailto:?to=addr1%2C%20addr2",
5 and "mailto:addr1?to=addr2" equal. 14 and "mailto:addr1?to=addr2" equal.
14 23
15 * iimage.el: New file. 24 * iimage.el: New file.
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.
23 33
24 2004-05-10 Stefan Monnier <monnier@iro.umontreal.ca> 34 2004-05-10 Stefan Monnier <monnier@iro.umontreal.ca>
6875 Set current-language-environment to the correct string. 6885 Set current-language-environment to the correct string.
6876 6886
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
6884 2003-07-10 John Paul Wallington <jpw@gnu.org> 6894 2003-07-10 John Paul Wallington <jpw@gnu.org>
6885 6895