Updating branch refs/heads/master
         to 7c5e6380ad8b47165baf57a977f9912ebb753a71 (commit)
       from 1126e624500e99ef2f76ee7d754f88f4c212bc7b (commit)

commit 7c5e6380ad8b47165baf57a977f9912ebb753a71
Author: Florian Rivoal <[email protected]>
Date:   Mon Jan 24 09:39:15 2011 +0900

    Automate Changelog updates

 ChangeLog   |  399 -----------------------------------------------------------
 Makefile.am |    9 ++
 2 files changed, 9 insertions(+), 399 deletions(-)

diff --git a/ChangeLog b/ChangeLog
deleted file mode 100644
index abd0701..0000000
--- a/ChangeLog
+++ /dev/null
@@ -1,399 +0,0 @@
-2010-01-22     Colin Leroy <[email protected]>
-
-       * panel-plugin/weather-http.c
-               Fix bug 5965, "weather plugin may deadlock on network error"
-               Patch by Leonid Evdokimov. 
-               Also, test git commit.
-
-2009-08-04     Colin Leroy <[email protected]>
-
-       Release 0.7.3
-
-2009-08-04     Colin Leroy <[email protected]>
-
-       * panel-plugin/weather-summary.c
-               Fix directory creation problem. Patch by Yves-Alexis Perez
-
-2009-07-28     Colin Leroy <[email protected]>
-
-       Release 0.7.2
-
-2009-07-23     Colin Leroy <[email protected]>
-
-       * panel-plugin, icons/liquid: Remove weather.com logo, and instead 
-       download it from their website the first time it's needed.
-
-2009-07-21     Colin Leroy <[email protected]>
-
-       * Release 0.7.1
-
-2009-07-19     Colin Leroy <[email protected]>
-
-       * panel-plugin/weather-scrollbox.c
-       * panel-plugin/weather-scrollbox.h
-       * panel-plugin/weather.c: Fix bug 5586, implement label change on 
-       mouse scroll. Patch by Leonid Evdokimov.
-
-2009-07-19     Colin Leroy <[email protected]>
-
-       * panel-plugin/weather-http.c: Fix fd closing problem, where we could
-       close stdout if _receive_data_idle() errors out early. Spotted and 
-       patch by Johannes Stezenbach
-
-2009-07-07     Colin Leroy <[email protected]>
-
-       * panel-plugin/weather.c: Finish fixing bug 5505, 'some strings are not 
-       localized'
-       * panel-plugin/weather-http.c: use the non-deprecated getaddrinfo() 
-       instead of gethostbyname()
-
-2009-07-07     Colin Leroy <[email protected]>
-
-       * panel-plugin/weather-translate.c: Fix bug 5505, 'some strings are not 
-       localized'
-
-2009-06-24     Colin Leroy <[email protected]>
-
-       * Release 0.7.0
-
-2009-06-19     Colin Leroy <[email protected]>
-
-       * panel-plugin/weather.c: Don't require 'http://' to be in the 
$HTTP_PROXY
-       environment variable.
-
-2009-06-18     Colin Leroy <[email protected]>
-
-       * panel-plugin/*: Use ipinfodb.com to automatically set the location at
-       the first startup of the plugin instance (when no location is set). This
-       should provide a more or less relevant location (but it can't be worse 
-       than no location at all :-)
-       Also, make it visible that something is happening during this time; and
-       fix the timeout on gethostbyname/connect
-
-2009-06-17     Colin Leroy <[email protected]>
-
-       * panel-plugin/*: Some fixes to the location handling: better search 
-       dialog with buttons that enable/disable when appropriate, focus handling
-       to allow for a quick search. Display the location name instead of code
-       in the configuration panel (and make it non-editable once chosen), and
-       store the display name along the location code (which could help us 
-       migrate to/add another provider transparently if ever needed).
-
-2009-06-16     Colin Leroy <[email protected]>
-
-       Release 0.6.4
-
-2009-06-16     Colin Leroy <[email protected]>
-
-       * panel-plugin/weather.c: Add a Forecast menu item for completeness.
-
-2009-06-16     Colin Leroy <[email protected]>
-
-       * icons/liquid/*: Fix bug #4641, "Unreadable icons". Fix the fog icon, 
-       and also fix a few mismatches.
-
-2009-06-16     Colin Leroy <[email protected]>
-
-       * panel-plugin/weather-summary.c: Fix bug #5471, "Destroying summary 
-       window opens up help window". Thanks to Erik Xian.
-
-2009-06-15     Colin Leroy <[email protected]>
-
-       * panel-plugin/weather.c: Use g_timeout_add_seconds when possible.
-
-2009-06-15     Colin Leroy <[email protected]>
-
-       * panel-plugin/*: Fix bug #4219, "animation when switching between 
-       2+ values is too distracting": Add a preference for label animation.
-
-2009-06-13     Colin Leroy <[email protected]>
-
-       * panel-plugin/weather.c: Check the HTTP_PROXY environment variable
-       both upper and lower case.
-
-2009-06-13     Colin Leroy <[email protected]>
-
-       * 0.6.3 released
-
-2009-06-13     Colin Leroy <[email protected]>
-
-       * panel-plugin/weather-icon.c: fix bug #5456, "Icon unaccessible when 
-       XOAP error". If we couldn't load an icon, load the default one (99).
-
-2009-06-13     Colin Leroy <[email protected]>
-
-       * panel-plugin/weather-summary.c: fix bug #5127, "Bug: Wireless: UMTS |
-       Improvement: Default: Forecast". The first part of it is probably fixed
-       by the fix to bug #4118, this addresses the second part: Forecast tab
-       by default. Also, rename "Summary" to "Details". 
-
-2009-06-13     Colin Leroy <[email protected]>
-
-       * panel-plugin/weather-translate.c: fix bug #4742, "Some strings are 
-       not localized".
-
-2009-06-13     Colin Leroy <[email protected]>
-
-       * panel-plugin/weather.c: fix bug #4642, "Change Location of 
-       Text / Format". The location part was already fixed (bug #5442),
-       this removes the "T:" or similar prefix when there's only one value
-       to display.
-
-2009-06-13     Colin Leroy <[email protected]>
-
-       * panel-plugin/weather-translate.c: fix bug #3818, "weekdays in 
-       Russian are displayed ugly in forecast tab". First patch fixes a
-       too short buffer (by Sergey Otinov), second patch checks whether
-       the strftime-formatted buffer is UTF-8 (based on a patch from
-       Yves-Alexis Perez).
-
-2009-06-12     Colin Leroy <[email protected]>
-
-       * panel-plugin/*: Add an about button in the summary window.
-
-2009-06-11     Colin Leroy <[email protected]>
-
-       * panel-plugin/*: Comply better with weather.com's XOAP license:
-       https://registration.weather.com/common/eula/xmloap.html
-       That'll avoid problems the day they cut service to wrongly formed
-       URLs. The drawback is to have to put their links and logo...
-
-2009-06-11     Colin Leroy <[email protected]>
-
-       * panel-plugin/weather-http.c: Fix HTTP request (Host: and other
-       parameters are only valid in HTTP/1.1)
-
-2009-06-11     Colin Leroy <[email protected]>
-
-       * Fix bug #5444, "Make use of the new GtkTooltip API": 
-       Make the tooltip nicer when possible.
-
-2009-06-11     Colin Leroy <[email protected]>
-
-       * Fix bug #5442, "Unreadable information in weather-plugin": 
-       On horizontal panel, put the label(s) at the right instead of the
-       bottom.
-
-2009-06-11     Colin Leroy <[email protected]>
-
-       * Fix bug #4118, "weather-plugin does not adapt to new network 
-       configuration": use res_init() whenever /etc/resolv.conf changes.
-
-2007-11-18     Nick Schermer <[email protected]>
-
-       * Post release bump, 0.6.3svn
-
-2007-11-18     Nick Schermer <[email protected]>
-
-       * Fix includes for bsd users.
-       * Bump version to 0.6.2 for release.
-
-2007-11-18     Nick Schermer <[email protected]>
-       
-       * Post release bump, 0.6.2svn
-
-2007-11-18     Nick Schermer <[email protected]>
-       
-       * Bump version for release to 0.6.1
-
-2007-11-18     Nick Schermer <[email protected]>
-       
-       * Replace g_error with g_warning to avoid aborts.
-       * Fix indents in ChangeLog.
-
-2007-09-14     Nick Schermer <[email protected]>
-       
-       * Code cleanups.
-       * Fix problem with requests.
-
-2007-09-12     Nick Schermer <[email protected]>
-
-       * Add fully threaded data update, prevent loops, timeout check,
-         better data handling, no cache file. Reschedule an update when
-         there is no connection (up to 5 times).
-       * Merge new strings (warnings and errors only).
-
-2007-09-10     Nick Schermer <[email protected]>
-       
-       * Make the panel dialog icon 48x48 pixels (Bug #3513).
-
-2007-05-26     Nick Schermer <[email protected]>
-
-       * Improve icon loading. When you remove all the labels the
-         icon will fill the entire panel. The icon size is also
-         pixel based, not linked to the GtkIconSize anymore (Bug #3232).
-       * Hide the event box window in the summary dialog, this looks
-         better with most themes.
-
-2007-05-26     Nick Schermer <[email protected]>
-
-       * Commit fix from bug #2934 to fix the location search.
-
-2007-05-26     Nick Schermer <[email protected]>
-
-       * Make the plugin working on FreeBSD. Patch by Stephen Hurd.
-
-2007-03-14     Nick Schermer <[email protected]>
-
-       * Hide the ebox window, so you can see the panel background.
-       * Don't crash when no icons were found.
-       * Show a "No Data" label when nothing has been configured.
-
-2007-01-19     Nick Schermer <[email protected]>
-
-       * Remove line in the translations. Was a typo.
-
-2007-01-15     Nick Schermer <[email protected]>
-
-       * Improve the Makefile.am and configure.in.in files.
-       * You can now use enter and double-click in the search dialog.
-
-2006-12-20     Nick Schermer <[email protected]>
-
-       * Add help button that uses exo-open.
-       * Merge new string
-
-2006-12-17     Nick Schermer <[email protected]>
-
-       * Cleaned up the code
-       * Applied patch from Peggy Kutyla (Bug 2656)
-
-2006-09-06     Nick Schermer <[email protected]>
-
-       * Addded $Id$'s using svn:keyword
-       * Trailing spaces are striped by Geany
-
-2006-09-05     Nick Schermer <[email protected]>
-
-       * Fix typo in desktop file
-
-2006-09-05     Nick Schermer <[email protected]>
-
-       * Improve Makefile.am files. Make distcheck works
-         without any problems now.
-
-2006-09-05     Nick Schermer <[email protected]>
-
-       * Bump version to 0.5.99.1
-       * Depend on Xfce4-panel 4.3.99.1
-
-2006-09-02     Nick Schermer <[email protected]>
-
-       * Include libxfcegui4_libs and some other fixes in the build files
-
-2006-09-02     Nick Schermer <[email protected]>
-
-       * Remove executables
-       * Update ChangeLog
-
-2006-08-08     Nick Schermer <[email protected]>
-
-       * Fix some memory leaks
-       * Clear dialog data and free the liststore
-       * Finalize scrollbox widget
-       * Use panel_slice_new0 and panel_slice_free
-
-2006-08-08     Nick Schermer <[email protected]>
-
-       * Changed version: 0.5.90.2
-       * Released 0.5.90.2
-
-2006-07-14     Nick Schermer <[email protected]>
-
-       * Fixed problems with --as-needed
-       * Some small mem leaks
-       * Added LINGUAS support for translators
-       * Raised version to 0.6.0, because i think it's ready for 4.4
-       * You need libxfcegui4 from svn (or b2)
-       * Added debug code
-       * Some cleanups
-
-2006-06-11     Nick Schermer <[email protected]>
-
-       * Reorder the includes a bit
-       * Changed titled dialog
-       * Added icon for the panel add items dialog
-
-2006-05-27     Nick Schermer <[email protected]>
-
-       * *.po: Updated.
-       * *.gmo: Removed.
-
-2006-05-22     Nick Schermer <[email protected]>
-
-       * Make array const
-       * Added G_{BEGIN,END}_DECLS
-       * Improve Layout
-       * Use guint where possible
-
-2006-05-19     Nick Schermer <[email protected]>
-
-       * A lot if changed in the code to reduce exec. size
-       * Fix build
-       * Added new xfce dialog (if available)
-
-2006-05-18     Nick Schermer <[email protected]>
-
-       * Add refresh button to right click menu for the n00bs
-       * Cleanup code layout
-       * Free some extra pixbufs
-       * Replaced (most) of the debug messages
-       * Remove the build and intltool files, they don't belong
-         in a repo IMHO
-
-2006-05-18     Nick Schermer <[email protected]>
-
-       * Fix build errors
-       * Free a pixbuf with g_object_unref, not with g_free
-       * Typo in metric/imperial save
-
-2006-05-04     Benedikt Meurer <[email protected]>
-
-       * Apply patch from Oliver Lehmann to fix GCC 2.95 compilation.
-         Bug #1759
-
-2006-04-25     Masse Nicolas <[email protected]>
-
-       * update with version from Jasper - now compatible with Xfce-4.4
-
-2003-07-11     Jasper Huijsmans <[email protected]>
-
-       * panel-plugin/sample.c: Hmm, chinese translation updates that
-         didn't get picked up by my previous commit. Should have been in
-         rc1, sorry.
-
-2003-07-11     Jasper Huijsmans <[email protected]>
-
-       * ChangeLog: Update ChangeLog's for release
-
-2003-07-10     Jasper Huijsmans <[email protected]>
-
-       * ChangeLog: Update ChangeLog's for release
-
-2003-07-06     Jasper Huijsmans <[email protected]>
-
-       * ChangeLog: Update ChangeLogs
-
-2003-07-06     Jasper Huijsmans <[email protected]>
-
-       * Makefile.in, aclocal.m4, config.h.in, configure, ltconfig,
-         ltmain.sh, panel-plugin/Makefile.in: libtool update
-
-2003-07-02     Benedikt Meurer <[email protected]>
-
-       * AUTHORS, COPYING, INSTALL, autogen.sh, config.guess, config.sub,
-         ltconfig, ltcf-c.sh, ltmain.sh, Makefile.in, aclocal.m4, compile,
-         config.h.in, depcomp, install-sh, missing, mkinstalldirs,
-         Makefile.am, README, configure, configure.ac, m4/debug.m4,
-         m4/depends.m4, m4/i18n.m4, panel-plugin/Makefile.am,
-         panel-plugin/Makefile.in, panel-plugin/sample.c: Initial import of
-         the sample panel plugin.
-
-2003-07-02     Benedikt Meurer <[email protected]>
-
-       * AUTHORS, COPYING, INSTALL, autogen.sh, config.guess, config.sub,
-         ltconfig, ltcf-c.sh, ltmain.sh, Makefile.in, aclocal.m4, compile,
-         config.h.in, depcomp, install-sh, missing, mkinstalldirs,
-         Makefile.am, README, configure, configure.ac, m4/debug.m4,
-         m4/depends.m4, m4/i18n.m4, panel-plugin/Makefile.am,
-         panel-plugin/Makefile.in, panel-plugin/sample.c: Initial revision
diff --git a/Makefile.am b/Makefile.am
index e42d9e4..294135d 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -10,6 +10,15 @@ rpm: dist
        rpmbuild -ta $(PACKAGE)-$(VERSION).tar.gz
        @rm -f $(PACKAGE)-$(VERSION).tar.gz
 
+.PHONY: ChangeLog
+
+ChangeLog: Makefile
+       (GIT_DIR=$(top_srcdir)/.git git log > .changelog.tmp \
+       && mv .changelog.tmp ChangeLog; rm -f .changelog.tmp) \
+       || (touch ChangeLog; echo 'Git directory not found: installing possibly 
empty changelog.' >&2)
+
+dist-hook: ChangeLog
+
 EXTRA_DIST =                                                           \
        intltool-extract.in                                             \
        intltool-merge.in                                               \
_______________________________________________
Xfce4-commits mailing list
[email protected]
http://foo-projects.org/mailman/listinfo/xfce4-commits

Reply via email to