Mercurial > emacs
comparison lisp/ChangeLog @ 47589:023de2644b2b
*** empty log message ***
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Mon, 23 Sep 2002 16:04:57 +0000 |
parents | af14293fe0cc |
children | 1efefab8bd92 |
comparison
equal
deleted
inserted
replaced
47588:73e46b26325e | 47589:023de2644b2b |
---|---|
1 2002-09-23 Richard M. Stallman <rms@gnu.org> | |
2 | |
3 * ielm.el (*1): Fix previous change. | |
4 | |
5 2002-09-22 Oliver Scholz <alkibiades@gmx.de> | |
6 | |
7 * play/gamegrid.el (gamegrid-face): new variable to emulate a | |
8 buffer-local default face. | |
9 (gamegrid-xbm): new variable; XBM image as a replacement for | |
10 `gamegrid-xpm' on Emacsen compiled without XPM-support. | |
11 (gamegrid-colorize-glyph): Ported XEmacs-code for the generation | |
12 of images to Emacs. | |
13 (gamegrid-match-spec): Call `gamegrid-make-image-from-vector' to | |
14 convert XEmacs-type image descriptors. | |
15 (gamegrid-color-display-p): Removed. (Use `display-colors-p' | |
16 instead.) | |
17 (gamegrid-make-image-from-vector): New function. Convert XEmacs' | |
18 image descriptors. | |
19 (gamegrid-display-type): Use Emacs' standard `display-.*-p' | |
20 functions to check for display capabilities. Fix the recognition | |
21 of image-support in Emacs 21 by this way. | |
22 (gamegrid-hide-cursor): Removed. | |
23 (gamegrid-setup-default-font): Ported the code from XEmacs to | |
24 Emacs: create a new face and assign the variable `gamegrid-face' | |
25 to it. Make sure that the face is not higher than the smallest | |
26 image used by the game. | |
27 (gamegrid-initialize-display): Use `(setq cursor-type nil)' | |
28 instead of `gamegrid-hide-cursor'. | |
29 (gamegrid-set-face): If `gamegrid-display-mode' is 'glyph, put an | |
30 image in the buffer, instead of applying a face. [This is because | |
31 Emacs display-tables are not as capable as the display-tables in | |
32 XEmacs. Maybe this function should be renamed to reflect the | |
33 change?] | |
34 (gamegrid-init-buffer): If `gamegrid-display-mode' is 'glyph, put | |
35 the face held by `gamegrid-face' in an overlay over the whole | |
36 buffer to emulate a buffer-local default-face. | |
37 | |
1 2002-09-23 Juanma Barranquero <lektu@terra.es> | 38 2002-09-23 Juanma Barranquero <lektu@terra.es> |
2 | 39 |
3 * net/tramp.el (tramp-unified-filenames): Autoload it. | 40 * net/tramp.el (tramp-unified-filenames): Autoload it. |
4 | 41 |
5 2002-09-23 Michael Kifer <kifer@cs.stonybrook.edu> | 42 2002-09-23 Michael Kifer <kifer@cs.stonybrook.edu> |
6 | 43 |
7 * ediff-init.el (ediff-get-next-window): bug fix. | 44 * ediff-init.el (ediff-get-next-window): bug fix. |
8 | 45 |
9 2002-09-22 Richard M. Stallman <rms@gnu.org> | 46 2002-09-22 Richard M. Stallman <rms@gnu.org> |
47 | |
48 * play/doctor.el (doctor-doc): Add 2 question words. | |
49 (doctor-getnoun): Parse and save the complete object phrase. | |
10 | 50 |
11 * international/mule-cmds.el (select-safe-coding-system): Cope if | 51 * international/mule-cmds.el (select-safe-coding-system): Cope if |
12 default-coding-system gives nil which was then used in `min'. | 52 default-coding-system gives nil which was then used in `min'. |
13 | 53 |
14 * mail/sendmail.el (sendmail-send-it): If user's buffer | 54 * mail/sendmail.el (sendmail-send-it): If user's buffer |