diff options
Diffstat (limited to 'lisp/ChangeLog')
| -rw-r--r-- | lisp/ChangeLog | 13 |
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 @@ | |||
| 1 | 2006-08-31 Michael Mauger <mmaug@yahoo.com> | ||
| 2 | |||
| 3 | * custom.el (custom-theme-set-variables): Autoload packages before | ||
| 4 | sorting the variables. | ||
| 5 | |||
| 1 | 2006-08-30 Michael Kifer <kifer@cs.stonybrook.edu> | 6 | 2006-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 | ||
| 7 | 2006-08-30 Stefan Monnier <monnier@iro.umontreal.ca> | 12 | 2006-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 |