comparison lisp/ChangeLog @ 103304:2ebd7d8c8506

(normal-no-mouse-startup-screen): Use F1 rather than C-h if C-h is remapped to something else like DEL.
author Stefan Monnier <monnier@iro.umontreal.ca>
date Fri, 29 May 2009 01:31:40 +0000
parents 70832a352a9c
children 87eafd3e9efc
comparison
equal deleted inserted replaced
103303:220750e4fe9a 103304:2ebd7d8c8506
1 2009-05-29 Stefan Monnier <monnier@iro.umontreal.ca>
2
3 * startup.el (normal-no-mouse-startup-screen): Use F1 rather than C-h
4 if C-h is remapped to something else like DEL.
5
1 2009-05-26 Chong Yidong <cyd@stupidchicken.com> 6 2009-05-26 Chong Yidong <cyd@stupidchicken.com>
2 7
3 * edmacro.el (edmacro-parse-keys): Fix 2008-08-19 8 * edmacro.el (edmacro-parse-keys): Fix 2008-08-19 change (Bug#3387).
4 change (Bug#3387).
5 9
6 * view.el (view-recenter): Allow recenter to compute window height 10 * view.el (view-recenter): Allow recenter to compute window height
7 normally. 11 normally.
8 (view-window-size): Use window-line-height to find window height. 12 (view-window-size): Use window-line-height to find window height.
9 (view-page-size-default): Return nil if LINES is nil, 0, or larger 13 (view-page-size-default): Return nil if LINES is nil, 0, or larger
10 than the window height. 14 than the window height.
11 (view-scroll-lines): Handle nil value for DEFAULT arg (Bug#3361). 15 (view-scroll-lines): Handle nil value for DEFAULT arg (Bug#3361).
12 16
13 2009-05-26 Kenichi Handa <handa@m17n.org> 17 2009-05-26 Kenichi Handa <handa@m17n.org>
14 18
15 * textmodes/table.el (table--unibyte-char-to-multibyte): Function 19 * textmodes/table.el (table--unibyte-char-to-multibyte):
16 deleted. 20 Delete function.
17 (*table--cell-self-insert-command, *table--cell-quoted-insert): 21 (*table--cell-self-insert-command, *table--cell-quoted-insert):
18 Don't call table--unibyte-char-to-multibyte (Bug#3372). 22 Don't call table--unibyte-char-to-multibyte (Bug#3372).
19 23
20 2009-05-26 Chong Yidong <cyd@stupidchicken.com> 24 2009-05-26 Chong Yidong <cyd@stupidchicken.com>
21 25
45 * progmodes/grep.el (grep-compute-defaults): Simplify how settings 49 * progmodes/grep.el (grep-compute-defaults): Simplify how settings
46 are looked up. 50 are looked up.
47 (grep-apply-setting): New function. 51 (grep-apply-setting): New function.
48 (grep-highlight-matches, grep-command, grep-template) 52 (grep-highlight-matches, grep-command, grep-template)
49 (grep-use-null-device, grep-find-command, grep-find-template): 53 (grep-use-null-device, grep-find-command, grep-find-template):
50 Clarify role of grep-compute-defaults in docstrings. Use 54 Clarify role of grep-compute-defaults in docstrings.
51 grep-apply-setting to apply changes (Bug#3343). 55 Use grep-apply-setting to apply changes (Bug#3343).
52 56
53 2009-05-21 Glenn Morris <rgm@gnu.org> 57 2009-05-21 Glenn Morris <rgm@gnu.org>
54 58
55 * calendar/cal-move.el (calendar-forward-day): Fix 2008-06-21 change - 59 * calendar/cal-move.el (calendar-forward-day): Fix 2008-06-21 change -
56 always move cursor to new date. (Bug#3338) 60 always move cursor to new date. (Bug#3338)