summaryrefslogtreecommitdiff
path: root/etc
diff options
context:
space:
mode:
authorChong Yidong <cyd@gnu.org>2012-11-09 03:03:49 +0800
committerChong Yidong <cyd@gnu.org>2012-11-09 03:03:49 +0800
commit82f84fa3cdebaa4083621e7226f7abab3b8ba88f (patch)
treedadb28318e8a0998b144a3cbf55a19655a8f9042 /etc
parentfedb154e30405ae0f4be8a582a6252a4d3eb75b5 (diff)
downloademacs-82f84fa3cdebaa4083621e7226f7abab3b8ba88f.tar.gz
Update the URL library manual.
* doc/misc/url.texi (Introduction): Rename from Getting Started. Rewrite the introduction. (URI Parsing): Rewrite. Omit the obsolete attributes slot.
Diffstat (limited to 'etc')
-rw-r--r--etc/NEWS9
1 files changed, 7 insertions, 2 deletions
diff --git a/etc/NEWS b/etc/NEWS
index e241bdba3cb..926f3c4cec6 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -454,7 +454,9 @@ specifying URL types which should be converted to remote file names at
the FFAP prompt. The default is now '("ftp").
** Generic-x
-`javascript-generic-mode' is now an obsolete alias for `js-mode'.
+
+---
+*** `javascript-generic-mode' is now an obsolete alias for `js-mode'.
** Ibuffer
@@ -531,6 +533,7 @@ python-send-string | python-shell-send-string
python-switch-to-python | python-shell-switch-to-shell
python-describe-symbol | python-eldoc-at-point
+---
** reStructuredText mode
*** Rebind nearly all keys making room for more keys and complying
@@ -561,6 +564,7 @@ the experience for Sphinx users.
*** Support `imenu' and `which-func'.
+---
** SH Script mode
*** Pairing of parens/quotes uses electric-pair-mode instead of skeleton-pair.
@@ -575,6 +579,7 @@ the experience for Sphinx users.
for a new asynchronous shell command when the default output buffer
`*Async Shell Command*' is already taken by another running command.
+---
** SQL Mode
*** DB2 added `sql-db2-escape-newlines'
@@ -605,7 +610,7 @@ definitions. See the manual for details.
*** Remote processes are now supported also on remote Windows host.
** URL
-
++++
*** Structs made by `url-generic-parse-url' have nil `attributes' slot.
Previously, this slot stored semicolon-separated attribute-value pairs
appended to some imap URLs, but this is not compatible with RFC 3986.