<feed xmlns='http://www.w3.org/2005/Atom'>
<title>emacs, branch scratch/org-sync</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>* etc/NEWS: Announce Org update.</title>
<updated>2021-09-30T03:21:21+00:00</updated>
<author>
<name>Kyle Meyer</name>
</author>
<published>2021-09-30T00:42:46+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=164aac0a9919fb34896ddd824394a65802343a50'/>
<id>164aac0a9919fb34896ddd824394a65802343a50</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Update to Org 9.5</title>
<updated>2021-09-30T03:21:21+00:00</updated>
<author>
<name>Kyle Meyer</name>
</author>
<published>2021-09-29T22:48:59+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=bf9ec3d91a79414deac039f7bf83352a9b0a9a85'/>
<id>bf9ec3d91a79414deac039f7bf83352a9b0a9a85</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add new '/wii' convenience ERC command</title>
<updated>2021-09-30T03:11:49+00:00</updated>
<author>
<name>Amin Bandali</name>
</author>
<published>2021-09-30T03:11:49+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=dc94ca7b2b878c9a88be72fea118bf6557259ffd'/>
<id>dc94ca7b2b878c9a88be72fea118bf6557259ffd</id>
<content type='text'>
* etc/NEWS: Announce the addition of the command.
* lisp/erc/erc.el (erc-cmd-WII): Add '/wii' convenience command which
calls the '/whois' command with the given nick as both arguments,
which is useful for displaying the whois information for the nick
along with idle time, even if the nick is on a different server than
the one we are currently connected to.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* etc/NEWS: Announce the addition of the command.
* lisp/erc/erc.el (erc-cmd-WII): Add '/wii' convenience command which
calls the '/whois' command with the given nick as both arguments,
which is useful for displaying the whois information for the nick
along with idle time, even if the nick is on a different server than
the one we are currently connected to.
</pre>
</div>
</content>
</entry>
<entry>
<title>Restore the previous order of ERC's '/whois' arguments</title>
<updated>2021-09-30T02:17:18+00:00</updated>
<author>
<name>Amin Bandali</name>
</author>
<published>2021-09-30T02:15:07+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=9fc1fdcbf330b0a85cd019bb75afcb8d36243524'/>
<id>9fc1fdcbf330b0a85cd019bb75afcb8d36243524</id>
<content type='text'>
* etc/NEWS: Remove unneeded entry.
* lisp/erc/erc.el (erc-cmd-WHOIS): Restore the previous order of
arguments sent to the server, so that there's no change in the
function's behavior.  Instead, rename the arguments to be more
accurate, and expand upon them in the doc string.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* etc/NEWS: Remove unneeded entry.
* lisp/erc/erc.el (erc-cmd-WHOIS): Restore the previous order of
arguments sent to the server, so that there's no change in the
function's behavior.  Instead, rename the arguments to be more
accurate, and expand upon them in the doc string.
</pre>
</div>
</content>
</entry>
<entry>
<title>New command mpc-goto-playing-song</title>
<updated>2021-09-29T23:17:53+00:00</updated>
<author>
<name>Stefan Kangas</name>
</author>
<published>2021-09-29T23:17:24+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=758753431af51f7ac79a55d426b915443e66a077'/>
<id>758753431af51f7ac79a55d426b915443e66a077</id>
<content type='text'>
* lisp/mpc.el (mpc-goto-playing-song): New command to go to the
currently playing song.
(mpc-mode-map): Bind it to "o".
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* lisp/mpc.el (mpc-goto-playing-song): New command to go to the
currently playing song.
(mpc-mode-map): Bind it to "o".
</pre>
</div>
</content>
</entry>
<entry>
<title>* lisp/linum.el: Recommend `display-line-numbers-mode'.</title>
<updated>2021-09-29T21:50:01+00:00</updated>
<author>
<name>Stefan Kangas</name>
</author>
<published>2021-09-29T18:33:45+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=49c748e336ee3c50e28d2aeda6396efc358d961b'/>
<id>49c748e336ee3c50e28d2aeda6396efc358d961b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add bindings for 'undo-redo'</title>
<updated>2021-09-29T19:45:07+00:00</updated>
<author>
<name>Dmitry Gutov</name>
</author>
<published>2021-09-29T19:44:40+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=6fecf6ef2552a9b44c4311b7d5af3af0a5a54dbe'/>
<id>6fecf6ef2552a9b44c4311b7d5af3af0a5a54dbe</id>
<content type='text'>
* etc/NEWS: Describe the change.

* lisp/bindings.el (global-map): Add bindings for 'undo-redo'.

* lisp/simple.el (undo-no-redo): Turn into a user option.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* etc/NEWS: Describe the change.

* lisp/bindings.el (global-map): Add bindings for 'undo-redo'.

* lisp/simple.el (undo-no-redo): Turn into a user option.
</pre>
</div>
</content>
</entry>
<entry>
<title>* lisp/tab-bar.el (tab-bar-move-tab-to-frame): Delete frame with last tab.</title>
<updated>2021-09-29T19:40:20+00:00</updated>
<author>
<name>Juri Linkov</name>
</author>
<published>2021-09-29T19:40:20+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=fd244c9e46f52d8b2de4adeb457cd3b021bebfff'/>
<id>fd244c9e46f52d8b2de4adeb457cd3b021bebfff</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>* lisp/tab-bar.el: (tab-bar-detach-tab) New command</title>
<updated>2021-09-29T19:37:38+00:00</updated>
<author>
<name>Adam Porter</name>
</author>
<published>2021-09-29T19:37:38+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=ab1e11fe796c404cad2d73dafd81da8b4329ca90'/>
<id>ab1e11fe796c404cad2d73dafd81da8b4329ca90</id>
<content type='text'>
(tab-bar-detach-tab): New command.
(tab-bar-mouse-context-menu): Add menu entry.

With thanks to Matt Beshara &lt;m@mfa.pw&gt; for his feedback.
https://lists.gnu.org/archive/html/emacs-devel/2021-09/msg02141.html
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
(tab-bar-detach-tab): New command.
(tab-bar-mouse-context-menu): Add menu entry.

With thanks to Matt Beshara &lt;m@mfa.pw&gt; for his feedback.
https://lists.gnu.org/archive/html/emacs-devel/2021-09/msg02141.html
</pre>
</div>
</content>
</entry>
<entry>
<title>Tweak previous message-newline-and-reformat change</title>
<updated>2021-09-29T18:48:41+00:00</updated>
<author>
<name>Lars Ingebrigtsen</name>
</author>
<published>2021-09-29T18:48:41+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=b0f7a27a919a5770a05ac774a4ed980588d37993'/>
<id>b0f7a27a919a5770a05ac774a4ed980588d37993</id>
<content type='text'>
* lisp/gnus/message.el (message-newline-and-reformat): Only search
for previous/next cited lines that have space, because it's the
space we're trying to find.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* lisp/gnus/message.el (message-newline-and-reformat): Only search
for previous/next cited lines that have space, because it's the
space we're trying to find.
</pre>
</div>
</content>
</entry>
</feed>
