diff options
| author | Miles Bader | 2008-01-02 04:13:39 +0000 |
|---|---|---|
| committer | Miles Bader | 2008-01-02 04:13:39 +0000 |
| commit | 43a8b8ca5797923a7a9848a513ecc8cfff655e17 (patch) | |
| tree | 1fcd51822e01c6017347954e46b788faa2bf728f /src/ChangeLog | |
| parent | e97d3ec0184763b2479224486e70d23f03bd340f (diff) | |
| parent | aacde24f5cdebc6d7ccb2f50a9d8e413906c4497 (diff) | |
| download | emacs-43a8b8ca5797923a7a9848a513ecc8cfff655e17.tar.gz emacs-43a8b8ca5797923a7a9848a513ecc8cfff655e17.zip | |
Merge from emacs--devo--0
Revision: emacs@sv.gnu.org/emacs--unicode--0--patch-308
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 38 |
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 @@ | |||
| 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. |