<feed xmlns='http://www.w3.org/2005/Atom'>
<title>emacs/etc/NEWS, 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>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>* 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>Add "afp" method to Tramp</title>
<updated>2015-10-29T13:05:55+00:00</updated>
<author>
<name>Michael Albinus</name>
</author>
<published>2015-10-29T13:05:55+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=270a17fe4d357d64cfef7a3991e6a69db587a3fb'/>
<id>270a17fe4d357d64cfef7a3991e6a69db587a3fb</id>
<content type='text'>
* doc/misc/tramp.texi (GVFS based methods): Describe `afp' method.

* lisp/net/tramp-gvfs.el (tramp-gvfs-methods): Add "afp" method.
(tramp-gvfs-handle-expand-file-name)
(tramp-gvfs-handler-mounted-unmounted)
(tramp-gvfs-connection-mounted-p, tramp-gvfs-mount-spec)
(tramp-gvfs-maybe-open-connection): Support also "afp".
(tramp-gvfs-handle-file-attributes): Handle the case of empty
"owner::user" and "owner::group" entries.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* doc/misc/tramp.texi (GVFS based methods): Describe `afp' method.

* lisp/net/tramp-gvfs.el (tramp-gvfs-methods): Add "afp" method.
(tramp-gvfs-handle-expand-file-name)
(tramp-gvfs-handler-mounted-unmounted)
(tramp-gvfs-connection-mounted-p, tramp-gvfs-mount-spec)
(tramp-gvfs-maybe-open-connection): Support also "afp".
(tramp-gvfs-handle-file-attributes): Handle the case of empty
"owner::user" and "owner::group" entries.
</pre>
</div>
</content>
</entry>
<entry>
<title>Don't require default-directory to end with a slash</title>
<updated>2015-10-29T01:01:45+00:00</updated>
<author>
<name>Dmitry Gutov</name>
</author>
<published>2015-10-29T01:00:50+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=ffa41ad2a02dbd1202d71a08bac34831f25662d0'/>
<id>ffa41ad2a02dbd1202d71a08bac34831f25662d0</id>
<content type='text'>
* doc/lispref/files.texi (Magic File Names): Document the change
in unhandled-file-name-directory.

* lisp/url/url-handlers.el
(url-handler-unhandled-file-name-directory): Update accordingly.

* src/buffer.c (default-directory): Update the docsting.

* src/fileio.c (unhandled-file-name-directory): Default to calling
`file-name-as-directory'
(http://lists.gnu.org/archive/html/emacs-devel/2015-10/msg02294.html).
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* doc/lispref/files.texi (Magic File Names): Document the change
in unhandled-file-name-directory.

* lisp/url/url-handlers.el
(url-handler-unhandled-file-name-directory): Update accordingly.

* src/buffer.c (default-directory): Update the docsting.

* src/fileio.c (unhandled-file-name-directory): Default to calling
`file-name-as-directory'
(http://lists.gnu.org/archive/html/emacs-devel/2015-10/msg02294.html).
</pre>
</div>
</content>
</entry>
<entry>
<title>; * etc/NEWS: Document `search-default-regexp-mode'</title>
<updated>2015-10-28T21:13:23+00:00</updated>
<author>
<name>Artur Malabarba</name>
</author>
<published>2015-10-28T21:12:47+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=d8f82d8199198aa0133aa4dea75643f13e551d26'/>
<id>d8f82d8199198aa0133aa4dea75643f13e551d26</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Document file notification `stopped' event</title>
<updated>2015-10-25T13:59:45+00:00</updated>
<author>
<name>Michael Albinus</name>
</author>
<published>2015-10-25T13:59:45+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=80dd76a8e5d08b35c50589fb1ce7ef6a43ee74ab'/>
<id>80dd76a8e5d08b35c50589fb1ce7ef6a43ee74ab</id>
<content type='text'>
* doc/lispref/os.texi (File Notifications): Document `stopped event'.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* doc/lispref/os.texi (File Notifications): Document `stopped event'.
</pre>
</div>
</content>
</entry>
<entry>
<title>; NEWS tweak</title>
<updated>2015-10-24T02:42:00+00:00</updated>
<author>
<name>Xue Fuqiao</name>
</author>
<published>2015-10-24T02:42:00+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=66f0622a3db2fdaa862177199cff7c135c4e5142'/>
<id>66f0622a3db2fdaa862177199cff7c135c4e5142</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
