Revision: 832
http://geany-plugins.svn.sourceforge.net/geany-plugins/?rev=832&view=rev
Author: eht16
Date: 2009-07-17 18:19:31 +0000 (Fri, 17 Jul 2009)
Log Message:
-----------
ChangeLog updated :-)
Modified Paths:
--------------
branches/geany-plugins-0.17.1/addons/ChangeLog
Modified: branches/geany-plugins-0.17.1/addons/ChangeLog
===================================================================
--- branches/geany-plugins-0.17.1/addons/ChangeLog 2009-07-17 18:16:40 UTC (rev 831)
+++ branches/geany-plugins-0.17.1/addons/ChangeLog 2009-07-17 18:19:31 UTC (rev 832)
@@ -0,0 +1,94 @@
+2009-07-17 Enrico Tröger <enrico(dot)troeger(at)uvena(dot)de>
+
+ * src/ao_systray.c:
+ Attempt to fix crashes when quitting Geany from the system tray
+ icon.
+
+
+2009-06-16 Enrico Tröger <enrico(dot)troeger(at)uvena(dot)de>
+
+ * src/ao_doclist.c:
+ Fix a memory leak.
+ * src/ao_doclist.c:
+ Fix a typo. Fix label for new, untitled files in the document list
+ menu.
+ Show current document in bold in in the document list menu.
+
+
+2009-06-12 Enrico Tröger <enrico(dot)troeger(at)uvena(dot)de>
+
+ * src/ao_systray.c:
+ Remove unnecessary casts.
+ * src/ao_systray.c:
+ Fix build for GTK 2.8.
+
+
+2009-05-30 Enrico Tröger <enrico(dot)troeger(at)uvena(dot)de>
+
+ * configure.in:
+ Post-release version bump.
+ * NEWS, README:
+ Update for 0.2.
+ * configure.in, po/addons.pot, po/geanyaddons.pot:
+ Prefix the gettext package with "geany" to avoid possible naming
+ conflicts.
+
+
+2009-05-02 Enrico Tröger <enrico(dot)troeger(at)uvena(dot)de>
+
+ * src/ao_systray.c:
+ Fix typo (oops).
+
+
+2009-04-29 Enrico Tröger <enrico(dot)troeger(at)uvena(dot)de>
+
+ * makefile.win32:
+ Fix build on Windows.
+ * src/ao_systray.c:
+ Simplify the show/hide code so it also works for Windows.
+ * po/POTFILES.in, src/Makefile.am, src/addons.c, src/ao_systray.c,
+ src/ao_systray.h:
+ Implement a notification area icon (systray) as part of the
+ Addons plugin.
+
+
+2009-04-24 Enrico Tröger <enrico(dot)troeger(at)uvena(dot)de>
+
+ * makefile.win32:
+ Fix Windows build (reported by Timothy Boronczyk, thanks).
+
+
+2009-04-07 Enrico Tröger <enrico(dot)troeger(at)uvena(dot)de>
+
+ * configure.in, src/addons.c:
+ Post-release version bump.
+ * NEWS, README:
+ Initial release of the Addons plugins.
+
+
+2009-04-06 Enrico Tröger <enrico(dot)troeger(at)uvena(dot)de>
+
+ * AUTHORS, README, makefile.win32, po/POTFILES.in, src/Makefile.am,
+ src/addons.c, src/tasks.c, src/tasks.h:
+ Move Tasks plugin into the Addons plugins as of biot's request.
+
+
+2009-03-29 Enrico Tröger <enrico(dot)troeger(at)uvena(dot)de>
+
+ * src/ao_doclist.c:
+ Don't use menu item images for the tab bar menu to save some
+ vertical space.
+
+
+2009-03-13 Enrico Tröger <enrico(dot)troeger(at)uvena(dot)de>
+
+ * src/ao_openuri.c:
+ Make the check for a valid URI a bit stricter to reduce the
+ amount of false-positives.
+
+
+2009-02-26 Enrico Tröger <enrico(dot)troeger(at)uvena(dot)de>
+
+ * *.*:
+ Import 'Addons' plugin which adds various small addons to Geany
+ which aren't worth an own plugin but might still useful for people.
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
Revision: 831
http://geany-plugins.svn.sourceforge.net/geany-plugins/?rev=831&view=rev
Author: eht16
Date: 2009-07-17 18:16:40 +0000 (Fri, 17 Jul 2009)
Log Message:
-----------
ChangeLog updated :-)
Modified Paths:
--------------
trunk/geany-plugins/addons/ChangeLog
Modified: trunk/geany-plugins/addons/ChangeLog
===================================================================
--- trunk/geany-plugins/addons/ChangeLog 2009-07-17 17:01:45 UTC (rev 830)
+++ trunk/geany-plugins/addons/ChangeLog 2009-07-17 18:16:40 UTC (rev 831)
@@ -0,0 +1,101 @@
+2009-07-17 Enrico Tröger <enrico(dot)troeger(at)uvena(dot)de>
+
+ * src/ao_systray.c:
+ Attempt to fix crashes when quitting Geany from the system tray
+ icon.
+
+
+2009-07-16 Enrico Tröger <enrico(dot)troeger(at)uvena(dot)de>
+
+ * src/addons.c, src/ao_doclist.c, src/ao_openuri.c, src/ao_systray.c,
+ src/tasks.c:
+ Use single header includes.
+
+
+2009-06-16 Enrico Tröger <enrico(dot)troeger(at)uvena(dot)de>
+
+ * src/ao_doclist.c:
+ Fix a memory leak.
+ * src/ao_doclist.c:
+ Fix a typo. Fix label for new, untitled files in the document list
+ menu.
+ Show current document in bold in in the document list menu.
+
+
+2009-06-12 Enrico Tröger <enrico(dot)troeger(at)uvena(dot)de>
+
+ * src/ao_systray.c:
+ Remove unnecessary casts.
+ * src/ao_systray.c:
+ Fix build for GTK 2.8.
+
+
+2009-05-30 Enrico Tröger <enrico(dot)troeger(at)uvena(dot)de>
+
+ * configure.in:
+ Post-release version bump.
+ * NEWS, README:
+ Update for 0.2.
+ * configure.in, po/addons.pot, po/geanyaddons.pot:
+ Prefix the gettext package with "geany" to avoid possible naming
+ conflicts.
+
+
+2009-05-02 Enrico Tröger <enrico(dot)troeger(at)uvena(dot)de>
+
+ * src/ao_systray.c:
+ Fix typo (oops).
+
+
+2009-04-29 Enrico Tröger <enrico(dot)troeger(at)uvena(dot)de>
+
+ * makefile.win32:
+ Fix build on Windows.
+ * src/ao_systray.c:
+ Simplify the show/hide code so it also works for Windows.
+ * po/POTFILES.in, src/Makefile.am, src/addons.c, src/ao_systray.c,
+ src/ao_systray.h:
+ Implement a notification area icon (systray) as part of the
+ Addons plugin.
+
+
+2009-04-24 Enrico Tröger <enrico(dot)troeger(at)uvena(dot)de>
+
+ * makefile.win32:
+ Fix Windows build (reported by Timothy Boronczyk, thanks).
+
+
+2009-04-07 Enrico Tröger <enrico(dot)troeger(at)uvena(dot)de>
+
+ * configure.in, src/addons.c:
+ Post-release version bump.
+ * NEWS, README:
+ Initial release of the Addons plugins.
+
+
+2009-04-06 Enrico Tröger <enrico(dot)troeger(at)uvena(dot)de>
+
+ * AUTHORS, README, makefile.win32, po/POTFILES.in, src/Makefile.am,
+ src/addons.c, src/tasks.c, src/tasks.h:
+ Move Tasks plugin into the Addons plugins as of biot's request.
+
+
+2009-03-29 Enrico Tröger <enrico(dot)troeger(at)uvena(dot)de>
+
+ * src/ao_doclist.c:
+ Don't use menu item images for the tab bar menu to save some
+ vertical space.
+
+
+2009-03-13 Enrico Tröger <enrico(dot)troeger(at)uvena(dot)de>
+
+ * src/ao_openuri.c:
+ Make the check for a valid URI a bit stricter to reduce the
+ amount of false-positives.
+
+
+2009-02-26 Enrico Tröger <enrico(dot)troeger(at)uvena(dot)de>
+
+ * *.*:
+ Import 'Addons' plugin which adds various small addons to Geany
+ which aren't worth an own plugin but might still useful for people.
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.