<feed xmlns='http://www.w3.org/2005/Atom'>
<title>emacs/lisp/play/gamegrid.el, branch scratch/handler-bind</title>
<subtitle>Emacs is the extensible, customizable, self-documenting real-time display editor. 
</subtitle>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/'/>
<entry>
<title>Fix gamegrid.el with high resolution displays</title>
<updated>2023-02-19T11:34:04+00:00</updated>
<author>
<name>Po Lu</name>
</author>
<published>2023-02-19T11:34:04+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=0aa19e993b1603d9cadc47c172f998f4d89b9e49'/>
<id>0aa19e993b1603d9cadc47c172f998f4d89b9e49</id>
<content type='text'>
* lisp/play/gamegrid.el (gamegrid-setup-default-font): Clamp
font size at eight.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* lisp/play/gamegrid.el (gamegrid-setup-default-font): Clamp
font size at eight.
</pre>
</div>
</content>
</entry>
<entry>
<title>; Add 2023 to copyright years.</title>
<updated>2023-01-01T10:31:12+00:00</updated>
<author>
<name>Eli Zaretskii</name>
</author>
<published>2023-01-01T10:31:12+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=cae528457cb862dc886a34240c9d4c73035b6659'/>
<id>cae528457cb862dc886a34240c9d4c73035b6659</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Use frame-monitor-attributes in gamegrid</title>
<updated>2022-09-02T09:36:10+00:00</updated>
<author>
<name>Robert Pluim</name>
</author>
<published>2022-09-02T09:15:43+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=865338150eabb5d221cffc79f549a87c26c4ec68'/>
<id>865338150eabb5d221cffc79f549a87c26c4ec68</id>
<content type='text'>
* lisp/play/gamegrid.el (gamegrid-calculate-glyph-size): Use
`frame-monitor-attributes' to get the frame attributes directly
instead of iterating over `display-monitor-attributes-list'.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* lisp/play/gamegrid.el (gamegrid-calculate-glyph-size): Use
`frame-monitor-attributes' to get the frame attributes directly
instead of iterating over `display-monitor-attributes-list'.
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix recent gamegrid.el change for nox build</title>
<updated>2022-08-26T10:12:15+00:00</updated>
<author>
<name>Basil L. Contovounesios</name>
</author>
<published>2022-08-26T10:12:15+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=2888a2e076e0ffea098b435b8b124acaeb6a5d0b'/>
<id>2888a2e076e0ffea098b435b8b124acaeb6a5d0b</id>
<content type='text'>
* lisp/play/gamegrid.el (gamegrid-make-glyph): Declare
image-scaling-factor as special before dynamically binding it, for
the sake of --without-x builds which do not preload lisp/image.el.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* lisp/play/gamegrid.el (gamegrid-make-glyph): Declare
image-scaling-factor as special before dynamically binding it, for
the sake of --without-x builds which do not preload lisp/image.el.
</pre>
</div>
</content>
</entry>
<entry>
<title>Make XEmacs compat alias face-background-pixmap obsolete</title>
<updated>2022-08-23T14:51:31+00:00</updated>
<author>
<name>Stefan Kangas</name>
</author>
<published>2022-08-23T14:34:01+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=8673c0e256c3bf75b20a3a7a221b9240e7dc874a'/>
<id>8673c0e256c3bf75b20a3a7a221b9240e7dc874a</id>
<content type='text'>
* lisp/faces.el (face-background-pixmap)
(set-face-background-pixmap): Make XEmacs compat aliases obsolete in
favor of 'face-stipple' and 'set-face-stipple'.  Update callers.

* lisp/emacs-lisp/gv.el (face-background-pixmap): Make XEmacs
alias obsolete as a generalized variable.
(face-stipple): New generalized variable.
* doc/misc/cl.texi (Setf Extensions): Refer to above new generalized
variable instead of the obsolete one.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* lisp/faces.el (face-background-pixmap)
(set-face-background-pixmap): Make XEmacs compat aliases obsolete in
favor of 'face-stipple' and 'set-face-stipple'.  Update callers.

