comparison src/ChangeLog @ 91304:c938ab6810a4

Merge from emacs--devo--0 Revision: emacs@sv.gnu.org/emacs--unicode--0--patch-308
author Miles Bader <miles@gnu.org>
date Wed, 02 Jan 2008 04:13:39 +0000
parents 1ae1f4066439 38cad849184d
children 606f2d163a64
comparison
equal deleted inserted replaced
91303:1ae1f4066439 91304:c938ab6810a4
1 2007-12-31 Tom Tromey <tromey@redhat.com> (tiny change)
2
3 * dbusbind.c (xd_read_message): Use non-static input_event struct.
4
5 2007-12-31 Magnus Henoch <mange@freemail.hu>
6
7 * dbusbind.c (xd_signature): Signature of variant is just "v".
8
9 2007-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
29 2007-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
34 2007-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
1 2007-12-24 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp> 39 2007-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.
4 42
5 2007-12-22 Eli Zaretskii <eliz@gnu.org> 43 2007-12-22 Eli Zaretskii <eliz@gnu.org>