comparison src/ChangeLog @ 91239:2fcaae6177a5

Merge from emacs--devo--0 Revision: emacs@sv.gnu.org/emacs--unicode--0--patch-300
author Miles Bader <miles@gnu.org>
date Sun, 16 Dec 2007 05:08:49 +0000
parents 53108e6cea98 1d6e3255f024
children 56a72e2bd635
comparison
equal deleted inserted replaced
91238:5cf14a2107b5 91239:2fcaae6177a5
1 2007-12-14 Jason Rumney <jasonr@gnu.org>
2
3 * w32term.c (w32_read_socket): Use MULTIBYTE_CHAR_KEYSTROKE_EVENT
4 for characters above 127.
5
6 2007-12-13 Jason Rumney <jasonr@gnu.org>
7
8 * w32fns.c (w32_wnd_proc, Fw32_reconstruct_hot_key): Range check
9 before dereferencing array.
10 (lookup_vk_code): Remove zero comparison.
11
12 2007-12-14 Michael Albinus <michael.albinus@gmx.de>
13
14 * dbusbind.c (xd_retrieve_value, xd_retrieve_arg)
15 (Fdbus_call_method, Fdbus_send_signal, xd_read_message): Use
16 `unsigned int' instead of `uint'.
17 (xd_read_message, Fdbus_register_signal): Split expressions into
18 multiple lines before operators "&&" and "||", according to the
19 GNU Coding Standards.
20
21 2007-12-14 Eli Zaretskii <eliz@gnu.org>
22
23 * dispextern.h (WINDOWS_NT): Fix incorrect spelling of WINDOWSNT.
24
25 2007-12-12 Juri Linkov <juri@jurta.org>
26
27 * buffer.c (Frename_buffer): In interactive spec replace
28 `read-buffer' with `read-string' that uses `buffer-name-history'
29 as history, and the current buffer's name as default.
30
31 2007-12-10 Stefan Monnier <monnier@iro.umontreal.ca>
32
33 * keyboard.c (Fcommand_execute): Call Qcall_interactively instead of
34 manipulating the backtrace manually.
35 (make_lispy_event): Merge the ASCII and MULTIBYTE cases.
36 (struct backtrace, backtrace_list): Remove.
37 (command_loop_1): Remove dead var `no_direct'.
38
39 * buffer.c (reset_buffer_local_variables): If permanent_too is 0, also
40 preserve non-built-in buffer-local variables.
41 (Fkill_all_local_variables): Don't re-create&re-set permanent
42 buffer-local variables.
43
44 2007-12-09 Juri Linkov <juri@jurta.org>
45
46 * buffer.c (Frename_buffer): Change interactive spec from "s" to
47 Lisp code that uses `read-buffer' with current buffer as default.
48
49 2007-12-08 Michael Albinus <michael.albinus@gmx.de>
50
51 * dbusbind.c (xd_read_message): Generate an event for every
52 registered handler. There might be several handlers registered
53 for the same signal.
54 (Fdbus_register_signal): Don't overwrite a registration for the
55 same signal. Add a new registration if handlers are different.
56 (Vdbus_registered_functions_table): Rework doc string.
57
58 2007-12-07 Michael Albinus <michael.albinus@gmx.de>
59
60 * dbusbind.c (Fdbus_get_unique_name, xd_read_message)
61 (Fdbus_register_signal): Use DBUS_MAXIMUM_NAME_LENGTH and
62 DBUS_MAXIMUM_MATCH_RULE_LENGTH for string lengths.
63 (Fdbus_call_method, Fdbus_send_signal, Fdbus_register_signal):
64 Unify argument lists.
65 (xd_read_message, Fdbus_register_signal) Reorder and extend event
66 arguments and hash table keys. Use unique name for service.
67 (Fdbus_unregister_signal): Remove checks.
68 (Vdbus_registered_functions_table): Fix doc string.
69
1 2007-12-05 Magnus Henoch <mange@freemail.hu> 70 2007-12-05 Magnus Henoch <mange@freemail.hu>
2 71
3 * process.c (make_process): Initialize pty_flag to 0. 72 * process.c (make_process): Initialize pty_flag to 0.
4 73
5 2007-12-05 Jason Rumney <jasonr@gnu.org> 74 2007-12-05 Jason Rumney <jasonr@gnu.org>