aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/ChangeLog
diff options
context:
space:
mode:
authorFrancesco Potortì <[email protected]>2002-09-25 10:59:22 +0000
committerFrancesco Potortì <[email protected]>2002-09-25 10:59:22 +0000
commit76320e8edc89467467ff5a6a72ce09ea07e4dff6 (patch)
tree8adbdc2a06fff078b46644f4558510195ded4088 /lisp/ChangeLog
parent6440b97cde24e90398f7f14797c39dc61796e6ad (diff)
Oliver Scholz's patch to gamegrid.el (he does not have CVS access).
Diffstat (limited to 'lisp/ChangeLog')
-rw-r--r--lisp/ChangeLog33
1 files changed, 33 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 0737e7f451..4598ab18e8 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,36 @@
+2002-09-25 Oliver Scholz <[email protected]>
+
+ * gamegrid.el (gamegrid-face): new variable to emulate a
+ buffer-local default face.
+ (gamegrid-xbm): new variable; XBM image as a replacement for
+ `gamegrid-xpm' on Emacsen compiled without XPM-support.
+ (gamegrid-colorize-glyph): Ported XEmacs-code for the generation
+ of images to Emacs.
+ (gamegrid-match-spec): Call `gamegrid-make-image-from-vector' to
+ convert XEmacs-type image descriptors.
+ (gamegrid-color-display-p): Removed. (Use `display-colors-p'
+ instead.)
+ (gamegrid-make-image-from-vector): New function. Convert XEmacs'
+ image descriptors.
+ (gamegrid-display-type): Use Emacs' standard `display-.*-p'
+ functions to check for display capabilities. Fix the recognition
+ of image-support in Emacs 21 by this way.
+ (gamegrid-hide-cursor): Removed.
+ (gamegrid-setup-default-font): Ported the code from XEmacs to
+ Emacs: create a new face and assign the variable `gamegrid-face'
+ to it. Make sure that the face is not higher than the smallest
+ image used by the game.
+ (gamegrid-initialize-display): Use `(setq cursor-type nil)'
+ instead of `gamegrid-hide-cursor'.
+ (gamegrid-set-face): If `gamegrid-display-mode' is 'glyph, put an
+ image in the buffer, instead of applying a face. [This is because
+ Emacs display-tables are not as capable as the display-tables in
+ XEmacs. Maybe this function should be renamed to reflect the
+ change?]
+ (gamegrid-init-buffer): If `gamegrid-display-mode' is 'glyph, put
+ the face held by `gamegrid-face' in an overlay over the whole
+ buffer to emulate a buffer-local default-face.
+
2002-09-25 Kenichi Handa <[email protected]>
* international/mule-diag.el (list-character-sets): Use the buffer