[Xfce4-commits] <xfce4-genmon-plugin:master> Automate changelog generation
Florian Rivoal
noreply at xfce.org
Sat Feb 26 10:14:03 CET 2011
Updating branch refs/heads/master
to 14a13cd40ab478885590236f93e3ca18f5accdf4 (commit)
from 9f0891051d715a7ca6e555073f8f5fd49f3eae26 (commit)
commit 14a13cd40ab478885590236f93e3ca18f5accdf4
Author: Florian Rivoal <frivoal at xfce.org>
Date: Fri Feb 25 09:09:42 2011 +0900
Automate changelog generation
ChangeLog | 38 --------------
Makefile.am | 9 ++++
po/ChangeLog | 152 ----------------------------------------------------------
3 files changed, 9 insertions(+), 190 deletions(-)
diff --git a/ChangeLog b/ChangeLog
deleted file mode 100644
index 5cd2094..0000000
--- a/ChangeLog
+++ /dev/null
@@ -1,38 +0,0 @@
-2008-03-15 3.2 Julien Devemy :
- * Some bug fixes
- * Add the feature of using ~/ (instead of /home/user/)
- * Display XXX if the spawn of the command failed
-
-2007-01-28 3.1 Julien Devemy
- * Release a good tarball
- * Change the configure.ac genmon version
-
-2007-01-09 Nick Schermer
- * Fixed build problems with as-needed (Bug 2722)
-
-2006-10-13 3.0 Julien Devemy
- * Add French translation
- * Add some patches
- * Add some test to avoid buffer overflow
-
-2006-07-14 2.0 Julien Devemy
- * New version managing XML tags for image, bar, tooltip and click
-
-2004-11-01 1.1 Roger Seguin
- * Fixed bug related to memory dynamic allocation
- * Added contribution scripts
-
-2004-09-09 1.0 Roger Seguin
- * Xfce Goodies Release
-
-2004-09-01 0.4 Roger Seguin
- * Reset font after panel orientation change
-
-2004-08-28 0.3 Roger Seguin
- * Improved spawning process
-
-2004-08-28 0.2 Roger Seguin
- * Added font selector for resulting string displayed in panel
-
-2004-08-28 0.1 Roger Seguin
- * Initial release
diff --git a/Makefile.am b/Makefile.am
index 8571d6f..d1e2e4c 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -15,6 +15,15 @@ dist-bz2: dist
distcheck-bz2: distcheck
zcat $(PACKAGE)-$(VERSION).tar.gz | bzip2 --best -c > $(PACKAGE)-$(VERSION).tar.bz2
+.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 = \
README \
intltool-extract.in \
diff --git a/po/ChangeLog b/po/ChangeLog
deleted file mode 100644
index 2fa48fc..0000000
--- a/po/ChangeLog
+++ /dev/null
@@ -1,152 +0,0 @@
-2009-08-08 Mike Massonnet <mmassonnet at xfce.org>
-
- * ast.po: Asturian translation added (Marcos Alvarez Costales)
-
-2009-07-25 Gabor Kelemen <kelemeng at gnome.hu>
-
- * hu.po: Translation updated.
-
-2009-05-29 Mike Massonnet <mmassonnet at xfce.org>
-
- * ur_PK.po: Urdu Pakistan translation update (Muhammad Ali Makki)
- * ur.po: Urdu translation update (Muhammad Ali Makki)
-
-2009-04-20 Mike Massonnet <mmassonnet at xfce.org>
-
- * gl.po: Galician translation update (Leandro Regueiro)
-
-2009-04-16 Mike Massonnet <mmassonnet at xfce.org>
-
- * gl.po: Galician translation update (Leandro Regueiro)
-
-2009-03-14 Maximilian Schleiss <maximilian at xfce.org>
-
- * gl.po: Galician translation update (Leandro Regueiro)
-
-2009-03-05 Mike Massonnet <mmassonnet at xfce.org>
-
- * pt.po: Renamed pt_PT.po to pt.po (bug #4574)
-
-2009-03-01 Maximilian Schleiss <maximilian at xfce.org>
-
- * es.po, LINGUAS: Spanish translation added (Abel Martín)
-
-2009-02-20 Maximilian Schleiss <maximilian at xfce.org>
-
- * gl.po: Galician translation update (Leandro Regueiro)
-
-2009-02-07 Maximilian Schleiss <maximilian at xfce.org>
-
- * it.po; LINGUAS: Italian translation added (Cristian Marchi)
-
-2009-01-13 Alexander Toresson <eulex at xfce.org>
-
- * sv.po, LINGUAS: Swedish translation added (Daniel Nylander)
-
-2008-12-07 Piarres Beobide <pi at beobide.net>
-
- * eu.po: Basque translation update
-
-2008-11-24 Piarres Beobide <pi at beobide.net>
-
- * eu.po: Basque translation update
-
-2008-11-17 Eren Türkay <erenturkay at xfce.org>
-
- * tr.po: Turkish translation update (Turkish translation team)
-
-2008-11-12 Piarres Beobide <pi at beobide.net>
-
- * eu.po: Basque translation update
-
-2008-10-11 Maximilian Schleiss <maximilian at xfce.org>
-
- * ja.po, LINGUAS: Japanese translation added (Masato Hashimoto)
-
-2008-07-25 Og Maciel <ogmaciel at gnome.org>
-
- * pt_BR.po: Updated Brazilian Portuguese translation (Fábio Nogueira)
-
-2008-07-15 Mohamed Magdy <alnokta at xfce.org>
-
- * ar.po: Add Arabic translation
-
-2008-06-26 Maximilian Schleiss <maximilian at xfce.org>
-
- * gl.po, LINGUAS: Galician translation added (Leandro Regueiro)
-
-2008-06-25 Maximilian Schleiss <maximilian at xfce.org>
-
- * id.po, LINGUAS: Indonesian translation added (Andhika Padmawan)
-
-2008-05-27 Mike Massonnet <mmassonnet at xfce.org>
-
- * da.po, LINGUAS: Add Danish translation (Jens Hyllegaard)
-
-2008-03-30 Mike Massonnet <mmassonnet at xfce.org>
-
- * zh_CN.po: Add Chinese Traditional translation,
- by Vern Sun <s5unty at gmail.com>
-
-2007-12-07 Maximilian Schleiss <maximilian at xfce.org>
-
- * de.po: German translation added
- by Fabian Nowak <timystery at arcor.de>
-
-2007-11-18 Maximilian Schleiss <maximilian at xfce.org>
-
- * lv.po: Latvian translation added
- by Rihards Priedītis <rprieditis at inbox.lv>
-
-2007-11-15 Mike Massonnet <mmassonnet at xfce.org>
-
- * ur.po: Update translation by Muhammad Ali Makki <makki.ma at gmail.com>
- * pk.po, ur.po: Rename pk.po to ur.po.
-
-2007-11-06 Og Maciel <ogmaciel at gnome.org>
-
- * pt_BR.po: Updated Brazilian Portuguese translation
- by Fábio Nogueira <deb-user-ba at ubuntu.com>
-
-2007-11-04 Og Maciel <ogmaciel at gnome.org>
-
- * pt_BR.po: Added new Brazilian Portuguese translation
- by Andrius da Costa Ribas <andriusmao at gmail.com>
- * LINGUAS: Added new LINGUAS file
-
-2007-10-28 Mike Massonnet <mmassonnet at xfce.org>
-
- * pk.po: Add new translation by محمد علي المكي <makki.ma at gmail.com>
-
-2007-07-08 Maximilian Schleiss <maximilian at xfce.org>
-
- * pt_PT.po: European Protuguese translation added
- by Nuno Miguel <nunis at netcabo.pt>
-
-2007-03-31 Pau Rul-lan Ferragut <paurullan at bulma.net>
-
- * gb.po: British translation
- by Jeff Bailes <thepizzaking at gmail.com>
-
-2007-02-02 Maximilian Schleiss <maximilian at xfce.org>
-
- * fr.po: Added the Albanian translation
- by Besnik Bleta <besnik at programeshqip.org>
-
-2006-12-15 Pau Rul-lan Ferragut <paurullan at bulma.net>
-
- * ca.po: Added Catalan translation
- by Carles Muñoz Gorriz <carlesmu at ya.com>
-
-2006-10-26 Piarres Beobide <pi at beobide.net>
-
- * eu.po: Add Basque translation
-
-2006-09-03 Jean-François Wauthy <pollux at xfce.org>
-
- * pl.po: Add Polish translations
-
-2006-08-27 Jean-François Wauthy <pollux at xfce.org>
-
- * cs.po: Add Czech translations
-
More information about the Xfce4-commits
mailing list