<feed xmlns='http://www.w3.org/2005/Atom'>
<title>emacs, branch feature/smaller-windows</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>More path fixes</title>
<updated>2019-09-18T16:58:30+00:00</updated>
<author>
<name>Phillip Lord</name>
</author>
<published>2019-09-18T16:58:30+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=6dd8dda76b63dfe3725b97e3a18d40097acf88dd'/>
<id>6dd8dda76b63dfe3725b97e3a18d40097acf88dd</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Path fixes</title>
<updated>2019-09-18T16:51:22+00:00</updated>
<author>
<name>Phillip Lord</name>
</author>
<published>2019-09-18T16:51:22+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=f24cda3637dd7205b46a39161ab68ddd7edc0821'/>
<id>f24cda3637dd7205b46a39161ab68ddd7edc0821</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Load src files from local if available</title>
<updated>2019-09-18T14:22:41+00:00</updated>
<author>
<name>Phillip Lord</name>
</author>
<published>2019-09-18T14:22:41+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=3082e0262a18d05d108f4528fff5d312e6cf0f47'/>
<id>3082e0262a18d05d108f4528fff5d312e6cf0f47</id>
<content type='text'>
* admin/nt/dist-build/build-dep-zips.py
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* admin/nt/dist-build/build-dep-zips.py
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove debug</title>
<updated>2019-09-18T13:51:06+00:00</updated>
<author>
<name>Phillip Lord</name>
</author>
<published>2019-09-18T13:51:06+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=3c91cb34c469529c545e0cbd22e6979f25f1a670'/>
<id>3c91cb34c469529c545e0cbd22e6979f25f1a670</id>
<content type='text'>
* admin/nt/dist-build/build-dep-zips.py:
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* admin/nt/dist-build/build-dep-zips.py:
</pre>
</div>
</content>
</entry>
<entry>
<title>Improve logic for dependencies checking</title>
<updated>2019-06-05T21:22:29+00:00</updated>
<author>
<name>Phillip Lord</name>
</author>
<published>2019-06-04T14:02:33+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=ccbb0309034d01f98fff73fb84814fbce30231e1'/>
<id>ccbb0309034d01f98fff73fb84814fbce30231e1</id>
<content type='text'>
* admin/nt/dist-build/build-dep-zips.py:
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* admin/nt/dist-build/build-dep-zips.py:
</pre>
</div>
</content>
</entry>
<entry>
<title>User-friendly display of error messages at the end of minibuffer</title>
<updated>2019-06-03T20:27:19+00:00</updated>
<author>
<name>Juri Linkov</name>
</author>
<published>2019-06-03T20:27:19+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=2aae063055283ee64ecf339c812a1fe6d1cb106e'/>
<id>2aae063055283ee64ecf339c812a1fe6d1cb106e</id>
<content type='text'>
* lisp/simple.el (minibuffer-setup-hook): Add minibuffer-error-initialize.
(minibuffer-error-initialize, minibuffer-error-function): New functions.
(Bug#34939)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* lisp/simple.el (minibuffer-setup-hook): Add minibuffer-error-initialize.
(minibuffer-error-initialize, minibuffer-error-function): New functions.
(Bug#34939)
</pre>
</div>
</content>
</entry>
<entry>
<title>* lisp/char-fold.el (char-fold-make-table): New function</title>
<updated>2019-06-03T20:18:31+00:00</updated>
<author>
<name>Juri Linkov</name>
</author>
<published>2019-06-03T20:18:31+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=9d72d6a3a2fb23c6f7123c5aba2457dee93d9454'/>
<id>9d72d6a3a2fb23c6f7123c5aba2457dee93d9454</id>
<content type='text'>
with body extracted from INITVALUE of defconst (bug#35689).
Bind search-spaces-regexp to nil (bug#35802).

* test/lisp/char-fold-tests.el: Relocate helpers to file beginning.
(char-fold--test-bug-35802): New test.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
with body extracted from INITVALUE of defconst (bug#35689).
Bind search-spaces-regexp to nil (bug#35802).

* test/lisp/char-fold-tests.el: Relocate helpers to file beginning.
(char-fold--test-bug-35802): New test.
</pre>
</div>
</content>
</entry>
<entry>
<title>* lisp/gnus/gnus-async.el: Use lexical-binding</title>
<updated>2019-06-03T17:44:23+00:00</updated>
<author>
<name>Stefan Monnier</name>
</author>
<published>2019-06-03T17:44:23+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=4b87a032dcaebad3ba37cdb3cb0cdd2760fc24fd'/>
<id>4b87a032dcaebad3ba37cdb3cb0cdd2760fc24fd</id>
<content type='text'>
Remove redundant :group args.
(gnus-async-post-fetch-function): Make it always be a function.
(gnus-make-async-article-function, gnus-async-prefetch-headers):
Use a closure rather than `(lambda ...)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Remove redundant :group args.
(gnus-async-post-fetch-function): Make it always be a function.
(gnus-make-async-article-function, gnus-async-prefetch-headers):
Use a closure rather than `(lambda ...)
</pre>
</div>
</content>
</entry>
<entry>
<title>lisp/gnus/message.el (message-send-mail): Don't wrongly assert on Unicode msg</title>
<updated>2019-06-03T13:48:09+00:00</updated>
<author>
<name>Oleh Krehel</name>
</author>
<published>2019-06-03T13:48:09+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=83c3a61e4ca091580cafbabe34b54e4a9261ad16'/>
<id>83c3a61e4ca091580cafbabe34b54e4a9261ad16</id>
<content type='text'>
Using this setting:

    (setq message-send-mail-function 'message-send-mail-with-sendmail)
    (setq sendmail-program "msmtp")

the message seding is handled by an external program, so no Unicode
encoding is performed in Emacs. Thus Emacs must not assert that the
Unicode encoding was performed.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Using this setting:

    (setq message-send-mail-function 'message-send-mail-with-sendmail)
    (setq sendmail-program "msmtp")

the message seding is handled by an external program, so no Unicode
encoding is performed in Emacs. Thus Emacs must not assert that the
Unicode encoding was performed.
</pre>
</div>
</content>
</entry>
<entry>
<title>* help-fns.el (help-fns--first-release): Do not fail if no release is found.</title>
<updated>2019-06-03T00:13:57+00:00</updated>
<author>
<name>Juanma Barranquero</name>
</author>
<published>2019-06-03T00:13:57+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=33ea72eb3c27f5ee5d76980d70ab335d7fa33db6'/>
<id>33ea72eb3c27f5ee5d76980d70ab335d7fa33db6</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
