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

Mike Massonnet mmassonnet at xfce.org
Mon Jul 24 22:03:56 CEST 2006


Author: mmassonnet
Date: 2006-07-24 20:03:53 +0000 (Mon, 24 Jul 2006)
New Revision: 1790

Modified:
   xfce4-notes-plugin/trunk/ChangeLog
   xfce4-notes-plugin/trunk/Makefile.am
   xfce4-notes-plugin/trunk/configure.ac
   xfce4-notes-plugin/trunk/panel-plugin/xfce4-notes-plugin.desktop.in.in
   xfce4-notes-plugin/trunk/po/POTFILES.in
   xfce4-notes-plugin/trunk/po/xfce4-notes-plugin.pot
Log:
 * Cleaned autotools
 * Versionning 1.2.2


Modified: xfce4-notes-plugin/trunk/ChangeLog
===================================================================
--- xfce4-notes-plugin/trunk/ChangeLog	2006-07-24 20:01:54 UTC (rev 1789)
+++ xfce4-notes-plugin/trunk/ChangeLog	2006-07-24 20:03:53 UTC (rev 1790)
@@ -1,3 +1,6 @@
++ 2006/07/24	mmassonnet
+	- Support multiple notes through a notebook
+	- Options: always on top, sticky, show at startup, show in task switcher
 + 2006/07/03	mmassonnet
     - New release for new panel version 4.4
     - The features:

Modified: xfce4-notes-plugin/trunk/Makefile.am
===================================================================
--- xfce4-notes-plugin/trunk/Makefile.am	2006-07-24 20:01:54 UTC (rev 1789)
+++ xfce4-notes-plugin/trunk/Makefile.am	2006-07-24 20:03:53 UTC (rev 1790)
@@ -1,7 +1,26 @@
-SUBDIRS = panel-plugin
+ at SET_MAKE@
 
+SUBDIRS = 							\
+	panel-plugin					\
+	po
+
+distclean-local:
+	rm -rf *.cache *~
+
 dist-bz2: dist
 	zcat $(PACKAGE)-$(VERSION).tar.gz | bzip2 --best -c > $(PACKAGE)-$(VERSION).tar.bz2
 
 distcheck-bz2: distcheck
 	zcat $(PACKAGE)-$(VERSION).tar.gz | bzip2 --best -c > $(PACKAGE)-$(VERSION).tar.bz2
+
+EXTRA_DIST =                                \
+    README                              \
+    intltool-extract.in                     \
+    intltool-merge.in                       \
+    intltool-update.in
+
+DISTCLEANFILES =                            \
+    intltool-extract                        \
+    intltool-merge                          \
+    intltool-update
+

Modified: xfce4-notes-plugin/trunk/configure.ac
===================================================================
--- xfce4-notes-plugin/trunk/configure.ac	2006-07-24 20:01:54 UTC (rev 1789)
+++ xfce4-notes-plugin/trunk/configure.ac	2006-07-24 20:03:53 UTC (rev 1790)
@@ -2,17 +2,18 @@
 dnl
 dnl xfce4-notes-plugin - Notes applet for the Xfce4 panel
 dnl
+dnl 2003 Benedikt Meurer <benedikt.meurer at unix-ag.uni-siegen.de>
 dnl 2003 Jakob Henriksson <b0kaj+dev at lysator.liu.se>
 dnl 2006 Mike Massonnet <mmassonnet at gmail.com>
 dnl
 
-m4_define([xfce4_notes_plugin_version], [0.11.1])
+m4_define([xfce4_notes_plugin_version], [1.2.2])
 
 AC_INIT([xfce4-notes-plugin], [xfce4_notes_plugin_version()], 
         [mmassonnet at gmail.com])
 
 AM_INIT_AUTOMAKE([xfce4-notes-plugin], [xfce4_notes_plugin_version()])
-
+AM_CONFIG_HEADER([config.h])
 AM_MAINTAINER_MODE
 
 dnl Avoid g77 and g++ checks
@@ -21,6 +22,11 @@
 m4_undefine([AC_PROG_F77])
 m4_defun([AC_PROG_F77],[])
 
+dnl Check for UNIX variants
+AC_AIX
+AC_ISC_POSIX
+AC_MINIX
+
 dnl Check for basic programs
 AC_PROG_CC
 AC_PROG_INSTALL

