diff options
| author | Stefan Monnier | 2010-11-17 22:54:14 -0500 |
|---|---|---|
| committer | Stefan Monnier | 2010-11-17 22:54:14 -0500 |
| commit | 4a47c2757309e338321da1e7a2f6d399a306ce7d (patch) | |
| tree | de441bac2c90c3302459c5f0ffe9c53ec4b31c2f /src/ChangeLog | |
| parent | 8bbb7dd8a6d08540a81a7a2baa2274d8e6d65c92 (diff) | |
| parent | b916cbefa481920a49eac03c7025693f38afc882 (diff) | |
| download | emacs-4a47c2757309e338321da1e7a2f6d399a306ce7d.tar.gz emacs-4a47c2757309e338321da1e7a2f6d399a306ce7d.zip | |
Merge from emacs-23
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 |