comparison lisp/ChangeLog @ 32667:36e10c03d1d7

*** empty log message ***
author Stefan Monnier <monnier@iro.umontreal.ca>
date Thu, 19 Oct 2000 15:42:49 +0000
parents 1b8d754b8bfc
children 7c929610d127
comparison
equal deleted inserted replaced
32666:07a2c551b566 32667:36e10c03d1d7
1 2000-10-19 Stefan Monnier <monnier@cs.yale.edu>
2
3 * diff-mode.el (diff-find-file-name): Fix regex subgroup number.
4
1 2000-10-19 Gerd Moellmann <gerd@gnu.org> 5 2000-10-19 Gerd Moellmann <gerd@gnu.org>
2 6
3 * dirtrack.el (dirtrack): Fix call to run-hooks. 7 * dirtrack.el (dirtrack): Fix call to run-hooks.
4 8
5 * cmuscheme.el (cmuscheme-program-name): Renamed from 9 * cmuscheme.el (cmuscheme-program-name): Renamed from
10 14
11 * ps-print.el (ps-print-emacs-type): Move into the 15 * ps-print.el (ps-print-emacs-type): Move into the
12 eval-and-compile. 16 eval-and-compile.
13 17
14 * play/doctor.el (doctor-death): Update the Samaritans' 18 * play/doctor.el (doctor-death): Update the Samaritans'
15 anonymous address, and add a website for Befrienders 19 anonymous address, and add a website for Befrienders International.
16 International.
17 20
18 2000-10-19 Vinicius Jose Latorre <vinicius@cpqd.com.br> 21 2000-10-19 Vinicius Jose Latorre <vinicius@cpqd.com.br>
19 22
20 * ps-print.el: Even/odd pages fix. Fix little bug on XEmacs. Avoid 23 * ps-print.el: Even/odd pages fix. Fix little bug on XEmacs.
21 compilation gripes. Doc fix. 24 Avoid compilation gripes. Doc fix.
22 (ps-print-version): New version number (6.2). 25 (ps-print-version): New version number (6.2).
23 (ps-x-color-instance-p, ps-x-color-instance-rgb-components) 26 (ps-x-color-instance-p, ps-x-color-instance-rgb-components)
24 (ps-x-color-name, ps-x-color-specifier-p, ps-x-copy-coding-system) 27 (ps-x-color-name, ps-x-color-specifier-p, ps-x-copy-coding-system)
25 (ps-x-device-class, ps-x-extent-end-position, ps-x-extent-face) 28 (ps-x-device-class, ps-x-extent-end-position, ps-x-extent-face)
26 (ps-x-extent-priority, ps-x-extent-start-position) 29 (ps-x-extent-priority, ps-x-extent-start-position)
49 * faces.el (frame-set-background-mode): `unspecified' &c are 52 * faces.el (frame-set-background-mode): `unspecified' &c are
50 symbols, not strings. 53 symbols, not strings.
51 54
52 2000-10-19 Eli Zaretskii <eliz@is.elta.co.il> 55 2000-10-19 Eli Zaretskii <eliz@is.elta.co.il>
53 56
54 * term/tty-colors.el (color-name-rgb-alist): Add a comment 57 * term/tty-colors.el (color-name-rgb-alist): Add a comment explaining
55 explaining why some "light*" colors are deliberately absent from 58 why some "light*" colors are deliberately absent from the alist.
56 the alist. 59
57 60 * info.el (Info-title-1-face, Info-title-2-face, Info-title-3-face):
58 * info.el (Info-title-1-face, Info-title-2-face) 61 Change colors for tty's, as suggested by Miles Bader.
59 (Info-title-3-face): Change colors for tty's, as suggested by
60 Miles Bader.
61 62
62 2000-10-19 Kenichi Handa <handa@etl.go.jp> 63 2000-10-19 Kenichi Handa <handa@etl.go.jp>
63 64
64 * international/fontset.el: Use registry "MuleTibetan-2" for 65 * international/fontset.el: Use registry "MuleTibetan-2" for Tibetan.
65 Tibetan.
66 (ccl-encode-mule-unicode-0100-24ff): New CCL program. Register it 66 (ccl-encode-mule-unicode-0100-24ff): New CCL program. Register it
67 for ISO10646-1 fonts. 67 for ISO10646-1 fonts.
68 (x-font-name-charset-alist): Add an entry for "iso10646-1". 68 (x-font-name-charset-alist): Add an entry for "iso10646-1".
69 69
70 2000-10-19 Eli Zaretskii <eliz@is.elta.co.il> 70 2000-10-19 Eli Zaretskii <eliz@is.elta.co.il>