diff options
| author | Stefan Monnier | 2007-10-31 19:25:32 +0000 |
|---|---|---|
| committer | Stefan Monnier | 2007-10-31 19:25:32 +0000 |
| commit | 1bc973c2e4e89685a760187f76f4aeec9799b972 (patch) | |
| tree | e254f90d59286ff87ea772d0062f1196427cf83d /src/ChangeLog | |
| parent | 8ac56013fbde96500613fb57ce38d501a9b7252f (diff) | |
| download | emacs-1bc973c2e4e89685a760187f76f4aeec9799b972.tar.gz emacs-1bc973c2e4e89685a760187f76f4aeec9799b972.zip | |
* keyboard.c (syms_of_keyboard): Initialize the initial_kboard.
(init_keyboard): Set current_kboard's window-system to nil.
(tty_read_avail_input): Typo.
* frame.c (make_initial_frame): Don't initialize the initial_kboard.
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 8d1bf78bdc4..638ca30e047 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,10 @@ | |||
| 1 | 2007-10-31 Stefan Monnier <monnier@iro.umontreal.ca> | ||
| 2 | |||
| 3 | * keyboard.c (syms_of_keyboard): Initialize the initial_kboard. | ||
| 4 | (init_keyboard): Set current_kboard's window-system to nil. | ||
| 5 | (tty_read_avail_input): Typo. | ||
| 6 | * frame.c (make_initial_frame): Don't initialize the initial_kboard. | ||
| 7 | |||
| 1 | 2007-10-31 Dan Nicolaescu <dann@ics.uci.edu> | 8 | 2007-10-31 Dan Nicolaescu <dann@ics.uci.edu> |
| 2 | 9 | ||
| 3 | * s/usg5-4.h: | 10 | * s/usg5-4.h: |