Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
7deebf1b
Commit
7deebf1b
authored
May 03, 2011
by
Lars Magne Ingebrigtsen
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* NEWS: Mention `url-retrieve-queue', (:file "file") and `server-eval-at'.
parent
f3b146e9
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
14 additions
and
0 deletions
+14
-0
etc/ChangeLog
etc/ChangeLog
+5
-0
etc/NEWS
etc/NEWS
+9
-0
No files found.
etc/ChangeLog
View file @
7deebf1b
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'.
...
...
etc/NEWS
View file @
7deebf1b
...
...
@@ -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.
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment