Yasumichi Akahoshi
yasum****@users*****
2005年 9月 30日 (金) 02:11:47 JST
Index: cxplorer/configure diff -u cxplorer/configure:1.39 cxplorer/configure:1.40 --- cxplorer/configure:1.39 Tue Sep 27 19:39:31 2005 +++ cxplorer/configure Fri Sep 30 02:11:47 2005 @@ -1,6 +1,6 @@ #! /bin/sh # Guess values for system-dependent variables and create Makefiles. -# Generated by GNU Autoconf 2.59 for cxplorer 1.9.20050927. +# Generated by GNU Autoconf 2.59 for cxplorer 1.9.20050930. # # Report bugs to <yasum****@users*****>. # @@ -269,8 +269,8 @@ # Identity of this package. PACKAGE_NAME='cxplorer' PACKAGE_TARNAME='cxplorer' -PACKAGE_VERSION='1.9.20050927' -PACKAGE_STRING='cxplorer 1.9.20050927' +PACKAGE_VERSION='1.9.20050930' +PACKAGE_STRING='cxplorer 1.9.20050930' PACKAGE_BUGREPORT='yasum****@users*****' ac_unique_file="src" @@ -792,7 +792,7 @@ # Omit some internal or obsolete options to make the list less imposing. # This message is too long to be a string in the A/UX 3.1 sh. cat <<_ACEOF -\`configure' configures cxplorer 1.9.20050927 to adapt to many kinds of systems. +\`configure' configures cxplorer 1.9.20050930 to adapt to many kinds of systems. Usage: $0 [OPTION]... [VAR=VALUE]... @@ -854,7 +854,7 @@ if test -n "$ac_init_help"; then case $ac_init_help in - short | recursive ) echo "Configuration of cxplorer 1.9.20050927:";; + short | recursive ) echo "Configuration of cxplorer 1.9.20050930:";; esac cat <<\_ACEOF @@ -984,7 +984,7 @@ test -n "$ac_init_help" && exit 0 if $ac_init_version; then cat <<\_ACEOF -cxplorer configure 1.9.20050927 +cxplorer configure 1.9.20050930 generated by GNU Autoconf 2.59 Copyright (C) 2003 Free Software Foundation, Inc. @@ -998,7 +998,7 @@ This file contains any messages produced by compilers while running configure, to aid debugging if configure makes a mistake. -It was created by cxplorer $as_me 1.9.20050927, which was +It was created by cxplorer $as_me 1.9.20050930, which was generated by GNU Autoconf 2.59. Invocation command line was $ $0 $@ @@ -1636,7 +1636,7 @@ # Define the identity of the package. PACKAGE='cxplorer' - VERSION='1.9.20050927' + VERSION='1.9.20050930' cat >>confdefs.h <<_ACEOF @@ -3397,12 +3397,12 @@ if test "x$ac_cv_env_CXP_CFLAGS_set" = "xset"; then pkg_cv_CXP_CFLAGS=$ac_cv_env_CXP_CFLAGS_value elif test -n "$PKG_CONFIG"; then - if { (echo "$as_me:$LINENO: \$PKG_CONFIG --exists \"libcxp >= 0.5.1\" >/dev/null 2>&1") >&5 - ($PKG_CONFIG --exists "libcxp >= 0.5.1" >/dev/null 2>&1) 2>&5 + if { (echo "$as_me:$LINENO: \$PKG_CONFIG --exists \"libcxp >= 0.5.3\" >/dev/null 2>&1") >&5 + ($PKG_CONFIG --exists "libcxp >= 0.5.3" >/dev/null 2>&1) 2>&5 ac_status=$? echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); }; then - pkg_cv_CXP_CFLAGS=`$PKG_CONFIG --cflags "libcxp >= 0.5.1" 2>/dev/null` + pkg_cv_CXP_CFLAGS=`$PKG_CONFIG --cflags "libcxp >= 0.5.3" 2>/dev/null` else pkg_failed=yes fi @@ -3420,12 +3420,12 @@ if test "x$ac_cv_env_CXP_LIBS_set" = "xset"; then pkg_cv_CXP_LIBS=$ac_cv_env_CXP_LIBS_value elif test -n "$PKG_CONFIG"; then - if { (echo "$as_me:$LINENO: \$PKG_CONFIG --exists \"libcxp >= 0.5.1\" >/dev/null 2>&1") >&5 - ($PKG_CONFIG --exists "libcxp >= 0.5.1" >/dev/null 2>&1) 2>&5 + if { (echo "$as_me:$LINENO: \$PKG_CONFIG --exists \"libcxp >= 0.5.3\" >/dev/null 2>&1") >&5 + ($PKG_CONFIG --exists "libcxp >= 0.5.3" >/dev/null 2>&1) 2>&5 ac_status=$? echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); }; then - pkg_cv_CXP_LIBS=`$PKG_CONFIG --libs "libcxp >= 0.5.1" 2>/dev/null` + pkg_cv_CXP_LIBS=`$PKG_CONFIG --libs "libcxp >= 0.5.3" 2>/dev/null` else pkg_failed=yes fi @@ -3437,7 +3437,7 @@ echo "${ECHO_T}$pkg_cv_CXP_LIBS" >&6 if test $pkg_failed = yes; then - CXP_PKG_ERRORS=`$PKG_CONFIG --errors-to-stdout --print-errors "libcxp >= 0.5.1"` + CXP_PKG_ERRORS=`$PKG_CONFIG --errors-to-stdout --print-errors "libcxp >= 0.5.3"` # Put the nasty error message in config.log where it belongs echo "$CXP_PKG_ERRORS" 1>&5 @@ -6699,7 +6699,7 @@ } >&5 cat >&5 <<_CSEOF -This file was extended by cxplorer $as_me 1.9.20050927, which was +This file was extended by cxplorer $as_me 1.9.20050930, which was generated by GNU Autoconf 2.59. Invocation command line was CONFIG_FILES = $CONFIG_FILES @@ -6762,7 +6762,7 @@ cat >>$CONFIG_STATUS <<_ACEOF ac_cs_version="\\ -cxplorer config.status 1.9.20050927 +cxplorer config.status 1.9.20050930 configured by $0, generated by GNU Autoconf 2.59, with options \\"`echo "$ac_configure_args" | sed 's/[\\""\`\$]/\\\\&/g'`\\" Index: cxplorer/configure.ac diff -u cxplorer/configure.ac:1.9 cxplorer/configure.ac:1.10 --- cxplorer/configure.ac:1.9 Tue Sep 27 19:39:31 2005 +++ cxplorer/configure.ac Fri Sep 30 02:11:47 2005 @@ -2,7 +2,7 @@ # Process this file with autoconf to produce a configure script. AC_PREREQ(2.59) -AC_INIT(cxplorer, 1.9.20050927, yasum****@users*****) +AC_INIT(cxplorer, 1.9.20050930, yasum****@users*****) AC_CONFIG_SRCDIR([src]) AC_CONFIG_HEADER([config.h]) AM_INIT_AUTOMAKE @@ -14,7 +14,7 @@ AC_PROG_INTLTOOL # Checks for libraries. -PKG_CHECK_MODULES(CXP, libcxp >= 0.5.1,,exit) +PKG_CHECK_MODULES(CXP, libcxp >= 0.5.3,,exit) AC_SUBST(CXP_LIBS) AC_SUBST(CXP_CFLAGS) Index: cxplorer/cxplorer-ui.xml diff -u cxplorer/cxplorer-ui.xml:1.9 cxplorer/cxplorer-ui.xml:1.10 --- cxplorer/cxplorer-ui.xml:1.9 Wed May 18 00:42:05 2005 +++ cxplorer/cxplorer-ui.xml Fri Sep 30 02:11:47 2005 @@ -13,6 +13,7 @@ <menuitem action="MailAction" /> <placeholder name="SendMenuAdditions" /> </menu> + <menuitem action="SetCmdAction" /> <separator /> <menuitem action="PropAction" /> <separator /> @@ -67,6 +68,7 @@ <menuitem action="MailAction" /> <placeholder name="SendMenuAdditions" /> </menu> + <menuitem action="SetCmdAction" /> <separator /> <menuitem action="PropAction" /> </popup>