ClipIt-1.3.12-20110228001

+ Fixed: Fixed a typo in the warnings.
+ Fixed: Turned off appindicator because it's buggy.

Changes to be committed:

modified:   ChangeLog
modified:   configure
modified:   configure.in
modified:   src/preferences.h
This commit is contained in:
Cristian Henzel 2011-02-28 14:23:09 +02:00 committed by Cristian Henzel
parent 62103802b8
commit f17c66b687
4 changed files with 28 additions and 22 deletions

View File

@ -1,3 +1,7 @@
ClipIt-1.3.12-20110228001 - 28 Feb. 2011
+ Fixed: Fixed a typo in the warnings.
+ Fixed: Turned off appindicator because it's buggy.
ClipIt-1.3.11-20101224001 - 24 Dec. 2010 ClipIt-1.3.11-20101224001 - 24 Dec. 2010
+ Fixed: Removed some unneeded files from both the archive and git. + Fixed: Removed some unneeded files from both the archive and git.
+ Fixed: Changed git versioning scheme. + Fixed: Changed git versioning scheme.
@ -86,8 +90,8 @@ ClipIt-v1.2.5-12112010002 - 12 Nov. 2010
+ Fixed: Added AM_MAINTAINER_MODE, to get rid of the disable-maintainer-mode + Fixed: Added AM_MAINTAINER_MODE, to get rid of the disable-maintainer-mode
warning. warning.
+ Fixed: Fixed a small typo in main.c. + Fixed: Fixed a small typo in main.c.
+ Fixed: removed dependency of pthread.h (the pthread_exit function that we + Fixed: removed dependency of pthread.h (the pthread_exit function that
use is also included in glib.h). we use is also included in glib.h).
ClipIt-v1.2.4-12112010001 - 12 Nov. 2010 ClipIt-v1.2.4-12112010001 - 12 Nov. 2010
+ Fixed: Fixed 2 small omitions from previous changes. + Fixed: Fixed 2 small omitions from previous changes.
@ -107,26 +111,28 @@ ClipIt-v1.2.1-10112010002 - 10 Nov. 2010
(http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=602205) (http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=602205)
ClipIt-v1.2.0-10112010001 - 10 Nov. 2010 ClipIt-v1.2.0-10112010001 - 10 Nov. 2010
+ Added: Option to save URIs (they were actually saved by default before, but + Added: Option to save URIs (they were actually saved by default before,
now you have the option to disable this behaviour). but now you have the option to disable this behaviour).
+ Fixed: Copying files and folders now works again. + Fixed: Copying files and folders now works again.
+ Fixed: Changed some of the default configuration values. + Fixed: Changed some of the default configuration values.
ClipIt-v1.1.0-09112010001 - 09 Nov. 2010 ClipIt-v1.1.0-09112010001 - 09 Nov. 2010
+ Added: Option to show index numbers in history. + Added: Option to show index numbers in history.
+ Fixed: Search window now gets properly focused when launched with the hotkey. + Fixed: Search window now gets properly focused when launched with the
hotkey.
+ Fixed: Search window is now resizable. + Fixed: Search window is now resizable.
+ Fixed: Double casting when calling 'item_selected'. + Fixed: Double casting when calling 'item_selected'.
+ Fixed: Removed some unnecessary comments and fixed some of the others. + Fixed: Removed some unnecessary comments and fixed some of the others.
+ Fixed: Moved search dialog and functions to manage.c, as this dialog will + Fixed: Moved search dialog and functions to manage.c, as this dialog
become "Manage Clipboard" in the next version. will become "Manage Clipboard" in the next version.
ClipIt-v1.0.0-05112010001 - 05 Nov. 2010 ClipIt-v1.0.0-05112010001 - 05 Nov. 2010
Changes from Parcellite 0.9.2: Changes from Parcellite 0.9.2:
+ Created "Small history" for quick access to last used items. + Created "Small history" for quick access to last used items.
+ Renamed the old history to "Full history". + Renamed the old history to "Full history".
+ "Full history" can now hold up to 1000 items. + "Full history" can now hold up to 1000 items.
+ Ability to put the button for the "Full history" in the systray menu. + Ability to put the button for the "Full history" in the systray
menu.
+ Created a Search function, which allows searching through history. + Created a Search function, which allows searching through history.
+ Added Search hotkey. + Added Search hotkey.
+ Created Exceptions: + Created Exceptions:

22
configure vendored
View File

