diff options
| author | Kenichi Handa | 2010-05-14 13:15:58 +0900 |
|---|---|---|
| committer | Kenichi Handa | 2010-05-14 13:15:58 +0900 |
| commit | ccd3ce49e08b4f0c0e1bcbb34e9055ca4002e21c (patch) | |
| tree | 0f53c077154c7cd5f05b339d91905dfd2391679d /etc | |
| parent | 82ebc97b11a369303345927c98e7bc69928c9117 (diff) | |
| parent | 508197067c434b0111bcb6ded742d424bb738ece (diff) | |
| download | emacs-ccd3ce49e08b4f0c0e1bcbb34e9055ca4002e21c.tar.gz emacs-ccd3ce49e08b4f0c0e1bcbb34e9055ca4002e21c.zip | |
merge trunk
Diffstat (limited to 'etc')
| -rw-r--r-- | etc/ChangeLog | 6 | ||||
| -rw-r--r-- | etc/NEWS | 2 |
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 @@ | |||
| 1839 | 2006-11-05 Slawomir Nowaczyk <slawek@cs.lth.se> | 1839 | 2006-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 | ||
| 1844 | 2006-10-22 Chong Yidong <cyd@stupidchicken.com> | 1844 | 2006-10-22 Chong Yidong <cyd@stupidchicken.com> |
| 1845 | 1845 | ||
| @@ -4646,8 +4646,8 @@ | |||
| 4646 | 1990-01-19 David Lawrence (tale@cocoa-puffs) | 4646 | 1990-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 | ||
| 4652 | 1990-01-10 Jim Kingdon (kingdon@pogo) | 4652 | 1990-01-10 Jim Kingdon (kingdon@pogo) |
| 4653 | 4653 | ||
| @@ -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 | +++ |