<feed xmlns='http://www.w3.org/2005/Atom'>
<title>emacs/etc, branch scratch/kqueue</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>Mention CONTRIBUTE in README</title>
<updated>2015-11-14T05:03:19+00:00</updated>
<author>
<name>Xue Fuqiao</name>
</author>
<published>2015-11-14T04:49:17+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=ed2e7e20ae0945288c98091f308f5460c3453873'/>
<id>ed2e7e20ae0945288c98091f308f5460c3453873</id>
<content type='text'>
Mention CONTRIBUTE in README, since it was moved from etc/ to root.
* etc/TODO: Remove the reference to `etc/CONTRIBUTE'.
* README: Mention CONTRIBUTE.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Mention CONTRIBUTE in README, since it was moved from etc/ to root.
* etc/TODO: Remove the reference to `etc/CONTRIBUTE'.
* README: Mention CONTRIBUTE.
</pre>
</div>
</content>
</entry>
<entry>
<title>Enable sorting of JSON object keys when encoding</title>
<updated>2015-11-12T17:30:37+00:00</updated>
<author>
<name>Simen Heggestøyl</name>
</author>
<published>2015-11-12T17:30:37+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=1e363a8ea5ac09455f3a44fbb646b5af32bca51c'/>
<id>1e363a8ea5ac09455f3a44fbb646b5af32bca51c</id>
<content type='text'>
* lisp/json.el (json-encoding-object-sort-predicate): New variable for
specifying a sorting predicate for JSON objects during encoding.
(json--plist-to-alist): New utility function.
(json-encode-hash-table): Re-use `json-encode-alist' when object keys
are to be sorted.
(json-encode-alist): Sort output by
`json-encoding-object-sort-predicate, when set.
(json-encode-plist): Re-use `json-encode-alist' when object keys are
to be sorted.
(json-pretty-print-buffer-ordered): New command to pretty print the
buffer with object keys sorted alphabetically.
(json-pretty-print-ordered): New command to pretty print the region with
object keys sorted alphabetically.

* test/automated/json-tests.el (test-json-plist-to-alist)
(test-json-encode-plist, test-json-encode-hash-table)
(test-json-encode-alist-with-sort-predicate)
(test-json-encode-plist-with-sort-predicate): New tests.

* etc/NEWS: Add an entry for the new commands.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* lisp/json.el (json-encoding-object-sort-predicate): New variable for
specifying a sorting predicate for JSON objects during encoding.
(json--plist-to-alist): New utility function.
(json-encode-hash-table): Re-use `json-encode-alist' when object keys
are to be sorted.
(json-encode-alist): Sort output by
`json-encoding-object-sort-predicate, when set.
(json-encode-plist): Re-use `json-encode-alist' when object keys are
to be sorted.
(json-pretty-print-buffer-ordered): New command to pretty print the
buffer with object keys sorted alphabetically.
(json-pretty-print-ordered): New command to pretty print the region with
object keys sorted alphabetically.

* test/automated/json-tests.el (test-json-plist-to-alist)
(test-json-encode-plist, test-json-encode-hash-table)
(test-json-encode-alist-with-sort-predicate)
(test-json-encode-plist-with-sort-predicate): New tests.

* etc/NEWS: Add an entry for the new commands.
</pre>
</div>
</content>
</entry>
<entry>
<title>* doc/lispref/variables.texi (Directory Local Variables):</title>
<updated>2015-11-10T14:45:50+00:00</updated>
<author>
<name>Artur Malabarba</name>
</author>
<published>2015-11-10T13:47:42+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=d149ca81c33ab95900306c3c71f6eff62a3ec1a1'/>
<id>d149ca81c33ab95900306c3c71f6eff62a3ec1a1</id>
<content type='text'>
Document dir-locals wildcards

* lisp/files.el (dir-locals-file): Point to Info node.

* doc/emacs/custom.texi (Directory Variables):
Document dir-locals wildcards.

* etc/NEWS: Document new functionality.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Document dir-locals wildcards

* lisp/files.el (dir-locals-file): Point to Info node.

* doc/emacs/custom.texi (Directory Variables):
Document dir-locals wildcards.

