← Back to team overview

gnome-split-team team mailing list archive

[Branch ~gnome-split-team/gnome-split/nautilus-extension] Rev 13: Update ChangeLog and README. Version 0.2

 

------------------------------------------------------------
revno: 13
tags: nautilus-gnome-split-0.2
committer: Guillaume Mazoyer <respawneral@xxxxxxxxx>
branch nick: nautilus-gnome-split
timestamp: Tue 2012-01-24 01:48:52 +0100
message:
  Update ChangeLog and README. Version 0.2
modified:
  ChangeLog
  NEWS
  configure
  configure.ac
  po/fr.po


--
lp:~gnome-split-team/gnome-split/nautilus-extension
https://code.launchpad.net/~gnome-split-team/gnome-split/nautilus-extension

Your team GNOME Split developers is subscribed to branch lp:~gnome-split-team/gnome-split/nautilus-extension.
To unsubscribe from this branch go to https://code.launchpad.net/~gnome-split-team/gnome-split/nautilus-extension/+edit-subscription
=== modified file 'ChangeLog'
--- ChangeLog	2012-01-22 20:13:12 +0000
+++ ChangeLog	2012-01-24 00:48:52 +0000
@@ -1,3 +1,15 @@
+2012-01-23  Guillaume Mazoyer  <respawneral@xxxxxxxxx>
+
+	Do not show the menu entry if the user selected a directory.
+
+2012-01-23  Guillaume Mazoyer  <respawneral@xxxxxxxxx>
+
+	Minor code format fix.
+
+2012-01-22  Guillaume Mazoyer  <respawneral@xxxxxxxxx>
+
+	Update ChangeLog and README. Version 0.1
+
 2012-01-22  Guillaume Mazoyer  <respawneral@xxxxxxxxx>
 
 	Remove useless .pot file.

=== modified file 'NEWS'
--- NEWS	2012-01-22 20:08:39 +0000
+++ NEWS	2012-01-24 00:48:52 +0000
@@ -1,5 +1,10 @@
 NEWS
 
+Nautilus GNOME Split 0.2 (24 Jan 2012)
+======================================
+
+  * Fix entries displayed when user selected directory.
+
 Nautilus GNOME Split 0.1 (22 Jan 2012)
 ======================================
 

=== modified file 'configure'
--- configure	2012-01-22 00:11:03 +0000
+++ configure	2012-01-24 00:48:52 +0000
@@ -1,6 +1,6 @@
 #! /bin/sh
 # Guess values for system-dependent variables and create Makefiles.
-# Generated by GNU Autoconf 2.68 for nautilus-gnome-split 0.1.
+# Generated by GNU Autoconf 2.68 for nautilus-gnome-split 0.2.
 #
 # Report bugs to <j@xxxxxxxxx>.
 #
@@ -569,8 +569,8 @@
 # Identity of this package.
 PACKAGE_NAME='nautilus-gnome-split'
 PACKAGE_TARNAME='nautilus-gnome-split'
-PACKAGE_VERSION='0.1'
-PACKAGE_STRING='nautilus-gnome-split 0.1'
+PACKAGE_VERSION='0.2'
+PACKAGE_STRING='nautilus-gnome-split 0.2'
 PACKAGE_BUGREPORT='respawneral@xxxxxxxxx'
 PACKAGE_URL=''
 
@@ -1355,7 +1355,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 nautilus-gnome-split 0.1 to adapt to many kinds of systems.
+\`configure' configures nautilus-gnome-split 0.2 to adapt to many kinds of systems.
 
 Usage: $0 [OPTION]... [VAR=VALUE]...
 
@@ -1426,7 +1426,7 @@
 
 if test -n "$ac_init_help"; then
   case $ac_init_help in
-     short | recursive ) echo "Configuration of nautilus-gnome-split 0.1:";;
+     short | recursive ) echo "Configuration of nautilus-gnome-split 0.2:";;
    esac
   cat <<\_ACEOF
 
@@ -1550,7 +1550,7 @@
 test -n "$ac_init_help" && exit $ac_status
 if $ac_init_version; then
   cat <<\_ACEOF
-nautilus-gnome-split configure 0.1
+nautilus-gnome-split configure 0.2
 generated by GNU Autoconf 2.68
 
 Copyright (C) 2010 Free Software Foundation, Inc.
@@ -1919,7 +1919,7 @@
 This file contains any messages produced by compilers while
 running configure, to aid debugging if configure makes a mistake.
 
-It was created by nautilus-gnome-split $as_me 0.1, which was
+It was created by nautilus-gnome-split $as_me 0.2, which was
 generated by GNU Autoconf 2.68.  Invocation command line was
 
   $ $0 $@
@@ -2738,7 +2738,7 @@
 
 # Define the identity of the package.
  PACKAGE='nautilus-gnome-split'
- VERSION='0.1'
+ VERSION='0.2'
 
 
 cat >>confdefs.h <<_ACEOF
@@ -13679,7 +13679,7 @@
 # report actual input values of CONFIG_FILES etc. instead of their
 # values after options handling.
 ac_log="
-This file was extended by nautilus-gnome-split $as_me 0.1, which was
+This file was extended by nautilus-gnome-split $as_me 0.2, which was
 generated by GNU Autoconf 2.68.  Invocation command line was
 
   CONFIG_FILES    = $CONFIG_FILES
@@ -13745,7 +13745,7 @@
 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
 ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
 ac_cs_version="\\
-nautilus-gnome-split config.status 0.1
+nautilus-gnome-split config.status 0.2
 configured by $0, generated by GNU Autoconf 2.68,
   with options \\"\$ac_cs_config\\"
 

=== modified file 'configure.ac'
--- configure.ac	2012-01-22 00:11:03 +0000
+++ configure.ac	2012-01-24 00:48:52 +0000
@@ -1,4 +1,4 @@
-AC_INIT([nautilus-gnome-split],[0.1],[respawneral@xxxxxxxxx],[nautilus-gnome-split])
+AC_INIT([nautilus-gnome-split],[0.2],[respawneral@xxxxxxxxx],[nautilus-gnome-split])
 AC_CONFIG_MACRO_DIR([m4])
 AC_CONFIG_SRCDIR([Makefile.am])
 AC_CONFIG_HEADERS(config.h)

=== modified file 'po/fr.po'
--- po/fr.po	2012-01-22 16:47:03 +0000
+++ po/fr.po	2012-01-24 00:48:52 +0000
@@ -7,7 +7,7 @@
 msgstr ""
 "Project-Id-Version: nautilus-gnome-split 0.1\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2012-01-22 17:46+0100\n"
+"POT-Creation-Date: 2012-01-24 01:35+0100\n"
 "PO-Revision-Date: 2012-01-22 12:32+0100\n"
 "Last-Translator: Guillaume Mazoyer <respawneral@xxxxxxxxx>\n"
 "Language-Team: French\n"