[Xfce4-commits] <xfce4-battery-plugin:master> Release 1.0.0
Florian Rivoal
noreply at xfce.org
Mon Jan 3 14:58:02 CET 2011
Updating branch refs/heads/master
to d7f8d48239d8059bd34a5ead0371c9aacb9bfe42 (commit)
from 997016cdac826834593c45ae5222c215e824e691 (commit)
commit d7f8d48239d8059bd34a5ead0371c9aacb9bfe42
Author: Florian Rivoal <frivoal at xfce.org>
Date: Mon Jan 3 22:48:44 2011 +0900
Release 1.0.0
ChangeLog | 1574 ++++++++++++++++++++++++++++++++++++++++++++++++++-----
NEWS | 18 +
configure.ac.in | 8 +-
3 files changed, 1478 insertions(+), 122 deletions(-)
diff --git a/ChangeLog b/ChangeLog
index fdc3f8b..4321d8c 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,125 +1,1463 @@
-2008-09-21 Mike Massonnet <mmassonnet at xfce.org>
- * Fix build for libtool 2.2 (or at least for ArchLinux)
+commit 997016cdac826834593c45ae5222c215e824e691
+Author: Florian Rivoal <frivoal at xfce.org>
+Date: Mon Jan 3 22:09:25 2011 +0900
-2008-09-04 Auke Kok <sofar at xfce.org>
- * Reduce polling interval for ACPI reads to reduce ACPI interrupts.
+ Rename the icon files
+
+ Change the name from battery.* xfce4-battery-plugin.*, and move them
+ from devices to apps.
-2007-08-17 Nick Schermer <nick at xfce.org>
+commit 67335eaf19954d17160ce7f87e1a2ea01b6d4733
+Author: Harald Servat <redcrash at gmail.com>
+Date: Sun Jan 2 20:25:10 2011 +0100
- * Apply patch to fix compilation with kfreebsd (Bug #3040).
- * Apply patch to make the plugin work with newer kernels (Bug #3190).
+ l10n: Updated Catalan (Valencian) (ca) translation to 100%
+
+ New status: 32 messages complete with 0 fuzzies and 0 untranslated.
+
+ Transmitted-via: Transifex (translations.xfce.org).
-2007-01-17 Nick Schermer <nick at xfce.org>
+commit 31068734cf878c0ef4f33249c7a5be93f1a6ef19
+Author: Terje Uriansrud <terje at uriansrud.net>
+Date: Sun Jan 2 19:40:54 2011 +0100
- * Remove the inline icon and add Tango icons.
- * Improve Makefile.am and configure files.
- * Use the battery icon in the desktop file.
- * Fix LDADD to prevent linker problems.
- * Bump version to 0.5.0 for release with Xfce 4.4.0
+ l10n: Updated Norwegian Bokmal (nb) translation to 100%
+
+ New status: 32 messages complete with 0 fuzzies and 0 untranslated.
+
+ Transmitted-via: Transifex (translations.xfce.org).
-2006-12-20 Nick Schermer <nick at xfce.org>
-
- * panel-plugin/battery.c: Add help button with exo-open
- to battery wiki page.
- * po/*.po: Merge new string
-
-2006-10-22 Nick Schermer <nick at xfce.org>
-
- * Regenerated po files
- * Applied atch from Tim Baga <tim.baga at gmail dot com>
- * Fixed update_apm_status() to allow plugin display correct
- information on systems with multiple batteries.
- * Maid few fixes to avoid overlapping remaining time/percentage
- labels on small panel height.
- * Due to different ACPI data update time on different systems made
- approx. 10 seconds averaging of calculations of remaining time/percentage.
- * Now plugin shows remaining discharge time when ac adaptor is off,
- otherwise remaining charge time.
- * Added option "hide time/percentage when full". Actually it hides
- appropriate labels when battery is charging, and it's charge >= 99%.
- * Changed default low/critical battery action to "Display a warning message".
-
-2006-09-06 Nick Schermer <nick at xfce.org>
-
- * Added $Id$ using svn:keywords
- * Added COPYING.LIB for libacpi and libapm
- * Updated the copyright text in all *.c and *.h files
- * Regenerated po files
- * Some improvements in build files
-
-2006-09-02 Nick Schermer <nick at xfce.org>
-
- * configure.in.in, Makefile.am, panel-plugin/Makefile.am: Improvements
- in build files. This also makes building with as-needed possible.
- * libapm.c, libapm.h, battery.c: Rename files
-
-2006-09-01 Nick Schermer <nick at xfce.org>
-
- * Bumped version to 0.4.90.2 for release.
-
-2006-09-01 Nick Schermer <nick at xfce.org>
-
- * panel-plugin/battmon.c, panel-plugin/libacpi.c: Applied patches (or
- parts of it) from Bug #1261, Bug #1475
- * panel-plugin/battmon.c, panel-plugin/libacpi.c: NetBSD patch from
- Stefan Sperling <stsp at stsp.in-berlin.de>
-
-2006-09-01 Nick Schermer <nick at xfce.org>
-
- * configure.ac, autogen.sh, po/LINGUAS: Switch to linguas support,
- rename configure.in to configure.in.in
- * po/xfce4-battery-plugin.pot: Addded file
- * po/*.po: Regenerated po files
-
-2006-09-01 Nick Schermer <nick at xfce.org>
-
- * panel-plugin/libacpi.c: Apply patch from Giuseppe Ciotta to
- remove hardcoded battery paths.
- * panel-plugin/battmon.c: Fix crash when adding the plugin.
- * panel-plugin/battmon.c: Fix plugin resize problem (bug #1791)
- * panel-plugin/battmon.c: Improved icon loading and try to load the
- battery icon from your current theme (fallback on buildin icon).
- * panel-plugin/battmon.c: Initially hide the icon when building the
- plugin (this stops the icon from flashing if disabled).
- * panel-plugin/battmon.c: Remove the time label from "display percentage"
- and add a new option "Display time".
- * panel-plugin/battmon.c: Fix label alignment if only 1 "option" is shown
- in a vbox.
- * panel-plugin/battmon.c, configure.ac: Use new titled dialog and depend on
- beta 2.
- * panel-plugin/battmon.c: Couple of small fixes, improvement, memleaks etc.
-
-2003-07-18 Jasper Huijsmans <jasper at xfce.org>
-
- * panel-plugin/battmon.c: Change panel API again to prevent old
- plugins to crash the panel
-
-2003-07-17 Benedikt Meurer <benny at xfce.org>
-
- * ChangeLog: Updated ChangeLog.
-
-2003-07-17 Benedikt Meurer <benny at xfce.org>
-
- * compile, depcomp, README, aclocal.m4, ltmain.sh, configure,
- configure.ac, config.guess, install-sh, AUTHORS, COPYING,
- ChangeLog, INSTALL, Makefile.am, Makefile.in, autogen.sh,
- config.h.in, config.sub, missing, mkinstalldirs, m4/debug.m4,
- m4/depends.m4, m4/i18n.m4, panel-plugin/Makefile.am,
- panel-plugin/Makefile.in, panel-plugin/acpi-linux.c,
- panel-plugin/acpi-linux.h, panel-plugin/apm.h,
- panel-plugin/apmlib.c, panel-plugin/battmon.c,
- panel-plugin/libbattmon_la-apmlib.loT: Initial revision
-
-2003-07-17 Benedikt Meurer <benny at xfce.org>
-
- * compile, depcomp, README, aclocal.m4, ltmain.sh, configure,
- configure.ac, config.guess, install-sh, AUTHORS, COPYING,
- ChangeLog, INSTALL, Makefile.am, Makefile.in, autogen.sh,
- config.h.in, config.sub, missing, mkinstalldirs, m4/debug.m4,
- m4/depends.m4, m4/i18n.m4, panel-plugin/Makefile.am,
- panel-plugin/Makefile.in, panel-plugin/acpi-linux.c,
- panel-plugin/acpi-linux.h, panel-plugin/apm.h,
- panel-plugin/apmlib.c, panel-plugin/battmon.c,
- panel-plugin/libbattmon_la-apmlib.loT: Initial import of the
- battery monitor panel plugin.
+commit 1888c534a9a7ea91a3f4b7546df965805a63d63e
+Author: Robert Hartl <hartl.robert at gmail.com>
+Date: Sun Jan 2 14:37:10 2011 +0100
+ l10n: Slovak translation
+
+ New status: 28 messages complete with 0 fuzzies and 4 untranslated.
+
+ Transmitted-via: Transifex (translations.xfce.org).
+
+commit 517c071847fe153c665f436743d2708205843e71
+Author: Florian Rivoal <frivoal at xfce.org>
+Date: Fri Dec 31 15:29:34 2010 +0900
+
+ Make the warning messages non modal
+
+ This way, even if the user doesn't answer them, the plugin can still
+ carry on its job.
+
+ Fixes bug #3008
+
+commit 01bbdb7fe220e044711f27c2c05b217dfba918f6
+Author: Florian Rivoal <frivoal at xfce.org>
+Date: Fri Dec 31 15:10:34 2010 +0900
+
+ Fix a misstyped ifdef
+
+commit b0bbe7b6fd6e9e565b6ce0e94cbab8237c376e9a
+Author: Per Kongstad <p_kongstad at op.pl>
+Date: Wed Dec 29 20:58:23 2010 +0100
+
+ l10n: Updated Danish (da) translation to 100%
+
+ New status: 32 messages complete with 0 fuzzies and 0 untranslated.
+
+ Transmitted-via: Transifex (translations.xfce.org).
+
+commit 5f83d6f8631b3aa7eaf69631c193e78d21bca9ec
+Author: Xu Meihong <mhuntxu at gmail.com>
+Date: Tue Dec 28 16:36:39 2010 +0100
+
+ l10n: Updated Chinese (China) (zh_CN) translation to 100%
+
+ New status: 32 messages complete with 0 fuzzies and 0 untranslated.
+
+ Transmitted-via: Transifex (translations.xfce.org).
+
+commit 978739783bdca4fe6bfdff14ae3ed06ebd61987b
+Author: Florian Rivoal <frivoal at xfce.org>
+Date: Tue Dec 28 20:19:40 2010 +0900
+
+ Compile fix for OpenBSD
+
+commit d2b75742d13ac97ee964ba59d37840810d4f5aeb
+Author: Cristian Marchi <cri.penta at gmail.com>
+Date: Tue Dec 28 11:40:46 2010 +0100
+
+ l10n: Updated Italian (it) translation to 100%
+
+ New status: 32 messages complete with 0 fuzzies and 0 untranslated.
+
+ Transmitted-via: Transifex (translations.xfce.org).
+
+commit 25469886b89afcf14c4ac5df36a722ba5db8fb47
+Author: Sergio Marques <smarquespt at gmail.com>
+Date: Tue Dec 28 04:00:10 2010 +0100
+
+ l10n: Updated Portuguese (pt) translation to 100%
+
+ New status: 32 messages complete with 0 fuzzies and 0 untranslated.
+
+ Transmitted-via: Transifex (translations.xfce.org).
+
+commit a1e45d47f8bf0c09c6965b06c5f12ae3c1751b3d
+Author: Florian Rivoal <frivoal at xfce.org>
+Date: Tue Dec 28 01:13:38 2010 +0900
+
+ Fix fan and temperature detection
+
+ Applying patch from bug #2884
+
+commit fc035e529ccc6cd5faa3e94eb3257863fc2759df
+Author: Florian Rivoal <frivoal at xfce.org>
+Date: Tue Dec 28 00:04:56 2010 +0900
+
+ Showing "No battery, AC online" when no battery is inserted
+
+commit af9b6670205a5e76766f5f84a5b09dcb434baca3
+Author: Yves-Alexis Perez <corsac at debian.org>
+Date: Mon Dec 27 14:12:23 2010 +0900
+
+ Replace support by procfs with sysfs
+
+ This fixes bug #3793
+
+commit bb1cf8cbcc630f51bce482e57bfe02bf7018ac2a
+Author: Florian Rivoal <frivoal at xfce.org>
+Date: Sat Dec 25 14:19:21 2010 +0900
+
+ Clean up
+
+commit 80099a38ab041cb167a48c3228df26f2d6297a3f
+Author: Florian Rivoal <frivoal at xfce.org>
+Date: Sat Dec 25 13:05:06 2010 +0900
+
+ Fix compilation on amd64 FreeBSD
+
+ Adapted from the patch in bug #3811
+
+commit 5c2c7c2fda2288a576768d5b97aeb65e67339540
+Author: Florian Rivoal <frivoal at xfce.org>
+Date: Fri Dec 24 12:39:04 2010 +0900
+
+ Fix compile issue
+
+ Fix a compile issue that had appeared since version 2.6.24 of the linux
+ kernel headers.
+ This addresses bug # 3938
+
+commit 4c9801edbaa3c4c6d19b57c2ddba96d4852bc02a
+Author: Christoph Wickert <christoph.wickert at googlemail.com>
+Date: Sat Dec 18 19:23:05 2010 +0100
+
+ l10n: Updated German (de) translation to 100%
+
+ New status: 31 messages complete with 0 fuzzies and 0 untranslated.
+
+ Transmitted-via: Transifex (translations.xfce.org).
+
+commit 19ccd72d9e8dcf09ead06ac5607da1eaf66448ac
+Author: Sergio Marques <smarquespt at gmail.com>
+Date: Wed Nov 17 15:07:35 2010 +0100
+
+ l10n: Updated Portuguese (pt) translation to 100%
+
+ New status: 31 messages complete with 0 fuzzies and 0 untranslated.
+
+ Transmitted-via: Transifex (translations.xfce.org).
+
+commit 779aa95b2411a057561a07fd78a901df330e9403
+Author: Masato Hashimoto <cabezon.hashimoto at gmail.com>
+Date: Sat Oct 2 17:15:51 2010 +0200
+
+ l10n: Updated Japanese (ja) translation to 100%
+
+ New status: 31 messages complete with 0 fuzzies and 0 untranslated.
+
+ Transmitted-via: Transifex (translations.xfce.org).
+
+commit e76ab9f5c153fb757712ad2df4c857c77d198d20
+Author: Gheyret Kenji <gheyret at yahoo.com>
+Date: Thu Jul 29 09:45:45 2010 +0200
+
+ l10n: Uyghur translation
+
+ New status: 31 messages complete with 0 fuzzies and 0 untranslated.
+
+ Transmitted-via: Transifex (translations.xfce.org).
+
+commit d4031b7828174a7ad29ffc98bf96942c4dbc01b8
+Author: Leandro Regueiro <leandro.regueiro at gmail.com>
+Date: Wed Jul 7 13:04:39 2010 +0200
+
+ l10n: Updated Galician (gl) translation to 100%
+
+ New status: 31 messages complete with 0 fuzzies and 0 untranslated.
+
+ Transmitted-via: Transifex (translations.xfce.org).
+
+commit 54dc0fa8632940d234682f0e05c18c871c897f24
+Author: Ivica Kolić <ikoli at yahoo.com>
+Date: Sat Jun 12 18:03:50 2010 +0200
+
+ l10n: Initial Croatian (hr) translation
+
+ New status: 27 messages complete with 0 fuzzies and 4 untranslated.
+
+ Transmitted-via: Transifex (translations.xfce.org).
+
+commit 1a2877652b4215c09c661f9a2d7097b2e0b97d5b
+Author: Fabian Nowak <timystery at arcor.de>
+Date: Sat Mar 27 18:08:00 2010 +0100
+
+ l10n: Updated German (de) translation to 100%
+
+ New status: 31 messages complete with 0 fuzzies and 0 untranslated.
+
+ Transmitted-via: Transifex (translations.xfce.org).
+
+commit b61a6f5d97e587a664d15f41f7d4c6cee8c5f10e
+Author: Fabian Nowak <timystery at arcor.de>
+Date: Sat Mar 27 18:05:22 2010 +0100
+
+ l10n: Updated German (de) translation to 100%
+
+ New status: 31 messages complete with 0 fuzzies and 0 untranslated.
+
+ Transmitted-via: Transifex (translations.xfce.org).
+
+commit 2f04f698bfbacb3ce263535abb88aff77352b663
+Author: Timo Verbeek <timoverbeek10 at hotmail.com>
+Date: Fri Jan 22 13:40:40 2010 +0100
+
+ l10n: Updated Dutch (Flemish) (nl) translation to 93%
+
+ New status: 29 messages complete with 2 fuzzies and 0 untranslated.
+
+ Transmitted-via: Transifex (translations.xfce.org).
+
+commit e1bf6b20f73d64111f24964936bb631e297ca864
+Author: Timo Verbeek <timoverbeek10 at hotmail.com>
+Date: Fri Jan 22 13:19:46 2010 +0100
+
+ l10n: Dutch translation
+
+ New status: 0 messages complete with 0 fuzzies and 31 untranslated.
+
+ Transmitted-via: Transifex (translations.xfce.org).
+
+commit fd374c61b33193e42d34af87edf782e714499e98
+Author: Aleksandr Ponomarenko <dwqwt3i02 at sneakemail.com>
+Date: Fri Nov 27 22:40:16 2009 +0000
+
+ l10n: Russian translation created
+
+ Transmitted-via: Transifex (translations.xfce.org)
+
+commit 4304204abc7d28f6b0b2028d1a11f232813111de
+Author: A S Alam <apreet.alam at gmail.com>
+Date: Mon Oct 19 02:36:28 2009 +0000
+
+ l10n: Punjabi Translation Added
+
+ Transmitted-via: Transifex (translations.xfce.org)
+
+commit a6957e8e240ebccc0e0b21d40cb20323ac72431f
+Author: Leandro Regueiro <leandro.regueiro at gmail.com>
+Date: Thu Oct 1 15:22:12 2009 +0000
+
+ l10n: Updates to Galician (gl) translation
+
+ Transmitted-via: Transifex (translations.xfce.org)
+
+commit 289dba91ffbdc3e800d6eb625794b7228ec58ad4
+Author: Rihards Prieditis <rprieditis at gmail.com>
+Date: Fri Sep 18 20:30:20 2009 +0000
+
+ l10n: Updates to Latvian (lv) translation
+
+ Transmitted-via: Transifex (translations.xfce.org)
+
+commit f2abf743fb5da3700201ddce204c60a155bf66b8
+Author: Mike Massonnet <mmassonnet at xfce.org>
+Date: Sat Aug 8 13:41:32 2009 +0000
+
+ update goodies translation
+
+ (Old svn revision: 7896)
+
+commit 1ff1f0c0da93db44deeae379091f18957ac3bcd1
+Author: Gabor Kelemen <kelemeng at gnome.hu>
+Date: Thu Jul 23 13:44:16 2009 +0000
+
+ 2009-07-23 Gabor Kelemen <kelemeng at gnome.hu>
+
+ * hu.po: Translation reworked.
+
+ (Old svn revision: 7769)
+
+commit 2bd6ac5b0bd46a8e7716be1137663ba75776ddd6
+Author: Mike Massonnet <mmassonnet at xfce.org>
+Date: Sun Jun 28 18:26:51 2009 +0000
+
+ update goodies translation
+
+ (Old svn revision: 7639)
+
+commit 8e15238a8fe4ee1e710691c4a8669b9d4b2ff21c
+Author: Mike Massonnet <mmassonnet at xfce.org>
+Date: Tue Jun 9 20:43:09 2009 +0000
+
+ Drop svn:executable bit from po files
+
+ (Old svn revision: 7518)
+
+commit 23154414a557f85b0703a8affb04257fac67c939
+Author: Mike Massonnet <mmassonnet at xfce.org>
+Date: Fri May 29 10:44:34 2009 +0000
+
+ update goodies translations
+
+ (Old svn revision: 7436)
+
+commit aca2a132d1a488ea1bdd8e67dfeea2fdfbdd49a9
+Author: Mike Massonnet <mmassonnet at xfce.org>
+Date: Mon Apr 20 13:47:42 2009 +0000
+
+ goodies translation update (galician only)
+
+ (Old svn revision: 7249)
+
+commit 3ab3f34f3866ff9271b3cae9c65d84899941680d
+Author: Mike Massonnet <mmassonnet at xfce.org>
+Date: Thu Apr 16 08:20:27 2009 +0000
+
+ goodies translation update
+
+ (Old svn revision: 7213)
+
+commit c09ada8512aae7d0e5ce55aa9fa373f12b18ae3c
+Author: Maximilian Schleiss <maxschleiss at solnet.ch>
+Date: Sat Mar 14 15:26:30 2009 +0000
+
+ Translations updates - es fr gl it tr
+
+ (Old svn revision: 6902)
+
+commit 9c5982d642c0ca44a91c6ac32e0ba8b3cf4a7fe8
+Author: Mike Massonnet <mmassonnet at xfce.org>
+Date: Thu Mar 5 20:12:29 2009 +0000
+
+ Fix the renaming of the pt nb files -- thanks to jerome who noticed this problem
+
+ (Old svn revision: 6850)
+
+commit 79d15aee8a8e5c22a3312b254026a14a0041e253
+Author: Mike Massonnet <mmassonnet at xfce.org>
+Date: Thu Mar 5 14:53:41 2009 +0000
+
+ Renamed pt_PT to pt and nb_NO to nb (bug #4574)
+
+ (Old svn revision: 6848)
+
+commit 99e390865609ead8633e99e882babfb38abdc920
+Author: Mike Massonnet <mmassonnet at xfce.org>
+Date: Sun Feb 22 22:57:36 2009 +0000
+
+ Update translations -- Remove executable property on all po files (only da.po actuall)
+
+ (Old svn revision: 6759)
+
+commit b1252791385eba2ab829a8619d1aaa514ebeecce
+Author: Maximilian Schleiss <maxschleiss at solnet.ch>
+Date: Fri Feb 20 23:55:23 2009 +0000
+
+ Translations udpates - ca gl id
+
+ (Old svn revision: 6730)
+
+commit 272811cdc62f0f6ed26d08127e72d27c180db189
+Author: Per Kongstad <p_kongstad at op.pl>
+Date: Thu Feb 19 15:30:46 2009 +0000
+
+ * da.po: Danish translation updated (Per Kongstad)
+
+ (Old svn revision: 6719)
+
+commit fbd190f66db4e21b51c47c8d03a950770b3ac43d
+Author: Maximilian Schleiss <maxschleiss at solnet.ch>
+Date: Sun Feb 8 08:24:06 2009 +0000
+
+ Translations updates - fr id it ja nb pl
+
+ (Old svn revision: 6659)
+
+commit c6a72c31595621cad2d8343dd6f8090db414c2d7
+Author: Alexander Toresson <alexander.toresson at gmail.com>
+Date: Sat Feb 7 20:03:58 2009 +0000
+
+ xfce4-volstatus-icon/trunk/po:
+ * sv.po: Swedish translation update (Daniel Nylander)
+ xfburn/trunk/po:
+ * sv.po: Swedish translation update (Daniel Nylander)
+ xfce4-timer-plugin/trunk/po:
+ * sv.po: Swedish translation update (Daniel Nylander)
+ xfce4-clipman-plugin/trunk/po:
+ * sv.po: Swedish translation update (Daniel Nylander)
+ ristretto/trunk/po:
+ * sv.po: Swedish translation update (Daniel Nylander)
+ xfce4-mount-plugin/trunk/po:
+ * sv.po: Swedish translation update (Daniel Nylander)
+ notification-daemon-xfce/trunk/po:
+ * sv.po: Swedish translation update (Daniel Nylander)
+ xfce4-power-manager/trunk/po:
+ * sv.po: Swedish translation update (Daniel Nylander)
+ xfce4-cellmodem-plugin/trunk/po:
+ * sv.po: Swedish translation update (Daniel Nylander)
+ thunar-shares-plugin/trunk/po:
+ * sv.po: Swedish translation update (Daniel Nylander)
+ xfce4-battery-plugin/trunk/po:
+ * sv.po: Swedish translation update (Daniel Nylander)
+
+ (Old svn revision: 6656)
+
+commit c0aba2dda0c728c068171621e87864da7059efca
+Author: Fabian Nowak <timystery at arcor.de>
+Date: Sun Feb 1 15:15:34 2009 +0000
+
+ fixed typo in German translation; sorry for circumventing the mailing list.
+
+
+ (Old svn revision: 6629)
+
+commit 61834b94957bff497a39d06ae3fa352e4551f726
+Author: Alexander Toresson <alexander.toresson at gmail.com>
+Date: Mon Jan 12 23:30:19 2009 +0000
+
+ thunar-svn-plugin/trunk/po:
+ * sv.po, LINGUAS: Swedish translation added (Daniel Nylander)
+ xfce4-cddrive-plugin/trunk/po:
+ * sv.po, LINGUAS: Swedish translation added (Daniel Nylander)
+ xfce4-weather-plugin/trunk/po:
+ * sv.po, LINGUAS: Swedish translation added (Daniel Nylander)
+ xfce4-volstatus-icon/trunk/po:
+ * sv.po, LINGUAS: Swedish translation added (Daniel Nylander)
+ xfce4-quicklauncher-plugin/trunk/po:
+ * sv.po, LINGUAS: Swedish translation added (Daniel Nylander)
+ xfce4-timer-plugin/trunk/po:
+ * sv.po, LINGUAS: Swedish translation added (Daniel Nylander)
+ xfce4-clipman-plugin/trunk/po:
+ * sv.po, LINGUAS: Swedish translation added (Daniel Nylander)
+ xfce4-diskperf-plugin/trunk/po:
+ * sv.po, LINGUAS: Swedish translation added (Daniel Nylander)
+ xfce4-mailwatch-plugin/trunk/po:
+ * sv.po, LINGUAS: Swedish translation added (Daniel Nylander)
+ ristretto/trunk/po:
+ * sv.po, LINGUAS: Swedish translation added (Daniel Nylander)
+ xfce4-sensors-plugin/trunk/po:
+ * sv.po, LINGUAS: Swedish translation added (Daniel Nylander)
+ xfce4-mount-plugin/trunk/po:
+ * sv.po, LINGUAS: Swedish translation added (Daniel Nylander)
+ xfce4-genmon-plugin/trunk/po:
+ * sv.po, LINGUAS: Swedish translation added (Daniel Nylander)
+ thunar-volman/trunk/po:
+ * sv.po, LINGUAS: Swedish translation added (Daniel Nylander)
+ notification-daemon-xfce/trunk/po:
+ * sv.po, LINGUAS: Swedish translation added (Daniel Nylander)
+ xfce4-power-manager/trunk/po:
+ * sv.po, LINGUAS: Swedish translation added (Daniel Nylander)
+ xfce4-dict/trunk/po:
+ * sv.po, LINGUAS: Swedish translation added (Daniel Nylander)
+ xfce4-cellmodem-plugin/trunk/po:
+ * sv.po, LINGUAS: Swedish translation added (Daniel Nylander)
+ xfce4-battery-plugin/trunk/po:
+ * sv.po, LINGUAS: Swedish translation added (Daniel Nylander)
+
+ (Old svn revision: 6445)
+
+commit 9942ffa7612793d350d4cb1f9e313e6aa43e2221
+Author: Maximilian Schleiss <maxschleiss at solnet.ch>
+Date: Thu Dec 25 19:20:40 2008 +0000
+
+ Translations updates - es gl id ja uk
+
+ (Old svn revision: 6367)
+
+commit f184bf371e79ec4bb6dbd77a97b4b2c4130de601
+Author: Maximilian Schleiss <maxschleiss at solnet.ch>
+Date: Sat Dec 13 14:34:32 2008 +0000
+
+ Translations updates - ja uk zh_CN
+
+ (Old svn revision: 6298)
+
+commit deb1b88b16150e965b587524543b0ab99c4f871f
+Author: Eren Turkay <turkay.eren at gmail.com>
+Date: Mon Nov 17 14:12:47 2008 +0000
+
+ Add/update Turkish translation files thanks to the Turkish translation team! (Gökmen Görgen, Samed Beyribey, Özgür Kuru, Utku Aydın)
+
+ (Old svn revision: 6129)
+
+commit a2c4969c0e816075efa14338b39b3175810f094f
+Author: Piarres Beobide <pi at beobide.net>
+Date: Wed Nov 12 10:59:45 2008 +0000
+
+ Some goodies Basque translation update
+
+
+ (Old svn revision: 6068)
+
+commit 18572f6c2db17e60024954ab86e3df54b77b3e75
+Author: Maximilian Schleiss <maxschleiss at solnet.ch>
+Date: Sun Nov 9 23:17:35 2008 +0000
+
+ Translations updates for a lot of languages in a lot of packages
+
+ (Old svn revision: 6041)
+
+commit 8ad5e7b563d81acbfad94aa01b0cd2adc8809638
+Author: Piarres Beobide <pi at beobide.net>
+Date: Thu Nov 6 12:31:16 2008 +0000
+
+ Some goodies Basque translation updates
+
+
+ (Old svn revision: 5993)
+
+commit ccf2d476e1d576677d017df972eb9bbfe971ed97
+Author: Maximilian Schleiss <maxschleiss at solnet.ch>
+Date: Fri Oct 17 23:35:19 2008 +0000
+
+ Translation updates and additions for the Japanese and Spanish locales:
+ xfce4-datetime-plugin, gsynaptics-mcs-plugin, xfce4-volstatus-icon, xfce4-cpugraph-plugin, thunar-archive-plugin
+ xfce4-battery-plugin, xfce4-mpc-plugin, ristretto, xfce4-cpufreq-plugin, notification-daemon-xfce
+
+
+ (Old svn revision: 5673)
+
+commit a3ffad30680a6f6928f6e720efabcb124b1c5eaf
+Author: Mike Massonnet <mmassonnet at xfce.org>
+Date: Sun Sep 21 19:49:06 2008 +0000
+
+ Fix build for libtool 2.2 (or at least for ArchLinux)
+
+ (Old svn revision: 5430)
+
+commit 4515f1a99ebd9a361c58a022757a10f8ce4bc753
+Author: Lars Nielsen <lars at mit-web.dk>
+Date: Thu Sep 18 14:43:07 2008 +0000
+
+ (Old svn revision: 5421)
+
+commit 2706350fdb44b23827fce7fee5e6db1fc490909e
+Author: Auke Kok <sofar at foo-projects.org>
+Date: Thu Sep 4 21:15:06 2008 +0000
+
+ Update ChangeLog (too late).
+
+
+ (Old svn revision: 5358)
+
+commit a3def08020cd6677ccd869d55378e17cde6ffd88
+Author: Auke Kok <sofar at foo-projects.org>
+Date: Thu Sep 4 21:12:03 2008 +0000
+
+ Incrementing version to 0.5.2svn-rN
+
+
+ (Old svn revision: 5357)
+
+commit 0991822b0ffa40a692c5912601738f82127b952c
+Author: Auke Kok <sofar at foo-projects.org>
+Date: Thu Sep 4 21:09:23 2008 +0000
+
+ Release 0.5.1.
+
+
+ (Old svn revision: 5355)
+
+commit adb856bf3100478837988ff36da513cc4dbf8e92
+Author: Auke Kok <sofar at foo-projects.org>
+Date: Thu Sep 4 18:41:04 2008 +0000
+
+ Fix bugzilla #3339 - battery plugin causes excessive ACPI interrupts.
+
+ The plugin polled ACPI every 2 seconds. Since the polling method involved
+ reading 4-5 /proc/acpi files, we get about 5 ACPI interrupts for each
+ battery read loop. This results in 5 irq's per second.
+
+ Updating every 30 seconds should be more than enough warning for everyone :)
+
+
+ (Old svn revision: 5354)
+
+commit f713a3d85ac307ac8bc8303cecff12c1308c4e9f
+Author: Mohamed Magdy <mohamed.m.k at gmail.com>
+Date: Wed Jul 16 23:01:19 2008 +0000
+
+ Update Arabic translations
+
+ (Old svn revision: 5118)
+
+commit b97df20a2b8c124f285b6741e2836d2137519b32
+Author: Mohamed Magdy <mohamed.m.k at gmail.com>
+Date: Tue Jul 15 20:45:45 2008 +0000
+
+ Update Arabic translations
+
+ (Old svn revision: 5101)
+
+commit 5744c919eb1d4b8ca451b233b978a05dad59eba8
+Author: Maximilian Schleiss <maxschleiss at solnet.ch>
+Date: Thu Jun 26 22:00:51 2008 +0000
+
+ Translations added and updated for most goodies (gl)
+
+ (Old svn revision: 4998)
+
+commit 8fd7a79e5682179442f763d8d301773ca83d0ea0
+Author: Jari Rahkonen <jari.rahkonen at pp1.inet.fi>
+Date: Tue Jun 24 18:38:30 2008 +0000
+
+ Add Finnish translations (some of them modified) from Launchpad. Thanks
+ to Lionel Le Folgoc for sending them to me.
+
+
+ (Old svn revision: 4991)
+
+commit 0d869d7496d2ab2ac12fd6216354769249fc074b
+Author: Mike Massonnet <mmassonnet at xfce.org>
+Date: Sun Jun 22 10:40:21 2008 +0000
+
+ update-po
+
+ (Old svn revision: 4985)
+
+commit e6cf80d3ad7f8a39afc8204458d8805ca454828a
+Author: Mike Massonnet <mmassonnet at xfce.org>
+Date: Tue May 27 00:21:25 2008 +0000
+
+ update-po
+
+ (Old svn revision: 4846)
+
+commit 1aaaa27da381d116021bcaaeb7e8124648e4b025
+Author: Stavros Giannouris <stavrosg2002 at freemail.gr>
+Date: Sun Mar 30 19:21:11 2008 +0000
+
+ * el.po, LINGUAS: Added Greek translation by Evaggelos Balaskas
+ <ebalaskas at ebalaskas.gr>
+
+ * el.po, LINGUAS: Added Greek translation by Evaggelos Balaskas
+ <ebalaskas at ebalaskas.gr>
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ * el.po, LINGUAS: Added Greek translation by Evaggelos Balaskas
+ <ebalaskas at ebalaskas.gr>
+
+
+
+
+
+
+
+
+
+
+
+ * el.po, LINGUAS: Added Greek translation by Evaggelos Balaskas
+ <ebalaskas at ebalaskas.gr>
+
+
+
+ * el.po: Greek translation update
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ (Old svn revision: 4494)
+
+commit c6e7af229e95b9a222ee124626e72294edccb140
+Author: Maximilian Schleiss <maxschleiss at solnet.ch>
+Date: Fri Dec 7 22:54:31 2007 +0000
+
+ New and updated German translations for a bunch of goodies.
+
+ (Old svn revision: 3676)
+
+commit d8dffa58cbcba0d658d8f51ee5bad64b126c8103
+Author: Maximilian Schleiss <maxschleiss at solnet.ch>
+Date: Mon Nov 19 23:06:36 2007 +0000
+
+ Latvian translations added to most goodies.
+
+ (Old svn revision: 3611)
+
+commit 6372fc48de7c85f26d880b477365215f5803c2da
+Author: Mike Massonnet <mmassonnet at xfce.org>
+Date: Thu Nov 15 08:37:37 2007 +0000
+
+ Fix changelogs for updated ur.po files, and add thunar-archive-plugin
+
+ (Old svn revision: 3591)
+
+commit dfc98fab8aa03d90e9c9ed5b688f4b7944664aa0
+Author: Mike Massonnet <mmassonnet at xfce.org>
+Date: Thu Nov 15 08:24:33 2007 +0000
+
+ Rename pk.po to ur.po
+
+ (Old svn revision: 3590)
+
+commit 787b85855c226c77a014eff0efdd48d16c1e66d6
+Author: Mike Massonnet <mmassonnet at xfce.org>
+Date: Sun Oct 28 19:05:17 2007 +0000
+
+ Add new translation by محمد علي المكي <makki.ma at gmail.com>
+
+ (Old svn revision: 3466)
+
+commit 6576c0a402728bf497c57a63018b9458dcd1ac63
+Author: Brian Tarricone <brian at tarricone.org>
+Date: Wed Oct 24 22:36:53 2007 +0000
+
+ remove trailing parens on AC_INIT version info to work around bug
+ in intltool 0.35.x and 0.36.x
+
+
+ (Old svn revision: 3434)
+
+commit c73ad87f9ded669f3f1a8774eb24ce2e8faa7271
+Author: Og Maciel <ogmaciel at gnome.org>
+Date: Wed Sep 5 01:25:59 2007 +0000
+
+ Updated LINGUAS to include pt_BR.
+
+ (Old svn revision: 3145)
+
+commit c30710d56bed76d60f15b9644d869502cb62f18f
+Author: Og Maciel <ogmaciel at gnome.org>
+Date: Tue Sep 4 00:19:03 2007 +0000
+
+ Updated translations for Brazilian Portuguese by Fábio Nogueira.
+
+ (Old svn revision: 3130)
+
+commit 3e601622daa9ced0df4d6fcfc4f42d86913b7a0b
+Author: Nick Schermer <nick at xfce.org>
+Date: Fri Aug 17 18:41:37 2007 +0000
+
+ Fix wrong bug number.
+
+
+ (Old svn revision: 3003)
+
+commit 95a21f3e5402304fa209effb395e08ed9a339086
+Author: Nick Schermer <nick at xfce.org>
+Date: Fri Aug 17 18:38:04 2007 +0000
+
+ * Apply patch to fix compilation with kfreebsd (Bug #2040).
+ * Apply patch to make the plugin work with newer kernels (Bug #3190).
+
+ (Old svn revision: 3002)
+
+commit 0854aaf2cd60563bbbaf9923f6701d6fff235a02
+Author: Maximilian Schleiss <maxschleiss at solnet.ch>
+Date: Sun Jul 8 20:18:00 2007 +0000
+
+ * nb_NO.po: Norwegian Bokmal translations added
+ * pt_PT.po: European Portuguese translations added
+
+
+ (Old svn revision: 2898)
+
+commit 3d9fc966b7e0a43a13243fde81e2a4601b234bc8
+Author: Maximilian Schleiss <maxschleiss at solnet.ch>
+Date: Wed Jun 13 22:36:38 2007 +0000
+
+ * it.po: Updated translations for the verve, thunar-media-tags, thunar-archive, battery, clipman, netload thunar-volman, eyes, cpufrew, notification-daemon and mailwatch plugins.
+ * *.po: Fixed some headers
+
+
+ (Old svn revision: 2825)
+
+commit 5988787503678e6a54b3f055d3960829b9ba04ff
+Author: Maximilian Schleiss <maxschleiss at solnet.ch>
+Date: Fri May 11 21:49:29 2007 +0000
+
+ Updated the Catalan translations for the dict, mount, battery, clipman, xkb and netload plugins packages.
+
+ (Old svn revision: 2739)
+
+commit 4cb1e9056d956957532e0cf4237082638477535c
+Author: SZERVÁC Attila <sas at 321.hu>
+Date: Fri May 11 13:58:19 2007 +0000
+
+ hu trunk: battery added
+
+ (Old svn revision: 2735)
+
+commit 0624a259f9c47cfb63908dfc6fa9782ca575dc29
+Author: Pau Rullan Ferragut <paurullan at bulma.net>
+Date: Sat Mar 31 11:52:00 2007 +0000
+
+ forgot to add in LINGUAS en_GB
+
+ (Old svn revision: 2630)
+
+commit 62bde0db98d0c614b2e5ca008d9db4b62844c1ce
+Author: Pau Rullan Ferragut <paurullan at bulma.net>
+Date: Sat Mar 31 07:25:53 2007 +0000
+
+ i18n british translation
+
+ (Old svn revision: 2598)
+
+commit a6bd5a4db1414c1c5500b37e628ac2b2ccfef6b2
+Author: Hydonsingore Cia <hydonsingore at educities.edu.tw>
+Date: Sat Mar 17 16:16:57 2007 +0000
+
+ Add zh_TW translation for battery-plugin
+
+ (Old svn revision: 2557)
+
+commit 39d3392e63528a1f2ba5c9329cf7a9a3969deee0
+Author: Maximilian Schleiss <maxschleiss at solnet.ch>
+Date: Fri Mar 2 17:53:48 2007 +0000
+
+ Added the Ukrainian translation by Dmitry Nikitin for the battery plugin package. Added the French translation for the datetime plugin.
+
+ (Old svn revision: 2533)
+
+commit 743bc588df7a5d0aa7dcd27cf45ed6123606d79c
+Author: Maximilian Schleiss <maxschleiss at solnet.ch>
+Date: Tue Feb 20 21:22:55 2007 +0000
+
+ * fr.po: Updated some French translations.
+ * ja.po: Updated and added the Japanese translations by Nobuhiro Iwamatsu in the
+ xkb and the volstatus-icon plugins respectively.
+ * sq.po: Updated the headers of most plugins by Besnik Bleta.
+
+ (Old svn revision: 2506)
+
+commit af5e30ea8c088e532f12f78307b7f0883a6a9815
+Author: Maximilian Schleiss <maxschleiss at solnet.ch>
+Date: Fri Feb 2 18:52:37 2007 +0000
+
+ Added the Albanian translations by Besnik Bleta for all the goodies.
+
+ (Old svn revision: 2480)
+
+commit c67ab6810dd5d53bc3fcdbff415b63314997f6f8
+Author: Maximilian Schleiss <maxschleiss at solnet.ch>
+Date: Thu Jan 18 15:55:07 2007 +0000
+
+ Updated the French, German and Polish translations. Added the Polish translation to the thunar-volman package.
+
+ (Old svn revision: 2425)
+
+commit f2dc41f551976071adcdfdd07e83e0f079d40b07
+Author: Nick Schermer <nick at xfce.org>
+Date: Wed Jan 17 17:40:47 2007 +0000
+
+ * Remove the inline icon and add Tango icons.
+ * Improve Makefile.am and configure files.
+ * Use the battery icon in the desktop file.
+ * Fix LDADD to prevent linker problems.
+ * Bump version to 0.5.0 for release with Xfce 4.4.0
+
+
+ (Old svn revision: 2394)
+
+commit 61ccfa3fd91739a46067ed7b5f3fea434f0f956d
+Author: Piarres Beobide <pi at beobide.net>
+Date: Wed Jan 3 10:50:55 2007 +0000
+
+ Basque translation upadte
+
+
+ (Old svn revision: 2294)
+
+commit 6c4d469e08f66c5d608ed9b079b121b60593b9d2
+Author: Maximilian Schleiss <maxschleiss at solnet.ch>
+Date: Fri Dec 22 18:50:02 2006 +0000
+
+ Updated the French translations for the dict, weather, battery and clipman plugins
+
+ (Old svn revision: 2273)
+
+commit cf21ef44536f6077f16912a7f43f6a65e8dee335
+Author: Maximilian Schleiss <maxschleiss at solnet.ch>
+Date: Wed Dec 20 23:49:14 2006 +0000
+
+ Updated the Czech translations by Michal Várady for the battery, clipman and weather plugins
+
+ (Old svn revision: 2269)
+
+commit 52e59ba2d7f6154468d253aad23d9df0fa425d34
+Author: Nick Schermer <nick at xfce.org>
+Date: Wed Dec 20 17:31:21 2006 +0000
+
+ Add help button
+
+ (Old svn revision: 2263)
+
+commit ded2401a1317474e9c5fbe8535aaafd52ec336ec
+Author: Pau Rullan Ferragut <paurullan at bulma.net>
+Date: Fri Dec 15 07:16:34 2006 +0000
+
+ i18n update
+
+ (Old svn revision: 2226)
+
+commit 98c85576640d26d104963275183adf99a326536c
+Author: Maximilian Schleiss <maxschleiss at solnet.ch>
+Date: Sat Nov 11 01:34:03 2006 +0000
+
+ Updated the Czech translation for the xfce4-battery-plugin package by Michal Várady
+
+ (Old svn revision: 2165)
+
+commit e105057362b2fd64a202df3701c550202504c437
+Author: Maximilian Schleiss <maxschleiss at solnet.ch>
+Date: Thu Oct 26 20:11:59 2006 +0000
+
+ Updated the French translation for the xfce4-battery-plugin
+
+ (Old svn revision: 2137)
+
+commit a428feb120107a9014615d85f53b077615cedebd
+Author: Piarres Beobide <pi at beobide.net>
+Date: Tue Oct 24 11:09:27 2006 +0000
+
+ Add basque translation
+
+
+
+ (Old svn revision: 2127)
+
+commit 290aa94f3060866ee398034af39a3ab61c981a35
+Author: Nick Schermer <nick at xfce.org>
+Date: Sun Oct 22 18:52:46 2006 +0000
+
+ bump version for release
+
+ (Old svn revision: 2122)
+
+commit e52ee4415a0eb50177c740a9729f017c21f52e6c
+Author: Nick Schermer <nick at xfce.org>
+Date: Sun Oct 22 18:45:23 2006 +0000
+
+ * Regenerated po files
+ * Applied atch from Tim Baga <tim.baga at gmail dot com>
+ * Fixed update_apm_status() to allow plugin display correct
+ information on systems with multiple batteries.
+ * Maid few fixes to avoid overlapping remaining time/percentage
+ labels on small panel height.
+ * Due to different ACPI data update time on different systems made
+ approx. 10 seconds averaging of calculations of remaining time/percentage.
+ * Now plugin shows remaining discharge time when ac adaptor is off,
+ otherwise remaining charge time.
+ * Added option "hide time/percentage when full". Actually it hides
+ appropriate labels when battery is charging, and it's charge >= 99%.
+ * Changed default low/critical battery action to "Display a warning message".
+
+
+ (Old svn revision: 2121)
+
+commit f261df29e75961c8bdb964ffdda3348e9f79b963
+Author: Jean-François Wauthy <pollux at xfce.org>
+Date: Sat Sep 23 11:30:43 2006 +0000
+
+ various translations updates
+
+ (Old svn revision: 2066)
+
+commit 1f77e82046aa4fb08f3f3127b9bf78f3cda2f6ba
+Author: Jean-François Wauthy <pollux at xfce.org>
+Date: Sun Sep 17 20:09:46 2006 +0000
+
+ Update French and Polish translations
+
+ (Old svn revision: 2039)
+
+commit 9a23383b7d182ce3d22b5bb5cf91d1ff54ba2319
+Author: Jean-François Wauthy <pollux at xfce.org>
+Date: Sun Sep 17 13:31:52 2006 +0000
+
+ updated French and Czech translations
+
+ (Old svn revision: 2038)
+
+commit 9f860a6a7b84af2b6d1ef94533911a91dca91de8
+Author: Nick Schermer <nick at xfce.org>
+Date: Sun Sep 10 19:31:33 2006 +0000
+
+ * Regenerated all *.po files
+
+
+ (Old svn revision: 2006)
+
+commit 7b6d74bce32e8e21f3e1135c5b4cfe29ccc3eb6b
+Author: Nick Schermer <nick at xfce.org>
+Date: Sun Sep 10 19:16:49 2006 +0000
+
+ * Created new pot files for all goodies
+
+
+ (Old svn revision: 2005)
+
+commit 7a7f29f7f359bba57b43d1d56b796115d2dc39e0
+Author: Nick Schermer <nick at xfce.org>
+Date: Wed Sep 6 09:50:27 2006 +0000
+
+ * Added $Id$ using svn:keywords
+ * Added COPYING.LIB for libacpi and libapm
+ * Updated the copyright text in all *.c and *.h files
+ * Regenerated po files
+ * Some improvements in build files
+
+
+ (Old svn revision: 1974)
+
+commit 7f54a5296657aaf78fa0d0aa454d8873b3481fe4
+Author: Jean-François Wauthy <pollux at xfce.org>
+Date: Sun Sep 3 13:56:26 2006 +0000
+
+ Add/Update Polish, German and French translations
+
+ (Old svn revision: 1954)
+
+commit 3b96eb148465718137eafe07bfce87a137fbda0c
+Author: Nick Schermer <nick at xfce.org>
+Date: Sat Sep 2 18:20:01 2006 +0000
+
+ 2006-09-02 20:17 nick
+
+ * configure.in.in, Makefile.am, panel-plugin/Makefile.am: Improvements
+ in build files. This also makes building with as-needed possible.
+ * libapm.c, libapm.h, battery.c: Rename files
+
+
+ (Old svn revision: 1942)
+
+commit 19aea828ef47f60971e5a6b7c2c1beb953d58f2b
+Author: Nick Schermer <nick at xfce.org>
+Date: Sat Sep 2 16:26:35 2006 +0000
+
+ * We're in 2006 :-)
+
+
+ (Old svn revision: 1940)
+
+commit bfb471403beb90e3db42061b076fe3e6b7155b97
+Author: Nick Schermer <nick at xfce.org>
+Date: Sat Sep 2 16:14:12 2006 +0000
+
+ * Fix typo
+
+
+ (Old svn revision: 1939)
+
+commit 34d06b671f5107ae8af01d8912b338be4bde9a1f
+Author: Nick Schermer <nick at xfce.org>
+Date: Sat Sep 2 16:10:54 2006 +0000
+
+ 2005-09-01 14:0 nick
+
+ * Bumped version to 0.4.90.2 for realease.
+
+ 2005-09-01 13:30 nick
+
+ * panel-plugin/battmon.c, panel-plugin/libacpi.c: Applied patches (or
+ parts of it) from Bug #1261, Bug #1475
+ * panel-plugin/battmon.c, panel-plugin/libacpi.c: NetBSD patch from
+ Stefan Sperling <stsp at stsp.in-berlin.de>
+
+ 2005-09-01 12:11 nick
+
+ * configure.ac, autogen.sh, po/LINGUAS: Switch to linguas support,
+ rename configure.in to configure.in.in
+ * po/xfce4-battery-plugin.pot: Addded file
+ * po/*.po: Regenerated po files
+
+ 2005-09-01 11:33 nick
+
+ * panel-plugin/libacpi.c: Apply patch from Giuseppe Ciotta to
+ remove hardcoded battery paths.
+ * panel-plugin/battmon.c: Fix crash when adding the plugin.
+ * panel-plugin/battmon.c: Fix plugin resize problem (bug #1791)
+ * panel-plugin/battmon.c: Improved icon loading and try to load the
+ battery icon from your current theme (fallback on buildin icon).
+ * panel-plugin/battmon.c: Initially hide the icon when building the
+ plugin (this stops the icon from flashing if disabled).
+ * panel-plugin/battmon.c: Remove the time label from "display percentage"
+ and add a new option "Display time".
+ * panel-plugin/battmon.c: Fix label alignment if only 1 "option" is shown
+ in a vbox.
+ * panel-plugin/battmon.c, configure.ac: Use new titled dialog and depend on
+ beta 2.
+ * panel-plugin/battmon.c: Couple of small fixes, improvement, memleaks etc.
+
+
+ (Old svn revision: 1938)
+
+commit 3c622307cdd62dde10be6c869dcd9e366f376175
+Author: Nick Schermer <nick at xfce.org>
+Date: Sat Sep 2 16:09:21 2006 +0000
+
+ * Replace configure
+ * Update changelog
+
+
+ (Old svn revision: 1937)
+
+commit 3816409b97fbf30e7414952bd79a174ef8bb43c7
+Author: Nick Schermer <nick at xfce.org>
+Date: Sat Sep 2 16:06:30 2006 +0000
+
+ * Fix typo
+
+
+ (Old svn revision: 1936)
+
+commit cbad6722616ba68158003560aa58d31a330ca14c
+Author: Jean-François Wauthy <pollux at xfce.org>
+Date: Sun Aug 27 14:14:49 2006 +0000
+
+ Add/Update Czech translations
+
+ (Old svn revision: 1927)
+
+commit 104521198169f63b9ef9ba875d2a6252a2fe579a
+Author: Nick Schermer <nick at xfce.org>
+Date: Sat May 20 18:32:03 2006 +0000
+
+ * Remove build files
+ * Added NEWS file
+
+
+ (Old svn revision: 1423)
+
+commit ce90f464176eb042d7a737ece2f069b2baee2e6d
+Author: Masse Nicolas <masse_nicolas at yahoo.fr>
+Date: Mon Apr 24 21:36:41 2006 +0000
+
+ OOooopsss, forgot some files
+
+ (Old svn revision: 1357)
+
+commit 37e0db1881e784d1338884e171dce26a1acc1a38
+Author: Masse Nicolas <masse_nicolas at yahoo.fr>
+Date: Mon Apr 24 21:01:13 2006 +0000
+
+ update with version from Jasper - now compatible with Xfce-4.4
+
+ (Old svn revision: 1355)
+
+commit a87569f695f25f1ba6515ca51da26ae4883a8a05
+Author: Daichi Kawahata <daichi.k at aioros.ocn.ne.jp>
+Date: Sat Apr 8 15:04:02 2006 +0000
+
+ Updated.
+
+
+ (Old svn revision: 1316)
+
+commit 313116ced0e52b742e2c7a36f70a9e2072394093
+Author: Eduard Roccatello <eduard at roccatello.it>
+Date: Sat Aug 6 11:39:52 2005 +0000
+
+ Graphical tweaks and new icon added
+
+ (Old svn revision: 767)
+
+commit 4e2c041fd4041fea813aad1f06db951e0ce1ad8e
+Author: Benedikt Meurer <benny at xfce.org>
+Date: Wed Jul 28 21:49:36 2004 +0000
+
+ Fix BM_DEPEND_CHECK().
+
+
+ (Old svn revision: 51)
+
+commit 1e58f1f85cceb20176cf53a7748cbc6441cab52b
+Author: Benedikt Meurer <benny at xfce.org>
+Date: Sat Jul 24 17:29:26 2004 +0000
+
+ Correct min. required panel version.
+
+
+ (Old svn revision: 50)
+
+commit 9fa20b996cc7332b3af9aea3c0173f654f9fb286
+Author: Benedikt Meurer <benny at xfce.org>
+Date: Sat Jul 24 17:26:46 2004 +0000
+
+ Extended XFCE_PANEL_PLUGIN macro to honor the new threaded panel.
+
+
+ (Old svn revision: 49)
+
+commit 7965db62f034820e2df6389c90ee43680a1c2ee2
+Author: Benedikt Meurer <benny at xfce.org>
+Date: Wed Jul 21 09:00:12 2004 +0000
+
+ New panel plugin check
+
+
+ (Old svn revision: 48)
+
+commit 4adce4952259f9f21312faaac4bb28c905e7a7f8
+Author: Edscott Wilson <edscott at imp.mx>
+Date: Sat Jul 3 00:56:15 2004 +0000
+
+ patch by Jos� Eduardo Martins
+ (This line should soon be replaced with a for(;;) loop)
+
+
+ (Old svn revision: 47)
+
+commit 96fa0be67cb4d6386d48445e1857fdbb107d2fd7
+Author: Benedikt Meurer <benny at xfce.org>
+Date: Thu Jun 17 05:42:20 2004 +0000
+
+ Applied small patch from Lukasz Stelmach.
+
+
+ (Old svn revision: 46)
+
+commit a9f64fd9c6b8d036a982b93c1577aec0441cc1ab
+Author: Edscott Wilson <edscott at imp.mx>
+Date: Mon Apr 19 19:53:04 2004 +0000
+
+ reverse battery count order because low value battery drains last.
+
+
+ (Old svn revision: 45)
+
+commit 538343253fafca4eb5073e500bb57cafe867303b
+Author: Edscott Wilson <edscott at imp.mx>
+Date: Tue Mar 30 15:12:17 2004 +0000
+
+ compac laptops use a different AC adapter identifier
+
+
+ (Old svn revision: 44)
+
+commit e5792b0f9f9ea4cb7f80935665b82568d47d4bd4
+Author: Benedikt Meurer <benny at xfce.org>
+Date: Thu Feb 5 21:48:36 2004 +0000
+
+ Check return values of name2oid!
+
+
+ (Old svn revision: 43)
+
+commit 749803aae84de7249daf4a1aad1728ea2274e5c8
+Author: Edscott Wilson <edscott at imp.mx>
+Date: Fri Dec 5 16:00:42 2003 +0000
+
+ submitted path
+
+
+ (Old svn revision: 42)
+
+commit f67a6c3623964ccbbe2073a254b9a75c315e9da0
+Author: Edscott Wilson <edscott at imp.mx>
+Date: Tue Sep 9 13:55:37 2003 +0000
+
+ Recent fixes caused crash if no battery found, fixed. Also, battery count was
+ not being figured out by sysctl methods (freeBSD)
+
+
+ (Old svn revision: 41)
+
+commit 1011b0cc181b42c2d0fd43b8e342e2e64f412e5e
+Author: Edscott Wilson <edscott at imp.mx>
+Date: Tue Sep 9 13:20:45 2003 +0000
+
+ tooltip time and percentage were reversed when on battery
+
+
+ (Old svn revision: 40)
+
+commit bc8949deb38219c324689162876e79505a502f43
+Author: Edscott Wilson <edscott at imp.mx>
+Date: Tue Sep 9 01:39:22 2003 +0000
+
+ process linux for more than one battery, but use the first one that is available, instead of the plain first one.
+
+
+ (Old svn revision: 39)
+
+commit 0c3e94bbc1fb91e2cff5011523ca146b3b3723a1
+Author: Edscott Wilson <edscott at imp.mx>
+Date: Mon Sep 8 22:37:14 2003 +0000
+
+ debug information
+
+
+ (Old svn revision: 38)
+
+commit 8be2bdb010fc41be3862ce9623ccefe45e69c94c
+Author: Edscott Wilson <edscott at imp.mx>
+Date: Thu Sep 4 14:25:44 2003 +0000
+
+ fix detection for battery state file (linux)
+
+
+ (Old svn revision: 37)
+
+commit 17139e80e660f0e457805e770e2c05115192ff71
+Author: Benedikt Meurer <benny at xfce.org>
+Date: Sun Aug 10 06:07:14 2003 +0000
+
+ This does not belong here.
+
+
+ (Old svn revision: 36)
+
+commit b60ed27ced4bf5b567ab64baab396cbdf5513343
+Author: Edscott Wilson <edscott at imp.mx>
+Date: Sat Aug 9 04:35:22 2003 +0000
+
+ introduced support for acpi in freebsd (5.x+)
+
+
+ (Old svn revision: 35)
+
+commit a965f7e320942f23afc560b01bcfee6bcdd9e8d9
+Author: Edscott Wilson <edscott at imp.mx>
+Date: Fri Aug 1 13:34:43 2003 +0000
+
+ Allow compilation of libacpi headers on all platforms. Should not hurt.
+
+
+ (Old svn revision: 34)
+
+commit 5ea6ca97d5d693becf8c05671b855f358c1cbc38
+Author: Edscott Wilson <edscott at imp.mx>
+Date: Fri Aug 1 01:53:36 2003 +0000
+
+ - replaced broken acpi-linux library with libacpi
+ - added monitors for temperature and fan state
+ - changed orientation to match system load plugin
+ - added colors for alert state and normal state
+ - added battery label
+ - fixed orientation when panel is set vertical
+
+
+ (Old svn revision: 33)
+
+commit 1791bcc007f830c389b86e5774af1090d116b00e
+Author: Nicholas Penwarden <toth64 at yahoo.com>
+Date: Wed Jul 23 23:39:38 2003 +0000
+
+ Progress bar now becomes red when battery is low
+
+
+ (Old svn revision: 32)
+
+commit ba9eae5c43aad44068d051a130142fd059438a30
+Author: Jasper Huijsmans <jbhuijsmans at home.nl>
+Date: Wed Jul 23 20:30:07 2003 +0000
+
+ really fix headers
+
+
+ (Old svn revision: 31)
+
+commit 17490dfd46f528db096bf4ecda560f0c3567cba4
+Author: Jasper Huijsmans <jbhuijsmans at home.nl>
+Date: Wed Jul 23 20:18:23 2003 +0000
+
+ Fix buildfiles to include headers in tarball
+
+
+ (Old svn revision: 30)
+
+commit b1c7105f255048c0fa05137bb0d08beffaa732a1
+Author: Benedikt Meurer <benny at xfce.org>
+Date: Fri Jul 18 18:23:17 2003 +0000
+
+ Make this work with the latest xfce4-panel.
+
+
+ (Old svn revision: 29)
+
+commit 4135f439bc83dc7f49867a9d4cf701c1c5f09aaa
+Author: Jasper Huijsmans <jbhuijsmans at home.nl>
+Date: Fri Jul 18 15:59:48 2003 +0000
+
+ Change panel API again to prevent old plugins to crash the panel
+
+
+ (Old svn revision: 28)
+
+commit 3a9d66574767bee833d0cfe66972b95c6437267a
+Author: Benedikt Meurer <benny at xfce.org>
+Date: Thu Jul 17 18:31:28 2003 +0000
+
+ Updated ChangeLog.
+
+
+ (Old svn revision: 27)
+
+commit 8332c674c76d3c294f48bf72183a19ab3fb5e087
+Author: Benedikt Meurer <benny at xfce.org>
+Date: Thu Jul 17 18:30:08 2003 +0000
+
+ Initial revision
+
+
+ (Old svn revision: 23)
+
+commit 6ebf75a9d23de990eee680abc85e76b2228fd6ea
+Author: Unknown Author <xfce4-dev at xfce.org>
+Date: Thu Jul 17 18:30:08 2003 +0000
+
+ New repository initialized by cvs2svn.
+
+ (Old svn revision: 22)
diff --git a/NEWS b/NEWS
index e69de29..1e8bca6 100644
--- a/NEWS
+++ b/NEWS
@@ -0,0 +1,18 @@
+1.0.0 (2011/01/03):
+===================
+
+* Translated in 15 more languages, for a total of 38
+
+* Make the warning messages non modal, fixing bug #3008
+
+* Fix fan and temperature detection, fixing bug #2884
+
+* Showing "No battery, AC online" when no battery is inserted
+
+* Fix compilation on OpenBSD
+
+* Fix compilation on amd64 FreeBSD, fixing bug #3811
+
+* Fix compile issue on linux, fixing bug #3938
+
+* Various other small compile fixes and cleanup
diff --git a/configure.ac.in b/configure.ac.in
index 9a40867..2c83031 100644
--- a/configure.ac.in
+++ b/configure.ac.in
@@ -8,11 +8,11 @@ dnl
dnl ***************************
dnl *** Version information ***
dnl ***************************
-m4_define([battery_version_major], [0])
-m4_define([battery_version_minor], [5])
-m4_define([battery_version_micro], [2])
+m4_define([battery_version_major], [1])
+m4_define([battery_version_minor], [0])
+m4_define([battery_version_micro], [0])
m4_define([battery_version_build], [r at REVISION@])
-m4_define([battery_version_tag], [git])
+m4_define([battery_version_tag], [])
m4_define([battery_version], [battery_version_major().battery_version_minor().battery_version_micro()ifelse(battery_version_tag(), [svn], [battery_version_tag()-battery_version_build()], [battery_version_tag()])])
dnl ***************************
More information about the Xfce4-commits
mailing list