diff options
| author | Chong Yidong | 2012-11-09 03:03:49 +0800 |
|---|---|---|
| committer | Chong Yidong | 2012-11-09 03:03:49 +0800 |
| commit | 82f84fa3cdebaa4083621e7226f7abab3b8ba88f (patch) | |
| tree | dadb28318e8a0998b144a3cbf55a19655a8f9042 /etc | |
| parent | fedb154e30405ae0f4be8a582a6252a4d3eb75b5 (diff) | |
| download | emacs-82f84fa3cdebaa4083621e7226f7abab3b8ba88f.tar.gz emacs-82f84fa3cdebaa4083621e7226f7abab3b8ba88f.zip | |
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/NEWS | 9 |
1 files changed, 7 insertions, 2 deletions
| @@ -454,7 +454,9 @@ specifying URL types which should be converted to remote file names at | |||
| 454 | the FFAP prompt. The default is now '("ftp"). | 454 | the FFAP prompt. The default is now '("ftp"). |
| 455 | 455 | ||
| 456 | ** Generic-x | 456 | ** Generic-x |
| 457 | `javascript-generic-mode' is now an obsolete alias for `js-mode'. | 457 | |
| 458 | --- | ||
| 459 | *** `javascript-generic-mode' is now an obsolete alias for `js-mode'. | ||
| 458 | 460 | ||
| 459 | ** Ibuffer | 461 | ** Ibuffer |
| 460 | 462 | ||
| @@ -531,6 +533,7 @@ python-send-string | python-shell-send-string | |||
| 531 | python-switch-to-python | python-shell-switch-to-shell | 533 | python-switch-to-python | python-shell-switch-to-shell |
| 532 | python-describe-symbol | python-eldoc-at-point | 534 | python-describe-symbol | python-eldoc-at-point |
| 533 | 535 | ||
| 536 | --- | ||
| 534 | ** reStructuredText mode | 537 | ** reStructuredText mode |
| 535 | 538 | ||
| 536 | *** Rebind nearly all keys making room for more keys and complying | 539 | *** Rebind nearly all keys making room for more keys and complying |
| @@ -561,6 +564,7 @@ the experience for Sphinx users. | |||
| 561 | 564 | ||
| 562 | *** Support `imenu' and `which-func'. | 565 | *** Support `imenu' and `which-func'. |
| 563 | 566 | ||
| 567 | --- | ||
| 564 | ** SH Script mode | 568 | ** SH Script mode |
| 565 | 569 | ||
| 566 | *** Pairing of parens/quotes uses electric-pair-mode instead of skeleton-pair. | 570 | *** Pairing of parens/quotes uses electric-pair-mode instead of skeleton-pair. |
| @@ -575,6 +579,7 @@ the experience for Sphinx users. | |||
| 575 | for a new asynchronous shell command when the default output buffer | 579 | for a new asynchronous shell command when the default output buffer |
| 576 | `*Async Shell Command*' is already taken by another running command. | 580 | `*Async Shell Command*' is already taken by another running command. |
| 577 | 581 | ||
| 582 | --- | ||
| 578 | ** SQL Mode | 583 | ** SQL Mode |
| 579 | 584 | ||
| 580 | *** DB2 added `sql-db2-escape-newlines' | 585 | *** DB2 added `sql-db2-escape-newlines' |
| @@ -605,7 +610,7 @@ definitions. See the manual for details. | |||
| 605 | *** Remote processes are now supported also on remote Windows host. | 610 | *** Remote processes are now supported also on remote Windows host. |
| 606 | 611 | ||
| 607 | ** URL | 612 | ** URL |
| 608 | 613 | +++ | |
| 609 | *** Structs made by `url-generic-parse-url' have nil `attributes' slot. | 614 | *** Structs made by `url-generic-parse-url' have nil `attributes' slot. |
| 610 | Previously, this slot stored semicolon-separated attribute-value pairs | 615 | Previously, this slot stored semicolon-separated attribute-value pairs |
| 611 | appended to some imap URLs, but this is not compatible with RFC 3986. | 616 | appended to some imap URLs, but this is not compatible with RFC 3986. |