aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorMiles Bader2007-12-29 02:39:17 +0000
committerMiles Bader2007-12-29 02:39:17 +0000
commita0c92ed92d3d62d4926dafb1d595d87843df4688 (patch)
tree78f12dd6f97a0f96b846fbf08e3f8ce39a701f8e /src/ChangeLog
parent9aeb99f00a02c695b14f2ee349141eb9641ca6da (diff)
parent870356897e927f380841268667a92b40fb9e6782 (diff)
downloademacs-a0c92ed92d3d62d4926dafb1d595d87843df4688.tar.gz
emacs-a0c92ed92d3d62d4926dafb1d595d87843df4688.zip
Merge from emacs--devo--0
Revision: emacs@sv.gnu.org/emacs--unicode--0--patch-306
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog85
1 files changed, 85 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index d5edca82fe9..be2c5824f51 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,77 @@
12007-12-24 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2
3 * process.c (make_process): Initialize pty_flag to Qnil instead of 0
4 as it is not a bit field on Emacs 22 yet.
5
6 * xdisp.c (phys_cursor_in_rect_p): Check if cursor is in fringe area.
7
82007-12-22 Eli Zaretskii <eliz@gnu.org>
9
10 * callint.c (syms_of_callint) <command-history>: Add reference to
11 history-length in the doc string.
12
132007-12-17 Jason Rumney <jasonr@gnu.org>
14
15 * w32fns.c (w32_wnd_proc) <WM_KEYDOWN>: Cast char to unsigned
16 before passing as wParam.
17
182007-12-22 Michael Albinus <michael.albinus@gmx.de>
19
20 * dbusbind.c (xd_retrieve_arg): Handle DBUS_TYPE_BYTE,
21 DBUS_TYPE_INT16, DBUS_TYPE_UINT16, DBUS_TYPE_INT64,
22 DBUS_TYPE_UINT64, DBUS_TYPE_DOUBLE and DBUS_TYPE_SIGNATURE.
23 Return float when DBUS_TYPE_INT32 or DBUS_TYPE_UINT32 do not fit
24 as number.
25 (Fdbus_call_method): Fix docstring.
26
272007-12-21 Michael Albinus <michael.albinus@gmx.de>
28
29 * dbusbind.c (XD_BASIC_DBUS_TYPE, XD_DBUS_TYPE_P, XD_NEXT_VALUE):
30 New macros.
31 (XD_SYMBOL_TO_DBUS_TYPE): Renamed from
32 XD_LISP_SYMBOL_TO_DBUS_TYPE.
33 (XD_OBJECT_TO_DBUS_TYPE): Renamed from
34 XD_LISP_OBJECT_TO_DBUS_TYPE. Simplify.
35 (xd_signature): New function.
36 (xd_append_arg): Compute also signatures. Major rewrite.
37 (xd_retrieve_arg): Make debug messages friendly.
38 (Fdbus_call_method, Fdbus_send_signal): Extend docstring. Check
39 for signatures of arguments.
40
412007-12-19 Michael Albinus <michael.albinus@gmx.de>
42
43 * dbusbind.c (QCdbus_type_byte, QCdbus_type_boolean)
44 (QCdbus_type_int16, QCdbus_type_uint16, QCdbus_type_int32)
45 (QCdbus_type_uint32, QCdbus_type_int64, QCdbus_type_uint64)
46 (QCdbus_type_double, QCdbus_type_string, QCdbus_type_object_path)
47 (QCdbus_type_signature, QCdbus_type_array, QCdbus_type_variant)
48 (QCdbus_type_struct, QCdbus_type_dict_entry): New D-Bus type
49 symbols.
50 (XD_LISP_SYMBOL_TO_DBUS_TYPE): New macro.
51 (XD_LISP_OBJECT_TO_DBUS_TYPE): Add compound types.
52 (xd_retrieve_value): Removed. Functionality included in ...
53 (xd_append_arg): New function.
54 (Fdbus_call_method, Fdbus_send_signal): Apply it.
55
562007-12-16 Michael Albinus <michael.albinus@gmx.de>
57
58 * dbusbind.c (top): Include <stdio.h>.
59 (Fdbus_call_method, Fdbus_send_signal): Apply type cast in
60 dbus_message_new_method_call and dbus_message_new_signal.
61 (Fdbus_register_signal): Rename unique_name to uname. Check
62 handler for FUNCTIONP instead of CHECK_SYMBOL. Handle case of
63 non-existing unique name. Fix typos in matching rule. Return an
64 object which is useful in Fdbus_unregister_signal.
65 (Fdbus_unregister_signal): Reimplementation, in order to remove
66 only the corresponding entry.
67 (Vdbus_registered_functions_table): Change the order of entries.
68 Apply these changes in xd_read_message and Fdbus_register_signal.
69
702007-12-16 Andreas Schwab <schwab@suse.de>
71
72 * fileio.c (Finsert_file_contents): Fix overflow check to not
73 depend on undefined integer overflow.
74
12007-12-14 Jason Rumney <jasonr@gnu.org> 752007-12-14 Jason Rumney <jasonr@gnu.org>
2 76
3 * w32term.c (w32_read_socket): Use MULTIBYTE_CHAR_KEYSTROKE_EVENT 77 * w32term.c (w32_read_socket): Use MULTIBYTE_CHAR_KEYSTROKE_EVENT
@@ -837,6 +911,12 @@
837 * msdos.c (dos_rawgetc): Undo last change (there's no ``leaving 911 * msdos.c (dos_rawgetc): Undo last change (there's no ``leaving
838 selected frame'' on MSDOS). 912 selected frame'' on MSDOS).
839 913
9142007-10-12 Martin Rudalics <rudalics@gmx.at>
915
916 * frame.c (Qexplicit_name): New variable.
917 (x_report_frame_params): Report it in parameter alist.
918 (syms_of_frame): Intern and staticpro it.
919
8402007-10-10 Patrick Mahan <mahan@mahan.org> (tiny change) 9202007-10-10 Patrick Mahan <mahan@mahan.org> (tiny change)
841 921
842 * macfns.c (x_create_tip_frame): Set terminal for frame. 922 * macfns.c (x_create_tip_frame): Set terminal for frame.
@@ -864,6 +944,11 @@
864 944
865 * puresize.h (BASE_PURESIZE): Increase to 1170000. 945 * puresize.h (BASE_PURESIZE): Increase to 1170000.
866 946
9472007-10-09 Jason Rumney <jasonr@gnu.org>
948
949 * w32term.c (x_set_window_size): Disable code that attempts to tell
950 Lisp code about a size change before it actually happens.
951
8672007-10-09 Richard Stallman <rms@gnu.org> 9522007-10-09 Richard Stallman <rms@gnu.org>
868 953
869 * xdisp.c (handle_invisible_prop): After setting up an ellipsis, 954 * xdisp.c (handle_invisible_prop): After setting up an ellipsis,