[Goodies-commits] r2184 - in xfce4-notes-plugin/tags: . 1.4

Mike Massonnet mmassonnet at xfce.org
Sun Nov 26 21:30:18 CET 2006


Author: mmassonnet
Date: 2006-11-26 20:30:11 +0000 (Sun, 26 Nov 2006)
New Revision: 2184

Added:
   xfce4-notes-plugin/tags/1.4/
   xfce4-notes-plugin/tags/1.4/ChangeLog
   xfce4-notes-plugin/tags/1.4/configure.in.in
Removed:
   xfce4-notes-plugin/tags/1.4/ChangeLog
   xfce4-notes-plugin/tags/1.4/configure.in.in
Log:
Copy trunk for 1.4 release

Copied: xfce4-notes-plugin/tags/1.4 (from rev 2182, xfce4-notes-plugin/trunk)

Deleted: xfce4-notes-plugin/tags/1.4/ChangeLog

Copied: xfce4-notes-plugin/tags/1.4/ChangeLog (from rev 2183, xfce4-notes-plugin/trunk/ChangeLog)
===================================================================
--- xfce4-notes-plugin/tags/1.4/ChangeLog	                        (rev 0)
+++ xfce4-notes-plugin/tags/1.4/ChangeLog	2006-11-26 20:30:11 UTC (rev 2184)
@@ -0,0 +1,220 @@
+2006-11-26  Mike Massonnet <mmassonnet at gmail.com>
+
+	* === Released 1.4 ===
+	* panel-plugin/notes.c: Fix a bug with the task_switcher.
+	* panel-plugin/notes.c: Don't focus the notebook.
+
+2006-11-25  Mike Massonnet <mmassonnet at gmail.com>
+
+	* po/{*,fr,de}: make update-po.  Update french and german.
+	* panel-plugin/{notes-options.c,notes-window.h,notes-window.c,
+	  notes.h,notes.c}: Add a resize grip (GtkStatusbar), and the
+	  option for it.
+
+2006-10-09	Mike Massonnet <mmassonnet at gmail.com>
+
+	* panel-plugin/notes-options.c: Change window icon from panel to 
+	  settings.
+
+2006-10-03	Mike Massonnet <mmassonnet at gmail.com>
+
+	* panel-plugin/notes.{c,h}: Add a default behavior to reset the last
+	  state of the visibility of the window after restart.
+	* po/*: update-po.
+
+2006-09-24	Mike Massonnet <mmassonnet at gmail.com>
+
+	* panel-plugin/{notes.c,notes-window.c}: Unshade on new page.
+
+2006-09-17	Mike Massonnet <mmassonnet at gmail.com>
+
+	* panel-plugin/notes-window.c: Cycle through the tabs.
+	* panel-plugin/notes.c, panel-plugin/notes-window.c: Use a unique RC 
+	  file.
+
+2006-09-06  Mike Massonnet <mmassonnet at gmail.com>
+
+	* === Released 1.3.99.1 ===
+	* configure.in.in: Tag version 1.3.99.1.
+	* panel-plugin/Makefile.am: Add compilation for xfce4-popup-notes.
+	* panel-plugin/xfce4-popup-notes.{c,h}: New files, derivated from
+	  xfce4-popup-windowlist.
+	* panel-plugin/notes.c: Add message receiver for the xfce4-popup-notes
+	  source.  Shows/hides the notes when called.
+
+2006-08-30  Mike Massonnet <mmassonnet at gmail.com>
+
+	* panel-plugin/notes.c: Use rc groups.
+	* panel-plugin/notes-window.c: Revert the question if only the tab is
+	  edited.  Use a save-timeout when a page is closed.
+	* panel-plugin/notes.{c,h}, panel-plugin/notes-options.c: Still remove 
+	  deprecated code.
+	* panel-plugin/notes.c, panel-plugin/notes-window.c: Clean up
+	  save_on_timeout() and make better use of it (on close a page).  Add
+	  save_on_timeout_execute().
+	* panel-plugin/notes.{c,h}, panel-plugin/notes-window.c: Changed the
+	  panel toggled button against a classic panel button.
+	  Use a simple signal clicked instead of button-press-event for the panel
+	  button.
+	* panel-plugin/notes-window.c: Use default activation in the rename
+	  dialog.
+
+2006-08-14  Mike Massonnet <mmassonnet at gmail.com>
+
+	* panel-plugin/notes-window.c: 
+	  - Add CTRL+Page_Down/Up on key press from the GtkTextView 
+	    to navigate through the notes.
+	  - Add F2 on key press from the GtkTextView to rename (new 
+	    function note_page_rename).
+
+2006-08-12  Mike Massonnet <mmassonnet at gmail.com>
+
+	* panel-plugin/notes-options.c: Remove more deprecated code.
+	* panel-plugin/notes-window.c: Add accelerators for New note
+	  and Close note (Ctrl+N and Ctrl+W).
+
+2006-08-09  Mike Massonnet <mmassonnet at gmail.com>
+
+	* panel-plugin/notes-window.c: Set angle 90 if the label is 
+	  dirty (it looks cool this way, I'm liking it:)).
+	* panel-plugin/notes-options.c: Remove deprecated code.
+	* po/xfce4-notes-plugin.pot, po/*.po: update.
+
+2006-08-08  Mike Massonnet <mmassonnet at gmail.com>
+
+	* === Released 1.3.90.2 ===
+	* panel-plugin/notes-window.c: Add a 3 pixel border around the 
+	  tab label text.  Rename the tabs on double clicking the tab 
+	  label.
+	* panel-plugin/notes-window.c: I have forget to check for the 
+	  response of the dialog ...
+
+2006-08-05  Mike Massonnet <mmassonnet at gmail.com>
+
+	* panel-plugin/notes.c: Fix resize issue after the window has 
+	  been hidden while shaded.
+
+2006-08-02  Mike Massonnet <mmassonnet at gmail.com>
+
+	* ChangeLog: Use the correct format.
+	* panel-plugin/notes-window.c: Changed the tab border to 3 
+	  pixels (that's a 50/50 :)), set the label angle to 90°.
+	  Correct the note_page_destroy to empty the first page instead
+	  of doing nothing.
+	* panel-plugin/notes-window.{c,h}: Remove hbox, pack the text 
+	  label directly in the tab.
+	  Remove set_tab_border (it is said to be deprecated in newly
+	  written code).
+	  Try a new design for the tabs. They are packed at left from 
+	  bottom to top.
+
+
+2006-08-01  Jannis Pohlmann <jannis at xfce.org>
+
+	* configure.in.in: Fixed LINGUAS (removed the quotes around it).
+	* panel-plugin/notes-options.c: Added a 12 pixel border around
+	  the config options to be consistent with other plugins.
+	* panel-plugin/notes-window.c: Added 6 pixel border of notebook 
+	  tabs, which makes it easier to click on them (AFAIK).
+	* panel-plugin/*.c: Cleaned up the English strings. 
+	* po/*.po, po/xfce4-notes-plugin.pot: New strings merged.
+	* po/de.po: German translations updated once again.
+
+2006-08-01  Jannis Pohlmann <jannis at xfce.org>
+
+	* configure.in.in: Removed configure.ac to configure.in.in as 
+	  needed by autogen.sh. 
+
+2006-07-30  Mike Massonnet <mmassonnet at gmail.com>
+
+	- Remove the Add new page button.  Add two buttons Add/Remove.
+	- Remove close eventbox from the tabs
+	- Don't ask confirmation to delete an empty note
+	- Versionning 1.3.0
+
+2006-07-27  Mike Massonnet <mmassonnet at gmail.com>
+
+	- Set vertical scrollbar policy by default to automatic
+    - Add a confirmation dialog on note delete
+
+2006-07-24  Mike Massonnet <mmassonnet at gmail.com>
+
+	- Fix a bug with the window size
+
+2006-07-24  Mike Massonnet <mmassonnet at gmail.com>
+
+    - Support multiple notes through a notebook
+    - Options: always on top, sticky, show at startup, show in task switcher
+
+2006-07-03  Mike Massonnet <mmassonnet at gmail.com>
+
+	- New release for new panel version 4.4
+	- The features:
+		- Save / load the data (amazing isn't it :)
+		- Moving the note without holding ALT (brilliant :)
+		- Show/hide the note (kikoo)
+			- Close button on the upper right corner
+			- Escape touch
+			- Panel toggle button
+		- Always on top and Sticky
+		- Remember the position of the note
+
+2003-10-23  Jakob Henriksson <b0kaj+dev at lysator.liu.se>
+
+	- added a dialog to confirm deletion of a note when it is not
+	  empty.
+
+2003-10-21  Jakob Henriksson <b0kaj+dev at lysator.liu.se>
+
+	- reverted the change med yesterday about reading notes.xml
+	- applied margin patch from jasper
+	- cleaned up saving notes using timers
+
+2003-10-20  Jakob Henriksson <b0kaj+dev at lysator.liu.se>
+
+	- added patch from jasper preventing Alt+F4 to close a note.
+	- make loading the applet to read notex.xml so that old notes
+	  are read when applet is loaded from scratch.
+
+2003-10-16  Jakob Henriksson <b0kaj+dev at lysator.liu.se>
+
+	- added bg_pixmap_name[GTK_STATE_NORMAL] = g_strdup("<none>");
+	  to prevent themes from using bg_pixmaps when user has selected 
+	  not to use system themes/colors.
+	- changed version number to 0.9.7 in configure.ac
+
+2003-10-10  Jakob Henriksson <b0kaj+dev at lysator.liu.se>
+
+	- applied patch from jasper containing addition of double-click
+	  event for creating new notes and some code cleanup.
+
+2003-10-08  Jakob Henriksson <b0kaj+dev at lysator.liu.se>
+
+	- Added autosave min 5 sec and max 10 sec after last edit. This
+	  autosave buisness in order for notes not to get lost when
+	  using "quit" on desktop menu or using ctrl+alt+del for closing
+	  X.
+	- Release version 0.9.6
+	- Upload into CVS at berlios.de
+	- Fixed problem with sticky notes, should be ok now.
+
+2003-10-07  Jakob Henriksson <b0kaj+dev at lysator.liu.se>
+
+	- Added in options: sticky, better color selection, icon choice.
+	- Changed close button to a button instead of an event box. Makes 
+	  possible to regret close if mouse is removed from button while
+	  still pressed down.
+	- Added better tooltips to applet icon in panel.
+	- Made note title editable by double-click
+	- Other code cleanup
+	- Moved resize.png and close.png into code
+	- Released version 0.9.5
+
+2003-10-06  Jakob Henriksson <b0kaj+dev at lysator.liu.se>
+
+	- Added GPL COPYING file
+
+2003-10-05  Jakob Henriksson <b0kaj+dev at lysator.liu.se>
+
+	- Released version 0.9
+

Deleted: xfce4-notes-plugin/tags/1.4/configure.in.in

Copied: xfce4-notes-plugin/tags/1.4/configure.in.in (from rev 2183, xfce4-notes-plugin/trunk/configure.in.in)
===================================================================
--- xfce4-notes-plugin/tags/1.4/configure.in.in	                        (rev 0)
+++ xfce4-notes-plugin/tags/1.4/configure.in.in	2006-11-26 20:30:11 UTC (rev 2184)
@@ -0,0 +1,57 @@
+dnl $Id$
+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], [1.4])
+
+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
+m4_undefine([AC_PROG_CXX])
+m4_defun([AC_PROG_CXX],[])
+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
+AC_PROG_INTLTOOL
+
+dnl Check for standard header files
+AC_HEADER_STDC
+
+dnl Check for X11 installed
+XDT_CHECK_LIBX11_REQUIRE
+
+dnl configure the panel plugin
+XDT_CHECK_PACKAGE([GTK], [gtk+-2.0], [2.6.0])
+XDT_CHECK_PACKAGE([LIBXFCEGUI4], [libxfcegui4-1.0], [4.3.90])
+XDT_CHECK_PACKAGE([LIBXFCE4UTIL], [libxfce4util-1.0], [4.3.90])
+XDT_CHECK_PACKAGE([LIBXFCE4PANEL], [libxfce4panel-1.0], [4.3.90])
+
+dnl Translations
+XDT_I18N([@LINGUAS@])
+
+dnl Check for debugging support
+XDT_FEATURE_DEBUG()
+
+AC_OUTPUT([
+Makefile
+panel-plugin/Makefile
+po/Makefile.in
+])




More information about the Goodies-commits mailing list