<feed xmlns='http://www.w3.org/2005/Atom'>
<title>emacs/lisp/vc, branch feature/delsel-replace</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>vc-log-show-limit: Change default to 500, and the button to 4X</title>
<updated>2026-02-14T00:52:52+00:00</updated>
<author>
<name>Dmitry Gutov</name>
</author>
<published>2026-02-14T00:46:32+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=a937396e7626a2a217e747aa1320d669f2323032'/>
<id>a937396e7626a2a217e747aa1320d669f2323032</id>
<content type='text'>
* lisp/vc/vc.el (vc-log-show-limit):
Change the default to 500 (bug#80037).
(vc-print-log-setup-buttons): Have the first button prompt and
propose 4X the current limit as the default.
(vc-print-fileset-branch-log):
Update the reference to the changed button text.

* lisp/vc/log-view.el (log-view-end-of-defun-1): Same.

* doc/emacs/maintaining.texi (VC Change Log): Also here.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* lisp/vc/vc.el (vc-log-show-limit):
Change the default to 500 (bug#80037).
(vc-print-log-setup-buttons): Have the first button prompt and
propose 4X the current limit as the default.
(vc-print-fileset-branch-log):
Update the reference to the changed button text.

* lisp/vc/log-view.el (log-view-end-of-defun-1): Same.

* doc/emacs/maintaining.texi (VC Change Log): Also here.
</pre>
</div>
</content>
</entry>
<entry>
<title>Autoload 'diff-no-select'</title>
<updated>2026-02-13T18:53:12+00:00</updated>
<author>
<name>Philip Kaludercic</name>
</author>
<published>2026-02-08T18:08:46+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=7470151179bb65e162bf25e574cad09241ad7d8c'/>
<id>7470151179bb65e162bf25e574cad09241ad7d8c</id>
<content type='text'>
* lisp/emacs-lisp/package.el (package-review): Remove
unnecessary 'require'.
* lisp/eshell/em-unix.el: Remove declaration.
* lisp/files.el (save-some-buffers-action-alist): Remove
unnecessary 'require'.
* lisp/vc/diff.el (diff-no-select): Autoload it.

(Bug#80288)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* lisp/emacs-lisp/package.el (package-review): Remove
unnecessary 'require'.
* lisp/eshell/em-unix.el: Remove declaration.
* lisp/files.el (save-some-buffers-action-alist): Remove
unnecessary 'require'.
* lisp/vc/diff.el (diff-no-select): Autoload it.

(Bug#80288)
</pre>
</div>
</content>
</entry>
<entry>
<title>; vc-git-topic-outgoing-base: Preparatory refactoring.</title>
<updated>2026-02-13T13:37:22+00:00</updated>
<author>
<name>Sean Whitton</name>
</author>
<published>2026-02-13T13:37:22+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=85dc3d882d2749ff5249491a9ff5b021f92036b2'/>
<id>85dc3d882d2749ff5249491a9ff5b021f92036b2</id>
<content type='text'>
No intentional functional change.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
No intentional functional change.
</pre>
</div>
</content>
</entry>
<entry>
<title>vc-git--deduce-files-for-stash: Use file-relative-name (bug#80278)</title>
<updated>2026-02-10T11:46:25+00:00</updated>
<author>
<name>Sean Whitton</name>
</author>
<published>2026-02-10T11:46:25+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=f2b81c38c2365507ad0b579fed4fd918117c3f00'/>
<id>f2b81c38c2365507ad0b579fed4fd918117c3f00</id>
<content type='text'>
* lisp/vc/vc-git.el (vc-git--deduce-files-for-stash): Use
file-relative-name (bug#80278).
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* lisp/vc/vc-git.el (vc-git--deduce-files-for-stash): Use
file-relative-name (bug#80278).
</pre>
</div>
</content>
</entry>
<entry>
<title>Separate input histories for 'C-x v !' and Git pulling &amp; pushing</title>
<updated>2026-02-06T14:06:36+00:00</updated>
<author>
<name>Sean Whitton</name>
</author>
<published>2026-02-06T14:06:36+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=c6e550c24eb25a72cdef2d691649a3754feb75d8'/>
<id>c6e550c24eb25a72cdef2d691649a3754feb75d8</id>
<content type='text'>
* lisp/vc/vc-dispatcher.el (vc-user-edit-command-history): Use
this as a dynamically bound variable, not a minibuffer history.
(vc-user-edit-command): Pass its value to read-shell-command.
* lisp/vc/vc-git.el (vc-git--pushpull):
* lisp/vc/vc.el (vc-edit-next-command): Bind it.
(vc-edit-next-command-history): New variable.
* etc/NEWS: Document the change.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* lisp/vc/vc-dispatcher.el (vc-user-edit-command-history): Use
this as a dynamically bound variable, not a minibuffer history.
(vc-user-edit-command): Pass its value to read-shell-command.
* lisp/vc/vc-git.el (vc-git--pushpull):
* lisp/vc/vc.el (vc-edit-next-command): Bind it.
(vc-edit-next-command-history): New variable.
* etc/NEWS: Document the change.
</pre>
</div>
</content>
</entry>
<entry>
<title>; diff--revert-kill-hunks: Hoist binding inhibit-read-only.</title>
<updated>2026-02-05T12:24:05+00:00</updated>
<author>
<name>Sean Whitton</name>
</author>
<published>2026-02-05T12:24:05+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=a06cddec20d79b92a11172c201fa8cec54a28ffb'/>
<id>a06cddec20d79b92a11172c201fa8cec54a28ffb</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>vc-git--mailinfo: Use file-local-name (bug#80295, bug#80320)</title>
<updated>2026-02-05T12:11:53+00:00</updated>
<author>
<name>Visuwesh</name>
</author>
<published>2026-02-05T12:11:53+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=e2f9e6ba7dc9094d54ace1dc125f73c05b6abc5e'/>
<id>e2f9e6ba7dc9094d54ace1dc125f73c05b6abc5e</id>
<content type='text'>
* lisp/vc/vc-git.el (vc-git--mailinfo):
Use file-local-name (bug#80295, bug#80320).
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* lisp/vc/vc-git.el (vc-git--mailinfo):
Use file-local-name (bug#80295, bug#80320).
</pre>
</div>
</content>
</entry>
<entry>
<title>New minibuffer history for vc-user-edit-command (bug#80169)</title>
<updated>2026-02-05T12:01:43+00:00</updated>
<author>
<name>Protesilaos Stavrou</name>
</author>
<published>2026-01-10T06:13:12+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=dda572a2fad925d72fa19ee5724472d490d6cdb5'/>
<id>dda572a2fad925d72fa19ee5724472d490d6cdb5</id>
<content type='text'>
* lisp/vc/vc-dispatcher.el (vc-user-edit-command-history): New variable.
(vc-user-edit-command): Use it (bug#80169).
* etc/NEWS: Announce it.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* lisp/vc/vc-dispatcher.el (vc-user-edit-command-history): New variable.
(vc-user-edit-command): Use it (bug#80169).
* etc/NEWS: Announce it.
</pre>
</div>
</content>
</entry>
<entry>
<title>Bind "u", "@" in diff-mode-read-only-map, not diff-mode-shared-map</title>
<updated>2026-02-05T11:49:28+00:00</updated>
<author>
<name>Sean Whitton</name>
</author>
<published>2026-02-05T11:49:28+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=10aa35bab7d624fed2b267fc48ebb05e839da57c'/>
<id>10aa35bab7d624fed2b267fc48ebb05e839da57c</id>
<content type='text'>
* lisp/vc/diff-mode.el (diff-mode-shared-map): Move bindings for
"u" and "@" from here ...
(diff-mode-read-only-map): ... to here.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* lisp/vc/diff-mode.el (diff-mode-shared-map): Move bindings for
"u" and "@" from here ...
(diff-mode-read-only-map): ... to here.
</pre>
</div>
</content>
</entry>
<entry>
<title>; Improve outgoing base command docstrings.</title>
<updated>2026-02-05T11:46:01+00:00</updated>
<author>
<name>Sean Whitton</name>
</author>
<published>2026-02-05T11:46:01+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=ccee1c0de6eb283482ab6fbcdff6043863edfa82'/>
<id>ccee1c0de6eb283482ab6fbcdff6043863edfa82</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
