diff options
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 43a38c6a728..70e646e343d 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,24 @@ | |||
| 1 | 2010-11-18 Jan Djärv <jan.h.d@swipnet.se> | ||
| 2 | |||
| 3 | * xsettings.c (init_gconf): Check HAVE_G_TYPE_INIT. | ||
| 4 | |||
| 5 | * config.in (HAVE_G_TYPE_INIT): New symbol. | ||
| 6 | |||
| 7 | 2010-11-18 Eli Zaretskii <eliz@gnu.org> | ||
| 8 | |||
| 9 | * lread.c (Fload): Mention `load-in-progress' and | ||
| 10 | `load-file-name'. (Bug#7346) | ||
| 11 | |||
| 12 | * keyboard.c (kbd_buffer_nr_stored): Define only ifdef subprocesses. | ||
| 13 | (kbd_buffer_store_event_hold, kbd_buffer_get_event) | ||
| 14 | (tty_read_avail_input): Call kbd_buffer_nr_stored only ifdef | ||
| 15 | subprocesses. Use buffer_free only ifdef subprocesses. | ||
| 16 | |||
| 17 | * process.c (init_process) [subprocesses]: Init kbd_is_on_hold in | ||
| 18 | the subprocesses version, not in the non-subprocesses one. | ||
| 19 | |||
| 20 | * Makefile.in: Don't use ## comment, it breaks the MSDOS build. | ||
| 21 | |||
| 1 | 2010-11-17 Eli Zaretskii <eliz@gnu.org> | 22 | 2010-11-17 Eli Zaretskii <eliz@gnu.org> |
| 2 | 23 | ||
| 3 | * xdisp.c (set_cursor_from_row): Fix cursor positioning in empty | 24 | * xdisp.c (set_cursor_from_row): Fix cursor positioning in empty |