diff options
| author | Xue Fuqiao | 2013-07-30 08:29:09 +0800 |
|---|---|---|
| committer | Xue Fuqiao | 2013-07-30 08:29:09 +0800 |
| commit | d2067333246b676fcf98567d34eec79ed4648d5f (patch) | |
| tree | ad6543d8e7f1db50226907f7278373eef544d252 /etc | |
| parent | 7aa7fff0c8860b72a2c7cdc7d4d0845245754d43 (diff) | |
| parent | 86b192c1479d167c13edb9cdaa026c231c8a0442 (diff) | |
| download | emacs-d2067333246b676fcf98567d34eec79ed4648d5f.tar.gz emacs-d2067333246b676fcf98567d34eec79ed4648d5f.zip | |
Merge from mainline.
Diffstat (limited to 'etc')
| -rw-r--r-- | etc/ChangeLog | 4 | ||||
| -rw-r--r-- | etc/NEWS | 20 | ||||
| -rw-r--r-- | etc/spook.lines | bin | 9643 -> 12802 bytes |
3 files changed, 24 insertions, 0 deletions
diff --git a/etc/ChangeLog b/etc/ChangeLog index d477f8e3d36..c201772cd93 100644 --- a/etc/ChangeLog +++ b/etc/ChangeLog | |||
| @@ -1,3 +1,7 @@ | |||
| 1 | 2013-07-26 Micah Anderson <micah@riseup.net> (tiny change) | ||
| 2 | |||
| 3 | * spook.lines: Additions. (Bug#14658) | ||
| 4 | |||
| 1 | 2013-07-16 Jan Djärv <jan.h.d@swipnet.se> | 5 | 2013-07-16 Jan Djärv <jan.h.d@swipnet.se> |
| 2 | 6 | ||
| 3 | * NEWS: Document blink-cursor-blinks and blink timers stopped. | 7 | * NEWS: Document blink-cursor-blinks and blink timers stopped. |
| @@ -158,6 +158,10 @@ You can pick the name of the function and the variables with `C-x 4 a'. | |||
| 158 | 158 | ||
| 159 | * Changes in Specialized Modes and Packages in Emacs 24.4 | 159 | * Changes in Specialized Modes and Packages in Emacs 24.4 |
| 160 | 160 | ||
| 161 | ** The debugger's `e' command evaluates the code in the context at point. | ||
| 162 | This includes using the lexical environment at point, which means that | ||
| 163 | `e' now lets you access lexical variables as well. | ||
| 164 | |||
| 161 | ** `eshell' now supports visual subcommands and options | 165 | ** `eshell' now supports visual subcommands and options |
| 162 | Eshell has been able to handle "visual" commands (interactive, | 166 | Eshell has been able to handle "visual" commands (interactive, |
| 163 | non-line oriented commands such as top that require display | 167 | non-line oriented commands such as top that require display |
| @@ -278,6 +282,22 @@ restoring the window/frame configuration. Additional options | |||
| 278 | If set to a number, this can be used to avoid accidentally paste large | 282 | If set to a number, this can be used to avoid accidentally paste large |
| 279 | amounts of data into the ERC input. | 283 | amounts of data into the ERC input. |
| 280 | 284 | ||
| 285 | ** EPA | ||
| 286 | |||
| 287 | *** New option `epa-mail-aliases'. | ||
| 288 | |||
| 289 | You can set this to a list of alias expansions for keys to use | ||
| 290 | in `epa-mail-encrypt'. | ||
| 291 | |||
| 292 | If one element of the variable's value is ("foo@bar.com" "foo@hello.org"), | ||
| 293 | that means: when one of the recipients of the message being encrypted | ||
| 294 | is `foo@bar.com', encrypt the message for `foo@hello.org' instead. | ||
| 295 | |||
| 296 | If one element of the variable's value is ("foo@bar.com"), | ||
| 297 | that means: when one of the recipients of the message being encrypted | ||
| 298 | is `foo@bar.com', ignore that name as regards encryption. | ||
| 299 | This is useful to avoid a query when you have no key for that name. | ||
| 300 | |||
| 281 | --- | 301 | --- |
| 282 | ** New F90 mode option `f90-smart-end-names'. | 302 | ** New F90 mode option `f90-smart-end-names'. |
| 283 | 303 | ||
diff --git a/etc/spook.lines b/etc/spook.lines index 16bc696e0f3..2a1a0ac1cb9 100644 --- a/etc/spook.lines +++ b/etc/spook.lines | |||
| Binary files differ | |||