diff options
| author | Kenichi Handa | 2012-08-22 18:05:50 +0900 |
|---|---|---|
| committer | Kenichi Handa | 2012-08-22 18:05:50 +0900 |
| commit | fabc1281e9cde34ff9a19d843316d2ceca8647ad (patch) | |
| tree | f38f13cab3ec6c32ab8ab49ea2e60f64969a0d22 /etc | |
| parent | 4ff819d728960bf5e52b72501c606f4bb3fde028 (diff) | |
| parent | 842e3a93aa3a0826cb4148376e54cd1527d10901 (diff) | |
| download | emacs-fabc1281e9cde34ff9a19d843316d2ceca8647ad.tar.gz emacs-fabc1281e9cde34ff9a19d843316d2ceca8647ad.zip | |
merge trunk
Diffstat (limited to 'etc')
| -rw-r--r-- | etc/NEWS | 9 |
1 files changed, 9 insertions, 0 deletions
| @@ -39,6 +39,11 @@ may be useful. | |||
| 39 | as it was confusingly-named and rarely useful. | 39 | as it was confusingly-named and rarely useful. |
| 40 | 40 | ||
| 41 | --- | 41 | --- |
| 42 | ** You can use `NO_BIN_LINK=t make install' to prevent the installation | ||
| 43 | overwriting "emacs" in the installation bin/ directory with a link | ||
| 44 | to emacs-VERSION. | ||
| 45 | |||
| 46 | --- | ||
| 42 | ** Emacs uses libtinfo in preference to libncurses, if available. | 47 | ** Emacs uses libtinfo in preference to libncurses, if available. |
| 43 | 48 | ||
| 44 | --- | 49 | --- |
| @@ -160,6 +165,10 @@ The PCL-CVS commands are still available via the keyboard. | |||
| 160 | 165 | ||
| 161 | * Editing Changes in Emacs 24.3 | 166 | * Editing Changes in Emacs 24.3 |
| 162 | 167 | ||
| 168 | ** New option `yank-handled-properties' allows processing of text | ||
| 169 | properties on yanked text, in more ways that are more general than | ||
| 170 | just removing them, as done by `yank-excluded-properties'. | ||
| 171 | |||
| 163 | ** New option `delete-trailing-lines' specifies whether the M-x | 172 | ** New option `delete-trailing-lines' specifies whether the M-x |
| 164 | delete-trailing-whitespace command should delete trailing lines at the | 173 | delete-trailing-whitespace command should delete trailing lines at the |
| 165 | end of the buffer. It defaults to t. | 174 | end of the buffer. It defaults to t. |