aboutsummaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorKenichi Handa2012-08-22 18:05:50 +0900
committerKenichi Handa2012-08-22 18:05:50 +0900
commitfabc1281e9cde34ff9a19d843316d2ceca8647ad (patch)
treef38f13cab3ec6c32ab8ab49ea2e60f64969a0d22 /etc
parent4ff819d728960bf5e52b72501c606f4bb3fde028 (diff)
parent842e3a93aa3a0826cb4148376e54cd1527d10901 (diff)
downloademacs-fabc1281e9cde34ff9a19d843316d2ceca8647ad.tar.gz
emacs-fabc1281e9cde34ff9a19d843316d2ceca8647ad.zip
merge trunk
Diffstat (limited to 'etc')
-rw-r--r--etc/NEWS9
1 files changed, 9 insertions, 0 deletions
diff --git a/etc/NEWS b/etc/NEWS
index a6f6822ab48..0c9ffe50093 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -39,6 +39,11 @@ may be useful.
39as it was confusingly-named and rarely useful. 39as 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
43overwriting "emacs" in the installation bin/ directory with a link
44to 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
169properties on yanked text, in more ways that are more general than
170just 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
164delete-trailing-whitespace command should delete trailing lines at the 173delete-trailing-whitespace command should delete trailing lines at the
165end of the buffer. It defaults to t. 174end of the buffer. It defaults to t.