aboutsummaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorPaul Eggert2011-03-17 09:32:03 -0700
committerPaul Eggert2011-03-17 09:32:03 -0700
commitb1d876f1a19ae65c8a8dd61c4ce17055ca53f16c (patch)
tree5dd8a40d7e3e0b86749cecfee7443ad81bdbfe5e /etc
parentb766f86726fc2828a035cb8db149598a3a84de96 (diff)
parentd6cd56f187a791983579bf5d4ce3702d2ddf2499 (diff)
downloademacs-b1d876f1a19ae65c8a8dd61c4ce17055ca53f16c.tar.gz
emacs-b1d876f1a19ae65c8a8dd61c4ce17055ca53f16c.zip
Merge from mainline.
Diffstat (limited to 'etc')
-rw-r--r--etc/ChangeLog10
-rw-r--r--etc/NEWS6
2 files changed, 16 insertions, 0 deletions
diff --git a/etc/ChangeLog b/etc/ChangeLog
index 862ce24d29a..cbe46d3a53e 100644
--- a/etc/ChangeLog
+++ b/etc/ChangeLog
@@ -1,3 +1,13 @@
12011-03-16 Juanma Barranquero <lekktu@gmail.com>
2
3 * NEWS: Document warning about _emacs.
4
52011-03-14 Michael Albinus <michael.albinus@gmx.de>
6
7 * NEWS: `shell' prompts for the shell path name, when the default
8 directory is a remote file name and neither environment variable
9 $ESHELL nor variable `explicit-shell-file-name' is set.
10
12011-03-08 Kristoffer Grönlund <krig@koru.se> 112011-03-08 Kristoffer Grönlund <krig@koru.se>
2 12
3 * themes/wombat-theme.el: New file. 13 * themes/wombat-theme.el: New file.
diff --git a/etc/NEWS b/etc/NEWS
index 330a3b6ee51..bb59e0e2a24 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -62,6 +62,8 @@ longer have any effect. (They were declared obsolete in Emacs 23.)
62** New command line option `--no-site-lisp' removes site-lisp directories 62** New command line option `--no-site-lisp' removes site-lisp directories
63from load-path. -Q now implies this. 63from load-path. -Q now implies this.
64 64
65** On Windows, Emacs now warns when the obsolete _emacs init file is used.
66
65 67
66* Changes in Emacs 24.1 68* Changes in Emacs 24.1
67 69
@@ -335,6 +337,10 @@ between applications.
335the lines in the current rectangle. With an prefix argument, this 337the lines in the current rectangle. With an prefix argument, this
336prompts for a number to count from and for a format string. 338prompts for a number to count from and for a format string.
337 339
340** The command shell prompts for the shell path name, when the default
341directory is a remote file name and neither environment variable
342$ESHELL nor variable `explicit-shell-file-name' is set.
343
338 344
339* Changes in Specialized Modes and Packages in Emacs 24.1 345* Changes in Specialized Modes and Packages in Emacs 24.1
340 346