<feed xmlns='http://www.w3.org/2005/Atom'>
<title>emacs, branch scratch/completion-api</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>* lisp/emacs-lisp/cl-generic.el: Fix bootstrap.</title>
<updated>2019-12-05T03:35:07+00:00</updated>
<author>
<name>Stefan Monnier</name>
</author>
<published>2019-12-05T03:35:07+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=67a29115ba7748629cf6a1ba41f28e25195d1958'/>
<id>67a29115ba7748629cf6a1ba41f28e25195d1958</id>
<content type='text'>
Most importantly, prefill dispatchers for the new minibuffer.el methods.

* lisp/minibuffer.el (completion-table-category): Return both the
category and the default style.
(completion-table--call-method): New function.
(completion-table-test, completion-table-category)
(completion-table-boundaries, completion-table-fetch-matches): Use it.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Most importantly, prefill dispatchers for the new minibuffer.el methods.

* lisp/minibuffer.el (completion-table-category): Return both the
category and the default style.
(completion-table--call-method): New function.
(completion-table-test, completion-table-category)
(completion-table-boundaries, completion-table-fetch-matches): Use it.
</pre>
</div>
</content>
</entry>
<entry>
<title>WIP of possible new completion API</title>
<updated>2019-11-17T00:44:19+00:00</updated>
<author>
<name>Stefan Monnier</name>
</author>
<published>2019-11-17T00:44:19+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=8f22251e595d7598d6643b0d24bf5f409dc59fa8'/>
<id>8f22251e595d7598d6643b0d24bf5f409dc59fa8</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: Add missing arg.</title>
<updated>2019-11-16T22:19:42+00:00</updated>
<author>
<name>Juri Linkov</name>
</author>
<published>2019-11-16T22:19:42+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=3dcf06bfa035c3caaeac5ce5c585dbfc07f31331'/>
<id>3dcf06bfa035c3caaeac5ce5c585dbfc07f31331</id>
<content type='text'>
* lisp/tab-bar.el (tab-bar-list-next-line)
(tab-bar-list-prev-line): Add missing interactive spec for prefix arg.

* lisp/mouse.el (mouse-buffer-menu-mode-groups): Add "Git" regexp
to match "Git-Region-History" mode name for "Version Control" group.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* lisp/tab-bar.el (tab-bar-list-next-line)
(tab-bar-list-prev-line): Add missing interactive spec for prefix arg.

* lisp/mouse.el (mouse-buffer-menu-mode-groups): Add "Git" regexp
to match "Git-Region-History" mode name for "Version Control" group.
</pre>
</div>
</content>
</entry>
<entry>
<title>* lisp/simple.el (eval-expression-print-maximum-character): Use choice type.</title>
<updated>2019-11-16T22:10:19+00:00</updated>
<author>
<name>Juri Linkov</name>
</author>
<published>2019-11-16T22:10:19+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=e4a62f8662b01ad1700565149ba7acbb67a2681a'/>
<id>e4a62f8662b01ad1700565149ba7acbb67a2681a</id>
<content type='text'>
https://lists.gnu.org/archive/html/emacs-devel/2019-11/msg00433.html
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
https://lists.gnu.org/archive/html/emacs-devel/2019-11/msg00433.html
</pre>
</div>
</content>
</entry>
<entry>
<title>* lisp/dired.el (dired-dwim-target): Add choice dired-dwim-target-next-visible</title>
<updated>2019-11-16T22:06:16+00:00</updated>
<author>
<name>Juri Linkov</name>
</author>
<published>2019-11-16T22:06:16+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=5ddec1365c1594b2a5e13383ed6acefb5098947d'/>
<id>5ddec1365c1594b2a5e13383ed6acefb5098947d</id>
<content type='text'>
* lisp/dired-aux.el (dired-dwim-target-next): Add arg ALL-FRAMES.
(dired-dwim-target-next-visible): New function.

