summaryrefslogtreecommitdiff
path: root/etc
diff options
context:
space:
mode:
authorLars Magne Ingebrigtsen <larsi@gnus.org>2011-05-03 00:53:34 +0200
committerLars Magne Ingebrigtsen <larsi@gnus.org>2011-05-03 00:53:34 +0200
commitc01ee022e8476927f4138aafe8c1c6827eed7b6c (patch)
treed5223b597f7816b694870955657346f5207996a6 /etc
parent2688e1ea61385eb6e8ccfc40ca6d9c58623e8487 (diff)
downloademacs-c01ee022e8476927f4138aafe8c1c6827eed7b6c.tar.gz
* NEWS: Mention `url-retrieve-queue', (:file "file") and `server-eval-at'.
Diffstat (limited to 'etc')
-rw-r--r--etc/ChangeLog5
-rw-r--r--etc/NEWS9
2 files changed, 14 insertions, 0 deletions
diff --git a/etc/ChangeLog b/etc/ChangeLog
index fa436026f39..c2ae2bd0050 100644
--- a/etc/ChangeLog
+++ b/etc/ChangeLog
@@ -1,3 +1,8 @@
+2011-05-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
+
+ * NEWS: Mention `url-retrieve-queue', (:file "file") and
+ `server-eval-at'.
+
2011-04-28 Juanma Barranquero <lekktu@gmail.com>
* NEWS: Document `delayed-warnings-list' and `delayed-warnings-hook'.
diff --git a/etc/NEWS b/etc/NEWS
index 54917302cfd..5a75a1d9404 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -396,6 +396,9 @@ Just set shell-dir-cookie-re to an appropriate regexp.
** browse-url has gotten a new variable that is used for mailto: URLs,
`browse-url-mailto-function', which defaults to `browse-url-mail'.
+** `url-queue-retrieve' downloads web pages asynchronously, but allow
+controlling the degree of parallelism.
+
** Directory local variables can apply to file-less buffers, in certain modes
(eg dired, vc-dir, log-edit). For example, adding
"(diff-mode . ((mode . whitespace)))" to your .dir-locals.el file,
@@ -822,6 +825,12 @@ Instead, the offending function is removed.
** New low-level function run-hook-wrapped.
+** `server-eval-at' is provided to allow evaluating forms on different
+Emacs server instances.
+
+** `call-process' allows a `(:file "file")' spec to redirect STDOUT to
+a file.
+
** byte-compile-disable-print-circle is obsolete.
** deferred-action-list and deferred-action-function are obsolete.
** Removed the stack-trace-on-error variable.