* lisp/emacs-lisp/gv.el (face-background-pixmap): Make XEmacs
alias obsolete as a generalized variable.
(face-stipple): New generalized variable.
* doc/misc/cl.texi (Setf Extensions): Refer to above new generalized
variable instead of the obsolete one.
</pre>
</div>
</content>
</entry>
<entry>
<title>Use the attributes of frame's monitor for gamegrid</title>
<updated>2022-08-22T13:22:07+00:00</updated>
<author>
<name>Robert Pluim</name>
</author>
<published>2022-08-22T12:33:02+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=0dd51d8ebf15c66834ba3573794d3d7e1dd34953'/>
<id>0dd51d8ebf15c66834ba3573794d3d7e1dd34953</id>
<content type='text'>
* lisp/play/gamegrid.el (gamegrid-calculate-glyph-size): Use the
monitor where the current frame is displayed rather than the primary
monitor.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* lisp/play/gamegrid.el (gamegrid-calculate-glyph-size): Use the
monitor where the current frame is displayed rather than the primary
monitor.
</pre>
</div>
</content>
</entry>
<entry>
<title>Make the size of elements the same in pgtk and X in tetris</title>
<updated>2022-08-22T11:53:33+00:00</updated>
<author>
<name>Lars Ingebrigtsen</name>
</author>
<published>2022-08-22T11:53:33+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=f421efdb5f03d5f7efc3f6893c280b27e54a33cb'/>
<id>f421efdb5f03d5f7efc3f6893c280b27e54a33cb</id>
<content type='text'>
* lisp/play/gamegrid.el (gamegrid-glyph-height-mm): Decrease
height a bit (since it wasn't really that height).
(gamegrid-calculate-glyph-size): Change calculation to work on
both X and pgtk (bug#49937).
(gamegrid-make-glyph): Inhibit image scaling.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* lisp/play/gamegrid.el (gamegrid-glyph-height-mm): Decrease
height a bit (since it wasn't really that height).
(gamegrid-calculate-glyph-size): Change calculation to work on
both X and pgtk (bug#49937).
(gamegrid-make-glyph): Inhibit image scaling.
</pre>
</div>
</content>
</entry>
<entry>
<title>Update font scaling documentation to not talk about "face height"</title>
<updated>2022-06-19T23:26:05+00:00</updated>
<author>
<name>Stefan Kangas</name>
</author>
<published>2022-06-19T23:26:05+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=9bf520593c81735398c3a8369df9854586218913'/>
<id>9bf520593c81735398c3a8369df9854586218913</id>
<content type='text'>
* lisp/play/gamegrid.el (gamegrid-init-buffer):
* lisp/mwheel.el (mouse-wheel-scroll-amount):
(mouse-wheel-text-scale):
* lisp/faces.el (set-face-attribute):
* lisp/face-remap.el (text-scale-mode-step):
(text-scale-increase):
(text-scale-adjust):
* lisp/cus-face.el (custom-face-attributes):
* doc/emacs/frames.texi (Mouse Commands):
* doc/emacs/display.texi (Text Scale): Talk about font sized instead
of "face height" (bug#46853).
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* lisp/play/gamegrid.el (gamegrid-init-buffer):
* lisp/mwheel.el (mouse-wheel-scroll-amount):
(mouse-wheel-text-scale):
* lisp/faces.el (set-face-attribute):
* lisp/face-remap.el (text-scale-mode-step):
(text-scale-increase):
(text-scale-adjust):
* lisp/cus-face.el (custom-face-attributes):
* doc/emacs/frames.texi (Mouse Commands):
* doc/emacs/display.texi (Text Scale): Talk about font sized instead
of "face height" (bug#46853).
</pre>
</div>
</content>
</entry>
<entry>
<title>Make XEmacs compat code in gamegrid.el obsolete</title>
<updated>2022-06-01T13:29:35+00:00</updated>
<author>
<name>Stefan Kangas</name>
</author>
<published>2022-05-31T13:20:44+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=59910c320a8e786ccb53b2dff6dac47caaff3527'/>
<id>59910c320a8e786ccb53b2dff6dac47caaff3527</id>
<content type='text'>
* lisp/play/gamegrid.el (gamegrid-make-glyph): Warn on using obsolete
XEmacs style glyph.  (This is currently unused in the Emacs tree.)
(gamegrid-make-image-from-vector): Make obsolete.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* lisp/play/gamegrid.el (gamegrid-make-glyph): Warn on using obsolete
XEmacs style glyph.  (This is currently unused in the Emacs tree.)
(gamegrid-make-image-from-vector): Make obsolete.
</pre>
</div>
</content>
</entry>
<entry>
<title>; Add 2022 to copyright years.</title>
<updated>2022-01-01T07:45:51+00:00</updated>
<author>
<name>Eli Zaretskii</name>
</author>
<published>2022-01-01T07:45:51+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=19dcb237b5b02b36580294ab309124f346a66024'/>
<id>19dcb237b5b02b36580294ab309124f346a66024</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
