emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] /srv/bzr/emacs/trunk r104083: * NEWS: Mention `url-retriev


From: Lars Magne Ingebrigtsen
Subject: [Emacs-diffs] /srv/bzr/emacs/trunk r104083: * NEWS: Mention `url-retrieve-queue', (:file "file") and `server-eval-at'.
Date: Tue, 03 May 2011 00:53:34 +0200
User-agent: Bazaar (2.3.1)

------------------------------------------------------------
revno: 104083
committer: Lars Magne Ingebrigtsen <address@hidden>
branch nick: trunk
timestamp: Tue 2011-05-03 00:53:34 +0200
message:
  * NEWS: Mention `url-retrieve-queue', (:file "file") and `server-eval-at'.
modified:
  etc/ChangeLog
  etc/NEWS
=== modified file 'etc/ChangeLog'
--- a/etc/ChangeLog     2011-04-28 22:48:58 +0000
+++ b/etc/ChangeLog     2011-05-02 22:53:34 +0000
@@ -1,3 +1,8 @@
+2011-05-02  Lars Magne Ingebrigtsen  <address@hidden>
+
+       * NEWS: Mention `url-retrieve-queue', (:file "file") and
+       `server-eval-at'.
+
 2011-04-28  Juanma Barranquero  <address@hidden>
 
        * NEWS: Document `delayed-warnings-list' and `delayed-warnings-hook'.

=== modified file 'etc/NEWS'
--- a/etc/NEWS  2011-04-28 22:48:58 +0000
+++ b/etc/NEWS  2011-05-02 22:53:34 +0000
@@ -396,6 +396,9 @@
 ** 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 @@
 
 ** 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.


reply via email to

[Prev in Thread] Current Thread [Next in Thread]