diff options
| author | Glenn Morris | 2012-02-03 20:01:23 -0500 |
|---|---|---|
| committer | Glenn Morris | 2012-02-03 20:01:23 -0500 |
| commit | 05f77e380bacb45b829e0dbc62e40c51959adcbb (patch) | |
| tree | ef45037f8fadfb713dad019c92928dbe2bbbf53b /etc | |
| parent | ea32ef465178e9fe9fc9699dbc74589de291b2b2 (diff) | |
| download | emacs-05f77e380bacb45b829e0dbc62e40c51959adcbb.tar.gz emacs-05f77e380bacb45b829e0dbc62e40c51959adcbb.zip | |
NEWS misc small edits.
Diffstat (limited to 'etc')
| -rw-r--r-- | etc/NEWS | 42 |
1 files changed, 22 insertions, 20 deletions
| @@ -340,6 +340,7 @@ trashing. This avoids inadvertently trashing temporary files. | |||
| 340 | *** Calling `delete-file' or `delete-directory' with a prefix argument | 340 | *** Calling `delete-file' or `delete-directory' with a prefix argument |
| 341 | now forces true deletion, regardless of `delete-by-moving-to-trash'. | 341 | now forces true deletion, regardless of `delete-by-moving-to-trash'. |
| 342 | 342 | ||
| 343 | +++ | ||
| 343 | ** New option `list-colors-sort' defines the color sort order | 344 | ** New option `list-colors-sort' defines the color sort order |
| 344 | for `list-colors-display'. | 345 | for `list-colors-display'. |
| 345 | 346 | ||
| @@ -455,10 +456,6 @@ been shown in a specific window. | |||
| 455 | This is handy for minibuffer-only frames, and is also used for the "mouse-1 | 456 | This is handy for minibuffer-only frames, and is also used for the "mouse-1 |
| 456 | pops up *Messages*" feature, which can now easily be changed. | 457 | pops up *Messages*" feature, which can now easily be changed. |
| 457 | 458 | ||
| 458 | --- | ||
| 459 | ** `tooltip-use-echo-area' is obsolete. | ||
| 460 | Rather than setting this to t, disable Tooltip mode instead. | ||
| 461 | |||
| 462 | 459 | ||
| 463 | * Editing Changes in Emacs 24.1 | 460 | * Editing Changes in Emacs 24.1 |
| 464 | 461 | ||
| @@ -714,26 +711,22 @@ utf-8, and do the normal `undecided' decoding for the rest. | |||
| 714 | 711 | ||
| 715 | ** Eshell changes | 712 | ** Eshell changes |
| 716 | 713 | ||
| 717 | *** The default value of eshell-directory-name is a directory named | 714 | --- |
| 718 | "eshell" in `user-emacs-directory'. If the old "~/.eshell/" directory | 715 | *** The default value of `eshell-directory-name' has changed |
| 719 | exists, that is used instead. | 716 | to be an "eshell" directory in `user-emacs-directory'. |
| 717 | The old "~/.eshell/" directory is still used if it exists, though. | ||
| 720 | 718 | ||
| 721 | ** gdb-mi | 719 | ** gdb-mi |
| 722 | +++ | 720 | +++ |
| 723 | *** GDB User Interface migrated to GDB Machine Interface and now | 721 | *** The GDB User Interface has been migrated to GDB Machine Interface. |
| 724 | supports multithread non-stop debugging and debugging of several | 722 | It now supports multithread non-stop debugging and simultaneous |
| 725 | threads simultaneously. | 723 | debugging of several threads. |
| 726 | |||
| 727 | ** In ido-mode, C-v is no longer bound to ido-toggle-vc. | ||
| 728 | The reason is that this interferes with cua-mode. | ||
| 729 | 724 | ||
| 730 | ** Image mode | 725 | ** Image mode |
| 731 | 726 | ||
| 732 | *** RET (`image-toggle-animation') toggles animation, if the displayed | 727 | +++ |
| 733 | image can be animated. | 728 | *** RET (`image-toggle-animation') toggles animation, if applicable. |
| 734 | 729 | Animation plays once, unless the option `image-animate-loop' is non-nil. | |
| 735 | *** Option `image-animate-loop', if non-nil, loops the animation. | ||
| 736 | If nil, `image-toggle-animation' plays the animation once. | ||
| 737 | 730 | ||
| 738 | ** Info | 731 | ** Info |
| 739 | 732 | ||
| @@ -752,8 +745,6 @@ and also because `Info-edit' is a rarely used command that is disabled | |||
| 752 | by default. | 745 | by default. |
| 753 | 746 | ||
| 754 | +++ | 747 | +++ |
| 755 | ** The Landmark game is now invoked with `landmark', not `lm'. | ||
| 756 | |||
| 757 | ** MH-E has been upgraded to MH-E version 8.3.1. | 748 | ** MH-E has been upgraded to MH-E version 8.3.1. |
| 758 | See MH-E-NEWS for details. | 749 | See MH-E-NEWS for details. |
| 759 | 750 | ||
| @@ -927,6 +918,13 @@ They are superseded by shift-select-mode enabled by default in 23.1. | |||
| 927 | ** Miscellaneous | 918 | ** Miscellaneous |
| 928 | 919 | ||
| 929 | +++ | 920 | +++ |
| 921 | *** The Landmark game is now invoked with `landmark', not `lm'. | ||
| 922 | |||
| 923 | --- | ||
| 924 | *** In `ido-file-completion-map', C-v is no longer bound to ido-toggle-vc. | ||
| 925 | (This interfered with cua-mode.) | ||
| 926 | |||
| 927 | +++ | ||
| 930 | *** f90.el has some support for Fortran 2008 syntax. | 928 | *** f90.el has some support for Fortran 2008 syntax. |
| 931 | 929 | ||
| 932 | --- | 930 | --- |
| @@ -1404,6 +1402,10 @@ an empty uninterned symbol. | |||
| 1404 | 1402 | ||
| 1405 | ** Obsolete functions and variables | 1403 | ** Obsolete functions and variables |
| 1406 | 1404 | ||
| 1405 | --- | ||
| 1406 | *** `tooltip-use-echo-area' is obsolete. | ||
| 1407 | Rather than setting this to t, disable Tooltip mode instead. | ||
| 1408 | |||
| 1407 | *** buffer-substring-filters is obsolete. | 1409 | *** buffer-substring-filters is obsolete. |
| 1408 | Use `filter-buffer-substring-functions' instead. | 1410 | Use `filter-buffer-substring-functions' instead. |
| 1409 | 1411 | ||