diff options
| author | Eli Zaretskii | 2013-05-01 20:47:50 +0300 |
|---|---|---|
| committer | Eli Zaretskii | 2013-05-01 20:47:50 +0300 |
| commit | b1cb82edff21abfefd68af18370dddfd8cc1fec0 (patch) | |
| tree | fd8d8a1e1d99af024b52158a471457fc796238bc /etc | |
| parent | 10f81f3ac90f98160f611787e20dcad96bb500e9 (diff) | |
| parent | 2640d52e4e7873e41b0f0f1144177f84c345917e (diff) | |
| download | emacs-b1cb82edff21abfefd68af18370dddfd8cc1fec0.tar.gz emacs-b1cb82edff21abfefd68af18370dddfd8cc1fec0.zip | |
Merge from trunk.
Diffstat (limited to 'etc')
| -rw-r--r-- | etc/NEWS | 11 |
1 files changed, 11 insertions, 0 deletions
| @@ -101,6 +101,12 @@ You can pick the name of the function and the variables with `C-x 4 a'. | |||
| 101 | 101 | ||
| 102 | * Changes in Specialized Modes and Packages in Emacs 24.4 | 102 | * Changes in Specialized Modes and Packages in Emacs 24.4 |
| 103 | 103 | ||
| 104 | ** `remember' can now store notes in separates files | ||
| 105 | You can use the new function `remember-store-in-files' within the | ||
| 106 | `remember-handler-functions' option. | ||
| 107 | |||
| 108 | See `remember-data-directory' and `remember-directory-file-name-format' | ||
| 109 | for new options related to this function. | ||
| 104 | ** `ido-decorations' has been slightly extended to give a bit more control. | 110 | ** `ido-decorations' has been slightly extended to give a bit more control. |
| 105 | 111 | ||
| 106 | ** More packages look for ~/.emacs.d/<foo> additionally to ~/.<foo>. | 112 | ** More packages look for ~/.emacs.d/<foo> additionally to ~/.<foo>. |
| @@ -163,6 +169,11 @@ on the given date. | |||
| 163 | 169 | ||
| 164 | *** Support for ISO 8601 dates. | 170 | *** Support for ISO 8601 dates. |
| 165 | 171 | ||
| 172 | ** Desktop | ||
| 173 | |||
| 174 | *** `desktop-auto-save-timeout' defines the number of seconds between | ||
| 175 | auto-saves of the desktop. | ||
| 176 | |||
| 166 | ** Dired | 177 | ** Dired |
| 167 | 178 | ||
| 168 | *** New minor mode `dired-hide-details-mode' hides details. | 179 | *** New minor mode `dired-hide-details-mode' hides details. |