aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/ChangeLog
diff options
context:
space:
mode:
authorStefan Monnier2006-08-31 17:10:34 +0000
committerStefan Monnier2006-08-31 17:10:34 +0000
commit9277ee6cd2d7dc83bcb6ca7d18f34e4a267de27f (patch)
tree77e225b2c89ae5dd21e6dfc4f05321f9f03f53ec /lisp/ChangeLog
parent05c4a38a2505b7b0534373017faddfb8d472e9e3 (diff)
downloademacs-9277ee6cd2d7dc83bcb6ca7d18f34e4a267de27f.tar.gz
emacs-9277ee6cd2d7dc83bcb6ca7d18f34e4a267de27f.zip
(custom-theme-set-variables): Autoload packages before sorting the variables.
Diffstat (limited to 'lisp/ChangeLog')
-rw-r--r--lisp/ChangeLog13
1 files changed, 9 insertions, 4 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 4d8887a0d59..f0246673db1 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,9 +1,14 @@
12006-08-31 Michael Mauger <mmaug@yahoo.com>
2
3 * custom.el (custom-theme-set-variables): Autoload packages before
4 sorting the variables.
5
12006-08-30 Michael Kifer <kifer@cs.stonybrook.edu> 62006-08-30 Michael Kifer <kifer@cs.stonybrook.edu>
2 7
3 * viper-cmd.el (viper-special-read-and-insert-char): convert events to 8 * viper-cmd.el (viper-special-read-and-insert-char): Convert events to
4 chars if XEmacs. 9 chars if XEmacs.
5 (viper-after-change-undo-hook): check if undo-in-progress is bound. 10 (viper-after-change-undo-hook): Check if undo-in-progress is bound.
6 11
72006-08-30 Stefan Monnier <monnier@iro.umontreal.ca> 122006-08-30 Stefan Monnier <monnier@iro.umontreal.ca>
8 13
9 * progmodes/python.el (python-eldoc-function): Re-enable quit while 14 * progmodes/python.el (python-eldoc-function): Re-enable quit while