aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorKaroly Lorentey2005-12-26 03:16:59 +0000
committerKaroly Lorentey2005-12-26 03:16:59 +0000
commitfeba0cd6405ebb80af743e2f978442d9c837bcd2 (patch)
tree1cb964aa641bee514d9cda2eafe27a0a97e65ad1 /src/ChangeLog
parent30663b475e57197c9896a252e1d4ca31c579fa2b (diff)
parent7a32e81fb608282314e27db21a00138aaa91f29a (diff)
downloademacs-feba0cd6405ebb80af743e2f978442d9c837bcd2.tar.gz
emacs-feba0cd6405ebb80af743e2f978442d9c837bcd2.zip
Merged from miles@gnu.org--gnu-2005 (patch 677)
Patches applied: * miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-677 Update from CVS git-archimport-id: lorentey@elte.hu--2004/emacs--multi-tty--0--patch-463
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog54
1 files changed, 54 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 275477a765f..969f9f6c46d 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,57 @@
12005-12-20 Juri Linkov <juri@jurta.org>
2
3 * xmenu.c (Fx_popup_menu): Set Vmenu_updating_frame to f if
4 position is non-nil, else set it to nil.
5
6 * macmenu.c (Fx_popup_menu): Add `else' to set
7 Vmenu_updating_frame to nil only if position is nil.
8
9 * w32menu.c (Fx_popup_menu): Add `else' to set
10 Vmenu_updating_frame to nil only if position is nil.
11
122005-12-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
13
14 * keyboard.c (make_lispy_event): Drag-and-drop items are now
15 stored in member `args' of struct input_event.
16
17 * termhooks.h (struct input_event): Fix comment for DRAG_N_DROP_EVENT.
18
19 * xselect.c (x_handle_dnd_message): Drag-and-drop items are now
20 stored in member `args' of struct input_event.
21
22 * w32term.c (construct_drag_n_drop): Likewise.
23
24 * macterm.c (mac_do_receive_drag): Likewise.
25 (x_use_underline_position_properties): Undo 2005-07-13 change.
26 (syms_of_macterm) <x-use-underline-position-properties>: Likewise.
27 (mac_use_core_graphics, mac_wheel_button_is_mouse_2)
28 (mac_pass_command_to_system, mac_pass_control_to_system): New
29 boolean variables renamed from Lisp_Object ones
30 Vmac_use_core_graphics, Vmac_wheel_button_is_mouse_2,
31 Vmac_pass_command_to_system, and Vmac_pass_control_to_system. All
32 uses changed.
33 (syms_of_macterm): DEFVAR_BOOL them. Remove previous DEFVAR_LISPs.
34 Make them user options.
35 (mac_handle_command_event, mac_store_services_event): Call
36 create_apple_event_from_event_ref without 5th argument.
37 (backtranslate_modified_keycode): Mask off modifier keys that are
38 mapped to some Emacs modifiers before passing it to KeyTranslate.
39 (syms_of_macterm): Make variables `mac-emulate-three-button-mouse',
40 `mac-wheel-button-is-mouse-2', and `mac-*-modifier' user options.
41 Fix docstrings of `mac-*-modifier'.
42
43 * mac.c (create_apple_event_from_event_ref): Remove arg `types'.
44 (do_applescript): Change argument types to Lisp_Object. All uses
45 changed.
46
47 * macterm.h (create_apple_event_from_event_ref): Remove 5th
48 argument from extern.
49
502005-12-18 Dan Nicolaescu <dann@ics.uci.edu>
51
52 * xfns.c (Fx_backspace_delete_keys_p): In case we cannot determine
53 the answer, return `lambda', not nil.
54
12005-12-17 Eli Zaretskii <eliz@gnu.org> 552005-12-17 Eli Zaretskii <eliz@gnu.org>
2 56
3 * makefile.w32-in (bootstrap-temacs): Warn that parts of commands 57 * makefile.w32-in (bootstrap-temacs): Warn that parts of commands