From b9c7cbf9263f03151d9289373dc15c65f5604647 Mon Sep 17 00:00:00 2001 From: YAMAMOTO Mitsuharu Date: Thu, 24 Nov 2005 08:20:41 +0000 Subject: [PATCH] *** empty log message *** --- lisp/ChangeLog | 4 ++++ man/ChangeLog | 9 +++++++++ src/ChangeLog | 11 +++++++++++ 3 files changed, 24 insertions(+) diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 31be320acc9..728ba2b4def 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,7 @@ +2005-11-24 YAMAMOTO Mitsuharu + + * term/mac-win.el: Make modifier `ctrl' an alias of `control'. + 2005-11-24 Nick Roberts * progmodes/gdb-ui.el (gdb-speedbar-auto-raise): New function diff --git a/man/ChangeLog b/man/ChangeLog index 959fa4fcc41..c82016dd82e 100644 --- a/man/ChangeLog +++ b/man/ChangeLog @@ -1,3 +1,12 @@ +2005-11-24 YAMAMOTO Mitsuharu + + * macos.texi (Mac Input): Remove description of + mac-command-key-is-meta. Add descriptions of + mac-control-modifier, mac-command-modifier, and + mac-option-modifier. + (Mac International): Fix description of conversion of clipboard data. + (Mac Font Specs): Add example of font customization by face attributes. + 2005-11-22 Nick Roberts * building.texi (Watch Expressions): Expand description. diff --git a/src/ChangeLog b/src/ChangeLog index ffb5baf4187..c67eb9c60b1 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,14 @@ +2005-11-24 YAMAMOTO Mitsuharu + + * macterm.c (Qcontrol): Rename from Qctrl. All uses changed. + (syms_of_macterm): Staticpro Qcontrol, Qmeta, Qalt, Qhyper, + Qsuper, and Qmodifier_value. + (Vmac_control_modifier, Vmac_option_modifier) + (Vmac_command_modifier, Vmac_function_modifier) + (Vmac_emulate_three_button_mouse, Vmac_wheel_button_is_mouse_2) + (Vmac_pass_command_to_system, Vmac_pass_control_to_system) + (Vmac_charset_info_alist): Doc fixes. + 2005-11-23 YAMAMOTO Mitsuharu * emacs.c (main) [MAC_OSX]: Change working directory to home -- 2.39.5