aboutsummaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorXue Fuqiao2013-07-30 08:29:09 +0800
committerXue Fuqiao2013-07-30 08:29:09 +0800
commitd2067333246b676fcf98567d34eec79ed4648d5f (patch)
treead6543d8e7f1db50226907f7278373eef544d252 /etc
parent7aa7fff0c8860b72a2c7cdc7d4d0845245754d43 (diff)
parent86b192c1479d167c13edb9cdaa026c231c8a0442 (diff)
downloademacs-d2067333246b676fcf98567d34eec79ed4648d5f.tar.gz
emacs-d2067333246b676fcf98567d34eec79ed4648d5f.zip
Merge from mainline.
Diffstat (limited to 'etc')
-rw-r--r--etc/ChangeLog4
-rw-r--r--etc/NEWS20
-rw-r--r--etc/spook.linesbin9643 -> 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 @@
12013-07-26 Micah Anderson <micah@riseup.net> (tiny change)
2
3 * spook.lines: Additions. (Bug#14658)
4
12013-07-16 Jan Djärv <jan.h.d@swipnet.se> 52013-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.
diff --git a/etc/NEWS b/etc/NEWS
index c472a2be8f3..1cd444e6455 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -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.
162This 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
162Eshell has been able to handle "visual" commands (interactive, 166Eshell has been able to handle "visual" commands (interactive,
163non-line oriented commands such as top that require display 167non-line oriented commands such as top that require display
@@ -278,6 +282,22 @@ restoring the window/frame configuration. Additional options
278If set to a number, this can be used to avoid accidentally paste large 282If set to a number, this can be used to avoid accidentally paste large
279amounts of data into the ERC input. 283amounts of data into the ERC input.
280 284
285** EPA
286
287*** New option `epa-mail-aliases'.
288
289You can set this to a list of alias expansions for keys to use
290in `epa-mail-encrypt'.
291
292If one element of the variable's value is ("foo@bar.com" "foo@hello.org"),
293that means: when one of the recipients of the message being encrypted
294is `foo@bar.com', encrypt the message for `foo@hello.org' instead.
295
296If one element of the variable's value is ("foo@bar.com"),
297that means: when one of the recipients of the message being encrypted
298is `foo@bar.com', ignore that name as regards encryption.
299This 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