]> code.delx.au - gnu-emacs/commitdiff
*** empty log message ***
authorYAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
Mon, 19 Dec 2005 08:31:44 +0000 (08:31 +0000)
committerYAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
Mon, 19 Dec 2005 08:31:44 +0000 (08:31 +0000)
lisp/ChangeLog
mac/ChangeLog
src/ChangeLog

index f131be43db285b92260c8da8f788292e6a88eee7..3c0382e7e8251aa82deb212e1641c6be6ded621f 100644 (file)
@@ -1,3 +1,18 @@
+2005-12-19  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
+
+       * cus-edit.el (mac): New group.
+
+       * cus-start.el (all): Add user options in macterm.c.  Add test for
+       Mac-related built-ins.  Fix test for GTK-related built-ins.
+
+       * term/mac-win.el (mac-handle-language-change)
+       (mac-ae-open-documents, mac-ae-get-url, mac-services-open-file)
+       (mac-services-open-selection, mac-services-mail-selection)
+       (mac-services-mail-to, mac-services-insert-text)
+       (mac-dispatch-apple-event): Add docstrings.
+       (x-get-selection, mac-select-convert-to-string): Select coding
+       system from `utf-16be' and `utf-16le' using `byteorder'.
+
 2005-12-18  Stefan Monnier  <monnier@iro.umontreal.ca>
 
        * subr.el (lazy-completion-table): Don't be fooled if the var holds
index cc0979060467e531106e9470348f8b49b2dbb8d5..5f538eb09e00cb5d50aba93ecdc8ae12f01afc2a 100644 (file)
@@ -1,3 +1,7 @@
+2005-12-19  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
+
+       * makefile.MPW (macselect.c.x): Depend on keymap.h.
+
 2005-12-10  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
 
        * Emacs.app/Contents/Info.plist: Add CFBundleURLTypes key and
index 511f507242ba3fc69d7d17b326ad3475d763e31e..2356851886cd51d30c645e6b3f3bcd649a22e308 100644 (file)
@@ -1,3 +1,41 @@
+2005-12-19  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
+
+       * keyboard.c (make_lispy_event): Drag-and-drop items are now
+       stored in member `args' of struct input_event.
+
+       * termhooks.h (struct input_event): Fix comment for DRAG_N_DROP_EVENT.
+
+       * xselect.c (x_handle_dnd_message): Drag-and-drop items are now
+       stored in member `args' of struct input_event.
+
+       * w32term.c (construct_drag_n_drop): Likewise.
+
+       * macterm.c (mac_do_receive_drag): Likewise.
+       (x_use_underline_position_properties): Undo 2005-07-13 change.
+       (syms_of_macterm) <x-use-underline-position-properties>: Likewise.
+       (mac_use_core_graphics, mac_wheel_button_is_mouse_2)
+       (mac_pass_command_to_system, mac_pass_control_to_system): New
+       boolean variables renamed from Lisp_Object ones
+       Vmac_use_core_graphics, Vmac_wheel_button_is_mouse_2,
+       Vmac_pass_command_to_system, and Vmac_pass_control_to_system.  All
+       uses changed.
+       (syms_of_macterm): DEFVAR_BOOL them.  Remove previous DEFVAR_LISPs.
+       Make them user options.
+       (mac_handle_command_event, mac_store_services_event): Call
+       create_apple_event_from_event_ref without 5th argument.
+       (backtranslate_modified_keycode): Mask off modifier keys that are
+       mapped to some Emacs modifiers before passing it to KeyTranslate.
+       (syms_of_macterm): Make variables `mac-emulate-three-button-mouse',
+       `mac-wheel-button-is-mouse-2', and `mac-*-modifier' user options.
+       Fix docstrings of `mac-*-modifier'.
+
+       * mac.c (create_apple_event_from_event_ref): Remove arg `types'.
+       (do_applescript): Change argument types to Lisp_Object.  All uses
+       changed.
+
+       * macterm.h (create_apple_event_from_event_ref): Remove 5th
+       argument from extern.
+
 2005-12-18  Dan Nicolaescu  <dann@ics.uci.edu>
 
        * xfns.c (Fx_backspace_delete_keys_p): In case we cannot determine