* etc/NEWS: Document new functionality.
</pre>
</div>
</content>
</entry>
<entry>
<title>(ydump-buffer): Handle case where gap is at the start of buffer.</title>
<updated>2015-11-10T01:34:40+00:00</updated>
<author>
<name>Noah Friedman</name>
</author>
<published>2015-11-10T01:34:40+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=f5eac7baefacd8944a1851596a944fd29dec98fa'/>
<id>f5eac7baefacd8944a1851596a944fd29dec98fa</id>
<content type='text'>
I don't recall if older versions of gdb were less strict but you
cannot dump a 0-length range in gdb 7.9.1.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
I don't recall if older versions of gdb were less strict but you
cannot dump a 0-length range in gdb 7.9.1.
</pre>
</div>
</content>
</entry>
<entry>
<title>* etc/NEWS: Mention new `bookmark-set-no-overwrite'.</title>
<updated>2015-11-08T19:40:35+00:00</updated>
<author>
<name>Karl Fogel</name>
</author>
<published>2015-11-08T19:40:35+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=5193ad1bcbb4ec80f25cfbfae8e168360fc00534'/>
<id>5193ad1bcbb4ec80f25cfbfae8e168360fc00534</id>
<content type='text'>
This really should been part of my previous commit
(Sun Nov 8 14:16:43 2015 -0500, git commit 3812e17978).
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This really should been part of my previous commit
(Sun Nov 8 14:16:43 2015 -0500, git commit 3812e17978).
</pre>
</div>
</content>
</entry>
<entry>
<title>* etc/NEWS: Fix js-jsx-mode entry punctuation</title>
<updated>2015-10-31T20:38:14+00:00</updated>
<author>
<name>Jackson Ray Hamilton</name>
</author>
<published>2015-10-31T20:35:31+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=4c4c8e74cac8b8680d846760ae1ef571e1bd16f1'/>
<id>4c4c8e74cac8b8680d846760ae1ef571e1bd16f1</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add JSX indentation via js-jsx-mode.  (Bug#21799)</title>
<updated>2015-10-31T20:02:36+00:00</updated>
<author>
<name>Jackson Ray Hamilton</name>
</author>
<published>2015-10-31T06:55:24+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=958da7ff63d1d647f45fd649654136da78529324'/>
<id>958da7ff63d1d647f45fd649654136da78529324</id>
<content type='text'>
* progmodes/js.el: Add JSX indentation support.
(js-jsx-indent-line)
(js-jsx-mode): New functions.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* progmodes/js.el: Add JSX indentation support.
(js-jsx-indent-line)
(js-jsx-mode): New functions.
</pre>
</div>
</content>
</entry>
<entry>
<title>* etc/tutorials/TUTORIAL.translators: Fix PL names</title>
<updated>2015-10-30T16:19:11+00:00</updated>
<author>
<name>Przemysław Wojnowski</name>
</author>
<published>2015-10-30T13:49:12+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=5260ea68e02b1c1578330d1eeafdb8ff9079c6c9'/>
<id>5260ea68e02b1c1578330d1eeafdb8ff9079c6c9</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add more faces for Gnus and ivy</title>
<updated>2015-10-30T12:40:28+00:00</updated>
<author>
<name>Tassilo Horn</name>
</author>
<published>2015-10-30T12:39:43+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=1f67a21149d93403f6f27d7d76ed14f826bb019e'/>
<id>1f67a21149d93403f6f27d7d76ed14f826bb019e</id>
<content type='text'>
* etc/themes/tsdh-dark-theme.el (tsdh-dark): add more faces for Gnus and
ivy.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* etc/themes/tsdh-dark-theme.el (tsdh-dark): add more faces for Gnus and
ivy.
</pre>
</div>
</content>
</entry>
<entry>
<title>Describe known problems with pinning Emacs to taskbar</title>
<updated>2015-10-30T10:28:00+00:00</updated>
<author>
<name>Eli Zaretskii</name>
</author>
<published>2015-10-30T10:28:00+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=2d571a83f03d8de284878eaffabee3c4b1559042'/>
<id>2d571a83f03d8de284878eaffabee3c4b1559042</id>
<content type='text'>
* etc/PROBLEMS: Describe the problem with pinning Emacs to taskbar
on Windows 10.  For the details, see the discussion starting at
http://lists.gnu.org/archive/html/help-emacs-windows/2015-09/msg00000.html.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* etc/PROBLEMS: Describe the problem with pinning Emacs to taskbar
on Windows 10.  For the details, see the discussion starting at
http://lists.gnu.org/archive/html/help-emacs-windows/2015-09/msg00000.html.
</pre>
</div>
</content>
</entry>
</feed>
