Mercurial > emacs
comparison lisp/ChangeLog @ 47383:cd0bb50410b8
*** empty log message ***
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Tue, 10 Sep 2002 16:50:07 +0000 |
parents | a17e6380c624 |
children | 1130c565a4df |
comparison
equal
deleted
inserted
replaced
47382:12f18e82e5e2 | 47383:cd0bb50410b8 |
---|---|
1 2002-09-10 Richard M. Stallman <rms@gnu.org> | |
2 | |
3 * files.el (diff-buffer-with-file): Simplify. | |
4 Don't signal an error if buffer has no file. | |
5 Call sit-for after `diff' returns. | |
6 | |
7 * play/gamegrid.el (gamegrid-make-color-tty-face): | |
8 Handle string as COLOR arg. | |
9 (gamegrid-display-type): Don't assume display-color-p | |
10 implies a color-x terminal. | |
11 (gamegrid-hide-cursor): Set `cursor-type' local variable. | |
12 | |
13 * descr-text.el (describe-text-mode): Add font-lock-defontify to | |
14 change-major-mode-hook. | |
15 | |
16 * ibuffer.el (ibuffer-mode): Add font-lock-defontify to | |
17 change-major-mode-hook. | |
18 | |
19 * comint.el (comint-mode): Add font-lock-defontify to | |
20 change-major-mode-hook. | |
21 | |
22 * info.el (Info-mode): Add font-lock-defontify to | |
23 change-major-mode-hook. | |
24 | |
25 * replace.el (occur-mode): Add font-lock-defontify to | |
26 change-major-mode-hook. | |
27 | |
28 * font-core.el (font-lock-defontify): New function. | |
29 | |
30 2002-09-10 Richard M. Stallman <rms@gnu.org> | |
31 | |
32 * ps-print.el (ps-printer-name-option): Doc fix. | |
33 | |
34 2002-09-10 Vinicius Jose Latorre <vinicius@cpqd.com.br> | |
35 | |
36 * ps-print.el: Adjust ps-postscript-code-directory setting. XEmacs | |
37 version check was adjusted. | |
38 (ps-print-version): New version number (6.5.6). | |
39 (ps-print-color-p, ps-page-dimensions-database): Autoload var. | |
40 (ps-print-code, ps-print-preprint-region): Adjust code. | |
41 | |
1 2002-09-10 Kai Gro,b_(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE> | 42 2002-09-10 Kai Gro,b_(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE> |
2 | 43 |
3 * files.el (auto-mode-alist): ~/.gnus, ~/.viper are in | 44 * files.el (auto-mode-alist): ~/.gnus, ~/.viper are in |
4 emacs-lisp-mode, like ~/.emacs. | 45 emacs-lisp-mode, like ~/.emacs. |
5 | 46 |