aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLars Magne Ingebrigtsen2011-05-03 00:53:34 +0200
committerLars Magne Ingebrigtsen2011-05-03 00:53:34 +0200
commit7deebf1b716bd7124e33f81d2782acac8d9a6164 (patch)
tree0e1e54085aa55a288faec2c3e43a69b8c7745a9e
parentf3b146e943cd733fb716c75048f24b73826e5f30 (diff)
downloademacs-7deebf1b716bd7124e33f81d2782acac8d9a6164.tar.gz
emacs-7deebf1b716bd7124e33f81d2782acac8d9a6164.zip
* NEWS: Mention `url-retrieve-queue', (:file "file") and `server-eval-at'.
-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 20779152050..7502bf71e91 100644
--- a/etc/ChangeLog
+++ b/etc/ChangeLog
@@ -1,3 +1,8 @@
12011-05-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
2
3 * NEWS: Mention `url-retrieve-queue', (:file "file") and
4 `server-eval-at'.
5
12011-04-28 Juanma Barranquero <lekktu@gmail.com> 62011-04-28 Juanma Barranquero <lekktu@gmail.com>
2 7
3 * NEWS: Document `delayed-warnings-list' and `delayed-warnings-hook'. 8 * 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.
396** browse-url has gotten a new variable that is used for mailto: URLs, 396** browse-url has gotten a new variable that is used for mailto: URLs,
397`browse-url-mailto-function', which defaults to `browse-url-mail'. 397`browse-url-mailto-function', which defaults to `browse-url-mail'.
398 398
399** `url-queue-retrieve' downloads web pages asynchronously, but allow
400controlling the degree of parallelism.
401
399** Directory local variables can apply to file-less buffers, in certain modes 402** Directory local variables can apply to file-less buffers, in certain modes
400(eg dired, vc-dir, log-edit). For example, adding 403(eg dired, vc-dir, log-edit). For example, adding
401"(diff-mode . ((mode . whitespace)))" to your .dir-locals.el file, 404"(diff-mode . ((mode . whitespace)))" to your .dir-locals.el file,
@@ -822,6 +825,12 @@ Instead, the offending function is removed.
822 825
823** New low-level function run-hook-wrapped. 826** New low-level function run-hook-wrapped.
824 827
828** `server-eval-at' is provided to allow evaluating forms on different
829Emacs server instances.
830
831** `call-process' allows a `(:file "file")' spec to redirect STDOUT to
832a file.
833
825** byte-compile-disable-print-circle is obsolete. 834** byte-compile-disable-print-circle is obsolete.
826** deferred-action-list and deferred-action-function are obsolete. 835** deferred-action-list and deferred-action-function are obsolete.
827** Removed the stack-trace-on-error variable. 836** Removed the stack-trace-on-error variable.