aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorStefan Monnier2010-11-17 22:54:14 -0500
committerStefan Monnier2010-11-17 22:54:14 -0500
commit4a47c2757309e338321da1e7a2f6d399a306ce7d (patch)
treede441bac2c90c3302459c5f0ffe9c53ec4b31c2f /src/ChangeLog
parent8bbb7dd8a6d08540a81a7a2baa2274d8e6d65c92 (diff)
parentb916cbefa481920a49eac03c7025693f38afc882 (diff)
downloademacs-4a47c2757309e338321da1e7a2f6d399a306ce7d.tar.gz
emacs-4a47c2757309e338321da1e7a2f6d399a306ce7d.zip
Merge from emacs-23
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog21
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 @@
12010-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
72010-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
12010-11-17 Eli Zaretskii <eliz@gnu.org> 222010-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