diff options
| author | Glenn Morris | 2014-02-06 00:39:18 -0800 |
|---|---|---|
| committer | Glenn Morris | 2014-02-06 00:39:18 -0800 |
| commit | d978812ac8320194f0111cd6b690b86b575a5d76 (patch) | |
| tree | 34aba510315dea6ec05f30091c825ceb78afaac1 | |
| parent | 029788c7e24d83624756e82cbbb7c93d6f72ebfb (diff) | |
| download | emacs-d978812ac8320194f0111cd6b690b86b575a5d76.tar.gz emacs-d978812ac8320194f0111cd6b690b86b575a5d76.zip | |
* NEWS copyedits
| -rw-r--r-- | etc/NEWS | 25 |
1 files changed, 14 insertions, 11 deletions
| @@ -617,11 +617,17 @@ using the next face automatically. | |||
| 617 | 617 | ||
| 618 | ** New Imenu option `imenu-generic-skip-comments-and-strings'. | 618 | ** New Imenu option `imenu-generic-skip-comments-and-strings'. |
| 619 | 619 | ||
| 620 | ** Info | ||
| 621 | |||
| 620 | --- | 622 | --- |
| 621 | ** New Info face `info-index-match', used to highlight matches in index | 623 | *** New Info face `info-index-match', used to highlight matches in index |
| 622 | entries displayed by `Info-index-next', `Info-virtual-index' and | 624 | entries displayed by `Info-index-next', `Info-virtual-index' and |
| 623 | `info-apropos'. | 625 | `info-apropos'. |
| 624 | 626 | ||
| 627 | --- | ||
| 628 | *** The Info-edit command is obsolete. Editing Info nodes by hand | ||
| 629 | has not been relevant for some time. | ||
| 630 | |||
| 625 | ** JS Mode | 631 | ** JS Mode |
| 626 | 632 | ||
| 627 | --- | 633 | --- |
| @@ -900,28 +906,25 @@ are obsolete. Customize the `woman-*' faces instead. | |||
| 900 | 906 | ||
| 901 | ** Obsolete packages | 907 | ** Obsolete packages |
| 902 | 908 | ||
| 903 | *** Iswitchb is made obsolete by icomplete-mode. | 909 | *** Iswitchb; use icomplete-mode. |
| 904 | 910 | ||
| 905 | *** longlines.el is obsolete; use visual-line-mode instead. | 911 | --- |
| 912 | *** longlines.el; use visual-line-mode. | ||
| 906 | 913 | ||
| 907 | +++ | 914 | +++ |
| 908 | *** sup-mouse.el. | 915 | *** sup-mouse.el. |
| 909 | 916 | ||
| 910 | --- | 917 | --- |
| 911 | *** terminal.el is obsolete; use term.el instead. | 918 | *** terminal.el; use term.el instead. |
| 912 | 919 | ||
| 913 | --- | 920 | --- |
| 914 | *** The previous version of todo-mode.el is obsolete and renamed otodo-mode.el. | 921 | *** the old version of todo-mode.el (now renamed to otodo-mode.el). |
| 915 | 922 | ||
| 916 | --- | 923 | --- |
| 917 | *** xesam.el is obsolete, because the XESAM project has been canceled. | 924 | *** xesam.el (owing to the cancellation of the XESAM project). |
| 918 | 925 | ||
| 919 | +++ | 926 | +++ |
| 920 | *** yow.el is obsolete; use fortune.el or cookie1.el instead. | 927 | *** yow.el; use fortune.el or cookie1.el instead. |
| 921 | |||
| 922 | --- | ||
| 923 | *** The Info-edit command is obsolete. Editing Info nodes by hand | ||
| 924 | has not been relevant for some time. | ||
| 925 | 928 | ||
| 926 | 929 | ||
| 927 | * New Modes and Packages in Emacs 24.4 | 930 | * New Modes and Packages in Emacs 24.4 |