<feed xmlns='http://www.w3.org/2005/Atom'>
<title>emacs, branch fix/bug-34657-erc-hooks</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>erc: Rename abnormal hooks to use "-functions" suffix (bug 34657)</title>
<updated>2019-02-26T11:12:23+00:00</updated>
<author>
<name>Phil Sainty</name>
</author>
<published>2019-02-26T10:17:51+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=594fd343b0368eeed7d40195b23eb2f47170b5b1'/>
<id>594fd343b0368eeed7d40195b23eb2f47170b5b1</id>
<content type='text'>
* lisp/erc/erc.el (erc-before-connect, erc-after-connect):
Now obsolete aliases.  All uses changed.
(erc-before-connect-functions, erc-after-connect-functions):
New names with the standard suffix for abnormal hooks.

* etc/NEWS: Mention the changes.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* lisp/erc/erc.el (erc-before-connect, erc-after-connect):
Now obsolete aliases.  All uses changed.
(erc-before-connect-functions, erc-after-connect-functions):
New names with the standard suffix for abnormal hooks.

* etc/NEWS: Mention the changes.
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix mod-test build failure</title>
<updated>2019-02-26T01:45:10+00:00</updated>
<author>
<name>Paul Eggert</name>
</author>
<published>2019-02-26T01:44:46+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=2f7885a4b3609dec19e4595c6c24f3a21f33c5d6'/>
<id>2f7885a4b3609dec19e4595c6c24f3a21f33c5d6</id>
<content type='text'>
Problem reported by Glenn Morris in:
https://lists.gnu.org/r/emacs-devel/2019-02/msg00739.html
* test/Makefile.in (HYBRID_MALLOC, LIBEGNU_ARCHIVE):
New macros, taken from ../src/Makefile.in.
(MODULE_CFLAGS): Add -I$(srcdir)/../lib.
($(test_module)): Link $(LIBEGNU_ARCHIVE) too.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Problem reported by Glenn Morris in:
https://lists.gnu.org/r/emacs-devel/2019-02/msg00739.html
* test/Makefile.in (HYBRID_MALLOC, LIBEGNU_ARCHIVE):
New macros, taken from ../src/Makefile.in.
(MODULE_CFLAGS): Add -I$(srcdir)/../lib.
($(test_module)): Link $(LIBEGNU_ARCHIVE) too.
</pre>
</div>
</content>
</entry>
<entry>
<title>* lisp/vc/diff-mode.el (diff-font-lock-keywords): Add more Git headers.</title>
<updated>2019-02-25T21:27:47+00:00</updated>
<author>
<name>Juri Linkov</name>
</author>
<published>2019-02-25T21:27:47+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=e0668e6871006a4ce8cbd769b67b2603b99336a2'/>
<id>e0668e6871006a4ce8cbd769b67b2603b99336a2</id>
<content type='text'>
* lisp/gnus/mm-view.el (mm-display-inline-fontify): Set mode to
the selected major-mode, so diff-mode could be detected afterwards.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* lisp/gnus/mm-view.el (mm-display-inline-fontify): Set mode to
the selected major-mode, so diff-mode could be detected afterwards.
</pre>
</div>
</content>
</entry>
<entry>
<title>* lisp/frame.el (make-frame-on-monitor): New command.  (Bug#34516)</title>
<updated>2019-02-25T21:11:34+00:00</updated>
<author>
<name>Juri Linkov</name>
</author>
<published>2019-02-25T21:11:34+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=57d2f24005a2e553fa8225eaff8465e5fad06d46'/>
<id>57d2f24005a2e553fa8225eaff8465e5fad06d46</id>
<content type='text'>
(make-frame-on-display): Add completion on available display names.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
(make-frame-on-display): Add completion on available display names.
</pre>
</div>
</content>
</entry>
<entry>
<title>; Fixup docs for replace-{buffer,region}-contents</title>
<updated>2019-02-25T20:07:24+00:00</updated>
<author>
<name>Tassilo Horn</name>
</author>
<published>2019-02-25T20:07:24+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=e73adad8371fd7ea4696908af00cbe1675708322'/>
<id>e73adad8371fd7ea4696908af00cbe1675708322</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>; Delete unused variable replace-buffer-contents-max-secs</title>
<updated>2019-02-25T19:57:25+00:00</updated>
<author>
<name>Tassilo Horn</name>
</author>
<published>2019-02-25T19:57:25+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=3ec62eecdf693c9cad588866dd40f7e8b67d6287'/>
<id>3ec62eecdf693c9cad588866dd40f7e8b67d6287</id>
<content type='text'>
This variable is a leftover of my now deleted
scratch/replace-region-contents branch and has never been used in
master.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This variable is a leftover of my now deleted
scratch/replace-region-contents branch and has never been used in
master.
</pre>
</div>
</content>
</entry>
<entry>
<title>format-time-string: document new '+' flag</title>
<updated>2019-02-25T19:34:43+00:00</updated>
<author>
<name>Paul Eggert</name>
</author>
<published>2019-02-25T19:33:51+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=e3bb6f90e999a6d71537806573c48b9ceb3fb413'/>
<id>e3bb6f90e999a6d71537806573c48b9ceb3fb413</id>
<content type='text'>
* doc/lispref/os.texi (Time Parsing), etc/NEWS:
* src/timefns.c (Fformat_time_string): Document the new
behavior, added for compatibility with POSIX.1-2017.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* doc/lispref/os.texi (Time Parsing), etc/NEWS:
* src/timefns.c (Fformat_time_string): Document the new
behavior, added for compatibility with POSIX.1-2017.
</pre>
</div>
</content>
</entry>
<entry>
<title>Update from Gnulib</title>
<updated>2019-02-25T16:27:40+00:00</updated>
<author>
<name>Paul Eggert</name>
</author>
<published>2019-02-25T16:26:49+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=0d49078ad80f54b810180a071e2b6b4bcc024851'/>
<id>0d49078ad80f54b810180a071e2b6b4bcc024851</id>
<content type='text'>
This incorporates:
2019-02-24 nstrftime: support the ‘+’ flag
2019-02-24 stat, lstat: fix conflict with relocatable-prog-wrapper
2019-02-23 nstrftime: tweak arg order
2019-02-21 nstrftime: merge glibc strftime changes
2019-02-02 vla: add commentary about VLA_ELEMS
* build-aux/config.guess, doc/misc/texinfo.tex, lib/fstatat.c:
* lib/lstat.c, lib/nstrftime.c, lib/vla.h:
Copy from Gnulib.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This incorporates:
2019-02-24 nstrftime: support the ‘+’ flag
2019-02-24 stat, lstat: fix conflict with relocatable-prog-wrapper
2019-02-23 nstrftime: tweak arg order
2019-02-21 nstrftime: merge glibc strftime changes
2019-02-02 vla: add commentary about VLA_ELEMS
* build-aux/config.guess, doc/misc/texinfo.tex, lib/fstatat.c:
* lib/lstat.c, lib/nstrftime.c, lib/vla.h:
Copy from Gnulib.
</pre>
</div>
</content>
</entry>
<entry>
<title>Adapt hooks in Tramp</title>
<updated>2019-02-25T10:59:52+00:00</updated>
<author>
<name>Michael Albinus</name>
</author>
<published>2019-02-25T10:59:52+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=cedc3410d4feab7b4beeef3eab474fbabad4035c'/>
<id>cedc3410d4feab7b4beeef3eab474fbabad4035c</id>
<content type='text'>
* lisp/net/tramp-archive.el (tramp-archive-cleanup-hash):
Remove autoload cookie.
(tramp-cleanup-all-connections-hook): Add `tramp-archive-cleanup-hash'.

* lisp/net/tramp-cmds.el (tramp-cleanup-connection-hook)
(tramp-cleanup-all-connections-hook): New hook variables.
(tramp-cleanup-connection): Set `tramp-current-connection' always
to nil.
(tramp-cleanup-connection): Do not call `tramp-recentf-cleanup'.
Run ´tramp-cleanup-connection-hook`.
(tramp-cleanup-all-connections): Do not call
`tramp-archive-cleanup-hash' and ´tramp-recentf-cleanup'.  Run
`tramp-cleanup-all-connections-hook'.

* lisp/net/tramp-ftp.el (top): Simply call `tramp-disable-ange-ftp'.

* lisp/net/tramp-integration.el (tramp-recentf-cleanup-all): New defun.
(top): Adapt `tramp-integration-unload-hook',
`tramp-cleanup-connection-hook' and
`tramp-cleanup-all-connections-hook'.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* lisp/net/tramp-archive.el (tramp-archive-cleanup-hash):
Remove autoload cookie.
(tramp-cleanup-all-connections-hook): Add `tramp-archive-cleanup-hash'.

* lisp/net/tramp-cmds.el (tramp-cleanup-connection-hook)
(tramp-cleanup-all-connections-hook): New hook variables.
(tramp-cleanup-connection): Set `tramp-current-connection' always
to nil.
(tramp-cleanup-connection): Do not call `tramp-recentf-cleanup'.
Run ´tramp-cleanup-connection-hook`.
(tramp-cleanup-all-connections): Do not call
`tramp-archive-cleanup-hash' and ´tramp-recentf-cleanup'.  Run
`tramp-cleanup-all-connections-hook'.

* lisp/net/tramp-ftp.el (top): Simply call `tramp-disable-ange-ftp'.

* lisp/net/tramp-integration.el (tramp-recentf-cleanup-all): New defun.
(top): Adapt `tramp-integration-unload-hook',
`tramp-cleanup-connection-hook' and
`tramp-cleanup-all-connections-hook'.
</pre>
</div>
</content>
</entry>
<entry>
<title>* lisp/comint.el (comint-skip-input): Set inhibit-read-only to t</title>
<updated>2019-02-25T01:10:36+00:00</updated>
<author>
<name>Alex Branham</name>
</author>
<published>2019-02-23T13:35:01+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=6a3b1aaa066dac28355ca5d09550947250108950'/>
<id>6a3b1aaa066dac28355ca5d09550947250108950</id>
<content type='text'>
Bug#33975
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Bug#33975
</pre>
</div>
</content>
</entry>
</feed>
