comparison lisp/ChangeLog @ 74894:77f575e4f07e

*** empty log message ***
author Kim F. Storm <storm@cua.dk>
date Mon, 25 Dec 2006 13:30:09 +0000
parents 0140b806eb69
children 874568f886c5
comparison
equal deleted inserted replaced
74893:0140b806eb69 74894:77f575e4f07e
1 2006-12-25 Kim F. Storm <storm@cua.dk>
2
3 * emacs-lisp/authors.el (authors-renamed-files-alist): Add tcover-*.el.
4
1 2006-12-25 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp> 5 2006-12-25 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2 6
3 * startup.el: (fancy-splash-last-input-event): New variable. 7 * startup.el: (fancy-splash-last-input-event): New variable.
4 (fancy-splash-special-event-action): New function. 8 (fancy-splash-special-event-action): New function.
5 (fancy-splash-screens): Temporarily bind special events to it. 9 (fancy-splash-screens): Temporarily bind special events to it.
49 53
50 * custom.el (custom-add-frequent-value): Alias for 54 * custom.el (custom-add-frequent-value): Alias for
51 custom-add-option. 55 custom-add-option.
52 56
53 2006-12-23 Michael Kifer <kifer@cs.stonybrook.edu> 57 2006-12-23 Michael Kifer <kifer@cs.stonybrook.edu>
54 58
55 * ediff-diff.el (ediff-diff-options): Clarify docstring. 59 * ediff-diff.el (ediff-diff-options): Clarify docstring.
56 (ediff-setup-diff-regions): Disallow -u in ediff-diff-options. 60 (ediff-setup-diff-regions): Disallow -u in ediff-diff-options.
57 61
58 * viper-cmd.el (viper-post-command-sentinel): Protect against errors in 62 * viper-cmd.el (viper-post-command-sentinel): Protect against errors in
59 hooks. 63 hooks.
60 (viper-add-newline-at-eob-if-necessary): Add newline only if we 64 (viper-add-newline-at-eob-if-necessary): Add newline only if we
61 actually modify buffer; ignore errors if occur. 65 actually modify buffer; ignore errors if occur.
62 66
63 2006-12-23 Chong Yidong <cyd@stupidchicken.com> 67 2006-12-23 Chong Yidong <cyd@stupidchicken.com>
64 68
65 * calendar/calendar.el (calendar-mode-map): Switch < and >. 69 * calendar/calendar.el (calendar-mode-map): Switch < and >.
66 (calendar-mode-line-format): Use mouse-1 bindings, and tweak 70 (calendar-mode-line-format): Use mouse-1 bindings, and tweak
67 formatting. 71 formatting.