Author: iratqq Date: Sat Apr 12 23:44:24 2008 New Revision: 5417
Modified: trunk/emacs/callback.h trunk/emacs/candidate.h trunk/emacs/commit.h trunk/emacs/context.h trunk/emacs/debug.h trunk/emacs/encoding.h trunk/emacs/helper-message.h trunk/emacs/helper-server.h trunk/emacs/helper.h trunk/emacs/im.h trunk/emacs/key.h trunk/emacs/output.h trunk/emacs/preedit.h trunk/emacs/prop.h trunk/emacs/uim-el-agent.h trunk/emacs/uim-el-helper-agent.h trunk/emacs/uim-el-types.h Log: * emacs/uim-el-helper-agent.h: * emacs/uim-el-agent.h: * emacs/prop.h: * emacs/preedit.h: * emacs/output.h: * emacs/key.h: * emacs/im.h: * emacs/helper.h: * emacs/helper-server.h: * emacs/helper-message.h: * emacs/encoding.h: * emacs/debug.h: * emacs/context.h: * emacs/callback.h: * emacs/commit.h: * emacs/candidate.h: * emacs/callback.h: - Apply r5347. Modified: trunk/emacs/callback.h ============================================================================== --- trunk/emacs/callback.h (original) +++ trunk/emacs/callback.h Sat Apr 12 23:44:24 2008 @@ -34,8 +34,8 @@ SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ -#ifndef UIM_AGENT_CB_H -#define UIM_AGENT_CB_H +#ifndef UIM_EMACS_CALLBACK_H +#define UIM_EMACS_CALLBACK_H #include <config.h> Modified: trunk/emacs/candidate.h ============================================================================== --- trunk/emacs/candidate.h (original) +++ trunk/emacs/candidate.h Sat Apr 12 23:44:24 2008 @@ -34,8 +34,8 @@ SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ -#ifndef UIM_AGENT_CANDIDATE_H -#define UIM_AGENT_CANDIDATE_H +#ifndef UIM_EMACS_CANDIDATE_H +#define UIM_EMACS_CANDIDATE_H #include <config.h> Modified: trunk/emacs/commit.h ============================================================================== --- trunk/emacs/commit.h (original) +++ trunk/emacs/commit.h Sat Apr 12 23:44:24 2008 @@ -34,8 +34,8 @@ SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ -#ifndef UIM_AGENT_COMMIT_H -#define UIM_AGENT_COMMIT_H +#ifndef UIM_EMACS_COMMIT_H +#define UIM_EMACS_COMMIT_H #include <config.h> Modified: trunk/emacs/context.h ============================================================================== --- trunk/emacs/context.h (original) +++ trunk/emacs/context.h Sat Apr 12 23:44:24 2008 @@ -34,8 +34,8 @@ SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ -#ifndef UIM_AGENT_CONTEXT_H -#define UIM_AGENT_CONTEXT_H +#ifndef UIM_EMACS_CONTEXT_H +#define UIM_EMACS_CONTEXT_H #include <config.h> Modified: trunk/emacs/debug.h ============================================================================== --- trunk/emacs/debug.h (original) +++ trunk/emacs/debug.h Sat Apr 12 23:44:24 2008 @@ -35,8 +35,8 @@ */ -#ifndef UIM_AGENT_DEBUG_H -#define UIM_AGENT_DEBUG_H +#ifndef UIM_EMACS_DEBUG_H +#define UIM_EMACS_DEBUG_H #include <config.h> Modified: trunk/emacs/encoding.h ============================================================================== --- trunk/emacs/encoding.h (original) +++ trunk/emacs/encoding.h Sat Apr 12 23:44:24 2008 @@ -34,8 +34,8 @@ SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ -#ifndef UIM_AGENT_ENCODING_H -#define UIM_AGENT_ENCODING_H +#ifndef UIM_EMACS_ENCODING_H +#define UIM_EMACS_ENCODING_H #include <config.h> Modified: trunk/emacs/helper-message.h ============================================================================== --- trunk/emacs/helper-message.h (original) +++ trunk/emacs/helper-message.h Sat Apr 12 23:44:24 2008 @@ -34,8 +34,8 @@ SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ -#ifndef UIM_AGENT_HELPER_MESSAGE_H -#define UIM_AGENT_HELPER_MESSAGE_H +#ifndef UIM_EMACS_HELPER_MESSAGE_H +#define UIM_EMACS_HELPER_MESSAGE_H #include <config.h> Modified: trunk/emacs/helper-server.h ============================================================================== --- trunk/emacs/helper-server.h (original) +++ trunk/emacs/helper-server.h Sat Apr 12 23:44:24 2008 @@ -34,8 +34,8 @@ SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ -#ifndef UIM_AGENT_HELPER_SERVER_H -#define UIM_AGENT_HELPER_SERVER_H +#ifndef UIM_EMACS_HELPER_SERVER_H +#define UIM_EMACS_HELPER_SERVER_H #include <config.h> Modified: trunk/emacs/helper.h ============================================================================== --- trunk/emacs/helper.h (original) +++ trunk/emacs/helper.h Sat Apr 12 23:44:24 2008 @@ -34,8 +34,8 @@ SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ -#ifndef UIM_AGENT_HELPER_H -#define UIM_AGENT_HELPER_H +#ifndef UIM_EMACS_HELPER_H +#define UIM_EMACS_HELPER_H #include <config.h> Modified: trunk/emacs/im.h ============================================================================== --- trunk/emacs/im.h (original) +++ trunk/emacs/im.h Sat Apr 12 23:44:24 2008 @@ -34,8 +34,8 @@ SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ -#ifndef UIM_AGENT_IM_H -#define UIM_AGENT_IM_H +#ifndef UIM_EMACS_IM_H +#define UIM_EMACS_IM_H #include <config.h> Modified: trunk/emacs/key.h ============================================================================== --- trunk/emacs/key.h (original) +++ trunk/emacs/key.h Sat Apr 12 23:44:24 2008 @@ -34,8 +34,8 @@ SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ -#ifndef UIM_AGENT_KEY_H -#define UIM_AGENT_KEY_H +#ifndef UIM_EMACS_KEY_H +#define UIM_EMACS_KEY_H #include <config.h> Modified: trunk/emacs/output.h ============================================================================== --- trunk/emacs/output.h (original) +++ trunk/emacs/output.h Sat Apr 12 23:44:24 2008 @@ -34,8 +34,8 @@ SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ -#ifndef UIM_AGENT_OUTPUT_H -#define UIM_AGENT_OUTPUT_H +#ifndef UIM_EMACS_OUTPUT_H +#define UIM_EMACS_OUTPUT_H #include <config.h> Modified: trunk/emacs/preedit.h ============================================================================== --- trunk/emacs/preedit.h (original) +++ trunk/emacs/preedit.h Sat Apr 12 23:44:24 2008 @@ -34,8 +34,8 @@ SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ -#ifndef UIM_AGENT_PREEDIT_H -#define UIM_AGENT_PREEDIT_H +#ifndef UIM_EMACS_PREEDIT_H +#define UIM_EMACS_PREEDIT_H #include <config.h> Modified: trunk/emacs/prop.h ============================================================================== --- trunk/emacs/prop.h (original) +++ trunk/emacs/prop.h Sat Apr 12 23:44:24 2008 @@ -34,8 +34,8 @@ SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ -#ifndef UIM_AGENT_PROP_H -#define UIM_AGENT_PROP_H +#ifndef UIM_EMACS_PROP_H +#define UIM_EMACS_PROP_H #include <config.h> Modified: trunk/emacs/uim-el-agent.h ============================================================================== --- trunk/emacs/uim-el-agent.h (original) +++ trunk/emacs/uim-el-agent.h Sat Apr 12 23:44:24 2008 @@ -34,8 +34,8 @@ SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ -#ifndef UIM_AGENT_H -#define UIM_AGENT_H +#ifndef UIM_EMACS_UIM_EL_AGENT_H +#define UIM_EMACS_UIM_EL_AGENT_H #include <config.h> Modified: trunk/emacs/uim-el-helper-agent.h ============================================================================== --- trunk/emacs/uim-el-helper-agent.h (original) +++ trunk/emacs/uim-el-helper-agent.h Sat Apr 12 23:44:24 2008 @@ -34,8 +34,8 @@ SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ -#ifndef UIM_HELPER_AGENT_H -#define UIM_HELPER_AGENT_H +#ifndef UIM_EMACS_UIM_EL_HELPER_AGENT_H +#define UIM_EMACS_UIM_EL_HELPER_AGENT_H #include <config.h> Modified: trunk/emacs/uim-el-types.h ============================================================================== --- trunk/emacs/uim-el-types.h (original) +++ trunk/emacs/uim-el-types.h Sat Apr 12 23:44:24 2008 @@ -34,8 +34,8 @@ SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ -#ifndef UIM_EL_TYPES_H -#define UIM_EL_TYPES_H +#ifndef UIM_EMACS_UIM_EL_TYPES_H +#define UIM_EMACS_UIM_EL_TYPES_H #include <config.h>
