<feed xmlns='http://www.w3.org/2005/Atom'>
<title>emacs, branch scratch/tty-child-frames</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 compilation warnings in term.c</title>
<updated>2024-12-19T06:03:42+00:00</updated>
<author>
<name>Eli Zaretskii</name>
</author>
<published>2024-12-19T06:03:42+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=7fc919d51bdc5a7d49f1aef80da12bcd594592df'/>
<id>7fc919d51bdc5a7d49f1aef80da12bcd594592df</id>
<content type='text'>
* src/term.c (Ftty_frame_geometry, Ftty_frame_edges)
(Ftty_frame_list_z_order, Ftty_frame_restack)
(Ftty_display_pixel_width, Ftty_display_pixel_height): Doc fixes.
(Ftty_frame_restack): Make it "noreturn".
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* src/term.c (Ftty_frame_geometry, Ftty_frame_edges)
(Ftty_frame_list_z_order, Ftty_frame_restack)
(Ftty_display_pixel_width, Ftty_display_pixel_height): Doc fixes.
(Ftty_frame_restack): Make it "noreturn".
</pre>
</div>
</content>
</entry>
<entry>
<title>; Fix capitalization</title>
<updated>2024-12-18T21:06:16+00:00</updated>
<author>
<name>Stefan Kangas</name>
</author>
<published>2024-12-18T21:06:16+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=c2eda4745be58f296b647b38d101c30027208d16'/>
<id>c2eda4745be58f296b647b38d101c30027208d16</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Don't use symbol-packages variable</title>
<updated>2024-12-18T21:06:00+00:00</updated>
<author>
<name>Stefan Kangas</name>
</author>
<published>2024-12-18T21:06:00+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=0bcff166d6286612617335eb962c0a529384fb79'/>
<id>0bcff166d6286612617335eb962c0a529384fb79</id>
<content type='text'>
* lisp/tty-tip.el: Don't use symbol-packages variable.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* lisp/tty-tip.el: Don't use symbol-packages variable.
</pre>
</div>
</content>
</entry>
<entry>
<title>Signal errors for unimplemented features</title>
<updated>2024-12-12T07:02:33+00:00</updated>
<author>
<name>Gerd Möllmann</name>
</author>
<published>2024-12-12T07:00:44+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=6fa2050ee7663441e4d0aa4fff974cc5d45bffc7'/>
<id>6fa2050ee7663441e4d0aa4fff974cc5d45bffc7</id>
<content type='text'>
* src/frame.c (make_terminal_frame): Error for minibuffer-only frames.
* src/term.c (Ftty_frame_restack): Signal error.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* src/frame.c (make_terminal_frame): Error for minibuffer-only frames.
* src/term.c (Ftty_frame_restack): Signal error.
</pre>
</div>
</content>
</entry>
<entry>
<title>* lisp/tty-tip.el (tty-tip--create-frame): Use tooltip-hide-delay</title>
<updated>2024-12-08T08:01:06+00:00</updated>
<author>
<name>Gerd Möllmann</name>
</author>
<published>2024-12-08T07:56:22+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=b67feec95e8f7526fecab0bb10f91233ba06fef8'/>
<id>b67feec95e8f7526fecab0bb10f91233ba06fef8</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Prevent too early hiding of tty tips</title>
<updated>2024-12-08T06:02:12+00:00</updated>
<author>
<name>Gerd Möllmann</name>
</author>
<published>2024-12-08T05:54:47+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=d22882e418eb100423c53d90cca257bb0c197b86'/>
<id>d22882e418eb100423c53d90cca257bb0c197b86</id>
<content type='text'>
* lisp/tty-tip.el (tty-tip--show-timer): Renamed from
tty-tip--timeout-id.
(tty-tip--hide-timer): New variable.
(tty-tip--delete-frame): Cancel hide timer if set.
(tty-tip--create-frame): Use run-with-timer instead of run-at-time
for consistency.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* lisp/tty-tip.el (tty-tip--show-timer): Renamed from
tty-tip--timeout-id.
(tty-tip--hide-timer): New variable.
(tty-tip--delete-frame): Cancel hide timer if set.
(tty-tip--create-frame): Use run-with-timer instead of run-at-time
for consistency.
</pre>
</div>
</content>
</entry>
<entry>
<title>Consider all windows for redisplay if frames have been cleared</title>
<updated>2024-11-20T03:11:55+00:00</updated>
<author>
<name>Gerd Möllmann</name>
</author>
<published>2024-11-18T15:50:51+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=196c761c66d47ff6a93d9134ca73d1c08a9125db'/>
<id>196c761c66d47ff6a93d9134ca73d1c08a9125db</id>
<content type='text'>
* src/xdisp.c (clear_garbaged_frames): Return true if any tty frame's
current matrix has been cleared.
(redisplay_internal): Consider all windows if clear_garbaged_frames
returns true.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* src/xdisp.c (clear_garbaged_frames): Return true if any tty frame's
current matrix has been cleared.
(redisplay_internal): Consider all windows if clear_garbaged_frames
returns true.
</pre>
</div>
</content>
</entry>
<entry>
<title>* src/xdisp.c (redisplay_internal): Use assq_no_quit.</title>
<updated>2024-11-20T03:03:19+00:00</updated>
<author>
<name>Gerd Möllmann</name>
</author>
<published>2024-11-18T07:21:22+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=7608563d3b274d805111827a39cc73aaa147eaa1'/>
<id>7608563d3b274d805111827a39cc73aaa147eaa1</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Revert "Don't pause display for pending input"</title>
<updated>2024-11-16T12:52:17+00:00</updated>
<author>
<name>Gerd Möllmann</name>
</author>
<published>2024-11-16T12:52:17+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=e7359fbbc40bbf714fb5b4bffc256b455fbe9a6c'/>
<id>e7359fbbc40bbf714fb5b4bffc256b455fbe9a6c</id>
<content type='text'>
This reverts commit f62d70f52f4f6b7ed158d618bf790df21f171172.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This reverts commit f62d70f52f4f6b7ed158d618bf790df21f171172.
</pre>
</div>
</content>
</entry>
<entry>
<title>Revert "Remove an unused parameter"</title>
<updated>2024-11-16T12:51:50+00:00</updated>
<author>
<name>Gerd Möllmann</name>
</author>
<published>2024-11-16T12:51:50+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=e5a2bc740dc43de63acb6e9603ad1905fac1e2c6'/>
<id>e5a2bc740dc43de63acb6e9603ad1905fac1e2c6</id>
<content type='text'>
This reverts commit 627cbf05b53756883a789ff45727acf23f5066a4.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This reverts commit 627cbf05b53756883a789ff45727acf23f5066a4.
</pre>
</div>
</content>
</entry>
</feed>