Modified: xfce4-notes-plugin/trunk/panel-plugin/xfce4-notes-plugin.desktop.in.in
===================================================================
--- xfce4-notes-plugin/trunk/panel-plugin/xfce4-notes-plugin.desktop.in.in	2006-07-24 20:01:54 UTC (rev 1789)
+++ xfce4-notes-plugin/trunk/panel-plugin/xfce4-notes-plugin.desktop.in.in	2006-07-24 20:03:53 UTC (rev 1790)
@@ -2,7 +2,7 @@
 Type=X-XFCE-PanelPlugin
 Encoding=UTF-8
 _Name=Notes
-_Comment=Notes applet for the Xfce4 panel
+_Comment=Notes plugin for the Xfce4 desktop
 Icon=gtk-edit
 X-XFCE-Exec=@EXTERNAL_PLUGIN_PATH@/xfce4-notes-plugin
-X-XFCE-Unique=true
\ No newline at end of file
+X-XFCE-Unique=true

Modified: xfce4-notes-plugin/trunk/po/POTFILES.in
===================================================================
--- xfce4-notes-plugin/trunk/po/POTFILES.in	2006-07-24 20:01:54 UTC (rev 1789)
+++ xfce4-notes-plugin/trunk/po/POTFILES.in	2006-07-24 20:03:53 UTC (rev 1790)
@@ -1,4 +1,7 @@
 panel-plugin/notes.c
 panel-plugin/notes.h
-panel-plugin/note.h
+panel-plugin/notes-options.c
+panel-plugin/notes-options.h
+panel-plugin/notes-window.c
+panel-plugin/notes-window.h
 panel-plugin/xfce4-notes-plugin.desktop.in.in

Modified: xfce4-notes-plugin/trunk/po/xfce4-notes-plugin.pot
===================================================================
--- xfce4-notes-plugin/trunk/po/xfce4-notes-plugin.pot	2006-07-24 20:01:54 UTC (rev 1789)
+++ xfce4-notes-plugin/trunk/po/xfce4-notes-plugin.pot	2006-07-24 20:03:53 UTC (rev 1790)
@@ -1,14 +1,16 @@
-# SOME DESCRIPTIVE TITLE.
-# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
-# This file is distributed under the same license as the PACKAGE package.
-# FIRST AUTHOR <EMAIL at ADDRESS>, YEAR.
+# Xfce4 notes plugin.
+# Copyright (C) 2003 Jakob Henriksson <b0kaj+dev at lysator.liu.se>
+#               2006 Mike Massonnet <mmassonnet at gmail.com>
+# This file is distributed under the same license as the xfce4-notes-plugin 
+# package.
+# Mike Massonnet <mmassonnet at gmail.com>, 2006.
 #
 #, fuzzy
 msgid ""
 msgstr ""
-"Project-Id-Version: PACKAGE VERSION\n"
+"Project-Id-Version: 1.2.1\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2006-07-03 11:15+0200\n"
+"POT-Creation-Date: 2006-07-24 00:56+0200\n"
 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
 "Last-Translator: FULL NAME <EMAIL at ADDRESS>\n"
 "Language-Team: LANGUAGE <LL at li.org>\n"
@@ -16,13 +18,52 @@
 "Content-Type: text/plain; charset=CHARSET\n"
 "Content-Transfer-Encoding: 8bit\n"
 
-#: ../panel-plugin/notes.h:67
+#: ../panel-plugin/notes.c:244
 msgid ""
 "Notes\n"
 "Click this button to show/hide your notes"
 msgstr ""
 
-#: ../panel-plugin/note.h:109
+#: ../panel-plugin/notes-options.c:59
+msgid "Notes Plugin"
+msgstr ""
+
+#: ../panel-plugin/notes-options.c:64
+msgid "Properties"
+msgstr ""
+
+#: ../panel-plugin/notes-options.c:74
+msgid "Show the notes at startup"
+msgstr ""
+
+#: ../panel-plugin/notes-options.c:82
+msgid "Show in the task switcher"
+msgstr ""
+
+#: ../panel-plugin/notes-options.c:92
+msgid "Always on top"
+msgstr ""
+
+#: ../panel-plugin/notes-options.c:101
+msgid "Stick mode"
+msgstr ""
+
+#: ../panel-plugin/notes-options.c:113
+msgid "Always show vertical scrollbar"
+msgstr ""
+
+#: ../panel-plugin/notes-options.c:117
+msgid "A restart of the panel is needed"
+msgstr ""
+
+#: ../panel-plugin/notes-window.c:96
+msgid "Open a new page"
+msgstr ""
+
+#: ../panel-plugin/notes-window.c:125
+msgid "<b>Notes</b>"
+msgstr ""
+
 #: ../panel-plugin/xfce4-notes-plugin.desktop.in.in.h:1
 msgid "Notes"
 msgstr ""




More information about the Goodies-commits mailing list