<feed xmlns='http://www.w3.org/2005/Atom'>
<title>emacs, branch master-android-1</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 generation of defvars defined by easy-mmode and company in loaddefs.el</title>
<updated>2025-08-14T11:33:09+00:00</updated>
<author>
<name>Po Lu</name>
</author>
<published>2025-08-14T11:33:09+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=f2608bd1d7c9e1a27454859d11396effd3e4325b'/>
<id>f2608bd1d7c9e1a27454859d11396effd3e4325b</id>
<content type='text'>
* lisp/emacs-lisp/loaddefs-gen.el
(loaddefs-generate--make-autoload): Restore previously existing
conditions for recursing on macroexpansions when processing
easy-mmode and related macros.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* lisp/emacs-lisp/loaddefs-gen.el
(loaddefs-generate--make-autoload): Restore previously existing
conditions for recursing on macroexpansions when processing
easy-mmode and related macros.
</pre>
</div>
</content>
</entry>
<entry>
<title>; * lisp/completion-preview.el: Fix race condition.</title>
<updated>2025-08-13T19:48:18+00:00</updated>
<author>
<name>Eshel Yaron</name>
</author>
<published>2025-08-13T19:48:18+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=9351fad650e4952f9ff1d8fc951957a283802f5e'/>
<id>9351fad650e4952f9ff1d8fc951957a283802f5e</id>
<content type='text'>
* lisp/completion-preview.el (completion-preview--update):
Bind 'inhibit-quit' to non-nil around completion preview
overlay initialization.  This binding prevents the
surrounding 'while-no-input' from interrupting the overlay
initialization, which yields an inconsistent state wherein
the overlay is visible but completion-preview-active-mode
wasn't enabled.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* lisp/completion-preview.el (completion-preview--update):
Bind 'inhibit-quit' to non-nil around completion preview
overlay initialization.  This binding prevents the
surrounding 'while-no-input' from interrupting the overlay
initialization, which yields an inconsistent state wherein
the overlay is visible but completion-preview-active-mode
wasn't enabled.
</pre>
</div>
</content>
</entry>
<entry>
<title>Limit size of Tramp debug buffer</title>
<updated>2025-08-13T15:33:37+00:00</updated>
<author>
<name>Michael Albinus</name>
</author>
<published>2025-08-13T15:33:37+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=7856dd557a76a73d44c9ae13fbe13f09becf5841'/>
<id>7856dd557a76a73d44c9ae13fbe13f09becf5841</id>
<content type='text'>
* doc/misc/tramp.texi (Traces and Profiles): Add
tramp-debug-buffer-limit to index.  Describe it.

