diff --git a/ChangeLog b/ChangeLog index 0c9d221..243f317 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,155 +1,1675 @@ -2007-06-16 Bernhard Walle +commit f1c7c550d7ab799ff0afed8111a2de41288aadd2 +Author: Florian Rivoal +Date: Wed Dec 8 11:00:54 2010 +0900 - * size fixes from Rodrigo Castro + Update the license + + Clarify that wormulon is under GPL2 or later, and, after agreeing witn + Bernhard Walle, relicense xfce4-netload-plugin under GPL2 or later, + instead of GPL2 strictly. -2007-01-05 Mike Massonnet +commit a4e7c3519b5026c6abb4783e78c8381e12f0c2d2 +Author: Florian Rivoal +Date: Wed Dec 8 01:35:41 2010 +0900 - * panel-plugin/netload.c(monitor_create_options): use xfce titled - dialog for the options. + Remove empty translation file -2006-12-30 Mike Massonnet +commit 965fbf3b567fccdf6719d10764140b074e10955a +Author: Florian Rivoal +Date: Wed Dec 8 01:32:06 2010 +0900 - * panel-plugin/netload.c(monitor_set_size): avoid the plugin to enlarge - the panel. + Remove unnecessary files + + LINGUAS and the pot file are not actually needed, as they can be inferred + from the rest. -2006-12-18 Bernhard Walle +commit 8bab222cea6b5af9d21486ef655e2de3c8252329 +Author: Florian Rivoal +Date: Wed Dec 8 00:46:31 2010 +0900 - * added code for DragonFly BSD, thanks to Bob Bagwill - (fixed #1456) - * Not reporting errors if the interface has no IP address yet, - thanks to Mathy Vanvoorden (fixed #1158) + Clean up + + Update copyright notices, rename the configure.in.in into + configure.ac.in, upgrade autogen.sh, and INSTAL, and remove svn fluff in + comments. -2005-08-21 Bernhard Walle - * Fixed memory leak (thanks to Brian J. Tarricone) - * Custom bar colors now also work with special Gtk theme engine where - the previous code doesn't work (thanks to Brian J. Tarricone) - * Fixed bug that causes an invalid displayed string if no device name - was set. - * Released 0.3.3. +commit 351f937bafa4cf13c7f210b00a126295401e70fe +Author: Florian Rivoal +Date: Tue Dec 7 12:53:18 2010 +0900 -2005-08-01 Bernhard Walle - * Fixed error output if not in debug mode (#4707) - * Increased version number to 0.3.3. + Add netload's own icon + + xfce4-netload-plugin now has its own unique icon. Thanks to Simon + Steinbeiss for making it. + + Fixes bug #6864 -2005-05-17 Bernhard Walle +commit 02b970a50f1de20bab6fc474cc7d94ab56406511 +Author: Sergio Marques +Date: Wed Nov 17 19:03:23 2010 +0100 - * Fixed memory leak (#971). - * Released 0.3.2. + l10n: Updated Portuguese (pt) translation to 100% + + New status: 21 messages complete with 0 fuzzies and 0 untranslated. + + Transmitted-via: Transifex (translations.xfce.org). -2005-02-04 Bernhard Walle - * BUGFIX: Close the open socket. Obsoletes version 0.3.0. Don't use - 0.3.0 any more, it prevents the panel from opening new files after - a while! - * Released 0.3.1. +commit 343303d7eab8b7d9464d32eff9134b024581daf4 +Author: Florian Rivoal +Date: Fri Nov 12 10:32:47 2010 +0900 -2005-02-04 Bernhard Walle - * Added IP address and network interface name to the tooltip - (thanks to Pasi Orovuo for the suggestion) - * Released 0.3.0 + Upgrade from GtkTooltips to GtkTooltip + + The former was deprecated, and caused problems in some cases. + + Fixes bug #5177. -2005-01-10 Bernhard Walle - * Changed size so that in Xfce 4.2 the panel height does not increase - because of the plugin - * Released 0.2.4. +commit 5454e32347d681e4f2398b9f10d87542dd81ed74 +Author: Florian Rivoal +Date: Fri Oct 15 20:27:09 2010 +0900 -2004-08-01 Bernhard Walle - * Made the plugin thread-safe and so compatible with recent developement - versions of Xfce - * Released 0.2.3 + Fix bar colors for some theme engines + + Apply the patch proposed in bug 1889 by Brian J. Tarricone. -2004-06-27 Bernhard Walle - * Updated Catalan translation, thanks to Carles Muoz Gorriz +commit 0f806d5a5a32f6f9b7e1b3748e561f505ffa0f64 +Author: Florian Rivoal +Date: Wed Oct 13 09:26:44 2010 +0900 -2003-10-19 Bernhard Walle - * Polish translation was now added - * Released 0.2.2 + Fix buffer overflow + + Apply the patch from bug 6026, correcting a typo that causes overflows. -2003-10-01 Bernhard Walle - * Fixed bug #972: The total value in the tooltip is now displayed with - fractional portion - * Fixed bug #962: Any errors about wrong configuration are now only - displayed in a dialog after changing configuration and not after - startup. This should help users whose network device is created after - dialing-in. - * Released 0.2.1 +commit cd6830349daa413d2924e11829cc628b8aa9baba +Author: Florian Rivoal +Date: Wed Oct 13 09:12:55 2010 +0900 -2003-09-13 Bernhard Walle - * Added MacOS X support since it was added in Wormulon. Thanks to - Hendrik Scholz for his work on Wormulon. - * Released 0.2.0 + Add support for GNU/kFreeBSD + + Change the ifdefery to use existing code to support GNU/kFreeBSD. + + Fixes bug 3043. -2003-09-06 Bernhard Walle - * added error message if the network device could not be found or if - /proc/net/dev could not be opened - * changed "ms" to "s" because that was wrong - * Released 0.2.0pre6 +commit 3d15b6fb40900b043dc3863d3ad5571029e45c3d +Author: Alex Dedul +Date: Tue Oct 12 10:19:09 2010 +0900 -2003-08-31 Bernhard Walle - * Fixed problem with unnecessary calls of init_netload(). - * Call init_osspecific() on the right place. This caused the plugin not to - work on (at least) NetBSD. - * Tested successfully on NetBSD and Solaris 8 (thanks to Benedikt Meurer and - Sourceforge Compile Farm). - * Released 0.2.0pre5. + Fix compatibility with Xfce 4.7+ + + Make the dependency on libxfcegui4 explicit, instead of relying on some + other component to link to it for us. + + Fixes bug 6466. -2003-08-27 Bernhard Walle - * Fixed compile problem on NetBSD and OpenBSD. - * Released 0.2.0pre4. +commit 46061efe17c136bed758ecaa2ab958f553ca14d2 +Author: Bauzhan Muftakhidinov +Date: Fri Aug 13 10:37:46 2010 +0200 -2003-08-26 Bernhard Walle - * Implemented configurable update interval. - * Fixed small bug with operating system specific data initialization. - * Improved the automatic maximum function. - * Released 0.2.0pre3 which is the next test version for 0.2.0. + l10n: New translation to Kazakh. + + New status: 21 messages complete with 0 fuzzies and 0 untranslated. + + Transmitted-via: Transifex (translations.xfce.org). -2003-08-25 Bernhard Walle - * Changed all static variables to a structure which is given the function - as a parameter. This makes more than one instance of the plugin possible. - * Released 0.2.0pre2 which is the next test version for 0.2.0. +commit 9ad7d0ad50cbfccadd3df5e29bd32cd61e178e07 +Author: Gheyret Kenji +Date: Thu Aug 5 09:25:58 2010 +0200 -2003-08-24 Bernhard Walle - * Using the last four measures in history so it's easier to read. - * Automatic maximum now really works. - * Using kilobytes for displaying. - * Using thousands separators of the current locale for so that it's - easier to read. Since this feature is not available on in printf() - according the ISO C99 standard I implemented this myself. This code - may contain bugs. - * Dropped use of libgtop2 library. New code is based on Wormulon - (http://www.raisdorf.net/wormulon/) the operating systems Linux, - FreeBSD, OpenBSD, NetBSD, Sun Solaris and HP_UX (Hewlett-Packard) are - directly supported. *BSD without use of kvm. - * Maximum is configurable. - * Released 0.2.0pre1 which is a test version for 0.2.0. + l10n: Updated Uyghur (ug) translation to 100% + + New status: 21 messages complete with 0 fuzzies and 0 untranslated. + + Transmitted-via: Transifex (translations.xfce.org). -2003-08-17 Bernhard Walle - * Added support for other operating systems via libgtop2. Linux and - FreeBSD code is still implemented without libgtop2 but this may change - in future. - * Changed "bit/s" string to "byte/s" since the value *is* in byte/s. - Translators may update their translated strings, for the German - translation I did this already. - * Changed license to GNU General Public License since linking to the - libgtop2 library requires this. (libgtop2 is *not* LGPL) - * See also i18n changes in po/ChangeLog - * released 0.1.9 which is a test version for 0.2.0 +commit 7acf985d50fc400e1897836923d499bde3ba99f3 +Author: Gheyret Kenji +Date: Fri Jul 30 04:03:47 2010 +0200 -2003-08-12 Bernhard Walle - * released 0.1.2 - * corrected Linux code which was broken by the last fix - * added configure macros for testing the operating system - and the critical header files - * separated implementation for different operating system - * released 0.1.3 - * small fixes for --enable-debug=full (unused variable, - forgotten import) + l10n: Uyghur translation + + New status: 2 messages complete with 0 fuzzies and 19 untranslated. + + Transmitted-via: Transifex (translations.xfce.org). -2003-08-11 Bernhard Walle - * released 0.1.1 - * corrected FreeBSD code. - Thanks to Shadoe +commit 17f5a890af310ae8ddc225c4ce66799872d8594b +Author: A S Alam +Date: Sun Apr 4 06:36:06 2010 +0200 -2003-08-10 Bernhard Walle - * initial release 0.1.0 - + l10n: Punjabi Translation Added + + New status: 21 messages complete with 0 fuzzies and 0 untranslated. + + Transmitted-via: Transifex (translations.xfce.org). +commit 5b2c56e4b2a6358e8d76afc3a9c3a1543286113a +Author: gapan +Date: Thu Apr 1 21:57:25 2010 +0200 + + l10n: Updated Greek (el) translation to 100% + + New status: 21 messages complete with 0 fuzzies and 0 untranslated. + + Transmitted-via: Transifex (translations.xfce.org). + +commit 643d978895ee89b246ca7d2a0199b4e728cd83ac +Author: Fabian Nowak +Date: Sat Mar 27 20:17:51 2010 +0100 + + l10n: Updated German (de) translation to 100% + + New status: 21 messages complete with 0 fuzzies and 0 untranslated. + + Transmitted-via: Transifex (translations.xfce.org). + +commit 1d10302a42a2eb1fee18c4c5f1788f9aea5b1d8b +Author: Andres Kovtunos +Date: Sat Mar 27 14:44:11 2010 +0100 + + l10n: Updated Russian (ru) translation to 100% + + New status: 21 messages complete with 0 fuzzies and 0 untranslated. + + Transmitted-via: Transifex (translations.xfce.org). + +commit 27675debb5aa480adb8f1e46971a44d55d21a358 +Author: Dmitrij Smirnov +Date: Tue Mar 2 17:07:35 2010 +0100 + + l10n: Updated Russian (ru) translation to 100% + + New status: 21 messages complete with 0 fuzzies and 0 untranslated. + + Transmitted-via: Transifex (translations.xfce.org). + +commit 80614d1cadcd8f524b3da43a9bc02ccb127b17cf +Author: Xu Meihong +Date: Mon Nov 9 11:47:01 2009 +0000 + + l10n: Updates to Chinese (China) (zh_CN) translation + + Transmitted-via: Transifex (translations.xfce.org) + +commit 18144ebba63369971637cea2e988eff4fa4cf543 +Author: Leandro Regueiro +Date: Thu Oct 1 15:25:45 2009 +0000 + + l10n: Updates to Galician (gl) translation + + Transmitted-via: Transifex (translations.xfce.org) + +commit 360175366ae5bab578299ba8c283da07beef68b0 +Author: Rihards Prieditis +Date: Fri Sep 18 21:36:18 2009 +0000 + + l10n: Updates to Latvian (lv) translation + + Transmitted-via: Transifex (translations.xfce.org) + +commit 238fb817a7b8142612c8f3b9300a625dc0ae40ac +Author: Ignacio Velasco +Date: Fri Aug 21 04:35:06 2009 +0000 + + l10n: Updates to Spanish (Castilian) (es) translation + + Transmitted-via: Transifex (translations.xfce.org) + +commit 5a426f23662136e88f8b304c64a3168fc8a16848 +Author: Per Kongstad +Date: Thu Aug 20 12:45:42 2009 +0000 + + l10n: Updates to Danish (da) translation + + Transmitted-via: Transifex (translations.xfce.org) + +commit aab785c3b666defaa367358f4db3b1067ea34325 +Author: Piarres Beobide +Date: Tue Aug 18 07:17:55 2009 +0000 + + l10n: Basque translation update + + Transmitted-via: Transifex (translations.xfce.org) + +commit 67b6556daef4ea3816cd7534589f04108bb2fc0b +Author: Mike Massonnet +Date: Sat Aug 8 13:41:32 2009 +0000 + + update goodies translation + + (Old svn revision: 7896) + +commit 69c3e702f8893cef85bd897098299d626e36404b +Author: Gabor Kelemen +Date: Fri Jul 24 00:54:55 2009 +0000 + + 2009-07-24 Gabor Kelemen + + * hu.po: Translation reworked. + + (Old svn revision: 7787) + +commit 5aa810813b648d3c34a1ba3cfcffaa99e053ed20 +Author: Mike Massonnet +Date: Tue Jun 9 20:43:09 2009 +0000 + + Drop svn:executable bit from po files + + (Old svn revision: 7518) + +commit 35884bd574cd732c8764918287ca0d34c44794fc +Author: Mike Massonnet +Date: Fri May 29 10:44:34 2009 +0000 + + update goodies translations + + (Old svn revision: 7436) + +commit 882ac6b4e67cb850b1c06099af6e500ad1cb9a0d +Author: Mike Massonnet +Date: Thu Apr 16 08:20:27 2009 +0000 + + goodies translation update + + (Old svn revision: 7213) + +commit 4eba7585e5f0fa15617f8a859a09e78cac739da6 +Author: Piotr Sokól +Date: Wed Apr 15 18:57:46 2009 +0000 + + Updated Polish translations + + (Old svn revision: 7208) + +commit e85f7038091a1994428bbfa0391ab524331fd218 +Author: Maximilian Schleiss +Date: Sat Mar 14 15:26:30 2009 +0000 + + Translations updates - es fr gl it tr + + (Old svn revision: 6902) + +commit c25646f9e107e0048a93f9c95017c18c0ca640ca +Author: Mike Massonnet +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 3220818a23989f0f9efde841df006f9a2adcb1d3 +Author: Mike Massonnet +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 20ac88e9b1d2dfefa0927abd47dfb98797044104 +Author: Mike Massonnet +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 456b5ae9a34eaf091c3048906aa8d73b5979b1e4 +Author: Maximilian Schleiss +Date: Thu Dec 25 19:20:40 2008 +0000 + + Translations updates - es gl id ja uk + + (Old svn revision: 6367) + +commit eec1b978a4a59f11a68a45d355e57b322f15cd59 +Author: Alexander Toresson +Date: Sat Dec 13 21:13:55 2008 +0000 + + xfce4-systemload-plugin/trunk/po: + * sv.po: Swedish translation update (Daniel Nylander) + xfce4-netload-plugin/trunk/po: + * sv.po: Swedish translation update (Daniel Nylander) + xfce4-eyes-plugin/trunk/po: + * sv.po: Swedish translation update (Daniel Nylander) + xfbib/trunk/po: + * sv.po: Swedish translation update (Daniel Nylander) + xfce4-fsguard-plugin/trunk/po: + * sv.po: Swedish translation update (Daniel Nylander) + xfce4-places-plugin/trunk/po: + * sv.po: Swedish translation update (Daniel Nylander) + + (Old svn revision: 6304) + +commit 72f3130da315d69babe1ddd86db96a27dcaf0ee7 +Author: Eren Turkay +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 39d74f8d5f1347fec61e15103dc166e31003341e +Author: Maximilian Schleiss +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 553a901fb85d780d8a2c782a6665c3445b4e2cc8 +Author: Lars Nielsen +Date: Tue Oct 28 19:44:04 2008 +0000 + + update-po + + (Old svn revision: 5852) + +commit 2a607bddc08d762952a5a1f2c24497d78d8c01ec +Author: Stavros Giannouris +Date: Sat Aug 9 16:58:03 2008 +0000 + + Greek translations update. + + (Old svn revision: 5212) + +commit 22334be8722a313214b4617659cfdfb6c3a7736c +Author: Mohamed Magdy +Date: Wed Jul 16 23:01:19 2008 +0000 + + Update Arabic translations + + (Old svn revision: 5118) + +commit 72ce645a6f522738d1553ead8230cc2d2949aff0 +Author: Mohamed Magdy +Date: Tue Jul 15 19:15:17 2008 +0000 + + Update Arabic translations + + (Old svn revision: 5098) + +commit cc56eee0b65adc41e27cee8f174d950432a6c5a4 +Author: Jari Rahkonen +Date: Mon Jul 14 18:59:03 2008 +0000 + + Add Finnish translations from Launchpad, slightly modified. + + + (Old svn revision: 5083) + +commit 9e6a36477915de2807956b0ba5b682eea75da1ca +Author: Maximilian Schleiss +Date: Thu Jun 26 22:00:51 2008 +0000 + + Translations added and updated for most goodies (gl) + + (Old svn revision: 4998) + +commit 3587e9357533396d03c1e790d30900ff6854778c +Author: Maximilian Schleiss +Date: Wed Jun 25 21:44:02 2008 +0000 + + Translations added for most goodies (id) + + (Old svn revision: 4996) + +commit bb18578e565d7a75785df1d1247151cc3e29fa42 +Author: Og Maciel +Date: Wed May 28 17:19:49 2008 +0000 + + Updated Brazilian Portuguese translation + + (Old svn revision: 4855) + +commit 655331ca34aae5f323a35f9775dce92daa3ce022 +Author: Mike Massonnet +Date: Tue May 27 00:21:25 2008 +0000 + + update-po + + (Old svn revision: 4846) + +commit 47477901785f9f0d3612f973cec89c3dc64fcde9 +Author: Mike Massonnet +Date: Sun Mar 30 17:20:03 2008 +0000 + + Add Chinese Traditional translation + + (Old svn revision: 4489) + +commit 7f05c7df0f042cc755d2112e7816e6078b57f946 +Author: Maximilian Schleiss +Date: Mon Nov 19 23:06:36 2007 +0000 + + Latvian translations added to most goodies. + + (Old svn revision: 3611) + +commit 177698a7a2b400f9a937f0f93ee0ee9d61140266 +Author: Mike Massonnet +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 762ff88af69462cd55342e076faa98758b82f005 +Author: Mike Massonnet +Date: Thu Nov 15 08:24:33 2007 +0000 + + Rename pk.po to ur.po + + (Old svn revision: 3590) + +commit 366ea3f4e8ec9fa279069977eb07fc9232d50914 +Author: Maximilian Schleiss +Date: Sat Nov 3 10:45:47 2007 +0000 + + Italian updates and new translations added to some goodies. + + (Old svn revision: 3500) + +commit 961a59074ea4825a27fcf7d976c3fe5f97107dee +Author: Mike Massonnet +Date: Sun Oct 28 19:05:17 2007 +0000 + + Add new translation by محمد علي المكي + + (Old svn revision: 3466) + +commit 49e93570c380dd6c9f4f710cd7fbca5753fcef6f +Author: Brian Tarricone +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 014bb47635cfc40c3ad7b827698872f4b0c19aa7 +Author: Og Maciel +Date: Tue Sep 4 13:10:04 2007 +0000 + + Brazilian Portuguese translation updated by Vladimir Melo. + + (Old svn revision: 3137) + +commit 26fba9e12dbbd9202ada2d8580b44fcb5b488825 +Author: Og Maciel +Date: Tue Sep 4 01:35:54 2007 +0000 + + Minor translation update for Brazilian Portuguese by Og Maciel. + + (Old svn revision: 3136) + +commit e7d0d8f5bfa551febfc39a566979f6043c24e51a +Author: Maximilian Schleiss +Date: Sun Jul 8 21:34:59 2007 +0000 + + Last bunch of pt_PT and nb_NO files to be added. + + (Old svn revision: 2900) + +commit d719a1530cedb7767b3fee5bb24a6ae55f6f29e3 +Author: Maximilian Schleiss +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 52e310957b22c588e959c04507f9afb89b5a23dc +Author: Maximilian Schleiss +Date: Wed Jun 20 20:32:39 2007 +0000 + + * en_GB.po: British English translation for the mount plugin package updated + * pt_PT.po: European Portuguese translation update + + + (Old svn revision: 2843) + +commit 4f444af5db8431088006969c747dd41e147247e4 +Author: Bernhard Walle +Date: Sat Jun 16 10:34:22 2007 +0000 + + - update ChangeLog + + + (Old svn revision: 2839) + +commit 8296940f4bfbc64c77c6443167a563186c133322 +Author: Bernhard Walle +Date: Sat Jun 16 10:33:48 2007 +0000 + + - size fixes by Rodrigo Castro + + + (Old svn revision: 2838) + +commit c6c72bec20c344a4a7ba0f14e5ca909802feb159 +Author: Maximilian Schleiss +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 370dc12445e7fe7f3fb4fbff367010ade13b6f3e +Author: Maximilian Schleiss +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 0091c1a0672b37db9309d20e94010819daf2f15f +Author: Maxim Dziumanenko +Date: Tue Apr 3 13:43:41 2007 +0000 + + 2007-04-03 Maxim Dziumanenko + + * Update Ukrainian translation. + + + + (Old svn revision: 2655) + +commit 11dfa78d709b04fe1e1a7086e1ad22866a973f07 +Author: Pau Rullan Ferragut +Date: Sat Mar 31 11:52:51 2007 +0000 + + forgot to add in LINGUAS en_GB + + (Old svn revision: 2635) + +commit a39cbf403488d1df2fd6ccbb78fdafd053aa4bac +Author: Pau Rullan Ferragut +Date: Sat Mar 31 07:26:27 2007 +0000 + + i18n british translation + + (Old svn revision: 2607) + +commit e73f968c039d491a65cde18c5bd5db084e94af73 +Author: Jean-François Wauthy +Date: Fri Mar 2 21:16:33 2007 +0000 + + add support for LINGUAS + + (Old svn revision: 2534) + +commit d2df0eef889605ebd30ff5e1a96cdf3cfec87873 +Author: Maximilian Schleiss +Date: Sat Feb 24 22:48:00 2007 +0000 + + Added Japanese translations by Nobuhiro Iwamatsu for the radio, rss and netload plugin packages. Also added the LINGUAS files and modified the configure.ac file radio and netload. + + (Old svn revision: 2512) + +commit 23fac642f6e8c744719c2a3ece347c6a13d82c9b +Author: Maximilian Schleiss +Date: Tue Feb 20 23:34:44 2007 +0000 + + * fr.po: Modified the French translation for the timer plugin. + * ko.po: Updated the Korean translations by ByungHyun Choi + for the mount, netload, wavelan and xmms plugin packages. + + (Old svn revision: 2508) + +commit 90d2278ee69820635aee4cd5a9b33bb1ab53d073 +Author: Maximilian Schleiss +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 484200d976f3758cb21f8a607e06e40dcbfc9c80 +Author: Maximilian Schleiss +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 800bec095d1c3cd9e94c690bcb269d14e7ff735b +Author: Sylvain Vedrenne +Date: Sat Jan 20 16:20:07 2007 +0000 + + Updated Esperanto translations. + + + (Old svn revision: 2450) + +commit ba947f55d9a0cd70c4e3ee1e2d82487a16ffa815 +Author: Maximilian Schleiss +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 86304e601ec5cd55fb26916794a5e09addf7fc3c +Author: Maximilian Schleiss +Date: Thu Jan 11 22:26:03 2007 +0000 + + Updated and added the Czech translations by Michal Varady of the netload, cellmodem and dict plugin packages respectively + + (Old svn revision: 2338) + +commit 4872284c9a88a62fcbeed5cdeef555b37a713bc0 +Author: SZERVÁC Attila +Date: Mon Jan 8 08:28:05 2007 +0000 + + hu trunk: updates + + (Old svn revision: 2316) + +commit 98bc0c5688e76f7a154bc2f58a9f84fb79f93adc +Author: Maximilian Schleiss +Date: Sun Jan 7 00:36:22 2007 +0000 + + Updated the French translations for the verve, netload and weather plugins packages. + + (Old svn revision: 2305) + +commit 81d2a31cdd57c7a96ddd4835630395a7a563cd15 +Author: Mike Massonnet +Date: Fri Jan 5 01:15:52 2007 +0000 + + * panel-plugin/netload.c(monitor_create_options): use xfce titled + dialog for the options. + * *.po, *.pot: make update-po + + (Old svn revision: 2297) + +commit 1af1c5af5da9d111dfa90190a565168caf84d622 +Author: Mike Massonnet +Date: Sat Dec 30 17:16:02 2006 +0000 + + * fr.po: Remove colon. + + (Old svn revision: 2287) + +commit 83c94ff23ab077a86c686e234c1ccaf1d9969cf2 +Author: Mike Massonnet +Date: Sat Dec 30 16:31:11 2006 +0000 + + Avoid the plugin to enlarge the panel + + (Old svn revision: 2285) + +commit 31403e75d839b5b8da019e5eb3f5732a24ec1214 +Author: Bernhard Walle +Date: Sun Dec 17 21:11:54 2006 +0000 + + ChangeLog, panel-plugin/net.{c,h}, panel-plugin/netload.c: + - Not reporting errors if the interface has no IP address yet, thanks to + Mathy Vanvoorden (fixed #1158) + + + + (Old svn revision: 2249) + +commit 9cfe22a4f521ca6a1242aecea2fac0a70fe1311c +Author: SZERVÁC Attila +Date: Sun Dec 17 19:49:36 2006 +0000 + + little header fixes + + (Old svn revision: 2248) + +commit 3ca61bba76615852b3d8a7ee2bcc0fd86acf845e +Author: Bernhard Walle +Date: Sun Dec 17 19:44:57 2006 +0000 + + panel-plugin/net.{c,h}, panel-plugin/os.h: + - added code for DragonFly BSD, thanks to Bob Bagwill + (fixed #1456) + + + (Old svn revision: 2247) + +commit dbf646945dbb39a7400c969a502048d8de4979f3 +Author: Pau Rullan Ferragut +Date: Fri Dec 15 07:17:38 2006 +0000 + + i18n update + + (Old svn revision: 2233) + +commit 2886eb679d4d6580b398afc9cacd879fddc8fb21 +Author: Pau Rullan Ferragut +Date: Mon Nov 27 18:42:52 2006 +0000 + + i18n korean update + + (Old svn revision: 2188) + +commit 7f2f74f26e5af566c051321d65dee1ebf14e1dba +Author: Adriano Winter Bess +Date: Sun Oct 22 17:47:27 2006 +0000 + + Updated brazilian portuguese translations. + + + (Old svn revision: 2120) + +commit cbafed86f3ed56c3c5aa5601dcc30b23cd187fb4 +Author: Maximilian Schleiss +Date: Sat Oct 21 13:58:51 2006 +0000 + + Fixed some typos in the French translation of the xfce4-mount-plugin + Updated some Korean translations by ByungHyun Choi + + (Old svn revision: 2113) + +commit f2735c18db76460ad82aa663c19c6862dca1a89a +Author: SZERVÁC Attila +Date: Wed Sep 27 20:17:27 2006 +0000 + + hu trunk: updates + + (Old svn revision: 2077) + +commit b1fb976ddab25f68453f82ff10c24c2640a28759 +Author: Sylvain Vedrenne +Date: Sun Sep 24 17:05:08 2006 +0000 + + Added Esperanto translations from Antono Vasiljev . + + + (Old svn revision: 2069) + +commit df8fdf07d10c3cdaf950a062e373ea420d2d5826 +Author: Pau Rullan Ferragut +Date: Wed Sep 20 12:00:32 2006 +0000 + + updated catalan translations + + (Old svn revision: 2061) + +commit 5b4aa3c055f8c2b40be43cc1b87f48d71696f9bd +Author: Piarres Beobide +Date: Tue Sep 19 07:40:40 2006 +0000 + + Add/update some godies basque translations + + + + (Old svn revision: 2056) + +commit a300f8d5f17922a4efd22c9d9467695922be6eb1 +Author: Jean-François Wauthy +Date: Sun Sep 17 20:09:46 2006 +0000 + + Update French and Polish translations + + (Old svn revision: 2039) + +commit 4c8791ff5184f49acbbd2ab58d21a3b3df3c0d4a +Author: Jean-François Wauthy +Date: Sun Sep 17 13:31:52 2006 +0000 + + updated French and Czech translations + + (Old svn revision: 2038) + +commit 4d84f9d1b935332c965296cbbfb17ba6df73b0bf +Author: SZERVÁC Attila +Date: Tue Sep 12 06:26:00 2006 +0000 + + hu trunk: updates + + (Old svn revision: 2022) + +commit 9ea875b7bf61e5436224ade080580425e9c1b5f5 +Author: Nick Schermer +Date: Sun Sep 10 19:31:33 2006 +0000 + + * Regenerated all *.po files + + + (Old svn revision: 2006) + +commit ee8acb0299b0723bbf18f31ec97f3ae7ecbfe812 +Author: Nick Schermer +Date: Sun Sep 10 19:16:49 2006 +0000 + + * Created new pot files for all goodies + + + (Old svn revision: 2005) + +commit 9de0ce978936e843d0e050f67a6e20cc7beea93b +Author: Nick Schermer +Date: Sun Sep 10 18:17:23 2006 +0000 + + Big cleanup of the goodies svn. The following files are removed: + .cvsignore Makefile.in aclocal.m4 compile config.guess config.h.in + config.sub configure depcomp install-sh intltool-*.in ltcf-c.sh + ltmain.sh missing mkinstalldirs Makefile.in.in *.gmo + So keep it clean from now on ^_^. + + + (Old svn revision: 2002) + +commit a292878b1ba6074d1a9c8bae9c164a6e5d3dd712 +Author: Jean-François Wauthy +Date: Sun Sep 3 14:24:53 2006 +0000 + + Add/update Polish translations + + (Old svn revision: 1955) + +commit 5a05b9d80cc6ad803e852dfbfb65d15cf637e036 +Author: Jean-François Wauthy +Date: Sun Sep 3 13:56:26 2006 +0000 + + Add/Update Polish, German and French translations + + (Old svn revision: 1954) + +commit cf2ba0ded941632693853234c62f91f5e3587a41 +Author: Jean-François Wauthy +Date: Sun Aug 27 14:14:49 2006 +0000 + + Add/Update Czech translations + + (Old svn revision: 1927) + +commit 83a2e92c814fe283be8564c666a8aea0a01e48b0 +Author: Jean-François Wauthy +Date: Thu Aug 24 18:25:36 2006 +0000 + + Add/update Galician translations + + (Old svn revision: 1923) + +commit fe67a583ad3ea64a10fcb1a775efdfa5804e3465 +Author: Jean-François Wauthy +Date: Sun Aug 20 20:56:31 2006 +0000 + + add Galician translations + + (Old svn revision: 1914) + +commit 0c03d0e5bac970aa8bdc6edfacfb3fce180ce41f +Author: SZERVÁC Attila +Date: Fri Jul 7 23:14:42 2006 +0000 + + hu: sysload, netload, xkb updated, THX 2 kelemeng + + (Old svn revision: 1476) + +commit e53a6a6e13ede105cb1f17816ad9559bc3cb0707 +Author: Alexander Toresson +Date: Fri Jun 9 09:08:28 2006 +0000 + + A few mistakes with regard to the Swedish translation fixed + + + (Old svn revision: 1439) + +commit 39a8c28c2d77272249c909fbdec3c628fbb9363a +Author: Alexander Toresson +Date: Fri Jun 9 09:02:34 2006 +0000 + + Added Swedish translations by Daniel Nylander + + + (Old svn revision: 1437) + +commit 5be17a303661693e71a3719de8620934de8d36cf +Author: Masse Nicolas +Date: Tue Apr 25 20:26:28 2006 +0000 + + update with version from Jasper - now compatible with Xfce-4.4 + + (Old svn revision: 1361) + +commit aaf1e1733ddda6ba091d54dd020719b40da6d59d +Author: Daichi Kawahata +Date: Sat Apr 22 10:59:51 2006 +0000 + + Added/Updated Catalan translations by Carles Munoz Gorriz . + + + (Old svn revision: 1340) + +commit 205ec303383f529637e6f21ca6ae6cd009c4b1cd +Author: Daichi Kawahata +Date: Sat Apr 8 07:15:52 2006 +0000 + + Added/Updated Polish translations by Piotr Malinski . + + + (Old svn revision: 1306) + +commit e8a307595d300979cff24b409e95bc4342071786 +Author: Bernhard Walle +Date: Wed Mar 22 16:08:33 2006 +0000 + + - applied patch from Debian: don't use libgtop any more, so remove it + from the Makefile (thanks to Rudy Godoy and Martin Michlmayr + + + (Old svn revision: 1197) + +commit 51505d2d1ae6740db4116aecd4dcbbe551c221b2 +Author: Daichi Kawahata +Date: Thu Feb 23 11:59:55 2006 +0000 + + Added Vietnamese translations by Phan Vinh Thinh . + + + (Old svn revision: 1120) + +commit 8ebff5ac2657077fcdcd9337b8a0353bc2648f31 +Author: Daichi Kawahata +Date: Wed Feb 22 15:12:38 2006 +0000 + + Updated. + + + (Old svn revision: 1107) + +commit 2b8117cac8f79304957938ca1dcde611b246d252 +Author: Daichi Kawahata +Date: Sat Feb 18 09:28:07 2006 +0000 + + Added `hu' to the XDT_I18N()/BM_I18N(). + + + (Old svn revision: 1066) + +commit b1defe4c278b3d9cda876db0303b668924330f05 +Author: SZERVÁC Attila +Date: Sat Feb 11 17:23:39 2006 +0000 + + Add Hungarian Translations + + (Old svn revision: 1040) + +commit 1559a42465675dc7cd546b064ce1e105df3d782a +Author: Bernhard Walle +Date: Wed Nov 2 20:20:07 2005 +0000 + + - Added pt_BR translation. + + + (Old svn revision: 865) + +commit 13f0b8b4942de17ce75bce724b5cdd5ea0bb4541 +Author: Daichi Kawahata +Date: Mon Oct 24 13:29:20 2005 +0000 + + Updated with the latest sources. + Modified initial comments, headers. + + + (Old svn revision: 854) + +commit 043c44017ea1062c98b45107327c2b22e057a1a0 +Author: Daichi Kawahata +Date: Mon Oct 24 13:19:54 2005 +0000 + + Added Basque translations by Piarres Beobide . + + + (Old svn revision: 853) + +commit 9909b16091c0cfaacaf1569c14c56132e897441e +Author: Bernhard Walle +Date: Tue Oct 18 18:45:11 2005 +0000 + + * added Spanish translation, thanks to Rudy Godoy + * changed some fileds in the translation files because the new tool + version in SUSE 10.0 require non-standard fields (and changing them + was faster than finding out the parameter to change this) + * replaced autogen.sh by one using Xfce Deveopement tools + + + (Old svn revision: 850) + +commit b564be753cab96d0c2d2f96ee2031d46eb0884d0 +Author: Bernhard Walle +Date: Tue Oct 4 17:49:04 2005 +0000 + + Added ChangeLog in po directory (expected by autotools) + + + (Old svn revision: 820) + +commit 99e9a0214048a16434d9b38bcd351fc258c77e43 +Author: Bernhard Walle +Date: Tue Oct 4 17:44:17 2005 +0000 + + * removed generated files and use Xfce Deveopement tools + * added Russian translation, thanks to Fedoseev Sergey + + + (Old svn revision: 819) + +commit ea900c3647fbffb332b83991b10e883d29f51cb3 +Author: Bernhard Walle +Date: Sun Aug 21 10:11:03 2005 +0000 + + ChangeLog, panel-plugin/netload.c: + * Fixed crash (gtk_rc_style_unref() only valid if the rc was created with + gtk_rc_style_new()) + * Fixed bug that causes an invalid displayed string if no device name was set. + + + (Old svn revision: 772) + +commit 7b2ca15079c387f20cd3c5365ddf92e9abc9fd17 +Author: Bernhard Walle +Date: Sun Aug 21 09:03:16 2005 +0000 + + 2005-08-21 Bernhard Walle + * Fixed memory leak (thanks to Brian J. Tarricone) + * Custom bar colors now also work with special Gtk theme engine where + the previous code doesn't work (thanks to Brian J. Tarricone) + * Released 0.3.3. + + + (Old svn revision: 771) + +commit 22959322fbacd8bb1b126d0d2b3578e358ea7e44 +Author: Bernhard Walle +Date: Sun Jul 31 22:54:22 2005 +0000 + + * Fixed error output if not in debug mode (#4707) + * Increased version number to 0.3.3. + + + (Old svn revision: 756) + +commit 611bb7ab5946062c7d9a1292adc09539f43ef5f5 +Author: Jean-François Wauthy +Date: Tue Jun 14 17:56:12 2005 +0000 + + update FR translations + + + (Old svn revision: 684) + +commit 75dd6d93407f7df266440a756afb3cd0d6212967 +Author: Bernhard Walle +Date: Tue May 17 18:42:52 2005 +0000 + + Fixed memory leak (#971). + New version. + + + (Old svn revision: 351) + +commit da924b636d2764ce8c1bdd61d147df4fc2484458 +Author: ByungHyun Choi +Date: Fri Mar 4 17:45:43 2005 +0000 + + Update KO translatons + + + (Old svn revision: 350) + +commit 8a159ec3e474c9e0fa78591b57bdca8da5bb5b4a +Author: Jean-François Wauthy +Date: Sun Feb 13 12:47:04 2005 +0000 + + add FR translations + + + (Old svn revision: 349) + +commit 7c95efb7c21ca04c018dcf09e306222cab53262b +Author: Bernhard Walle +Date: Fri Feb 4 18:35:06 2005 +0000 + + New version + + + (Old svn revision: 347) + +commit 2b9d817302b2357eca8430d53b27824ab2ad77d3 +Author: Bernhard Walle +Date: Fri Feb 4 18:34:47 2005 +0000 + + Removed auto-gen files + + + (Old svn revision: 346) + +commit 7a64e37beb3d6a9aaf6a68f829873835a51b7c2b +Author: Bernhard Walle +Date: Fri Feb 4 18:30:55 2005 +0000 + + Removed ChangeLog + + + (Old svn revision: 345) + +commit b11aba3134b910c349e44f143d0aecce892a4367 +Author: Bernhard Walle +Date: Fri Feb 4 18:26:18 2005 +0000 + + New version + + + (Old svn revision: 344) + +commit 18dd3a3993e8c7f8749cf265fa594b37b55c67bc +Author: Bernhard Walle +Date: Fri Feb 4 18:25:40 2005 +0000 + + Makes no sense, we have CVS + + + (Old svn revision: 343) + +commit 13f6b5fabfca1068e42e8987f74d6950885fc49c +Author: Bernhard Walle +Date: Fri Feb 4 18:19:54 2005 +0000 + + New release. + + + (Old svn revision: 342) + +commit 4f3001483a50c3adb84ff0ba3d11ffa65c839738 +Author: Bernhard Walle +Date: Fri Feb 4 18:19:46 2005 +0000 + + New release. Converted spaces to tab + + + (Old svn revision: 341) + +commit cf3e10adc6ba5f6b6a7a662ac2ffe27228c129c4 +Author: Bernhard Walle +Date: Fri Feb 4 18:14:41 2005 +0000 + + Close the socket + + + (Old svn revision: 340) + +commit f7ec299c48d10f4422045f101517ef8a2b766fbe +Author: Bernhard Walle +Date: Fri Feb 4 18:13:04 2005 +0000 + + New release + + + (Old svn revision: 338) + +commit 65af5a9649cb9cdab866a41b9858ecaca9463788 +Author: Bernhard Walle +Date: Fri Feb 4 18:12:01 2005 +0000 + + Implemented display of IP address, minor code cleanup + + + (Old svn revision: 337) + +commit e71c9f3ddb4aaeb33996f29e33c00e02cee1350a +Author: Jean-François Wauthy +Date: Tue Jan 25 10:09:02 2005 +0000 + + add KO translations + + + (Old svn revision: 336) + +commit 3b31a7653be4074a756e7c295f8cb1ec626c3139 +Author: Bernhard Walle +Date: Thu Jan 13 20:40:53 2005 +0000 + + New version + + + (Old svn revision: 334) + +commit b4b31077623863b4116fa612bac00e5d8af807ce +Author: Bernhard Walle +Date: Thu Jan 13 20:39:04 2005 +0000 + + Removed generated file + + + (Old svn revision: 333) + +commit 50731da8d58ef9627b385509e8d2954c650e8078 +Author: Bernhard Walle +Date: Thu Jan 13 20:25:37 2005 +0000 + + Removed generated file + + + (Old svn revision: 332) + +commit 6288deec59feb788cef3ebdecc90dbcbd0dd3d8d +Author: Bernhard Walle +Date: Mon Jan 10 13:44:18 2005 +0000 + + Right size for Xfce 4.2 + + + (Old svn revision: 331) + +commit ad6d9f7ab1b6c31f80396ea032d905d0cca600d9 +Author: Bernhard Walle +Date: Sun Aug 1 09:16:58 2004 +0000 + + New version 0.2.3: Make it thread save for recent developement versions of Xfce + + + (Old svn revision: 329) + +commit 3d232ad4e8a72ace998806fe7216fd2d432f92c8 +Author: Benedikt Meurer +Date: Wed Jul 28 21:49:36 2004 +0000 + + Fix BM_DEPEND_CHECK(). + + + (Old svn revision: 328) + +commit a4fece2acf2bfef35ebce51dbe63ce0ed7c7ee1d +Author: Benedikt Meurer +Date: Sat Jul 24 17:29:38 2004 +0000 + + Correct min. required panel version. + + + (Old svn revision: 327) + +commit 3533786fe96e4e8d252e230822201f2037d05578 +Author: Benedikt Meurer +Date: Sat Jul 24 17:26:55 2004 +0000 + + Extended XFCE_PANEL_PLUGIN macro to honor the new threaded panel. + + + (Old svn revision: 326) + +commit 2fca59c250c38db1099fbc11adff6f256ae3d2d5 +Author: Benedikt Meurer +Date: Wed Jul 21 09:00:22 2004 +0000 + + New panel plugin check + + + (Old svn revision: 325) + +commit d08376c6ce420175183efcdc06f064f99a4afc9b +Author: Bernhard Walle +Date: Sun Jun 27 11:21:42 2004 +0000 + + Update of Catalan translation from Carles Mu�oz Gorriz + + + (Old svn revision: 324) + +commit 64159d9fcdf662b2d1a85fb025acbac72f0bd695 +Author: Bernhard Walle +Date: Sun Jun 27 11:20:39 2004 +0000 + + Update from Carles Mu�oz Gorriz + + + (Old svn revision: 323) + +commit ba3e48bad4bb112d7d6a1332b4c0400687704c41 +Author: Jasper Huijsmans +Date: Mon Nov 3 17:40:57 2003 +0000 + + Add Ukranian translations + + + (Old svn revision: 322) + +commit 6934556e1b4888cabebba365e86eb9d0ca19482b +Author: Bernhard Walle +Date: Sun Oct 19 09:03:57 2003 +0000 + + New version 0.2.2 + + + (Old svn revision: 320) + +commit 5c8c31d8929768ed5e89aeea596865f3ab57b56a +Author: Bernhard Walle +Date: Sun Oct 19 09:03:36 2003 +0000 + + Added Polish translation + + + (Old svn revision: 319) + +commit 412d19db552964e581a5d50649bc76410f8c71df +Author: Bernhard Walle +Date: Wed Oct 1 19:18:57 2003 +0000 + + New version 0.2.1: + * Fixed bug with wrong calculation of total number because of integer division. + * Show warning dialog because of initialization errors only after changes in + configuration and not after startup. + + + (Old svn revision: 317) + +commit e9f7df9eec47d3f37cd76a5382f9e6fb65d5551c +Author: Bernhard Walle +Date: Wed Oct 1 19:16:03 2003 +0000 + + * Fixed bug with wrong calculation of total number because of integer division. + * Show warning dialog because of initialization errors only after changes in + configuration and not after startup. + + + (Old svn revision: 316) + +commit 0a35762b18cc8995f4826c5943f2b26883a044bc +Author: Bernhard Walle +Date: Sat Sep 13 12:31:34 2003 +0000 + + New version 0.2.0 + + + (Old svn revision: 314) + +commit 6c59586f2eb86d1c0df9283410e9a13f304db6f8 +Author: Bernhard Walle +Date: Sat Sep 13 12:30:49 2003 +0000 + + Added support for MacOS X + + + (Old svn revision: 313) + +commit 76d9d037240a1d4020bb0f263aba61104d75375a +Author: Bernhard Walle +Date: Sat Sep 13 12:29:37 2003 +0000 + + Changed the application string to Xfce4-Netload-Plugin (the translation to "Netzlast" looked a bit funny) + + + (Old svn revision: 312) + +commit 4fb5dcb738ad705e7ed82f0140b5a220da20a9c0 +Author: Bernhard Walle +Date: Sat Sep 6 14:32:58 2003 +0000 + + Updated Catalan translation, thanks to Carles Mu�oz Gorriz + + + (Old svn revision: 311) + +commit 6140e1bbd0682b442c67b7295d8b1e27607914e9 +Author: Bernhard Walle +Date: Sat Sep 6 12:37:20 2003 +0000 + + New version 0.2.0pre6 + Added GUI warning if the plugin initialization failed and corrected "ms" to "s" (seconds) + + + (Old svn revision: 309) + +commit eaaaa9c2e368857c42349c1a60891449a15857f2 +Author: Bernhard Walle +Date: Sun Aug 31 12:54:36 2003 +0000 + + New version 0.2.0pre5 + Fixed problems on all operating systems that require initialization and removed + superfluous call of init_netload() function. + + + (Old svn revision: 307) + +commit 36f8ddc12a54e95d66fd3bbdce9b257f5c5ca6f6 +Author: Bernhard Walle +Date: Sun Aug 31 12:45:25 2003 +0000 + + Initial import + + + (Old svn revision: 306) + +commit 92edb043e924844ce9c681755e311b5e95f11f52 +Author: Bernhard Walle +Date: Thu Aug 28 19:38:38 2003 +0000 + + Fixed small bug with update timeout + + + (Old svn revision: 305) + +commit 5fe22a53409e8214b602d5abb01d789f768e5a01 +Author: Bernhard Walle +Date: Wed Aug 27 18:26:50 2003 +0000 + + New version 0.2.0pre4 + Fixed compile problem on NetBSD and OpenBSD + + + (Old svn revision: 303) + +commit d5c2e5ee264d49d8219006dadd9e53903c98b530 +Author: Bernhard Walle +Date: Wed Aug 27 18:17:55 2003 +0000 + + Updated Catalan translation, thanks to Carles Mu�oz Gorriz + + + (Old svn revision: 302) + +commit bee2164e5597ceb95779d6c8687d6298f9a8cc55 +Author: Bernhard Walle +Date: Tue Aug 26 20:34:46 2003 +0000 + + New version 0.2.0pre3 + Fixed a small bug, implemented configurable update interval and improved automatic maximum. + + + (Old svn revision: 300) + +commit bf777a038440a3db214411f58873208ad472d28c +Author: Bernhard Walle +Date: Mon Aug 25 21:08:58 2003 +0000 + + New version 0.2.0pre2 + Support more than one instance of the plugin + + + (Old svn revision: 298) + +commit fbca674e03383732c89299697ad15684325928c8 +Author: Bernhard Walle +Date: Sun Aug 24 20:07:08 2003 +0000 + + New version 0.2.0pre1 + + + (Old svn revision: 296) + +commit 1407a73ebb4be1ed67bfe801e92c9faa20c3341c +Author: Bernhard Walle +Date: Sun Aug 24 20:05:32 2003 +0000 + + Change netcode based on wormulon + + + (Old svn revision: 295) + +commit a0405c9463f065628d886c195da33a35b4e2ed77 +Author: Bernhard Walle +Date: Sun Aug 24 20:05:10 2003 +0000 + + Fixed bugs, added configuration option for maximum and changed a bit other + + + (Old svn revision: 294) + +commit 5f8d057d39977f66f3e0436dfdf65be87ae22ee9 +Author: Bernhard Walle +Date: Sun Aug 24 20:04:23 2003 +0000 + + Inital add -- thousands separator for printf + + + (Old svn revision: 293) + +commit f57eda195693ab7f86ba16e8b0da3a75291d82eb +Author: Bernhard Walle +Date: Sun Aug 17 21:07:35 2003 +0000 + + Reformated to 80 columns + + + (Old svn revision: 292) + +commit 3690ffee7cfd89d0f8966a556750397a57d7ac1c +Author: Bernhard Walle +Date: Sun Aug 17 19:07:06 2003 +0000 + + Preparing version 0.1.9 + + + (Old svn revision: 291) + +commit 504b3c5f4a5c95f55c401e4209e5081304915d24 +Author: Bernhard Walle +Date: Sun Aug 17 18:59:41 2003 +0000 + + Preparing version 0.1.9 + + + (Old svn revision: 290) + +commit bb67a0a768945c9f89bdca7322bc1aa6ea5feae7 +Author: Bernhard Walle +Date: Sun Aug 17 18:58:26 2003 +0000 + + Added check for libgtop2 if necessary. + More operating systems supported. + + + (Old svn revision: 289) + +commit 6c8489ee65cbab3144f03637fb0776c081980902 +Author: Bernhard Walle +Date: Sun Aug 17 18:57:46 2003 +0000 + + Changed license to GPL + + + (Old svn revision: 288) + +commit 0045c0359d5e2347f746d202d5bc5a53bc28105e +Author: Bernhard Walle +Date: Sun Aug 17 18:56:49 2003 +0000 + + Initial add + + + (Old svn revision: 287) + +commit 39c7c55760aa1118ad900f3e7aff9861f2a7b3bd +Author: Bernhard Walle +Date: Sun Aug 17 18:55:46 2003 +0000 + + * Added libgtop2 support + * Changed comment to GPL + * Better organize of code (init and close function) + + + (Old svn revision: 286) + +commit fb8d345119005d857e070467ecb787ae9260a5e0 +Author: Bernhard Walle +Date: Sun Aug 17 18:51:52 2003 +0000 + + Changed "bit/s" to "byte/s" + + + (Old svn revision: 285) + +commit e60e0c8481dc7ec8b2d40ba7b2175b10f896cdb5 +Author: Bernhard Walle +Date: Fri Aug 15 14:07:09 2003 +0000 + + Added Catalan translation. + Translator was Carles Mu�oz Gorriz . + + + (Old svn revision: 284) + +commit 9041e867b1613d73041b70bf27abfd0ad62a0c65 +Author: Bernhard Walle +Date: Fri Aug 15 12:40:34 2003 +0000 + + Added .cvsignore file + + + (Old svn revision: 283) + +commit fa5d14e366e20f96be32b68015d1c9ad087942ac +Author: Bernhard Walle +Date: Fri Aug 15 12:08:03 2003 +0000 + + Added lithuanian translation. Translator was Mantas . + + + (Old svn revision: 282) + +commit 15952beb12a224c078f7158120e8fad6701e3867 +Author: Bernhard Walle +Date: Fri Aug 15 12:06:28 2003 +0000 + + Removed gmo file + + + (Old svn revision: 281) + +commit 9a3de803e207ff7e7b9a92ee78d898ab9e244e66 +Author: Bernhard Walle +Date: Fri Aug 15 11:51:39 2003 +0000 + + Added lithuanian translation. Translator was Mantas . + + + (Old svn revision: 280) + +commit 158ee5753e892137508c8c60fa8f7c2cb1242dd8 +Author: Bernhard Walle +Date: Fri Aug 15 11:45:35 2003 +0000 + + Added .cvsignore file + + + (Old svn revision: 279) + +commit b7fe0b709aec5c723b951b1cb9852bc7d43edf61 +Author: Bernhard Walle +Date: Wed Aug 13 18:14:27 2003 +0000 + + Initial revision + + + (Old svn revision: 275) + +commit 97718a7f75717fdb979225bd4287ccc5d17b14c5 +Author: Unknown Author +Date: Wed Aug 13 18:14:27 2003 +0000 + + New repository initialized by cvs2svn. + + (Old svn revision: 274) diff --git a/NEWS b/NEWS index e69de29..68b6887 100644 --- a/NEWS +++ b/NEWS @@ -0,0 +1,15 @@ +1.0.0 +===== +- Fix compatibility with Xfce 4.7+, fixing bug #6466 +- Translated in 23 more languages, for a total of 36, 32 of which are fully translations +- Re-license under GPL2 or later +- Add support for GNU/kFreeBSD, fixing bug #3043 +- Add support for DragonFly BSD, fixing bug #1456 +- Add a Unique icon, Fixing bug #6864 +- Upgrade from GtkTooltips to GtkTooltip, fixing bug #5177 +- Fix bar colors for some theme engines, fixing bug #1889 +- Fix buffer overflow, fixin bug #6026 +- Fix sizes to fit better in the panel, and with other plugins +- Build fixes for compatibility with different version of libtool +- Use xfce titled dialog for the options +- Don't report errors if the interface has no IP address yet, fixing bug #1158 diff --git a/configure.ac.in b/configure.ac.in index 986bf01..0348bfa 100644 --- a/configure.ac.in +++ b/configure.ac.in @@ -6,7 +6,7 @@ dnl Copyright 2003 Benedikt Meurer dnl Copyright 2010 Florian Rivoal dnl -m4_define([netload_version],[0.4.0]) +m4_define([netload_version],[1.0.0]) AC_INIT([xfce4-netload-plugin], [netload_version], [xfce-goodies-dev@lists.berlios.de])