comparison lisp/ChangeLog @ 30524:62ed067637af

*** empty log message ***
author Gerd Moellmann <gerd@gnu.org>
date Sun, 30 Jul 2000 11:50:38 +0000
parents d732477f0678
children 96c739fe987e
comparison
equal deleted inserted replaced
30523:87bca20b7a83 30524:62ed067637af
1 2000-07-30 Gerd Moellmann <gerd@gnu.org>
2
3 * eshell/esh-groups.el: Change custom :link file names
4 from `eshell.info' to `eshell'.
5
6 2000-07-30 Francis Wright <fjw@maths.qmw.ac.uk>
7
8 * dired.el (dired-build-subdir-alist): Expand subdirectory names
9 correctly in recursive ange-ftp listings.
10
11 2000-07-30 Vinicius Jose Latorre <vinicius@cpqd.com.br>
12
13 * ps-print.el: Fix bug 1: if ps-font-size-internal,
14 ps-header-font-size-internal and
15 ps-header-title-font-size-internal variables are not set,
16 ps-nb-pages and ps-line-lengths-internal crashes. Fix bug 2: if
17 face text property is (foreground-color . COLOR) or
18 `(background-color . COLOR)', ps-print crashes. Doc fix.
19 (ps-print-version): New version number (5.2.4).
20 (ps-plot-region): Code fix.
21 (ps-nb-pages, ps-line-lengths-internal): Bug fix 1.
22 (ps-face-attribute-list, ps-face-attributes, ps-face-background):
23 Bug fix 2.
24
25 2000-07-30 Milan Zamazal <pdm@freesoft.cz>
26
27 * glasses.el (glasses-make-readable): Fix uncapitalization of
28 identifiers like `myXMLDocument'.
29
1 2000-07-28 Karl Fogel <kfogel@red-bean.com> 30 2000-07-28 Karl Fogel <kfogel@red-bean.com>
2 31
3 * mail/mail-hist.el (mail-hist-previous-input, 32 * mail/mail-hist.el (mail-hist-previous-input)
4 mail-hist-next-input): do the obvious code factorization. 33 (mail-hist-next-input): Do the obvious code factorization.
5 (mail-hist-retrieve-and-insert): new func, contains common 34 (mail-hist-retrieve-and-insert): New func, contains common
6 code of above two. 35 code of above two.
7 If inserting a message body, leave point at top. 36 If inserting a message body, leave point at top.
8 37
9 2000-07-28 Sam Steingold <sds@gnu.org> 38 2000-07-28 Sam Steingold <sds@gnu.org>
10 39
11 * net/ange-ftp.el (ange-ftp-verify-visited-file-modtime): 40 * net/ange-ftp.el (ange-ftp-verify-visited-file-modtime):
12 use `<=', not `<' to compare times! 41 Use `<=', not `<' to compare times!
13 (ange-ftp-ls): remve 42 (ange-ftp-ls): Remove.
14 43
15 2000-07-27 Gerd Moellmann <gerd@gnu.org> 44 2000-07-27 Gerd Moellmann <gerd@gnu.org>
16 45
17 * play/cookie1.el: Add explanation of how to make cookie.el 46 * play/cookie1.el: Add explanation of how to make cookie.el
18 compatible with strfile(1) to comment. 47 compatible with strfile(1) to comment.