diff options
| author | Kim F. Storm | 2006-10-23 09:51:56 +0000 |
|---|---|---|
| committer | Kim F. Storm | 2006-10-23 09:51:56 +0000 |
| commit | a4614668b42cdf5b707df387f7b6011a5554273e (patch) | |
| tree | a6d5c64e16caa44457ed091c153e9ae2463d532f /src | |
| parent | 1943acf777cfcf047939e9e20bc07287b330cf0c (diff) | |
| download | emacs-a4614668b42cdf5b707df387f7b6011a5554273e.tar.gz emacs-a4614668b42cdf5b707df387f7b6011a5554273e.zip | |
*** empty log message ***
Diffstat (limited to 'src')
| -rw-r--r-- | src/ChangeLog | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 48fa6846b2f..d4f67a927de 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,5 +1,7 @@ | |||
| 1 | 2006-10-23 Kim F. Storm <storm@cua.dk> | 1 | 2006-10-23 Kim F. Storm <storm@cua.dk> |
| 2 | 2 | ||
| 3 | * xdisp.c (remember_mouse_glyph): Do nothing if glyphs are not initialized. | ||
| 4 | |||
| 3 | * keyboard.c (read_char): Make an element (t . EVENT) in | 5 | * keyboard.c (read_char): Make an element (t . EVENT) in |
| 4 | unread-command-events add EVENT to the current command's key sequence. | 6 | unread-command-events add EVENT to the current command's key sequence. |
| 5 | (syms_of_keyboard) <unread-command-events>: Update doc. | 7 | (syms_of_keyboard) <unread-command-events>: Update doc. |