diff options
| author | Eli Zaretskii | 2010-03-20 07:14:01 -0400 |
|---|---|---|
| committer | Eli Zaretskii | 2010-03-20 07:14:01 -0400 |
| commit | f2cdb04ac04fb8f9f92bce11df6e4a020720208b (patch) | |
| tree | 4d231ff66e4145ce8967ed0c4ab71b364d05675f /etc | |
| parent | 8eef7665fa98baae93da5151c27ca0db4d1d6f5b (diff) | |
| parent | 22e8757456ea6608246d9c81a83f6c5119f2e1fb (diff) | |
| download | emacs-f2cdb04ac04fb8f9f92bce11df6e4a020720208b.tar.gz emacs-f2cdb04ac04fb8f9f92bce11df6e4a020720208b.zip | |
Merge from mainline.
Diffstat (limited to 'etc')
| -rw-r--r-- | etc/ChangeLog | 4 | ||||
| -rw-r--r-- | etc/NEWS | 25 |
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 @@ | |||
| 1 | 2010-03-13 Michael Albinus <michael.albinus@gmx.de> | ||
| 2 | |||
| 3 | * NEWS: Add secrets.el. | ||
| 4 | |||
| 1 | 2010-03-12 Chong Yidong <cyd@stupidchicken.com> | 5 | 2010-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 |
| @@ -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. | ||
| 30 | These provide no new functionality, they just remove the need to edit | ||
| 31 | lib-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. |
| 34 | Use `set-scroll-bar-mode' to change this. | 40 | Use `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 | ||
| 69 | Author: NAME | ||
| 70 | line will add "--author NAME" to the "bzr commit" command. | ||
| 71 | |||
| 72 | **** For Hg, adding an | ||
| 73 | Author: NAME | ||
| 74 | line 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. |
| 61 | For example, adding "(diff-mode . ((mode . whitespace)))" to your | 77 | For 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* |
| 63 | buffers. | 79 | buffers. |
| 64 | 80 | ||
| 81 | ** s-region.el is now declared obsolete, superceded by shift-select-mode | ||
| 82 | enabled 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 | ||
| 88 | interface to password managers like GNOME Keyring or KDE Wallet. The | ||
| 89 | Secret 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 | ||