aboutsummaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorEli Zaretskii2010-03-20 07:14:01 -0400
committerEli Zaretskii2010-03-20 07:14:01 -0400
commitf2cdb04ac04fb8f9f92bce11df6e4a020720208b (patch)
tree4d231ff66e4145ce8967ed0c4ab71b364d05675f /etc
parent8eef7665fa98baae93da5151c27ca0db4d1d6f5b (diff)
parent22e8757456ea6608246d9c81a83f6c5119f2e1fb (diff)
downloademacs-f2cdb04ac04fb8f9f92bce11df6e4a020720208b.tar.gz
emacs-f2cdb04ac04fb8f9f92bce11df6e4a020720208b.zip
Merge from mainline.
Diffstat (limited to 'etc')
-rw-r--r--etc/ChangeLog4
-rw-r--r--etc/NEWS25
2 files changed, 28 insertions, 1 deletions
diff --git a/etc/ChangeLog b/etc/ChangeLog
index adb782cd13a..f845ab98bf0 100644
--- a/etc/ChangeLog
+++ b/etc/ChangeLog
@@ -1,3 +1,7 @@
12010-03-13 Michael Albinus <michael.albinus@gmx.de>
2
3 * NEWS: Add secrets.el.
4
12010-03-12 Chong Yidong <cyd@stupidchicken.com> 52010-03-12 Chong Yidong <cyd@stupidchicken.com>
2 6
3 * images/custom/down.xpm, images/custom/right.xpm: Update images 7 * images/custom/down.xpm, images/custom/right.xpm: Update images
diff --git a/etc/NEWS b/etc/NEWS
index 9864f7715be..317f5cedf24 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -24,13 +24,19 @@ so we will look at it and add it to the manual.
24 24
25* Installation Changes in Emacs 24.1 25* Installation Changes in Emacs 24.1
26 26
27---
28** There are new configure options:
29--with-mmdf, --with-mail-unlink, --with-mailhost.
30These provide no new functionality, they just remove the need to edit
31lib-src/Makefile by hand in order to use the associated features.
32
27 33
28* Startup Changes in Emacs 24.1 34* Startup Changes in Emacs 24.1
29 35
30 36
31* Changes in Emacs 24.1 37* Changes in Emacs 24.1
32 38
33** The scroll-bar is now on the right on GNU/Linux and UNIX-like systems. 39** GTK scroll-bars are now placed on the right by default.
34Use `set-scroll-bar-mode' to change this. 40Use `set-scroll-bar-mode' to change this.
35 41
36 42
@@ -57,14 +63,31 @@ choose a color via list-colors-display.
57 63
58*** vc-dir for Bzr supports viewing shelve contents and shelving snapshots. 64*** vc-dir for Bzr supports viewing shelve contents and shelving snapshots.
59 65
66*** Special markup can be added to log-edit buffers.
67
68**** For Bzr, adding an
69Author: NAME
70line will add "--author NAME" to the "bzr commit" command.
71
72**** For Hg, adding an
73Author: NAME
74line will add "--user NAME" to the "hg commit" command.
75
60** Directory local variables can apply to file-less buffers. 76** Directory local variables can apply to file-less buffers.
61For example, adding "(diff-mode . ((mode . whitespace)))" to your 77For example, adding "(diff-mode . ((mode . whitespace)))" to your
62.dir-locals.el file, will turn on `whitespace-mode' for *vc-diff* 78.dir-locals.el file, will turn on `whitespace-mode' for *vc-diff*
63buffers. 79buffers.
64 80
81** s-region.el is now declared obsolete, superceded by shift-select-mode
82enabled by default in 23.1.
83
65 84
66* New Modes and Packages in Emacs 24.1 85* New Modes and Packages in Emacs 24.1
67 86
87** secrets.el is an implementation of the Secret Service API, an
88interface to password managers like GNOME Keyring or KDE Wallet. The
89Secret Service API requires D-Bus for communication.
90
68 91
69* Incompatible Lisp Changes in Emacs 24.1 92* Incompatible Lisp Changes in Emacs 24.1
70 93