diff options
Diffstat (limited to 'lisp/ChangeLog')
| -rw-r--r-- | lisp/ChangeLog | 22 |
1 files changed, 15 insertions, 7 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index eb55c12bf2a..c3824345190 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,16 +1,24 @@ | |||
| 1 | 2008-04-04 Andreas Schwab <schwab@suse.de> | ||
| 2 | |||
| 3 | * Makefile.in (cal-autoloads): New target. | ||
| 4 | (compile, compile-always, recompile): Depend on it. | ||
| 5 | ($(lisp)/calendar/cal-loaddefs.el) | ||
| 6 | ($(lisp)/calendar/diary-loaddefs.el) | ||
| 7 | ($(lisp)/calendar/hol-loaddefs.el): Depend on calendar/*.el. | ||
| 8 | |||
| 1 | 2008-04-04 Michael Kifer <kifer@cs.stonybrook.edu> | 9 | 2008-04-04 Michael Kifer <kifer@cs.stonybrook.edu> |
| 2 | 10 | ||
| 3 | * ediff*el: replaced load with require in eval-when-compile. | 11 | * ediff*el: replaced load with require in eval-when-compile. |
| 4 | 12 | ||
| 5 | * ediff-hook: deleted all invocations of (autoload ...). | 13 | * ediff-hook: deleted all invocations of (autoload ...). |
| 6 | 14 | ||
| 7 | * ediff-util.el (ediff-setup): make window-min-height a local variable | 15 | * ediff-util.el (ediff-setup): make window-min-height a local variable |
| 8 | in ediff control window, and set its min height to 2. | 16 | in ediff control window, and set its min height to 2. |
| 9 | (ediff-setup-control-buffer): dedicate the control window. | 17 | (ediff-setup-control-buffer): dedicate the control window. |
| 10 | (ediff-toggle-multiframe): undedicate control window. | 18 | (ediff-toggle-multiframe): undedicate control window. |
| 11 | Work directly with ediff-setup-windows-multiframe and | 19 | Work directly with ediff-setup-windows-multiframe and |
| 12 | ediff-setup-windows-plain. | 20 | ediff-setup-windows-plain. |
| 13 | 21 | ||
| 14 | * ediff-wind (ediff-choose-window-setup-function-automatically): new | 22 | * ediff-wind (ediff-choose-window-setup-function-automatically): new |
| 15 | function. | 23 | function. |
| 16 | (ediff-window-setup-function): change initialization. | 24 | (ediff-window-setup-function): change initialization. |
| @@ -18,13 +26,13 @@ | |||
| 18 | (ediff-setup-windows-plain-merge): make control window dedicated. | 26 | (ediff-setup-windows-plain-merge): make control window dedicated. |
| 19 | (ediff-destroy-control-frame): do not skip frames if working in a | 27 | (ediff-destroy-control-frame): do not skip frames if working in a |
| 20 | single frame. | 28 | single frame. |
| 21 | 29 | ||
| 22 | * emulation/viper-ex.el: move provide's forward, prevent recursion in | 30 | * emulation/viper-ex.el: move provide's forward, prevent recursion in |
| 23 | eval-when-compile. | 31 | eval-when-compile. |
| 24 | 32 | ||
| 25 | * emulation/viper-util.el: move provide's forward, prevent recursion in | 33 | * emulation/viper-util.el: move provide's forward, prevent recursion in |
| 26 | eval-when-compile. | 34 | eval-when-compile. |
| 27 | 35 | ||
| 28 | 2008-04-04 Glenn Morris <rgm@gnu.org> | 36 | 2008-04-04 Glenn Morris <rgm@gnu.org> |
| 29 | 37 | ||
| 30 | * calendar/cal-bahai.el (calendar-bahai-to-absolute): Rename | 38 | * calendar/cal-bahai.el (calendar-bahai-to-absolute): Rename |