* lisp/net/tramp-message.el (tramp-debug-buffer-limit): New defcustom.
(tramp-debug-message): Use it.  (Bug#79182)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* doc/misc/tramp.texi (Traces and Profiles): Add
tramp-debug-buffer-limit to index.  Describe it.

* lisp/net/tramp-message.el (tramp-debug-buffer-limit): New defcustom.
(tramp-debug-message): Use it.  (Bug#79182)
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix file notification problem on Windows.</title>
<updated>2025-08-12T20:05:44+00:00</updated>
<author>
<name>Michael Albinus</name>
</author>
<published>2025-08-12T20:05:44+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=40e4394f87909f5d6c94d59cf3aced9bc65fa32a'/>
<id>40e4394f87909f5d6c94d59cf3aced9bc65fa32a</id>
<content type='text'>
* src/inotify.c (inotify_callback): Set event.frame_or_window to Qnil.

* src/keyboard.c (make_lispy_event): Make a better check for the
HAVE_W32NOTIFY case when creating a Qfile_notify event.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* src/inotify.c (inotify_callback): Set event.frame_or_window to Qnil.

* src/keyboard.c (make_lispy_event): Make a better check for the
HAVE_W32NOTIFY case when creating a Qfile_notify event.
</pre>
</div>
</content>
</entry>
<entry>
<title>vc-test--other-working-trees: Export env vars so Git finds an author</title>
<updated>2025-08-12T19:35:49+00:00</updated>
<author>
<name>Sean Whitton</name>
</author>
<published>2025-08-12T19:35:49+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=bb1c737531c8d2e78a77b29ddd2db5b89c9c6810'/>
<id>bb1c737531c8d2e78a77b29ddd2db5b89c9c6810</id>
<content type='text'>
* test/lisp/vc/vc-tests/vc-tests.el
(vc-test--with-author-identity): New macro, factored out of
vc-test--version-diff.
(vc-test--version-diff, vc-test--other-working-trees): Use it.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* test/lisp/vc/vc-tests/vc-tests.el
(vc-test--with-author-identity): New macro, factored out of
vc-test--version-diff.
(vc-test--version-diff, vc-test--other-working-trees): Use it.
</pre>
</div>
</content>
</entry>
<entry>
<title>* lisp/vc/vc-hg.el (vc-hg-checkin): Pass '-A' to 'hg commit'.</title>
<updated>2025-08-12T19:27:09+00:00</updated>
<author>
<name>Sean Whitton</name>
</author>
<published>2025-08-12T19:26:18+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=e48592ef3bc0734bcc4655cc3863f35a30e14437'/>
<id>e48592ef3bc0734bcc4655cc3863f35a30e14437</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>; Fix documentation of a recent commit</title>
<updated>2025-08-12T18:25:56+00:00</updated>
<author>
<name>Eli Zaretskii</name>
</author>
<published>2025-08-12T18:25:56+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=56bfd63bb8dd73d3cd552f3a663bd7e9c33f3ab9'/>
<id>56bfd63bb8dd73d3cd552f3a663bd7e9c33f3ab9</id>
<content type='text'>
* lisp/tab-line.el (tab-line-tabs-window-buffers-filter-function):
Fix wording of option value :tags.
(tab-line-tabs-non-excluded): Doc fix.  (Bug#79159)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* lisp/tab-line.el (tab-line-tabs-window-buffers-filter-function):
Fix wording of option value :tags.
(tab-line-tabs-non-excluded): Doc fix.  (Bug#79159)
</pre>
</div>
</content>
</entry>
<entry>
<title>* lisp/tab-bar.el: Revert caching in 'tab-bar-format-align-right'.</title>
<updated>2025-08-12T17:49:02+00:00</updated>
<author>
<name>Juri Linkov</name>
</author>
<published>2025-08-12T17:49:02+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=d487591edb9652e1ae5effe384f46b6485993761'/>
<id>d487591edb9652e1ae5effe384f46b6485993761</id>
<content type='text'>
(tab-bar--align-right-cache): Remove variable.
(tab-bar-format-align-right): Remove uses of
'tab-bar--align-right-cache' (bug#79141).
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
(tab-bar--align-right-cache): Remove variable.
(tab-bar-format-align-right): Remove uses of
'tab-bar--align-right-cache' (bug#79141).
</pre>
</div>
</content>
</entry>
<entry>
<title>tab-line: Allow to hide excluded buffers in the tab line. (Bug#79159)</title>
<updated>2025-08-12T17:30:37+00:00</updated>
<author>
<name>Elías Gabriel Pérez</name>
</author>
<published>2025-08-02T02:14:59+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=8f08cb386efa989d75d10b95b26999b8ff38cb72'/>
<id>8f08cb386efa989d75d10b95b26999b8ff38cb72</id>
<content type='text'>
* etc/NEWS: Announce changes.
* lisp/tab-line.el (tab-line-tabs-window-buffers-filter-function):
New user option.
(tab-line-tabs-non-excluded): New function.
(tab-line-tabs-window-buffers): Update.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* etc/NEWS: Announce changes.
* lisp/tab-line.el (tab-line-tabs-window-buffers-filter-function):
New user option.
(tab-line-tabs-non-excluded): New function.
(tab-line-tabs-window-buffers): Update.
</pre>
</div>
</content>
</entry>
<entry>
<title>vc-buffer-sync-fileset: Optimization when NOT-ESSENTIAL is non-nil</title>
<updated>2025-08-12T15:01:12+00:00</updated>
<author>
<name>Sean Whitton</name>
</author>
<published>2025-08-12T15:01:12+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=c75c95ad58a0d20130407a254d43c165eb1ab6a8'/>
<id>c75c95ad58a0d20130407a254d43c165eb1ab6a8</id>
<content type='text'>
* lisp/vc/vc.el (vc-buffer-sync-fileset): When NOT-ESSENTIAL is
non-nil, use string-prefix-p instead of file-in-directory-p
(bug#79137).
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* lisp/vc/vc.el (vc-buffer-sync-fileset): When NOT-ESSENTIAL is
non-nil, use string-prefix-p instead of file-in-directory-p
(bug#79137).
</pre>
</div>
</content>
</entry>
</feed>