* doc/emacs/dired.texi (Operating on Files): Describe function value
of dired-dwim-target.  (Bug#35385)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* lisp/dired-aux.el (dired-dwim-target-next): Add arg ALL-FRAMES.
(dired-dwim-target-next-visible): New function.

* doc/emacs/dired.texi (Operating on Files): Describe function value
of dired-dwim-target.  (Bug#35385)
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix display of R2L text</title>
<updated>2019-11-16T19:37:41+00:00</updated>
<author>
<name>Eli Zaretskii</name>
</author>
<published>2019-11-16T19:37:41+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=99271ea8de589f2ca5475ab02393c424295ff1f2'/>
<id>99271ea8de589f2ca5475ab02393c424295ff1f2</id>
<content type='text'>
* src/xdisp.c (extend_face_to_end_of_line): Fix padding of R2L
screen lines with stretch glyph on the left.  (Bug#38233)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* src/xdisp.c (extend_face_to_end_of_line): Fix padding of R2L
screen lines with stretch glyph on the left.  (Bug#38233)
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix moving files with duplicate names to trash-can</title>
<updated>2019-11-16T12:54:19+00:00</updated>
<author>
<name>Shingo Tanaka</name>
</author>
<published>2019-10-25T13:59:28+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=a6a9b3061f90313dfc58e3aa85d60c0a966b50dd'/>
<id>a6a9b3061f90313dfc58e3aa85d60c0a966b50dd</id>
<content type='text'>
* lisp/files.el (move-file-to-trash): Fix file name in
trash-can when another deleted file under the same name is
already stored there.  (Bug#37922)

Copyright-paperwork-exempt: yes.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* lisp/files.el (move-file-to-trash): Fix file name in
trash-can when another deleted file under the same name is
already stored there.  (Bug#37922)

Copyright-paperwork-exempt: yes.
</pre>
</div>
</content>
</entry>
<entry>
<title>Do not report move frame events for tooltip frames (Bug#38213)</title>
<updated>2019-11-16T08:04:53+00:00</updated>
<author>
<name>Martin Rudalics</name>
</author>
<published>2019-11-16T08:04:53+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=d8f03d82760107115bcc63a461b78a53fdd2882b'/>
<id>d8f03d82760107115bcc63a461b78a53fdd2882b</id>
<content type='text'>
* src/w32term.c (w32_read_socket):
* src/xterm.c (handle_one_xevent): Do not report move frame events
for tooltip frames (Bug#38213).
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* src/w32term.c (w32_read_socket):
* src/xterm.c (handle_one_xevent): Do not report move frame events
for tooltip frames (Bug#38213).
</pre>
</div>
</content>
</entry>
<entry>
<title>tex-mode: paragraph separator groups text and comments</title>
<updated>2019-11-16T07:15:48+00:00</updated>
<author>
<name>Michael Orlitzky</name>
</author>
<published>2019-11-16T07:15:48+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=d03915650e110b0241d44f8283d665506455aed6'/>
<id>d03915650e110b0241d44f8283d665506455aed6</id>
<content type='text'>
* lisp/textmodes/tex-mode.el (latex-mode): Don't wrap text with
leading spaces into preceding comments (bug#38152).

Copyright-paperwork-exempt: yes
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* lisp/textmodes/tex-mode.el (latex-mode): Don't wrap text with
leading spaces into preceding comments (bug#38152).

Copyright-paperwork-exempt: yes
</pre>
</div>
</content>
</entry>
<entry>
<title>Don't move point on undefined keystrokes in the article buffer</title>
<updated>2019-11-16T05:11:56+00:00</updated>
<author>
<name>Lars Ingebrigtsen</name>
</author>
<published>2019-11-16T05:11:56+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=246f050ab4ba0ec9b12f03ddfa7ee3f74030f850'/>
<id>246f050ab4ba0ec9b12f03ddfa7ee3f74030f850</id>
<content type='text'>
* lisp/gnus/gnus-art.el (gnus-article-read-summary-keys): Don't
move point on undefined commands (bug#38227).
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* lisp/gnus/gnus-art.el (gnus-article-read-summary-keys): Don't
move point on undefined commands (bug#38227).
</pre>
</div>
</content>
</entry>
</feed>
