diff options
| author | Glenn Morris | 2009-01-09 03:30:02 +0000 |
|---|---|---|
| committer | Glenn Morris | 2009-01-09 03:30:02 +0000 |
| commit | 4b09796d423bb241d597f147ce0d53567ce10b3f (patch) | |
| tree | 633f04054914da6094f0d5ef03ca0a5f077663b7 /src/ChangeLog | |
| parent | a31e445edbbc9e629fbc62a11e1a7fc0fd9fe6c7 (diff) | |
| download | emacs-4b09796d423bb241d597f147ce0d53567ce10b3f.tar.gz emacs-4b09796d423bb241d597f147ce0d53567ce10b3f.zip | |
(last_command_char): For clarity, rename to...
(last_command-event): ... and update all users.
(last_input_char): For clarity, rename to...
(last_input_event): ... and update all users.
(last-command-char, last-input-char): Move to subr.el as aliases.
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index ed3f736b096..22d944a48b2 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,12 @@ | |||
| 1 | 2009-01-09 Glenn Morris <rgm@gnu.org> | ||
| 2 | |||
| 3 | * keyboard.c (last_command_char): For clarity, rename to... | ||
| 4 | (last_command-event): ... and update all users. | ||
| 5 | (last_input_char): For clarity, rename to... | ||
| 6 | (last_input_event): ... and update all users. | ||
| 7 | (last-command-char, last-input-char): Move to subr.el as aliases. | ||
| 8 | * cmds.c, commands.h: Update for last_command_char rename. | ||
| 9 | |||
| 1 | 2009-01-08 Chong Yidong <cyd@stupidchicken.com> | 10 | 2009-01-08 Chong Yidong <cyd@stupidchicken.com> |
| 2 | 11 | ||
| 3 | * font.c (font_open_for_lface): Handle unspecified height | 12 | * font.c (font_open_for_lface): Handle unspecified height |