[Goodies-commits] r6160 - in xfce4-notes-plugin/trunk: . panel-plugin po

Mike Massonnet mmassonnet at xfce.org
Sat Nov 22 16:50:17 CET 2008


Author: mmassonnet
Date: 2008-11-22 15:50:17 +0000 (Sat, 22 Nov 2008)
New Revision: 6160

Modified:
   xfce4-notes-plugin/trunk/ChangeLog
   xfce4-notes-plugin/trunk/NEWS
   xfce4-notes-plugin/trunk/TODO
   xfce4-notes-plugin/trunk/configure.in.in
   xfce4-notes-plugin/trunk/panel-plugin/defines.h
   xfce4-notes-plugin/trunk/panel-plugin/notes.c
   xfce4-notes-plugin/trunk/panel-plugin/notes.h
   xfce4-notes-plugin/trunk/panel-plugin/panel-plugin.c
   xfce4-notes-plugin/trunk/panel-plugin/settings-dialog.c
   xfce4-notes-plugin/trunk/panel-plugin/settings-dialog.h
   xfce4-notes-plugin/trunk/panel-plugin/xfce4-popup-notes.c
   xfce4-notes-plugin/trunk/panel-plugin/xfce4-popup-notes.h
   xfce4-notes-plugin/trunk/po/POTFILES.in
Log:
=== Release 1.6.3 ===

Modified: xfce4-notes-plugin/trunk/ChangeLog
===================================================================
--- xfce4-notes-plugin/trunk/ChangeLog	2008-11-22 15:17:44 UTC (rev 6159)
+++ xfce4-notes-plugin/trunk/ChangeLog	2008-11-22 15:50:17 UTC (rev 6160)
@@ -1,5 +1,16 @@
-2008-11-13	Jannis Pohlmann <jannis at xfce.org>
+2008-11-22  Mike Massonnet <mmassonnet at xfce.org>
 
+=== Release 1.6.3 ===
+	* panel-plugin/*.h,
+	  panel-plugin/*.c:
+	  - Update FSF address
+	* panel-plugin/panel-plugin.c:
+	  - Add a tooltip text.
+	* panel-plugin/notes.c:
+	  - Forgot one default settings.
+
+2008-11-13  Jannis Pohlmann <jannis at xfce.org>
+
 	* panel-plugin/panel-plugin.c: Add missing includes and a few type 
 	  casts to avoid compiler warnings.
 

Modified: xfce4-notes-plugin/trunk/NEWS
===================================================================
--- xfce4-notes-plugin/trunk/NEWS	2008-11-22 15:17:44 UTC (rev 6159)
+++ xfce4-notes-plugin/trunk/NEWS	2008-11-22 15:50:17 UTC (rev 6160)
@@ -1,3 +1,9 @@
+VERSION 1.6.3
+
+- Clean up with new default settings and small fixes
+- Undo/Redo feature (Ctrl-Z to undo, and again to redo)
+- Hide Tabs option
+
 VERSION 1.6.2
 
 - Add properties dialog (need xfconf at build-time)

Modified: xfce4-notes-plugin/trunk/TODO
===================================================================
--- xfce4-notes-plugin/trunk/TODO	2008-11-22 15:17:44 UTC (rev 6159)
+++ xfce4-notes-plugin/trunk/TODO	2008-11-22 15:50:17 UTC (rev 6160)
@@ -1,3 +1,2 @@
 * HypertextView for hyperlinks
 * Type-ahead style search
-* Lock a note with a toggle button

Modified: xfce4-notes-plugin/trunk/configure.in.in
===================================================================
--- xfce4-notes-plugin/trunk/configure.in.in	2008-11-22 15:17:44 UTC (rev 6159)
+++ xfce4-notes-plugin/trunk/configure.in.in	2008-11-22 15:50:17 UTC (rev 6160)
@@ -11,7 +11,7 @@
 m4_define([xfce4_notes_plugin_version_micro], [3])
 m4_define([xfce4_notes_plugin_version_nano], [])
 m4_define([xfce4_notes_plugin_version_build], [r at REVISION@])
-m4_define([xfce4_notes_plugin_version_tag], [svn]) # Leave empty for releases
+m4_define([xfce4_notes_plugin_version_tag], []) # Leave empty for releases
 m4_define([xfce4_notes_plugin_version], [xfce4_notes_plugin_version_major().xfce4_notes_plugin_version_minor().xfce4_notes_plugin_version_micro()ifelse(xfce4_notes_plugin_version_nano(), [], [], [.xfce4_notes_plugin_version_nano()])ifelse(xfce4_notes_plugin_version_tag(), [svn], [xfce4_notes_plugin_version_tag()-xfce4_notes_plugin_version_build()], [xfce4_notes_plugin_version_tag()])])
 
 AC_INIT([xfce4-notes-plugin], [xfce4_notes_plugin_version], 

Modified: xfce4-notes-plugin/trunk/panel-plugin/defines.h
===================================================================
--- xfce4-notes-plugin/trunk/panel-plugin/defines.h	2008-11-22 15:17:44 UTC (rev 6159)
+++ xfce4-notes-plugin/trunk/panel-plugin/defines.h	2008-11-22 15:50:17 UTC (rev 6160)
@@ -13,7 +13,7 @@
  *
  *  You should have received a copy of the GNU General Public License
  *  along with this program; if not, write to the Free Software
- *  Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+ *  Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
  */
 
 #ifndef DEFINES_H