@ -1,6 +1,6 @@
#! /bin/sh #! /bin/sh
# Guess values for system-dependent variables and create Makefiles. # Guess values for system-dependent variables and create Makefiles.
# Generated by GNU Autoconf 2.67 for clipit 1.3.11. # Generated by GNU Autoconf 2.67 for clipit 1.3.12.
# #
# Report bugs to <oss@rspwn.com>. # Report bugs to <oss@rspwn.com>.
# #
@ -552,8 +552,8 @@ MAKEFLAGS=
# Identity of this package. # Identity of this package.
PACKAGE_NAME='clipit' PACKAGE_NAME='clipit'
PACKAGE_TARNAME='clipit' PACKAGE_TARNAME='clipit'
PACKAGE_VERSION='1.3.11' PACKAGE_VERSION='1.3.12'
PACKAGE_STRING='clipit 1.3.11' PACKAGE_STRING='clipit 1.3.12'
PACKAGE_BUGREPORT='oss@rspwn.com' PACKAGE_BUGREPORT='oss@rspwn.com'
PACKAGE_URL='' PACKAGE_URL=''
@ -1328,7 +1328,7 @@ if test "$ac_init_help" = "long"; then
# Omit some internal or obsolete options to make the list less imposing. # 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. # This message is too long to be a string in the A/UX 3.1 sh.
cat <<_ACEOF cat <<_ACEOF
\`configure' configures clipit 1.3.11 to adapt to many kinds of systems. \`configure' configures clipit 1.3.12 to adapt to many kinds of systems.
Usage: $0 [OPTION]... [VAR=VALUE]... Usage: $0 [OPTION]... [VAR=VALUE]...
@ -1398,7 +1398,7 @@ fi
if test -n "$ac_init_help"; then if test -n "$ac_init_help"; then
case $ac_init_help in case $ac_init_help in
short | recursive ) echo "Configuration of clipit 1.3.11:";; short | recursive ) echo "Configuration of clipit 1.3.12:";;
esac esac
cat <<\_ACEOF cat <<\_ACEOF
@ -1511,7 +1511,7 @@ fi
test -n "$ac_init_help" && exit $ac_status test -n "$ac_init_help" && exit $ac_status
if $ac_init_version; then if $ac_init_version; then
cat <<\_ACEOF cat <<\_ACEOF
clipit configure 1.3.11 clipit configure 1.3.12
generated by GNU Autoconf 2.67 generated by GNU Autoconf 2.67
Copyright (C) 2010 Free Software Foundation, Inc. Copyright (C) 2010 Free Software Foundation, Inc.
@ -1880,7 +1880,7 @@ cat >config.log <<_ACEOF
This file contains any messages produced by compilers while This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake. running configure, to aid debugging if configure makes a mistake.
It was created by clipit $as_me 1.3.11, which was It was created by clipit $as_me 1.3.12, which was
generated by GNU Autoconf 2.67. Invocation command line was generated by GNU Autoconf 2.67. Invocation command line was
$ $0 $@ $ $0 $@
@ -2696,7 +2696,7 @@ fi
# Define the identity of the package. # Define the identity of the package.
PACKAGE=clipit PACKAGE=clipit
VERSION=1.3.11 VERSION=1.3.12
cat >>confdefs.h <<_ACEOF cat >>confdefs.h <<_ACEOF
@ -7487,7 +7487,7 @@ APPINDICATOR_REQUIRED_VERSION=0.2.4
if test "${enable_appindicator+set}" = set; then : if test "${enable_appindicator+set}" = set; then :
enableval=$enable_appindicator; enable_appindicator=$enableval enableval=$enable_appindicator; enable_appindicator=$enableval
else else
enable_appindicator="auto" enable_appindicator="no"
fi fi
@ -9764,7 +9764,7 @@ cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
# report actual input values of CONFIG_FILES etc. instead of their # report actual input values of CONFIG_FILES etc. instead of their
# values after options handling. # values after options handling.
ac_log=" ac_log="
This file was extended by clipit $as_me 1.3.11, which was This file was extended by clipit $as_me 1.3.12, which was
generated by GNU Autoconf 2.67. Invocation command line was generated by GNU Autoconf 2.67. Invocation command line was
CONFIG_FILES = $CONFIG_FILES CONFIG_FILES = $CONFIG_FILES
@ -9830,7 +9830,7 @@ _ACEOF
cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`" ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
ac_cs_version="\\ ac_cs_version="\\
clipit config.status 1.3.11 clipit config.status 1.3.12
configured by $0, generated by GNU Autoconf 2.67, configured by $0, generated by GNU Autoconf 2.67,
with options \\"\$ac_cs_config\\" with options \\"\$ac_cs_config\\"

View File

@ -2,7 +2,7 @@
# Autoconf/automake. # Autoconf/automake.
# ------------------------------------------------------------------------------- # -------------------------------------------------------------------------------
AC_PREREQ([2.5]) AC_PREREQ([2.5])
AC_INIT([clipit], [1.3.11], [oss@rspwn.com]) AC_INIT([clipit], [1.3.12], [oss@rspwn.com])
AM_INIT_AUTOMAKE([AC_PACKAGE_TARNAME()], [AC_PACKAGE_VERSION()]) AM_INIT_AUTOMAKE([AC_PACKAGE_TARNAME()], [AC_PACKAGE_VERSION()])
AC_CONFIG_MACRO_DIR([m4]) AC_CONFIG_MACRO_DIR([m4])
@ -37,7 +37,7 @@ APPINDICATOR_REQUIRED_VERSION=0.2.4
AC_ARG_ENABLE([appindicator], AC_ARG_ENABLE([appindicator],
AS_HELP_STRING([--enable-appindicator[=@<:@no/auto/yes@:>@]],[Build support for application indicators]), AS_HELP_STRING([--enable-appindicator[=@<:@no/auto/yes@:>@]],[Build support for application indicators]),
[enable_appindicator=$enableval], [enable_appindicator=$enableval],
[enable_appindicator="auto"]) [enable_appindicator="no"])
if test x$enable_appindicator = xauto ; then if test x$enable_appindicator = xauto ; then

View File

@ -55,7 +55,7 @@ G_BEGIN_DECLS
#define THEMES_FOLDER "clipit/themes" #define THEMES_FOLDER "clipit/themes"
#define SAVE_HIST_MESSAGE "ClipIt can save your history in a plain text file. If you copy \ #define SAVE_HIST_MESSAGE "ClipIt can save your history in a plain text file. If you copy \
passwords or other sensible data and other people have access to the computer, this might be a \ passwords or other sensitive data and other people have access to the computer, this might be a \
security risk. Do you want to enable history saving?" security risk. Do you want to enable history saving?"
#define CHECK_HIST_MESSAGE "It appears that you have disabled history saving, the current history \ #define CHECK_HIST_MESSAGE "It appears that you have disabled history saving, the current history \