<feed xmlns='http://www.w3.org/2005/Atom'>
<title>emacs, branch feature/bug-reference-setup</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>bug-reference-setup</title>
<updated>2020-06-17T16:53:13+00:00</updated>
<author>
<name>Tassilo Horn</name>
</author>
<published>2020-06-11T15:02:02+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=6dd702a7b62a26f9aeefd045cc99ff6ed0882ec9'/>
<id>6dd702a7b62a26f9aeefd045cc99ff6ed0882ec9</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>* lisp/dired-aux.el (dired-vc-deduce-fileset): Add autoload cookie.</title>
<updated>2020-06-16T23:18:11+00:00</updated>
<author>
<name>Juri Linkov</name>
</author>
<published>2020-06-16T23:18:11+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=9682aa2f2493c89af1894ad2d52543d57f4958a5'/>
<id>9682aa2f2493c89af1894ad2d52543d57f4958a5</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Bump the project.el package version</title>
<updated>2020-06-16T22:27:37+00:00</updated>
<author>
<name>Dmitry Gutov</name>
</author>
<published>2020-06-16T22:27:37+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=3bff583337153371ac41a92713377ffe8e3dd376'/>
<id>3bff583337153371ac41a92713377ffe8e3dd376</id>
<content type='text'>
* lisp/progmodes/project.el: Bump the package version.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* lisp/progmodes/project.el: Bump the package version.
</pre>
</div>
</content>
</entry>
<entry>
<title>Change the key for project-find-regexp</title>
<updated>2020-06-16T22:24:40+00:00</updated>
<author>
<name>Dmitry Gutov</name>
</author>
<published>2020-06-16T22:24:01+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=1d2c0a25274263acc06533b5b3c0e3cf01b303ea'/>
<id>1d2c0a25274263acc06533b5b3c0e3cf01b303ea</id>
<content type='text'>
* lisp/progmodes/project.el (project-switch-commands):
Change the key for 'project-find-regexp' to 'g', which seems to be
the consensus.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* lisp/progmodes/project.el (project-switch-commands):
Change the key for 'project-find-regexp' to 'g', which seems to be
the consensus.
</pre>
</div>
</content>
</entry>
<entry>
<title>Make project file name completion adhere to customization</title>
<updated>2020-06-16T22:24:40+00:00</updated>
<author>
<name>Dmitry Gutov</name>
</author>
<published>2020-06-16T21:50:31+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=6e777a66397659de5e0e15067b440fd7013a2796'/>
<id>6e777a66397659de5e0e15067b440fd7013a2796</id>
<content type='text'>
* lisp/progmodes/project.el (project-find-file-in):
Bind completion-ignore-case to the value of
read-file-name-completion-ignore-case (bug#41902).
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* lisp/progmodes/project.el (project-find-file-in):
Bind completion-ignore-case to the value of
read-file-name-completion-ignore-case (bug#41902).
</pre>
</div>
</content>
</entry>
<entry>
<title>gnus-cloud: Improve cloud sync</title>
<updated>2020-06-16T18:10:52+00:00</updated>
<author>
<name>David Edmondson</name>
</author>
<published>2020-03-28T19:03:58+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=a77ac015b3fecc4a63ae42712b693e3158fc5452'/>
<id>a77ac015b3fecc4a63ae42712b693e3158fc5452</id>
<content type='text'>
After replaying a set of actions downloaded by gnus-cloud, persist the
highest sequence number seen as the local `gnus-cloud-sequence'
number, in order that a future download will not unnecessarily replay
previously seen actions and any future uploads from this emacs
instance use a higher sequence number than that downloaded.

Remove the test on whether individual newsrc entries are older than
the current time, as that is always going to be the case.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
After replaying a set of actions downloaded by gnus-cloud, persist the
highest sequence number seen as the local `gnus-cloud-sequence'
number, in order that a future download will not unnecessarily replay
previously seen actions and any future uploads from this emacs
instance use a higher sequence number than that downloaded.

Remove the test on whether individual newsrc entries are older than
the current time, as that is always going to be the case.
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix some Tramp problems seen during tests</title>
<updated>2020-06-15T14:24:22+00:00</updated>
<author>
<name>Michael Albinus</name>
</author>
<published>2020-06-15T14:24:22+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=4503dcf635aae4d40024267d373332bab588009f'/>
<id>4503dcf635aae4d40024267d373332bab588009f</id>
<content type='text'>
* lisp/net/tramp-crypt.el (tramp-crypt-file-name-handler-alist):
Add `access-file'.
(tramp-crypt-file-name-for-operation): Rewrite.  Take second
argument into account.
(tramp-crypt-file-name-handler): Use it.
(tramp-crypt-send-command): Set buffer multibyte (but utf8 files
still don't work).
(tramp-crypt-handle-access-file): New defun.
(tramp-crypt-do-copy-or-rename-file): Short track if both files
are on a crypted remote dir.

* lisp/net/tramp.el (file-notify-rm-watch): Declare.
(tramp-inhibit-progress-reporter): New defvar.
(tramp-message): Display message only if not suppressed by
progress reporter.
(with-tramp-progress-reporter): Suppress concurrent progress
reporter messages.
(tramp-file-notify-process-sentinel): Simplify.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* lisp/net/tramp-crypt.el (tramp-crypt-file-name-handler-alist):
Add `access-file'.
(tramp-crypt-file-name-for-operation): Rewrite.  Take second
argument into account.
(tramp-crypt-file-name-handler): Use it.
(tramp-crypt-send-command): Set buffer multibyte (but utf8 files
still don't work).
(tramp-crypt-handle-access-file): New defun.
(tramp-crypt-do-copy-or-rename-file): Short track if both files
are on a crypted remote dir.

* lisp/net/tramp.el (file-notify-rm-watch): Declare.
(tramp-inhibit-progress-reporter): New defvar.
(tramp-message): Display message only if not suppressed by
progress reporter.
(with-tramp-progress-reporter): Suppress concurrent progress
reporter messages.
(tramp-file-notify-process-sentinel): Simplify.
</pre>
</div>
</content>
</entry>
<entry>
<title>Use vc-git-repository-url in vc-git-dir-extra-headers</title>
<updated>2020-06-15T07:07:12+00:00</updated>
<author>
<name>Tassilo Horn</name>
</author>
<published>2020-06-15T07:07:12+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=1507d61ebc5b572f6c9173ce9d76de379d919a94'/>
<id>1507d61ebc5b572f6c9173ce9d76de379d919a94</id>
<content type='text'>
* lisp/vc/vc-git.el (vc-git-dir-extra-headers): Use
vc-git-repository-url for getting the remote's URL.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* lisp/vc/vc-git.el (vc-git-dir-extra-headers): Use
vc-git-repository-url for getting the remote's URL.
</pre>
</div>
</content>
</entry>
<entry>
<title>Add optional remote-name argument to VC repository-url command</title>
<updated>2020-06-15T06:56:11+00:00</updated>
<author>
<name>Tassilo Horn</name>
</author>
<published>2020-06-15T06:56:11+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=2e80328ba683e6205cd65bd3fb69da2563183e66'/>
<id>2e80328ba683e6205cd65bd3fb69da2563183e66</id>
<content type='text'>
* lisp/vc/vc.el: Document new remote-name argument of VC
repository-url command.
* lisp/vc/vc-git.el (vc-git-repository-url): Add and use new arg.
* lisp/vc/vc-hg.el (vc-hg-repository-url): Add and use new arg.
* lisp/vc/vc-bzr.el (vc-bzr-repository-url): Add new arg but ignore
it.
* lisp/vc/vc-svn.el (vc-svn-repository-url): Add new arg but ignore
it.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* lisp/vc/vc.el: Document new remote-name argument of VC
repository-url command.
* lisp/vc/vc-git.el (vc-git-repository-url): Add and use new arg.
* lisp/vc/vc-hg.el (vc-hg-repository-url): Add and use new arg.
* lisp/vc/vc-bzr.el (vc-bzr-repository-url): Add new arg but ignore
it.
* lisp/vc/vc-svn.el (vc-svn-repository-url): Add new arg but ignore
it.
</pre>
</div>
</content>
</entry>
<entry>
<title>Add new VC command `repository-url'</title>
<updated>2020-06-14T19:37:26+00:00</updated>
<author>
<name>Tassilo Horn</name>
</author>
<published>2020-06-14T16:24:14+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=4f92cf14f395577572d451c0488ade952bc3cbaa'/>
<id>4f92cf14f395577572d451c0488ade952bc3cbaa</id>
<content type='text'>
* lisp/vc/vc.el: Document repository-url command.
* lisp/vc/vc-bzr.el (vc-bzr-repository-url): New defun.
* lisp/vc/vc-git.el (vc-git-repository-url): New defun.
* lisp/vc/vc-hg.el (vc-hg-repository-url): New defun.
* lisp/vc/vc-svn.el (vc-svn-repository-url): New defun.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* lisp/vc/vc.el: Document repository-url command.
* lisp/vc/vc-bzr.el (vc-bzr-repository-url): New defun.
* lisp/vc/vc-git.el (vc-git-repository-url): New defun.
* lisp/vc/vc-hg.el (vc-hg-repository-url): New defun.
* lisp/vc/vc-svn.el (vc-svn-repository-url): New defun.
</pre>
</div>
</content>
</entry>
</feed>