Modified: xfce4-notes-plugin/trunk/panel-plugin/notes.c
===================================================================
--- xfce4-notes-plugin/trunk/panel-plugin/notes.c	2008-11-22 15:17:44 UTC (rev 6159)
+++ xfce4-notes-plugin/trunk/panel-plugin/notes.c	2008-11-22 15:50:17 UTC (rev 6160)
@@ -14,7 +14,7 @@
  *
  *  You should have received a copy of the GNU General Public License
  *  along with this program; if not, write to the Free Software
- *  Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+ *  Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
  */
 
 #ifdef HAVE_CONFIG_H

Modified: xfce4-notes-plugin/trunk/panel-plugin/notes.h
===================================================================
--- xfce4-notes-plugin/trunk/panel-plugin/notes.h	2008-11-22 15:17:44 UTC (rev 6159)
+++ xfce4-notes-plugin/trunk/panel-plugin/notes.h	2008-11-22 15:50:17 UTC (rev 6160)
@@ -14,7 +14,7 @@
  *
  *  You should have received a copy of the GNU General Public License
  *  along with this program; if not, write to the Free Software
- *  Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+ *  Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
  */
 
 #ifndef NOTES_H

Modified: xfce4-notes-plugin/trunk/panel-plugin/panel-plugin.c
===================================================================
--- xfce4-notes-plugin/trunk/panel-plugin/panel-plugin.c	2008-11-22 15:17:44 UTC (rev 6159)
+++ xfce4-notes-plugin/trunk/panel-plugin/panel-plugin.c	2008-11-22 15:50:17 UTC (rev 6160)
@@ -15,7 +15,7 @@
  *
  *  You should have received a copy of the GNU General Public License
  *  along with this program; if not, write to the Free Software
- *  Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+ *  Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
  */
 
 
@@ -134,7 +134,7 @@
   notes_plugin_load_data (notes_plugin);
 
 #if GTK_CHECK_VERSION (2,12,0)
-  gtk_widget_set_tooltip_text (panel_plugin, _("Notes"));
+  gtk_widget_set_tooltip_text (GTK_WIDGET (panel_plugin), _("Notes"));
 #endif
 }
 

Modified: xfce4-notes-plugin/trunk/panel-plugin/settings-dialog.c
===================================================================
--- xfce4-notes-plugin/trunk/panel-plugin/settings-dialog.c	2008-11-22 15:17:44 UTC (rev 6159)
+++ xfce4-notes-plugin/trunk/panel-plugin/settings-dialog.c	2008-11-22 15:50:17 UTC (rev 6160)
@@ -14,7 +14,7 @@
  *
  *  You should have received a copy of the GNU General Public License
  *  along with this program; if not, write to the Free Software
- *  Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+ *  Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
  */
 
 #ifdef HAVE_CONFIG_H

Modified: xfce4-notes-plugin/trunk/panel-plugin/settings-dialog.h
===================================================================
--- xfce4-notes-plugin/trunk/panel-plugin/settings-dialog.h	2008-11-22 15:17:44 UTC (rev 6159)
+++ xfce4-notes-plugin/trunk/panel-plugin/settings-dialog.h	2008-11-22 15:50:17 UTC (rev 6160)
@@ -14,7 +14,7 @@
  *
  *  You should have received a copy of the GNU General Public License
  *  along with this program; if not, write to the Free Software
- *  Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+ *  Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
  */
 
 #ifndef NOTES_PROPERTIES_DIALOG_H

Modified: xfce4-notes-plugin/trunk/panel-plugin/xfce4-popup-notes.c
===================================================================
--- xfce4-notes-plugin/trunk/panel-plugin/xfce4-popup-notes.c	2008-11-22 15:17:44 UTC (rev 6159)
+++ xfce4-notes-plugin/trunk/panel-plugin/xfce4-popup-notes.c	2008-11-22 15:50:17 UTC (rev 6160)
@@ -17,7 +17,7 @@
  *
  *  You should have received a copy of the GNU General Public License
  *  along with this program; if not, write to the Free Software
- *  Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+ *  Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
  */
 
 #ifdef HAVE_CONFIG_H

Modified: xfce4-notes-plugin/trunk/panel-plugin/xfce4-popup-notes.h
===================================================================
--- xfce4-notes-plugin/trunk/panel-plugin/xfce4-popup-notes.h	2008-11-22 15:17:44 UTC (rev 6159)
+++ xfce4-notes-plugin/trunk/panel-plugin/xfce4-popup-notes.h	2008-11-22 15:50:17 UTC (rev 6160)
@@ -17,7 +17,7 @@
  *
  *  You should have received a copy of the GNU General Public License
  *  along with this program; if not, write to the Free Software
- *  Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+ *  Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
  */
 
 #ifndef __XFCE4_POPUP_NOTES_H__

Modified: xfce4-notes-plugin/trunk/po/POTFILES.in
===================================================================
--- xfce4-notes-plugin/trunk/po/POTFILES.in	2008-11-22 15:17:44 UTC (rev 6159)
+++ xfce4-notes-plugin/trunk/po/POTFILES.in	2008-11-22 15:50:17 UTC (rev 6160)
@@ -1,6 +1,6 @@
 panel-plugin/panel-plugin.c
 panel-plugin/notes.c
 panel-plugin/notes.h
-panel-plugin/notes-properties-dialog.c
-panel-plugin/notes-properties-dialog.h
+panel-plugin/settings-dialog.c
+panel-plugin/settings-dialog.h
 panel-plugin/xfce4-notes-plugin.desktop.in.in




More information about the Goodies-commits mailing list