<feed xmlns='http://www.w3.org/2005/Atom'>
<title>emacs/lisp, 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 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>* 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>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>Merge branch 'master' into scratch/tty-child-frames</title>
<updated>2024-11-16T03:31:46+00:00</updated>
<author>
<name>Gerd Möllmann</name>
</author>
<published>2024-11-16T03:31:46+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=36c81859f6c3d798fa1c1d9eb45cf730e0237e04'/>
<id>36c81859f6c3d798fa1c1d9eb45cf730e0237e04</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 pause display for pending input</title>
<updated>2024-11-16T03:28:10+00:00</updated>
<author>
<name>Gerd Möllmann</name>
</author>
<published>2024-11-15T12:34:55+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=f62d70f52f4f6b7ed158d618bf790df21f171172'/>
<id>f62d70f52f4f6b7ed158d618bf790df21f171172</id>
<content type='text'>
* src/dispnew.c: Remove display_completed, redisplay_dont_pause,
redisplay-dont-pause was declared obsolete in Emacs 24.  Remove anything
checking pending input, change function signatures accordingly, and so
on.

* src/keyboard.c (read_char): Don't use redisplay_dont_pause.
* src/minibuf.c (read_minibuf): Use new function signatures.
* src/xdisp.c: Don't check display_completed. Use new API.

* lisp/subr.el (redisplay-dont-pause): Remove declaration.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* src/dispnew.c: Remove display_completed, redisplay_dont_pause,
redisplay-dont-pause was declared obsolete in Emacs 24.  Remove anything
checking pending input, change function signatures accordingly, and so
on.

* src/keyboard.c (read_char): Don't use redisplay_dont_pause.
* src/minibuf.c (read_minibuf): Use new function signatures.
* src/xdisp.c: Don't check display_completed. Use new API.

* lisp/subr.el (redisplay-dont-pause): Remove declaration.
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix customization type of erc-spelling-dictionaries</title>
<updated>2024-11-15T19:27:10+00:00</updated>
<author>
<name>Bruno Boal</name>
</author>
<published>2024-11-14T23:58:43+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=29098a291f535c8e2be114171308169f025de43f'/>
<id>29098a291f535c8e2be114171308169f025de43f</id>
<content type='text'>
* lisp/erc/erc-spelling.el (erc-spelling-dictionaries): Update :type
specification to reflect shape expected by `erc-spelling-init', and
improve description in doc string.  (Bug#74363)

Copyright-paperwork-exempt: yes
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* lisp/erc/erc-spelling.el (erc-spelling-dictionaries): Update :type
specification to reflect shape expected by `erc-spelling-init', and
improve description in doc string.  (Bug#74363)

Copyright-paperwork-exempt: yes
</pre>
</div>
</content>
</entry>
<entry>
<title>Use helper to get erc-networks--id symbol as string</title>
<updated>2024-11-15T19:26:07+00:00</updated>
<author>
<name>F. Jason Park</name>
</author>
<published>2024-11-14T08:28:35+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=7fc048ca7781f9ba04d953f79fb29646c92cf35d'/>
<id>7fc048ca7781f9ba04d953f79fb29646c92cf35d</id>
<content type='text'>
* lisp/erc/erc-networks.el (erc-networks--id-string): New function.
(erc-networks--construct-target-buffer-name)
(erc-networks--ensure-unique-server-buffer-name)
(erc-networks--rename-server-buffer): Use it.
* lisp/erc/erc-nicks.el (erc-nicks-list-faces): Use it.
* lisp/erc/erc-status-sidebar.el (erc-status-sidebar-pad-hierarchy): Use it.
* lisp/erc/erc.el (erc-generate-new-buffer-name)
(erc-log-irc-protocol)
(erc--auth-source-determine-params-defaults)
(erc-format-target-and/or-network): Use it.
* test/lisp/erc/erc-networks-tests.el (erc-networks--id-string): New test.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* lisp/erc/erc-networks.el (erc-networks--id-string): New function.
(erc-networks--construct-target-buffer-name)
(erc-networks--ensure-unique-server-buffer-name)
(erc-networks--rename-server-buffer): Use it.
* lisp/erc/erc-nicks.el (erc-nicks-list-faces): Use it.
* lisp/erc/erc-status-sidebar.el (erc-status-sidebar-pad-hierarchy): Use it.
* lisp/erc/erc.el (erc-generate-new-buffer-name)
(erc-log-irc-protocol)
(erc--auth-source-determine-params-defaults)
(erc-format-target-and/or-network): Use it.
* test/lisp/erc/erc-networks-tests.el (erc-networks--id-string): New test.
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge from origin/emacs-30</title>
<updated>2024-11-15T14:10:34+00:00</updated>
<author>
<name>Michael Albinus</name>
</author>
<published>2024-11-15T14:10:34+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=df4bc525a81a532619869eaa8a2bb6e404011d75'/>
<id>df4bc525a81a532619869eaa8a2bb6e404011d75</id>
<content type='text'>
c29c54410ea * lisp/subr.el (read-number): Document collision with 'fo...
68337106f91 ; Fix TRAMP manual indexing
8f6ff233ef1 ; TRAMP manual spelling and grammar fixes
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
c29c54410ea * lisp/subr.el (read-number): Document collision with 'fo...
68337106f91 ; Fix TRAMP manual indexing
8f6ff233ef1 ; TRAMP manual spelling and grammar fixes
</pre>
</div>
</content>
</entry>
</feed>
