aboutsummaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorKenichi Handa2010-05-14 13:15:58 +0900
committerKenichi Handa2010-05-14 13:15:58 +0900
commitccd3ce49e08b4f0c0e1bcbb34e9055ca4002e21c (patch)
tree0f53c077154c7cd5f05b339d91905dfd2391679d /etc
parent82ebc97b11a369303345927c98e7bc69928c9117 (diff)
parent508197067c434b0111bcb6ded742d424bb738ece (diff)
downloademacs-ccd3ce49e08b4f0c0e1bcbb34e9055ca4002e21c.tar.gz
emacs-ccd3ce49e08b4f0c0e1bcbb34e9055ca4002e21c.zip
merge trunk
Diffstat (limited to 'etc')
-rw-r--r--etc/ChangeLog6
-rw-r--r--etc/NEWS2
2 files changed, 5 insertions, 3 deletions
diff --git a/etc/ChangeLog b/etc/ChangeLog
index 855bb93a1f0..4f83227c8dc 100644
--- a/etc/ChangeLog
+++ b/etc/ChangeLog
@@ -1839,7 +1839,7 @@
18392006-11-05 Slawomir Nowaczyk <slawek@cs.lth.se> 18392006-11-05 Slawomir Nowaczyk <slawek@cs.lth.se>
1840 1840
1841 * emacs.py (eargs): Provide eldoc message for builtin types. 1841 * emacs.py (eargs): Provide eldoc message for builtin types.
1842 Make sure eargs always outputs sentinel, to avoid Emacs freeze. 1842 Make sure eargs always outputs sentinel, to avoid Emacs freeze.
1843 1843
18442006-10-22 Chong Yidong <cyd@stupidchicken.com> 18442006-10-22 Chong Yidong <cyd@stupidchicken.com>
1845 1845
@@ -4646,8 +4646,8 @@
46461990-01-19 David Lawrence (tale@cocoa-puffs) 46461990-01-19 David Lawrence (tale@cocoa-puffs)
4647 4647
4648 * timer.c, getdate.y (new files) and Makefile: 4648 * timer.c, getdate.y (new files) and Makefile:
4649 Sub-process support for run-at-time in timer.el. 4649 Sub-process support for run-at-time in timer.el.
4650 Doesn't yet work correctly for USG. 4650 Doesn't yet work correctly for USG.
4651 4651
46521990-01-10 Jim Kingdon (kingdon@pogo) 46521990-01-10 Jim Kingdon (kingdon@pogo)
4653 4653
diff --git a/etc/NEWS b/etc/NEWS
index d20a87e76e9..c4393a53efe 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -43,6 +43,8 @@ You can disable this by using --without-selinux.
43 43
44* Changes in Emacs 24.1 44* Changes in Emacs 24.1
45 45
46** Completion can cycle, depending on completion-cycle-threshold.
47
46** auto-mode-case-fold is now enabled by default. 48** auto-mode-case-fold is now enabled by default.
47 49
48+++ 50+++