aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog38
1 files changed, 38 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index aca22996d14..b3fddb33219 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,41 @@
12007-12-31 Tom Tromey <tromey@redhat.com> (tiny change)
2
3 * dbusbind.c (xd_read_message): Use non-static input_event struct.
4
52007-12-31 Magnus Henoch <mange@freemail.hu>
6
7 * dbusbind.c (xd_signature): Signature of variant is just "v".
8
92007-12-30 Michael Albinus <michael.albinus@gmx.de>
10
11 * dbusbind.c: Fix several errors and compiler warnings. Reported
12 by Tom Tromey <tromey@redhat.com>
13 (XD_ERROR, XD_DEBUG_MESSAGE)
14 (XD_DEBUG_VALID_LISP_OBJECT_P): Wrap code with "do ... while (0)".
15 (xd_append_arg): Part for basic D-Bus types rewitten.
16 (xd_retrieve_arg): Split implementation of DBUS_TYPE_BYTE and
17 DBUS_TYPE_(U)INT16. Don't call XD_DEBUG_MESSAGE with "%f" if not
18 appropriate.
19 (xd_read_message): Return Qnil. Don't signal an error; it is not
20 useful during event reading.
21 (Fdbus_register_signal): Signal an error if the check for
22 FUNCTIONP fails.
23 (Fdbus_register_method): New function. The implementation is not
24 complete, the call of the function signals an error therefore.
25 (Fdbus_unregister_object): New function, renamed from
26 Fdbus_unregister_signal. The initial check signals an error, if
27 it the objct is not well formed.
28
292007-12-30 Richard Stallman <rms@gnu.org>
30
31 * textprop.c (get_char_property_and_overlay):
32 Signal error if POSITION is out of range in a buffer.
33
342007-12-29 Martin Rudalics <rudalics@gmx.at>
35
36 * w32fns.c (Fx_create_frame): Make copy of frame parameters
37 because the original parameters are in pure storage now.
38
12007-12-24 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp> 392007-12-24 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2 40
3 * xdisp.c (phys_cursor_in_rect_p): Check if cursor is in fringe area. 41 * xdisp.c (phys_cursor_in_rect_p): Check if cursor is in fringe area.