fujie****@users*****
fujie****@users*****
Tue Jun 21 18:15:03 JST 2011
This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to "xkeymacs" repository containing the "xkeymacs" project. The branch, master has been updated via fb8f35351e8b6b78a24485cb747f9bd2a8a0231b (commit) via c5c861aa735b4c05eb2280b6f6d7821ec49d45ec (commit) via 1b401c9c87625cfb88bb7a5ff4785442a57abd21 (commit) via 8edaa0c356ec5e89581d520ee59f9354ebe1768f (commit) via 16a8d9e9f543f153e1d7172f77e8aa69a28886fc (commit) via a99857d8016d51cdf4906c1d0e81be275a67b6f2 (commit) via 5163cbeb3ea8c8e462707a8927a2197cc1901893 (commit) via 9ba5f8a3562fb1c7dcabb8e7bda15297bffb4e70 (commit) via aee9a84d50633d072cd2d6d327f5fd79e9550522 (commit) via c9006d4a71f607a66eb4016abebc0cb6c1493aa8 (commit) via e2f93b33c24878dcea908ddc1eedc524147c97e0 (commit) via db30d151173c2945916889874460d685ede57cbe (commit) from 7f220a14134e78bfd42dfae73bfa538b1baaaecb (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit fb8f35351e8b6b78a24485cb747f9bd2a8a0231b Author: Kazuhiro Fujieda <fujie****@users*****> Date: Tue Jun 21 16:25:05 2011 +0900 Modify URLs and add a registry key to be deleted in Readme{,_J}.txt. Modify a description of a bug and add descriptions of recent fixes in doc/release{,_J}.txt. commit c5c861aa735b4c05eb2280b6f6d7821ec49d45ec Author: Kazuhiro Fujieda <fujie****@users*****> Date: Tue Jun 21 17:24:05 2011 +0900 Make Load not create new files and LoadMainData not create the "etc" directory in CDotXkeymacs. commit 1b401c9c87625cfb88bb7a5ff4785442a57abd21 Author: Kazuhiro Fujieda <fujie****@users*****> Date: Tue Jun 21 17:21:06 2011 +0900 Remove typedef Language_t in dotxkeymacs.h. Move the declaration of Languages from dotxkeymacs.h to dotxkeymacs.cpp. commit 8edaa0c356ec5e89581d520ee59f9354ebe1768f Author: Kazuhiro Fujieda <fujie****@users*****> Date: Tue Jun 21 16:01:03 2011 +0900 Rewrite CXkeymacsDll::InitKeyboardProc. Fix a bug where VK_END is wrongly pressed on find dialogs. commit 16a8d9e9f543f153e1d7172f77e8aa69a28886fc Author: Kazuhiro Fujieda <fujie****@users*****> Date: Tue Jun 21 15:19:30 2011 +0900 Add const modifiers to arguments and bHookApp in CXkeymacsDll::SetModifierState. commit a99857d8016d51cdf4906c1d0e81be275a67b6f2 Author: Kazuhiro Fujieda <fujie****@users*****> Date: Mon Jun 20 22:09:57 2011 +0900 Modify type casting of arguments of CCommands::DoSetInputMethodOpenStatus in CXkeymacsDll::GetMsgProc. commit 5163cbeb3ea8c8e462707a8927a2197cc1901893 Author: Kazuhiro Fujieda <fujie****@users*****> Date: Wed Jun 15 17:19:05 2011 +0900 Rewrite code to handle keyboard macros again with std::list. Fix a bug where \C-u\C-x( doesn't work. commit 9ba5f8a3562fb1c7dcabb8e7bda15297bffb4e70 Author: Kazuhiro Fujieda <fujie****@users*****> Date: Tue Jun 14 01:08:19 2011 +0900 Rewrite code to handle original functions. Fix a bug where original functions enclosed by '"' don't work well. commit aee9a84d50633d072cd2d6d327f5fd79e9550522 Author: Kazuhiro Fujieda <fujie****@users*****> Date: Wed Jun 15 21:38:19 2011 +0900 Remove m_bAtIbeamCursorOnly from CData. commit c9006d4a71f607a66eb4016abebc0cb6c1493aa8 Author: Kazuhiro Fujieda <fujie****@users*****> Date: Mon Jun 20 16:38:25 2011 +0900 Fix bugs related to the setting modes on the properties dialog. - The setting modes for default and dialogs are initially set to the default mode. - The default key assignments are used after the setting mode reverts from the specific mode to the default mode. - The setting mode can't revert from the disable mode to the default mode. commit e2f93b33c24878dcea908ddc1eedc524147c97e0 Author: Kazuhiro Fujieda <fujie****@users*****> Date: Mon Jun 20 16:05:30 2011 +0900 Separate UpdateRegistryData into LoadRegistry and SaveRegistry in CProfile. commit db30d151173c2945916889874460d685ede57cbe Author: Kazuhiro Fujieda <fujie****@users*****> Date: Sun Jun 19 21:37:02 2011 +0900 Rename m_XkeymacsData m_Data, LoadRegistryData LoadData, and SaveRegistryData SaveData in CProfile. ----------------------------------------------------------------------- Summary of changes: Readme.txt | 5 +- Readme_J.txt | 3 +- doc/release.txt | 11 +- doc/release_J.txt | 9 +- xkeymacs/data.cpp | 1 - xkeymacs/data.h | 1 - xkeymacs/dotxkeymacs.cpp | 194 ++++++++++++++++- xkeymacs/dotxkeymacs.h | 186 ---------------- xkeymacs/profile.cpp | 469 +++++++++++++++----------------------- xkeymacs/profile.h | 9 +- xkeymacs/properties.cpp | 6 +- xkeymacs/propertiesadvanced.cpp | 2 +- xkeymacsdll/xkeymacsdll.cpp | 340 +++++++++++----------------- xkeymacsdll/xkeymacsdll.h | 8 +- 14 files changed, 540 insertions(+), 704 deletions(-) hooks/post-receive -- xkeymacs (xkeymacs)