2008-07-09 23:57 jannis * autogen.sh: Fix @REVISION@ subsitution when using git svn. 2008-01-14 02:08 jannis * configure.in.in: Fix debugging support for SVN snapshots. Until now the default setting never was applied. 2007-10-01 21:21 jasper * libxfce4panel/xfce-panel-plugin-iface.c, panel/panel-properties.c: To prevent panel items from increasing the panel size, set the height of the XfceItembar instead of setting the size specifically for all items. * libxfce4panel/xfce-panel-plugin-iface.c: Allow attach_widget to be NULL in call to xfce_panel_plugin_position_widget() and fix up the API documentation. Patch by Diego Ongaro and a few bits from me. * plugins/windowlist/windowlist.c: fix for popup menu at pointer position. Another patch by Diego. 2007-09-30 20:14 jasper * libxfce4panel/xfce-panel-plugin-iface.c, libxfce4panel/xfce-panel-plugin-iface.h, plugins/launcher/launcher.c, plugins/windowlist/windowlist.c: API change for popup menu functions. The API now consists of three functions: xfce_panel_plugin_arrow_type(), xfce_panel_plugin_position_widget(), and xfce_panel_plugin_menu_position_func(). This last function is intended to be used as a callback function for gtk_menu_popup(). * plugins/windowlist/windowlist.c: Remove orientation change handler. There is no need to check both for orientation changes and screen position changes. * plugins/windowlist/windowlist.c: Set size for plugin widget instead of button. The size is not properly updated on orientation changes otherwise. 2007-09-28 13:46 jasper * libxfce4panel/xfce-panel-plugin-iface.c, libxfce4panel/xfce-panel-plugin-iface.h, plugins/launcher/launcher.c, plugins/windowlist/windowlist.c: Add convenience functions for plugin popup menus and adjust launcher and windowlist to make use of the new functionality. Patches by Diego Ongaro. 2007-07-09 22:45 nick * libxfce4panel/*, docs/API/*: Remove the html and xml directories, those are generated by gtk-doc, 100% symbol coverage and improve the layout of the chapters. 2007-07-08 12:00 nick * plugins/clock/clock-digital.c: Allow markup and center the string. * plugins/clock/*: Move the localtime functions into 1 util and allow usage without locatime_r. 2007-07-07 10:32 nick * plugins/clock/clock-lcd.c: Typo, the 8 was test code. 2007-07-06 10:50 nick * plugins/clock/*: Import code. * NEWS: update. * Configure.in.in: Bump GTK dependency to 2.8.0 and add cairo as new dependency. * po/*: Merge new strings. 2007-05-27 10:50 nick * plugins/launcher/launcher-exec.c: Define WAIT_ANY if it's not available in wait.h. Reported by Daichi. 2007-05-26 12:25 nick * plugins/clock/clock.c: Also reschedule when the clock type changes. 2007-05-26 12:07 nick * plugins/clock/clock.c: Only update the clock once a minute when seconds are disabled. That should give Auke a couple of minutes extra laptop fun ^_^. (Does not work for the led clock because we always want blinking dots). 2007-05-24 20:30 nick * panel/panel-item-manager.c: Rewrite some code, internal plugins now need the X-XFCE-Module-Path entry in the desktop file. A warning is shown if they don't have it. This to avoid wrong module loading (and yes this might break internal plugins, but the plugin's desktop file needs to be fixed instead!). Also fixes bug #3279. 2007-05-24 14:00 nick * panel/panel-item-manager.c: Improve the module warnings a bit. 2007-05-23 9:44 nick * libxfce4panel/libxfce4panel-1.0.pc.in: Restore directories in the pc file. 2007-05-22 20:34 nick * plugins/launcher/launcher-dialog.c: Always update the panel icon when dropping a desktop file in the frame. 2007-05-22 12:33 nick * configure.in.in, plugins/launcher/launcher-exec.c: Avoid zombie processes. 2007-03-27 16:31 nick * Backport trunk 2007-03-18 15:46 nick * libxfce4panel/xfce-hvbox.c: Mmm thought orientation was a property... Fix that. 2007-03-18 15:23 nick * libxfce4panel: Add visibility support to reduce the library size a bit. * libxfce4panel/xfce-panel-macros.h: Add macros to disable debugging for release builds. * Various code cleanups and improvements. 2007-03-18 11:40 nick * plugins/launcher/launcher.c: Fix insensitive button after adding items to the panel. 2007-03-17 0:00 nick * Improve the icons with some tango ones or the standard icon names. Also remove the icons that are not needed anymore. 2007-03-14 9:15 nick * plugins/tasklist/tasklist.c: Fix previous commit 2007-03-14 9:15 nick *libxfce4panel/Makefile.am: Try to fix bug 3002. 2007-03-14 8:38 nick * plugins/tasklist/tasklist.c: Fix bug 3011: expand setting not saved. 2007-03-10 16:07 nick * plugins/launcher/launcher-dialog.c: Don't append the %f. Too much side effects as suggested by Jannis. 2007-03-10 8:27 nick * plugins/launcher/launcher-exec.c: ifdef the startup data structure. Bug 2997, patch from Peter de Ridder. 2007-03-07 19:35 nick * libxfce4panel/xfce-panel-plugin-iface.c: Don't show the right-click menu when the user is not allowed to customize the panel. This way the xfce_panel_plugin_menu_insert_item items are never show (also the 'save' ones), but they are hardly used (bad excuse, I know). 2007-03-05 21:55 nick * panel/panel-dialogs.c: Set Full Height or Full Width based on the panel position. This partly fixes Bug #2465. 2007-03-05 21:21 nick * plugins/launcher/launcher.c: Replace the enter/leave signals since there are deprecated. If someone knows a property to sync this with an exo_mutual_binding I'd like to hear it. 2007-03-05 10:39 nick * libxfce4panel/xfce-panel-macros.c: Replace the g_type_register_static_simple by a slightly better _panel_g_type_register_simple. * plugins/launcher/launcher.c: Remove GTK_ARROW_NONE, to fix compilation problems on Gtk 2.8. 2007-03-04 20:48 nick * panel/panel-dialogs.c: Remove the position combobox, this is not working and thus only confusing for other people ^_^. 2007-03-04 20:32 nick * libxfce4panel/xfce-panel-macros.{c,h}: Add a macro for g_type_register_static_simple which is only available in Glib 2.12. * libxfce4panel/*.c: Use g_type_register_static_simple where possible to reduce the number of relocations. 2007-03-04 16:14 nick * panel/main.c, panel/panel-app.{c,h}: Fix problem with session management and move the last lines of code from the 4_5_nick branch to trunk. 2007-03-03 21:00 nick * panel/*: Import all the code from my branch to trunk. Only the main.c file is different in the branch because it contains a problem that causes Xfce to start very slowly (the session manager). 2007-03-03 21:00 nick * Import my 4_5_nick branch into trunk: - Completely rewritten launcher (Bugs 2336, 2365, 1323, 2262 and 1225) - Various improvements in libxfce4panel (memory leaks, G_GNUC_INTERNAL, GSList, canonical strings and fixed pedantic warnings). - Libxfce4panel does no longer depend on libxfcegui4. This might cause some problems with plugins. Plugin developers should add libxfcegui4 to the dependencies of their package (including cflags and libadd in the makefiles). 2007-01-19 19:59 nick * NEWS: Update NEWS 2007-01-19 16:56 nick * ChangeLog, plugins/clock/clock.c, plugins/windowlist/windowlist.c: Fix crash when moving the plugin. Bug #2775. Fix compiler warning. 2007-01-18 23:10 eulex * libexo/trunk/po/ChangeLog, libexo/trunk/po/sv.po, libxfcegui4/trunk/po/ChangeLog, libxfcegui4/trunk/po/sv.po, mousepad/trunk/po/ChangeLog, mousepad/trunk/po/sv.po, thunar/trunk/po/ChangeLog, thunar/trunk/po/sv.po, xfcalendar/trunk/po/ChangeLog, xfcalendar/trunk/po/sv.po, xfce-mcs-plugins/trunk/po/ChangeLog, xfce-mcs-plugins/trunk/po/sv.po, xfce-utils/trunk/po/ChangeLog, xfce-utils/trunk/po/sv.po, xfce4-appfinder/trunk/po/ChangeLog, xfce4-appfinder/trunk/po/sv.po, po/ChangeLog, po/sv.po, xfdesktop/trunk/po/ChangeLog, xfdesktop/trunk/po/sv.po, xfprint/trunk/po/ChangeLog, xfprint/trunk/po/sv.po, xfwm4/trunk/po/ChangeLog, xfwm4/trunk/po/sv.po: Updated Swedish translations for: * libexo * libxfcegui4 * mousepad * thunar * xfcalendar * xfce4-appfinder * xfce4-panel * xfce-mcs-plugins * xfce-utils * xfdesktop * xfprint * xfwm4 Also thus updated appropriate ChangeLog files. 2007-01-18 09:44 nab * po/ChangeLog, po/be.po: 2007-01-18 Alexander Nyakhaychyk * be.po: Updated Belarusian Translation 2007-01-09 13:10 maximilian * po/ChangeLog, po/ca.po: Updated the Catalan translation of the xfce4-panel package by Ivà Burgos 2007-01-05 03:19 maximilian * libexo/trunk/po/ChangeLog, libexo/trunk/po/fr.po, libxfcegui4/trunk/po/ChangeLog, libxfcegui4/trunk/po/de.po, po/ChangeLog, po/de.po, xfce4-session/trunk/po/ChangeLog, xfce4-session/trunk/po/de.po, xfdesktop/trunk/po/ChangeLog, xfdesktop/trunk/po/de.po, xfwm4/trunk/po/ChangeLog, xfwm4/trunk/po/de.po: Updated the German translations by Fabian Nowak for a few packages and updated the French translation of libexo. 2007-01-04 17:51 nick * libxfce4panel/xfce-panel-external-item.c: Cleanup some privates we don't use. 2007-01-04 17:46 nick * libxfce4panel/xfce-panel-external-item.c: * The _item_screen_changed is also triggered when we close/remove and external plugin, which results in a couple of warnings. This should fix the problem. 2007-01-03 18:46 nick * configure.ac.in, libxfce4panel/libxfce4panel-1.0.pc.in, libxfce4panel/xfce-panel-plugin.h, panel/Makefile.am, panel/main.c: * Revert previous patch 2007-01-03 18:19 nick * configure.ac.in, libxfce4panel/libxfce4panel-1.0.pc.in, libxfce4panel/xfce-panel-plugin.h, panel/Makefile.am, panel/main.c: We need to init ghtread for the slice allocator. I've also added this for external plugins (because some of them use the slice macros). This seems to work for external plugins without any problems, so cross you fingers. 2007-01-02 19:25 nick * plugins/tasklist/tasklist.c: This might be a bit more secure. 2007-01-01 20:25 jasper * libxfce4panel/xfce-panel-plugin-iface.c: Use GNOME HIG compliant buttons again: [cancel] [action]. 2007-01-01 19:51 nick * libxfce4panel/xfce-panel-plugin-iface.c, libxfce4panel/xfce-panel-plugin-iface.h: * Add gtk dialog that popups up on the right screen. * Fix memory leaks in libxfce4panel. g_object_get returns new data, not a pointer. 2007-01-01 19:22 jasper * plugins/iconbox/iconbox.c: Make iconbox check for demands attention on new windows. 2007-01-01 19:09 jasper * libxfce4panel/xfce-panel-external-item.c: Restart external panel items when the GtkPlug disappears during a screen change. Hopefully a real solution can still be found. 2007-01-01 19:08 nick * panel/panel-properties.c: * Add this debug warning to notify us if the _set_struts function passed. 2006-12-31 13:05 nick * plugins/clock/clock.c: * Fix clock crash, by simple redrawing the entire widget. 2006-12-31 12:25 nick * panel/panel-dialogs.c: Fix crash in panel when switching monitors. I've simply removed the code for moving the dialog to the other window, because I couldn't find a way to make this work propery. The panel doesn't crash anymore, but there are still some drawing issues when switching monitors. 2006-12-30 14:08 jasper * plugins/actions/actions.c, plugins/clock/clock.c, plugins/iconbox/iconbox.c, plugins/pager/pager.c, plugins/separator/separator.c, plugins/showdesktop/showdesktop.c, plugins/systray/systray.c, plugins/tasklist/tasklist.c, plugins/windowlist/windowlist-dialog.c: Multiscreen fixes. Attempt to fix at least part of bug #2693. 2006-12-29 11:18 jasper * docs/manual/C/images/Makefile.am, docs/manual/C/images/add_item_dialog.png, docs/manual/C/images/default_bottom_panel.png, docs/manual/C/images/default_top_panel.png, docs/manual/C/images/item_popup.png, docs/manual/C/images/launcher_properties.png, docs/manual/C/images/panel_manager.png, docs/manual/C/xfce4-panel.html, docs/manual/C/xfce4-panel.xml: Update documentation and add screenshots. 2006-12-27 14:19 jasper * HACKING, plugins/iconbox/iconbox.c: * Fix iconbox to also notice changes to NETK_WINDOW_STATE_SKIP_TASKLIST. * Update HACKING file with new coding style rules and explanation about generating a ChangeLog. 2006-12-27 10:42 jasper * ChangeLog, NEWS: Update ChangeLog and NEWS. 2006-12-26 20:55 jasper * plugins/iconbox/iconbox.c: Implement blinking for urgent windows in the iconbox. 2006-12-25 11:14 maximilian * libexo/trunk/po/ChangeLog, libexo/trunk/po/LINGUAS, libexo/trunk/po/mk.po, libxfce4util/trunk/po/ChangeLog, libxfce4util/trunk/po/LINGUAS, libxfce4util/trunk/po/mk.po, libxfcegui4/trunk/po/ChangeLog, libxfcegui4/trunk/po/LINGUAS, libxfcegui4/trunk/po/mk.po, mousepad/trunk/po/ChangeLog, mousepad/trunk/po/LINGUAS, mousepad/trunk/po/mk.po, thunar/trunk/po/ChangeLog, thunar/trunk/po/LINGUAS, thunar/trunk/po/mk.po, xfcalendar/trunk/po/ChangeLog, xfcalendar/trunk/po/LINGUAS, xfcalendar/trunk/po/mk.po, xfce-mcs-manager/trunk/po/ChangeLog, xfce-mcs-manager/trunk/po/LINGUAS, xfce-mcs-manager/trunk/po/mk.po, xfce-mcs-plugins/trunk/po/ChangeLog, xfce-mcs-plugins/trunk/po/LINGUAS, xfce-mcs-plugins/trunk/po/mk.po, xfce-utils/trunk/po/ChangeLog, xfce-utils/trunk/po/LINGUAS, xfce-utils/trunk/po/mk.po, xfce4-appfinder/trunk/po/ChangeLog, xfce4-appfinder/trunk/po/LINGUAS, xfce4-appfinder/trunk/po/mk.po, xfce4-icon-theme/trunk/po/ChangeLog, xfce4-icon-theme/trunk/po/LINGUAS, xfce4-icon-theme/trunk/po/mk.po, xfce4-mixer/trunk/po/ChangeLog, xfce4-mixer/trunk/po/LINGUAS, xfce4-mixer/trunk/po/mk.po, po/ChangeLog, po/LINGUAS, po/mk.po, xfce4-session/trunk/po/ChangeLog, xfce4-session/trunk/po/LINGUAS, xfce4-session/trunk/po/mk.po, xfce4-terminal/trunk/po/ChangeLog, xfce4-terminal/trunk/po/mk.po, xfce4-trigger-launcher/trunk/po/ChangeLog, xfce4-trigger-launcher/trunk/po/LINGUAS, xfce4-trigger-launcher/trunk/po/mk.po, xfdesktop/trunk/po/ChangeLog, xfdesktop/trunk/po/LINGUAS, xfdesktop/trunk/po/mk.po, xfmedia/trunk/po/ChangeLog, xfmedia/trunk/po/LINGUAS, xfmedia/trunk/po/mk.po, xfprint/trunk/po/ChangeLog, xfprint/trunk/po/LINGUAS, xfprint/trunk/po/mk.po, xfwm4/trunk/po/ChangeLog, xfwm4/trunk/po/LINGUAS, xfwm4/trunk/po/mk.po: Added the new translations from the Macedonian team for plenty of packages, Merry Christmas 2006-12-24 15:01 jasper * plugins/windowlist/windowlist.c: Check for demands attention hint as well as urgency hint. 2006-12-23 18:36 paurullan * po/ChangeLog, po/ca.po: [i18n] catalan update 2006-12-22 20:59 jasper * plugins/iconbox/iconbox.c, plugins/tasklist/tasklist.c: Some updates to iconbox and tasklist: * Use XfceHVBox from the panel library. * Use a general gtk handle instead of home-made ones and use only one handle because that looks better (I think). 2006-12-22 18:52 maximilian * libexo/trunk/po/ChangeLog, libxfcegui4/trunk/po/ChangeLog, mousepad/trunk/po/ChangeLog, terminal/trunk/po/ChangeLog, thunar/trunk/po/ChangeLog, xarchiver/trunk/po/ChangeLog, xarchiver/trunk/po/fr.po, xfburn/trunk/po/ChangeLog, xfce4-mixer/trunk/po/ChangeLog, po/ChangeLog, xfce4-session/trunk/po/ChangeLog, xfce4-trigger-launcher/trunk/po/ChangeLog, xfdesktop/trunk/po/ChangeLog, xfmedia/trunk/po/ChangeLog: Updated the French translation for the xarchiver package and fixed a mistake I introduced in Changelog's lately 2006-12-22 16:05 aalam * po/pa.po: update for string 2006-12-20 22:53 maximilian * libexo/trunk/po/ChangeLog, libexo/trunk/po/ru.po, libxfcegui4/trunk/po/ChangeLog, libxfcegui4/trunk/po/ru.po, mousepad/trunk/po/ChangeLog, mousepad/trunk/po/ru.po, terminal/trunk/po/ChangeLog, terminal/trunk/po/ru.po, thunar/trunk/po/ChangeLog, thunar/trunk/po/ru.po, xarchiver/trunk/po/ChangeLog, xarchiver/trunk/po/ru.po, xfburn/trunk/po/ChangeLog, xfburn/trunk/po/ru.po, xfce4-mixer/trunk/po/ChangeLog, xfce4-mixer/trunk/po/ru.po, po/ChangeLog, po/ru.po, xfce4-session/trunk/po/ChangeLog, xfce4-session/trunk/po/ru.po, xfce4-trigger-launcher/trunk/po/ChangeLog, xfce4-trigger-launcher/trunk/po/ru.po, xfdesktop/trunk/po/ChangeLog, xfdesktop/trunk/po/ru.po, xfmedia/trunk/po/ChangeLog, xfmedia/trunk/po/ru.po: Updated the Russian translations by Andrey Fedoseev for a lot of packages 2006-12-20 02:13 aalam * po/pa.po: update for latest translation by alam 2006-12-19 19:36 jasper * libxfce4panel/xfce-hvbox.c, libxfce4panel/xfce-hvbox.h, libxfce4panel/xfce-panel-convenience.c, libxfce4panel/xfce-panel-convenience.h, libxfce4panel/xfce-panel-macros.h, mcs-plugin/plugin.c, panel/frap-icon-entry.c, panel/frap-icon-entry.h, panel/panel-dialogs.c, panel/panel-dialogs.h, plugins/showdesktop/showdesktop.c, plugins/windowlist/windowlist-dialog.c, plugins/windowlist/windowlist-dialog.h, plugins/windowlist/windowlist.c, plugins/windowlist/windowlist.h, plugins/windowlist/xfce4-popup-windowlist.c, plugins/windowlist/xfce4-popup-windowlist.h: Set keywords property on a bunch of files. (In case any SVN devs are reading this: I think the default should be on ;-) 2006-12-19 18:36 nick * ChangeLog, configure.ac.in, plugins/Makefile.am, plugins/testplugin, po/ChangeLog, po/POTFILES.in, po/ar.po, po/az.po, po/be.po, po/bg.po, po/bn_IN.po, po/ca.po, po/cs.po, po/de.po, po/dz.po, po/el.po, po/en_GB.po, po/eo.po, po/es.po, po/es_MX.po, po/et.po, po/eu.po, po/fa.po, po/fi.po, po/fr.po, po/gl.po, po/gu.po, po/he.po, po/hi.po, po/hu.po, po/hy.po, po/it.po, po/ja.po, po/ka.po, po/ko.po, po/lt.po, po/mr.po, po/ms.po, po/nb_NO.po, po/nl.po, po/pa.po, po/pl.po, po/pt_BR.po, po/pt_PT.po, po/ro.po, po/ru.po, po/sk.po, po/sv.po, po/ta.po, po/tr.po, po/uk.po, po/vi.po, po/xfce4-panel.pot, po/zh_CN.po, po/zh_TW.po: configure.ac.in, plugins,Makefile.am, plugins/testplugin, po/POTFILES.in, *.po*: Remove the testplugin from the panel. You can find a sample plugin the the goodies repository. PS. First commit in the Xfce SVN ^_^ 2006-12-17 18:45 sas * xarchiver/trunk/po/hu.po, xfce-mcs-plugins/trunk/po/hu.po, po/hu.po: hu trunk: fixes 2006-12-16 11:35 jasper * panel/panel-properties.c: * Fix a few things in the positioning code that were so wrong, I'm surprised it ever worked at all, mostly related to the initial position of floating panels and positioning panels that span multiple monitors. * Add some comments to try and explain what the code is supposed to be doing. I'm afraid the positioning code is a bit of a mess. * Coding style and layout changes. Let's hope this doesn't break anything, since the changes are a bit bigger than I would normally have liked to do at this stage of the release process. 2006-12-15 17:12 aalam * po/pa.po: update for Punjabi Translation 2006-12-15 07:14 paurullan * po/ChangeLog, po/ca.po, po/cs.po: i18n update 2006-12-14 21:39 jasper * docs/API/html/XfceArrowButton.html, docs/API/html/XfceExternalPanelPlugin.html, docs/API/html/XfceHVBox.html, docs/API/html/XfceInternalPanelPlugin.html, docs/API/html/XfceItembar.html, docs/API/html/XfcePanelPlugin.html, docs/API/html/XfcePanelWindow.html, docs/API/html/ch01.html, docs/API/html/index.html, docs/API/html/index.sgml, docs/API/html/libxfce4panel-Convenience-Functions.html, docs/API/html/libxfce4panel-Standard-Enumerations.html, docs/API/html/libxfce4panel-Writing-Plugins.html, docs/API/html/libxfce4panel.devhelp, docs/API/html/libxfce4panel.devhelp2, docs/API/libxfce4panel-decl-list.txt, docs/API/libxfce4panel-decl.txt, docs/API/libxfce4panel-sections.txt, docs/API/libxfce4panel-undocumented.txt, docs/API/tmpl/xfce-panel-convenience.sgml, docs/API/tmpl/xfce-panel-enums.sgml, docs/API/tmpl/xfce-panel-plugin-iface.sgml, docs/API/tmpl/xfce-panel-plugin.sgml, docs/API/tmpl/xfce-panel-window.sgml, docs/API/xml/xfce-arrow-button.xml, docs/API/xml/xfce-hvbox.xml, docs/API/xml/xfce-itembar.xml, docs/API/xml/xfce-panel-convenience.xml, docs/API/xml/xfce-panel-enums.xml, docs/API/xml/xfce-panel-external-plugin.xml, docs/API/xml/xfce-panel-internal-plugin.xml, docs/API/xml/xfce-panel-plugin-iface.xml, docs/API/xml/xfce-panel-plugin.xml, docs/API/xml/xfce-panel-window.xml, libxfce4panel/xfce-hvbox.c, libxfce4panel/xfce-panel-plugin-iface.c, libxfce4panel/xfce-panel-plugin-iface.h: Update API docs. Also fixes bug #2657. 2006-12-14 18:56 jasper * plugins/launcher/launcher.c: Don't think we know better when the user leaves name and description empty ;-) Bug #2661. 2006-12-13 19:57 jasper * README.Plugins, panel/panel-app.c, panel/panel.c: * Improve panel_size_request(). * Add extra check to panel_app_queue_save() to see if the panel is quitting. * Nick put the contents of README.Plugins on the wiki, so I'll just leave a link to that. 2006-12-13 19:07 jasper * panel/panel-config.c, panel/panel.c, panel/panel.h: * Remove useless indirection when writing the list of items to file. * More code cleanup and layout updates. 2006-12-11 21:45 jasper * configure.ac.in, panel/panel-app-messages.c, panel/panel-app.c, panel/panel-config.c, panel/panel-dialogs.c, panel/panel-item-manager.c: * Fix use of mmap for config file. * Minor code cleanup and layout update. 2006-12-11 21:32 maximilian * po/ChangeLog, po/ca.po: Updated the Catalan translations for the xfce4-panel package by Carles Muñoz Gorriz 2006-12-10 12:24 jasper * panel/panel-dialogs.c: Set server time after realizing the gdk window. Works much better ;) Another suggestion from Nick. 2006-12-10 11:42 jasper * panel/panel-config.c, panel/panel-dialogs.c: Fix mem leaks. Patch from Nick. 2006-12-08 22:18 jasper * panel/panel-item-manager.c: Use convenience function provided by libxfce4panel to check kiosk mode. 2006-12-07 21:46 olivier * docs/API/libxfce4panel-decl-list.txt, docs/API/libxfce4panel-decl.txt, docs/API/xml/xfce-arrow-button.xml, docs/API/xml/xfce-hvbox.xml, docs/API/xml/xfce-itembar.xml, docs/API/xml/xfce-panel-convenience.xml, docs/API/xml/xfce-panel-enums.xml, docs/API/xml/xfce-panel-external-plugin.xml, docs/API/xml/xfce-panel-internal-plugin.xml, docs/API/xml/xfce-panel-plugin-iface.xml, docs/API/xml/xfce-panel-plugin.xml, docs/API/xml/xfce-panel-window.xml: Revert accidental commit if docs/ directtory (??) 2006-12-07 21:31 olivier * docs/API/libxfce4panel-decl-list.txt, docs/API/libxfce4panel-decl.txt, docs/API/xml/xfce-arrow-button.xml, docs/API/xml/xfce-hvbox.xml, docs/API/xml/xfce-itembar.xml, docs/API/xml/xfce-panel-convenience.xml, docs/API/xml/xfce-panel-enums.xml, docs/API/xml/xfce-panel-external-plugin.xml, docs/API/xml/xfce-panel-internal-plugin.xml, docs/API/xml/xfce-panel-plugin-iface.xml, docs/API/xml/xfce-panel-plugin.xml, docs/API/xml/xfce-panel-window.xml, panel/panel-dialogs.c: Update user time to prevent focus stealing prevention to come in the way. 2006-12-07 21:14 olivier * panel/panel-dialogs.c: Avoid type UTILITY for panel dialogs, this is not suitable for that kind of dialogs and it's causing more bad than good with most window managers (NET_WM_WINDOW_TYPE_UTILITY indicates a small persistent utility window, such as a palette or toolbox) 2006-12-07 20:28 jasper * panel/panel-private.h, panel/panel-properties.c: Use same test for invalid struts as in xfwm4. Move all checks to the _set_structs() function. This is still related to bug #2598. 2006-12-06 20:10 jasper * panel/panel-app.c, panel/panel-config.c, panel/panel-properties.c: Check if the size actually changes before setting struts. Also check for incorrect intermediate values (bug #2598 again). 2006-12-02 20:00 jasper * plugins/iconbox/iconbox.c: Switch to workspace of window before activating it, if necessary. 2006-11-30 18:23 stavrosg * libexo/trunk/po/ChangeLog, libexo/trunk/po/el.po, libxfcegui4/trunk/po/ChangeLog, mousepad/trunk/po/ChangeLog, mousepad/trunk/po/el.po, terminal/trunk/po/ChangeLog, terminal/trunk/po/el.po, thunar/trunk/po/ChangeLog, thunar/trunk/po/el.po, xarchiver/trunk/po/ChangeLog, xarchiver/trunk/po/el.po, xfburn/trunk/po/ChangeLog, xfburn/trunk/po/el.po, xfcalendar/trunk/po/ChangeLog, xfcalendar/trunk/po/el.po, xfce-mcs-manager/trunk/po/ChangeLog, xfce-mcs-manager/trunk/po/el.po, xfce-mcs-plugins/trunk/po/ChangeLog, xfce-mcs-plugins/trunk/po/el.po, xfce4-appfinder/trunk/po/ChangeLog, xfce4-appfinder/trunk/po/el.po, xfce4-icon-theme/trunk/po/el.po, xfce4-mixer/trunk/po/ChangeLog, xfce4-mixer/trunk/po/el.po, po/ChangeLog, po/el.po, xfce4-session/trunk/po/ChangeLog, xfce4-session/trunk/po/el.po, xfdesktop/trunk/po/ChangeLog, xfdesktop/trunk/po/el.po, xfprint/trunk/po/ChangeLog, xfprint/trunk/po/el.po, xfwm4/trunk/po/ChangeLog, xfwm4/trunk/po/el.po: E-mail address change. Sorry for the noise. 2006-11-26 16:24 jasper * panel/panel-app.c: Don't try to save the panel config on any (unix) signal. This might fix the problem with corrupted files. 2006-11-25 21:11 jasper * docs/manual/C/xfce4-panel.html, docs/manual/C/xfce4-panel.xml: Update documentation. Cleaned up a bit. It is less extensive than the 4.2 manual and there are no screenshots yet, but at least it is not completely wrong either... 2006-11-25 13:17 jasper * AUTHORS, README, README.Plugins: Update some info files. 2006-11-25 09:22 jasper * panel/panel-properties.c: More work on bug #2598: queue_resize instead of queue_draw. 2006-11-24 21:27 jasper * panel/panel-properties.c: Another attempt to fix bug #2598: re-enable setting struts in idle handler. 2006-11-24 19:15 jasper * panel/panel-properties.c: Delay setting struts until changin position is complete. Bug #2598. 2006-11-15 21:13 jasper * plugins/iconbox/iconbox.c: Clean up widgets as well as the rest of the icon struct. Fixes bug #2587. 2006-11-15 12:43 maximilian * libexo/trunk/po/ChangeLog, libexo/trunk/po/cy.po, libexo/trunk/po/fr.po, libxfce4util/trunk/po/ChangeLog, libxfce4util/trunk/po/cy.po, libxfce4util/trunk/po/fr.po, libxfcegui4/trunk/po/ChangeLog, libxfcegui4/trunk/po/cy.po, libxfcegui4/trunk/po/fr.po, mousepad/trunk/po/ChangeLog, mousepad/trunk/po/cy.po, mousepad/trunk/po/fr.po, thunar/trunk/po/ChangeLog, thunar/trunk/po/fr.po, xfce-mcs-plugins/trunk/po/ChangeLog, xfce-mcs-plugins/trunk/po/fr.po, po/ChangeLog, po/es.po, po/fr.po, xfce4-session/trunk/po/ChangeLog, xfce4-session/trunk/po/es.po, xfce4-session/trunk/po/fr.po: Updated the Spanish translations by Rudy Godoy for the following packages xfce4-panel; xfce4-session Modified the description text of the translation files for fr cy and es Fixed typo in French translation of thunar 2006-11-14 20:54 jasper * plugins/iconbox/iconbox.c: * Make expanding optional (bug #2574). * Try to fix icon update (bug #2474). 2006-11-13 10:05 benny * ., config, docs/manual, docs/manual/C, docs/manual/C/images, icons/Makefile.am, icons/xfce-edit.png, icons/xfce-filemanager.png, icons/xfce-games.png, icons/xfce-graphics.png, icons/xfce-internet.png, icons/xfce-man.png, icons/xfce-multimedia.png, icons/xfce-printer.png, icons/xfce-schedule.png, icons/xfce-sound.png, icons/xfce-terminal.png, icons/xfce-unknown.png, icons/xfce-utils.png, plugins/windowlist, po/xfce4-panel.pot: The common icons are now installed by libxfcegui4. Bug #2033. 2006-11-10 13:18 jasper * configure.ac.in, plugins/launcher/launcher.c: Patch from Joao Pedrosa to set screen of launcher menu. 2006-11-05 13:29 olivier * ChangeLog: Update ChangeLog. 2006-11-04 18:22 benny * configure.ac.in: Post-release version bump. 2006-11-04 18:21 benny * configure.ac.in, docs/API/libxfce4panel-decl-list.txt, docs/API/libxfce4panel-decl.txt, docs/API/xml/xfce-arrow-button.xml, docs/API/xml/xfce-hvbox.xml, docs/API/xml/xfce-itembar.xml, docs/API/xml/xfce-panel-convenience.xml, docs/API/xml/xfce-panel-enums.xml, docs/API/xml/xfce-panel-external-plugin.xml, docs/API/xml/xfce-panel-internal-plugin.xml, docs/API/xml/xfce-panel-plugin-iface.xml, docs/API/xml/xfce-panel-plugin.xml, docs/API/xml/xfce-panel-window.xml, po/ar.po, po/az.po, po/be.po, po/bg.po, po/bn_IN.po, po/ca.po, po/cs.po, po/de.po, po/dz.po, po/el.po, po/en_GB.po, po/eo.po, po/es.po, po/es_MX.po, po/et.po, po/eu.po, po/fa.po, po/fi.po, po/fr.po, po/gl.po, po/gu.po, po/he.po, po/hi.po, po/hu.po, po/hy.po, po/it.po, po/ja.po, po/ka.po, po/ko.po, po/lt.po, po/mr.po, po/ms.po, po/nb_NO.po, po/nl.po, po/pa.po, po/pl.po, po/pt_BR.po, po/pt_PT.po, po/ro.po, po/ru.po, po/sk.po, po/sv.po, po/ta.po, po/tr.po, po/uk.po, po/vi.po, po/zh_CN.po, po/zh_TW.po: Bump version and requirements. Update Project-Id-Version. 2006-10-28 13:04 paurullan * libexo/trunk/po/ChangeLog, libexo/trunk/po/LINGUAS, libexo/trunk/po/dz.po, libxfce4util/trunk/po/ChangeLog, libxfce4util/trunk/po/LINGUAS, libxfce4util/trunk/po/dz.po, libxfcegui4/trunk/po/ChangeLog, libxfcegui4/trunk/po/LINGUAS, libxfcegui4/trunk/po/dz.po, mousepad/trunk/po/ChangeLog, mousepad/trunk/po/LINGUAS, mousepad/trunk/po/dz.po, terminal/trunk/po/ChangeLog, terminal/trunk/po/LINGUAS, terminal/trunk/po/dz.po, thunar/trunk/po/ChangeLog, thunar/trunk/po/LINGUAS, thunar/trunk/po/dz.po, xarchiver/trunk/po/ChangeLog, xarchiver/trunk/po/LINGUAS, xarchiver/trunk/po/dz.po, xfburn/trunk/po/ChangeLog, xfburn/trunk/po/LINGUAS, xfburn/trunk/po/dz.po, xfcalendar/trunk/po/ChangeLog, xfcalendar/trunk/po/LINGUAS, xfcalendar/trunk/po/dz.po, xfce-mcs-manager/trunk/po/ChangeLog, xfce-mcs-manager/trunk/po/LINGUAS, xfce-mcs-manager/trunk/po/dz.po, xfce-mcs-plugins/trunk/po/ChangeLog, xfce-mcs-plugins/trunk/po/LINGUAS, xfce-mcs-plugins/trunk/po/dz.po, xfce-utils/trunk/po/ChangeLog, xfce-utils/trunk/po/LINGUAS, xfce-utils/trunk/po/dz.po, xfce4-appfinder/trunk/po/ChangeLog, xfce4-appfinder/trunk/po/LINGUAS, xfce4-appfinder/trunk/po/dz.po, xfce4-icon-theme/trunk/po/ChangeLog, xfce4-icon-theme/trunk/po/LINGUAS, xfce4-icon-theme/trunk/po/dz.po, xfce4-mixer/trunk/po/ChangeLog, xfce4-mixer/trunk/po/LINGUAS, xfce4-mixer/trunk/po/dz.po, po/ChangeLog, po/LINGUAS, po/dz.po, xfce4-session/trunk/po/ChangeLog, xfce4-session/trunk/po/LINGUAS, xfce4-session/trunk/po/dz.po, xfce4-trigger-launcher/trunk/po/ChangeLog, xfce4-trigger-launcher/trunk/po/LINGUAS, xfce4-trigger-launcher/trunk/po/dz.po, xfdesktop/trunk/po/ChangeLog, xfdesktop/trunk/po/LINGUAS, xfdesktop/trunk/po/dz.po, xfmedia/trunk/po/ChangeLog, xfmedia/trunk/po/LINGUAS, xfmedia/trunk/po/dz.po, xfprint/trunk/po/ChangeLog, xfprint/trunk/po/LINGUAS, xfprint/trunk/po/dz.po, xfwm4/trunk/po/ChangeLog, xfwm4/trunk/po/LINGUAS, xfwm4/trunk/po/dz.po: added whole Dzongkha translation congratulations to the dz team. 2006-10-24 21:47 olivier * configure.ac.in: Update version 2006-10-24 19:03 jasper * plugins/clock/clock.c, plugins/systray/systray.c, plugins/systray/systray.desktop.in.in: Fix spelling in systray desktop file and fix frame border for clock and systray. Patches by Nick and Bjorn Martensen. 2006-10-22 19:36 jasper * panel/panel-item-manager.c, plugins/actions/actions.desktop.in.in, plugins/clock/clock.desktop.in.in, plugins/iconbox/iconbox.desktop.in.in, plugins/launcher/launcher.desktop.in.in, plugins/pager/pager.desktop.in.in, plugins/separator/separator.desktop.in.in, plugins/showdesktop/showdesktop.desktop.in.in, plugins/systray/systray.desktop.in.in, plugins/tasklist/tasklist.desktop.in.in, plugins/testplugin/testplugin.desktop.in.in, plugins/windowlist/windowlist.desktop.in.in: New way to specify internal plugin name with just the basename (launcher -> liblauncher.so) combined with X-XFCE-Module-Path entry to specifiy the location. The old way is still supported, so this change is 100% backward compatible. 2006-10-19 17:39 jasper * plugins/actions/Makefile.am, plugins/clock/Makefile.am, plugins/iconbox/Makefile.am, plugins/launcher/Makefile.am, plugins/pager/Makefile.am, plugins/separator/Makefile.am, plugins/showdesktop/Makefile.am, plugins/systray/Makefile.am, plugins/tasklist/Makefile.am, plugins/testplugin/Makefile.am, plugins/windowlist/Makefile.am: Patch by Olivier to fix yesterdays fix ;-) 2006-10-18 18:28 jasper * libxfce4panel/xfce-panel-convenience.c, plugins/actions/Makefile.am, plugins/actions/actions.desktop.in.in, plugins/clock/Makefile.am, plugins/clock/clock.desktop.in.in, plugins/iconbox/Makefile.am, plugins/iconbox/iconbox.desktop.in.in, plugins/launcher/Makefile.am, plugins/launcher/launcher.desktop.in.in, plugins/pager/Makefile.am, plugins/pager/pager.desktop.in.in, plugins/separator/Makefile.am, plugins/separator/separator.desktop.in.in, plugins/showdesktop/Makefile.am, plugins/showdesktop/showdesktop.desktop.in.in, plugins/systray/Makefile.am, plugins/systray/systray.desktop.in.in, plugins/tasklist/Makefile.am, plugins/tasklist/tasklist.desktop.in.in, plugins/testplugin/Makefile.am, plugins/testplugin/testplugin.desktop.in.in, plugins/windowlist/Makefile.am, plugins/windowlist/windowlist.desktop.in.in: * Fix plugin installation on cygwin. Patch by Olivier. * Set name for panel convencience buttons. Maybe useful for themes? 2006-10-14 10:04 jasper * panel/panel-dialogs.c: Add checks for empty selection. Based on bug report from Omair Eshkenazi. 2006-10-14 09:45 jasper * panel/panel-dialogs.c: Use new-style atom to check for compositing manager. Only check default screen. 2006-10-14 09:09 jasper * plugins/clock/clock.c: Use only small size for LED clock in vertical mode. 2006-10-13 00:04 paurullan * libxfce4util/trunk/po/ChangeLog, libxfce4util/trunk/po/ko.po, libxfce4util/trunk/po/nl.po, mousepad/trunk/po/ChangeLog, mousepad/trunk/po/nl.po, terminal/trunk/po/ChangeLog, terminal/trunk/po/pl.po, xarchiver/trunk/po/ChangeLog, xarchiver/trunk/po/pl.po, xfce-mcs-plugins/trunk/po/ChangeLog, xfce-mcs-plugins/trunk/po/ko.po, xfce-utils/trunk/po/ChangeLog, xfce-utils/trunk/po/ko.po, xfce4-mixer/trunk/po/ChangeLog, xfce4-mixer/trunk/po/ko.po, po/ChangeLog, po/ko.po, xfce4-session/trunk/po/ChangeLog, xfce4-session/trunk/po/ko.po, xfce4-trigger-launcher/trunk/po/ChangeLog, xfce4-trigger-launcher/trunk/po/ko.po, xfdesktop/trunk/po/ChangeLog, xfdesktop/trunk/po/ko.po, xfprint/trunk/po/ChangeLog, xfprint/trunk/po/ko.po: i18n various updates and add 2006-10-11 19:10 jasper * plugins/launcher/launcher-dialog.c, plugins/launcher/launcher.c, plugins/launcher/launcher.h: Properly finish drags. Patch by Nick (bug #2417). 2006-10-10 20:18 jasper * panel/panel-app.c: Be a little more careful when saving that we still have a valid configuration. Maybe fixes bug #2405. 2006-09-27 15:50 hydonsingore * po/ChangeLog, po/zh_TW.po: Updated zh_TW translations. 2006-09-24 08:57 jasper * libxfce4panel/xfce-arrow-button.c, libxfce4panel/xfce-itembar.c, libxfce4panel/xfce-panel-enums.h, libxfce4panel/xfce-panel-external-item.c, libxfce4panel/xfce-panel-internal-plugin.c, libxfce4panel/xfce-panel-item-iface.c, libxfce4panel/xfce-panel-plugin-iface.c, libxfce4panel/xfce-panel-window.c: Call plugin contructor after default realize signal handler. 2006-09-24 08:33 jasper * panel/panel-app.c, panel/panel-item-manager.c: Use G_MODULE_BIND_LOCAL for internal plugins. Seems to work fine. Bug #2314. 2006-09-23 11:31 pollux * libexo/trunk/po/ChangeLog, libexo/trunk/po/pl.po, thunar/trunk/po/ChangeLog, thunar/trunk/po/pl.po, xfce-mcs-plugins/trunk/po/ChangeLog, xfce-mcs-plugins/trunk/po/pl.po, po/ChangeLog, po/de.po, po/fr.po, xfwm4/trunk/po/ChangeLog, xfwm4/trunk/po/pl.po: various translations updates 2006-09-22 20:05 gnu_sylvain * po/ChangeLog, po/eo.po: Updated Esperanto translations, by Jarbas Araujo . 2006-09-20 11:11 paurullan * po/ChangeLog, po/ca.po: update catalan translation 2006-09-13 18:32 jasper * plugins/windowlist/windowlist.c: Fix problem with right-click menu on windowlist. Patch by Nick (bug #2305). 2006-09-09 15:39 jasper * libxfce4panel/xfce-panel-macros.h: Convert to unix line endings (bug #2253). 2006-09-07 18:58 pollux * xfcalendar/trunk/po/ChangeLog, xfcalendar/trunk/po/vi.po, xfce-mcs-manager/trunk/po/ChangeLog, xfce-mcs-manager/trunk/po/vi.po, xfce-mcs-plugins/trunk/po/ChangeLog, xfce-mcs-plugins/trunk/po/vi.po, xfce-utils/trunk/po/ChangeLog, xfce-utils/trunk/po/vi.po, xfce-utils/trunk/xfce4-about/AUTHORS, xfce4-mixer/trunk/po/ChangeLog, xfce4-mixer/trunk/po/vi.po, po/ChangeLog, po/vi.po, xfce4-session/trunk/po/ChangeLog, xfce4-session/trunk/po/vi.po, xfce4-trigger-launcher/trunk/po/ChangeLog, xfce4-trigger-launcher/trunk/po/vi.po, xfdesktop/trunk/po/ChangeLog, xfdesktop/trunk/po/vi.po, xfmedia/trunk/po/ChangeLog, xfprint/trunk/po/ChangeLog, xfprint/trunk/po/vi.po, xfwm4/trunk/po/ChangeLog, xfwm4/trunk/po/vi.po: Updated Vietnamese translations 2006-09-03 19:00 pollux * xarchiver/trunk/po/ChangeLog, xarchiver/trunk/po/pt_BR.po, xfcalendar/trunk/po/ChangeLog, xfcalendar/trunk/po/pt_BR.po, xfce-mcs-plugins/trunk/po/ChangeLog, xfce-mcs-plugins/trunk/po/pt_BR.po, xfce-utils/trunk/po/ChangeLog, xfce-utils/trunk/po/pt_BR.po, po/ChangeLog, po/pt_BR.po, xfdesktop/trunk/po/ChangeLog, xfdesktop/trunk/po/pt_BR.po, xfwm4/trunk/po/ChangeLog, xfwm4/trunk/po/pt_BR.po: Updated Brazilian Portuguese translations 2006-09-02 15:35 benny * config/Makefile.am, configure.ac.in, panel/Makefile.am, po/ar.po, po/az.po, po/be.po, po/bg.po, po/bn_IN.po, po/ca.po, po/cs.po, po/de.po, po/el.po, po/en_GB.po, po/eo.po, po/es.po, po/es_MX.po, po/et.po, po/eu.po, po/fa.po, po/fi.po, po/fr.po, po/gl.po, po/gu.po, po/he.po, po/hi.po, po/hu.po, po/hy.po, po/it.po, po/ja.po, po/ka.po, po/ko.po, po/lt.po, po/mr.po, po/ms.po, po/nb_NO.po, po/nl.po, po/pa.po, po/pl.po, po/pt_BR.po, po/pt_PT.po, po/ro.po, po/ru.po, po/sk.po, po/sv.po, po/ta.po, po/tr.po, po/uk.po, po/vi.po, po/xfce4-panel.pot, po/zh_CN.po, po/zh_TW.po: Bump version and requirements. 2006-09-02 08:57 sas * libexo/trunk/po/hu.po, libxfcegui4/trunk/po/hu.po, mousepad/trunk/po/hu.po, terminal/trunk/po/hu.po, thunar/trunk/po/hu.po, xfcalendar/trunk/po/hu.po, xfce-mcs-manager/trunk/po/hu.po, xfce-mcs-plugins/trunk/po/hu.po, xfce-utils/trunk/po/hu.po, xfce4-appfinder/trunk/po/hu.po, xfce4-icon-theme/trunk/po/hu.po, xfce4-mixer/trunk/po/hu.po, po/hu.po, xfce4-session/trunk/po/hu.po, xfce4-terminal/trunk/po/hu.po, xfce4-trigger-launcher/trunk/po/hu.po, xfdesktop/trunk/po/hu.po, xfprint/trunk/po/hu.po, xfwm4/trunk/po/hu.po: hungarian updates 2006-09-02 02:06 yuvaltanny * xfburn/trunk/po/he.po, xfce-utils/trunk/po/he.po, po/he.po, xfdesktop/trunk/po/he.po, xfwm4/trunk/po/he.po: Update Hebrew translation 2006-09-01 17:16 pollux * panel/panel-app.c: fix compiling with debugging enabled 2006-08-31 19:29 olivier * config/Makefile.am, config/clock-14.rc, config/systray-4.rc, config/xfce4-menu-5.rc: Tweaks defaults config 2006-08-27 20:54 pollux * libexo/trunk/po/ChangeLog, libexo/trunk/po/de.po, libxfce4util/trunk/po/ChangeLog, libxfce4util/trunk/po/de.po, terminal/trunk/po/de.po, xfcalendar/trunk/po/ChangeLog, xfcalendar/trunk/po/de.po, xfce-mcs-plugins/trunk/po/de.po, xfce-utils/trunk/po/ChangeLog, xfce-utils/trunk/po/de.po, xfce4-mixer/trunk/po/ChangeLog, xfce4-mixer/trunk/po/de.po, po/de.po, xfce4-session/trunk/po/de.po: Updated German translations 2006-08-27 12:57 pollux * libxfcegui4/trunk/po/ChangeLog, libxfcegui4/trunk/po/de.po, terminal/trunk/po/ChangeLog, terminal/trunk/po/de.po, xfburn/trunk/po/ChangeLog, xfburn/trunk/po/de.po, xfce-mcs-manager/trunk/po/ChangeLog, xfce-mcs-manager/trunk/po/de.po, xfce-mcs-plugins/trunk/po/ChangeLog, xfce-mcs-plugins/trunk/po/de.po, po/ChangeLog, po/de.po, xfce4-session/trunk/po/ChangeLog, xfce4-session/trunk/po/de.po, xfdesktop/trunk/po/ChangeLog, xfdesktop/trunk/po/de.po, xfwm4/trunk/po/ChangeLog, xfwm4/trunk/po/de.po: Updated German translations 2006-08-27 11:35 pollux * libexo/trunk/po/ChangeLog, libexo/trunk/po/LINGUAS, libexo/trunk/po/ka.po, libxfce4util/trunk/po/ChangeLog, libxfce4util/trunk/po/LINGUAS, libxfce4util/trunk/po/ka.po, libxfcegui4/trunk/po/ChangeLog, libxfcegui4/trunk/po/LINGUAS, libxfcegui4/trunk/po/ka.po, mousepad/trunk/po/ChangeLog, mousepad/trunk/po/LINGUAS, mousepad/trunk/po/ka.po, thunar/trunk/po/ChangeLog, thunar/trunk/po/LINGUAS, thunar/trunk/po/ka.po, xfcalendar/trunk/po/ChangeLog, xfcalendar/trunk/po/LINGUAS, xfcalendar/trunk/po/ka.po, xfce-mcs-manager/trunk/po/ChangeLog, xfce-mcs-manager/trunk/po/LINGUAS, xfce-mcs-manager/trunk/po/ka.po, xfce-mcs-plugins/trunk/po/ChangeLog, xfce-mcs-plugins/trunk/po/LINGUAS, xfce-mcs-plugins/trunk/po/ka.po, xfce-utils/trunk/po/ChangeLog, xfce-utils/trunk/po/LINGUAS, xfce-utils/trunk/po/ka.po, xfce-utils/trunk/xfce4-about/AUTHORS, xfce4-appfinder/trunk/po/ChangeLog, xfce4-appfinder/trunk/po/LINGUAS, xfce4-appfinder/trunk/po/ka.po, xfce4-icon-theme/trunk/po/ChangeLog, xfce4-icon-theme/trunk/po/LINGUAS, xfce4-icon-theme/trunk/po/ka.po, xfce4-mixer/trunk/po/ChangeLog, xfce4-mixer/trunk/po/LINGUAS, xfce4-mixer/trunk/po/ka.po, po/ChangeLog, po/LINGUAS, po/ka.po, xfce4-session/trunk/po/ChangeLog, xfce4-session/trunk/po/LINGUAS, xfce4-session/trunk/po/ka.po, xfce4-terminal/trunk/configure.ac, xfce4-terminal/trunk/po/ChangeLog, xfce4-terminal/trunk/po/ka.po, xfce4-trigger-launcher/trunk/po/ChangeLog, xfce4-trigger-launcher/trunk/po/LINGUAS, xfce4-trigger-launcher/trunk/po/ka.po, xfdesktop/trunk/po/ChangeLog, xfdesktop/trunk/po/LINGUAS, xfdesktop/trunk/po/ka.po, xfmedia/trunk/configure.ac, xfmedia/trunk/po/ChangeLog, xfmedia/trunk/po/ka.po, xfprint/trunk/po/ChangeLog, xfprint/trunk/po/LINGUAS, xfprint/trunk/po/ka.po, xfwm4/trunk/po/ChangeLog, xfwm4/trunk/po/LINGUAS, xfwm4/trunk/po/ka.po: add Georgian translations 2006-08-25 23:33 stavrosg * xarchiver/trunk/po/el.po, xfce-utils/trunk/po/ChangeLog, xfce-utils/trunk/po/el.po, po/ChangeLog, po/el.po, xfwm4/trunk/po/ChangeLog, xfwm4/trunk/po/el.po: Greek translations update 2006-08-19 20:41 pollux * libexo/trunk/po/ChangeLog, libexo/trunk/po/fr.po, thunar/trunk/po/ChangeLog, thunar/trunk/po/fr.po, xfcalendar/trunk/po/ChangeLog, xfcalendar/trunk/po/fr.po, po/ChangeLog, po/fr.po: Updated French translations 2006-08-19 16:20 pollux * libexo/trunk/po/ChangeLog, libexo/trunk/po/cs.po, thunar/trunk/po/ChangeLog, thunar/trunk/po/cs.po, xfce-utils/trunk/po/ChangeLog, xfce-utils/trunk/po/cs.po, po/ChangeLog, po/cs.po, xfdesktop/trunk/menu.xml.cs, xfdesktop/trunk/po/ChangeLog, xfdesktop/trunk/po/cs.po, xfwm4/trunk/po/ChangeLog, xfwm4/trunk/po/cs.po: Updated Czech translations 2006-08-19 16:08 pollux * thunar/trunk/po/ChangeLog, thunar/trunk/po/LINGUAS, thunar/trunk/po/gl.po, xfce-mcs-manager/trunk/po/ChangeLog, xfce-mcs-manager/trunk/po/LINGUAS, xfce-mcs-manager/trunk/po/gl.po, xfce-mcs-plugins/trunk/po/ChangeLog, xfce-mcs-plugins/trunk/po/LINGUAS, xfce-mcs-plugins/trunk/po/gl.po, xfce-utils/trunk/xfce4-about/AUTHORS, po/ChangeLog, po/LINGUAS, po/gl.po, xfce4-session/trunk/po/ChangeLog, xfce4-session/trunk/po/LINGUAS, xfce4-session/trunk/po/gl.po: add some Galician translations 2006-08-17 17:27 jasper * libxfce4panel/xfce-panel-plugin-iface.c: Fix return values. Problem posted on the ML. 2006-08-15 19:52 jasper * plugins/windowlist/Makefile.am, plugins/windowlist/windowlist.c, plugins/windowlist/xfce4-popup-windowlist.c, plugins/windowlist/xfce4-popup-windowlist.h: * Allow windowlist to be opened with a command. Patch by Darren Salt (bug #2104). * Add support for activating items by keyboard. Based on a patch by Darren Salt. Also bug #2104. 2006-08-15 19:21 pollux * libexo/trunk/po/ChangeLog, libexo/trunk/po/pl.po, thunar/trunk/po/ChangeLog, thunar/trunk/po/pl.po, xfce-utils/trunk/po/ChangeLog, xfce-utils/trunk/po/pl.po, po/ChangeLog, po/pl.po, xfce4-terminal/trunk/po/ChangeLog, xfce4-terminal/trunk/po/pl.po, xfdesktop/trunk/po/ChangeLog, xfdesktop/trunk/po/pl.po, xfwm4/trunk/po/ChangeLog, xfwm4/trunk/po/pl.po: updated Polish translations by piotr maliński 2006-08-14 19:27 jasper * plugins/windowlist/windowlist.c: Remove the prelight hack, make active window title italic and use normal font for windows on different desktops. 2006-08-14 17:53 jasper * configure.ac.in, panel/Makefile.am, panel/xfce4-iconbox, panel/xftaskbar4: Add dummy scripts for xftaskbar4 and xfce4-iconbox. Can be disabled (useful for packagers, I presume). 2006-08-14 08:23 jasper * plugins/windowlist/windowlist.c: Hightlight active window in menu. Bug #2126. 2006-08-13 17:41 jasper * panel/main.c, panel/panel-app.c: Change unix signal handling to use a pipe and a io channel watch. Bug 2056. 2006-08-13 17:37 jasper * plugins/pager/pager.c: Handle screen size changes. Bug #2048. 2006-08-13 09:25 jasper * panel/panel-dialogs.c: Don't make panel dialogs always on top. 2006-08-13 09:10 jasper * plugins/actions/actions.c, plugins/clock/clock.c, plugins/iconbox/iconbox.c, plugins/launcher/launcher-dialog.c, plugins/pager/pager.c, plugins/separator/separator.c, plugins/systray/systray.c, plugins/tasklist/tasklist.c, plugins/windowlist/windowlist-dialog.c: Don't make panel the parent of property dialogs, this prevents the dialogs from being always on top. 2006-08-13 08:59 jasper * plugins/actions/actions.c: Add missing tooltips for action buttons. 2006-08-12 20:19 piarres * po/ChangeLog, po/eu.po: xfce4-panel basque translation update 2006-08-12 19:45 sas * xfburn/trunk/po/hu.po, po/hu.po: hu trunk: panel, burn updated 2006-08-12 18:39 jari * xfburn/trunk/po/ChangeLog, xfburn/trunk/po/fi.po, po/ChangeLog, po/fi.po: Updated Finnish translations. 2006-08-12 16:23 jasper * plugins/clock/clock.c, plugins/tasklist/tasklist.c, po/ar.po, po/az.po, po/be.po, po/bg.po, po/bn_IN.po, po/ca.po, po/cs.po, po/de.po, po/el.po, po/en_GB.po, po/eo.po, po/es.po, po/es_MX.po, po/et.po, po/eu.po, po/fa.po, po/fi.po, po/fr.po, po/gu.po, po/he.po, po/hi.po, po/hu.po, po/hy.po, po/it.po, po/ja.po, po/ko.po, po/lt.po, po/mr.po, po/ms.po, po/nb_NO.po, po/nl.po, po/pa.po, po/pl.po, po/pt_BR.po, po/pt_PT.po, po/ro.po, po/ru.po, po/sk.po, po/sv.po, po/ta.po, po/tr.po, po/uk.po, po/vi.po, po/xfce4-panel.pot, po/zh_CN.po, po/zh_TW.po: Add option for flat buttons to the tasklist plugin. New string, sorry. 2006-08-12 11:21 jasper * plugins/launcher/launcher-dialog.c: Make icon button and entry a drop target for image files. Bug #1621. 2006-08-12 03:27 hydonsingore * thunar/trunk/po/ChangeLog, thunar/trunk/po/zh_TW.po, xfce-utils/trunk/po/ChangeLog, xfce-utils/trunk/po/zh_TW.po, po/ChangeLog, po/zh_TW.po, xfdesktop/trunk/po/ChangeLog, xfdesktop/trunk/po/zh_TW.po: Updated traditional Chinese translations 2006-08-11 19:42 jasper * plugins/windowlist/windowlist.c: Use pango_ellipsize and highlight active item. Based on patch by Darren Salt. 2006-08-11 15:25 jasper * panel/frap-icon-entry.c, panel/frap-icon-entry.h: Hmm, better add these as well... 2006-08-11 15:25 jasper * panel/Makefile.am, panel/panel-dialogs.c: Awesome patch by Benedikt: Add search (filter) box to add item dialog. Uses frap-icon-entry. 2006-08-10 13:50 benny * autogen.sh: Fix invalid test operator. 2006-08-10 13:01 pollux * libxfce4panel/xfce-panel-macros.h: add missing xfce4-panel-macros.h 2006-08-09 18:36 jasper * libxfce4panel/Makefile.am, libxfce4panel/xfce-itembar.c, libxfce4panel/xfce-panel-plugin.h, panel/panel-app.c, panel/panel-config.c, panel/panel-dialogs.c, panel/panel-item-manager.c, panel/panel.c, plugins/actions/actions.c, plugins/clock/clock.c, plugins/iconbox/iconbox.c, plugins/launcher/launcher-dialog.c, plugins/launcher/launcher.c, plugins/pager/pager.c, plugins/showdesktop/showdesktop.c, plugins/systray/systray.c, plugins/tasklist/tasklist.c, plugins/windowlist/windowlist-dialog.c, plugins/windowlist/windowlist.c: Patch by Nick: * Use g_slice_* functions when available at compile time. * Add macros to be used by panel and plugins. Similar to exo. 2006-08-09 07:09 piarres * po/ChangeLog, po/eu.po: xfce4-panel basque translation update 2006-08-04 21:02 jasper * docs/API/html/XfceArrowButton.html, docs/API/html/XfceExternalPanelPlugin.html, docs/API/html/XfceHVBox.html, docs/API/html/XfceInternalPanelPlugin.html, docs/API/html/XfceItembar.html, docs/API/html/XfcePanelPlugin.html, docs/API/html/XfcePanelWindow.html, docs/API/html/ch01.html, docs/API/html/index.html, docs/API/html/index.sgml, docs/API/html/libxfce4panel-Convenience-Functions.html, docs/API/html/libxfce4panel-Standard-Enumerations.html, docs/API/html/libxfce4panel-Writing-Plugins.html, docs/API/html/libxfce4panel.devhelp, docs/API/html/style.css, docs/API/libxfce4panel-decl-list.txt, docs/API/libxfce4panel-decl.txt, docs/API/tmpl/xfce-hvbox.sgml, docs/API/xml/object_index.sgml, docs/API/xml/tree_index.sgml, docs/API/xml/xfce-arrow-button.xml, docs/API/xml/xfce-hvbox.xml, docs/API/xml/xfce-itembar.xml, docs/API/xml/xfce-panel-convenience.xml, docs/API/xml/xfce-panel-enums.xml, docs/API/xml/xfce-panel-external-plugin.xml, docs/API/xml/xfce-panel-internal-plugin.xml, docs/API/xml/xfce-panel-plugin-iface.xml, docs/API/xml/xfce-panel-plugin.xml, docs/API/xml/xfce-panel-window.xml, libxfce4panel/xfce-panel-external-item.c, libxfce4panel/xfce-panel-external-plugin.c, libxfce4panel/xfce-panel-internal-plugin.c, libxfce4panel/xfce-panel-item-iface.c, libxfce4panel/xfce-panel-item-iface.h, libxfce4panel/xfce-panel-plugin-iface-private.h, libxfce4panel/xfce-panel-plugin-iface.c, libxfce4panel/xfce-panel-plugin-iface.h, libxfce4panel/xfce-panel-plugin-messages.h, panel/panel-properties.c, panel/panel.c, plugins/launcher/launcher.c, plugins/windowlist/windowlist.c: Add xfce_panel_plugin_set_panel_hidden() function. 2006-08-04 18:53 gnu_sylvain * po/ChangeLog, po/eo.po: Updated Esperanto translations by Antono Vasiljev . 2006-08-04 17:28 stavrosg * thunar/trunk/po/ChangeLog, thunar/trunk/po/el.po, xarchiver/trunk/po/ChangeLog, xarchiver/trunk/po/el.po, xfburn/trunk/po/ChangeLog, xfburn/trunk/po/el.po, xfce-utils/trunk/po/ChangeLog, xfce-utils/trunk/po/el.po, po/ChangeLog, po/el.po: Greek translations update. 2006-08-03 21:42 pollux * xfburn/trunk/po/ChangeLog, xfburn/trunk/po/cs.po, xfce-utils/trunk/po/ChangeLog, xfce-utils/trunk/po/fr.po, po/ChangeLog, po/cs.po, po/fr.po: Updated Czech and French translations 2006-08-03 21:00 jasper * configure.ac.in, panel/panel-app.c, panel/panel-properties.c, panel/panel.c, plugins/launcher/launcher.c: Remove or increase some timeouts and handle delete-event on the panel window (bug #2116). 2006-08-03 17:58 jasper * plugins/clock/clock.c: Small improvements and cleanup of clock dialog. Patch by Nick. 2006-08-03 12:17 jari * po/ChangeLog, po/fi.po: Updated Finnish translation. 2006-08-02 18:46 jasper * plugins/launcher/launcher.c: Remove a gtk_events_pending() loop to try and fix a crash on NetBSD (bug #2049). Use one idle callback to fill in menu icons, instead of many. 2006-08-01 18:45 sas * po/hu.po: hu trunk: panel updated 2006-08-01 18:20 jasper * autogen.sh, config/Makefile.am, config/launcher-7.rc.in, configure.ac.in, plugins/pager/pager.c, po/ar.po, po/az.po, po/be.po, po/bg.po, po/bn_IN.po, po/ca.po, po/cs.po, po/de.po, po/el.po, po/en_GB.po, po/eo.po, po/es.po, po/es_MX.po, po/et.po, po/eu.po, po/fa.po, po/fi.po, po/fr.po, po/gu.po, po/he.po, po/hi.po, po/hu.po, po/hy.po, po/it.po, po/ja.po, po/ko.po, po/lt.po, po/mr.po, po/ms.po, po/nb_NO.po, po/nl.po, po/pa.po, po/pl.po, po/pt_BR.po, po/pt_PT.po, po/ro.po, po/ru.po, po/sk.po, po/sv.po, po/ta.po, po/tr.po, po/uk.po, po/vi.po, po/xfce4-panel.pot, po/zh_CN.po, po/zh_TW.po: * Fix terminal icon in default config (bug #2098). * Hack configure.ac.in to fixup intltool-update to support *.rc.in files (reported on xfce-i18n). * Make mousewheel scrolling on pager optional. Patch by Nick (bug #1951). * Update po files. Final string update, hopefully. 2006-07-30 22:23 sas * po/hu.po: hu trunk: panel update 2006-07-30 21:19 jasper * plugins/iconbox/iconbox.c, po/ar.po, po/az.po, po/be.po, po/bg.po, po/bn_IN.po, po/ca.po, po/cs.po, po/de.po, po/el.po, po/en_GB.po, po/eo.po, po/es.po, po/es_MX.po, po/et.po, po/eu.po, po/fa.po, po/fi.po, po/fr.po, po/gu.po, po/he.po, po/hi.po, po/hu.po, po/hy.po, po/it.po, po/ja.po, po/ko.po, po/lt.po, po/mr.po, po/ms.po, po/nb_NO.po, po/nl.po, po/pa.po, po/pl.po, po/pt_BR.po, po/pt_PT.po, po/ro.po, po/ru.po, po/sk.po, po/sv.po, po/ta.po, po/tr.po, po/uk.po, po/vi.po, po/xfce4-panel.pot, po/zh_CN.po, po/zh_TW.po: Add option to show applications from all workspaces. Patch by Landry Breuil (landry@fr.homeunix.org). Bug #2072. Adds a string. 2006-07-30 19:20 jasper * libxfce4panel/Makefile.am: Try to make sure plugins still compile with -Wl,--as-needed. Thanks to Benny for the suggestion. 2006-07-30 15:00 jasper * plugins/clock/clock.c: Patch by Nick to decrease timeout for clock updates to once a second. 2006-07-22 13:41 pollux * panel/panel-app.c: fix issue preventing the removal of a panel 2006-07-15 21:12 pollux * libexo/trunk/po/ChangeLog, libexo/trunk/po/cs.po, xfcalendar/trunk/po/ChangeLog, xfcalendar/trunk/po/cs.po, xfce-mcs-manager/trunk/po/ChangeLog, xfce-mcs-manager/trunk/po/cs.po, xfce-mcs-plugins/trunk/po/ChangeLog, xfce-mcs-plugins/trunk/po/cs.po, po/ChangeLog, po/cs.po, xfce4-session/trunk/po/ChangeLog, xfce4-session/trunk/po/cs.po, xfwm4/trunk/po/ChangeLog, xfwm4/trunk/po/cs.po: Updated Czech translations 2006-07-13 21:37 jasper * Makefile.am, libxfce4panel/Makefile.am, libxfce4panel/libxfce4panel-1.0.pc.in, libxfce4panel/xfce-panel-convenience.c, libxfce4panel/xfce-panel-convenience.h, libxfce4panel/xfce-panel-plugin-iface.c, panel/Makefile.am, panel/panel-app.c, panel/panel-config.c, panel/panel.c: Fix/reimplement kiosk mode (bug #1993). Also attempt to fix linking with -Wl,--as-needed (bug #1977). 2006-07-13 18:50 jasper * plugins/launcher/launcher.h: I've become a bit rusty it seems... 2006-07-13 18:47 jasper * plugins/launcher/launcher-dialog.c, plugins/launcher/launcher.h: Make icon list a little more robust against changes in libxfcegui4. 2006-07-09 21:34 pollux * libxfce4util/trunk/docs/tmpl/xfce-desktopentry.sgml, libxfce4util/trunk/docs/tmpl/xfce-fileutils.sgml, libxfce4util/trunk/docs/tmpl/xfce-miscutils.sgml, libxfce4util/trunk/docs/tmpl/xfce-rc.sgml, libxfce4util/trunk/docs/tmpl/xfce-resource.sgml, libxfce4util/trunk/po/ChangeLog, libxfce4util/trunk/po/LINGUAS, libxfce4util/trunk/po/fr.po, libxfcegui4/trunk/po/be.po, libxfcegui4/trunk/po/bn_IN.po, libxfcegui4/trunk/po/ca.po, libxfcegui4/trunk/po/cs.po, libxfcegui4/trunk/po/de.po, libxfcegui4/trunk/po/el.po, libxfcegui4/trunk/po/en_GB.po, libxfcegui4/trunk/po/eo.po, libxfcegui4/trunk/po/es.po, libxfcegui4/trunk/po/et.po, libxfcegui4/trunk/po/eu.po, libxfcegui4/trunk/po/fa.po, libxfcegui4/trunk/po/fi.po, libxfcegui4/trunk/po/fr.po, libxfcegui4/trunk/po/gu.po, libxfcegui4/trunk/po/he.po, libxfcegui4/trunk/po/hu.po, libxfcegui4/trunk/po/hy.po, libxfcegui4/trunk/po/it.po, libxfcegui4/trunk/po/ja.po, libxfcegui4/trunk/po/ko.po, libxfcegui4/trunk/po/libxfcegui4.pot, libxfcegui4/trunk/po/lt.po, libxfcegui4/trunk/po/mr.po, libxfcegui4/trunk/po/nl.po, libxfcegui4/trunk/po/pa.po, libxfcegui4/trunk/po/pl.po, libxfcegui4/trunk/po/pt_BR.po, libxfcegui4/trunk/po/ro.po, libxfcegui4/trunk/po/ru.po, libxfcegui4/trunk/po/sk.po, libxfcegui4/trunk/po/sv.po, libxfcegui4/trunk/po/ta.po, libxfcegui4/trunk/po/uk.po, libxfcegui4/trunk/po/zh_CN.po, libxfcegui4/trunk/po/zh_TW.po, xfce-mcs-plugins/trunk/po/ChangeLog, xfce-mcs-plugins/trunk/po/cs.po, xfce-mcs-plugins/trunk/po/fr.po, xfce-mcs-plugins/trunk/po/pl.po, xfce4-icon-theme/trunk/po/ChangeLog, xfce4-icon-theme/trunk/po/LINGUAS, xfce4-icon-theme/trunk/po/fr.po, po/ChangeLog, po/cs.po, xfce4-terminal/trunk/configure.ac, xfce4-terminal/trunk/po/ChangeLog, xfce4-terminal/trunk/po/pl.po, xfdesktop/trunk/po/ChangeLog, xfdesktop/trunk/po/fr.po, xfdesktop/trunk/po/pl.po, xfwm4/trunk/po/ChangeLog, xfwm4/trunk/po/pl.po: updated translations 2006-07-09 09:56 pollux * gtk-xfce-engine-2/trunk/configure.in, libxfce4mcs/trunk/configure.ac, xfcalendar/trunk/configure.in.in, xfce-mcs-manager/trunk/configure.in.in, xfce-utils/trunk/configure.in.in, xfce4-appfinder/trunk/configure.in.in, xfce4-icon-theme/trunk/configure.in.in, xfce4-mixer/trunk/configure.in.in, configure.ac.in, xfce4-session/trunk/configure.in.in, xfdesktop/trunk/configure.ac.in, xfprint/trunk/configure.in.in, xfwm4/trunk/configure.ac.in: bump all versions and dependencies to 4.3.90.2 2006-07-01 06:33 olivier * panel/panel-properties.c: Set NET_WM_STRUT for compatibility with former specs. 2006-06-28 18:55 eulex * libexo/trunk/po/sv.po, xfcalendar/trunk/po/sv.po, po/sv.po, xfce4-session/trunk/po/sv.po, xfdesktop/trunk/po/sv.po: Some very minor changes to tidy up the contents of the settings menu in swedish, not worthy a changelog entry imho, bitch at me if I'm wrong. 2006-06-12 14:26 hydonsingore * libxfcegui4/trunk/po/ChangeLog, libxfcegui4/trunk/po/zh_TW.po, mousepad/trunk/po/ChangeLog, mousepad/trunk/po/zh_TW.po, terminal/trunk/po/ChangeLog, terminal/trunk/po/zh_TW.po, thunar/trunk/po/ChangeLog, thunar/trunk/po/zh_TW.po, xfcalendar/trunk/po/ChangeLog, xfcalendar/trunk/po/zh_TW.po, xfce-mcs-manager/trunk/po/ChangeLog, xfce-mcs-manager/trunk/po/zh_TW.po, xfce-mcs-plugins/trunk/po/ChangeLog, xfce-mcs-plugins/trunk/po/zh_TW.po, xfce-utils/trunk/po/ChangeLog, xfce-utils/trunk/po/zh_TW.po, xfce4-appfinder/trunk/po/ChangeLog, xfce4-appfinder/trunk/po/zh_TW.po, xfce4-icon-theme/trunk/po/ChangeLog, xfce4-icon-theme/trunk/po/zh_TW.po, xfce4-mailwatch-plugin/trunk/po/ChangeLog, xfce4-mailwatch-plugin/trunk/po/zh_TW.po, xfce4-mixer/trunk/po/ChangeLog, xfce4-mixer/trunk/po/zh_TW.po, po/ChangeLog, po/zh_TW.po, xfce4-session/trunk/po/ChangeLog, xfce4-session/trunk/po/zh_TW.po, xfce4-trigger-launcher/trunk/po/ChangeLog, xfce4-trigger-launcher/trunk/po/zh_TW.po, xfdesktop/trunk/po/ChangeLog, xfdesktop/trunk/po/zh_TW.po, xfmedia/trunk/po/ChangeLog, xfmedia/trunk/po/zh_TW.po, xfprint/trunk/po/ChangeLog, xfprint/trunk/po/zh_TW.po, xfwm4/trunk/po/ChangeLog, xfwm4/trunk/po/zh_TW.po: Update traditional Chinese translations; Modify personal e-mail address. 2006-06-10 12:02 daichi * libexo/trunk/po/ChangeLog, libexo/trunk/po/pl.po, thunar/trunk/po/ChangeLog, thunar/trunk/po/pl.po, xarchiver/trunk/po/ChangeLog, xarchiver/trunk/po/pl.po, xfce-mcs-plugins/trunk/po/ChangeLog, xfce-mcs-plugins/trunk/po/pl.po, xfce4-mixer/trunk/po/ChangeLog, xfce4-mixer/trunk/po/pl.po, po/ChangeLog, po/pl.po, xfce4-trigger-launcher/trunk/po/ChangeLog, xfce4-trigger-launcher/trunk/po/pl.po: Updated Polish translations by Szymon Kalasz . 2006-06-05 23:11 adriano * libexo/trunk/po/ChangeLog, libexo/trunk/po/pt_BR.po, terminal/trunk/po/ChangeLog, terminal/trunk/po/pt_BR.po, thunar/trunk/po/ChangeLog, thunar/trunk/po/pt_BR.po, xfcalendar/trunk/po/ChangeLog, xfcalendar/trunk/po/pt_BR.po, xfce-mcs-plugins/trunk/po/ChangeLog, xfce-mcs-plugins/trunk/po/pt_BR.po, xfce4-mixer/trunk/po/ChangeLog, xfce4-mixer/trunk/po/pt_BR.po, po/ChangeLog, po/pt_BR.po, xfce4-trigger-launcher/trunk/po/ChangeLog, xfce4-trigger-launcher/trunk/po/pt_BR.po, xfdesktop/trunk/po/ChangeLog, xfdesktop/trunk/po/pt_BR.po, xfwm4/trunk/po/ChangeLog, xfwm4/trunk/po/pt_BR.po: Updated brazilian portuguese translations. 2006-06-04 17:41 pollux * xfburn/trunk/po/ChangeLog, xfburn/trunk/po/fr.po, xfce-mcs-manager/trunk/po/ChangeLog, xfce-mcs-manager/trunk/po/fr.po, xfce-mcs-plugins/trunk/po/ChangeLog, xfce-mcs-plugins/trunk/po/fr.po, po/ChangeLog, po/fr.po, xfce4-session/trunk/po/ChangeLog, xfce4-session/trunk/po/fr.po: updated French translations by Maximilian Schleiss 2006-06-04 15:51 jasper * Makefile.am, autogen.sh, config/Makefile.am, config/launcher-10.rc, config/launcher-10.rc.in, config/launcher-7.rc, config/launcher-7.rc.in, config/launcher-8.rc, config/launcher-8.rc.in, config/launcher-9.rc, config/launcher-9.rc.in, configure.ac.in, configure.in.in, docs/Makefile.am, docs/manual, docs/manual/C, docs/manual/C/Makefile.am, docs/manual/C/images, docs/manual/C/images/Makefile.am, docs/manual/C/xfce4-panel.html, docs/manual/C/xfce4-panel.xml, docs/manual/Makefile.am, docs/manual/xfce-nochunk.xsl, mcs-plugin/Makefile.am, po/POTFILES.in: * Add unfinished manual plus needed infrastructure * configure.in.in -> configure.ac.in (hey Brian ;-) * Make config files translatable, but don't update po files yet: it will probably still change. 2006-06-04 08:12 eulex * libexo/trunk/po/ChangeLog, libxfcegui4/trunk/po/ChangeLog, terminal/trunk/po/ChangeLog, thunar/trunk/po/ChangeLog, xfcalendar/trunk/po/ChangeLog, xfce-mcs-manager/trunk/po/ChangeLog, xfce-mcs-plugins/trunk/po/ChangeLog, xfce-utils/trunk/po/ChangeLog, xfce4-appfinder/trunk/po/ChangeLog, xfce4-mixer/trunk/po/ChangeLog, po/ChangeLog, xfce4-session/trunk/po/ChangeLog, xfce4-trigger-launcher/trunk/po/ChangeLog, xfdesktop/trunk/po/ChangeLog, xfwm4/trunk/po/ChangeLog: Changelogs for appfinder, exo, utils, mcs-plugins, mcs-manager, xfce4-session, xfce4-mixer, thunar, libgui, xfwm4, the panel, orage, trigger-launcher and terminal updated. Also couldn't resist to fix a small error in the xfce4-mixer Changelog. Didn't updated the changelog of xfprint, because I discovered that that translation wasn't updated, it had just slipped through the commit by mistake. 2006-06-04 00:10 eulex * libxfcegui4/trunk/po/sv.po, thunar/trunk/po/sv.po, xfcalendar/trunk/po/sv.po, xfce-mcs-plugins/trunk/po/sv.po, xfce-utils/trunk/po/sv.po, po/sv.po, xfce4-session/trunk/po/sv.po, xfdesktop/trunk/po/sv.po, xfprint/trunk/po/sv.po, xfwm4/trunk/po/sv.po: obsolete strings in the swedish translations removed 2006-06-03 23:44 eulex * libexo/trunk/po/LINGUAS, libexo/trunk/po/sv.po, libxfcegui4/trunk/po/sv.po, terminal/trunk/po/LINGUAS, terminal/trunk/po/sv.po, thunar/trunk/po/sv.po, xfcalendar/trunk/po/sv.po, xfce-mcs-manager/trunk/po/sv.po, xfce-mcs-plugins/trunk/po/sv.po, xfce-utils/trunk/po/sv.po, xfce4-appfinder/trunk/po/sv.po, xfce4-mixer/trunk/po/sv.po, po/sv.po, xfce4-session/trunk/po/sv.po, xfce4-trigger-launcher/trunk/po/sv.po, xfdesktop/trunk/po/sv.po, xfprint/trunk/po/sv.po, xfwm4/trunk/po/sv.po: Merged Swedish translations (by me and Jens Hagerman) into the xfce svn. This includes updated translations of appfinder, xfce-utils, mcs-plugins, xfprint, xfce4-session, xfce4-mixer, thunar, libxfcegui4, xfwm4, xfce4-panel, xfdesktop, orage, xfce4-trigger-launcher and mcs-manager, and added translations for libexo and terminal. The appropriate LINGUAS files were also updated. 2006-05-31 18:52 jasper * plugins/windowlist/windowlist.c: Attempt to fix bug #1774. It's a wild guess, but who knows... 2006-05-31 12:53 daichi * thunar/trunk/po/ChangeLog, thunar/trunk/po/ja.po, po/ChangeLog, po/ja.po: Updated Japanese translations. 2006-05-30 23:21 yuvaltanny * terminal/trunk/po/he.po, xfce-mcs-plugins/trunk/po/he.po, xfce4-mixer/trunk/po/he.po, po/he.po, xfce4-trigger-launcher/trunk/po/he.po, xfdesktop/trunk/po/he.po, xfwm4/trunk/po/he.po: Update Hebrew translation 2006-05-30 18:24 stavrosg * po/ChangeLog, po/el.po: Greek translations update 2006-05-29 08:04 piarres * po/ChangeLog, po/eu.po: [l10n:eu] Basque translation update 2006-05-28 17:07 jari * xfburn/trunk/po/fi.po, po/fi.po: Updated Finnish translations. 2006-05-28 16:40 sas * po/hu.po: hu trunk: panel updated 2006-05-28 15:53 jasper * po/ChangeLog, po/ar.po, po/az.po, po/be.po, po/bg.po, po/bn_IN.po, po/ca.po, po/cs.po, po/de.po, po/el.po, po/en_GB.po, po/eo.po, po/es.po, po/es_MX.po, po/et.po, po/eu.po, po/fa.po, po/fi.po, po/fr.po, po/gu.po, po/he.po, po/hi.po, po/hu.po, po/hy.po, po/it.po, po/ja.po, po/ko.po, po/lt.po, po/mr.po, po/ms.po, po/nb_NO.po, po/nl.po, po/pa.po, po/pl.po, po/pt_BR.po, po/pt_PT.po, po/ro.po, po/ru.po, po/sk.po, po/sv.po, po/ta.po, po/tr.po, po/uk.po, po/vi.po, po/xfce4-panel.pot, po/zh_CN.po, po/zh_TW.po: Update strings: new strings were added. 2006-05-28 15:41 jasper * plugins/launcher/launcher-dialog.c, plugins/launcher/launcher.c, plugins/launcher/launcher.h: Fix crash because icon categories were out of sync with libxfcegui4 (bug #1859). 2006-05-28 15:05 jasper * plugins/launcher/launcher.c: Use clipboard contents as argument when middle clicking on launcher or menu entry. Based on patches by Mike Massonnet . 2006-05-25 16:34 pollux * xfcalendar/trunk/autogen.sh, xfcalendar/trunk/configure.ac, xfcalendar/trunk/configure.in.in, xfcalendar/trunk/po/LINGUAS, xfce4-appfinder/trunk/autogen.sh, xfce4-appfinder/trunk/configure.ac, xfce4-appfinder/trunk/configure.in.in, xfce4-appfinder/trunk/po/LINGUAS, xfce4-icon-theme/trunk/Rodent, xfce4-icon-theme/trunk/Rodent/48x48, xfce4-icon-theme/trunk/Rodent/48x48/apps, xfce4-icon-theme/trunk/Rodent/48x48/devices, xfce4-icon-theme/trunk/Rodent/48x48/emblems, xfce4-icon-theme/trunk/Rodent/48x48/filesystems, xfce4-icon-theme/trunk/Rodent/48x48/mimetypes, xfce4-icon-theme/trunk/Rodent/48x48/misc, xfce4-icon-theme/trunk/Rodent/48x48/stock, xfce4-icon-theme/trunk/Rodent/scalable, xfce4-icon-theme/trunk/Rodent/scalable/apps, xfce4-icon-theme/trunk/Rodent/scalable/devices, xfce4-icon-theme/trunk/Rodent/scalable/emblems, xfce4-icon-theme/trunk/Rodent/scalable/filesystems, xfce4-icon-theme/trunk/Rodent/scalable/mimetypes, xfce4-icon-theme/trunk/Rodent/scalable/misc, xfce4-icon-theme/trunk/Rodent/scalable/stock, xfce4-icon-theme/trunk/autogen.sh, xfce4-icon-theme/trunk/configure.ac, xfce4-icon-theme/trunk/configure.in.in, xfce4-icon-theme/trunk/po/LINGUAS, xfce4-mixer/trunk/autogen.sh, xfce4-mixer/trunk/configure.ac, xfce4-mixer/trunk/configure.in.in, xfce4-mixer/trunk/po/LINGUAS, ., autogen.sh, config, configure.ac, configure.in.in, docs, docs/API, icons, libxfce4panel, mcs-plugin, panel, plugins, plugins/actions, plugins/clock, plugins/iconbox, plugins/launcher, plugins/pager, plugins/separator, plugins/showdesktop, plugins/systray, plugins/tasklist, plugins/testplugin, plugins/windowlist, po, po/LINGUAS: * add LINGUAS support * update svn:ignore 2006-05-23 02:45 daichi * libexo/trunk/po/ChangeLog, libexo/trunk/po/fi.po, libxfce4util/trunk/po/ChangeLog, libxfce4util/trunk/po/fi.po, libxfcegui4/branches/xfce_4_2/po/ChangeLog, libxfcegui4/branches/xfce_4_2/po/fi.po, libxfcegui4/trunk/po/ChangeLog, libxfcegui4/trunk/po/fi.po, mousepad/trunk/po/ChangeLog, mousepad/trunk/po/fi.po, terminal/trunk/po/ChangeLog, terminal/trunk/po/fi.po, thunar/trunk/po/ChangeLog, thunar/trunk/po/fi.po, xfcalendar/branches/xfce_4_2/po/ChangeLog, xfcalendar/trunk/po/ChangeLog, xfcalendar/trunk/po/fi.po, xfce-mcs-manager/branches/xfce_4_2/po/ChangeLog, xfce-mcs-manager/branches/xfce_4_2/po/fi.po, xfce-mcs-manager/trunk/po/ChangeLog, xfce-mcs-manager/trunk/po/fi.po, xfce-mcs-plugins/branches/xfce_4_2/po/ChangeLog, xfce-mcs-plugins/branches/xfce_4_2/po/fi.po, xfce-mcs-plugins/trunk/po/ChangeLog, xfce-mcs-plugins/trunk/po/fi.po, xfce-utils/branches/xfce_4_2/po/ChangeLog, xfce-utils/branches/xfce_4_2/po/fi.po, xfce-utils/branches/xfce_4_2/xfce4-about/AUTHORS, xfce-utils/branches/xfce_4_2/xfce4-about/AUTHORS.az, xfce-utils/branches/xfce_4_2/xfce4-about/AUTHORS.ca, xfce-utils/branches/xfce_4_2/xfce4-about/AUTHORS.de, xfce-utils/branches/xfce_4_2/xfce4-about/AUTHORS.es, xfce-utils/branches/xfce_4_2/xfce4-about/AUTHORS.eu, xfce-utils/branches/xfce_4_2/xfce4-about/AUTHORS.fi, xfce-utils/branches/xfce_4_2/xfce4-about/AUTHORS.fr, xfce-utils/branches/xfce_4_2/xfce4-about/AUTHORS.he, xfce-utils/branches/xfce_4_2/xfce4-about/AUTHORS.html, xfce-utils/branches/xfce_4_2/xfce4-about/AUTHORS.html.az, xfce-utils/branches/xfce_4_2/xfce4-about/AUTHORS.html.ca, xfce-utils/branches/xfce_4_2/xfce4-about/AUTHORS.html.de, xfce-utils/branches/xfce_4_2/xfce4-about/AUTHORS.html.es, xfce-utils/branches/xfce_4_2/xfce4-about/AUTHORS.html.eu, xfce-utils/branches/xfce_4_2/xfce4-about/AUTHORS.html.fi, xfce-utils/branches/xfce_4_2/xfce4-about/AUTHORS.html.fr, xfce-utils/branches/xfce_4_2/xfce4-about/AUTHORS.html.it, xfce-utils/branches/xfce_4_2/xfce4-about/AUTHORS.html.ja, xfce-utils/branches/xfce_4_2/xfce4-about/AUTHORS.html.lt, xfce-utils/branches/xfce_4_2/xfce4-about/AUTHORS.html.ro, xfce-utils/branches/xfce_4_2/xfce4-about/AUTHORS.html.ru, xfce-utils/branches/xfce_4_2/xfce4-about/AUTHORS.html.sk, xfce-utils/branches/xfce_4_2/xfce4-about/AUTHORS.html.vi, xfce-utils/branches/xfce_4_2/xfce4-about/AUTHORS.html.zh_TW, xfce-utils/branches/xfce_4_2/xfce4-about/AUTHORS.it, xfce-utils/branches/xfce_4_2/xfce4-about/AUTHORS.ja, xfce-utils/branches/xfce_4_2/xfce4-about/AUTHORS.lt, xfce-utils/branches/xfce_4_2/xfce4-about/AUTHORS.ro, xfce-utils/branches/xfce_4_2/xfce4-about/AUTHORS.ru, xfce-utils/branches/xfce_4_2/xfce4-about/AUTHORS.sk, xfce-utils/branches/xfce_4_2/xfce4-about/AUTHORS.uk, xfce-utils/branches/xfce_4_2/xfce4-about/AUTHORS.vi, xfce-utils/branches/xfce_4_2/xfce4-about/AUTHORS.zh_TW, xfce-utils/trunk/po/ChangeLog, xfce-utils/trunk/po/fi.po, xfce-utils/trunk/xfce4-about/AUTHORS, xfce4-appfinder/branches/xfce_4_2/po/ChangeLog, xfce4-appfinder/branches/xfce_4_2/po/fi.po, xfce4-appfinder/trunk/po/ChangeLog, xfce4-appfinder/trunk/po/fi.po, xfce4-icon-theme/trunk/po/ChangeLog, xfce4-icon-theme/trunk/po/fi.po, xfce4-iconbox/branches/xfce_4_2/po/fi.po, xfce4-mailwatch-plugin/trunk/po/fi.po, xfce4-mixer/branches/xfce_4_2/po/ChangeLog, xfce4-mixer/branches/xfce_4_2/po/fi.po, xfce4-mixer/trunk/po/ChangeLog, xfce4-mixer/trunk/po/fi.po, xfce4-panel/branches/xfce_4_2/po/ChangeLog, xfce4-panel/branches/xfce_4_2/po/fi.po, po/ChangeLog, po/fi.po, xfce4-session/branches/xfce_4_2/po/ChangeLog, xfce4-session/branches/xfce_4_2/po/fi.po, xfce4-session/trunk/po/ChangeLog, xfce4-session/trunk/po/fi.po, xfce4-toys/branches/xfce_4_2/po/ChangeLog, xfce4-toys/branches/xfce_4_2/po/fi.po, xfce4-trigger-launcher/branches/xfce_4_2/po/ChangeLog, xfce4-trigger-launcher/branches/xfce_4_2/po/fi.po, xfce4-trigger-launcher/trunk/po/ChangeLog, xfce4-trigger-launcher/trunk/po/fi.po, xfdesktop/branches/xfce_4_2/po/ChangeLog, xfdesktop/branches/xfce_4_2/po/fi.po, xfdesktop/trunk/po/ChangeLog, xfdesktop/trunk/po/fi.po, xffm/branches/xfce_4_2/po/ChangeLog, xffm/branches/xfce_4_2/po/fi.po, xfmedia/trunk/po/fi.po, xfprint/branches/xfce_4_2/po/ChangeLog, xfprint/branches/xfce_4_2/po/fi.po, xfprint/trunk/po/ChangeLog, xfprint/trunk/po/fi.po, xfwm4/branches/xfce_4_2/po/ChangeLog, xfwm4/branches/xfce_4_2/po/fi.po, xfwm4/trunk/po/ChangeLog, xfwm4/trunk/po/fi.po: Changed an address. 2006-05-21 19:36 jasper * plugins/launcher/launcher.c: Fix a crash when clicking on the menu arrow before menu was created. Fixes bug #1832, but I'd prefer to find a better fix. 2006-05-21 12:59 jasper * plugins/actions/actions.c, plugins/clock/clock.c, plugins/iconbox/iconbox.c, plugins/launcher/launcher-dialog.c, plugins/pager/pager.c, plugins/separator/separator.c, plugins/systray/systray.c, plugins/tasklist/tasklist.c, plugins/windowlist/windowlist-dialog.c: Use new titled dialog for plugin dialogs. Patch by Nick Schermer (bug #1829). 2006-05-21 12:12 jasper * plugins/actions/actions.c: Fix size when two buttons are shown (bug #1777). 2006-05-21 11:51 jasper * libxfce4panel/xfce-panel-external-item.c, panel/panel.c, plugins/testplugin/testplugin.c: Fix expand state for external plugins (bug #1738). 2006-05-21 11:13 jasper * libxfce4panel/xfce-panel-external-plugin.c, libxfce4panel/xfce-panel-plugin-iface-private.h, panel/panel-dialogs.c, panel/panel-dnd.c, panel/panel-item-manager.c, plugins/launcher/launcher.c: * Remove some superfluous prototypes * Make some more data 'const'. * Don't display error dialog from panel_item_manager_create_item(), but from add_selected_item() in panel-dialogs.c. Fixes bug #1726. 2006-05-13 20:17 paurullan * terminal/trunk/po/ChangeLog, terminal/trunk/po/ca.po, thunar/trunk/po/ChangeLog, thunar/trunk/po/ca.po, xfburn/trunk/po/ChangeLog, xfburn/trunk/po/ca.po, xfcalendar/trunk/po/ChangeLog, xfcalendar/trunk/po/ca.po, xfce-mcs-plugins/trunk/po/ChangeLog, xfce-mcs-plugins/trunk/po/ca.po, po/ChangeLog, po/ca.po, xfce4-session/trunk/po/ChangeLog, xfce4-session/trunk/po/ca.po, xfdesktop/trunk/po/ChangeLog, xfdesktop/trunk/po/ca.po: [i18n] catalan Update various translations 2006-05-13 05:09 hydonsingore * thunar/trunk/po/ChangeLog, thunar/trunk/po/zh_TW.po, xfce-mcs-plugins/trunk/po/ChangeLog, xfce-mcs-plugins/trunk/po/zh_TW.po, po/ChangeLog, po/zh_TW.po, xfce4-trigger-launcher/trunk/po/ChangeLog, xfce4-trigger-launcher/trunk/po/zh_TW.po, xfwm4/trunk/po/ChangeLog, xfwm4/trunk/po/zh_TW.po: Update traditional Chinese translations 2006-05-13 04:56 daichi * libexo/trunk/po/ChangeLog, libexo/trunk/po/pl.po, libxfce4util/trunk/po/ChangeLog, libxfce4util/trunk/po/pl.po, mousepad/trunk/po/ChangeLog, mousepad/trunk/po/pl.po, thunar/trunk/po/ChangeLog, thunar/trunk/po/pl.po, xarchiver/trunk/po/ChangeLog, xfcalendar/trunk/po/pl.po, xfce-mcs-plugins/trunk/po/ChangeLog, xfce-mcs-plugins/trunk/po/pl.po, xfce4-mixer/trunk/po/ChangeLog, xfce4-mixer/trunk/po/pl.po, po/ChangeLog, po/pl.po, xfce4-session/trunk/po/ChangeLog, xfce4-session/trunk/po/pl.po, xfdesktop/trunk/po/ChangeLog, xfdesktop/trunk/po/pl.po, xfwm4/trunk/po/ChangeLog, xfwm4/trunk/po/pl.po: Updated Polish translations by Szymon Kalasz . 2006-05-07 20:04 piarres * po/ChangeLog, po/eu.po: [l10n:eu] Updated basque translation 2006-05-07 13:36 daichi * po/ChangeLog, po/ja.po: Updated Japanese translation. 2006-05-07 08:15 jari * libexo/trunk/po/fi.po, po/fi.po, xfwm4/trunk/po/fi.po: Finnish translations updated. 2006-05-06 17:57 adriano * libexo/trunk/po/pt_BR.po, mousepad/trunk/po/pt_BR.po, terminal/trunk/po/pt_BR.po, thunar/trunk/po/pt_BR.po, xfce-mcs-manager/trunk/po/pt_BR.po, po/pt_BR.po, xfce4-session/trunk/po/pt_BR.po, xfdesktop/trunk/po/pt_BR.po, xfprint/trunk/po/pt_BR.po, xfwm4/trunk/po/pt_BR.po: Updated Brazilian Portuguese translations. 2006-05-06 14:30 stavrosg * libexo/trunk/po/ChangeLog, libexo/trunk/po/el.po, thunar/trunk/po/ChangeLog, thunar/trunk/po/el.po, xfce-mcs-manager/trunk/po/ChangeLog, xfce-mcs-manager/trunk/po/el.po, xfce-mcs-plugins/trunk/po/ChangeLog, xfce-mcs-plugins/trunk/po/el.po, xfce4-mailwatch-plugin/trunk/po/el.po, xfce4-mixer/trunk/po/ChangeLog, xfce4-mixer/trunk/po/el.po, po/ChangeLog, po/el.po, xfce4-session/trunk/po/ChangeLog, xfce4-session/trunk/po/el.po, xfce4-trigger-launcher/trunk/po/ChangeLog, xfce4-trigger-launcher/trunk/po/el.po, xfdesktop/trunk/po/ChangeLog, xfdesktop/trunk/po/el.po, xfprint/trunk/po/ChangeLog, xfprint/trunk/po/el.po, xfwm4/trunk/po/ChangeLog, xfwm4/trunk/po/el.po: Greek translations update. 2006-05-06 06:44 sas * libexo/trunk/po/hu.po, po/hu.po: hu trunk: little updates 2006-05-05 21:50 daichi * mousepad/trunk/po/ChangeLog, mousepad/trunk/po/sk.po, xfcalendar/trunk/po/ChangeLog, xfcalendar/trunk/po/sk.po, xfce-mcs-plugins/trunk/po/ChangeLog, xfce-mcs-plugins/trunk/po/sk.po, xfce4-mixer/trunk/po/ChangeLog, xfce4-mixer/trunk/po/sk.po, po/ChangeLog, po/sk.po, xfce4-session/trunk/po/ChangeLog, xfce4-session/trunk/po/sk.po: Updated Slovak translations by Roman Moravcik . 2006-05-05 21:01 daichi * libxfcegui4/trunk/po/be.po, libxfcegui4/trunk/po/bn_IN.po, libxfcegui4/trunk/po/ca.po, libxfcegui4/trunk/po/cs.po, libxfcegui4/trunk/po/de.po, libxfcegui4/trunk/po/el.po, libxfcegui4/trunk/po/en_GB.po, libxfcegui4/trunk/po/eo.po, libxfcegui4/trunk/po/es.po, libxfcegui4/trunk/po/et.po, libxfcegui4/trunk/po/eu.po, libxfcegui4/trunk/po/fa.po, libxfcegui4/trunk/po/fi.po, libxfcegui4/trunk/po/fr.po, libxfcegui4/trunk/po/gu.po, libxfcegui4/trunk/po/he.po, libxfcegui4/trunk/po/hu.po, libxfcegui4/trunk/po/hy.po, libxfcegui4/trunk/po/it.po, libxfcegui4/trunk/po/ja.po, libxfcegui4/trunk/po/ko.po, libxfcegui4/trunk/po/libxfcegui4.pot, libxfcegui4/trunk/po/lt.po, libxfcegui4/trunk/po/mr.po, libxfcegui4/trunk/po/nl.po, libxfcegui4/trunk/po/pa.po, libxfcegui4/trunk/po/pl.po, libxfcegui4/trunk/po/pt_BR.po, libxfcegui4/trunk/po/ro.po, libxfcegui4/trunk/po/ru.po, libxfcegui4/trunk/po/sk.po, libxfcegui4/trunk/po/sv.po, libxfcegui4/trunk/po/ta.po, libxfcegui4/trunk/po/uk.po, libxfcegui4/trunk/po/zh_CN.po, libxfcegui4/trunk/po/zh_TW.po, xfcalendar/trunk/po/ar.po, xfcalendar/trunk/po/az.po, xfcalendar/trunk/po/be.po, xfcalendar/trunk/po/bg.po, xfcalendar/trunk/po/bn_IN.po, xfcalendar/trunk/po/ca.po, xfcalendar/trunk/po/cs.po, xfcalendar/trunk/po/de.po, xfcalendar/trunk/po/el.po, xfcalendar/trunk/po/en_GB.po, xfcalendar/trunk/po/eo.po, xfcalendar/trunk/po/es.po, xfcalendar/trunk/po/et.po, xfcalendar/trunk/po/eu.po, xfcalendar/trunk/po/fa.po, xfcalendar/trunk/po/fi.po, xfcalendar/trunk/po/fr.po, xfcalendar/trunk/po/gu.po, xfcalendar/trunk/po/he.po, xfcalendar/trunk/po/hi.po, xfcalendar/trunk/po/hu.po, xfcalendar/trunk/po/hy.po, xfcalendar/trunk/po/it.po, xfcalendar/trunk/po/ja.po, xfcalendar/trunk/po/ko.po, xfcalendar/trunk/po/lt.po, xfcalendar/trunk/po/mr.po, xfcalendar/trunk/po/ms.po, xfcalendar/trunk/po/nb_NO.po, xfcalendar/trunk/po/nl.po, xfcalendar/trunk/po/orage.pot, xfcalendar/trunk/po/pa.po, xfcalendar/trunk/po/pl.po, xfcalendar/trunk/po/pt_BR.po, xfcalendar/trunk/po/pt_PT.po, xfcalendar/trunk/po/ro.po, xfcalendar/trunk/po/ru.po, xfcalendar/trunk/po/sk.po, xfcalendar/trunk/po/sv.po, xfcalendar/trunk/po/ta.po, xfcalendar/trunk/po/tr.po, xfcalendar/trunk/po/uk.po, xfcalendar/trunk/po/vi.po, xfcalendar/trunk/po/zh_CN.po, xfcalendar/trunk/po/zh_TW.po, xfce-mcs-manager/trunk/po/ar.po, xfce-mcs-manager/trunk/po/az.po, xfce-mcs-manager/trunk/po/be.po, xfce-mcs-manager/trunk/po/bg.po, xfce-mcs-manager/trunk/po/bn_IN.po, xfce-mcs-manager/trunk/po/ca.po, xfce-mcs-manager/trunk/po/cs.po, xfce-mcs-manager/trunk/po/el.po, xfce-mcs-manager/trunk/po/en_GB.po, xfce-mcs-manager/trunk/po/eo.po, xfce-mcs-manager/trunk/po/es.po, xfce-mcs-manager/trunk/po/es_MX.po, xfce-mcs-manager/trunk/po/et.po, xfce-mcs-manager/trunk/po/eu.po, xfce-mcs-manager/trunk/po/fa.po, xfce-mcs-manager/trunk/po/fi.po, xfce-mcs-manager/trunk/po/fr.po, xfce-mcs-manager/trunk/po/gu.po, xfce-mcs-manager/trunk/po/he.po, xfce-mcs-manager/trunk/po/hi.po, xfce-mcs-manager/trunk/po/hu.po, xfce-mcs-manager/trunk/po/it.po, xfce-mcs-manager/trunk/po/ja.po, xfce-mcs-manager/trunk/po/ko.po, xfce-mcs-manager/trunk/po/lt.po, xfce-mcs-manager/trunk/po/mr.po, xfce-mcs-manager/trunk/po/ms.po, xfce-mcs-manager/trunk/po/nb_NO.po, xfce-mcs-manager/trunk/po/nl.po, xfce-mcs-manager/trunk/po/pa.po, xfce-mcs-manager/trunk/po/pl.po, xfce-mcs-manager/trunk/po/pt_BR.po, xfce-mcs-manager/trunk/po/pt_PT.po, xfce-mcs-manager/trunk/po/ro.po, xfce-mcs-manager/trunk/po/ru.po, xfce-mcs-manager/trunk/po/sk.po, xfce-mcs-manager/trunk/po/sv.po, xfce-mcs-manager/trunk/po/ta.po, xfce-mcs-manager/trunk/po/tr.po, xfce-mcs-manager/trunk/po/uk.po, xfce-mcs-manager/trunk/po/vi.po, xfce-mcs-manager/trunk/po/zh_CN.po, xfce-mcs-manager/trunk/po/zh_TW.po, xfce-mcs-plugins/trunk/po/ar.po, xfce-mcs-plugins/trunk/po/az.po, xfce-mcs-plugins/trunk/po/be.po, xfce-mcs-plugins/trunk/po/bg.po, xfce-mcs-plugins/trunk/po/bn_IN.po, xfce-mcs-plugins/trunk/po/ca.po, xfce-mcs-plugins/trunk/po/cs.po, xfce-mcs-plugins/trunk/po/de.po, xfce-mcs-plugins/trunk/po/el.po, xfce-mcs-plugins/trunk/po/en_GB.po, xfce-mcs-plugins/trunk/po/eo.po, xfce-mcs-plugins/trunk/po/es.po, xfce-mcs-plugins/trunk/po/es_MX.po, xfce-mcs-plugins/trunk/po/et.po, xfce-mcs-plugins/trunk/po/eu.po, xfce-mcs-plugins/trunk/po/fa.po, xfce-mcs-plugins/trunk/po/fi.po, xfce-mcs-plugins/trunk/po/fr.po, xfce-mcs-plugins/trunk/po/gu.po, xfce-mcs-plugins/trunk/po/he.po, xfce-mcs-plugins/trunk/po/hi.po, xfce-mcs-plugins/trunk/po/hu.po, xfce-mcs-plugins/trunk/po/it.po, xfce-mcs-plugins/trunk/po/ja.po, xfce-mcs-plugins/trunk/po/ko.po, xfce-mcs-plugins/trunk/po/lt.po, xfce-mcs-plugins/trunk/po/mr.po, xfce-mcs-plugins/trunk/po/ms.po, xfce-mcs-plugins/trunk/po/nl.po, xfce-mcs-plugins/trunk/po/pa.po, xfce-mcs-plugins/trunk/po/pl.po, xfce-mcs-plugins/trunk/po/pt_BR.po, xfce-mcs-plugins/trunk/po/pt_PT.po, xfce-mcs-plugins/trunk/po/ro.po, xfce-mcs-plugins/trunk/po/ru.po, xfce-mcs-plugins/trunk/po/sk.po, xfce-mcs-plugins/trunk/po/sv.po, xfce-mcs-plugins/trunk/po/ta.po, xfce-mcs-plugins/trunk/po/tr.po, xfce-mcs-plugins/trunk/po/uk.po, xfce-mcs-plugins/trunk/po/vi.po, xfce-mcs-plugins/trunk/po/zh_CN.po, xfce-mcs-plugins/trunk/po/zh_TW.po, xfce-utils/trunk/po/af.po, xfce-utils/trunk/po/ar.po, xfce-utils/trunk/po/az.po, xfce-utils/trunk/po/be.po, xfce-utils/trunk/po/bg.po, xfce-utils/trunk/po/bn_IN.po, xfce-utils/trunk/po/ca.po, xfce-utils/trunk/po/cs.po, xfce-utils/trunk/po/de.po, xfce-utils/trunk/po/el.po, xfce-utils/trunk/po/en_GB.po, xfce-utils/trunk/po/eo.po, xfce-utils/trunk/po/es.po, xfce-utils/trunk/po/es_MX.po, xfce-utils/trunk/po/et.po, xfce-utils/trunk/po/eu.po, xfce-utils/trunk/po/fa.po, xfce-utils/trunk/po/fi.po, xfce-utils/trunk/po/fr.po, xfce-utils/trunk/po/gu.po, xfce-utils/trunk/po/he.po, xfce-utils/trunk/po/hi.po, xfce-utils/trunk/po/hu.po, xfce-utils/trunk/po/hy.po, xfce-utils/trunk/po/it.po, xfce-utils/trunk/po/ja.po, xfce-utils/trunk/po/ko.po, xfce-utils/trunk/po/lt.po, xfce-utils/trunk/po/mr.po, xfce-utils/trunk/po/ms.po, xfce-utils/trunk/po/nl.po, xfce-utils/trunk/po/pa.po, xfce-utils/trunk/po/pl.po, xfce-utils/trunk/po/pt_BR.po, xfce-utils/trunk/po/pt_PT.po, xfce-utils/trunk/po/ro.po, xfce-utils/trunk/po/ru.po, xfce-utils/trunk/po/sk.po, xfce-utils/trunk/po/sv.po, xfce-utils/trunk/po/ta.po, xfce-utils/trunk/po/tr.po, xfce-utils/trunk/po/uk.po, xfce-utils/trunk/po/vi.po, xfce-utils/trunk/po/xfce-utils.pot, xfce-utils/trunk/po/zh_CN.po, xfce-utils/trunk/po/zh_TW.po, xfce4-appfinder/trunk/po/be.po, xfce4-appfinder/trunk/po/bn_IN.po, xfce4-appfinder/trunk/po/ca.po, xfce4-appfinder/trunk/po/cs.po, xfce4-appfinder/trunk/po/de.po, xfce4-appfinder/trunk/po/el.po, xfce4-appfinder/trunk/po/en_GB.po, xfce4-appfinder/trunk/po/es.po, xfce4-appfinder/trunk/po/es_MX.po, xfce4-appfinder/trunk/po/et.po, xfce4-appfinder/trunk/po/eu.po, xfce4-appfinder/trunk/po/fa.po, xfce4-appfinder/trunk/po/fi.po, xfce4-appfinder/trunk/po/fr.po, xfce4-appfinder/trunk/po/gu.po, xfce4-appfinder/trunk/po/he.po, xfce4-appfinder/trunk/po/hu.po, xfce4-appfinder/trunk/po/hy.po, xfce4-appfinder/trunk/po/it.po, xfce4-appfinder/trunk/po/ja.po, xfce4-appfinder/trunk/po/ko.po, xfce4-appfinder/trunk/po/lt.po, xfce4-appfinder/trunk/po/mr.po, xfce4-appfinder/trunk/po/nl.po, xfce4-appfinder/trunk/po/pa.po, xfce4-appfinder/trunk/po/pl.po, xfce4-appfinder/trunk/po/pt_BR.po, xfce4-appfinder/trunk/po/pt_PT.po, xfce4-appfinder/trunk/po/ro.po, xfce4-appfinder/trunk/po/ru.po, xfce4-appfinder/trunk/po/sk.po, xfce4-appfinder/trunk/po/sv.po, xfce4-appfinder/trunk/po/tr.po, xfce4-appfinder/trunk/po/uk.po, xfce4-appfinder/trunk/po/zh_CN.po, xfce4-appfinder/trunk/po/zh_TW.po, xfce4-icon-theme/trunk/po/ca.po, xfce4-icon-theme/trunk/po/de.po, xfce4-icon-theme/trunk/po/el.po, xfce4-icon-theme/trunk/po/et.po, xfce4-icon-theme/trunk/po/fi.po, xfce4-icon-theme/trunk/po/hu.po, xfce4-icon-theme/trunk/po/ja.po, xfce4-icon-theme/trunk/po/ko.po, xfce4-icon-theme/trunk/po/pl.po, xfce4-icon-theme/trunk/po/ru.po, xfce4-icon-theme/trunk/po/sk.po, xfce4-icon-theme/trunk/po/uk.po, xfce4-icon-theme/trunk/po/zh_CN.po, xfce4-icon-theme/trunk/po/zh_TW.po, xfce4-mailwatch-plugin/trunk/po/ca.po, xfce4-mailwatch-plugin/trunk/po/de.po, xfce4-mailwatch-plugin/trunk/po/el.po, xfce4-mailwatch-plugin/trunk/po/eu.po, xfce4-mailwatch-plugin/trunk/po/fi.po, xfce4-mailwatch-plugin/trunk/po/fr.po, xfce4-mailwatch-plugin/trunk/po/gu.po, xfce4-mailwatch-plugin/trunk/po/he.po, xfce4-mailwatch-plugin/trunk/po/ja.po, xfce4-mailwatch-plugin/trunk/po/pt_BR.po, xfce4-mailwatch-plugin/trunk/po/ru.po, xfce4-mailwatch-plugin/trunk/po/uk.po, xfce4-mailwatch-plugin/trunk/po/vi.po, xfce4-mailwatch-plugin/trunk/po/xfce4-mailwatch-plugin.pot, xfce4-mailwatch-plugin/trunk/po/zh_TW.po, xfce4-mixer/trunk/po/ar.po, xfce4-mixer/trunk/po/az.po, xfce4-mixer/trunk/po/be.po, xfce4-mixer/trunk/po/bg.po, xfce4-mixer/trunk/po/bn_IN.po, xfce4-mixer/trunk/po/ca.po, xfce4-mixer/trunk/po/cs.po, xfce4-mixer/trunk/po/de.po, xfce4-mixer/trunk/po/el.po, xfce4-mixer/trunk/po/en_GB.po, xfce4-mixer/trunk/po/es.po, xfce4-mixer/trunk/po/es_MX.po, xfce4-mixer/trunk/po/et.po, xfce4-mixer/trunk/po/eu.po, xfce4-mixer/trunk/po/fa.po, xfce4-mixer/trunk/po/fi.po, xfce4-mixer/trunk/po/fr.po, xfce4-mixer/trunk/po/gu.po, xfce4-mixer/trunk/po/he.po, xfce4-mixer/trunk/po/hi.po, xfce4-mixer/trunk/po/hu.po, xfce4-mixer/trunk/po/hy.po, xfce4-mixer/trunk/po/it.po, xfce4-mixer/trunk/po/ja.po, xfce4-mixer/trunk/po/ko.po, xfce4-mixer/trunk/po/lt.po, xfce4-mixer/trunk/po/mr.po, xfce4-mixer/trunk/po/ms.po, xfce4-mixer/trunk/po/nb_NO.po, xfce4-mixer/trunk/po/nl.po, xfce4-mixer/trunk/po/pa.po, xfce4-mixer/trunk/po/pl.po, xfce4-mixer/trunk/po/pt_BR.po, xfce4-mixer/trunk/po/pt_PT.po, xfce4-mixer/trunk/po/ro.po, xfce4-mixer/trunk/po/ru.po, xfce4-mixer/trunk/po/sk.po, xfce4-mixer/trunk/po/sv.po, xfce4-mixer/trunk/po/ta.po, xfce4-mixer/trunk/po/tr.po, xfce4-mixer/trunk/po/uk.po, xfce4-mixer/trunk/po/vi.po, xfce4-mixer/trunk/po/xfce4-mixer.pot, xfce4-mixer/trunk/po/zh_CN.po, xfce4-mixer/trunk/po/zh_TW.po, po/ar.po, po/az.po, po/be.po, po/bg.po, po/bn_IN.po, po/ca.po, po/cs.po, po/de.po, po/el.po, po/en_GB.po, po/eo.po, po/es.po, po/es_MX.po, po/et.po, po/eu.po, po/fa.po, po/fi.po, po/fr.po, po/gu.po, po/he.po, po/hi.po, po/hu.po, po/hy.po, po/it.po, po/ja.po, po/ko.po, po/lt.po, po/mr.po, po/ms.po, po/nb_NO.po, po/nl.po, po/pa.po, po/pl.po, po/pt_BR.po, po/pt_PT.po, po/ro.po, po/ru.po, po/sk.po, po/sv.po, po/ta.po, po/tr.po, po/uk.po, po/vi.po, po/xfce4-panel.pot, po/zh_CN.po, po/zh_TW.po, xfce4-session/trunk/po/ar.po, xfce4-session/trunk/po/az.po, xfce4-session/trunk/po/be.po, xfce4-session/trunk/po/bn_IN.po, xfce4-session/trunk/po/ca.po, xfce4-session/trunk/po/cs.po, xfce4-session/trunk/po/de.po, xfce4-session/trunk/po/el.po, xfce4-session/trunk/po/en_GB.po, xfce4-session/trunk/po/eo.po, xfce4-session/trunk/po/es.po, xfce4-session/trunk/po/es_MX.po, xfce4-session/trunk/po/et.po, xfce4-session/trunk/po/eu.po, xfce4-session/trunk/po/fa.po, xfce4-session/trunk/po/fi.po, xfce4-session/trunk/po/fr.po, xfce4-session/trunk/po/gu.po, xfce4-session/trunk/po/hi.po, xfce4-session/trunk/po/hu.po, xfce4-session/trunk/po/it.po, xfce4-session/trunk/po/ja.po, xfce4-session/trunk/po/ko.po, xfce4-session/trunk/po/lt.po, xfce4-session/trunk/po/mr.po, xfce4-session/trunk/po/ms.po, xfce4-session/trunk/po/nb_NO.po, xfce4-session/trunk/po/nl.po, xfce4-session/trunk/po/pa.po, xfce4-session/trunk/po/pl.po, xfce4-session/trunk/po/pt_BR.po, xfce4-session/trunk/po/pt_PT.po, xfce4-session/trunk/po/ro.po, xfce4-session/trunk/po/ru.po, xfce4-session/trunk/po/sk.po, xfce4-session/trunk/po/sv.po, xfce4-session/trunk/po/ta.po, xfce4-session/trunk/po/tr.po, xfce4-session/trunk/po/uk.po, xfce4-session/trunk/po/vi.po, xfce4-session/trunk/po/xfce4-session.pot, xfce4-session/trunk/po/zh_CN.po, xfce4-session/trunk/po/zh_TW.po, xfce4-trigger-launcher/trunk/po/ar.po, xfce4-trigger-launcher/trunk/po/az.po, xfce4-trigger-launcher/trunk/po/be.po, xfce4-trigger-launcher/trunk/po/bg.po, xfce4-trigger-launcher/trunk/po/bn_IN.po, xfce4-trigger-launcher/trunk/po/ca.po, xfce4-trigger-launcher/trunk/po/cs.po, xfce4-trigger-launcher/trunk/po/de.po, xfce4-trigger-launcher/trunk/po/el.po, xfce4-trigger-launcher/trunk/po/en_GB.po, xfce4-trigger-launcher/trunk/po/eo.po, xfce4-trigger-launcher/trunk/po/es.po, xfce4-trigger-launcher/trunk/po/es_MX.po, xfce4-trigger-launcher/trunk/po/et.po, xfce4-trigger-launcher/trunk/po/eu.po, xfce4-trigger-launcher/trunk/po/fa.po, xfce4-trigger-launcher/trunk/po/fi.po, xfce4-trigger-launcher/trunk/po/fr.po, xfce4-trigger-launcher/trunk/po/gu.po, xfce4-trigger-launcher/trunk/po/hi.po, xfce4-trigger-launcher/trunk/po/hu.po, xfce4-trigger-launcher/trunk/po/it.po, xfce4-trigger-launcher/trunk/po/ja.po, xfce4-trigger-launcher/trunk/po/ko.po, xfce4-trigger-launcher/trunk/po/lt.po, xfce4-trigger-launcher/trunk/po/mr.po, xfce4-trigger-launcher/trunk/po/ms.po, xfce4-trigger-launcher/trunk/po/nl.po, xfce4-trigger-launcher/trunk/po/pa.po, xfce4-trigger-launcher/trunk/po/pl.po, xfce4-trigger-launcher/trunk/po/pt_BR.po, xfce4-trigger-launcher/trunk/po/pt_PT.po, xfce4-trigger-launcher/trunk/po/ro.po, xfce4-trigger-launcher/trunk/po/ru.po, xfce4-trigger-launcher/trunk/po/sk.po, xfce4-trigger-launcher/trunk/po/sv.po, xfce4-trigger-launcher/trunk/po/ta.po, xfce4-trigger-launcher/trunk/po/tr.po, xfce4-trigger-launcher/trunk/po/uk.po, xfce4-trigger-launcher/trunk/po/vi.po, xfce4-trigger-launcher/trunk/po/zh_CN.po, xfce4-trigger-launcher/trunk/po/zh_TW.po, xfdesktop/trunk/po/ar.po, xfdesktop/trunk/po/az.po, xfdesktop/trunk/po/be.po, xfdesktop/trunk/po/bg.po, xfdesktop/trunk/po/bn_IN.po, xfdesktop/trunk/po/ca.po, xfdesktop/trunk/po/cs.po, xfdesktop/trunk/po/de.po, xfdesktop/trunk/po/el.po, xfdesktop/trunk/po/en_GB.po, xfdesktop/trunk/po/eo.po, xfdesktop/trunk/po/es.po, xfdesktop/trunk/po/es_MX.po, xfdesktop/trunk/po/et.po, xfdesktop/trunk/po/eu.po, xfdesktop/trunk/po/fa.po, xfdesktop/trunk/po/fi.po, xfdesktop/trunk/po/fr.po, xfdesktop/trunk/po/gu.po, xfdesktop/trunk/po/he.po, xfdesktop/trunk/po/hi.po, xfdesktop/trunk/po/hu.po, xfdesktop/trunk/po/hy.po, xfdesktop/trunk/po/it.po, xfdesktop/trunk/po/ja.po, xfdesktop/trunk/po/ko.po, xfdesktop/trunk/po/lt.po, xfdesktop/trunk/po/mr.po, xfdesktop/trunk/po/ms.po, xfdesktop/trunk/po/nb_NO.po, xfdesktop/trunk/po/nl.po, xfdesktop/trunk/po/pa.po, xfdesktop/trunk/po/pl.po, xfdesktop/trunk/po/pt_BR.po, xfdesktop/trunk/po/pt_PT.po, xfdesktop/trunk/po/ro.po, xfdesktop/trunk/po/ru.po, xfdesktop/trunk/po/sk.po, xfdesktop/trunk/po/sv.po, xfdesktop/trunk/po/ta.po, xfdesktop/trunk/po/tr.po, xfdesktop/trunk/po/uk.po, xfdesktop/trunk/po/vi.po, xfdesktop/trunk/po/xfdesktop.pot, xfdesktop/trunk/po/zh_CN.po, xfdesktop/trunk/po/zh_TW.po, xfprint/trunk/po/ar.po, xfprint/trunk/po/az.po, xfprint/trunk/po/be.po, xfprint/trunk/po/bg.po, xfprint/trunk/po/bn_IN.po, xfprint/trunk/po/ca.po, xfprint/trunk/po/cs.po, xfprint/trunk/po/de.po, xfprint/trunk/po/el.po, xfprint/trunk/po/en_GB.po, xfprint/trunk/po/es.po, xfprint/trunk/po/es_MX.po, xfprint/trunk/po/et.po, xfprint/trunk/po/eu.po, xfprint/trunk/po/fa.po, xfprint/trunk/po/fi.po, xfprint/trunk/po/fr.po, xfprint/trunk/po/gu.po, xfprint/trunk/po/he.po, xfprint/trunk/po/hi.po, xfprint/trunk/po/hu.po, xfprint/trunk/po/it.po, xfprint/trunk/po/ja.po, xfprint/trunk/po/ko.po, xfprint/trunk/po/lt.po, xfprint/trunk/po/mr.po, xfprint/trunk/po/ms.po, xfprint/trunk/po/nl.po, xfprint/trunk/po/pa.po, xfprint/trunk/po/pl.po, xfprint/trunk/po/pt_BR.po, xfprint/trunk/po/pt_PT.po, xfprint/trunk/po/ro.po, xfprint/trunk/po/ru.po, xfprint/trunk/po/sk.po, xfprint/trunk/po/sv.po, xfprint/trunk/po/ta.po, xfprint/trunk/po/tr.po, xfprint/trunk/po/uk.po, xfprint/trunk/po/vi.po, xfprint/trunk/po/zh_CN.po, xfprint/trunk/po/zh_TW.po: Bump. 2006-05-05 19:23 yuvaltanny * thunar/trunk/po/he.po, xarchiver/trunk/po/he.po, xfcalendar/trunk/po/he.po, xfce-mcs-manager/trunk/po/he.po, xfce4-mixer/trunk/po/he.po, po/he.po, xfce4-session/trunk/po/he.po, xfce4-trigger-launcher/trunk/po/he.po, xfdesktop/trunk/po/he.po, xfmedia/trunk/po/he.po: Updated Hebrew translation 2006-05-05 06:15 daichi * po/ChangeLog, po/cs.po, xfce4-session/trunk/po/ChangeLog, xfce4-session/trunk/po/cs.po: Updated Czech translations by Michal Varady . 2006-05-05 06:11 daichi * xfcalendar/trunk/po/ChangeLog, xfcalendar/trunk/po/ja.po, xfce-utils/trunk/po/ChangeLog, xfce-utils/trunk/po/ja.po, xfce4-mixer/trunk/po/ChangeLog, xfce4-mixer/trunk/po/ja.po, po/ChangeLog, po/ja.po, xfce4-session/trunk/po/ChangeLog, xfce4-session/trunk/po/ja.po, xfdesktop/trunk/po/ChangeLog, xfdesktop/trunk/po/ja.po, xfwm4/trunk/po/ChangeLog, xfwm4/trunk/po/ja.po: Updated Japanese translations. 2006-05-04 22:23 benny * configure.ac, panel/panel-dialogs.c: Update the panel dialogs to use XfceTitledDialog. 2006-05-02 18:46 dannym * docs/API/xml/xfce-panel-plugin.xml: add missing .h 2006-05-02 16:06 daichi * libxfcegui4/trunk/po/ChangeLog, xfburn/trunk/po/ChangeLog, xfcalendar/trunk/po/ChangeLog, xfce-mcs-manager/trunk/po/ChangeLog, xfce-mcs-plugins/trunk/po/ChangeLog, xfce-utils/trunk/po/ChangeLog, xfce4-appfinder/trunk/po/ChangeLog, xfce4-icon-theme/trunk/po/ChangeLog, xfce4-mailwatch-plugin/trunk/po/ChangeLog, xfce4-mixer/trunk/po/ChangeLog, po/ChangeLog, xfce4-trigger-launcher/trunk/po/ChangeLog, xfdesktop/trunk/po/ChangeLog, xffm/trunk/fgr/po/ChangeLog, xffm/trunk/libxffm/po/ChangeLog, xffm/trunk/plugins/xfapps/po/ChangeLog, xffm/trunk/plugins/xfbook/po/ChangeLog, xffm/trunk/plugins/xffstab/po/ChangeLog, xffm/trunk/plugins/xflocate/po/ChangeLog, xffm/trunk/plugins/xfproc/po/ChangeLog, xffm/trunk/plugins/xfrecent/po/ChangeLog, xffm/trunk/plugins/xfsamba/po/ChangeLog, xffm/trunk/plugins/xftrash/po/ChangeLog, xffm/trunk/scramble/po/ChangeLog, xffm/trunk/xfdiff/po/ChangeLog, xffm/trunk/xffm-gui/po/ChangeLog, xffm/trunk/xfmime-edit/po/ChangeLog, xfmedia/trunk/po/ChangeLog, xfprint/trunk/po/ChangeLog, xfwm4/trunk/po/ChangeLog: Removed timestamps so that a translator isn't bothered: "Then, what time is it now in UTC?" 2006-05-02 12:23 daichi * thunar/trunk/po/ChangeLog, thunar/trunk/po/pl.po, xfcalendar/trunk/po/pl.po, xfce-mcs-plugins/trunk/po/pl.po, xfce4-mixer/trunk/po/pl.po, po/pl.po, xfce4-session/trunk/po/pl.po, xfce4-trigger-launcher/trunk/po/pl.po, xfdesktop/trunk/po/pl.po, xfprint/trunk/po/pl.po, xfwm4/trunk/po/pl.po: Updated Polish translations by Piotr Malinski . 2006-05-01 13:31 daichi * libexo/trunk/po/ChangeLog, libexo/trunk/po/ru.po, mousepad/trunk/po/ChangeLog, mousepad/trunk/po/ru.po, thunar/trunk/po/ChangeLog, thunar/trunk/po/ru.po, xarchiver/trunk/po/ru.po, xfburn/trunk/po/ru.po, xfcalendar/trunk/po/ru.po, xfce-mcs-plugins/trunk/po/ru.po, xfce4-mixer/trunk/po/ru.po, po/ru.po, xfce4-session/trunk/po/ChangeLog, xfce4-session/trunk/po/ru.po, xfce4-trigger-launcher/trunk/po/ru.po, xfdesktop/trunk/po/ru.po, xffm/trunk/plugins/xftrash/po/ru.po, xffm/trunk/scramble/po/ru.po, xffm/trunk/xffm-gui/po/ru.po: Updated Russian translations by Anthony Ivanoff , Maxim Zenin , Sergey Fedoseev . 2006-05-01 07:04 daichi * libexo/trunk/po/eu.po, libexo/trunk/po/fi.po, libexo/trunk/po/he.po, libexo/trunk/po/hu.po, libxfce4util/trunk/po/de.po, libxfce4util/trunk/po/fi.po, libxfce4util/trunk/po/he.po, libxfce4util/trunk/po/pt_BR.po, libxfce4util/trunk/po/uk.po, mousepad/trunk/po/eu.po, thunar/trunk/po/et.po, thunar/trunk/po/zh_TW.po, xfburn/trunk/po/de.po, xfburn/trunk/po/he.po, xfburn/trunk/po/uk.po, xfce-mcs-manager/trunk/po/uk.po, xfce-mcs-plugins/trunk/po/hu.po, xfce-utils/trunk/po/he.po, xfce4-icon-theme/trunk/po/he.po, xfce4-icon-theme/trunk/po/uk.po, xfce4-mailwatch-plugin/trunk/po/uk.po, xfce4-mixer/trunk/po/ar.po, xfce4-mixer/trunk/po/az.po, xfce4-mixer/trunk/po/be.po, xfce4-mixer/trunk/po/bg.po, xfce4-mixer/trunk/po/bn_IN.po, xfce4-mixer/trunk/po/ca.po, xfce4-mixer/trunk/po/cs.po, xfce4-mixer/trunk/po/de.po, xfce4-mixer/trunk/po/el.po, xfce4-mixer/trunk/po/en_GB.po, xfce4-mixer/trunk/po/es.po, xfce4-mixer/trunk/po/es_MX.po, xfce4-mixer/trunk/po/et.po, xfce4-mixer/trunk/po/eu.po, xfce4-mixer/trunk/po/fa.po, xfce4-mixer/trunk/po/fi.po, xfce4-mixer/trunk/po/fr.po, xfce4-mixer/trunk/po/gu.po, xfce4-mixer/trunk/po/he.po, xfce4-mixer/trunk/po/hi.po, xfce4-mixer/trunk/po/hu.po, xfce4-mixer/trunk/po/hy.po, xfce4-mixer/trunk/po/it.po, xfce4-mixer/trunk/po/ja.po, xfce4-mixer/trunk/po/ko.po, xfce4-mixer/trunk/po/lt.po, xfce4-mixer/trunk/po/mr.po, xfce4-mixer/trunk/po/ms.po, xfce4-mixer/trunk/po/nb_NO.po, xfce4-mixer/trunk/po/nl.po, xfce4-mixer/trunk/po/pa.po, xfce4-mixer/trunk/po/pl.po, xfce4-mixer/trunk/po/pt_BR.po, xfce4-mixer/trunk/po/pt_PT.po, xfce4-mixer/trunk/po/ro.po, xfce4-mixer/trunk/po/ru.po, xfce4-mixer/trunk/po/sk.po, xfce4-mixer/trunk/po/sv.po, xfce4-mixer/trunk/po/ta.po, xfce4-mixer/trunk/po/tr.po, xfce4-mixer/trunk/po/uk.po, xfce4-mixer/trunk/po/vi.po, xfce4-mixer/trunk/po/xfce4-mixer.pot, xfce4-mixer/trunk/po/zh_CN.po, xfce4-mixer/trunk/po/zh_TW.po, po/ar.po, po/az.po, po/be.po, po/bg.po, po/bn_IN.po, po/ca.po, po/de.po, po/el.po, po/en_GB.po, po/eo.po, po/es.po, po/es_MX.po, po/et.po, po/eu.po, po/fa.po, po/fi.po, po/fr.po, po/gu.po, po/he.po, po/hi.po, po/hu.po, po/hy.po, po/it.po, po/ja.po, po/ko.po, po/lt.po, po/mr.po, po/ms.po, po/nb_NO.po, po/nl.po, po/pa.po, po/pt_BR.po, po/pt_PT.po, po/ro.po, po/ru.po, po/sk.po, po/sv.po, po/ta.po, po/tr.po, po/uk.po, po/vi.po, po/zh_CN.po, po/zh_TW.po, xfce4-session/trunk/po/ar.po, xfce4-session/trunk/po/az.po, xfce4-session/trunk/po/be.po, xfce4-session/trunk/po/bn_IN.po, xfce4-session/trunk/po/ca.po, xfce4-session/trunk/po/cs.po, xfce4-session/trunk/po/de.po, xfce4-session/trunk/po/el.po, xfce4-session/trunk/po/en_GB.po, xfce4-session/trunk/po/eo.po, xfce4-session/trunk/po/es.po, xfce4-session/trunk/po/es_MX.po, xfce4-session/trunk/po/et.po, xfce4-session/trunk/po/eu.po, xfce4-session/trunk/po/fa.po, xfce4-session/trunk/po/fi.po, xfce4-session/trunk/po/fr.po, xfce4-session/trunk/po/gu.po, xfce4-session/trunk/po/he.po, xfce4-session/trunk/po/hi.po, xfce4-session/trunk/po/hu.po, xfce4-session/trunk/po/it.po, xfce4-session/trunk/po/ja.po, xfce4-session/trunk/po/ko.po, xfce4-session/trunk/po/lt.po, xfce4-session/trunk/po/mr.po, xfce4-session/trunk/po/ms.po, xfce4-session/trunk/po/nb_NO.po, xfce4-session/trunk/po/nl.po, xfce4-session/trunk/po/pa.po, xfce4-session/trunk/po/pl.po, xfce4-session/trunk/po/pt_BR.po, xfce4-session/trunk/po/pt_PT.po, xfce4-session/trunk/po/ro.po, xfce4-session/trunk/po/ru.po, xfce4-session/trunk/po/sk.po, xfce4-session/trunk/po/sv.po, xfce4-session/trunk/po/ta.po, xfce4-session/trunk/po/tr.po, xfce4-session/trunk/po/uk.po, xfce4-session/trunk/po/vi.po, xfce4-session/trunk/po/xfce4-session.pot, xfce4-session/trunk/po/zh_CN.po, xfce4-session/trunk/po/zh_TW.po, xfce4-trigger-launcher/trunk/po/hu.po, xfce4-trigger-launcher/trunk/po/uk.po, xfdesktop/trunk/po/eu.po, xfdesktop/trunk/po/hu.po, xfdesktop/trunk/po/uk.po, xfwm4/trunk/po/hu.po: Updated. 2006-04-30 16:00 daichi * mousepad/trunk/po/ChangeLog, mousepad/trunk/po/pl.po, thunar/trunk/po/ChangeLog, thunar/trunk/po/pl.po, xfcalendar/trunk/po/pl.po, xfce-mcs-plugins/trunk/po/pl.po, xfce-utils/trunk/po/pl.po, xfce4-appfinder/trunk/po/pl.po, po/pl.po, xfdesktop/trunk/po/pl.po, xfmedia/trunk/po/pl.po, xfprint/trunk/po/pl.po, xfwm4/trunk/po/pl.po: Updated Polish translations by Piotr Malinski . 2006-04-29 12:24 daichi * po/cs.po: Updated Czech translations by Michal Varady . 2006-04-29 12:15 daichi * mousepad/trunk/po/ChangeLog, mousepad/trunk/po/pl.po, thunar/trunk/po/ChangeLog, thunar/trunk/po/pl.po, po/pl.po, xfdesktop/trunk/po/pl.po, xfmedia/trunk/po/pl.po, xfprint/trunk/po/pl.po, xfwm4/trunk/po/pl.po: Updated Polish translations by Piotr Malinski . 2006-04-29 11:48 daichi * terminal/trunk/po/ChangeLog, terminal/trunk/po/vi.po, xfcalendar/trunk/po/vi.po, xfce-mcs-plugins/trunk/po/vi.po, po/vi.po, xfdesktop/trunk/po/vi.po, xfwm4/trunk/po/vi.po: Updated Vietnamese translations by Phan Vinh Thinh . 2006-04-29 00:01 hydonsingore * xfce-utils/trunk/po/ChangeLog, xfce-utils/trunk/po/zh_TW.po, xfce4-appfinder/trunk/po/ChangeLog, xfce4-appfinder/trunk/po/zh_TW.po, po/ChangeLog, po/zh_TW.po: Update traditional Chinese translations for several packages. 2006-04-28 10:53 yuvaltanny * xfcalendar/trunk/po/he.po, xfce-mcs-plugins/trunk/po/he.po, xfce4-mailwatch-plugin/trunk/po/he.po, po/he.po, xfdesktop/trunk/po/he.po: Hebrew translation update 2006-04-26 09:29 mvd * po/uk.po: 2006-04-26 Maxim Dziumanenko * Updated Ukrainian translation. 2006-04-26 08:38 peetervois * po/et.po: 2006-04-25 16:27 jari * thunar/trunk/po/fi.po, po/fi.po, xfdesktop/trunk/po/fi.po: Finnish translations updated. 2006-04-24 19:04 jasper * po/POTFILES.in: Remove generated files from POTFILES.in. Patch by Jari Rahkonen. 2006-04-24 08:48 piarres * po/ChangeLog, po/eu.po: [l10n:eu] Basque translation update 2006-04-24 06:57 stavrosg * po/el.po: Greek translation update 2006-04-23 15:42 daichi * po/ja.po: Updated Japanese translations. 2006-04-23 11:56 daichi * libexo/trunk/po/ChangeLog, libexo/trunk/po/ru.po, mousepad/trunk/po/ChangeLog, mousepad/trunk/po/ru.po, terminal/trunk/po/ChangeLog, terminal/trunk/po/ru.po, thunar/trunk/po/ChangeLog, thunar/trunk/po/ru.po, xfburn/trunk/po/ru.po, xfcalendar/trunk/po/ru.po, xfce-mcs-plugins/trunk/po/ru.po, xfce-utils/trunk/po/ru.po, xfce4-appfinder/trunk/po/ru.po, xfce4-mailwatch-plugin/trunk/po/ru.po, po/ru.po, xfce4-session/trunk/po/ru.po, xfce4-trigger-launcher/trunk/po/ru.po, xfdesktop/trunk/po/ru.po, xffm/trunk/libxffm/po/ru.po, xffm/trunk/plugins/xfbook/po/ru.po, xffm/trunk/plugins/xffstab/po/ru.po, xffm/trunk/plugins/xflocate/po/ru.po, xffm/trunk/plugins/xfproc/po/ru.po, xffm/trunk/plugins/xfrecent/po/ru.po, xffm/trunk/plugins/xfsamba/po/ru.po, xffm/trunk/xfmime-edit/po/ru.po, xfmedia/trunk/po/ru.po, xfprint/trunk/po/ru.po, xfwm4/trunk/po/ru.po: Updated Russian translations by Sergey Fedoseev . 2006-04-23 09:39 sas * xfcalendar/trunk/po/hu.po, xfce-mcs-plugins/trunk/po/hu.po, po/hu.po, xfdesktop/trunk/po/hu.po: hu trunk: cal, desktop, mcs-plugins & panel updates 2006-04-23 08:55 jasper * Makefile.am, configure.ac, mcs-plugin, mcs-plugin/Makefile.am, mcs-plugin/plugin.c, mcs-plugin/xfce4-panel-manager.desktop.in, plugins/launcher/launcher.c, plugins/windowlist/Makefile.am, plugins/windowlist/windowlist-dialog.c, plugins/windowlist/windowlist-dialog.h, plugins/windowlist/windowlist.c, plugins/windowlist/windowlist.h, po/POTFILES.in, po/ar.po, po/az.po, po/be.po, po/bg.po, po/bn_IN.po, po/ca.po, po/cs.po, po/de.po, po/el.po, po/en_GB.po, po/eo.po, po/es.po, po/es_MX.po, po/et.po, po/eu.po, po/fa.po, po/fi.po, po/fr.po, po/gu.po, po/he.po, po/hi.po, po/hu.po, po/hy.po, po/it.po, po/ja.po, po/ko.po, po/lt.po, po/mr.po, po/ms.po, po/nb_NO.po, po/nl.po, po/pa.po, po/pl.po, po/pt_BR.po, po/pt_PT.po, po/ro.po, po/ru.po, po/sk.po, po/sv.po, po/ta.po, po/tr.po, po/uk.po, po/vi.po, po/xfce4-panel.pot, po/zh_CN.po, po/zh_TW.po: * Fix for Ctrl + button 1 click: don't open two menus (bug #1699). * Improved windowlist plugin from Nick Schermer. This adds some strings to translate. * Add mcs plugin that runs 'xfce4panel -c' for convenience. 2006-04-22 09:53 daichi * mousepad/trunk/po/ChangeLog, mousepad/trunk/po/zh_CN.po, xfce-mcs-plugins/trunk/po/zh_CN.po, xfce-utils/trunk/po/zh_CN.po, xfce4-appfinder/trunk/po/zh_CN.po, xfce4-mixer/trunk/po/zh_CN.po, po/zh_CN.po, xfmedia/trunk/po/zh_CN.po: Updated Simplified Chinese by Jick Nan . 2006-04-21 21:58 yuvaltanny * terminal/trunk/po/he.po, xfcalendar/trunk/po/he.po, xfce-mcs-plugins/trunk/po/he.po, xfce-utils/trunk/po/he.po, xfce4-icon-theme/trunk/po/he.po, xfce4-mailwatch-plugin/trunk/configure.ac, xfce4-mailwatch-plugin/trunk/po/he.po, xfce4-mixer/trunk/po/he.po, po/he.po, xfce4-trigger-launcher/trunk/po/he.po, xfdesktop/trunk/po/he.po, xfprint/trunk/po/he.po: Hebrew translations update 2006-04-20 19:58 jasper * panel/panel-app.c: Don't make exit dialog transient for the panel, to improve window placement. 2006-04-17 17:26 stavrosg * xfce-mcs-plugins/trunk/po/el.po, xfce4-appfinder/trunk/po/el.po, po/el.po, xfce4-session/trunk/po/el.po: Greek translations update 2006-04-17 13:21 daichi * xfce-mcs-plugins/trunk/po/et.po, po/et.po: Updated Estonian translations by Peeter Vois . 2006-04-17 13:17 daichi * xfce-mcs-plugins/trunk/po/ar.po, xfce-mcs-plugins/trunk/po/az.po, xfce-mcs-plugins/trunk/po/be.po, xfce-mcs-plugins/trunk/po/bg.po, xfce-mcs-plugins/trunk/po/bn_IN.po, xfce-mcs-plugins/trunk/po/ca.po, xfce-mcs-plugins/trunk/po/cs.po, xfce-mcs-plugins/trunk/po/de.po, xfce-mcs-plugins/trunk/po/el.po, xfce-mcs-plugins/trunk/po/en_GB.po, xfce-mcs-plugins/trunk/po/eo.po, xfce-mcs-plugins/trunk/po/es.po, xfce-mcs-plugins/trunk/po/es_MX.po, xfce-mcs-plugins/trunk/po/et.po, xfce-mcs-plugins/trunk/po/eu.po, xfce-mcs-plugins/trunk/po/fa.po, xfce-mcs-plugins/trunk/po/fi.po, xfce-mcs-plugins/trunk/po/fr.po, xfce-mcs-plugins/trunk/po/gu.po, xfce-mcs-plugins/trunk/po/he.po, xfce-mcs-plugins/trunk/po/hi.po, xfce-mcs-plugins/trunk/po/hu.po, xfce-mcs-plugins/trunk/po/it.po, xfce-mcs-plugins/trunk/po/ja.po, xfce-mcs-plugins/trunk/po/ko.po, xfce-mcs-plugins/trunk/po/lt.po, xfce-mcs-plugins/trunk/po/mr.po, xfce-mcs-plugins/trunk/po/ms.po, xfce-mcs-plugins/trunk/po/nl.po, xfce-mcs-plugins/trunk/po/pa.po, xfce-mcs-plugins/trunk/po/pl.po, xfce-mcs-plugins/trunk/po/pt_BR.po, xfce-mcs-plugins/trunk/po/pt_PT.po, xfce-mcs-plugins/trunk/po/ro.po, xfce-mcs-plugins/trunk/po/ru.po, xfce-mcs-plugins/trunk/po/sk.po, xfce-mcs-plugins/trunk/po/sv.po, xfce-mcs-plugins/trunk/po/ta.po, xfce-mcs-plugins/trunk/po/tr.po, xfce-mcs-plugins/trunk/po/uk.po, xfce-mcs-plugins/trunk/po/vi.po, xfce-mcs-plugins/trunk/po/xfce-mcs-plugins.pot, xfce-mcs-plugins/trunk/po/zh_CN.po, xfce-mcs-plugins/trunk/po/zh_TW.po, po/ar.po, po/az.po, po/be.po, po/bg.po, po/bn_IN.po, po/ca.po, po/cs.po, po/de.po, po/el.po, po/en_GB.po, po/eo.po, po/es.po, po/es_MX.po, po/et.po, po/eu.po, po/fa.po, po/fi.po, po/fr.po, po/gu.po, po/he.po, po/hi.po, po/hu.po, po/hy.po, po/it.po, po/ja.po, po/ko.po, po/lt.po, po/mr.po, po/ms.po, po/nb_NO.po, po/nl.po, po/pa.po, po/pl.po, po/pt_BR.po, po/pt_PT.po, po/ro.po, po/ru.po, po/sk.po, po/sv.po, po/ta.po, po/tr.po, po/uk.po, po/vi.po, po/xfce4-panel.pot, po/zh_CN.po, po/zh_TW.po: Updated. 2006-04-17 12:22 benny * config/launcher-8.rc, config/panels.xml: Port release fix. 2006-04-16 11:13 benny * Makefile.am, configure.ac, icons/Makefile.am, panel/panel.c, po, po/xfce4-panel.pot, xfce4-panel.spec.in: Update for 4.4beta1. 2006-04-16 10:45 jasper * panel/panel-dialogs.c: Remove highlighting of current panel when panel is in edit mode. It doesn't work properly (bug #1664). 2006-04-16 10:13 jasper * plugins/showdesktop/showdesktop.c, plugins/showdesktop/showdesktop.desktop.in.in: Patches by Jani Monoses: fix icon name in desktop file (bug #1613) and check for valid icon (#1614). 2006-04-16 09:06 jasper * panel/panel-dialogs.c: Try to prevent users from 'losing' the panel dialog when the panel is in edit mode. I'm using the utility window type hint, which is a bit of a hack, but does seem to work. Fixes bug #1608. 2006-04-16 07:00 sas * xfce-mcs-plugins/trunk/po/hu.po, po/hu.po, xfwm4/trunk/po/hu.po: hu trunk: panel, wm & mcs-plugins updates 2006-04-15 17:39 olivier * ChangeLog: Update ChangeLog 2006-04-15 12:10 daichi * libexo/trunk/po/ca.po, libexo/trunk/po/el.po, libexo/trunk/po/hu.po, libexo/trunk/po/libexo-0.3.pot, libxfcegui4/trunk/po/be.po, libxfcegui4/trunk/po/bn_IN.po, libxfcegui4/trunk/po/ca.po, libxfcegui4/trunk/po/cs.po, libxfcegui4/trunk/po/de.po, libxfcegui4/trunk/po/el.po, libxfcegui4/trunk/po/en_GB.po, libxfcegui4/trunk/po/eo.po, libxfcegui4/trunk/po/es.po, libxfcegui4/trunk/po/et.po, libxfcegui4/trunk/po/eu.po, libxfcegui4/trunk/po/fa.po, libxfcegui4/trunk/po/fi.po, libxfcegui4/trunk/po/fr.po, libxfcegui4/trunk/po/gu.po, libxfcegui4/trunk/po/he.po, libxfcegui4/trunk/po/hu.po, libxfcegui4/trunk/po/hy.po, libxfcegui4/trunk/po/it.po, libxfcegui4/trunk/po/ja.po, libxfcegui4/trunk/po/ko.po, libxfcegui4/trunk/po/lt.po, libxfcegui4/trunk/po/mr.po, libxfcegui4/trunk/po/nl.po, libxfcegui4/trunk/po/pa.po, libxfcegui4/trunk/po/pl.po, libxfcegui4/trunk/po/pt_BR.po, libxfcegui4/trunk/po/ro.po, libxfcegui4/trunk/po/ru.po, libxfcegui4/trunk/po/sk.po, libxfcegui4/trunk/po/sv.po, libxfcegui4/trunk/po/ta.po, libxfcegui4/trunk/po/uk.po, libxfcegui4/trunk/po/zh_CN.po, libxfcegui4/trunk/po/zh_TW.po, mousepad/trunk/po/ca.po, mousepad/trunk/po/el.po, mousepad/trunk/po/ko.po, mousepad/trunk/po/ru.po, terminal/trunk/po/ca.po, terminal/trunk/po/el.po, terminal/trunk/po/zh_TW.po, thunar/trunk/po/ca.po, xfburn/trunk/po/ca.po, xfcalendar/trunk/po/ar.po, xfcalendar/trunk/po/az.po, xfcalendar/trunk/po/be.po, xfcalendar/trunk/po/bg.po, xfcalendar/trunk/po/bn_IN.po, xfcalendar/trunk/po/ca.po, xfcalendar/trunk/po/cs.po, xfcalendar/trunk/po/de.po, xfcalendar/trunk/po/el.po, xfcalendar/trunk/po/en_GB.po, xfcalendar/trunk/po/eo.po, xfcalendar/trunk/po/es.po, xfcalendar/trunk/po/et.po, xfcalendar/trunk/po/eu.po, xfcalendar/trunk/po/fa.po, xfcalendar/trunk/po/fi.po, xfcalendar/trunk/po/fr.po, xfcalendar/trunk/po/gu.po, xfcalendar/trunk/po/he.po, xfcalendar/trunk/po/hi.po, xfcalendar/trunk/po/hu.po, xfcalendar/trunk/po/hy.po, xfcalendar/trunk/po/it.po, xfcalendar/trunk/po/ja.po, xfcalendar/trunk/po/ko.po, xfcalendar/trunk/po/lt.po, xfcalendar/trunk/po/mr.po, xfcalendar/trunk/po/ms.po, xfcalendar/trunk/po/nb_NO.po, xfcalendar/trunk/po/nl.po, xfcalendar/trunk/po/pa.po, xfcalendar/trunk/po/pl.po, xfcalendar/trunk/po/pt_BR.po, xfcalendar/trunk/po/pt_PT.po, xfcalendar/trunk/po/ro.po, xfcalendar/trunk/po/ru.po, xfcalendar/trunk/po/sk.po, xfcalendar/trunk/po/sv.po, xfcalendar/trunk/po/ta.po, xfcalendar/trunk/po/tr.po, xfcalendar/trunk/po/uk.po, xfcalendar/trunk/po/vi.po, xfcalendar/trunk/po/zh_CN.po, xfcalendar/trunk/po/zh_TW.po, xfce-mcs-manager/trunk/po/ar.po, xfce-mcs-manager/trunk/po/az.po, xfce-mcs-manager/trunk/po/be.po, xfce-mcs-manager/trunk/po/bg.po, xfce-mcs-manager/trunk/po/bn_IN.po, xfce-mcs-manager/trunk/po/ca.po, xfce-mcs-manager/trunk/po/cs.po, xfce-mcs-manager/trunk/po/de.po, xfce-mcs-manager/trunk/po/el.po, xfce-mcs-manager/trunk/po/en_GB.po, xfce-mcs-manager/trunk/po/eo.po, xfce-mcs-manager/trunk/po/es.po, xfce-mcs-manager/trunk/po/es_MX.po, xfce-mcs-manager/trunk/po/et.po, xfce-mcs-manager/trunk/po/eu.po, xfce-mcs-manager/trunk/po/fa.po, xfce-mcs-manager/trunk/po/fi.po, xfce-mcs-manager/trunk/po/fr.po, xfce-mcs-manager/trunk/po/gu.po, xfce-mcs-manager/trunk/po/he.po, xfce-mcs-manager/trunk/po/hi.po, xfce-mcs-manager/trunk/po/hu.po, xfce-mcs-manager/trunk/po/it.po, xfce-mcs-manager/trunk/po/ja.po, xfce-mcs-manager/trunk/po/ko.po, xfce-mcs-manager/trunk/po/lt.po, xfce-mcs-manager/trunk/po/mr.po, xfce-mcs-manager/trunk/po/ms.po, xfce-mcs-manager/trunk/po/nb_NO.po, xfce-mcs-manager/trunk/po/nl.po, xfce-mcs-manager/trunk/po/pa.po, xfce-mcs-manager/trunk/po/pl.po, xfce-mcs-manager/trunk/po/pt_BR.po, xfce-mcs-manager/trunk/po/pt_PT.po, xfce-mcs-manager/trunk/po/ro.po, xfce-mcs-manager/trunk/po/ru.po, xfce-mcs-manager/trunk/po/sk.po, xfce-mcs-manager/trunk/po/sv.po, xfce-mcs-manager/trunk/po/ta.po, xfce-mcs-manager/trunk/po/tr.po, xfce-mcs-manager/trunk/po/uk.po, xfce-mcs-manager/trunk/po/vi.po, xfce-mcs-manager/trunk/po/zh_CN.po, xfce-mcs-manager/trunk/po/zh_TW.po, xfce-mcs-plugins/trunk/po/ar.po, xfce-mcs-plugins/trunk/po/az.po, xfce-mcs-plugins/trunk/po/be.po, xfce-mcs-plugins/trunk/po/bg.po, xfce-mcs-plugins/trunk/po/bn_IN.po, xfce-mcs-plugins/trunk/po/ca.po, xfce-mcs-plugins/trunk/po/cs.po, xfce-mcs-plugins/trunk/po/de.po, xfce-mcs-plugins/trunk/po/el.po, xfce-mcs-plugins/trunk/po/en_GB.po, xfce-mcs-plugins/trunk/po/eo.po, xfce-mcs-plugins/trunk/po/es.po, xfce-mcs-plugins/trunk/po/es_MX.po, xfce-mcs-plugins/trunk/po/et.po, xfce-mcs-plugins/trunk/po/eu.po, xfce-mcs-plugins/trunk/po/fa.po, xfce-mcs-plugins/trunk/po/fi.po, xfce-mcs-plugins/trunk/po/fr.po, xfce-mcs-plugins/trunk/po/gu.po, xfce-mcs-plugins/trunk/po/he.po, xfce-mcs-plugins/trunk/po/hi.po, xfce-mcs-plugins/trunk/po/hu.po, xfce-mcs-plugins/trunk/po/it.po, xfce-mcs-plugins/trunk/po/ja.po, xfce-mcs-plugins/trunk/po/ko.po, xfce-mcs-plugins/trunk/po/lt.po, xfce-mcs-plugins/trunk/po/mr.po, xfce-mcs-plugins/trunk/po/ms.po, xfce-mcs-plugins/trunk/po/nl.po, xfce-mcs-plugins/trunk/po/pa.po, xfce-mcs-plugins/trunk/po/pl.po, xfce-mcs-plugins/trunk/po/pt_BR.po, xfce-mcs-plugins/trunk/po/pt_PT.po, xfce-mcs-plugins/trunk/po/ro.po, xfce-mcs-plugins/trunk/po/ru.po, xfce-mcs-plugins/trunk/po/sk.po, xfce-mcs-plugins/trunk/po/sv.po, xfce-mcs-plugins/trunk/po/ta.po, xfce-mcs-plugins/trunk/po/tr.po, xfce-mcs-plugins/trunk/po/uk.po, xfce-mcs-plugins/trunk/po/vi.po, xfce-mcs-plugins/trunk/po/zh_CN.po, xfce-mcs-plugins/trunk/po/zh_TW.po, xfce-utils/trunk/po/af.po, xfce-utils/trunk/po/ar.po, xfce-utils/trunk/po/az.po, xfce-utils/trunk/po/be.po, xfce-utils/trunk/po/bg.po, xfce-utils/trunk/po/bn_IN.po, xfce-utils/trunk/po/ca.po, xfce-utils/trunk/po/cs.po, xfce-utils/trunk/po/de.po, xfce-utils/trunk/po/el.po, xfce-utils/trunk/po/en_GB.po, xfce-utils/trunk/po/eo.po, xfce-utils/trunk/po/es.po, xfce-utils/trunk/po/es_MX.po, xfce-utils/trunk/po/et.po, xfce-utils/trunk/po/eu.po, xfce-utils/trunk/po/fa.po, xfce-utils/trunk/po/fi.po, xfce-utils/trunk/po/fr.po, xfce-utils/trunk/po/gu.po, xfce-utils/trunk/po/he.po, xfce-utils/trunk/po/hi.po, xfce-utils/trunk/po/hu.po, xfce-utils/trunk/po/hy.po, xfce-utils/trunk/po/it.po, xfce-utils/trunk/po/ja.po, xfce-utils/trunk/po/ko.po, xfce-utils/trunk/po/lt.po, xfce-utils/trunk/po/mr.po, xfce-utils/trunk/po/ms.po, xfce-utils/trunk/po/nl.po, xfce-utils/trunk/po/pa.po, xfce-utils/trunk/po/pl.po, xfce-utils/trunk/po/pt_BR.po, xfce-utils/trunk/po/pt_PT.po, xfce-utils/trunk/po/ro.po, xfce-utils/trunk/po/ru.po, xfce-utils/trunk/po/sk.po, xfce-utils/trunk/po/sv.po, xfce-utils/trunk/po/ta.po, xfce-utils/trunk/po/tr.po, xfce-utils/trunk/po/uk.po, xfce-utils/trunk/po/vi.po, xfce-utils/trunk/po/zh_CN.po, xfce-utils/trunk/po/zh_TW.po, xfce4-appfinder/trunk/po/ca.po, xfce4-appfinder/trunk/po/el.po, xfce4-appfinder/trunk/po/he.po, xfce4-appfinder/trunk/po/hu.po, xfce4-icon-theme/trunk/po/ca.po, xfce4-icon-theme/trunk/po/de.po, xfce4-icon-theme/trunk/po/el.po, xfce4-icon-theme/trunk/po/et.po, xfce4-icon-theme/trunk/po/fi.po, xfce4-icon-theme/trunk/po/he.po, xfce4-icon-theme/trunk/po/hu.po, xfce4-icon-theme/trunk/po/ja.po, xfce4-icon-theme/trunk/po/ko.po, xfce4-icon-theme/trunk/po/pl.po, xfce4-icon-theme/trunk/po/ru.po, xfce4-icon-theme/trunk/po/sk.po, xfce4-icon-theme/trunk/po/zh_CN.po, xfce4-icon-theme/trunk/po/zh_TW.po, xfce4-mailwatch-plugin/trunk/po/ca.po, xfce4-mailwatch-plugin/trunk/po/el.po, xfce4-mixer/trunk/po/ar.po, xfce4-mixer/trunk/po/az.po, xfce4-mixer/trunk/po/be.po, xfce4-mixer/trunk/po/bg.po, xfce4-mixer/trunk/po/bn_IN.po, xfce4-mixer/trunk/po/ca.po, xfce4-mixer/trunk/po/cs.po, xfce4-mixer/trunk/po/de.po, xfce4-mixer/trunk/po/el.po, xfce4-mixer/trunk/po/en_GB.po, xfce4-mixer/trunk/po/es.po, xfce4-mixer/trunk/po/es_MX.po, xfce4-mixer/trunk/po/et.po, xfce4-mixer/trunk/po/eu.po, xfce4-mixer/trunk/po/fa.po, xfce4-mixer/trunk/po/fi.po, xfce4-mixer/trunk/po/fr.po, xfce4-mixer/trunk/po/gu.po, xfce4-mixer/trunk/po/he.po, xfce4-mixer/trunk/po/hi.po, xfce4-mixer/trunk/po/hu.po, xfce4-mixer/trunk/po/hy.po, xfce4-mixer/trunk/po/it.po, xfce4-mixer/trunk/po/ja.po, xfce4-mixer/trunk/po/ko.po, xfce4-mixer/trunk/po/lt.po, xfce4-mixer/trunk/po/mr.po, xfce4-mixer/trunk/po/ms.po, xfce4-mixer/trunk/po/nb_NO.po, xfce4-mixer/trunk/po/nl.po, xfce4-mixer/trunk/po/pa.po, xfce4-mixer/trunk/po/pl.po, xfce4-mixer/trunk/po/pt_BR.po, xfce4-mixer/trunk/po/pt_PT.po, xfce4-mixer/trunk/po/ro.po, xfce4-mixer/trunk/po/ru.po, xfce4-mixer/trunk/po/sk.po, xfce4-mixer/trunk/po/sv.po, xfce4-mixer/trunk/po/ta.po, xfce4-mixer/trunk/po/tr.po, xfce4-mixer/trunk/po/uk.po, xfce4-mixer/trunk/po/vi.po, xfce4-mixer/trunk/po/zh_CN.po, xfce4-mixer/trunk/po/zh_TW.po, po/ar.po, po/az.po, po/be.po, po/bg.po, po/bn_IN.po, po/ca.po, po/cs.po, po/de.po, po/el.po, po/en_GB.po, po/eo.po, po/es.po, po/es_MX.po, po/et.po, po/eu.po, po/fa.po, po/fi.po, po/fr.po, po/gu.po, po/he.po, po/hi.po, po/hu.po, po/hy.po, po/it.po, po/ja.po, po/ko.po, po/lt.po, po/mr.po, po/ms.po, po/nb_NO.po, po/nl.po, po/pa.po, po/pl.po, po/pt_BR.po, po/pt_PT.po, po/ro.po, po/ru.po, po/sk.po, po/sv.po, po/ta.po, po/tr.po, po/uk.po, po/vi.po, po/zh_CN.po, po/zh_TW.po, xfce4-session/trunk/po/ar.po, xfce4-session/trunk/po/az.po, xfce4-session/trunk/po/be.po, xfce4-session/trunk/po/bn_IN.po, xfce4-session/trunk/po/ca.po, xfce4-session/trunk/po/cs.po, xfce4-session/trunk/po/de.po, xfce4-session/trunk/po/el.po, xfce4-session/trunk/po/en_GB.po, xfce4-session/trunk/po/eo.po, xfce4-session/trunk/po/es.po, xfce4-session/trunk/po/es_MX.po, xfce4-session/trunk/po/et.po, xfce4-session/trunk/po/eu.po, xfce4-session/trunk/po/fa.po, xfce4-session/trunk/po/fi.po, xfce4-session/trunk/po/fr.po, xfce4-session/trunk/po/gu.po, xfce4-session/trunk/po/he.po, xfce4-session/trunk/po/hi.po, xfce4-session/trunk/po/hu.po, xfce4-session/trunk/po/it.po, xfce4-session/trunk/po/ja.po, xfce4-session/trunk/po/ko.po, xfce4-session/trunk/po/lt.po, xfce4-session/trunk/po/mr.po, xfce4-session/trunk/po/ms.po, xfce4-session/trunk/po/nb_NO.po, xfce4-session/trunk/po/nl.po, xfce4-session/trunk/po/pa.po, xfce4-session/trunk/po/pl.po, xfce4-session/trunk/po/pt_BR.po, xfce4-session/trunk/po/pt_PT.po, xfce4-session/trunk/po/ro.po, xfce4-session/trunk/po/ru.po, xfce4-session/trunk/po/sk.po, xfce4-session/trunk/po/sv.po, xfce4-session/trunk/po/ta.po, xfce4-session/trunk/po/tr.po, xfce4-session/trunk/po/uk.po, xfce4-session/trunk/po/vi.po, xfce4-session/trunk/po/zh_CN.po, xfce4-session/trunk/po/zh_TW.po, xfce4-trigger-launcher/trunk/po/ar.po, xfce4-trigger-launcher/trunk/po/az.po, xfce4-trigger-launcher/trunk/po/be.po, xfce4-trigger-launcher/trunk/po/bg.po, xfce4-trigger-launcher/trunk/po/bn_IN.po, xfce4-trigger-launcher/trunk/po/ca.po, xfce4-trigger-launcher/trunk/po/cs.po, xfce4-trigger-launcher/trunk/po/de.po, xfce4-trigger-launcher/trunk/po/el.po, xfce4-trigger-launcher/trunk/po/en_GB.po, xfce4-trigger-launcher/trunk/po/eo.po, xfce4-trigger-launcher/trunk/po/es.po, xfce4-trigger-launcher/trunk/po/es_MX.po, xfce4-trigger-launcher/trunk/po/et.po, xfce4-trigger-launcher/trunk/po/eu.po, xfce4-trigger-launcher/trunk/po/fa.po, xfce4-trigger-launcher/trunk/po/fi.po, xfce4-trigger-launcher/trunk/po/fr.po, xfce4-trigger-launcher/trunk/po/gu.po, xfce4-trigger-launcher/trunk/po/he.po, xfce4-trigger-launcher/trunk/po/hi.po, xfce4-trigger-launcher/trunk/po/hu.po, xfce4-trigger-launcher/trunk/po/it.po, xfce4-trigger-launcher/trunk/po/ja.po, xfce4-trigger-launcher/trunk/po/ko.po, xfce4-trigger-launcher/trunk/po/lt.po, xfce4-trigger-launcher/trunk/po/mr.po, xfce4-trigger-launcher/trunk/po/ms.po, xfce4-trigger-launcher/trunk/po/nl.po, xfce4-trigger-launcher/trunk/po/pa.po, xfce4-trigger-launcher/trunk/po/pl.po, xfce4-trigger-launcher/trunk/po/pt_BR.po, xfce4-trigger-launcher/trunk/po/pt_PT.po, xfce4-trigger-launcher/trunk/po/ro.po, xfce4-trigger-launcher/trunk/po/ru.po, xfce4-trigger-launcher/trunk/po/sk.po, xfce4-trigger-launcher/trunk/po/sv.po, xfce4-trigger-launcher/trunk/po/ta.po, xfce4-trigger-launcher/trunk/po/tr.po, xfce4-trigger-launcher/trunk/po/uk.po, xfce4-trigger-launcher/trunk/po/vi.po, xfce4-trigger-launcher/trunk/po/zh_CN.po, xfce4-trigger-launcher/trunk/po/zh_TW.po, xfdesktop/trunk/po/ar.po, xfdesktop/trunk/po/az.po, xfdesktop/trunk/po/be.po, xfdesktop/trunk/po/bg.po, xfdesktop/trunk/po/bn_IN.po, xfdesktop/trunk/po/ca.po, xfdesktop/trunk/po/cs.po, xfdesktop/trunk/po/de.po, xfdesktop/trunk/po/el.po, xfdesktop/trunk/po/en_GB.po, xfdesktop/trunk/po/eo.po, xfdesktop/trunk/po/es.po, xfdesktop/trunk/po/es_MX.po, xfdesktop/trunk/po/et.po, xfdesktop/trunk/po/eu.po, xfdesktop/trunk/po/fa.po, xfdesktop/trunk/po/fi.po, xfdesktop/trunk/po/fr.po, xfdesktop/trunk/po/gu.po, xfdesktop/trunk/po/he.po, xfdesktop/trunk/po/hi.po, xfdesktop/trunk/po/hu.po, xfdesktop/trunk/po/hy.po, xfdesktop/trunk/po/it.po, xfdesktop/trunk/po/ja.po, xfdesktop/trunk/po/ko.po, xfdesktop/trunk/po/lt.po, xfdesktop/trunk/po/mr.po, xfdesktop/trunk/po/ms.po, xfdesktop/trunk/po/nb_NO.po, xfdesktop/trunk/po/nl.po, xfdesktop/trunk/po/pa.po, xfdesktop/trunk/po/pl.po, xfdesktop/trunk/po/pt_BR.po, xfdesktop/trunk/po/pt_PT.po, xfdesktop/trunk/po/ro.po, xfdesktop/trunk/po/ru.po, xfdesktop/trunk/po/sk.po, xfdesktop/trunk/po/sv.po, xfdesktop/trunk/po/ta.po, xfdesktop/trunk/po/tr.po, xfdesktop/trunk/po/uk.po, xfdesktop/trunk/po/vi.po, xfdesktop/trunk/po/zh_CN.po, xfdesktop/trunk/po/zh_TW.po, xfmedia/trunk/po/ca.po, xfprint/trunk/po/ar.po, xfprint/trunk/po/az.po, xfprint/trunk/po/be.po, xfprint/trunk/po/bg.po, xfprint/trunk/po/bn_IN.po, xfprint/trunk/po/ca.po, xfprint/trunk/po/cs.po, xfprint/trunk/po/de.po, xfprint/trunk/po/el.po, xfprint/trunk/po/en_GB.po, xfprint/trunk/po/es.po, xfprint/trunk/po/es_MX.po, xfprint/trunk/po/et.po, xfprint/trunk/po/eu.po, xfprint/trunk/po/fa.po, xfprint/trunk/po/fi.po, xfprint/trunk/po/fr.po, xfprint/trunk/po/gu.po, xfprint/trunk/po/he.po, xfprint/trunk/po/hi.po, xfprint/trunk/po/hu.po, xfprint/trunk/po/it.po, xfprint/trunk/po/ja.po, xfprint/trunk/po/ko.po, xfprint/trunk/po/lt.po, xfprint/trunk/po/mr.po, xfprint/trunk/po/ms.po, xfprint/trunk/po/nl.po, xfprint/trunk/po/pa.po, xfprint/trunk/po/pl.po, xfprint/trunk/po/pt_BR.po, xfprint/trunk/po/pt_PT.po, xfprint/trunk/po/ro.po, xfprint/trunk/po/ru.po, xfprint/trunk/po/sk.po, xfprint/trunk/po/sv.po, xfprint/trunk/po/ta.po, xfprint/trunk/po/tr.po, xfprint/trunk/po/uk.po, xfprint/trunk/po/vi.po, xfprint/trunk/po/zh_CN.po, xfprint/trunk/po/zh_TW.po, xfwm4/trunk/po/ar.po, xfwm4/trunk/po/az.po, xfwm4/trunk/po/be.po, xfwm4/trunk/po/bg.po, xfwm4/trunk/po/bn_IN.po, xfwm4/trunk/po/ca.po, xfwm4/trunk/po/cs.po, xfwm4/trunk/po/de.po, xfwm4/trunk/po/el.po, xfwm4/trunk/po/en_GB.po, xfwm4/trunk/po/eo.po, xfwm4/trunk/po/es.po, xfwm4/trunk/po/es_MX.po, xfwm4/trunk/po/et.po, xfwm4/trunk/po/eu.po, xfwm4/trunk/po/fa.po, xfwm4/trunk/po/fi.po, xfwm4/trunk/po/fr.po, xfwm4/trunk/po/gu.po, xfwm4/trunk/po/he.po, xfwm4/trunk/po/hi.po, xfwm4/trunk/po/hu.po, xfwm4/trunk/po/it.po, xfwm4/trunk/po/ja.po, xfwm4/trunk/po/ko.po, xfwm4/trunk/po/lt.po, xfwm4/trunk/po/mr.po, xfwm4/trunk/po/ms.po, xfwm4/trunk/po/nb_NO.po, xfwm4/trunk/po/nl.po, xfwm4/trunk/po/pa.po, xfwm4/trunk/po/pl.po, xfwm4/trunk/po/pt_BR.po, xfwm4/trunk/po/pt_PT.po, xfwm4/trunk/po/ro.po, xfwm4/trunk/po/ru.po, xfwm4/trunk/po/sk.po, xfwm4/trunk/po/sv.po, xfwm4/trunk/po/ta.po, xfwm4/trunk/po/tr.po, xfwm4/trunk/po/uk.po, xfwm4/trunk/po/vi.po, xfwm4/trunk/po/zh_CN.po, xfwm4/trunk/po/zh_TW.po: Bump, etc. 2006-04-15 03:03 daichi * terminal/trunk/po/ChangeLog, terminal/trunk/po/ru.po, thunar/trunk/po/ChangeLog, thunar/trunk/po/ru.po, xfburn/trunk/po/ru.po, xfce4-appfinder/trunk/po/ru.po, po/ru.po, xfce4-session/trunk/po/ru.po, xfmedia/trunk/po/ru.po, xfprint/trunk/po/ru.po, xfwm4/trunk/po/ru.po: Updated Russian translations by Andrey Fedoseev . 2006-04-15 02:12 daichi * libxfcegui4/trunk/po/ko.po, mousepad/trunk/configure.ac, mousepad/trunk/po/ChangeLog, mousepad/trunk/po/ko.po, xfce-mcs-plugins/trunk/po/ko.po, xfce-utils/trunk/po/ko.po, xfce4-mixer/trunk/po/ko.po, po/ko.po, xfce4-session/trunk/po/ko.po, xfce4-trigger-launcher/trunk/po/ko.po, xfdesktop/trunk/po/ko.po, xfprint/trunk/po/ko.po: Added/Updated Korean translations by ByungHyun Choi . 2006-04-13 20:53 jasper * config/Makefile.am, config/launcher-10.rc, config/launcher-7.rc, config/launcher-8.rc, config/launcher-9.rc, config/panels.xml, configure.ac, panel/panel-app.c, panel/panel-properties.c: * Change default configuration, mostly as an example of how to get real content on the default panel. This needs to be improved and eventually translated. * Update version number to 4.3.90.1 2006-04-13 10:35 sas * thunar/trunk/po/hu.po, xfcalendar/trunk/po/hu.po, xfce4-appfinder/trunk/po/hu.po, xfce4-icon-theme/trunk/po/hu.po, po/hu.po: hu: calendar, appfinder, icon-theme & panel updates 2006-04-11 20:41 olivier * plugins/launcher/launcher.c: Fix a potential memory corruption issue. 2006-04-09 02:22 daichi * po/fi.po, xfdesktop/trunk/po/fi.po: Updated Finnish translations by Jari Rahkonen . 2006-04-09 02:16 daichi * po/ar.po, po/az.po, po/be.po, po/bg.po, po/bn_IN.po, po/ca.po, po/cs.po, po/de.po, po/el.po, po/en_GB.po, po/eo.po, po/es.po, po/es_MX.po, po/et.po, po/eu.po, po/fa.po, po/fi.po, po/fr.po, po/gu.po, po/he.po, po/hi.po, po/hu.po, po/hy.po, po/it.po, po/ja.po, po/ko.po, po/lt.po, po/mr.po, po/ms.po, po/nb_NO.po, po/nl.po, po/pa.po, po/pl.po, po/pt_BR.po, po/pt_PT.po, po/ro.po, po/ru.po, po/sk.po, po/sv.po, po/ta.po, po/tr.po, po/uk.po, po/vi.po, po/xfce4-panel.pot, po/zh_CN.po, po/zh_TW.po, xfdesktop/trunk/po/ar.po, xfdesktop/trunk/po/az.po, xfdesktop/trunk/po/be.po, xfdesktop/trunk/po/bg.po, xfdesktop/trunk/po/bn_IN.po, xfdesktop/trunk/po/ca.po, xfdesktop/trunk/po/cs.po, xfdesktop/trunk/po/de.po, xfdesktop/trunk/po/el.po, xfdesktop/trunk/po/en_GB.po, xfdesktop/trunk/po/eo.po, xfdesktop/trunk/po/es.po, xfdesktop/trunk/po/es_MX.po, xfdesktop/trunk/po/et.po, xfdesktop/trunk/po/eu.po, xfdesktop/trunk/po/fa.po, xfdesktop/trunk/po/fi.po, xfdesktop/trunk/po/fr.po, xfdesktop/trunk/po/gu.po, xfdesktop/trunk/po/he.po, xfdesktop/trunk/po/hi.po, xfdesktop/trunk/po/hu.po, xfdesktop/trunk/po/hy.po, xfdesktop/trunk/po/it.po, xfdesktop/trunk/po/ja.po, xfdesktop/trunk/po/ko.po, xfdesktop/trunk/po/lt.po, xfdesktop/trunk/po/mr.po, xfdesktop/trunk/po/ms.po, xfdesktop/trunk/po/nb_NO.po, xfdesktop/trunk/po/nl.po, xfdesktop/trunk/po/pa.po, xfdesktop/trunk/po/pl.po, xfdesktop/trunk/po/pt_BR.po, xfdesktop/trunk/po/pt_PT.po, xfdesktop/trunk/po/ro.po, xfdesktop/trunk/po/ru.po, xfdesktop/trunk/po/sk.po, xfdesktop/trunk/po/sv.po, xfdesktop/trunk/po/ta.po, xfdesktop/trunk/po/tr.po, xfdesktop/trunk/po/uk.po, xfdesktop/trunk/po/vi.po, xfdesktop/trunk/po/xfdesktop.pot, xfdesktop/trunk/po/zh_CN.po, xfdesktop/trunk/po/zh_TW.po: Updated. 2006-04-02 16:35 jasper * plugins/launcher/launcher-dialog.c: Fill in comment field and try to download icons for 0install applications. Patch by Thomas Leonard. 2006-04-01 03:37 stavrosg * libxfcegui4/trunk/po/el.po, mousepad/trunk/po/el.po, terminal/trunk/po/el.po, xfcalendar/trunk/po/el.po, xfce-mcs-manager/trunk/po/el.po, xfce-mcs-plugins/trunk/po/el.po, xfce-utils/trunk/po/el.po, xfce4-appfinder/trunk/po/el.po, xfce4-icon-theme/trunk/po/el.po, xfce4-mailwatch-plugin/trunk/po/el.po, xfce4-mixer/trunk/po/el.po, po/el.po, xfce4-session/trunk/po/el.po, xfce4-trigger-launcher/trunk/po/el.po, xfdesktop/trunk/po/el.po, xfprint/trunk/po/el.po, xfwm4/trunk/po/el.po: Greek translations update & polish by Stathis Kamperis 2006-03-30 13:41 daichi * xfcalendar/trunk/po/vi.po, xfce-mcs-plugins/trunk/po/vi.po, xfce-utils/trunk/po/vi.po, xfce4-mixer/trunk/po/vi.po, po/vi.po, xfce4-session/trunk/po/vi.po, xfdesktop/trunk/po/vi.po, xffm/trunk/xfdiff/po/vi.po, xfprint/trunk/po/vi.po, xfwm4/trunk/po/vi.po: Updated Vietnamese translations by Phan Vinh Thinh . 2006-03-27 14:34 daichi * libexo/trunk/po/ChangeLog, libexo/trunk/po/ru.po, thunar/trunk/po/ChangeLog, thunar/trunk/po/ru.po, xfburn/trunk/po/ru.po, xfcalendar/trunk/po/ru.po, xfce-mcs-manager/trunk/po/ru.po, xfce-mcs-plugins/trunk/po/ru.po, xfce-utils/trunk/po/ru.po, xfce4-mailwatch-plugin/trunk/po/ru.po, xfce4-mixer/trunk/po/ru.po, po/ru.po, xfdesktop/trunk/po/ru.po, xffm/trunk/fgr/configure.ac, xffm/trunk/fgr/po/ru.po, xffm/trunk/libxffm/configure.ac, xffm/trunk/libxffm/po/ru.po, xffm/trunk/plugins/xfapps/configure.ac, xffm/trunk/plugins/xfapps/po/ru.po, xffm/trunk/plugins/xfbook/configure.ac, xffm/trunk/plugins/xfbook/po/ru.po, xffm/trunk/plugins/xffstab/configure.ac, xffm/trunk/plugins/xffstab/po/ru.po, xffm/trunk/plugins/xflocate/configure.ac, xffm/trunk/plugins/xflocate/po/ru.po, xffm/trunk/plugins/xfproc/configure.ac, xffm/trunk/plugins/xfproc/po/ru.po, xffm/trunk/plugins/xfrecent/configure.ac, xffm/trunk/plugins/xfrecent/po/ru.po, xffm/trunk/plugins/xfsamba/po/ru.po, xffm/trunk/plugins/xftrash/configure.ac, xffm/trunk/plugins/xftrash/po/ru.po, xffm/trunk/scramble/configure.ac, xffm/trunk/scramble/po/ru.po, xffm/trunk/xfdiff/configure.ac, xffm/trunk/xfdiff/po/ru.po, xffm/trunk/xffm-gui/po/ru.po, xffm/trunk/xfmime-edit/configure.ac, xffm/trunk/xfmime-edit/po/ru.po, xfmedia/trunk/po/ru.po, xfprint/trunk/po/ru.po, xfwm4/trunk/po/ru.po: Added/Updated Russian translations by Andrey Fedoseev and Sergey Fedoseev . 2006-03-27 14:27 daichi * po/ar.po, po/az.po, po/be.po, po/bg.po, po/bn_IN.po, po/ca.po, po/cs.po, po/de.po, po/el.po, po/en_GB.po, po/eo.po, po/es.po, po/es_MX.po, po/et.po, po/eu.po, po/fa.po, po/fi.po, po/fr.po, po/gu.po, po/he.po, po/hi.po, po/hu.po, po/hy.po, po/it.po, po/ja.po, po/ko.po, po/lt.po, po/mr.po, po/ms.po, po/nb_NO.po, po/nl.po, po/pa.po, po/pl.po, po/pt_BR.po, po/pt_PT.po, po/ro.po, po/ru.po, po/sk.po, po/sv.po, po/ta.po, po/tr.po, po/uk.po, po/vi.po, po/xfce4-panel.pot, po/zh_CN.po, po/zh_TW.po: Updated. 2006-03-23 20:05 jasper * panel/panel-item-manager.c: Silly mistake. Don't stop scanning for plugins after first non-desktop file, just skip it (bug #1600). 2006-03-21 20:00 jasper * libxfce4panel/Makefile.am: Cygwin fix by Stephan Arts. 2006-03-21 19:50 jasper * panel/panel-app.c, panel/panel.c: Fix race condition on exit. Based on patch by Adriano Winter Bess. 2006-03-19 16:21 jasper * panel/main.c, panel/panel-app.c, panel/panel-app.h: Change startup timer to use access trick by Frederico Menu Quintero to get nice graphical output: http://primates.ximian.com/~federico/news-2006-03.html#09 . 2006-03-19 15:37 daichi * xfcalendar/trunk/po/pl.po, xfce-mcs-plugins/trunk/po/pl.po, xfce-utils/trunk/po/pl.po, xfce4-mixer/trunk/po/pl.po, po/pl.po, xfce4-session/trunk/po/pl.po: Updated Polish translations by Piotr Malinski . 2006-03-19 02:01 daichi * thunar/trunk/po/ChangeLog, thunar/trunk/po/ja.po, po/ja.po, xfdesktop/trunk/po/ja.po, xfwm4/trunk/po/ja.po: Updated Japanese translations. 2006-03-18 19:21 paurullan * po/ca.po, xfce4-session/trunk/po/ca.po: [i18n] catalan little fixes 2006-03-18 19:00 paurullan * libexo/trunk/po/ca.po, xfce-mcs-manager/trunk/po/ca.po, xfce-mcs-plugins/trunk/po/ca.po, xfce-utils/trunk/po/ca.po, po/ca.po, xfce4-session/trunk/po/ca.po, xfprint/trunk/po/ca.po: [i18n] catalan little of work on trunk 2006-03-18 18:32 jasper * plugins/pager/pager.c: Just use the value from the rc file for number of rows, without a check. 2006-03-18 09:24 daichi * po/ar.po, po/az.po, po/be.po, po/bg.po, po/bn_IN.po, po/ca.po, po/cs.po, po/de.po, po/el.po, po/en_GB.po, po/eo.po, po/es.po, po/es_MX.po, po/et.po, po/eu.po, po/fa.po, po/fi.po, po/fr.po, po/gu.po, po/he.po, po/hi.po, po/hu.po, po/hy.po, po/it.po, po/ja.po, po/ko.po, po/lt.po, po/mr.po, po/ms.po, po/nb_NO.po, po/nl.po, po/pa.po, po/pl.po, po/pt_BR.po, po/pt_PT.po, po/ro.po, po/ru.po, po/sk.po, po/sv.po, po/ta.po, po/tr.po, po/uk.po, po/vi.po, po/xfce4-panel.pot, po/zh_CN.po, po/zh_TW.po, xfmedia/trunk/po/de.po, xfmedia/trunk/po/es.po, xfmedia/trunk/po/eu.po, xfmedia/trunk/po/fi.po, xfmedia/trunk/po/fr.po, xfmedia/trunk/po/gu.po, xfmedia/trunk/po/hu.po, xfmedia/trunk/po/it.po, xfmedia/trunk/po/ja.po, xfmedia/trunk/po/lt.po, xfmedia/trunk/po/pl.po, xfmedia/trunk/po/pt_BR.po, xfmedia/trunk/po/ru.po, xfmedia/trunk/po/sk.po, xfmedia/trunk/po/vi.po, xfmedia/trunk/po/xfmedia.pot, xfmedia/trunk/po/zh_CN.po, xfmedia/trunk/po/zh_TW.po: Updated. 2006-03-18 09:15 daichi * libexo/trunk/po/ChangeLog, libexo/trunk/po/LINGUAS, libexo/trunk/po/ru.po, libxfcegui4/trunk/po/ru.po, mousepad/trunk/po/ChangeLog, mousepad/trunk/po/ru.po, terminal/trunk/po/ChangeLog, terminal/trunk/po/ru.po, thunar/trunk/po/ChangeLog, thunar/trunk/po/ru.po, xfburn/trunk/configure.ac, xfburn/trunk/po/ru.po, xfcalendar/trunk/po/ru.po, xfce-mcs-manager/trunk/po/ru.po, xfce-mcs-plugins/trunk/po/ru.po, xfce-utils/trunk/po/ru.po, xfce4-appfinder/trunk/po/ru.po, xfce4-icon-theme/trunk/configure.ac, xfce4-icon-theme/trunk/po/ru.po, xfce4-mailwatch-plugin/trunk/configure.ac, xfce4-mailwatch-plugin/trunk/po/ru.po, xfce4-mixer/trunk/po/ru.po, po/ru.po, xfce4-session/trunk/po/ru.po, xfdesktop/trunk/po/ru.po, xfmedia/trunk/po/ru.po, xfprint/trunk/po/ru.po, xfwm4/trunk/po/ru.po: Added/Updated Russian translations by Andrey Fedoseev , Sergey Fedoseev . 2006-03-15 19:53 jasper * panel/panel-properties.c: Set struts after unsetting autohide option. 2006-03-14 19:10 jasper * panel/panel-properties.c: Fix problems with changing orientation that are caused by previous positioning changes. 2006-03-14 17:27 hydonsingore * po/ChangeLog, po/zh_TW.po: Update traditional Chinese translations for panel 2006-03-13 20:35 jasper * panel/panel-app.c, panel/panel-config.c, panel/panel-properties.c: Improve initial positioning in attempt to fix bug #1480. 2006-03-12 20:50 jasper * po/POTFILES.in: Apperently there can be problems with last empty line. Suggested by Jani Monoses. 2006-03-12 19:51 gnu_sylvain * po/eo.po: Completed update of Esperanto translations for xfce4-panel. 2006-03-12 14:50 gnu_sylvain * po/eo.po: Esperanto translations: updated fuzzy strings. 2006-03-12 10:37 jasper * panel/panel-app.c, panel/panel-properties.c, panel/panel-properties.h: * only initialize signals once. This should also fix bug #1490. * Fix remaining uses of full_width as boolean instead of enum. 2006-03-12 09:04 jasper * libxfce4panel/xfce-panel-plugin-iface.h, libxfce4panel/xfce-panel-plugin.h, panel/panel-item-manager.c, panel/panel-item-manager.h, panel/panel.c, plugins/iconbox/iconbox.c, plugins/launcher/launcher.c, plugins/pager/pager.c, plugins/systray/systray.c, plugins/tasklist/tasklist.c: * Update plugins to not wait for realize signal, because plugin construction is now delayed until after this signal * Add API to allow extra check before plugin creation and update systray to use it (bug #1482). Not sure if it will work properly for external plugins. 2006-03-11 20:54 jasper * libxfce4panel/xfce-panel-internal-plugin.c: Delay construction of internal plugin until 'realize' signal. 2006-03-11 19:50 jasper * panel/panel-app.c, panel/panel-app.h, panel/panel-config.c, panel/panel.c: Revert setting of DISPLAY variable, to avoid memory leaks. Thanks to Benedikt for the explanation. 2006-03-11 19:26 jasper * panel/panel-properties.c: Fix panel struts (bug #1550). 2006-03-11 19:12 jasper * panel/panel-app.c, panel/panel-app.h, panel/panel-config.c, panel/panel.c: Try to improve multihead behavior by setting DISPLAY variable at several strategic places in the code. 2006-03-11 16:28 jasper * panel/panel-item-manager.c: Oops, committed too much. 2006-03-11 15:59 jasper * panel/panel-dialogs.c, panel/panel-item-manager.c, panel/panel-properties.c, panel/panel.c: Use gtk_widget_reparent instead of remove/insert. Prevents problems with external plugins (bug #1532). 2006-03-11 11:09 jasper * plugins/actions/actions.c: Oops, small mixup of icons. Patch by Jani Monoses. 2006-03-11 11:03 jasper * plugins/launcher/launcher-dialog.c, plugins/launcher/launcher.c, plugins/launcher/launcher.h: Add support for files dragged from mozilla and for 0install. Patch from Thomas Leonard. Very cool stuff. 2006-03-11 10:14 jasper * panel/panel-config.c: Fix crash when last item of a panel is removed (bug #1529) 2006-03-06 20:36 piarres * po/ChangeLog, po/eu.po: Basque translation update 2006-03-04 12:14 daichi * po/ja.po, xfdesktop/trunk/po/ja.po: Updated Japanese translations. 2006-03-04 11:10 daichi * libxfcegui4/trunk/po/be.po, libxfcegui4/trunk/po/bn_IN.po, libxfcegui4/trunk/po/ca.po, libxfcegui4/trunk/po/cs.po, libxfcegui4/trunk/po/de.po, libxfcegui4/trunk/po/el.po, libxfcegui4/trunk/po/en_GB.po, libxfcegui4/trunk/po/eo.po, libxfcegui4/trunk/po/es.po, libxfcegui4/trunk/po/et.po, libxfcegui4/trunk/po/eu.po, libxfcegui4/trunk/po/fa.po, libxfcegui4/trunk/po/fi.po, libxfcegui4/trunk/po/fr.po, libxfcegui4/trunk/po/gu.po, libxfcegui4/trunk/po/he.po, libxfcegui4/trunk/po/hy.po, libxfcegui4/trunk/po/it.po, libxfcegui4/trunk/po/ja.po, libxfcegui4/trunk/po/ko.po, libxfcegui4/trunk/po/libxfcegui4.pot, libxfcegui4/trunk/po/lt.po, libxfcegui4/trunk/po/mr.po, libxfcegui4/trunk/po/nl.po, libxfcegui4/trunk/po/pa.po, libxfcegui4/trunk/po/pl.po, libxfcegui4/trunk/po/pt_BR.po, libxfcegui4/trunk/po/ro.po, libxfcegui4/trunk/po/ru.po, libxfcegui4/trunk/po/sk.po, libxfcegui4/trunk/po/sv.po, libxfcegui4/trunk/po/ta.po, libxfcegui4/trunk/po/uk.po, libxfcegui4/trunk/po/zh_CN.po, libxfcegui4/trunk/po/zh_TW.po, terminal/trunk/po/ca.po, terminal/trunk/po/de.po, terminal/trunk/po/el.po, terminal/trunk/po/en_GB.po, terminal/trunk/po/es.po, terminal/trunk/po/eu.po, terminal/trunk/po/fi.po, terminal/trunk/po/fr.po, terminal/trunk/po/he.po, terminal/trunk/po/hu.po, terminal/trunk/po/it.po, terminal/trunk/po/ja.po, terminal/trunk/po/ko.po, terminal/trunk/po/nl.po, terminal/trunk/po/pt_BR.po, terminal/trunk/po/ru.po, terminal/trunk/po/sk.po, terminal/trunk/po/vi.po, terminal/trunk/po/zh_CN.po, terminal/trunk/po/zh_TW.po, xfcalendar/trunk/po/ar.po, xfcalendar/trunk/po/az.po, xfcalendar/trunk/po/be.po, xfcalendar/trunk/po/bg.po, xfcalendar/trunk/po/bn_IN.po, xfcalendar/trunk/po/ca.po, xfcalendar/trunk/po/cs.po, xfcalendar/trunk/po/de.po, xfcalendar/trunk/po/el.po, xfcalendar/trunk/po/en_GB.po, xfcalendar/trunk/po/eo.po, xfcalendar/trunk/po/es.po, xfcalendar/trunk/po/et.po, xfcalendar/trunk/po/eu.po, xfcalendar/trunk/po/fa.po, xfcalendar/trunk/po/fi.po, xfcalendar/trunk/po/fr.po, xfcalendar/trunk/po/gu.po, xfcalendar/trunk/po/he.po, xfcalendar/trunk/po/hi.po, xfcalendar/trunk/po/hy.po, xfcalendar/trunk/po/it.po, xfcalendar/trunk/po/ja.po, xfcalendar/trunk/po/ko.po, xfcalendar/trunk/po/lt.po, xfcalendar/trunk/po/mr.po, xfcalendar/trunk/po/ms.po, xfcalendar/trunk/po/nb_NO.po, xfcalendar/trunk/po/nl.po, xfcalendar/trunk/po/orage.pot, xfcalendar/trunk/po/pa.po, xfcalendar/trunk/po/pl.po, xfcalendar/trunk/po/pt_BR.po, xfcalendar/trunk/po/pt_PT.po, xfcalendar/trunk/po/ro.po, xfcalendar/trunk/po/ru.po, xfcalendar/trunk/po/sk.po, xfcalendar/trunk/po/sv.po, xfcalendar/trunk/po/ta.po, xfcalendar/trunk/po/tr.po, xfcalendar/trunk/po/uk.po, xfcalendar/trunk/po/vi.po, xfcalendar/trunk/po/zh_CN.po, xfcalendar/trunk/po/zh_TW.po, xfce-mcs-manager/trunk/po/ar.po, xfce-mcs-manager/trunk/po/az.po, xfce-mcs-manager/trunk/po/be.po, xfce-mcs-manager/trunk/po/bg.po, xfce-mcs-manager/trunk/po/bn_IN.po, xfce-mcs-manager/trunk/po/ca.po, xfce-mcs-manager/trunk/po/cs.po, xfce-mcs-manager/trunk/po/de.po, xfce-mcs-manager/trunk/po/el.po, xfce-mcs-manager/trunk/po/en_GB.po, xfce-mcs-manager/trunk/po/eo.po, xfce-mcs-manager/trunk/po/es.po, xfce-mcs-manager/trunk/po/es_MX.po, xfce-mcs-manager/trunk/po/et.po, xfce-mcs-manager/trunk/po/eu.po, xfce-mcs-manager/trunk/po/fa.po, xfce-mcs-manager/trunk/po/fi.po, xfce-mcs-manager/trunk/po/fr.po, xfce-mcs-manager/trunk/po/gu.po, xfce-mcs-manager/trunk/po/he.po, xfce-mcs-manager/trunk/po/hi.po, xfce-mcs-manager/trunk/po/hu.po, xfce-mcs-manager/trunk/po/it.po, xfce-mcs-manager/trunk/po/ja.po, xfce-mcs-manager/trunk/po/ko.po, xfce-mcs-manager/trunk/po/lt.po, xfce-mcs-manager/trunk/po/mr.po, xfce-mcs-manager/trunk/po/ms.po, xfce-mcs-manager/trunk/po/nb_NO.po, xfce-mcs-manager/trunk/po/nl.po, xfce-mcs-manager/trunk/po/pa.po, xfce-mcs-manager/trunk/po/pl.po, xfce-mcs-manager/trunk/po/pt_BR.po, xfce-mcs-manager/trunk/po/pt_PT.po, xfce-mcs-manager/trunk/po/ro.po, xfce-mcs-manager/trunk/po/ru.po, xfce-mcs-manager/trunk/po/sk.po, xfce-mcs-manager/trunk/po/sv.po, xfce-mcs-manager/trunk/po/ta.po, xfce-mcs-manager/trunk/po/tr.po, xfce-mcs-manager/trunk/po/uk.po, xfce-mcs-manager/trunk/po/vi.po, xfce-mcs-manager/trunk/po/xfce-mcs-manager.pot, xfce-mcs-manager/trunk/po/zh_CN.po, xfce-mcs-manager/trunk/po/zh_TW.po, xfce-mcs-plugins/trunk/po/ar.po, xfce-mcs-plugins/trunk/po/az.po, xfce-mcs-plugins/trunk/po/be.po, xfce-mcs-plugins/trunk/po/bg.po, xfce-mcs-plugins/trunk/po/bn_IN.po, xfce-mcs-plugins/trunk/po/ca.po, xfce-mcs-plugins/trunk/po/cs.po, xfce-mcs-plugins/trunk/po/de.po, xfce-mcs-plugins/trunk/po/el.po, xfce-mcs-plugins/trunk/po/en_GB.po, xfce-mcs-plugins/trunk/po/eo.po, xfce-mcs-plugins/trunk/po/es.po, xfce-mcs-plugins/trunk/po/es_MX.po, xfce-mcs-plugins/trunk/po/et.po, xfce-mcs-plugins/trunk/po/eu.po, xfce-mcs-plugins/trunk/po/fa.po, xfce-mcs-plugins/trunk/po/fi.po, xfce-mcs-plugins/trunk/po/fr.po, xfce-mcs-plugins/trunk/po/gu.po, xfce-mcs-plugins/trunk/po/he.po, xfce-mcs-plugins/trunk/po/hi.po, xfce-mcs-plugins/trunk/po/hu.po, xfce-mcs-plugins/trunk/po/it.po, xfce-mcs-plugins/trunk/po/ja.po, xfce-mcs-plugins/trunk/po/ko.po, xfce-mcs-plugins/trunk/po/lt.po, xfce-mcs-plugins/trunk/po/mr.po, xfce-mcs-plugins/trunk/po/ms.po, xfce-mcs-plugins/trunk/po/nl.po, xfce-mcs-plugins/trunk/po/pa.po, xfce-mcs-plugins/trunk/po/pl.po, xfce-mcs-plugins/trunk/po/pt_BR.po, xfce-mcs-plugins/trunk/po/pt_PT.po, xfce-mcs-plugins/trunk/po/ro.po, xfce-mcs-plugins/trunk/po/ru.po, xfce-mcs-plugins/trunk/po/sk.po, xfce-mcs-plugins/trunk/po/sv.po, xfce-mcs-plugins/trunk/po/ta.po, xfce-mcs-plugins/trunk/po/tr.po, xfce-mcs-plugins/trunk/po/uk.po, xfce-mcs-plugins/trunk/po/vi.po, xfce-mcs-plugins/trunk/po/xfce-mcs-plugins.pot, xfce-mcs-plugins/trunk/po/zh_CN.po, xfce-mcs-plugins/trunk/po/zh_TW.po, xfce-utils/trunk/po/af.po, xfce-utils/trunk/po/ar.po, xfce-utils/trunk/po/az.po, xfce-utils/trunk/po/be.po, xfce-utils/trunk/po/bg.po, xfce-utils/trunk/po/bn_IN.po, xfce-utils/trunk/po/ca.po, xfce-utils/trunk/po/cs.po, xfce-utils/trunk/po/de.po, xfce-utils/trunk/po/el.po, xfce-utils/trunk/po/en_GB.po, xfce-utils/trunk/po/eo.po, xfce-utils/trunk/po/es.po, xfce-utils/trunk/po/es_MX.po, xfce-utils/trunk/po/et.po, xfce-utils/trunk/po/eu.po, xfce-utils/trunk/po/fa.po, xfce-utils/trunk/po/fi.po, xfce-utils/trunk/po/fr.po, xfce-utils/trunk/po/gu.po, xfce-utils/trunk/po/he.po, xfce-utils/trunk/po/hi.po, xfce-utils/trunk/po/hu.po, xfce-utils/trunk/po/hy.po, xfce-utils/trunk/po/it.po, xfce-utils/trunk/po/ko.po, xfce-utils/trunk/po/lt.po, xfce-utils/trunk/po/mr.po, xfce-utils/trunk/po/ms.po, xfce-utils/trunk/po/nl.po, xfce-utils/trunk/po/pa.po, xfce-utils/trunk/po/pl.po, xfce-utils/trunk/po/pt_BR.po, xfce-utils/trunk/po/pt_PT.po, xfce-utils/trunk/po/ro.po, xfce-utils/trunk/po/ru.po, xfce-utils/trunk/po/sv.po, xfce-utils/trunk/po/ta.po, xfce-utils/trunk/po/tr.po, xfce-utils/trunk/po/uk.po, xfce-utils/trunk/po/vi.po, xfce-utils/trunk/po/zh_CN.po, xfce-utils/trunk/po/zh_TW.po, xfce4-appfinder/trunk/po/et.po, xfce4-icon-theme/trunk/po/el.po, xfce4-icon-theme/trunk/po/et.po, xfce4-mixer/trunk/po/ar.po, xfce4-mixer/trunk/po/az.po, xfce4-mixer/trunk/po/be.po, xfce4-mixer/trunk/po/bg.po, xfce4-mixer/trunk/po/bn_IN.po, xfce4-mixer/trunk/po/ca.po, xfce4-mixer/trunk/po/cs.po, xfce4-mixer/trunk/po/de.po, xfce4-mixer/trunk/po/el.po, xfce4-mixer/trunk/po/en_GB.po, xfce4-mixer/trunk/po/es.po, xfce4-mixer/trunk/po/es_MX.po, xfce4-mixer/trunk/po/et.po, xfce4-mixer/trunk/po/eu.po, xfce4-mixer/trunk/po/fa.po, xfce4-mixer/trunk/po/fi.po, xfce4-mixer/trunk/po/fr.po, xfce4-mixer/trunk/po/gu.po, xfce4-mixer/trunk/po/he.po, xfce4-mixer/trunk/po/hi.po, xfce4-mixer/trunk/po/hu.po, xfce4-mixer/trunk/po/hy.po, xfce4-mixer/trunk/po/it.po, xfce4-mixer/trunk/po/ja.po, xfce4-mixer/trunk/po/ko.po, xfce4-mixer/trunk/po/lt.po, xfce4-mixer/trunk/po/mr.po, xfce4-mixer/trunk/po/ms.po, xfce4-mixer/trunk/po/nb_NO.po, xfce4-mixer/trunk/po/nl.po, xfce4-mixer/trunk/po/pa.po, xfce4-mixer/trunk/po/pl.po, xfce4-mixer/trunk/po/pt_BR.po, xfce4-mixer/trunk/po/pt_PT.po, xfce4-mixer/trunk/po/ro.po, xfce4-mixer/trunk/po/ru.po, xfce4-mixer/trunk/po/sk.po, xfce4-mixer/trunk/po/sv.po, xfce4-mixer/trunk/po/ta.po, xfce4-mixer/trunk/po/tr.po, xfce4-mixer/trunk/po/uk.po, xfce4-mixer/trunk/po/vi.po, xfce4-mixer/trunk/po/xfce4-mixer.pot, xfce4-mixer/trunk/po/zh_CN.po, xfce4-mixer/trunk/po/zh_TW.po, po/ar.po, po/az.po, po/be.po, po/bg.po, po/bn_IN.po, po/ca.po, po/cs.po, po/de.po, po/el.po, po/en_GB.po, po/eo.po, po/es.po, po/es_MX.po, po/et.po, po/eu.po, po/fa.po, po/fi.po, po/fr.po, po/gu.po, po/he.po, po/hi.po, po/hu.po, po/hy.po, po/it.po, po/ja.po, po/ko.po, po/lt.po, po/mr.po, po/ms.po, po/nb_NO.po, po/nl.po, po/pa.po, po/pl.po, po/pt_BR.po, po/pt_PT.po, po/ro.po, po/ru.po, po/sk.po, po/sv.po, po/ta.po, po/tr.po, po/uk.po, po/vi.po, po/xfce4-panel.pot, po/zh_CN.po, po/zh_TW.po, xfce4-session/trunk/po/et.po, xfdesktop/trunk/po/ar.po, xfdesktop/trunk/po/az.po, xfdesktop/trunk/po/be.po, xfdesktop/trunk/po/bg.po, xfdesktop/trunk/po/bn_IN.po, xfdesktop/trunk/po/ca.po, xfdesktop/trunk/po/cs.po, xfdesktop/trunk/po/de.po, xfdesktop/trunk/po/el.po, xfdesktop/trunk/po/en_GB.po, xfdesktop/trunk/po/eo.po, xfdesktop/trunk/po/es.po, xfdesktop/trunk/po/es_MX.po, xfdesktop/trunk/po/et.po, xfdesktop/trunk/po/eu.po, xfdesktop/trunk/po/fa.po, xfdesktop/trunk/po/fi.po, xfdesktop/trunk/po/fr.po, xfdesktop/trunk/po/gu.po, xfdesktop/trunk/po/he.po, xfdesktop/trunk/po/hi.po, xfdesktop/trunk/po/hu.po, xfdesktop/trunk/po/hy.po, xfdesktop/trunk/po/it.po, xfdesktop/trunk/po/ja.po, xfdesktop/trunk/po/ko.po, xfdesktop/trunk/po/lt.po, xfdesktop/trunk/po/mr.po, xfdesktop/trunk/po/ms.po, xfdesktop/trunk/po/nb_NO.po, xfdesktop/trunk/po/nl.po, xfdesktop/trunk/po/pa.po, xfdesktop/trunk/po/pl.po, xfdesktop/trunk/po/pt_BR.po, xfdesktop/trunk/po/pt_PT.po, xfdesktop/trunk/po/ro.po, xfdesktop/trunk/po/ru.po, xfdesktop/trunk/po/sk.po, xfdesktop/trunk/po/sv.po, xfdesktop/trunk/po/ta.po, xfdesktop/trunk/po/tr.po, xfdesktop/trunk/po/uk.po, xfdesktop/trunk/po/vi.po, xfdesktop/trunk/po/xfdesktop.pot, xfdesktop/trunk/po/zh_CN.po, xfdesktop/trunk/po/zh_TW.po, xffm/trunk/libxffm/po/af.po, xffm/trunk/libxffm/po/ar.po, xffm/trunk/libxffm/po/az.po, xffm/trunk/libxffm/po/bg.po, xffm/trunk/libxffm/po/bn_IN.po, xffm/trunk/libxffm/po/ca.po, xffm/trunk/libxffm/po/cs.po, xffm/trunk/libxffm/po/de.po, xffm/trunk/libxffm/po/en_CA.po, xffm/trunk/libxffm/po/en_GB.po, xffm/trunk/libxffm/po/es.po, xffm/trunk/libxffm/po/es_MX.po, xffm/trunk/libxffm/po/et.po, xffm/trunk/libxffm/po/eu.po, xffm/trunk/libxffm/po/fa.po, xffm/trunk/libxffm/po/fi.po, xffm/trunk/libxffm/po/fr.po, xffm/trunk/libxffm/po/gu.po, xffm/trunk/libxffm/po/he.po, xffm/trunk/libxffm/po/hi.po, xffm/trunk/libxffm/po/hu.po, xffm/trunk/libxffm/po/it.po, xffm/trunk/libxffm/po/ja.po, xffm/trunk/libxffm/po/ko.po, xffm/trunk/libxffm/po/libxffm.pot, xffm/trunk/libxffm/po/lt.po, xffm/trunk/libxffm/po/mr.po, xffm/trunk/libxffm/po/ms.po, xffm/trunk/libxffm/po/nb_NO.po, xffm/trunk/libxffm/po/nl.po, xffm/trunk/libxffm/po/pa.po, xffm/trunk/libxffm/po/pl.po, xffm/trunk/libxffm/po/pt_BR.po, xffm/trunk/libxffm/po/pt_PT.po, xffm/trunk/libxffm/po/sk.po, xffm/trunk/libxffm/po/sv.po, xffm/trunk/libxffm/po/ta.po, xffm/trunk/libxffm/po/tr.po, xffm/trunk/libxffm/po/uk.po, xffm/trunk/libxffm/po/vi.po, xffm/trunk/libxffm/po/zh_CN.po, xffm/trunk/libxffm/po/zh_TW.po, xffm/trunk/xffm/po/af.po, xffm/trunk/xffm/po/ar.po, xffm/trunk/xffm/po/az.po, xffm/trunk/xffm/po/bg.po, xffm/trunk/xffm/po/bn_IN.po, xffm/trunk/xffm/po/ca.po, xffm/trunk/xffm/po/cs.po, xffm/trunk/xffm/po/cy.po, xffm/trunk/xffm/po/da.po, xffm/trunk/xffm/po/de.po, xffm/trunk/xffm/po/en_CA.po, xffm/trunk/xffm/po/en_GB.po, xffm/trunk/xffm/po/es.po, xffm/trunk/xffm/po/es_MX.po, xffm/trunk/xffm/po/et.po, xffm/trunk/xffm/po/eu.po, xffm/trunk/xffm/po/fa.po, xffm/trunk/xffm/po/fi.po, xffm/trunk/xffm/po/fr.po, xffm/trunk/xffm/po/gu.po, xffm/trunk/xffm/po/he.po, xffm/trunk/xffm/po/hi.po, xffm/trunk/xffm/po/hr.po, xffm/trunk/xffm/po/hu.po, xffm/trunk/xffm/po/id.po, xffm/trunk/xffm/po/is.po, xffm/trunk/xffm/po/it.po, xffm/trunk/xffm/po/ja.po, xffm/trunk/xffm/po/ko.po, xffm/trunk/xffm/po/li.po, xffm/trunk/xffm/po/lt.po, xffm/trunk/xffm/po/lv.po, xffm/trunk/xffm/po/mk.po, xffm/trunk/xffm/po/mr.po, xffm/trunk/xffm/po/ms.po, xffm/trunk/xffm/po/nb_NO.po, xffm/trunk/xffm/po/nl.po, xffm/trunk/xffm/po/nn.po, xffm/trunk/xffm/po/no.po, xffm/trunk/xffm/po/pa.po, xffm/trunk/xffm/po/pl.po, xffm/trunk/xffm/po/pt_BR.po, xffm/trunk/xffm/po/pt_PT.po, xffm/trunk/xffm/po/ro.po, xffm/trunk/xffm/po/ru.po, xffm/trunk/xffm/po/sk.po, xffm/trunk/xffm/po/sl.po, xffm/trunk/xffm/po/sq.po, xffm/trunk/xffm/po/sr@Latn.po, xffm/trunk/xffm/po/sv.po, xffm/trunk/xffm/po/ta.po, xffm/trunk/xffm/po/th.po, xffm/trunk/xffm/po/tr.po, xffm/trunk/xffm/po/uk.po, xffm/trunk/xffm/po/vi.po, xffm/trunk/xffm/po/wa.po, xffm/trunk/xffm/po/xffm.pot, xffm/trunk/xffm/po/zh_CN.po, xffm/trunk/xffm/po/zh_TW.po, xfprint/trunk/po/ar.po, xfprint/trunk/po/az.po, xfprint/trunk/po/be.po, xfprint/trunk/po/bg.po, xfprint/trunk/po/bn_IN.po, xfprint/trunk/po/ca.po, xfprint/trunk/po/cs.po, xfprint/trunk/po/de.po, xfprint/trunk/po/el.po, xfprint/trunk/po/en_GB.po, xfprint/trunk/po/es.po, xfprint/trunk/po/es_MX.po, xfprint/trunk/po/et.po, xfprint/trunk/po/eu.po, xfprint/trunk/po/fa.po, xfprint/trunk/po/fi.po, xfprint/trunk/po/fr.po, xfprint/trunk/po/gu.po, xfprint/trunk/po/he.po, xfprint/trunk/po/hi.po, xfprint/trunk/po/hu.po, xfprint/trunk/po/it.po, xfprint/trunk/po/ja.po, xfprint/trunk/po/ko.po, xfprint/trunk/po/lt.po, xfprint/trunk/po/mr.po, xfprint/trunk/po/ms.po, xfprint/trunk/po/nl.po, xfprint/trunk/po/pa.po, xfprint/trunk/po/pl.po, xfprint/trunk/po/pt_BR.po, xfprint/trunk/po/pt_PT.po, xfprint/trunk/po/ro.po, xfprint/trunk/po/ru.po, xfprint/trunk/po/sk.po, xfprint/trunk/po/sv.po, xfprint/trunk/po/ta.po, xfprint/trunk/po/tr.po, xfprint/trunk/po/uk.po, xfprint/trunk/po/vi.po, xfprint/trunk/po/zh_CN.po, xfprint/trunk/po/zh_TW.po, xfwm4/trunk/po/ar.po, xfwm4/trunk/po/az.po, xfwm4/trunk/po/be.po, xfwm4/trunk/po/bg.po, xfwm4/trunk/po/bn_IN.po, xfwm4/trunk/po/ca.po, xfwm4/trunk/po/cs.po, xfwm4/trunk/po/de.po, xfwm4/trunk/po/el.po, xfwm4/trunk/po/en_GB.po, xfwm4/trunk/po/eo.po, xfwm4/trunk/po/es.po, xfwm4/trunk/po/es_MX.po, xfwm4/trunk/po/et.po, xfwm4/trunk/po/eu.po, xfwm4/trunk/po/fa.po, xfwm4/trunk/po/fi.po, xfwm4/trunk/po/fr.po, xfwm4/trunk/po/gu.po, xfwm4/trunk/po/he.po, xfwm4/trunk/po/hi.po, xfwm4/trunk/po/hu.po, xfwm4/trunk/po/it.po, xfwm4/trunk/po/ja.po, xfwm4/trunk/po/ko.po, xfwm4/trunk/po/lt.po, xfwm4/trunk/po/mr.po, xfwm4/trunk/po/ms.po, xfwm4/trunk/po/nb_NO.po, xfwm4/trunk/po/nl.po, xfwm4/trunk/po/pa.po, xfwm4/trunk/po/pl.po, xfwm4/trunk/po/pt_BR.po, xfwm4/trunk/po/pt_PT.po, xfwm4/trunk/po/ro.po, xfwm4/trunk/po/ru.po, xfwm4/trunk/po/sk.po, xfwm4/trunk/po/sv.po, xfwm4/trunk/po/ta.po, xfwm4/trunk/po/tr.po, xfwm4/trunk/po/uk.po, xfwm4/trunk/po/vi.po, xfwm4/trunk/po/xfwm4.pot, xfwm4/trunk/po/zh_CN.po, xfwm4/trunk/po/zh_TW.po: Updated. 2006-03-02 13:03 daichi * libxfcegui4/trunk/po/et.po, xfcalendar/trunk/po/et.po, xfce-mcs-manager/trunk/po/et.po, xfce-mcs-plugins/trunk/po/et.po, xfce-utils/trunk/po/et.po, xfce4-appfinder/trunk/po/et.po, xfce4-icon-theme/trunk/configure.ac, xfce4-icon-theme/trunk/po/et.po, xfce4-mixer/trunk/po/et.po, po/et.po, xfce4-session/trunk/po/et.po, xfprint/trunk/po/et.po: Added/Updated Estonian translations by Peeter Vois . 2006-02-27 21:38 jasper * plugins/launcher/launcher.c: Parse command into separate arguments in addition to adding dropped files as argument (#1517). 2006-02-27 21:02 jasper * plugins/systray/systray.c: Change systray sizing. Maybe prevent race condition in icon-docked handler. 2006-02-27 20:57 jasper * plugins/launcher/launcher.c: Remove invalid g_free(). This fixes a possible crash. 2006-02-26 21:30 jasper * plugins/actions/actions.c: No comment. Orientation fix. Again. 2006-02-26 21:20 jasper * plugins/actions/actions.c: Why fix in one try when you can do it in two? 2006-02-26 21:16 jasper * plugins/actions/actions.c: Used wrong orientation for hvbox. 2006-02-26 21:09 jasper * plugins/actions/actions.c, plugins/launcher/launcher.c, plugins/launcher/launcher.h, plugins/showdesktop/showdesktop.c: Properly disconnect signals in free_data callback, to prevent problems when widgets are destroyed (Also fixes #1505). 2006-02-26 19:39 jasper * libxfce4panel/xfce-hvbox.c, libxfce4panel/xfce-hvbox.h: Twice in the same weekend I forget to add files. Damn. 2006-02-26 17:30 jasper * configure.ac, docs/API/html/XfceArrowButton.html, docs/API/html/XfceExternalPanelPlugin.html, docs/API/html/XfceHVBox.html, docs/API/html/XfceInternalPanelPlugin.html, docs/API/html/XfceItembar.html, docs/API/html/XfcePanelPlugin.html, docs/API/html/XfcePanelWindow.html, docs/API/html/ch01.html, docs/API/html/index.html, docs/API/html/index.sgml, docs/API/html/libxfce4panel-Convenience-Functions.html, docs/API/html/libxfce4panel-Standard-Enumerations.html, docs/API/html/libxfce4panel-Writing-Plugins.html, docs/API/html/libxfce4panel.devhelp, docs/API/libxfce4panel-decl-list.txt, docs/API/libxfce4panel-decl.txt, docs/API/libxfce4panel-docs.sgml, docs/API/libxfce4panel-sections.txt, docs/API/libxfce4panel-undocumented.txt, docs/API/libxfce4panel.types, docs/API/tmpl/xfce-hvbox.sgml, docs/API/tmpl/xfce-panel-convenience.sgml, docs/API/xml/libxfce4panel-doc.bottom, docs/API/xml/object_index.sgml, docs/API/xml/tree_index.sgml, docs/API/xml/xfce-hvbox.xml, docs/API/xml/xfce-panel-convenience.xml, libxfce4panel/Makefile.am, libxfce4panel/xfce-panel-convenience.c, plugins/launcher/launcher.c, plugins/showdesktop/showdesktop.c, plugins/systray/systray.c: * Add XfceHVBox widget, which is a cute hack to have a box with configurable orientation (suggestion by Jani Monoses). * Make launcher and systray use the new widget * Make showdesktop plugin use xfce_create_panel_toggle_button() * Update library version number, soname and documentation 2006-02-26 15:08 daichi * po/ja.po, xfwm4/trunk/po/ja.po: Updated Japanese translations. 2006-02-26 11:57 paurullan * po/ca.po: [i18n] catalan translation xfce4-panel 2006-02-26 11:17 jasper * panel/panel.c: Fix xfce_panel_plugin_register_menu problem (#1476) and fix an unrelated crash in the process. 2006-02-26 10:12 jasper * panel/panel-app.h, plugins/actions/actions.c, plugins/launcher/launcher.c: Try naming spec icons for action buttons as well 2006-02-26 08:59 jasper * configure.ac: Bump library version and soname after API addition. 2006-02-26 07:57 jasper * libxfce4panel/xfce-panel-convenience.c, libxfce4panel/xfce-panel-convenience.h: Oops, forgot to add these. 2006-02-25 22:33 jasper * docs/API/html/XfceArrowButton.html, docs/API/html/XfceExternalPanelPlugin.html, docs/API/html/XfceInternalPanelPlugin.html, docs/API/html/XfceItembar.html, docs/API/html/XfcePanelPlugin.html, docs/API/html/XfcePanelWindow.html, docs/API/html/ch01.html, docs/API/html/index.html, docs/API/html/index.sgml, docs/API/html/libxfce4panel-Convenience-Functions.html, docs/API/html/libxfce4panel-Standard-Enumerations.html, docs/API/html/libxfce4panel-Writing-Plugins.html, docs/API/html/libxfce4panel.devhelp, docs/API/libxfce4panel-decl-list.txt, docs/API/libxfce4panel-decl.txt, docs/API/libxfce4panel-docs.sgml, docs/API/libxfce4panel-sections.txt, docs/API/libxfce4panel-undocumented.txt, docs/API/tmpl/xfce-panel-convenience.sgml, docs/API/xml/libxfce4panel-doc.bottom, docs/API/xml/xfce-panel-convenience.xml, libxfce4panel/Makefile.am, libxfce4panel/xfce-arrow-button.c, libxfce4panel/xfce-arrow-button.h, libxfce4panel/xfce-itembar.c, libxfce4panel/xfce-itembar.h, libxfce4panel/xfce-panel-external-item.c, libxfce4panel/xfce-panel-external-item.h, libxfce4panel/xfce-panel-external-plugin.c, libxfce4panel/xfce-panel-external-plugin.h, libxfce4panel/xfce-panel-internal-plugin.c, libxfce4panel/xfce-panel-internal-plugin.h, libxfce4panel/xfce-panel-item-iface.c, libxfce4panel/xfce-panel-item-iface.h, libxfce4panel/xfce-panel-plugin-iface.c, libxfce4panel/xfce-panel-plugin-messages.c, libxfce4panel/xfce-panel-window.c, libxfce4panel/xfce-panel-window.h, panel/panel-app-messages.h, panel/panel-app.c, panel/panel-app.h, panel/panel-config.c, panel/panel-config.h, panel/panel-dialogs.h, panel/panel-dnd.h, panel/panel-item-manager.c, panel/panel-private.h, panel/panel.c, panel/panel.h, plugins/actions/actions.c, plugins/iconbox/iconbox.c, plugins/launcher/launcher-dialog.c, plugins/launcher/launcher.c, plugins/launcher/launcher.h, plugins/separator/separator.c, plugins/separator/separator.desktop.in.in, plugins/showdesktop/showdesktop.c, plugins/systray/systray.c, plugins/tasklist/tasklist.c, plugins/windowlist/windowlist.c, po/ar.po, po/az.po, po/be.po, po/bg.po, po/bn_IN.po, po/ca.po, po/cs.po, po/de.po, po/el.po, po/en_GB.po, po/eo.po, po/es.po, po/es_MX.po, po/et.po, po/eu.po, po/fa.po, po/fi.po, po/fr.po, po/gu.po, po/he.po, po/hi.po, po/hu.po, po/hy.po, po/it.po, po/ja.po, po/ko.po, po/lt.po, po/mr.po, po/ms.po, po/nb_NO.po, po/nl.po, po/pa.po, po/pl.po, po/pt_BR.po, po/pt_PT.po, po/ro.po, po/ru.po, po/sk.po, po/sv.po, po/ta.po, po/tr.po, po/uk.po, po/vi.po, po/zh_CN.po, po/zh_TW.po: Lots of general code layout cleanup and a few fixes: * Add convenience functions to libxfce4panel to create 'panel buttons' with GTK_RELIEF_NONE and minimal padding. * Use GtkImage instead of XfceScaledImage * Try and make icons bigger by using panel buttons with minimal padding * React to icon theme changes. * Update API docs and translations 2006-02-25 16:19 stavrosg * po/el.po: Updated Greek translation 2006-02-25 06:56 daichi * libexo/trunk/po/ChangeLog, libexo/trunk/po/ja.po, terminal/trunk/po/ChangeLog, terminal/trunk/po/ja.po, thunar/trunk/po/ChangeLog, thunar/trunk/po/ja.po, po/ja.po: Updated Japanese translations. 2006-02-25 02:20 daichi * libexo/trunk/po/ChangeLog, libexo/trunk/po/fi.po, thunar/trunk/po/ChangeLog, thunar/trunk/po/fi.po, po/fi.po: Added/Updated Finnish translations by Jari Rahkonen . 2006-02-25 02:07 daichi * thunar/trunk/po/ChangeLog, thunar/trunk/po/Thunar.pot, thunar/trunk/po/ca.po, thunar/trunk/po/de.po, thunar/trunk/po/el.po, thunar/trunk/po/es.po, thunar/trunk/po/eu.po, thunar/trunk/po/fr.po, thunar/trunk/po/hu.po, thunar/trunk/po/it.po, thunar/trunk/po/ja.po, thunar/trunk/po/nl.po, thunar/trunk/po/pl.po, thunar/trunk/po/pt_BR.po, thunar/trunk/po/ru.po, thunar/trunk/po/sv.po, po/ar.po, po/az.po, po/be.po, po/bg.po, po/bn_IN.po, po/ca.po, po/cs.po, po/de.po, po/el.po, po/en_GB.po, po/eo.po, po/es.po, po/es_MX.po, po/et.po, po/eu.po, po/fa.po, po/fi.po, po/fr.po, po/gu.po, po/he.po, po/hi.po, po/hu.po, po/hy.po, po/it.po, po/ja.po, po/ko.po, po/lt.po, po/mr.po, po/ms.po, po/nb_NO.po, po/nl.po, po/pa.po, po/pl.po, po/pt_BR.po, po/pt_PT.po, po/ro.po, po/ru.po, po/sk.po, po/sv.po, po/ta.po, po/tr.po, po/uk.po, po/vi.po, po/xfce4-panel.pot, po/zh_CN.po, po/zh_TW.po: Updated. Discarded obsolete translations. 2006-02-24 12:41 daichi * po/fi.po, xfdesktop/trunk/po/fi.po, xfwm4/trunk/po/fi.po: Updated Finnish translations by Jari Rahkonen . 2006-02-21 13:20 daichi * libxfcegui4/trunk/po/sk.po, terminal/trunk/configure.in.in, terminal/trunk/po/ChangeLog, terminal/trunk/po/sk.po, xfce-mcs-manager/trunk/po/sk.po, xfce-mcs-plugins/trunk/po/sk.po, xfce-utils/trunk/po/sk.po, xfce4-appfinder/trunk/configure.ac, xfce4-appfinder/trunk/po/sk.po, xfce4-icon-theme/trunk/configure.ac, xfce4-icon-theme/trunk/po/sk.po, po/sk.po, xfce4-session/trunk/po/sk.po: Added/Updated Slovak translations by Roman Moravcik . 2006-02-19 21:01 jasper * libxfce4panel/xfce-panel-external-item.c, panel/panel-app-messages.c, panel/panel-app.c, panel/panel-app.h, panel/panel-config.c, panel/panel-dialogs.c, panel/panel-private.h, panel/panel-properties.c, panel/panel-properties.h, panel/panel.c, panel/panel.h, plugins/windowlist/windowlist.c: Several fixes and updates: * Some multihead fixes (patches by Brian). * Windowlist fixes, sync with xfdesktop (patch by Nick). * Add option to keep panel transparent on mouse-over (bug #1442). * Change panel properties dialog layout...again (based on suggestions from Nick). 2006-02-19 16:35 daichi * libexo/trunk/po/ChangeLog, libexo/trunk/po/de.po, xfce-mcs-manager/trunk/po/de.po, xfce-mcs-plugins/trunk/po/de.po, xfce4-mixer/trunk/po/de.po, po/de.po, xfdesktop/trunk/po/de.po, xfwm4/trunk/po/de.po: Updated German translations by Fabian Nowak . 2006-02-18 14:02 daichi * terminal/trunk/po/ChangeLog, terminal/trunk/po/ja.po, thunar/trunk/po/ChangeLog, thunar/trunk/po/ja.po, xfce-utils/trunk/po/ja.po, po/ja.po, xfdesktop/trunk/po/ja.po: Updated Japanese translations. 2006-02-18 13:43 daichi * libexo/trunk/po/ca.po, libxfcegui4/trunk/po/be.po, libxfcegui4/trunk/po/bn_IN.po, libxfcegui4/trunk/po/ca.po, libxfcegui4/trunk/po/cs.po, libxfcegui4/trunk/po/de.po, libxfcegui4/trunk/po/el.po, libxfcegui4/trunk/po/en_GB.po, libxfcegui4/trunk/po/eo.po, libxfcegui4/trunk/po/es.po, libxfcegui4/trunk/po/et.po, libxfcegui4/trunk/po/eu.po, libxfcegui4/trunk/po/fa.po, libxfcegui4/trunk/po/fi.po, libxfcegui4/trunk/po/fr.po, libxfcegui4/trunk/po/gu.po, libxfcegui4/trunk/po/he.po, libxfcegui4/trunk/po/hy.po, libxfcegui4/trunk/po/it.po, libxfcegui4/trunk/po/ja.po, libxfcegui4/trunk/po/ko.po, libxfcegui4/trunk/po/libxfcegui4.pot, libxfcegui4/trunk/po/lt.po, libxfcegui4/trunk/po/mr.po, libxfcegui4/trunk/po/nl.po, libxfcegui4/trunk/po/pa.po, libxfcegui4/trunk/po/pl.po, libxfcegui4/trunk/po/pt_BR.po, libxfcegui4/trunk/po/ro.po, libxfcegui4/trunk/po/ru.po, libxfcegui4/trunk/po/sk.po, libxfcegui4/trunk/po/sv.po, libxfcegui4/trunk/po/ta.po, libxfcegui4/trunk/po/uk.po, libxfcegui4/trunk/po/zh_CN.po, libxfcegui4/trunk/po/zh_TW.po, mousepad/trunk/po/ca.po, terminal/trunk/po/ChangeLog, terminal/trunk/po/Terminal.pot, terminal/trunk/po/ca.po, terminal/trunk/po/de.po, terminal/trunk/po/el.po, terminal/trunk/po/en_GB.po, terminal/trunk/po/es.po, terminal/trunk/po/eu.po, terminal/trunk/po/fi.po, terminal/trunk/po/fr.po, terminal/trunk/po/he.po, terminal/trunk/po/hu.po, terminal/trunk/po/it.po, terminal/trunk/po/ja.po, terminal/trunk/po/ko.po, terminal/trunk/po/nl.po, terminal/trunk/po/pt_BR.po, terminal/trunk/po/ru.po, terminal/trunk/po/vi.po, terminal/trunk/po/zh_CN.po, terminal/trunk/po/zh_TW.po, xfce-mcs-manager/trunk/po/he.po, xfce-mcs-manager/trunk/po/vi.po, xfce-mcs-manager/trunk/po/zh_CN.po, xfce-utils/trunk/po/af.po, xfce-utils/trunk/po/ar.po, xfce-utils/trunk/po/az.po, xfce-utils/trunk/po/be.po, xfce-utils/trunk/po/bg.po, xfce-utils/trunk/po/bn_IN.po, xfce-utils/trunk/po/ca.po, xfce-utils/trunk/po/cs.po, xfce-utils/trunk/po/de.po, xfce-utils/trunk/po/el.po, xfce-utils/trunk/po/en_GB.po, xfce-utils/trunk/po/eo.po, xfce-utils/trunk/po/es.po, xfce-utils/trunk/po/es_MX.po, xfce-utils/trunk/po/et.po, xfce-utils/trunk/po/eu.po, xfce-utils/trunk/po/fa.po, xfce-utils/trunk/po/fi.po, xfce-utils/trunk/po/fr.po, xfce-utils/trunk/po/gu.po, xfce-utils/trunk/po/he.po, xfce-utils/trunk/po/hi.po, xfce-utils/trunk/po/hu.po, xfce-utils/trunk/po/hy.po, xfce-utils/trunk/po/it.po, xfce-utils/trunk/po/ja.po, xfce-utils/trunk/po/ko.po, xfce-utils/trunk/po/lt.po, xfce-utils/trunk/po/mr.po, xfce-utils/trunk/po/ms.po, xfce-utils/trunk/po/nl.po, xfce-utils/trunk/po/pa.po, xfce-utils/trunk/po/pl.po, xfce-utils/trunk/po/pt_BR.po, xfce-utils/trunk/po/pt_PT.po, xfce-utils/trunk/po/ro.po, xfce-utils/trunk/po/ru.po, xfce-utils/trunk/po/sk.po, xfce-utils/trunk/po/sv.po, xfce-utils/trunk/po/ta.po, xfce-utils/trunk/po/tr.po, xfce-utils/trunk/po/uk.po, xfce-utils/trunk/po/vi.po, xfce-utils/trunk/po/xfce-utils.pot, xfce-utils/trunk/po/zh_CN.po, xfce-utils/trunk/po/zh_TW.po, xfce4-appfinder/trunk/po/fi.po, xfce4-appfinder/trunk/po/he.po, xfce4-appfinder/trunk/po/zh_CN.po, xfce4-icon-theme/trunk/po/POTFILES.in, xfce4-icon-theme/trunk/po/zh_CN.po, xfce4-mailwatch-plugin/trunk/po/ca.po, xfce4-mailwatch-plugin/trunk/po/de.po, xfce4-mailwatch-plugin/trunk/po/el.po, xfce4-mailwatch-plugin/trunk/po/eu.po, xfce4-mailwatch-plugin/trunk/po/fi.po, xfce4-mailwatch-plugin/trunk/po/fr.po, xfce4-mailwatch-plugin/trunk/po/gu.po, xfce4-mailwatch-plugin/trunk/po/ja.po, xfce4-mailwatch-plugin/trunk/po/pt_BR.po, xfce4-mailwatch-plugin/trunk/po/vi.po, xfce4-mailwatch-plugin/trunk/po/zh_TW.po, xfce4-mixer/trunk/po/he.po, xfce4-mixer/trunk/po/vi.po, xfce4-mixer/trunk/po/zh_CN.po, po/ChangeLog, po/ar.po, po/az.po, po/be.po, po/bg.po, po/bn_IN.po, po/ca.po, po/cs.po, po/de.po, po/el.po, po/en_GB.po, po/eo.po, po/es.po, po/es_MX.po, po/et.po, po/eu.po, po/fa.po, po/fi.po, po/fr.po, po/gu.po, po/he.po, po/hi.po, po/hu.po, po/hy.po, po/it.po, po/ja.po, po/ko.po, po/lt.po, po/mr.po, po/ms.po, po/nb_NO.po, po/nl.po, po/pa.po, po/pl.po, po/pt_BR.po, po/pt_PT.po, po/ro.po, po/ru.po, po/sk.po, po/sv.po, po/ta.po, po/tr.po, po/uk.po, po/vi.po, po/xfce4-panel.pot, po/zh_CN.po, po/zh_TW.po, xfce4-session/trunk/po/ca.po, xfce4-session/trunk/po/el.po, xfce4-session/trunk/po/fi.po, xfce4-session/trunk/po/he.po, xfce4-session/trunk/po/vi.po, xfce4-session/trunk/po/zh_CN.po, xfce4-toys/trunk/po/ca.po, xfce4-trigger-launcher/trunk/po/ca.po, xfce4-trigger-launcher/trunk/po/eu.po, xfce4-trigger-launcher/trunk/po/he.po, xfce4-trigger-launcher/trunk/po/pl.po, xfce4-trigger-launcher/trunk/po/vi.po, xfce4-trigger-launcher/trunk/po/zh_CN.po, xfdesktop/trunk/po/POTFILES.in, xfdesktop/trunk/po/ar.po, xfdesktop/trunk/po/az.po, xfdesktop/trunk/po/be.po, xfdesktop/trunk/po/bg.po, xfdesktop/trunk/po/bn_IN.po, xfdesktop/trunk/po/ca.po, xfdesktop/trunk/po/cs.po, xfdesktop/trunk/po/de.po, xfdesktop/trunk/po/el.po, xfdesktop/trunk/po/en_GB.po, xfdesktop/trunk/po/eo.po, xfdesktop/trunk/po/es.po, xfdesktop/trunk/po/es_MX.po, xfdesktop/trunk/po/et.po, xfdesktop/trunk/po/eu.po, xfdesktop/trunk/po/fa.po, xfdesktop/trunk/po/fi.po, xfdesktop/trunk/po/fr.po, xfdesktop/trunk/po/gu.po, xfdesktop/trunk/po/he.po, xfdesktop/trunk/po/hi.po, xfdesktop/trunk/po/hu.po, xfdesktop/trunk/po/hy.po, xfdesktop/trunk/po/it.po, xfdesktop/trunk/po/ja.po, xfdesktop/trunk/po/ko.po, xfdesktop/trunk/po/lt.po, xfdesktop/trunk/po/mr.po, xfdesktop/trunk/po/ms.po, xfdesktop/trunk/po/nb_NO.po, xfdesktop/trunk/po/nl.po, xfdesktop/trunk/po/pa.po, xfdesktop/trunk/po/pl.po, xfdesktop/trunk/po/pt_BR.po, xfdesktop/trunk/po/pt_PT.po, xfdesktop/trunk/po/ro.po, xfdesktop/trunk/po/ru.po, xfdesktop/trunk/po/sk.po, xfdesktop/trunk/po/sv.po, xfdesktop/trunk/po/ta.po, xfdesktop/trunk/po/tr.po, xfdesktop/trunk/po/uk.po, xfdesktop/trunk/po/vi.po, xfdesktop/trunk/po/xfdesktop.pot, xfdesktop/trunk/po/zh_CN.po, xfdesktop/trunk/po/zh_TW.po, xfmedia/trunk/po/eu.po, xfprint/trunk/po/eu.po, xfprint/trunk/po/he.po, xfprint/trunk/po/vi.po: Updated. 2006-02-16 21:39 paurullan * libexo/trunk/po/ca.po, po/ca.po, xfce4-session/trunk/po/ca.po, xfdesktop/trunk/po/ca.po: [i18n] catalan: little fixes of old strings (even that the translation is very fuzzy) 2006-02-16 16:31 pollux * libxfcegui4/trunk/po/zh_CN.po, xfcalendar/trunk/po/zh_CN.po, xfce-mcs-manager/trunk/po/zh_CN.po, xfce-mcs-plugins/trunk/po/zh_CN.po, xfce-utils/trunk/po/zh_CN.po, xfce4-appfinder/trunk/po/zh_CN.po, xfce4-icon-theme/trunk/configure.ac, xfce4-icon-theme/trunk/po/zh_CN.po, xfce4-mixer/trunk/po/zh_CN.po, po/zh_CN.po, xfce4-session/trunk/po/zh_CN.po, xfce4-trigger-launcher/trunk/po/zh_CN.po: updated zh_CN translations 2006-02-14 20:11 jasper * libxfce4panel/libxfce4panel-1.0.pc.in: Add localedir variable at the request of Adriano Winter Bess. 2006-02-13 12:28 pollux * xfcalendar/trunk/po/vi.po, xfce-mcs-manager/trunk/po/vi.po, xfce-mcs-plugins/trunk/po/vi.po, xfce-utils/trunk/po/vi.po, xfce-utils/trunk/xfce4-about/AUTHORS, xfce4-mixer/trunk/po/vi.po, po/vi.po, xfce4-session/trunk/po/vi.po, xfce4-trigger-launcher/trunk/po/vi.po, xfdesktop/trunk/po/vi.po, xffm/trunk/libxffm/po/vi.po, xffm/trunk/plugins/xfapps/po/vi.po, xffm/trunk/plugins/xfbook/po/vi.po, xffm/trunk/plugins/xffstab/po/vi.po, xffm/trunk/plugins/xflocate/po/vi.po, xffm/trunk/plugins/xfrecent/po/vi.po, xffm/trunk/plugins/xfsamba/po/vi.po, xffm/trunk/plugins/xftrash/po/vi.po, xffm/trunk/xfdiff/po/vi.po, xffm/trunk/xffm/po/vi.po, xfprint/trunk/po/vi.po, xfwm4/trunk/po/vi.po: updated VI translations 2006-02-12 14:48 jasper * libxfce4panel/xfce-panel-external-item.c, libxfce4panel/xfce-panel-external-plugin.c, libxfce4panel/xfce-panel-internal-plugin.c, libxfce4panel/xfce-panel-item-iface.c, libxfce4panel/xfce-panel-item-iface.h, libxfce4panel/xfce-panel-plugin-iface-private.h, libxfce4panel/xfce-panel-plugin-iface.c, libxfce4panel/xfce-panel-plugin-iface.h, libxfce4panel/xfce-panel-plugin-messages.h: Add API to focus a widget on the panel. 2006-02-12 12:29 daichi * po/fi.po, xfwm4/trunk/po/fi.po: Updated Finnish translations by Jari Rahkonen . 2006-02-11 21:17 jasper * libxfce4panel/xfce-panel-external-item.c, panel/main.c, panel/panel-app.c, panel/panel-app.h, panel/panel-config.c, panel/panel-dialogs.c, plugins/launcher/launcher.c, plugins/systray/systray.c, plugins/systray/systray.desktop.in.in, po/ar.po, po/az.po, po/be.po, po/bg.po, po/bn_IN.po, po/ca.po, po/cs.po, po/de.po, po/el.po, po/en_GB.po, po/eo.po, po/es.po, po/es_MX.po, po/et.po, po/eu.po, po/fa.po, po/fi.po, po/fr.po, po/gu.po, po/he.po, po/hi.po, po/hu.po, po/hy.po, po/it.po, po/ja.po, po/ko.po, po/lt.po, po/mr.po, po/ms.po, po/nb_NO.po, po/nl.po, po/pa.po, po/pl.po, po/pt_BR.po, po/pt_PT.po, po/ro.po, po/ru.po, po/sk.po, po/sv.po, po/ta.po, po/tr.po, po/uk.po, po/vi.po, po/xfce4-panel.pot, po/zh_CN.po, po/zh_TW.po: Several bug fixes: * Fix annoying gdk warning when newly added plugin has not yet been embedded * Add timer for debugging startup time (use -DTIMER to activate). Needs more timing points. * Fix some strings (patch by Jari Rakonen). * Update po files. 2006-02-05 17:53 yuvaltanny * libxfcegui4/trunk/po/he.po, terminal/trunk/po/he.po, xfcalendar/trunk/po/he.po, xfce-mcs-manager/trunk/po/he.po, xfce-mcs-plugins/trunk/po/he.po, xfce-utils/trunk/po/he.po, xfce4-appfinder/trunk/po/he.po, xfce4-icon-theme/trunk/po/he.po, xfce4-mixer/trunk/po/he.po, po/he.po, xfce4-session/trunk/po/he.po, xfce4-trigger-launcher/trunk/po/he.po, xfdesktop/trunk/po/he.po, xfprint/trunk/po/he.po, xfwm4/trunk/po/he.po: Update Hebrew translations 2006-02-05 16:26 jasper * panel/panel-app.c, panel/panel-app.h, panel/panel-properties.c: Account for xinerama layout when calculating struts. This is an attempt to fix bug #1316. 2006-02-05 00:10 stavrosg * xfcalendar/trunk/po/el.po, xfce-mcs-plugins/trunk/po/el.po, xfce4-mailwatch-plugin/trunk/po/el.po, po/el.po, xfce4-session/trunk/po/el.po, xfdesktop/trunk/po/el.po: Updated Greek translations 2006-02-04 02:50 daichi * libexo/trunk/po/ChangeLog, libexo/trunk/po/ja.po, thunar/trunk/po/ChangeLog, thunar/trunk/po/ja.po, po/ja.po: Updated Japanese translations. 2006-02-04 02:14 daichi * po/ar.po, po/az.po, po/be.po, po/bg.po, po/bn_IN.po, po/ca.po, po/cs.po, po/de.po, po/el.po, po/en_GB.po, po/eo.po, po/es.po, po/es_MX.po, po/et.po, po/eu.po, po/fa.po, po/fi.po, po/fr.po, po/gu.po, po/he.po, po/hi.po, po/hu.po, po/hy.po, po/it.po, po/ja.po, po/ko.po, po/lt.po, po/mr.po, po/ms.po, po/nb_NO.po, po/nl.po, po/pa.po, po/pl.po, po/pt_BR.po, po/pt_PT.po, po/ro.po, po/ru.po, po/sk.po, po/sv.po, po/ta.po, po/tr.po, po/uk.po, po/vi.po, po/zh_CN.po, po/zh_TW.po: Bump the version up. 2006-01-30 10:07 piarres * po/ChangeLog, po/eu.po: [I18n] Basque translation upgrade 2006-01-29 18:58 jasper * configure.ac, plugins/Makefile.am, plugins/showdesktop, plugins/showdesktop/Makefile.am, plugins/showdesktop/showdesktop.c, plugins/showdesktop/showdesktop.desktop.in.in, plugins/windowlist, plugins/windowlist/Makefile.am, plugins/windowlist/windowlist.c, plugins/windowlist/windowlist.desktop.in.in, po/POTFILES.in, po/ar.po, po/az.po, po/be.po, po/bg.po, po/bn_IN.po, po/ca.po, po/cs.po, po/de.po, po/el.po, po/en_GB.po, po/eo.po, po/es.po, po/es_MX.po, po/et.po, po/eu.po, po/fa.po, po/fi.po, po/fr.po, po/gu.po, po/he.po, po/hi.po, po/hu.po, po/hy.po, po/it.po, po/ja.po, po/ko.po, po/lt.po, po/mr.po, po/ms.po, po/nb_NO.po, po/nl.po, po/pa.po, po/pl.po, po/pt_BR.po, po/pt_PT.po, po/ro.po, po/ru.po, po/sk.po, po/sv.po, po/ta.po, po/tr.po, po/uk.po, po/vi.po, po/xfce4-panel.pot, po/zh_CN.po, po/zh_TW.po: Add windowlist and showdesktop plugins ported by Jani Monoses. 2006-01-29 12:29 jasper * libxfce4panel/xfce-panel-plugin-iface.c: Slight change in behavior: default size-changed handler sets both width and height, instead of just height. 2006-01-29 10:07 jasper * panel/panel-dnd.c: Try to fix crash when starting to move an item (#1347). 2006-01-29 07:21 daichi * libxfcegui4/trunk/po/ja.po, thunar/trunk/po/ChangeLog, thunar/trunk/po/ja.po, xfcalendar/trunk/po/ja.po, xfce-mcs-plugins/trunk/po/ja.po, xfce4-mailwatch-plugin/trunk/po/ja.po, po/ja.po, xfdesktop/trunk/po/ja.po, xfmedia/trunk/po/ja.po, xfwm4/trunk/po/ja.po: Updated Japanese translations. 2006-01-29 06:52 daichi * libexo/trunk/po/ChangeLog, libexo/trunk/po/ca.po, libexo/trunk/po/de.po, libexo/trunk/po/el.po, libexo/trunk/po/en_GB.po, libexo/trunk/po/es.po, libexo/trunk/po/fi.po, libexo/trunk/po/fr.po, libexo/trunk/po/ja.po, libexo/trunk/po/pt_BR.po, libxfcegui4/trunk/po/be.po, libxfcegui4/trunk/po/bn_IN.po, libxfcegui4/trunk/po/ca.po, libxfcegui4/trunk/po/cs.po, libxfcegui4/trunk/po/de.po, libxfcegui4/trunk/po/el.po, libxfcegui4/trunk/po/en_GB.po, libxfcegui4/trunk/po/eo.po, libxfcegui4/trunk/po/es.po, libxfcegui4/trunk/po/et.po, libxfcegui4/trunk/po/eu.po, libxfcegui4/trunk/po/fa.po, libxfcegui4/trunk/po/fi.po, libxfcegui4/trunk/po/fr.po, libxfcegui4/trunk/po/gu.po, libxfcegui4/trunk/po/he.po, libxfcegui4/trunk/po/hy.po, libxfcegui4/trunk/po/it.po, libxfcegui4/trunk/po/ja.po, libxfcegui4/trunk/po/ko.po, libxfcegui4/trunk/po/libxfcegui4.pot, libxfcegui4/trunk/po/lt.po, libxfcegui4/trunk/po/mr.po, libxfcegui4/trunk/po/nl.po, libxfcegui4/trunk/po/pa.po, libxfcegui4/trunk/po/pl.po, libxfcegui4/trunk/po/pt_BR.po, libxfcegui4/trunk/po/ro.po, libxfcegui4/trunk/po/ru.po, libxfcegui4/trunk/po/sk.po, libxfcegui4/trunk/po/sv.po, libxfcegui4/trunk/po/ta.po, libxfcegui4/trunk/po/uk.po, libxfcegui4/trunk/po/zh_CN.po, libxfcegui4/trunk/po/zh_TW.po, mousepad/trunk/po/ChangeLog, terminal/trunk/po/ChangeLog, terminal/trunk/po/ca.po, terminal/trunk/po/de.po, terminal/trunk/po/en_GB.po, terminal/trunk/po/es.po, terminal/trunk/po/eu.po, terminal/trunk/po/fi.po, terminal/trunk/po/fr.po, terminal/trunk/po/he.po, terminal/trunk/po/hu.po, terminal/trunk/po/it.po, terminal/trunk/po/ko.po, terminal/trunk/po/nl.po, terminal/trunk/po/pt_BR.po, terminal/trunk/po/ru.po, terminal/trunk/po/vi.po, terminal/trunk/po/zh_CN.po, terminal/trunk/po/zh_TW.po, thunar/trunk/po/ChangeLog, thunar/trunk/po/ca.po, thunar/trunk/po/de.po, thunar/trunk/po/el.po, thunar/trunk/po/es.po, thunar/trunk/po/fr.po, thunar/trunk/po/hu.po, thunar/trunk/po/it.po, thunar/trunk/po/ja.po, thunar/trunk/po/nl.po, thunar/trunk/po/pl.po, thunar/trunk/po/pt_BR.po, xfcalendar/trunk/po/ar.po, xfcalendar/trunk/po/az.po, xfcalendar/trunk/po/be.po, xfcalendar/trunk/po/bg.po, xfcalendar/trunk/po/bn_IN.po, xfcalendar/trunk/po/ca.po, xfcalendar/trunk/po/cs.po, xfcalendar/trunk/po/de.po, xfcalendar/trunk/po/el.po, xfcalendar/trunk/po/en_GB.po, xfcalendar/trunk/po/eo.po, xfcalendar/trunk/po/es.po, xfcalendar/trunk/po/et.po, xfcalendar/trunk/po/eu.po, xfcalendar/trunk/po/fa.po, xfcalendar/trunk/po/fi.po, xfcalendar/trunk/po/fr.po, xfcalendar/trunk/po/gu.po, xfcalendar/trunk/po/he.po, xfcalendar/trunk/po/hi.po, xfcalendar/trunk/po/hy.po, xfcalendar/trunk/po/it.po, xfcalendar/trunk/po/ja.po, xfcalendar/trunk/po/ko.po, xfcalendar/trunk/po/lt.po, xfcalendar/trunk/po/mr.po, xfcalendar/trunk/po/ms.po, xfcalendar/trunk/po/nb_NO.po, xfcalendar/trunk/po/nl.po, xfcalendar/trunk/po/orage.pot, xfcalendar/trunk/po/pa.po, xfcalendar/trunk/po/pl.po, xfcalendar/trunk/po/pt_BR.po, xfcalendar/trunk/po/pt_PT.po, xfcalendar/trunk/po/ro.po, xfcalendar/trunk/po/ru.po, xfcalendar/trunk/po/sk.po, xfcalendar/trunk/po/sv.po, xfcalendar/trunk/po/ta.po, xfcalendar/trunk/po/tr.po, xfcalendar/trunk/po/uk.po, xfcalendar/trunk/po/vi.po, xfcalendar/trunk/po/zh_CN.po, xfcalendar/trunk/po/zh_TW.po, xfce-mcs-manager/trunk/po/ca.po, xfce-mcs-plugins/trunk/po/ar.po, xfce-mcs-plugins/trunk/po/az.po, xfce-mcs-plugins/trunk/po/be.po, xfce-mcs-plugins/trunk/po/bg.po, xfce-mcs-plugins/trunk/po/bn_IN.po, xfce-mcs-plugins/trunk/po/ca.po, xfce-mcs-plugins/trunk/po/cs.po, xfce-mcs-plugins/trunk/po/de.po, xfce-mcs-plugins/trunk/po/el.po, xfce-mcs-plugins/trunk/po/en_GB.po, xfce-mcs-plugins/trunk/po/eo.po, xfce-mcs-plugins/trunk/po/es.po, xfce-mcs-plugins/trunk/po/es_MX.po, xfce-mcs-plugins/trunk/po/et.po, xfce-mcs-plugins/trunk/po/eu.po, xfce-mcs-plugins/trunk/po/fa.po, xfce-mcs-plugins/trunk/po/fi.po, xfce-mcs-plugins/trunk/po/fr.po, xfce-mcs-plugins/trunk/po/gu.po, xfce-mcs-plugins/trunk/po/he.po, xfce-mcs-plugins/trunk/po/hi.po, xfce-mcs-plugins/trunk/po/hu.po, xfce-mcs-plugins/trunk/po/it.po, xfce-mcs-plugins/trunk/po/ja.po, xfce-mcs-plugins/trunk/po/ko.po, xfce-mcs-plugins/trunk/po/lt.po, xfce-mcs-plugins/trunk/po/mr.po, xfce-mcs-plugins/trunk/po/ms.po, xfce-mcs-plugins/trunk/po/nl.po, xfce-mcs-plugins/trunk/po/pa.po, xfce-mcs-plugins/trunk/po/pl.po, xfce-mcs-plugins/trunk/po/pt_BR.po, xfce-mcs-plugins/trunk/po/pt_PT.po, xfce-mcs-plugins/trunk/po/ro.po, xfce-mcs-plugins/trunk/po/ru.po, xfce-mcs-plugins/trunk/po/sk.po, xfce-mcs-plugins/trunk/po/sv.po, xfce-mcs-plugins/trunk/po/ta.po, xfce-mcs-plugins/trunk/po/tr.po, xfce-mcs-plugins/trunk/po/uk.po, xfce-mcs-plugins/trunk/po/vi.po, xfce-mcs-plugins/trunk/po/xfce-mcs-plugins.pot, xfce-mcs-plugins/trunk/po/zh_CN.po, xfce-mcs-plugins/trunk/po/zh_TW.po, xfce-utils/trunk/po/ca.po, xfce4-appfinder/trunk/po/be.po, xfce4-appfinder/trunk/po/bn_IN.po, xfce4-appfinder/trunk/po/ca.po, xfce4-appfinder/trunk/po/cs.po, xfce4-appfinder/trunk/po/de.po, xfce4-appfinder/trunk/po/el.po, xfce4-appfinder/trunk/po/en_GB.po, xfce4-appfinder/trunk/po/es.po, xfce4-appfinder/trunk/po/es_MX.po, xfce4-appfinder/trunk/po/et.po, xfce4-appfinder/trunk/po/eu.po, xfce4-appfinder/trunk/po/fa.po, xfce4-appfinder/trunk/po/fi.po, xfce4-appfinder/trunk/po/fr.po, xfce4-appfinder/trunk/po/gu.po, xfce4-appfinder/trunk/po/he.po, xfce4-appfinder/trunk/po/hy.po, xfce4-appfinder/trunk/po/it.po, xfce4-appfinder/trunk/po/ja.po, xfce4-appfinder/trunk/po/ko.po, xfce4-appfinder/trunk/po/lt.po, xfce4-appfinder/trunk/po/mr.po, xfce4-appfinder/trunk/po/nl.po, xfce4-appfinder/trunk/po/pa.po, xfce4-appfinder/trunk/po/pl.po, xfce4-appfinder/trunk/po/pt_BR.po, xfce4-appfinder/trunk/po/pt_PT.po, xfce4-appfinder/trunk/po/ro.po, xfce4-appfinder/trunk/po/ru.po, xfce4-appfinder/trunk/po/sv.po, xfce4-appfinder/trunk/po/tr.po, xfce4-appfinder/trunk/po/uk.po, xfce4-appfinder/trunk/po/xfce4-appfinder.pot, xfce4-appfinder/trunk/po/zh_CN.po, xfce4-appfinder/trunk/po/zh_TW.po, xfce4-mailwatch-plugin/trunk/po/de.po, xfce4-mailwatch-plugin/trunk/po/eu.po, xfce4-mailwatch-plugin/trunk/po/fi.po, xfce4-mailwatch-plugin/trunk/po/fr.po, xfce4-mailwatch-plugin/trunk/po/vi.po, xfce4-mixer/trunk/po/ar.po, xfce4-mixer/trunk/po/az.po, xfce4-mixer/trunk/po/be.po, xfce4-mixer/trunk/po/bg.po, xfce4-mixer/trunk/po/bn_IN.po, xfce4-mixer/trunk/po/ca.po, xfce4-mixer/trunk/po/cs.po, xfce4-mixer/trunk/po/de.po, xfce4-mixer/trunk/po/el.po, xfce4-mixer/trunk/po/en_GB.po, xfce4-mixer/trunk/po/es.po, xfce4-mixer/trunk/po/es_MX.po, xfce4-mixer/trunk/po/et.po, xfce4-mixer/trunk/po/eu.po, xfce4-mixer/trunk/po/fa.po, xfce4-mixer/trunk/po/fi.po, xfce4-mixer/trunk/po/fr.po, xfce4-mixer/trunk/po/gu.po, xfce4-mixer/trunk/po/he.po, xfce4-mixer/trunk/po/hi.po, xfce4-mixer/trunk/po/hu.po, xfce4-mixer/trunk/po/hy.po, xfce4-mixer/trunk/po/it.po, xfce4-mixer/trunk/po/ja.po, xfce4-mixer/trunk/po/ko.po, xfce4-mixer/trunk/po/lt.po, xfce4-mixer/trunk/po/mr.po, xfce4-mixer/trunk/po/ms.po, xfce4-mixer/trunk/po/nb_NO.po, xfce4-mixer/trunk/po/nl.po, xfce4-mixer/trunk/po/pa.po, xfce4-mixer/trunk/po/pl.po, xfce4-mixer/trunk/po/pt_BR.po, xfce4-mixer/trunk/po/pt_PT.po, xfce4-mixer/trunk/po/ro.po, xfce4-mixer/trunk/po/ru.po, xfce4-mixer/trunk/po/sk.po, xfce4-mixer/trunk/po/sv.po, xfce4-mixer/trunk/po/ta.po, xfce4-mixer/trunk/po/tr.po, xfce4-mixer/trunk/po/uk.po, xfce4-mixer/trunk/po/vi.po, xfce4-mixer/trunk/po/xfce4-mixer.pot, xfce4-mixer/trunk/po/zh_CN.po, xfce4-mixer/trunk/po/zh_TW.po, po/ar.po, po/az.po, po/be.po, po/bg.po, po/bn_IN.po, po/ca.po, po/cs.po, po/de.po, po/el.po, po/en_GB.po, po/eo.po, po/es.po, po/es_MX.po, po/et.po, po/eu.po, po/fa.po, po/fi.po, po/fr.po, po/gu.po, po/he.po, po/hi.po, po/hu.po, po/hy.po, po/it.po, po/ja.po, po/ko.po, po/lt.po, po/mr.po, po/ms.po, po/nb_NO.po, po/nl.po, po/pa.po, po/pl.po, po/pt_BR.po, po/pt_PT.po, po/ro.po, po/ru.po, po/sk.po, po/sv.po, po/ta.po, po/tr.po, po/uk.po, po/vi.po, po/xfce4-panel.pot, po/zh_CN.po, po/zh_TW.po, xfce4-session/trunk/po/ar.po, xfce4-session/trunk/po/az.po, xfce4-session/trunk/po/be.po, xfce4-session/trunk/po/bn_IN.po, xfce4-session/trunk/po/ca.po, xfce4-session/trunk/po/cs.po, xfce4-session/trunk/po/de.po, xfce4-session/trunk/po/el.po, xfce4-session/trunk/po/en_GB.po, xfce4-session/trunk/po/eo.po, xfce4-session/trunk/po/es.po, xfce4-session/trunk/po/es_MX.po, xfce4-session/trunk/po/et.po, xfce4-session/trunk/po/eu.po, xfce4-session/trunk/po/fa.po, xfce4-session/trunk/po/fi.po, xfce4-session/trunk/po/fr.po, xfce4-session/trunk/po/gu.po, xfce4-session/trunk/po/he.po, xfce4-session/trunk/po/hi.po, xfce4-session/trunk/po/it.po, xfce4-session/trunk/po/ko.po, xfce4-session/trunk/po/lt.po, xfce4-session/trunk/po/mr.po, xfce4-session/trunk/po/ms.po, xfce4-session/trunk/po/nb_NO.po, xfce4-session/trunk/po/nl.po, xfce4-session/trunk/po/pa.po, xfce4-session/trunk/po/pl.po, xfce4-session/trunk/po/pt_PT.po, xfce4-session/trunk/po/ro.po, xfce4-session/trunk/po/ru.po, xfce4-session/trunk/po/sk.po, xfce4-session/trunk/po/sv.po, xfce4-session/trunk/po/ta.po, xfce4-session/trunk/po/tr.po, xfce4-session/trunk/po/uk.po, xfce4-session/trunk/po/vi.po, xfce4-session/trunk/po/zh_CN.po, xfce4-session/trunk/po/zh_TW.po, xfdesktop/trunk/po/ar.po, xfdesktop/trunk/po/az.po, xfdesktop/trunk/po/be.po, xfdesktop/trunk/po/bg.po, xfdesktop/trunk/po/bn_IN.po, xfdesktop/trunk/po/ca.po, xfdesktop/trunk/po/cs.po, xfdesktop/trunk/po/de.po, xfdesktop/trunk/po/el.po, xfdesktop/trunk/po/en_GB.po, xfdesktop/trunk/po/eo.po, xfdesktop/trunk/po/es.po, xfdesktop/trunk/po/es_MX.po, xfdesktop/trunk/po/et.po, xfdesktop/trunk/po/eu.po, xfdesktop/trunk/po/fa.po, xfdesktop/trunk/po/fi.po, xfdesktop/trunk/po/fr.po, xfdesktop/trunk/po/gu.po, xfdesktop/trunk/po/he.po, xfdesktop/trunk/po/hi.po, xfdesktop/trunk/po/hu.po, xfdesktop/trunk/po/hy.po, xfdesktop/trunk/po/it.po, xfdesktop/trunk/po/ja.po, xfdesktop/trunk/po/ko.po, xfdesktop/trunk/po/lt.po, xfdesktop/trunk/po/mr.po, xfdesktop/trunk/po/ms.po, xfdesktop/trunk/po/nb_NO.po, xfdesktop/trunk/po/nl.po, xfdesktop/trunk/po/pa.po, xfdesktop/trunk/po/pl.po, xfdesktop/trunk/po/pt_BR.po, xfdesktop/trunk/po/pt_PT.po, xfdesktop/trunk/po/ro.po, xfdesktop/trunk/po/ru.po, xfdesktop/trunk/po/sk.po, xfdesktop/trunk/po/sv.po, xfdesktop/trunk/po/ta.po, xfdesktop/trunk/po/tr.po, xfdesktop/trunk/po/uk.po, xfdesktop/trunk/po/vi.po, xfdesktop/trunk/po/xfdesktop.pot, xfdesktop/trunk/po/zh_CN.po, xfdesktop/trunk/po/zh_TW.po, xfmedia/trunk/po/de.po, xfmedia/trunk/po/es.po, xfmedia/trunk/po/eu.po, xfmedia/trunk/po/fi.po, xfmedia/trunk/po/fr.po, xfmedia/trunk/po/gu.po, xfmedia/trunk/po/hu.po, xfmedia/trunk/po/it.po, xfmedia/trunk/po/ja.po, xfmedia/trunk/po/lt.po, xfmedia/trunk/po/pl.po, xfmedia/trunk/po/pt_BR.po, xfmedia/trunk/po/sk.po, xfmedia/trunk/po/vi.po, xfmedia/trunk/po/xfmedia.pot, xfmedia/trunk/po/zh_CN.po, xfmedia/trunk/po/zh_TW.po, xfprint/trunk/po/ar.po, xfprint/trunk/po/az.po, xfprint/trunk/po/be.po, xfprint/trunk/po/bg.po, xfprint/trunk/po/bn_IN.po, xfprint/trunk/po/ca.po, xfprint/trunk/po/cs.po, xfprint/trunk/po/de.po, xfprint/trunk/po/el.po, xfprint/trunk/po/en_GB.po, xfprint/trunk/po/es.po, xfprint/trunk/po/es_MX.po, xfprint/trunk/po/et.po, xfprint/trunk/po/eu.po, xfprint/trunk/po/fa.po, xfprint/trunk/po/fi.po, xfprint/trunk/po/fr.po, xfprint/trunk/po/gu.po, xfprint/trunk/po/he.po, xfprint/trunk/po/hi.po, xfprint/trunk/po/hu.po, xfprint/trunk/po/it.po, xfprint/trunk/po/ja.po, xfprint/trunk/po/ko.po, xfprint/trunk/po/lt.po, xfprint/trunk/po/mr.po, xfprint/trunk/po/ms.po, xfprint/trunk/po/nl.po, xfprint/trunk/po/pa.po, xfprint/trunk/po/pl.po, xfprint/trunk/po/pt_BR.po, xfprint/trunk/po/pt_PT.po, xfprint/trunk/po/ro.po, xfprint/trunk/po/ru.po, xfprint/trunk/po/sk.po, xfprint/trunk/po/sv.po, xfprint/trunk/po/ta.po, xfprint/trunk/po/tr.po, xfprint/trunk/po/uk.po, xfprint/trunk/po/vi.po, xfprint/trunk/po/xfprint.pot, xfprint/trunk/po/zh_CN.po, xfprint/trunk/po/zh_TW.po, xfwm4/trunk/po/ar.po, xfwm4/trunk/po/az.po, xfwm4/trunk/po/be.po, xfwm4/trunk/po/bg.po, xfwm4/trunk/po/bn_IN.po, xfwm4/trunk/po/ca.po, xfwm4/trunk/po/cs.po, xfwm4/trunk/po/de.po, xfwm4/trunk/po/el.po, xfwm4/trunk/po/en_GB.po, xfwm4/trunk/po/eo.po, xfwm4/trunk/po/es.po, xfwm4/trunk/po/es_MX.po, xfwm4/trunk/po/et.po, xfwm4/trunk/po/eu.po, xfwm4/trunk/po/fa.po, xfwm4/trunk/po/fi.po, xfwm4/trunk/po/fr.po, xfwm4/trunk/po/gu.po, xfwm4/trunk/po/he.po, xfwm4/trunk/po/hi.po, xfwm4/trunk/po/hu.po, xfwm4/trunk/po/it.po, xfwm4/trunk/po/ja.po, xfwm4/trunk/po/ko.po, xfwm4/trunk/po/lt.po, xfwm4/trunk/po/mr.po, xfwm4/trunk/po/ms.po, xfwm4/trunk/po/nb_NO.po, xfwm4/trunk/po/nl.po, xfwm4/trunk/po/pa.po, xfwm4/trunk/po/pl.po, xfwm4/trunk/po/pt_BR.po, xfwm4/trunk/po/pt_PT.po, xfwm4/trunk/po/ro.po, xfwm4/trunk/po/ru.po, xfwm4/trunk/po/sk.po, xfwm4/trunk/po/sv.po, xfwm4/trunk/po/ta.po, xfwm4/trunk/po/tr.po, xfwm4/trunk/po/uk.po, xfwm4/trunk/po/vi.po, xfwm4/trunk/po/xfwm4.pot, xfwm4/trunk/po/zh_CN.po, xfwm4/trunk/po/zh_TW.po: * Updated. * Discarded obsolete translations. 2006-01-22 08:39 jasper * panel/panel-dialogs.c: Use 'Close' instead of 'Cancel' in items dialog. 2006-01-22 08:27 jasper * plugins/tasklist/tasklist.c: Add width option back. Expand option is still only shown when using xinerama. 2006-01-21 20:00 jasper * plugins/launcher/launcher.c, plugins/testplugin/testplugin.c: We can depend on gtk 2.6 now. Reported by Jani Monoses. 2006-01-21 19:50 jasper * plugins/launcher/launcher-dialog.c: Commit patch by Jani Monoses to allow removal of first item when there are stil items in the list. 2006-01-21 19:13 jasper * plugins/tasklist/tasklist.c: Simpler xinerama check 2006-01-21 19:07 jasper * plugins/tasklist/tasklist.c: Only show size/expand options when running in xinerama mode 2006-01-21 18:29 jasper * panel/panel-config.c, panel/panel-dialogs.c, panel/panel-private.h, panel/panel-properties.c, panel/panel-properties.h: Add option on Xinerama systems to make panel span across monitors 2006-01-19 15:04 daichi * po/ja.po, xffm/trunk/fgr/po/ja.po, xffm/trunk/libxffm/po/ja.po, xffm/trunk/plugins/xfbook/po/ja.po, xffm/trunk/plugins/xfproc/po/ja.po, xffm/trunk/plugins/xfrecent/po/ja.po, xffm/trunk/xffm/po/ja.po, xffm/trunk/xfmime-edit/po/ja.po: Updated Japanese translations. 2006-01-18 17:48 daichi * libexo/trunk/po/ChangeLog, libxfcegui4/trunk/po/ChangeLog, mousepad/trunk/po/ChangeLog, xfburn/trunk/po/ChangeLog, xfcalendar/trunk/po/ChangeLog, xfce-mcs-manager/trunk/po/ChangeLog, xfce-mcs-plugins/trunk/po/ChangeLog, xfce-utils/trunk/po/ChangeLog, xfce4-appfinder/trunk/po/ChangeLog, xfce4-icon-theme/trunk/po/ChangeLog, xfce4-mailwatch-plugin/trunk/po/ChangeLog, xfce4-mixer/trunk/po/ChangeLog, po/ChangeLog, xfce4-session/trunk/po/ChangeLog, xfce4-toys/trunk/po/ChangeLog, xfce4-trigger-launcher/trunk/po/ChangeLog, xfdesktop/trunk/po/ChangeLog, xfmedia/trunk/po/ChangeLog, xfprint/trunk/po/ChangeLog, xfwm4/trunk/po/ChangeLog: Updated. 2006-01-16 10:23 piarres * po/ChangeLog, po/eu.po: Basque translation update 2006-01-15 11:38 daichi * xfce-mcs-manager/trunk/po/ca.po, po/pl.po: Fixed an error. 2006-01-15 09:34 jasper * po/ar.po, po/az.po, po/be.po, po/bg.po, po/bn_IN.po, po/ca.po, po/cs.po, po/de.po, po/el.po, po/en_GB.po, po/eo.po, po/es.po, po/es_MX.po, po/et.po, po/eu.po, po/fa.po, po/fi.po, po/fr.po, po/gu.po, po/he.po, po/hi.po, po/hu.po, po/hy.po, po/it.po, po/ja.po, po/ko.po, po/lt.po, po/mr.po, po/ms.po, po/nb_NO.po, po/nl.po, po/pa.po, po/pl.po, po/xfce4-panel.pot: Fix pl.po (,c format -> #,c format) 2006-01-15 08:54 jasper * panel/panel-dialogs.c, panel/panel-private.h, panel/panel.c: Patches by Jani Monoses. Use MIN_SIZE and MAX_SIZE defines and set MIN_SIZE to 16. 2006-01-13 05:52 daichi * libxfcegui4/trunk/po/pl.po, xfcalendar/trunk/po/pl.po, xfce4-appfinder/trunk/po/pl.po, xfce4-mixer/trunk/po/pl.po, po/pl.po, xfce4-session/trunk/po/pl.po, xfce4-trigger-launcher/trunk/po/pl.po, xfdesktop/trunk/po/pl.po: Updated Polish translations by Piotr Malinski . 2006-01-08 21:12 paurullan * libexo/trunk/po/ca.po, libxfcegui4/trunk/po/ca.po, mousepad/trunk/po/ca.po, thunar/trunk/po/ca.po, xfcalendar/trunk/po/ca.po, xfce-mcs-manager/trunk/po/ca.po, xfce-mcs-plugins/trunk/po/ca.po, xfce-utils/trunk/po/ca.po, xfce4-mailwatch-plugin/trunk/po/ca.po, xfce4-mixer/trunk/po/ca.po, po/ca.po, xfce4-session/trunk/po/ca.po, xfce4-toys/trunk/po/ca.po, xfce4-trigger-launcher/trunk/po/ca.po, xfdesktop/trunk/po/ca.po, xffm/trunk/libxffm/po/ca.po, xffm/trunk/plugins/xfapps/po/ca.po, xffm/trunk/plugins/xfbook/po/ca.po, xffm/trunk/plugins/xffstab/po/ca.po, xffm/trunk/plugins/xflocate/po/ca.po, xffm/trunk/plugins/xfrecent/po/ca.po, xffm/trunk/plugins/xfsamba/po/ca.po, xffm/trunk/plugins/xftrash/po/ca.po, xffm/trunk/xfdiff/po/ca.po, xfmedia/trunk/po/ca.po, xfprint/trunk/po/ca.po, xfwm4/trunk/po/ca.po: catalan translation: little heading fixing but in every trunk file Created the xfmedia translation 2006-01-08 15:26 jasper * plugins/tasklist/tasklist.c: Add 'width' and 'expand' options 2006-01-07 09:40 daichi * libxfcegui4/trunk/po/be.po, libxfcegui4/trunk/po/bn_IN.po, libxfcegui4/trunk/po/ca.po, libxfcegui4/trunk/po/cs.po, libxfcegui4/trunk/po/de.po, libxfcegui4/trunk/po/el.po, libxfcegui4/trunk/po/en_GB.po, libxfcegui4/trunk/po/eo.po, libxfcegui4/trunk/po/es.po, libxfcegui4/trunk/po/et.po, libxfcegui4/trunk/po/eu.po, libxfcegui4/trunk/po/fa.po, libxfcegui4/trunk/po/fi.po, libxfcegui4/trunk/po/fr.po, libxfcegui4/trunk/po/gu.po, libxfcegui4/trunk/po/he.po, libxfcegui4/trunk/po/hy.po, libxfcegui4/trunk/po/it.po, libxfcegui4/trunk/po/ja.po, libxfcegui4/trunk/po/ko.po, libxfcegui4/trunk/po/lt.po, libxfcegui4/trunk/po/mr.po, libxfcegui4/trunk/po/nl.po, libxfcegui4/trunk/po/pa.po, libxfcegui4/trunk/po/pl.po, libxfcegui4/trunk/po/pt_BR.po, libxfcegui4/trunk/po/ro.po, libxfcegui4/trunk/po/ru.po, libxfcegui4/trunk/po/sk.po, libxfcegui4/trunk/po/sv.po, libxfcegui4/trunk/po/ta.po, libxfcegui4/trunk/po/uk.po, libxfcegui4/trunk/po/zh_CN.po, libxfcegui4/trunk/po/zh_TW.po, mousepad/trunk/po/ca.po, mousepad/trunk/po/cs.po, mousepad/trunk/po/de.po, mousepad/trunk/po/el.po, mousepad/trunk/po/es.po, mousepad/trunk/po/eu.po, mousepad/trunk/po/fr.po, mousepad/trunk/po/gu.po, mousepad/trunk/po/hu.po, mousepad/trunk/po/it.po, mousepad/trunk/po/ja.po, mousepad/trunk/po/lt.po, mousepad/trunk/po/pl.po, mousepad/trunk/po/pt_BR.po, mousepad/trunk/po/ru.po, mousepad/trunk/po/sk.po, mousepad/trunk/po/sv.po, mousepad/trunk/po/ta.po, mousepad/trunk/po/zh_CN.po, mousepad/trunk/po/zh_TW.po, terminal/trunk/po/ChangeLog, terminal/trunk/po/de.po, terminal/trunk/po/en_GB.po, terminal/trunk/po/es.po, terminal/trunk/po/eu.po, terminal/trunk/po/fi.po, terminal/trunk/po/fr.po, terminal/trunk/po/he.po, terminal/trunk/po/hu.po, terminal/trunk/po/it.po, terminal/trunk/po/ja.po, terminal/trunk/po/ko.po, terminal/trunk/po/nl.po, terminal/trunk/po/pt_BR.po, terminal/trunk/po/ru.po, terminal/trunk/po/vi.po, terminal/trunk/po/zh_CN.po, terminal/trunk/po/zh_TW.po, thunar/trunk/po/ChangeLog, thunar/trunk/po/ca.po, thunar/trunk/po/de.po, thunar/trunk/po/el.po, thunar/trunk/po/es.po, thunar/trunk/po/hu.po, thunar/trunk/po/it.po, thunar/trunk/po/ja.po, thunar/trunk/po/pt_BR.po, xfburn/trunk/po/eu.po, xfburn/trunk/po/fr.po, xfburn/trunk/po/ja.po, xfcalendar/trunk/po/ar.po, xfcalendar/trunk/po/az.po, xfcalendar/trunk/po/be.po, xfcalendar/trunk/po/bg.po, xfcalendar/trunk/po/bn_IN.po, xfcalendar/trunk/po/ca.po, xfcalendar/trunk/po/cs.po, xfcalendar/trunk/po/de.po, xfcalendar/trunk/po/el.po, xfcalendar/trunk/po/en_GB.po, xfcalendar/trunk/po/eo.po, xfcalendar/trunk/po/es.po, xfcalendar/trunk/po/et.po, xfcalendar/trunk/po/eu.po, xfcalendar/trunk/po/fa.po, xfcalendar/trunk/po/fi.po, xfcalendar/trunk/po/fr.po, xfcalendar/trunk/po/gu.po, xfcalendar/trunk/po/he.po, xfcalendar/trunk/po/hi.po, xfcalendar/trunk/po/hy.po, xfcalendar/trunk/po/it.po, xfcalendar/trunk/po/ja.po, xfcalendar/trunk/po/ko.po, xfcalendar/trunk/po/lt.po, xfcalendar/trunk/po/mr.po, xfcalendar/trunk/po/ms.po, xfcalendar/trunk/po/nb_NO.po, xfcalendar/trunk/po/nl.po, xfcalendar/trunk/po/orage.pot, xfcalendar/trunk/po/pa.po, xfcalendar/trunk/po/pl.po, xfcalendar/trunk/po/pt_BR.po, xfcalendar/trunk/po/pt_PT.po, xfcalendar/trunk/po/ro.po, xfcalendar/trunk/po/ru.po, xfcalendar/trunk/po/sk.po, xfcalendar/trunk/po/sv.po, xfcalendar/trunk/po/ta.po, xfcalendar/trunk/po/tr.po, xfcalendar/trunk/po/uk.po, xfcalendar/trunk/po/vi.po, xfcalendar/trunk/po/zh_CN.po, xfcalendar/trunk/po/zh_TW.po, xfce-mcs-manager/trunk/po/ar.po, xfce-mcs-manager/trunk/po/az.po, xfce-mcs-manager/trunk/po/be.po, xfce-mcs-manager/trunk/po/bg.po, xfce-mcs-manager/trunk/po/bn_IN.po, xfce-mcs-manager/trunk/po/ca.po, xfce-mcs-manager/trunk/po/cs.po, xfce-mcs-manager/trunk/po/de.po, xfce-mcs-manager/trunk/po/el.po, xfce-mcs-manager/trunk/po/en_GB.po, xfce-mcs-manager/trunk/po/eo.po, xfce-mcs-manager/trunk/po/es.po, xfce-mcs-manager/trunk/po/es_MX.po, xfce-mcs-manager/trunk/po/et.po, xfce-mcs-manager/trunk/po/eu.po, xfce-mcs-manager/trunk/po/fa.po, xfce-mcs-manager/trunk/po/fi.po, xfce-mcs-manager/trunk/po/fr.po, xfce-mcs-manager/trunk/po/gu.po, xfce-mcs-manager/trunk/po/he.po, xfce-mcs-manager/trunk/po/hi.po, xfce-mcs-manager/trunk/po/hu.po, xfce-mcs-manager/trunk/po/it.po, xfce-mcs-manager/trunk/po/ja.po, xfce-mcs-manager/trunk/po/ko.po, xfce-mcs-manager/trunk/po/lt.po, xfce-mcs-manager/trunk/po/mr.po, xfce-mcs-manager/trunk/po/ms.po, xfce-mcs-manager/trunk/po/nb_NO.po, xfce-mcs-manager/trunk/po/nl.po, xfce-mcs-manager/trunk/po/pa.po, xfce-mcs-manager/trunk/po/pl.po, xfce-mcs-manager/trunk/po/pt_BR.po, xfce-mcs-manager/trunk/po/pt_PT.po, xfce-mcs-manager/trunk/po/ro.po, xfce-mcs-manager/trunk/po/ru.po, xfce-mcs-manager/trunk/po/sk.po, xfce-mcs-manager/trunk/po/sv.po, xfce-mcs-manager/trunk/po/ta.po, xfce-mcs-manager/trunk/po/tr.po, xfce-mcs-manager/trunk/po/uk.po, xfce-mcs-manager/trunk/po/vi.po, xfce-mcs-manager/trunk/po/zh_CN.po, xfce-mcs-manager/trunk/po/zh_TW.po, xfce-mcs-plugins/trunk/po/ar.po, xfce-mcs-plugins/trunk/po/az.po, xfce-mcs-plugins/trunk/po/be.po, xfce-mcs-plugins/trunk/po/bg.po, xfce-mcs-plugins/trunk/po/bn_IN.po, xfce-mcs-plugins/trunk/po/ca.po, xfce-mcs-plugins/trunk/po/cs.po, xfce-mcs-plugins/trunk/po/de.po, xfce-mcs-plugins/trunk/po/el.po, xfce-mcs-plugins/trunk/po/en_GB.po, xfce-mcs-plugins/trunk/po/eo.po, xfce-mcs-plugins/trunk/po/es.po, xfce-mcs-plugins/trunk/po/es_MX.po, xfce-mcs-plugins/trunk/po/et.po, xfce-mcs-plugins/trunk/po/eu.po, xfce-mcs-plugins/trunk/po/fa.po, xfce-mcs-plugins/trunk/po/fi.po, xfce-mcs-plugins/trunk/po/fr.po, xfce-mcs-plugins/trunk/po/gu.po, xfce-mcs-plugins/trunk/po/he.po, xfce-mcs-plugins/trunk/po/hi.po, xfce-mcs-plugins/trunk/po/hu.po, xfce-mcs-plugins/trunk/po/it.po, xfce-mcs-plugins/trunk/po/ja.po, xfce-mcs-plugins/trunk/po/ko.po, xfce-mcs-plugins/trunk/po/lt.po, xfce-mcs-plugins/trunk/po/mr.po, xfce-mcs-plugins/trunk/po/ms.po, xfce-mcs-plugins/trunk/po/nl.po, xfce-mcs-plugins/trunk/po/pa.po, xfce-mcs-plugins/trunk/po/pl.po, xfce-mcs-plugins/trunk/po/pt_BR.po, xfce-mcs-plugins/trunk/po/pt_PT.po, xfce-mcs-plugins/trunk/po/ro.po, xfce-mcs-plugins/trunk/po/ru.po, xfce-mcs-plugins/trunk/po/sk.po, xfce-mcs-plugins/trunk/po/sv.po, xfce-mcs-plugins/trunk/po/ta.po, xfce-mcs-plugins/trunk/po/tr.po, xfce-mcs-plugins/trunk/po/uk.po, xfce-mcs-plugins/trunk/po/vi.po, xfce-mcs-plugins/trunk/po/xfce-mcs-plugins.pot, xfce-mcs-plugins/trunk/po/zh_CN.po, xfce-mcs-plugins/trunk/po/zh_TW.po, xfce-utils/trunk/po/af.po, xfce-utils/trunk/po/ar.po, xfce-utils/trunk/po/az.po, xfce-utils/trunk/po/be.po, xfce-utils/trunk/po/bg.po, xfce-utils/trunk/po/bn_IN.po, xfce-utils/trunk/po/ca.po, xfce-utils/trunk/po/cs.po, xfce-utils/trunk/po/de.po, xfce-utils/trunk/po/el.po, xfce-utils/trunk/po/en_GB.po, xfce-utils/trunk/po/eo.po, xfce-utils/trunk/po/es.po, xfce-utils/trunk/po/es_MX.po, xfce-utils/trunk/po/et.po, xfce-utils/trunk/po/eu.po, xfce-utils/trunk/po/fa.po, xfce-utils/trunk/po/fi.po, xfce-utils/trunk/po/fr.po, xfce-utils/trunk/po/gu.po, xfce-utils/trunk/po/he.po, xfce-utils/trunk/po/hi.po, xfce-utils/trunk/po/hu.po, xfce-utils/trunk/po/hy.po, xfce-utils/trunk/po/it.po, xfce-utils/trunk/po/ja.po, xfce-utils/trunk/po/ko.po, xfce-utils/trunk/po/lt.po, xfce-utils/trunk/po/mr.po, xfce-utils/trunk/po/ms.po, xfce-utils/trunk/po/nl.po, xfce-utils/trunk/po/pa.po, xfce-utils/trunk/po/pl.po, xfce-utils/trunk/po/pt_BR.po, xfce-utils/trunk/po/pt_PT.po, xfce-utils/trunk/po/ro.po, xfce-utils/trunk/po/ru.po, xfce-utils/trunk/po/sk.po, xfce-utils/trunk/po/sv.po, xfce-utils/trunk/po/ta.po, xfce-utils/trunk/po/tr.po, xfce-utils/trunk/po/uk.po, xfce-utils/trunk/po/vi.po, xfce-utils/trunk/po/zh_CN.po, xfce-utils/trunk/po/zh_TW.po, xfce4-appfinder/trunk/po/el.po, xfce4-appfinder/trunk/po/eu.po, xfce4-appfinder/trunk/po/pt_BR.po, xfce4-appfinder/trunk/po/uk.po, xfce4-icon-theme/trunk/po/de.po, xfce4-icon-theme/trunk/po/fi.po, xfce4-icon-theme/trunk/po/ja.po, xfce4-icon-theme/trunk/po/ko.po, xfce4-mailwatch-plugin/trunk/po/ca.po, xfce4-mailwatch-plugin/trunk/po/de.po, xfce4-mailwatch-plugin/trunk/po/el.po, xfce4-mailwatch-plugin/trunk/po/eu.po, xfce4-mailwatch-plugin/trunk/po/fi.po, xfce4-mailwatch-plugin/trunk/po/fr.po, xfce4-mailwatch-plugin/trunk/po/gu.po, xfce4-mailwatch-plugin/trunk/po/ja.po, xfce4-mailwatch-plugin/trunk/po/pt_BR.po, xfce4-mailwatch-plugin/trunk/po/xfce4-mailwatch-plugin.pot, xfce4-mixer/trunk/po/ar.po, xfce4-mixer/trunk/po/az.po, xfce4-mixer/trunk/po/be.po, xfce4-mixer/trunk/po/bg.po, xfce4-mixer/trunk/po/bn_IN.po, xfce4-mixer/trunk/po/ca.po, xfce4-mixer/trunk/po/cs.po, xfce4-mixer/trunk/po/de.po, xfce4-mixer/trunk/po/el.po, xfce4-mixer/trunk/po/en_GB.po, xfce4-mixer/trunk/po/es.po, xfce4-mixer/trunk/po/es_MX.po, xfce4-mixer/trunk/po/et.po, xfce4-mixer/trunk/po/eu.po, xfce4-mixer/trunk/po/fa.po, xfce4-mixer/trunk/po/fi.po, xfce4-mixer/trunk/po/fr.po, xfce4-mixer/trunk/po/gu.po, xfce4-mixer/trunk/po/he.po, xfce4-mixer/trunk/po/hi.po, xfce4-mixer/trunk/po/hu.po, xfce4-mixer/trunk/po/hy.po, xfce4-mixer/trunk/po/it.po, xfce4-mixer/trunk/po/ja.po, xfce4-mixer/trunk/po/ko.po, xfce4-mixer/trunk/po/lt.po, xfce4-mixer/trunk/po/mr.po, xfce4-mixer/trunk/po/ms.po, xfce4-mixer/trunk/po/nb_NO.po, xfce4-mixer/trunk/po/nl.po, xfce4-mixer/trunk/po/pa.po, xfce4-mixer/trunk/po/pl.po, xfce4-mixer/trunk/po/pt_BR.po, xfce4-mixer/trunk/po/pt_PT.po, xfce4-mixer/trunk/po/ro.po, xfce4-mixer/trunk/po/ru.po, xfce4-mixer/trunk/po/sk.po, xfce4-mixer/trunk/po/sv.po, xfce4-mixer/trunk/po/ta.po, xfce4-mixer/trunk/po/tr.po, xfce4-mixer/trunk/po/uk.po, xfce4-mixer/trunk/po/vi.po, xfce4-mixer/trunk/po/xfce4-mixer.pot, xfce4-mixer/trunk/po/zh_CN.po, xfce4-mixer/trunk/po/zh_TW.po, po/ar.po, po/az.po, po/be.po, po/bg.po, po/bn_IN.po, po/ca.po, po/cs.po, po/de.po, po/el.po, po/en_GB.po, po/eo.po, po/es.po, po/es_MX.po, po/et.po, po/eu.po, po/fa.po, po/fi.po, po/fr.po, po/gu.po, po/he.po, po/hi.po, po/hu.po, po/hy.po, po/it.po, po/ja.po, po/ko.po, po/lt.po, po/mr.po, po/ms.po, po/nb_NO.po, po/nl.po, po/pa.po, po/pl.po, po/pt_BR.po, po/pt_PT.po, po/ro.po, po/ru.po, po/sk.po, po/sv.po, po/ta.po, po/tr.po, po/uk.po, po/vi.po, po/xfce4-panel.pot, po/zh_CN.po, po/zh_TW.po, xfce4-session/trunk/po/ar.po, xfce4-session/trunk/po/az.po, xfce4-session/trunk/po/be.po, xfce4-session/trunk/po/bn_IN.po, xfce4-session/trunk/po/ca.po, xfce4-session/trunk/po/cs.po, xfce4-session/trunk/po/de.po, xfce4-session/trunk/po/el.po, xfce4-session/trunk/po/en_GB.po, xfce4-session/trunk/po/eo.po, xfce4-session/trunk/po/es.po, xfce4-session/trunk/po/es_MX.po, xfce4-session/trunk/po/et.po, xfce4-session/trunk/po/eu.po, xfce4-session/trunk/po/fa.po, xfce4-session/trunk/po/fi.po, xfce4-session/trunk/po/fr.po, xfce4-session/trunk/po/gu.po, xfce4-session/trunk/po/he.po, xfce4-session/trunk/po/hi.po, xfce4-session/trunk/po/it.po, xfce4-session/trunk/po/ja.po, xfce4-session/trunk/po/ko.po, xfce4-session/trunk/po/lt.po, xfce4-session/trunk/po/mr.po, xfce4-session/trunk/po/ms.po, xfce4-session/trunk/po/nb_NO.po, xfce4-session/trunk/po/nl.po, xfce4-session/trunk/po/pa.po, xfce4-session/trunk/po/pl.po, xfce4-session/trunk/po/pt_BR.po, xfce4-session/trunk/po/pt_PT.po, xfce4-session/trunk/po/ro.po, xfce4-session/trunk/po/ru.po, xfce4-session/trunk/po/sk.po, xfce4-session/trunk/po/sv.po, xfce4-session/trunk/po/ta.po, xfce4-session/trunk/po/tr.po, xfce4-session/trunk/po/uk.po, xfce4-session/trunk/po/vi.po, xfce4-session/trunk/po/xfce4-session.pot, xfce4-session/trunk/po/zh_CN.po, xfce4-session/trunk/po/zh_TW.po, xfce4-toys/trunk/po/ar.po, xfce4-toys/trunk/po/az.po, xfce4-toys/trunk/po/be.po, xfce4-toys/trunk/po/bg.po, xfce4-toys/trunk/po/bn_IN.po, xfce4-toys/trunk/po/ca.po, xfce4-toys/trunk/po/cs.po, xfce4-toys/trunk/po/de.po, xfce4-toys/trunk/po/el.po, xfce4-toys/trunk/po/en_GB.po, xfce4-toys/trunk/po/eo.po, xfce4-toys/trunk/po/es.po, xfce4-toys/trunk/po/es_MX.po, xfce4-toys/trunk/po/et.po, xfce4-toys/trunk/po/eu.po, xfce4-toys/trunk/po/fa.po, xfce4-toys/trunk/po/fi.po, xfce4-toys/trunk/po/fr.po, xfce4-toys/trunk/po/gu.po, xfce4-toys/trunk/po/he.po, xfce4-toys/trunk/po/hi.po, xfce4-toys/trunk/po/hu.po, xfce4-toys/trunk/po/it.po, xfce4-toys/trunk/po/ja.po, xfce4-toys/trunk/po/ko.po, xfce4-toys/trunk/po/lt.po, xfce4-toys/trunk/po/mr.po, xfce4-toys/trunk/po/ms.po, xfce4-toys/trunk/po/nb_NO.po, xfce4-toys/trunk/po/nl.po, xfce4-toys/trunk/po/pa.po, xfce4-toys/trunk/po/pl.po, xfce4-toys/trunk/po/pt_BR.po, xfce4-toys/trunk/po/pt_PT.po, xfce4-toys/trunk/po/ro.po, xfce4-toys/trunk/po/ru.po, xfce4-toys/trunk/po/sk.po, xfce4-toys/trunk/po/sv.po, xfce4-toys/trunk/po/ta.po, xfce4-toys/trunk/po/tr.po, xfce4-toys/trunk/po/uk.po, xfce4-toys/trunk/po/vi.po, xfce4-toys/trunk/po/zh_CN.po, xfce4-toys/trunk/po/zh_TW.po, xfce4-trigger-launcher/trunk/po/ar.po, xfce4-trigger-launcher/trunk/po/az.po, xfce4-trigger-launcher/trunk/po/be.po, xfce4-trigger-launcher/trunk/po/bg.po, xfce4-trigger-launcher/trunk/po/bn_IN.po, xfce4-trigger-launcher/trunk/po/ca.po, xfce4-trigger-launcher/trunk/po/cs.po, xfce4-trigger-launcher/trunk/po/de.po, xfce4-trigger-launcher/trunk/po/el.po, xfce4-trigger-launcher/trunk/po/en_GB.po, xfce4-trigger-launcher/trunk/po/eo.po, xfce4-trigger-launcher/trunk/po/es.po, xfce4-trigger-launcher/trunk/po/es_MX.po, xfce4-trigger-launcher/trunk/po/et.po, xfce4-trigger-launcher/trunk/po/eu.po, xfce4-trigger-launcher/trunk/po/fa.po, xfce4-trigger-launcher/trunk/po/fi.po, xfce4-trigger-launcher/trunk/po/fr.po, xfce4-trigger-launcher/trunk/po/gu.po, xfce4-trigger-launcher/trunk/po/he.po, xfce4-trigger-launcher/trunk/po/hi.po, xfce4-trigger-launcher/trunk/po/hu.po, xfce4-trigger-launcher/trunk/po/it.po, xfce4-trigger-launcher/trunk/po/ja.po, xfce4-trigger-launcher/trunk/po/ko.po, xfce4-trigger-launcher/trunk/po/lt.po, xfce4-trigger-launcher/trunk/po/mr.po, xfce4-trigger-launcher/trunk/po/ms.po, xfce4-trigger-launcher/trunk/po/nl.po, xfce4-trigger-launcher/trunk/po/pa.po, xfce4-trigger-launcher/trunk/po/pl.po, xfce4-trigger-launcher/trunk/po/pt_BR.po, xfce4-trigger-launcher/trunk/po/pt_PT.po, xfce4-trigger-launcher/trunk/po/ro.po, xfce4-trigger-launcher/trunk/po/ru.po, xfce4-trigger-launcher/trunk/po/sk.po, xfce4-trigger-launcher/trunk/po/sv.po, xfce4-trigger-launcher/trunk/po/ta.po, xfce4-trigger-launcher/trunk/po/tr.po, xfce4-trigger-launcher/trunk/po/uk.po, xfce4-trigger-launcher/trunk/po/vi.po, xfce4-trigger-launcher/trunk/po/zh_CN.po, xfce4-trigger-launcher/trunk/po/zh_TW.po, xfdesktop/trunk/po/ar.po, xfdesktop/trunk/po/az.po, xfdesktop/trunk/po/be.po, xfdesktop/trunk/po/bg.po, xfdesktop/trunk/po/bn_IN.po, xfdesktop/trunk/po/ca.po, xfdesktop/trunk/po/cs.po, xfdesktop/trunk/po/de.po, xfdesktop/trunk/po/el.po, xfdesktop/trunk/po/en_GB.po, xfdesktop/trunk/po/eo.po, xfdesktop/trunk/po/es.po, xfdesktop/trunk/po/es_MX.po, xfdesktop/trunk/po/et.po, xfdesktop/trunk/po/eu.po, xfdesktop/trunk/po/fa.po, xfdesktop/trunk/po/fi.po, xfdesktop/trunk/po/fr.po, xfdesktop/trunk/po/gu.po, xfdesktop/trunk/po/he.po, xfdesktop/trunk/po/hi.po, xfdesktop/trunk/po/hu.po, xfdesktop/trunk/po/hy.po, xfdesktop/trunk/po/it.po, xfdesktop/trunk/po/ja.po, xfdesktop/trunk/po/ko.po, xfdesktop/trunk/po/lt.po, xfdesktop/trunk/po/mr.po, xfdesktop/trunk/po/ms.po, xfdesktop/trunk/po/nb_NO.po, xfdesktop/trunk/po/nl.po, xfdesktop/trunk/po/pa.po, xfdesktop/trunk/po/pl.po, xfdesktop/trunk/po/pt_BR.po, xfdesktop/trunk/po/pt_PT.po, xfdesktop/trunk/po/ro.po, xfdesktop/trunk/po/ru.po, xfdesktop/trunk/po/sk.po, xfdesktop/trunk/po/sv.po, xfdesktop/trunk/po/ta.po, xfdesktop/trunk/po/tr.po, xfdesktop/trunk/po/uk.po, xfdesktop/trunk/po/vi.po, xfdesktop/trunk/po/xfdesktop.pot, xfdesktop/trunk/po/zh_CN.po, xfdesktop/trunk/po/zh_TW.po, xffm/trunk/fgr/po/es.po, xffm/trunk/fgr/po/fgr.pot, xffm/trunk/libxffm/po/af.po, xffm/trunk/libxffm/po/ar.po, xffm/trunk/libxffm/po/az.po, xffm/trunk/libxffm/po/bg.po, xffm/trunk/libxffm/po/bn_IN.po, xffm/trunk/libxffm/po/ca.po, xffm/trunk/libxffm/po/cs.po, xffm/trunk/libxffm/po/de.po, xffm/trunk/libxffm/po/en_CA.po, xffm/trunk/libxffm/po/en_GB.po, xffm/trunk/libxffm/po/es.po, xffm/trunk/libxffm/po/es_MX.po, xffm/trunk/libxffm/po/et.po, xffm/trunk/libxffm/po/eu.po, xffm/trunk/libxffm/po/fa.po, xffm/trunk/libxffm/po/fi.po, xffm/trunk/libxffm/po/fr.po, xffm/trunk/libxffm/po/gu.po, xffm/trunk/libxffm/po/he.po, xffm/trunk/libxffm/po/hi.po, xffm/trunk/libxffm/po/hu.po, xffm/trunk/libxffm/po/it.po, xffm/trunk/libxffm/po/ja.po, xffm/trunk/libxffm/po/ko.po, xffm/trunk/libxffm/po/libxffm.pot, xffm/trunk/libxffm/po/lt.po, xffm/trunk/libxffm/po/mr.po, xffm/trunk/libxffm/po/ms.po, xffm/trunk/libxffm/po/nb_NO.po, xffm/trunk/libxffm/po/nl.po, xffm/trunk/libxffm/po/pa.po, xffm/trunk/libxffm/po/pl.po, xffm/trunk/libxffm/po/pt_BR.po, xffm/trunk/libxffm/po/pt_PT.po, xffm/trunk/libxffm/po/sk.po, xffm/trunk/libxffm/po/sv.po, xffm/trunk/libxffm/po/ta.po, xffm/trunk/libxffm/po/tr.po, xffm/trunk/libxffm/po/uk.po, xffm/trunk/libxffm/po/vi.po, xffm/trunk/libxffm/po/zh_CN.po, xffm/trunk/libxffm/po/zh_TW.po, xffm/trunk/plugins/xfapps/po/af.po, xffm/trunk/plugins/xfapps/po/am.po, xffm/trunk/plugins/xfapps/po/ar.po, xffm/trunk/plugins/xfapps/po/az.po, xffm/trunk/plugins/xfapps/po/be.po, xffm/trunk/plugins/xfapps/po/bg.po, xffm/trunk/plugins/xfapps/po/bn_IN.po, xffm/trunk/plugins/xfapps/po/ca.po, xffm/trunk/plugins/xfapps/po/cs.po, xffm/trunk/plugins/xfapps/po/cy.po, xffm/trunk/plugins/xfapps/po/da.po, xffm/trunk/plugins/xfapps/po/de.po, xffm/trunk/plugins/xfapps/po/el.po, xffm/trunk/plugins/xfapps/po/en_CA.po, xffm/trunk/plugins/xfapps/po/en_GB.po, xffm/trunk/plugins/xfapps/po/es.po, xffm/trunk/plugins/xfapps/po/es_MX.po, xffm/trunk/plugins/xfapps/po/et.po, xffm/trunk/plugins/xfapps/po/eu.po, xffm/trunk/plugins/xfapps/po/fa.po, xffm/trunk/plugins/xfapps/po/fi.po, xffm/trunk/plugins/xfapps/po/fr.po, xffm/trunk/plugins/xfapps/po/ga.po, xffm/trunk/plugins/xfapps/po/gu.po, xffm/trunk/plugins/xfapps/po/he.po, xffm/trunk/plugins/xfapps/po/hi.po, xffm/trunk/plugins/xfapps/po/hr.po, xffm/trunk/plugins/xfapps/po/hu.po, xffm/trunk/plugins/xfapps/po/id.po, xffm/trunk/plugins/xfapps/po/is.po, xffm/trunk/plugins/xfapps/po/it.po, xffm/trunk/plugins/xfapps/po/ja.po, xffm/trunk/plugins/xfapps/po/ko.po, xffm/trunk/plugins/xfapps/po/li.po, xffm/trunk/plugins/xfapps/po/lt.po, xffm/trunk/plugins/xfapps/po/lv.po, xffm/trunk/plugins/xfapps/po/mi.po, xffm/trunk/plugins/xfapps/po/mk.po, xffm/trunk/plugins/xfapps/po/ml.po, xffm/trunk/plugins/xfapps/po/mn.po, xffm/trunk/plugins/xfapps/po/mr.po, xffm/trunk/plugins/xfapps/po/ms.po, xffm/trunk/plugins/xfapps/po/nb_NO.po, xffm/trunk/plugins/xfapps/po/ne.po, xffm/trunk/plugins/xfapps/po/nl.po, xffm/trunk/plugins/xfapps/po/nn.po, xffm/trunk/plugins/xfapps/po/no.po, xffm/trunk/plugins/xfapps/po/pa.po, xffm/trunk/plugins/xfapps/po/pl.po, xffm/trunk/plugins/xfapps/po/pt_BR.po, xffm/trunk/plugins/xfapps/po/pt_PT.po, xffm/trunk/plugins/xfapps/po/ro.po, xffm/trunk/plugins/xfapps/po/ru.po, xffm/trunk/plugins/xfapps/po/sk.po, xffm/trunk/plugins/xfapps/po/sl.po, xffm/trunk/plugins/xfapps/po/sq.po, xffm/trunk/plugins/xfapps/po/sr.po, xffm/trunk/plugins/xfapps/po/sr@Latn.po, xffm/trunk/plugins/xfapps/po/sr@ije.po, xffm/trunk/plugins/xfapps/po/sv.po, xffm/trunk/plugins/xfapps/po/ta.po, xffm/trunk/plugins/xfapps/po/th.po, xffm/trunk/plugins/xfapps/po/tk.po, xffm/trunk/plugins/xfapps/po/tr.po, xffm/trunk/plugins/xfapps/po/uk.po, xffm/trunk/plugins/xfapps/po/vi.po, xffm/trunk/plugins/xfapps/po/wa.po, xffm/trunk/plugins/xfapps/po/xfapps.pot, xffm/trunk/plugins/xfapps/po/zh_CN.po, xffm/trunk/plugins/xfapps/po/zh_TW.po, xffm/trunk/plugins/xfbook/po/af.po, xffm/trunk/plugins/xfbook/po/am.po, xffm/trunk/plugins/xfbook/po/ar.po, xffm/trunk/plugins/xfbook/po/az.po, xffm/trunk/plugins/xfbook/po/be.po, xffm/trunk/plugins/xfbook/po/bg.po, xffm/trunk/plugins/xfbook/po/bn_IN.po, xffm/trunk/plugins/xfbook/po/ca.po, xffm/trunk/plugins/xfbook/po/cs.po, xffm/trunk/plugins/xfbook/po/cy.po, xffm/trunk/plugins/xfbook/po/da.po, xffm/trunk/plugins/xfbook/po/de.po, xffm/trunk/plugins/xfbook/po/el.po, xffm/trunk/plugins/xfbook/po/en_CA.po, xffm/trunk/plugins/xfbook/po/en_GB.po, xffm/trunk/plugins/xfbook/po/es.po, xffm/trunk/plugins/xfbook/po/es_MX.po, xffm/trunk/plugins/xfbook/po/et.po, xffm/trunk/plugins/xfbook/po/eu.po, xffm/trunk/plugins/xfbook/po/fa.po, xffm/trunk/plugins/xfbook/po/fi.po, xffm/trunk/plugins/xfbook/po/fr.po, xffm/trunk/plugins/xfbook/po/ga.po, xffm/trunk/plugins/xfbook/po/gu.po, xffm/trunk/plugins/xfbook/po/he.po, xffm/trunk/plugins/xfbook/po/hi.po, xffm/trunk/plugins/xfbook/po/hr.po, xffm/trunk/plugins/xfbook/po/hu.po, xffm/trunk/plugins/xfbook/po/id.po, xffm/trunk/plugins/xfbook/po/is.po, xffm/trunk/plugins/xfbook/po/it.po, xffm/trunk/plugins/xfbook/po/ja.po, xffm/trunk/plugins/xfbook/po/ko.po, xffm/trunk/plugins/xfbook/po/li.po, xffm/trunk/plugins/xfbook/po/lt.po, xffm/trunk/plugins/xfbook/po/lv.po, xffm/trunk/plugins/xfbook/po/mi.po, xffm/trunk/plugins/xfbook/po/mk.po, xffm/trunk/plugins/xfbook/po/ml.po, xffm/trunk/plugins/xfbook/po/mn.po, xffm/trunk/plugins/xfbook/po/mr.po, xffm/trunk/plugins/xfbook/po/ms.po, xffm/trunk/plugins/xfbook/po/nb_NO.po, xffm/trunk/plugins/xfbook/po/ne.po, xffm/trunk/plugins/xfbook/po/nl.po, xffm/trunk/plugins/xfbook/po/nn.po, xffm/trunk/plugins/xfbook/po/no.po, xffm/trunk/plugins/xfbook/po/pa.po, xffm/trunk/plugins/xfbook/po/pl.po, xffm/trunk/plugins/xfbook/po/pt_BR.po, xffm/trunk/plugins/xfbook/po/pt_PT.po, xffm/trunk/plugins/xfbook/po/ro.po, xffm/trunk/plugins/xfbook/po/ru.po, xffm/trunk/plugins/xfbook/po/sk.po, xffm/trunk/plugins/xfbook/po/sl.po, xffm/trunk/plugins/xfbook/po/sq.po, xffm/trunk/plugins/xfbook/po/sr.po, xffm/trunk/plugins/xfbook/po/sr@Latn.po, xffm/trunk/plugins/xfbook/po/sr@ije.po, xffm/trunk/plugins/xfbook/po/sv.po, xffm/trunk/plugins/xfbook/po/ta.po, xffm/trunk/plugins/xfbook/po/th.po, xffm/trunk/plugins/xfbook/po/tk.po, xffm/trunk/plugins/xfbook/po/tr.po, xffm/trunk/plugins/xfbook/po/uk.po, xffm/trunk/plugins/xfbook/po/vi.po, xffm/trunk/plugins/xfbook/po/wa.po, xffm/trunk/plugins/xfbook/po/xfbook.pot, xffm/trunk/plugins/xfbook/po/zh_CN.po, xffm/trunk/plugins/xfbook/po/zh_TW.po, xffm/trunk/plugins/xffstab/po/af.po, xffm/trunk/plugins/xffstab/po/am.po, xffm/trunk/plugins/xffstab/po/ar.po, xffm/trunk/plugins/xffstab/po/az.po, xffm/trunk/plugins/xffstab/po/be.po, xffm/trunk/plugins/xffstab/po/bg.po, xffm/trunk/plugins/xffstab/po/bn_IN.po, xffm/trunk/plugins/xffstab/po/ca.po, xffm/trunk/plugins/xffstab/po/cs.po, xffm/trunk/plugins/xffstab/po/cy.po, xffm/trunk/plugins/xffstab/po/da.po, xffm/trunk/plugins/xffstab/po/de.po, xffm/trunk/plugins/xffstab/po/el.po, xffm/trunk/plugins/xffstab/po/en_CA.po, xffm/trunk/plugins/xffstab/po/en_GB.po, xffm/trunk/plugins/xffstab/po/es.po, xffm/trunk/plugins/xffstab/po/es_MX.po, xffm/trunk/plugins/xffstab/po/et.po, xffm/trunk/plugins/xffstab/po/eu.po, xffm/trunk/plugins/xffstab/po/fa.po, xffm/trunk/plugins/xffstab/po/fi.po, xffm/trunk/plugins/xffstab/po/fr.po, xffm/trunk/plugins/xffstab/po/ga.po, xffm/trunk/plugins/xffstab/po/gu.po, xffm/trunk/plugins/xffstab/po/he.po, xffm/trunk/plugins/xffstab/po/hi.po, xffm/trunk/plugins/xffstab/po/hr.po, xffm/trunk/plugins/xffstab/po/hu.po, xffm/trunk/plugins/xffstab/po/id.po, xffm/trunk/plugins/xffstab/po/is.po, xffm/trunk/plugins/xffstab/po/it.po, xffm/trunk/plugins/xffstab/po/ja.po, xffm/trunk/plugins/xffstab/po/ko.po, xffm/trunk/plugins/xffstab/po/li.po, xffm/trunk/plugins/xffstab/po/lt.po, xffm/trunk/plugins/xffstab/po/lv.po, xffm/trunk/plugins/xffstab/po/mi.po, xffm/trunk/plugins/xffstab/po/mk.po, xffm/trunk/plugins/xffstab/po/ml.po, xffm/trunk/plugins/xffstab/po/mn.po, xffm/trunk/plugins/xffstab/po/mr.po, xffm/trunk/plugins/xffstab/po/ms.po, xffm/trunk/plugins/xffstab/po/nb_NO.po, xffm/trunk/plugins/xffstab/po/ne.po, xffm/trunk/plugins/xffstab/po/nl.po, xffm/trunk/plugins/xffstab/po/nn.po, xffm/trunk/plugins/xffstab/po/no.po, xffm/trunk/plugins/xffstab/po/pa.po, xffm/trunk/plugins/xffstab/po/pl.po, xffm/trunk/plugins/xffstab/po/pt_BR.po, xffm/trunk/plugins/xffstab/po/pt_PT.po, xffm/trunk/plugins/xffstab/po/ro.po, xffm/trunk/plugins/xffstab/po/ru.po, xffm/trunk/plugins/xffstab/po/sk.po, xffm/trunk/plugins/xffstab/po/sl.po, xffm/trunk/plugins/xffstab/po/sq.po, xffm/trunk/plugins/xffstab/po/sr.po, xffm/trunk/plugins/xffstab/po/sr@Latn.po, xffm/trunk/plugins/xffstab/po/sr@ije.po, xffm/trunk/plugins/xffstab/po/sv.po, xffm/trunk/plugins/xffstab/po/ta.po, xffm/trunk/plugins/xffstab/po/th.po, xffm/trunk/plugins/xffstab/po/tk.po, xffm/trunk/plugins/xffstab/po/tr.po, xffm/trunk/plugins/xffstab/po/uk.po, xffm/trunk/plugins/xffstab/po/vi.po, xffm/trunk/plugins/xffstab/po/wa.po, xffm/trunk/plugins/xffstab/po/xffstab.pot, xffm/trunk/plugins/xffstab/po/zh_CN.po, xffm/trunk/plugins/xffstab/po/zh_TW.po, xffm/trunk/plugins/xflocate/po/af.po, xffm/trunk/plugins/xflocate/po/am.po, xffm/trunk/plugins/xflocate/po/ar.po, xffm/trunk/plugins/xflocate/po/az.po, xffm/trunk/plugins/xflocate/po/be.po, xffm/trunk/plugins/xflocate/po/bg.po, xffm/trunk/plugins/xflocate/po/bn_IN.po, xffm/trunk/plugins/xflocate/po/ca.po, xffm/trunk/plugins/xflocate/po/cs.po, xffm/trunk/plugins/xflocate/po/cy.po, xffm/trunk/plugins/xflocate/po/da.po, xffm/trunk/plugins/xflocate/po/de.po, xffm/trunk/plugins/xflocate/po/el.po, xffm/trunk/plugins/xflocate/po/en_CA.po, xffm/trunk/plugins/xflocate/po/en_GB.po, xffm/trunk/plugins/xflocate/po/es.po, xffm/trunk/plugins/xflocate/po/es_MX.po, xffm/trunk/plugins/xflocate/po/et.po, xffm/trunk/plugins/xflocate/po/eu.po, xffm/trunk/plugins/xflocate/po/fa.po, xffm/trunk/plugins/xflocate/po/fi.po, xffm/trunk/plugins/xflocate/po/fr.po, xffm/trunk/plugins/xflocate/po/ga.po, xffm/trunk/plugins/xflocate/po/gu.po, xffm/trunk/plugins/xflocate/po/he.po, xffm/trunk/plugins/xflocate/po/hi.po, xffm/trunk/plugins/xflocate/po/hr.po, xffm/trunk/plugins/xflocate/po/hu.po, xffm/trunk/plugins/xflocate/po/id.po, xffm/trunk/plugins/xflocate/po/is.po, xffm/trunk/plugins/xflocate/po/it.po, xffm/trunk/plugins/xflocate/po/ja.po, xffm/trunk/plugins/xflocate/po/ko.po, xffm/trunk/plugins/xflocate/po/li.po, xffm/trunk/plugins/xflocate/po/lt.po, xffm/trunk/plugins/xflocate/po/lv.po, xffm/trunk/plugins/xflocate/po/mi.po, xffm/trunk/plugins/xflocate/po/mk.po, xffm/trunk/plugins/xflocate/po/ml.po, xffm/trunk/plugins/xflocate/po/mn.po, xffm/trunk/plugins/xflocate/po/mr.po, xffm/trunk/plugins/xflocate/po/ms.po, xffm/trunk/plugins/xflocate/po/nb_NO.po, xffm/trunk/plugins/xflocate/po/ne.po, xffm/trunk/plugins/xflocate/po/nl.po, xffm/trunk/plugins/xflocate/po/nn.po, xffm/trunk/plugins/xflocate/po/no.po, xffm/trunk/plugins/xflocate/po/pa.po, xffm/trunk/plugins/xflocate/po/pl.po, xffm/trunk/plugins/xflocate/po/pt_BR.po, xffm/trunk/plugins/xflocate/po/pt_PT.po, xffm/trunk/plugins/xflocate/po/ro.po, xffm/trunk/plugins/xflocate/po/ru.po, xffm/trunk/plugins/xflocate/po/sk.po, xffm/trunk/plugins/xflocate/po/sl.po, xffm/trunk/plugins/xflocate/po/sq.po, xffm/trunk/plugins/xflocate/po/sr.po, xffm/trunk/plugins/xflocate/po/sr@Latn.po, xffm/trunk/plugins/xflocate/po/sr@ije.po, xffm/trunk/plugins/xflocate/po/sv.po, xffm/trunk/plugins/xflocate/po/ta.po, xffm/trunk/plugins/xflocate/po/th.po, xffm/trunk/plugins/xflocate/po/tk.po, xffm/trunk/plugins/xflocate/po/tr.po, xffm/trunk/plugins/xflocate/po/uk.po, xffm/trunk/plugins/xflocate/po/vi.po, xffm/trunk/plugins/xflocate/po/wa.po, xffm/trunk/plugins/xflocate/po/xflocate.pot, xffm/trunk/plugins/xflocate/po/zh_CN.po, xffm/trunk/plugins/xflocate/po/zh_TW.po, xffm/trunk/plugins/xfrecent/po/af.po, xffm/trunk/plugins/xfrecent/po/am.po, xffm/trunk/plugins/xfrecent/po/ar.po, xffm/trunk/plugins/xfrecent/po/az.po, xffm/trunk/plugins/xfrecent/po/be.po, xffm/trunk/plugins/xfrecent/po/bg.po, xffm/trunk/plugins/xfrecent/po/bn_IN.po, xffm/trunk/plugins/xfrecent/po/ca.po, xffm/trunk/plugins/xfrecent/po/cs.po, xffm/trunk/plugins/xfrecent/po/cy.po, xffm/trunk/plugins/xfrecent/po/da.po, xffm/trunk/plugins/xfrecent/po/de.po, xffm/trunk/plugins/xfrecent/po/el.po, xffm/trunk/plugins/xfrecent/po/en_CA.po, xffm/trunk/plugins/xfrecent/po/en_GB.po, xffm/trunk/plugins/xfrecent/po/es.po, xffm/trunk/plugins/xfrecent/po/es_MX.po, xffm/trunk/plugins/xfrecent/po/et.po, xffm/trunk/plugins/xfrecent/po/eu.po, xffm/trunk/plugins/xfrecent/po/fa.po, xffm/trunk/plugins/xfrecent/po/fi.po, xffm/trunk/plugins/xfrecent/po/fr.po, xffm/trunk/plugins/xfrecent/po/ga.po, xffm/trunk/plugins/xfrecent/po/gu.po, xffm/trunk/plugins/xfrecent/po/he.po, xffm/trunk/plugins/xfrecent/po/hi.po, xffm/trunk/plugins/xfrecent/po/hr.po, xffm/trunk/plugins/xfrecent/po/hu.po, xffm/trunk/plugins/xfrecent/po/id.po, xffm/trunk/plugins/xfrecent/po/is.po, xffm/trunk/plugins/xfrecent/po/it.po, xffm/trunk/plugins/xfrecent/po/ja.po, xffm/trunk/plugins/xfrecent/po/ko.po, xffm/trunk/plugins/xfrecent/po/li.po, xffm/trunk/plugins/xfrecent/po/lt.po, xffm/trunk/plugins/xfrecent/po/lv.po, xffm/trunk/plugins/xfrecent/po/mi.po, xffm/trunk/plugins/xfrecent/po/mk.po, xffm/trunk/plugins/xfrecent/po/ml.po, xffm/trunk/plugins/xfrecent/po/mn.po, xffm/trunk/plugins/xfrecent/po/mr.po, xffm/trunk/plugins/xfrecent/po/ms.po, xffm/trunk/plugins/xfrecent/po/nb_NO.po, xffm/trunk/plugins/xfrecent/po/ne.po, xffm/trunk/plugins/xfrecent/po/nl.po, xffm/trunk/plugins/xfrecent/po/nn.po, xffm/trunk/plugins/xfrecent/po/no.po, xffm/trunk/plugins/xfrecent/po/pa.po, xffm/trunk/plugins/xfrecent/po/pl.po, xffm/trunk/plugins/xfrecent/po/pt_BR.po, xffm/trunk/plugins/xfrecent/po/pt_PT.po, xffm/trunk/plugins/xfrecent/po/ro.po, xffm/trunk/plugins/xfrecent/po/ru.po, xffm/trunk/plugins/xfrecent/po/sk.po, xffm/trunk/plugins/xfrecent/po/sl.po, xffm/trunk/plugins/xfrecent/po/sq.po, xffm/trunk/plugins/xfrecent/po/sr.po, xffm/trunk/plugins/xfrecent/po/sr@Latn.po, xffm/trunk/plugins/xfrecent/po/sr@ije.po, xffm/trunk/plugins/xfrecent/po/sv.po, xffm/trunk/plugins/xfrecent/po/ta.po, xffm/trunk/plugins/xfrecent/po/th.po, xffm/trunk/plugins/xfrecent/po/tk.po, xffm/trunk/plugins/xfrecent/po/tr.po, xffm/trunk/plugins/xfrecent/po/uk.po, xffm/trunk/plugins/xfrecent/po/vi.po, xffm/trunk/plugins/xfrecent/po/wa.po, xffm/trunk/plugins/xfrecent/po/xfrecent.pot, xffm/trunk/plugins/xfrecent/po/zh_CN.po, xffm/trunk/plugins/xfrecent/po/zh_TW.po, xffm/trunk/plugins/xfsamba/po/af.po, xffm/trunk/plugins/xfsamba/po/am.po, xffm/trunk/plugins/xfsamba/po/ar.po, xffm/trunk/plugins/xfsamba/po/az.po, xffm/trunk/plugins/xfsamba/po/be.po, xffm/trunk/plugins/xfsamba/po/bg.po, xffm/trunk/plugins/xfsamba/po/bn_IN.po, xffm/trunk/plugins/xfsamba/po/ca.po, xffm/trunk/plugins/xfsamba/po/cs.po, xffm/trunk/plugins/xfsamba/po/cy.po, xffm/trunk/plugins/xfsamba/po/da.po, xffm/trunk/plugins/xfsamba/po/de.po, xffm/trunk/plugins/xfsamba/po/el.po, xffm/trunk/plugins/xfsamba/po/en_CA.po, xffm/trunk/plugins/xfsamba/po/en_GB.po, xffm/trunk/plugins/xfsamba/po/es.po, xffm/trunk/plugins/xfsamba/po/es_MX.po, xffm/trunk/plugins/xfsamba/po/et.po, xffm/trunk/plugins/xfsamba/po/eu.po, xffm/trunk/plugins/xfsamba/po/fa.po, xffm/trunk/plugins/xfsamba/po/fi.po, xffm/trunk/plugins/xfsamba/po/fr.po, xffm/trunk/plugins/xfsamba/po/ga.po, xffm/trunk/plugins/xfsamba/po/gu.po, xffm/trunk/plugins/xfsamba/po/he.po, xffm/trunk/plugins/xfsamba/po/hi.po, xffm/trunk/plugins/xfsamba/po/hr.po, xffm/trunk/plugins/xfsamba/po/hu.po, xffm/trunk/plugins/xfsamba/po/id.po, xffm/trunk/plugins/xfsamba/po/is.po, xffm/trunk/plugins/xfsamba/po/it.po, xffm/trunk/plugins/xfsamba/po/ja.po, xffm/trunk/plugins/xfsamba/po/ko.po, xffm/trunk/plugins/xfsamba/po/li.po, xffm/trunk/plugins/xfsamba/po/lt.po, xffm/trunk/plugins/xfsamba/po/lv.po, xffm/trunk/plugins/xfsamba/po/mi.po, xffm/trunk/plugins/xfsamba/po/mk.po, xffm/trunk/plugins/xfsamba/po/ml.po, xffm/trunk/plugins/xfsamba/po/mn.po, xffm/trunk/plugins/xfsamba/po/mr.po, xffm/trunk/plugins/xfsamba/po/ms.po, xffm/trunk/plugins/xfsamba/po/nb_NO.po, xffm/trunk/plugins/xfsamba/po/ne.po, xffm/trunk/plugins/xfsamba/po/nl.po, xffm/trunk/plugins/xfsamba/po/nn.po, xffm/trunk/plugins/xfsamba/po/no.po, xffm/trunk/plugins/xfsamba/po/pa.po, xffm/trunk/plugins/xfsamba/po/pl.po, xffm/trunk/plugins/xfsamba/po/pt_BR.po, xffm/trunk/plugins/xfsamba/po/pt_PT.po, xffm/trunk/plugins/xfsamba/po/ro.po, xffm/trunk/plugins/xfsamba/po/ru.po, xffm/trunk/plugins/xfsamba/po/sk.po, xffm/trunk/plugins/xfsamba/po/sl.po, xffm/trunk/plugins/xfsamba/po/sq.po, xffm/trunk/plugins/xfsamba/po/sr.po, xffm/trunk/plugins/xfsamba/po/sr@Latn.po, xffm/trunk/plugins/xfsamba/po/sr@ije.po, xffm/trunk/plugins/xfsamba/po/sv.po, xffm/trunk/plugins/xfsamba/po/ta.po, xffm/trunk/plugins/xfsamba/po/th.po, xffm/trunk/plugins/xfsamba/po/tk.po, xffm/trunk/plugins/xfsamba/po/tr.po, xffm/trunk/plugins/xfsamba/po/uk.po, xffm/trunk/plugins/xfsamba/po/vi.po, xffm/trunk/plugins/xfsamba/po/wa.po, xffm/trunk/plugins/xfsamba/po/xfsamba.pot, xffm/trunk/plugins/xfsamba/po/zh_CN.po, xffm/trunk/plugins/xfsamba/po/zh_TW.po, xffm/trunk/plugins/xftrash/po/af.po, xffm/trunk/plugins/xftrash/po/am.po, xffm/trunk/plugins/xftrash/po/ar.po, xffm/trunk/plugins/xftrash/po/az.po, xffm/trunk/plugins/xftrash/po/be.po, xffm/trunk/plugins/xftrash/po/bg.po, xffm/trunk/plugins/xftrash/po/bn_IN.po, xffm/trunk/plugins/xftrash/po/ca.po, xffm/trunk/plugins/xftrash/po/cs.po, xffm/trunk/plugins/xftrash/po/cy.po, xffm/trunk/plugins/xftrash/po/da.po, xffm/trunk/plugins/xftrash/po/de.po, xffm/trunk/plugins/xftrash/po/el.po, xffm/trunk/plugins/xftrash/po/en_CA.po, xffm/trunk/plugins/xftrash/po/en_GB.po, xffm/trunk/plugins/xftrash/po/es.po, xffm/trunk/plugins/xftrash/po/es_MX.po, xffm/trunk/plugins/xftrash/po/et.po, xffm/trunk/plugins/xftrash/po/eu.po, xffm/trunk/plugins/xftrash/po/fa.po, xffm/trunk/plugins/xftrash/po/fi.po, xffm/trunk/plugins/xftrash/po/fr.po, xffm/trunk/plugins/xftrash/po/ga.po, xffm/trunk/plugins/xftrash/po/gu.po, xffm/trunk/plugins/xftrash/po/he.po, xffm/trunk/plugins/xftrash/po/hi.po, xffm/trunk/plugins/xftrash/po/hr.po, xffm/trunk/plugins/xftrash/po/hu.po, xffm/trunk/plugins/xftrash/po/id.po, xffm/trunk/plugins/xftrash/po/is.po, xffm/trunk/plugins/xftrash/po/it.po, xffm/trunk/plugins/xftrash/po/ja.po, xffm/trunk/plugins/xftrash/po/ko.po, xffm/trunk/plugins/xftrash/po/li.po, xffm/trunk/plugins/xftrash/po/lt.po, xffm/trunk/plugins/xftrash/po/lv.po, xffm/trunk/plugins/xftrash/po/mi.po, xffm/trunk/plugins/xftrash/po/mk.po, xffm/trunk/plugins/xftrash/po/ml.po, xffm/trunk/plugins/xftrash/po/mn.po, xffm/trunk/plugins/xftrash/po/mr.po, xffm/trunk/plugins/xftrash/po/ms.po, xffm/trunk/plugins/xftrash/po/nb_NO.po, xffm/trunk/plugins/xftrash/po/ne.po, xffm/trunk/plugins/xftrash/po/nl.po, xffm/trunk/plugins/xftrash/po/nn.po, xffm/trunk/plugins/xftrash/po/no.po, xffm/trunk/plugins/xftrash/po/pa.po, xffm/trunk/plugins/xftrash/po/pl.po, xffm/trunk/plugins/xftrash/po/pt_BR.po, xffm/trunk/plugins/xftrash/po/pt_PT.po, xffm/trunk/plugins/xftrash/po/ro.po, xffm/trunk/plugins/xftrash/po/ru.po, xffm/trunk/plugins/xftrash/po/sk.po, xffm/trunk/plugins/xftrash/po/sl.po, xffm/trunk/plugins/xftrash/po/sq.po, xffm/trunk/plugins/xftrash/po/sr.po, xffm/trunk/plugins/xftrash/po/sr@Latn.po, xffm/trunk/plugins/xftrash/po/sr@ije.po, xffm/trunk/plugins/xftrash/po/sv.po, xffm/trunk/plugins/xftrash/po/ta.po, xffm/trunk/plugins/xftrash/po/th.po, xffm/trunk/plugins/xftrash/po/tk.po, xffm/trunk/plugins/xftrash/po/tr.po, xffm/trunk/plugins/xftrash/po/uk.po, xffm/trunk/plugins/xftrash/po/vi.po, xffm/trunk/plugins/xftrash/po/wa.po, xffm/trunk/plugins/xftrash/po/xftrash.pot, xffm/trunk/plugins/xftrash/po/zh_CN.po, xffm/trunk/plugins/xftrash/po/zh_TW.po, xffm/trunk/scramble/po/es.po, xffm/trunk/scramble/po/ja.po, xffm/trunk/scramble/po/scramble.pot, xffm/trunk/xfdiff/po/af.po, xffm/trunk/xfdiff/po/am.po, xffm/trunk/xfdiff/po/ar.po, xffm/trunk/xfdiff/po/az.po, xffm/trunk/xfdiff/po/be.po, xffm/trunk/xfdiff/po/bg.po, xffm/trunk/xfdiff/po/bn_IN.po, xffm/trunk/xfdiff/po/ca.po, xffm/trunk/xfdiff/po/cs.po, xffm/trunk/xfdiff/po/cy.po, xffm/trunk/xfdiff/po/da.po, xffm/trunk/xfdiff/po/de.po, xffm/trunk/xfdiff/po/el.po, xffm/trunk/xfdiff/po/en_CA.po, xffm/trunk/xfdiff/po/en_GB.po, xffm/trunk/xfdiff/po/es.po, xffm/trunk/xfdiff/po/es_MX.po, xffm/trunk/xfdiff/po/et.po, xffm/trunk/xfdiff/po/eu.po, xffm/trunk/xfdiff/po/fa.po, xffm/trunk/xfdiff/po/fi.po, xffm/trunk/xfdiff/po/fr.po, xffm/trunk/xfdiff/po/ga.po, xffm/trunk/xfdiff/po/gu.po, xffm/trunk/xfdiff/po/he.po, xffm/trunk/xfdiff/po/hi.po, xffm/trunk/xfdiff/po/hr.po, xffm/trunk/xfdiff/po/hu.po, xffm/trunk/xfdiff/po/id.po, xffm/trunk/xfdiff/po/is.po, xffm/trunk/xfdiff/po/it.po, xffm/trunk/xfdiff/po/ja.po, xffm/trunk/xfdiff/po/ko.po, xffm/trunk/xfdiff/po/li.po, xffm/trunk/xfdiff/po/lt.po, xffm/trunk/xfdiff/po/lv.po, xffm/trunk/xfdiff/po/mi.po, xffm/trunk/xfdiff/po/mk.po, xffm/trunk/xfdiff/po/ml.po, xffm/trunk/xfdiff/po/mn.po, xffm/trunk/xfdiff/po/mr.po, xffm/trunk/xfdiff/po/ms.po, xffm/trunk/xfdiff/po/nb_NO.po, xffm/trunk/xfdiff/po/ne.po, xffm/trunk/xfdiff/po/nl.po, xffm/trunk/xfdiff/po/nn.po, xffm/trunk/xfdiff/po/no.po, xffm/trunk/xfdiff/po/pa.po, xffm/trunk/xfdiff/po/pl.po, xffm/trunk/xfdiff/po/pt_BR.po, xffm/trunk/xfdiff/po/pt_PT.po, xffm/trunk/xfdiff/po/ro.po, xffm/trunk/xfdiff/po/ru.po, xffm/trunk/xfdiff/po/sk.po, xffm/trunk/xfdiff/po/sl.po, xffm/trunk/xfdiff/po/sq.po, xffm/trunk/xfdiff/po/sr.po, xffm/trunk/xfdiff/po/sr@Latn.po, xffm/trunk/xfdiff/po/sr@ije.po, xffm/trunk/xfdiff/po/sv.po, xffm/trunk/xfdiff/po/ta.po, xffm/trunk/xfdiff/po/th.po, xffm/trunk/xfdiff/po/tk.po, xffm/trunk/xfdiff/po/tr.po, xffm/trunk/xfdiff/po/uk.po, xffm/trunk/xfdiff/po/vi.po, xffm/trunk/xfdiff/po/wa.po, xffm/trunk/xfdiff/po/xfdiff.pot, xffm/trunk/xfdiff/po/zh_CN.po, xffm/trunk/xfdiff/po/zh_TW.po, xffm/trunk/xffm/po/af.po, xffm/trunk/xffm/po/ar.po, xffm/trunk/xffm/po/az.po, xffm/trunk/xffm/po/bg.po, xffm/trunk/xffm/po/bn_IN.po, xffm/trunk/xffm/po/ca.po, xffm/trunk/xffm/po/cs.po, xffm/trunk/xffm/po/cy.po, xffm/trunk/xffm/po/da.po, xffm/trunk/xffm/po/de.po, xffm/trunk/xffm/po/en_CA.po, xffm/trunk/xffm/po/en_GB.po, xffm/trunk/xffm/po/es.po, xffm/trunk/xffm/po/es_MX.po, xffm/trunk/xffm/po/et.po, xffm/trunk/xffm/po/eu.po, xffm/trunk/xffm/po/fa.po, xffm/trunk/xffm/po/fi.po, xffm/trunk/xffm/po/fr.po, xffm/trunk/xffm/po/gu.po, xffm/trunk/xffm/po/he.po, xffm/trunk/xffm/po/hi.po, xffm/trunk/xffm/po/hr.po, xffm/trunk/xffm/po/hu.po, xffm/trunk/xffm/po/id.po, xffm/trunk/xffm/po/is.po, xffm/trunk/xffm/po/it.po, xffm/trunk/xffm/po/ja.po, xffm/trunk/xffm/po/ko.po, xffm/trunk/xffm/po/li.po, xffm/trunk/xffm/po/lt.po, xffm/trunk/xffm/po/lv.po, xffm/trunk/xffm/po/mk.po, xffm/trunk/xffm/po/mr.po, xffm/trunk/xffm/po/ms.po, xffm/trunk/xffm/po/nb_NO.po, xffm/trunk/xffm/po/nl.po, xffm/trunk/xffm/po/nn.po, xffm/trunk/xffm/po/no.po, xffm/trunk/xffm/po/pa.po, xffm/trunk/xffm/po/pl.po, xffm/trunk/xffm/po/pt_BR.po, xffm/trunk/xffm/po/pt_PT.po, xffm/trunk/xffm/po/ro.po, xffm/trunk/xffm/po/ru.po, xffm/trunk/xffm/po/sk.po, xffm/trunk/xffm/po/sl.po, xffm/trunk/xffm/po/sq.po, xffm/trunk/xffm/po/sr@Latn.po, xffm/trunk/xffm/po/sv.po, xffm/trunk/xffm/po/ta.po, xffm/trunk/xffm/po/th.po, xffm/trunk/xffm/po/tr.po, xffm/trunk/xffm/po/uk.po, xffm/trunk/xffm/po/vi.po, xffm/trunk/xffm/po/wa.po, xffm/trunk/xffm/po/xffm.pot, xffm/trunk/xffm/po/zh_CN.po, xffm/trunk/xffm/po/zh_TW.po, xffm/trunk/xfmime-edit/po/ja.po, xfmedia/trunk/po/de.po, xfmedia/trunk/po/es.po, xfmedia/trunk/po/eu.po, xfmedia/trunk/po/fi.po, xfmedia/trunk/po/fr.po, xfmedia/trunk/po/gu.po, xfmedia/trunk/po/hu.po, xfmedia/trunk/po/ja.po, xfmedia/trunk/po/lt.po, xfmedia/trunk/po/pl.po, xfmedia/trunk/po/pt_BR.po, xfmedia/trunk/po/sk.po, xfmedia/trunk/po/vi.po, xfmedia/trunk/po/zh_CN.po, xfmedia/trunk/po/zh_TW.po, xfprint/trunk/po/ar.po, xfprint/trunk/po/az.po, xfprint/trunk/po/be.po, xfprint/trunk/po/bg.po, xfprint/trunk/po/bn_IN.po, xfprint/trunk/po/ca.po, xfprint/trunk/po/cs.po, xfprint/trunk/po/de.po, xfprint/trunk/po/el.po, xfprint/trunk/po/en_GB.po, xfprint/trunk/po/es.po, xfprint/trunk/po/es_MX.po, xfprint/trunk/po/et.po, xfprint/trunk/po/eu.po, xfprint/trunk/po/fa.po, xfprint/trunk/po/fi.po, xfprint/trunk/po/fr.po, xfprint/trunk/po/gu.po, xfprint/trunk/po/he.po, xfprint/trunk/po/hi.po, xfprint/trunk/po/hu.po, xfprint/trunk/po/it.po, xfprint/trunk/po/ja.po, xfprint/trunk/po/ko.po, xfprint/trunk/po/lt.po, xfprint/trunk/po/mr.po, xfprint/trunk/po/ms.po, xfprint/trunk/po/nl.po, xfprint/trunk/po/pa.po, xfprint/trunk/po/pl.po, xfprint/trunk/po/pt_BR.po, xfprint/trunk/po/pt_PT.po, xfprint/trunk/po/ro.po, xfprint/trunk/po/ru.po, xfprint/trunk/po/sk.po, xfprint/trunk/po/sv.po, xfprint/trunk/po/ta.po, xfprint/trunk/po/tr.po, xfprint/trunk/po/uk.po, xfprint/trunk/po/vi.po, xfprint/trunk/po/zh_CN.po, xfprint/trunk/po/zh_TW.po, xfwm4/trunk/po/ar.po, xfwm4/trunk/po/az.po, xfwm4/trunk/po/be.po, xfwm4/trunk/po/bg.po, xfwm4/trunk/po/bn_IN.po, xfwm4/trunk/po/ca.po, xfwm4/trunk/po/cs.po, xfwm4/trunk/po/de.po, xfwm4/trunk/po/el.po, xfwm4/trunk/po/en_GB.po, xfwm4/trunk/po/eo.po, xfwm4/trunk/po/es.po, xfwm4/trunk/po/es_MX.po, xfwm4/trunk/po/et.po, xfwm4/trunk/po/eu.po, xfwm4/trunk/po/fa.po, xfwm4/trunk/po/fi.po, xfwm4/trunk/po/fr.po, xfwm4/trunk/po/gu.po, xfwm4/trunk/po/he.po, xfwm4/trunk/po/hi.po, xfwm4/trunk/po/hu.po, xfwm4/trunk/po/it.po, xfwm4/trunk/po/ja.po, xfwm4/trunk/po/ko.po, xfwm4/trunk/po/lt.po, xfwm4/trunk/po/mr.po, xfwm4/trunk/po/ms.po, xfwm4/trunk/po/nb_NO.po, xfwm4/trunk/po/nl.po, xfwm4/trunk/po/pa.po, xfwm4/trunk/po/pl.po, xfwm4/trunk/po/pt_BR.po, xfwm4/trunk/po/pt_PT.po, xfwm4/trunk/po/ro.po, xfwm4/trunk/po/ru.po, xfwm4/trunk/po/sk.po, xfwm4/trunk/po/sv.po, xfwm4/trunk/po/ta.po, xfwm4/trunk/po/tr.po, xfwm4/trunk/po/uk.po, xfwm4/trunk/po/vi.po, xfwm4/trunk/po/zh_CN.po, xfwm4/trunk/po/zh_TW.po: Updated copyright information. 2006-01-06 19:12 adriano * po/pt_BR.po: Updated pt_BR translations for xfce4-panel. 2006-01-05 20:50 stavrosg * po/el.po: Updated Greek translation 2006-01-01 22:15 jasper * panel/panel-app.c, panel/panel-item-manager.c: Fix for IRIX from Daichi 2006-01-01 19:03 daichi * thunar/trunk/po/ChangeLog, thunar/trunk/po/ja.po, xfcalendar/trunk/po/ja.po, xfce-mcs-plugins/trunk/po/ja.po, xfce-utils/branches/xfce_4_2/xfce4-about/INFO.ja, xfce-utils/trunk/po/ja.po, xfce-utils/trunk/xfce4-about/INFO.ja, xfce4-mixer/trunk/po/ja.po, po/ja.po, xfce4-session/trunk/po/ja.po, xfce4-trigger-launcher/trunk/po/ja.po, xfdesktop/trunk/po/ja.po, xffm/trunk/libxffm/po/ja.po, xffm/trunk/plugins/xffstab/po/ja.po, xffm/trunk/plugins/xfsamba/po/ja.po, xffm/trunk/xffm/po/ja.po: Updated Japanese translations. 2006-01-01 18:12 daichi * libxfcegui4/trunk/po/be.po, libxfcegui4/trunk/po/bn_IN.po, libxfcegui4/trunk/po/ca.po, libxfcegui4/trunk/po/cs.po, libxfcegui4/trunk/po/de.po, libxfcegui4/trunk/po/el.po, libxfcegui4/trunk/po/en_GB.po, libxfcegui4/trunk/po/eo.po, libxfcegui4/trunk/po/es.po, libxfcegui4/trunk/po/et.po, libxfcegui4/trunk/po/eu.po, libxfcegui4/trunk/po/fa.po, libxfcegui4/trunk/po/fi.po, libxfcegui4/trunk/po/fr.po, libxfcegui4/trunk/po/gu.po, libxfcegui4/trunk/po/he.po, libxfcegui4/trunk/po/hy.po, libxfcegui4/trunk/po/it.po, libxfcegui4/trunk/po/ja.po, libxfcegui4/trunk/po/ko.po, libxfcegui4/trunk/po/libxfcegui4.pot, libxfcegui4/trunk/po/lt.po, libxfcegui4/trunk/po/mr.po, libxfcegui4/trunk/po/nl.po, libxfcegui4/trunk/po/pa.po, libxfcegui4/trunk/po/pl.po, libxfcegui4/trunk/po/pt_BR.po, libxfcegui4/trunk/po/ro.po, libxfcegui4/trunk/po/ru.po, libxfcegui4/trunk/po/sk.po, libxfcegui4/trunk/po/sv.po, libxfcegui4/trunk/po/ta.po, libxfcegui4/trunk/po/uk.po, libxfcegui4/trunk/po/zh_CN.po, libxfcegui4/trunk/po/zh_TW.po, terminal/trunk/po/Terminal.pot, terminal/trunk/po/de.po, terminal/trunk/po/en_GB.po, terminal/trunk/po/es.po, terminal/trunk/po/eu.po, terminal/trunk/po/fi.po, terminal/trunk/po/fr.po, terminal/trunk/po/he.po, terminal/trunk/po/hu.po, terminal/trunk/po/it.po, terminal/trunk/po/ja.po, terminal/trunk/po/ko.po, terminal/trunk/po/nl.po, terminal/trunk/po/pt_BR.po, terminal/trunk/po/ru.po, terminal/trunk/po/vi.po, terminal/trunk/po/zh_CN.po, terminal/trunk/po/zh_TW.po, thunar/trunk/po/ca.po, thunar/trunk/po/de.po, thunar/trunk/po/el.po, thunar/trunk/po/es.po, thunar/trunk/po/fr.po, thunar/trunk/po/hu.po, thunar/trunk/po/it.po, thunar/trunk/po/ja.po, thunar/trunk/po/pt_BR.po, xfcalendar/trunk/po/POTFILES.in, xfcalendar/trunk/po/ar.po, xfcalendar/trunk/po/az.po, xfcalendar/trunk/po/be.po, xfcalendar/trunk/po/bg.po, xfcalendar/trunk/po/bn_IN.po, xfcalendar/trunk/po/ca.po, xfcalendar/trunk/po/cs.po, xfcalendar/trunk/po/de.po, xfcalendar/trunk/po/el.po, xfcalendar/trunk/po/en_GB.po, xfcalendar/trunk/po/eo.po, xfcalendar/trunk/po/es.po, xfcalendar/trunk/po/et.po, xfcalendar/trunk/po/eu.po, xfcalendar/trunk/po/fa.po, xfcalendar/trunk/po/fi.po, xfcalendar/trunk/po/fr.po, xfcalendar/trunk/po/gu.po, xfcalendar/trunk/po/he.po, xfcalendar/trunk/po/hi.po, xfcalendar/trunk/po/hy.po, xfcalendar/trunk/po/it.po, xfcalendar/trunk/po/ja.po, xfcalendar/trunk/po/ko.po, xfcalendar/trunk/po/lt.po, xfcalendar/trunk/po/mr.po, xfcalendar/trunk/po/ms.po, xfcalendar/trunk/po/nb_NO.po, xfcalendar/trunk/po/nl.po, xfcalendar/trunk/po/orage.pot, xfcalendar/trunk/po/pa.po, xfcalendar/trunk/po/pl.po, xfcalendar/trunk/po/pt_BR.po, xfcalendar/trunk/po/pt_PT.po, xfcalendar/trunk/po/ro.po, xfcalendar/trunk/po/ru.po, xfcalendar/trunk/po/sk.po, xfcalendar/trunk/po/sv.po, xfcalendar/trunk/po/ta.po, xfcalendar/trunk/po/tr.po, xfcalendar/trunk/po/uk.po, xfcalendar/trunk/po/vi.po, xfcalendar/trunk/po/zh_CN.po, xfcalendar/trunk/po/zh_TW.po, xfce-mcs-manager/trunk/po/ar.po, xfce-mcs-manager/trunk/po/az.po, xfce-mcs-manager/trunk/po/be.po, xfce-mcs-manager/trunk/po/bg.po, xfce-mcs-manager/trunk/po/bn_IN.po, xfce-mcs-manager/trunk/po/ca.po, xfce-mcs-manager/trunk/po/cs.po, xfce-mcs-manager/trunk/po/de.po, xfce-mcs-manager/trunk/po/el.po, xfce-mcs-manager/trunk/po/en_GB.po, xfce-mcs-manager/trunk/po/eo.po, xfce-mcs-manager/trunk/po/es.po, xfce-mcs-manager/trunk/po/es_MX.po, xfce-mcs-manager/trunk/po/et.po, xfce-mcs-manager/trunk/po/eu.po, xfce-mcs-manager/trunk/po/fa.po, xfce-mcs-manager/trunk/po/fi.po, xfce-mcs-manager/trunk/po/fr.po, xfce-mcs-manager/trunk/po/gu.po, xfce-mcs-manager/trunk/po/he.po, xfce-mcs-manager/trunk/po/hi.po, xfce-mcs-manager/trunk/po/hu.po, xfce-mcs-manager/trunk/po/it.po, xfce-mcs-manager/trunk/po/ja.po, xfce-mcs-manager/trunk/po/ko.po, xfce-mcs-manager/trunk/po/lt.po, xfce-mcs-manager/trunk/po/mr.po, xfce-mcs-manager/trunk/po/ms.po, xfce-mcs-manager/trunk/po/nb_NO.po, xfce-mcs-manager/trunk/po/nl.po, xfce-mcs-manager/trunk/po/pa.po, xfce-mcs-manager/trunk/po/pl.po, xfce-mcs-manager/trunk/po/pt_BR.po, xfce-mcs-manager/trunk/po/pt_PT.po, xfce-mcs-manager/trunk/po/ro.po, xfce-mcs-manager/trunk/po/ru.po, xfce-mcs-manager/trunk/po/sk.po, xfce-mcs-manager/trunk/po/sv.po, xfce-mcs-manager/trunk/po/ta.po, xfce-mcs-manager/trunk/po/tr.po, xfce-mcs-manager/trunk/po/uk.po, xfce-mcs-manager/trunk/po/vi.po, xfce-mcs-manager/trunk/po/xfce-mcs-manager.pot, xfce-mcs-manager/trunk/po/zh_CN.po, xfce-mcs-manager/trunk/po/zh_TW.po, xfce-mcs-plugins/trunk/po/ar.po, xfce-mcs-plugins/trunk/po/az.po, xfce-mcs-plugins/trunk/po/be.po, xfce-mcs-plugins/trunk/po/bg.po, xfce-mcs-plugins/trunk/po/bn_IN.po, xfce-mcs-plugins/trunk/po/ca.po, xfce-mcs-plugins/trunk/po/cs.po, xfce-mcs-plugins/trunk/po/de.po, xfce-mcs-plugins/trunk/po/el.po, xfce-mcs-plugins/trunk/po/en_GB.po, xfce-mcs-plugins/trunk/po/eo.po, xfce-mcs-plugins/trunk/po/es.po, xfce-mcs-plugins/trunk/po/es_MX.po, xfce-mcs-plugins/trunk/po/et.po, xfce-mcs-plugins/trunk/po/eu.po, xfce-mcs-plugins/trunk/po/fa.po, xfce-mcs-plugins/trunk/po/fi.po, xfce-mcs-plugins/trunk/po/fr.po, xfce-mcs-plugins/trunk/po/gu.po, xfce-mcs-plugins/trunk/po/he.po, xfce-mcs-plugins/trunk/po/hi.po, xfce-mcs-plugins/trunk/po/hu.po, xfce-mcs-plugins/trunk/po/it.po, xfce-mcs-plugins/trunk/po/ja.po, xfce-mcs-plugins/trunk/po/ko.po, xfce-mcs-plugins/trunk/po/lt.po, xfce-mcs-plugins/trunk/po/mr.po, xfce-mcs-plugins/trunk/po/ms.po, xfce-mcs-plugins/trunk/po/nl.po, xfce-mcs-plugins/trunk/po/pa.po, xfce-mcs-plugins/trunk/po/pl.po, xfce-mcs-plugins/trunk/po/pt_BR.po, xfce-mcs-plugins/trunk/po/pt_PT.po, xfce-mcs-plugins/trunk/po/ro.po, xfce-mcs-plugins/trunk/po/ru.po, xfce-mcs-plugins/trunk/po/sk.po, xfce-mcs-plugins/trunk/po/sv.po, xfce-mcs-plugins/trunk/po/ta.po, xfce-mcs-plugins/trunk/po/tr.po, xfce-mcs-plugins/trunk/po/uk.po, xfce-mcs-plugins/trunk/po/vi.po, xfce-mcs-plugins/trunk/po/xfce-mcs-plugins.pot, xfce-mcs-plugins/trunk/po/zh_CN.po, xfce-mcs-plugins/trunk/po/zh_TW.po, xfce4-mixer/trunk/po/ar.po, xfce4-mixer/trunk/po/az.po, xfce4-mixer/trunk/po/be.po, xfce4-mixer/trunk/po/bg.po, xfce4-mixer/trunk/po/bn_IN.po, xfce4-mixer/trunk/po/ca.po, xfce4-mixer/trunk/po/cs.po, xfce4-mixer/trunk/po/de.po, xfce4-mixer/trunk/po/el.po, xfce4-mixer/trunk/po/en_GB.po, xfce4-mixer/trunk/po/es.po, xfce4-mixer/trunk/po/es_MX.po, xfce4-mixer/trunk/po/et.po, xfce4-mixer/trunk/po/eu.po, xfce4-mixer/trunk/po/fa.po, xfce4-mixer/trunk/po/fi.po, xfce4-mixer/trunk/po/fr.po, xfce4-mixer/trunk/po/gu.po, xfce4-mixer/trunk/po/he.po, xfce4-mixer/trunk/po/hi.po, xfce4-mixer/trunk/po/hu.po, xfce4-mixer/trunk/po/hy.po, xfce4-mixer/trunk/po/it.po, xfce4-mixer/trunk/po/ja.po, xfce4-mixer/trunk/po/ko.po, xfce4-mixer/trunk/po/lt.po, xfce4-mixer/trunk/po/mr.po, xfce4-mixer/trunk/po/ms.po, xfce4-mixer/trunk/po/nb_NO.po, xfce4-mixer/trunk/po/nl.po, xfce4-mixer/trunk/po/pa.po, xfce4-mixer/trunk/po/pl.po, xfce4-mixer/trunk/po/pt_BR.po, xfce4-mixer/trunk/po/pt_PT.po, xfce4-mixer/trunk/po/ro.po, xfce4-mixer/trunk/po/ru.po, xfce4-mixer/trunk/po/sk.po, xfce4-mixer/trunk/po/sv.po, xfce4-mixer/trunk/po/ta.po, xfce4-mixer/trunk/po/tr.po, xfce4-mixer/trunk/po/uk.po, xfce4-mixer/trunk/po/vi.po, xfce4-mixer/trunk/po/xfce4-mixer.pot, xfce4-mixer/trunk/po/zh_CN.po, xfce4-mixer/trunk/po/zh_TW.po, po/ar.po, po/az.po, po/be.po, po/bg.po, po/bn_IN.po, po/ca.po, po/cs.po, po/de.po, po/el.po, po/en_GB.po, po/eo.po, po/es.po, po/es_MX.po, po/et.po, po/eu.po, po/fa.po, po/fi.po, po/fr.po, po/gu.po, po/he.po, po/hi.po, po/hu.po, po/hy.po, po/it.po, po/ja.po, po/ko.po, po/lt.po, po/mr.po, po/ms.po, po/nb_NO.po, po/nl.po, po/pa.po, po/pl.po, po/pt_BR.po, po/pt_PT.po, po/ro.po, po/ru.po, po/sk.po, po/sv.po, po/ta.po, po/tr.po, po/uk.po, po/vi.po, po/xfce4-panel.pot, po/zh_CN.po, po/zh_TW.po, xfce4-session/trunk/po/ar.po, xfce4-session/trunk/po/az.po, xfce4-session/trunk/po/be.po, xfce4-session/trunk/po/bn_IN.po, xfce4-session/trunk/po/ca.po, xfce4-session/trunk/po/cs.po, xfce4-session/trunk/po/de.po, xfce4-session/trunk/po/el.po, xfce4-session/trunk/po/en_GB.po, xfce4-session/trunk/po/eo.po, xfce4-session/trunk/po/es.po, xfce4-session/trunk/po/es_MX.po, xfce4-session/trunk/po/et.po, xfce4-session/trunk/po/eu.po, xfce4-session/trunk/po/fa.po, xfce4-session/trunk/po/fi.po, xfce4-session/trunk/po/fr.po, xfce4-session/trunk/po/gu.po, xfce4-session/trunk/po/he.po, xfce4-session/trunk/po/hi.po, xfce4-session/trunk/po/it.po, xfce4-session/trunk/po/ja.po, xfce4-session/trunk/po/ko.po, xfce4-session/trunk/po/lt.po, xfce4-session/trunk/po/mr.po, xfce4-session/trunk/po/ms.po, xfce4-session/trunk/po/nb_NO.po, xfce4-session/trunk/po/nl.po, xfce4-session/trunk/po/pa.po, xfce4-session/trunk/po/pl.po, xfce4-session/trunk/po/pt_BR.po, xfce4-session/trunk/po/pt_PT.po, xfce4-session/trunk/po/ro.po, xfce4-session/trunk/po/ru.po, xfce4-session/trunk/po/sk.po, xfce4-session/trunk/po/sv.po, xfce4-session/trunk/po/ta.po, xfce4-session/trunk/po/tr.po, xfce4-session/trunk/po/uk.po, xfce4-session/trunk/po/vi.po, xfce4-session/trunk/po/xfce4-session.pot, xfce4-session/trunk/po/zh_CN.po, xfce4-session/trunk/po/zh_TW.po, xfce4-trigger-launcher/trunk/po/POTFILES.in, xfce4-trigger-launcher/trunk/po/ar.po, xfce4-trigger-launcher/trunk/po/az.po, xfce4-trigger-launcher/trunk/po/be.po, xfce4-trigger-launcher/trunk/po/bg.po, xfce4-trigger-launcher/trunk/po/bn_IN.po, xfce4-trigger-launcher/trunk/po/ca.po, xfce4-trigger-launcher/trunk/po/cs.po, xfce4-trigger-launcher/trunk/po/de.po, xfce4-trigger-launcher/trunk/po/el.po, xfce4-trigger-launcher/trunk/po/en_GB.po, xfce4-trigger-launcher/trunk/po/eo.po, xfce4-trigger-launcher/trunk/po/es.po, xfce4-trigger-launcher/trunk/po/es_MX.po, xfce4-trigger-launcher/trunk/po/et.po, xfce4-trigger-launcher/trunk/po/eu.po, xfce4-trigger-launcher/trunk/po/fa.po, xfce4-trigger-launcher/trunk/po/fi.po, xfce4-trigger-launcher/trunk/po/fr.po, xfce4-trigger-launcher/trunk/po/gu.po, xfce4-trigger-launcher/trunk/po/he.po, xfce4-trigger-launcher/trunk/po/hi.po, xfce4-trigger-launcher/trunk/po/hu.po, xfce4-trigger-launcher/trunk/po/it.po, xfce4-trigger-launcher/trunk/po/ja.po, xfce4-trigger-launcher/trunk/po/ko.po, xfce4-trigger-launcher/trunk/po/lt.po, xfce4-trigger-launcher/trunk/po/mr.po, xfce4-trigger-launcher/trunk/po/ms.po, xfce4-trigger-launcher/trunk/po/nl.po, xfce4-trigger-launcher/trunk/po/pa.po, xfce4-trigger-launcher/trunk/po/pl.po, xfce4-trigger-launcher/trunk/po/pt_BR.po, xfce4-trigger-launcher/trunk/po/pt_PT.po, xfce4-trigger-launcher/trunk/po/ro.po, xfce4-trigger-launcher/trunk/po/ru.po, xfce4-trigger-launcher/trunk/po/sk.po, xfce4-trigger-launcher/trunk/po/sv.po, xfce4-trigger-launcher/trunk/po/ta.po, xfce4-trigger-launcher/trunk/po/tr.po, xfce4-trigger-launcher/trunk/po/uk.po, xfce4-trigger-launcher/trunk/po/vi.po, xfce4-trigger-launcher/trunk/po/xfce4-trigger-launcher.pot, xfce4-trigger-launcher/trunk/po/zh_CN.po, xfce4-trigger-launcher/trunk/po/zh_TW.po, xffm/trunk/libxffm/po/POTFILES.in, xffm/trunk/libxffm/po/af.po, xffm/trunk/libxffm/po/ar.po, xffm/trunk/libxffm/po/az.po, xffm/trunk/libxffm/po/bg.po, xffm/trunk/libxffm/po/bn_IN.po, xffm/trunk/libxffm/po/ca.po, xffm/trunk/libxffm/po/cs.po, xffm/trunk/libxffm/po/de.po, xffm/trunk/libxffm/po/en_CA.po, xffm/trunk/libxffm/po/en_GB.po, xffm/trunk/libxffm/po/es.po, xffm/trunk/libxffm/po/es_MX.po, xffm/trunk/libxffm/po/et.po, xffm/trunk/libxffm/po/eu.po, xffm/trunk/libxffm/po/fa.po, xffm/trunk/libxffm/po/fi.po, xffm/trunk/libxffm/po/fr.po, xffm/trunk/libxffm/po/gu.po, xffm/trunk/libxffm/po/he.po, xffm/trunk/libxffm/po/hi.po, xffm/trunk/libxffm/po/hu.po, xffm/trunk/libxffm/po/it.po, xffm/trunk/libxffm/po/ja.po, xffm/trunk/libxffm/po/ko.po, xffm/trunk/libxffm/po/libxffm.pot, xffm/trunk/libxffm/po/lt.po, xffm/trunk/libxffm/po/mr.po, xffm/trunk/libxffm/po/ms.po, xffm/trunk/libxffm/po/nb_NO.po, xffm/trunk/libxffm/po/nl.po, xffm/trunk/libxffm/po/pa.po, xffm/trunk/libxffm/po/pl.po, xffm/trunk/libxffm/po/pt_BR.po, xffm/trunk/libxffm/po/pt_PT.po, xffm/trunk/libxffm/po/sk.po, xffm/trunk/libxffm/po/sv.po, xffm/trunk/libxffm/po/ta.po, xffm/trunk/libxffm/po/tr.po, xffm/trunk/libxffm/po/uk.po, xffm/trunk/libxffm/po/vi.po, xffm/trunk/libxffm/po/zh_CN.po, xffm/trunk/libxffm/po/zh_TW.po, xffm/trunk/plugins/xfapps/po/af.po, xffm/trunk/plugins/xfapps/po/am.po, xffm/trunk/plugins/xfapps/po/ar.po, xffm/trunk/plugins/xfapps/po/az.po, xffm/trunk/plugins/xfapps/po/be.po, xffm/trunk/plugins/xfapps/po/bg.po, xffm/trunk/plugins/xfapps/po/bn_IN.po, xffm/trunk/plugins/xfapps/po/ca.po, xffm/trunk/plugins/xfapps/po/cs.po, xffm/trunk/plugins/xfapps/po/cy.po, xffm/trunk/plugins/xfapps/po/da.po, xffm/trunk/plugins/xfapps/po/de.po, xffm/trunk/plugins/xfapps/po/el.po, xffm/trunk/plugins/xfapps/po/en_CA.po, xffm/trunk/plugins/xfapps/po/en_GB.po, xffm/trunk/plugins/xfapps/po/es.po, xffm/trunk/plugins/xfapps/po/es_MX.po, xffm/trunk/plugins/xfapps/po/et.po, xffm/trunk/plugins/xfapps/po/eu.po, xffm/trunk/plugins/xfapps/po/fa.po, xffm/trunk/plugins/xfapps/po/fi.po, xffm/trunk/plugins/xfapps/po/fr.po, xffm/trunk/plugins/xfapps/po/ga.po, xffm/trunk/plugins/xfapps/po/gu.po, xffm/trunk/plugins/xfapps/po/he.po, xffm/trunk/plugins/xfapps/po/hi.po, xffm/trunk/plugins/xfapps/po/hr.po, xffm/trunk/plugins/xfapps/po/hu.po, xffm/trunk/plugins/xfapps/po/id.po, xffm/trunk/plugins/xfapps/po/is.po, xffm/trunk/plugins/xfapps/po/it.po, xffm/trunk/plugins/xfapps/po/ja.po, xffm/trunk/plugins/xfapps/po/ko.po, xffm/trunk/plugins/xfapps/po/li.po, xffm/trunk/plugins/xfapps/po/lt.po, xffm/trunk/plugins/xfapps/po/lv.po, xffm/trunk/plugins/xfapps/po/mi.po, xffm/trunk/plugins/xfapps/po/mk.po, xffm/trunk/plugins/xfapps/po/ml.po, xffm/trunk/plugins/xfapps/po/mn.po, xffm/trunk/plugins/xfapps/po/mr.po, xffm/trunk/plugins/xfapps/po/ms.po, xffm/trunk/plugins/xfapps/po/nb_NO.po, xffm/trunk/plugins/xfapps/po/ne.po, xffm/trunk/plugins/xfapps/po/nl.po, xffm/trunk/plugins/xfapps/po/nn.po, xffm/trunk/plugins/xfapps/po/no.po, xffm/trunk/plugins/xfapps/po/pa.po, xffm/trunk/plugins/xfapps/po/pl.po, xffm/trunk/plugins/xfapps/po/pt_BR.po, xffm/trunk/plugins/xfapps/po/pt_PT.po, xffm/trunk/plugins/xfapps/po/ro.po, xffm/trunk/plugins/xfapps/po/ru.po, xffm/trunk/plugins/xfapps/po/sk.po, xffm/trunk/plugins/xfapps/po/sl.po, xffm/trunk/plugins/xfapps/po/sq.po, xffm/trunk/plugins/xfapps/po/sr.po, xffm/trunk/plugins/xfapps/po/sr@Latn.po, xffm/trunk/plugins/xfapps/po/sr@ije.po, xffm/trunk/plugins/xfapps/po/sv.po, xffm/trunk/plugins/xfapps/po/ta.po, xffm/trunk/plugins/xfapps/po/th.po, xffm/trunk/plugins/xfapps/po/tk.po, xffm/trunk/plugins/xfapps/po/tr.po, xffm/trunk/plugins/xfapps/po/uk.po, xffm/trunk/plugins/xfapps/po/vi.po, xffm/trunk/plugins/xfapps/po/wa.po, xffm/trunk/plugins/xfapps/po/xfapps.pot, xffm/trunk/plugins/xfapps/po/zh_CN.po, xffm/trunk/plugins/xfapps/po/zh_TW.po, xffm/trunk/plugins/xfbook/po/af.po, xffm/trunk/plugins/xfbook/po/am.po, xffm/trunk/plugins/xfbook/po/ar.po, xffm/trunk/plugins/xfbook/po/az.po, xffm/trunk/plugins/xfbook/po/be.po, xffm/trunk/plugins/xfbook/po/bg.po, xffm/trunk/plugins/xfbook/po/bn_IN.po, xffm/trunk/plugins/xfbook/po/ca.po, xffm/trunk/plugins/xfbook/po/cs.po, xffm/trunk/plugins/xfbook/po/cy.po, xffm/trunk/plugins/xfbook/po/da.po, xffm/trunk/plugins/xfbook/po/de.po, xffm/trunk/plugins/xfbook/po/el.po, xffm/trunk/plugins/xfbook/po/en_CA.po, xffm/trunk/plugins/xfbook/po/en_GB.po, xffm/trunk/plugins/xfbook/po/es.po, xffm/trunk/plugins/xfbook/po/es_MX.po, xffm/trunk/plugins/xfbook/po/et.po, xffm/trunk/plugins/xfbook/po/eu.po, xffm/trunk/plugins/xfbook/po/fa.po, xffm/trunk/plugins/xfbook/po/fi.po, xffm/trunk/plugins/xfbook/po/fr.po, xffm/trunk/plugins/xfbook/po/ga.po, xffm/trunk/plugins/xfbook/po/gu.po, xffm/trunk/plugins/xfbook/po/he.po, xffm/trunk/plugins/xfbook/po/hi.po, xffm/trunk/plugins/xfbook/po/hr.po, xffm/trunk/plugins/xfbook/po/hu.po, xffm/trunk/plugins/xfbook/po/id.po, xffm/trunk/plugins/xfbook/po/is.po, xffm/trunk/plugins/xfbook/po/it.po, xffm/trunk/plugins/xfbook/po/ja.po, xffm/trunk/plugins/xfbook/po/ko.po, xffm/trunk/plugins/xfbook/po/li.po, xffm/trunk/plugins/xfbook/po/lt.po, xffm/trunk/plugins/xfbook/po/lv.po, xffm/trunk/plugins/xfbook/po/mi.po, xffm/trunk/plugins/xfbook/po/mk.po, xffm/trunk/plugins/xfbook/po/ml.po, xffm/trunk/plugins/xfbook/po/mn.po, xffm/trunk/plugins/xfbook/po/mr.po, xffm/trunk/plugins/xfbook/po/ms.po, xffm/trunk/plugins/xfbook/po/nb_NO.po, xffm/trunk/plugins/xfbook/po/ne.po, xffm/trunk/plugins/xfbook/po/nl.po, xffm/trunk/plugins/xfbook/po/nn.po, xffm/trunk/plugins/xfbook/po/no.po, xffm/trunk/plugins/xfbook/po/pa.po, xffm/trunk/plugins/xfbook/po/pl.po, xffm/trunk/plugins/xfbook/po/pt_BR.po, xffm/trunk/plugins/xfbook/po/pt_PT.po, xffm/trunk/plugins/xfbook/po/ro.po, xffm/trunk/plugins/xfbook/po/ru.po, xffm/trunk/plugins/xfbook/po/sk.po, xffm/trunk/plugins/xfbook/po/sl.po, xffm/trunk/plugins/xfbook/po/sq.po, xffm/trunk/plugins/xfbook/po/sr.po, xffm/trunk/plugins/xfbook/po/sr@Latn.po, xffm/trunk/plugins/xfbook/po/sr@ije.po, xffm/trunk/plugins/xfbook/po/sv.po, xffm/trunk/plugins/xfbook/po/ta.po, xffm/trunk/plugins/xfbook/po/th.po, xffm/trunk/plugins/xfbook/po/tk.po, xffm/trunk/plugins/xfbook/po/tr.po, xffm/trunk/plugins/xfbook/po/uk.po, xffm/trunk/plugins/xfbook/po/vi.po, xffm/trunk/plugins/xfbook/po/wa.po, xffm/trunk/plugins/xfbook/po/xfbook.pot, xffm/trunk/plugins/xfbook/po/zh_CN.po, xffm/trunk/plugins/xfbook/po/zh_TW.po, xffm/trunk/plugins/xffstab/po/af.po, xffm/trunk/plugins/xffstab/po/am.po, xffm/trunk/plugins/xffstab/po/ar.po, xffm/trunk/plugins/xffstab/po/az.po, xffm/trunk/plugins/xffstab/po/be.po, xffm/trunk/plugins/xffstab/po/bg.po, xffm/trunk/plugins/xffstab/po/bn_IN.po, xffm/trunk/plugins/xffstab/po/ca.po, xffm/trunk/plugins/xffstab/po/cs.po, xffm/trunk/plugins/xffstab/po/cy.po, xffm/trunk/plugins/xffstab/po/da.po, xffm/trunk/plugins/xffstab/po/de.po, xffm/trunk/plugins/xffstab/po/el.po, xffm/trunk/plugins/xffstab/po/en_CA.po, xffm/trunk/plugins/xffstab/po/en_GB.po, xffm/trunk/plugins/xffstab/po/es.po, xffm/trunk/plugins/xffstab/po/es_MX.po, xffm/trunk/plugins/xffstab/po/et.po, xffm/trunk/plugins/xffstab/po/eu.po, xffm/trunk/plugins/xffstab/po/fa.po, xffm/trunk/plugins/xffstab/po/fi.po, xffm/trunk/plugins/xffstab/po/fr.po, xffm/trunk/plugins/xffstab/po/ga.po, xffm/trunk/plugins/xffstab/po/gu.po, xffm/trunk/plugins/xffstab/po/he.po, xffm/trunk/plugins/xffstab/po/hi.po, xffm/trunk/plugins/xffstab/po/hr.po, xffm/trunk/plugins/xffstab/po/hu.po, xffm/trunk/plugins/xffstab/po/id.po, xffm/trunk/plugins/xffstab/po/is.po, xffm/trunk/plugins/xffstab/po/it.po, xffm/trunk/plugins/xffstab/po/ja.po, xffm/trunk/plugins/xffstab/po/ko.po, xffm/trunk/plugins/xffstab/po/li.po, xffm/trunk/plugins/xffstab/po/lt.po, xffm/trunk/plugins/xffstab/po/lv.po, xffm/trunk/plugins/xffstab/po/mi.po, xffm/trunk/plugins/xffstab/po/mk.po, xffm/trunk/plugins/xffstab/po/ml.po, xffm/trunk/plugins/xffstab/po/mn.po, xffm/trunk/plugins/xffstab/po/mr.po, xffm/trunk/plugins/xffstab/po/ms.po, xffm/trunk/plugins/xffstab/po/nb_NO.po, xffm/trunk/plugins/xffstab/po/ne.po, xffm/trunk/plugins/xffstab/po/nl.po, xffm/trunk/plugins/xffstab/po/nn.po, xffm/trunk/plugins/xffstab/po/no.po, xffm/trunk/plugins/xffstab/po/pa.po, xffm/trunk/plugins/xffstab/po/pl.po, xffm/trunk/plugins/xffstab/po/pt_BR.po, xffm/trunk/plugins/xffstab/po/pt_PT.po, xffm/trunk/plugins/xffstab/po/ro.po, xffm/trunk/plugins/xffstab/po/ru.po, xffm/trunk/plugins/xffstab/po/sk.po, xffm/trunk/plugins/xffstab/po/sl.po, xffm/trunk/plugins/xffstab/po/sq.po, xffm/trunk/plugins/xffstab/po/sr.po, xffm/trunk/plugins/xffstab/po/sr@Latn.po, xffm/trunk/plugins/xffstab/po/sr@ije.po, xffm/trunk/plugins/xffstab/po/sv.po, xffm/trunk/plugins/xffstab/po/ta.po, xffm/trunk/plugins/xffstab/po/th.po, xffm/trunk/plugins/xffstab/po/tk.po, xffm/trunk/plugins/xffstab/po/tr.po, xffm/trunk/plugins/xffstab/po/uk.po, xffm/trunk/plugins/xffstab/po/vi.po, xffm/trunk/plugins/xffstab/po/wa.po, xffm/trunk/plugins/xffstab/po/xffstab.pot, xffm/trunk/plugins/xffstab/po/zh_CN.po, xffm/trunk/plugins/xffstab/po/zh_TW.po, xffm/trunk/plugins/xflocate/po/af.po, xffm/trunk/plugins/xflocate/po/am.po, xffm/trunk/plugins/xflocate/po/ar.po, xffm/trunk/plugins/xflocate/po/az.po, xffm/trunk/plugins/xflocate/po/be.po, xffm/trunk/plugins/xflocate/po/bg.po, xffm/trunk/plugins/xflocate/po/bn_IN.po, xffm/trunk/plugins/xflocate/po/ca.po, xffm/trunk/plugins/xflocate/po/cs.po, xffm/trunk/plugins/xflocate/po/cy.po, xffm/trunk/plugins/xflocate/po/da.po, xffm/trunk/plugins/xflocate/po/de.po, xffm/trunk/plugins/xflocate/po/el.po, xffm/trunk/plugins/xflocate/po/en_CA.po, xffm/trunk/plugins/xflocate/po/en_GB.po, xffm/trunk/plugins/xflocate/po/es.po, xffm/trunk/plugins/xflocate/po/es_MX.po, xffm/trunk/plugins/xflocate/po/et.po, xffm/trunk/plugins/xflocate/po/eu.po, xffm/trunk/plugins/xflocate/po/fa.po, xffm/trunk/plugins/xflocate/po/fi.po, xffm/trunk/plugins/xflocate/po/fr.po, xffm/trunk/plugins/xflocate/po/ga.po, xffm/trunk/plugins/xflocate/po/gu.po, xffm/trunk/plugins/xflocate/po/he.po, xffm/trunk/plugins/xflocate/po/hi.po, xffm/trunk/plugins/xflocate/po/hr.po, xffm/trunk/plugins/xflocate/po/hu.po, xffm/trunk/plugins/xflocate/po/id.po, xffm/trunk/plugins/xflocate/po/is.po, xffm/trunk/plugins/xflocate/po/it.po, xffm/trunk/plugins/xflocate/po/ja.po, xffm/trunk/plugins/xflocate/po/ko.po, xffm/trunk/plugins/xflocate/po/li.po, xffm/trunk/plugins/xflocate/po/lt.po, xffm/trunk/plugins/xflocate/po/lv.po, xffm/trunk/plugins/xflocate/po/mi.po, xffm/trunk/plugins/xflocate/po/mk.po, xffm/trunk/plugins/xflocate/po/ml.po, xffm/trunk/plugins/xflocate/po/mn.po, xffm/trunk/plugins/xflocate/po/mr.po, xffm/trunk/plugins/xflocate/po/ms.po, xffm/trunk/plugins/xflocate/po/nb_NO.po, xffm/trunk/plugins/xflocate/po/ne.po, xffm/trunk/plugins/xflocate/po/nl.po, xffm/trunk/plugins/xflocate/po/nn.po, xffm/trunk/plugins/xflocate/po/no.po, xffm/trunk/plugins/xflocate/po/pa.po, xffm/trunk/plugins/xflocate/po/pl.po, xffm/trunk/plugins/xflocate/po/pt_BR.po, xffm/trunk/plugins/xflocate/po/pt_PT.po, xffm/trunk/plugins/xflocate/po/ro.po, xffm/trunk/plugins/xflocate/po/ru.po, xffm/trunk/plugins/xflocate/po/sk.po, xffm/trunk/plugins/xflocate/po/sl.po, xffm/trunk/plugins/xflocate/po/sq.po, xffm/trunk/plugins/xflocate/po/sr.po, xffm/trunk/plugins/xflocate/po/sr@Latn.po, xffm/trunk/plugins/xflocate/po/sr@ije.po, xffm/trunk/plugins/xflocate/po/sv.po, xffm/trunk/plugins/xflocate/po/ta.po, xffm/trunk/plugins/xflocate/po/th.po, xffm/trunk/plugins/xflocate/po/tk.po, xffm/trunk/plugins/xflocate/po/tr.po, xffm/trunk/plugins/xflocate/po/uk.po, xffm/trunk/plugins/xflocate/po/vi.po, xffm/trunk/plugins/xflocate/po/wa.po, xffm/trunk/plugins/xflocate/po/xflocate.pot, xffm/trunk/plugins/xflocate/po/zh_CN.po, xffm/trunk/plugins/xflocate/po/zh_TW.po, xffm/trunk/plugins/xfrecent/po/af.po, xffm/trunk/plugins/xfrecent/po/am.po, xffm/trunk/plugins/xfrecent/po/ar.po, xffm/trunk/plugins/xfrecent/po/az.po, xffm/trunk/plugins/xfrecent/po/be.po, xffm/trunk/plugins/xfrecent/po/bg.po, xffm/trunk/plugins/xfrecent/po/bn_IN.po, xffm/trunk/plugins/xfrecent/po/ca.po, xffm/trunk/plugins/xfrecent/po/cs.po, xffm/trunk/plugins/xfrecent/po/cy.po, xffm/trunk/plugins/xfrecent/po/da.po, xffm/trunk/plugins/xfrecent/po/de.po, xffm/trunk/plugins/xfrecent/po/el.po, xffm/trunk/plugins/xfrecent/po/en_CA.po, xffm/trunk/plugins/xfrecent/po/en_GB.po, xffm/trunk/plugins/xfrecent/po/es.po, xffm/trunk/plugins/xfrecent/po/es_MX.po, xffm/trunk/plugins/xfrecent/po/et.po, xffm/trunk/plugins/xfrecent/po/eu.po, xffm/trunk/plugins/xfrecent/po/fa.po, xffm/trunk/plugins/xfrecent/po/fi.po, xffm/trunk/plugins/xfrecent/po/fr.po, xffm/trunk/plugins/xfrecent/po/ga.po, xffm/trunk/plugins/xfrecent/po/gu.po, xffm/trunk/plugins/xfrecent/po/he.po, xffm/trunk/plugins/xfrecent/po/hi.po, xffm/trunk/plugins/xfrecent/po/hr.po, xffm/trunk/plugins/xfrecent/po/hu.po, xffm/trunk/plugins/xfrecent/po/id.po, xffm/trunk/plugins/xfrecent/po/is.po, xffm/trunk/plugins/xfrecent/po/it.po, xffm/trunk/plugins/xfrecent/po/ja.po, xffm/trunk/plugins/xfrecent/po/ko.po, xffm/trunk/plugins/xfrecent/po/li.po, xffm/trunk/plugins/xfrecent/po/lt.po, xffm/trunk/plugins/xfrecent/po/lv.po, xffm/trunk/plugins/xfrecent/po/mi.po, xffm/trunk/plugins/xfrecent/po/mk.po, xffm/trunk/plugins/xfrecent/po/ml.po, xffm/trunk/plugins/xfrecent/po/mn.po, xffm/trunk/plugins/xfrecent/po/mr.po, xffm/trunk/plugins/xfrecent/po/ms.po, xffm/trunk/plugins/xfrecent/po/nb_NO.po, xffm/trunk/plugins/xfrecent/po/ne.po, xffm/trunk/plugins/xfrecent/po/nl.po, xffm/trunk/plugins/xfrecent/po/nn.po, xffm/trunk/plugins/xfrecent/po/no.po, xffm/trunk/plugins/xfrecent/po/pa.po, xffm/trunk/plugins/xfrecent/po/pl.po, xffm/trunk/plugins/xfrecent/po/pt_BR.po, xffm/trunk/plugins/xfrecent/po/pt_PT.po, xffm/trunk/plugins/xfrecent/po/ro.po, xffm/trunk/plugins/xfrecent/po/ru.po, xffm/trunk/plugins/xfrecent/po/sk.po, xffm/trunk/plugins/xfrecent/po/sl.po, xffm/trunk/plugins/xfrecent/po/sq.po, xffm/trunk/plugins/xfrecent/po/sr.po, xffm/trunk/plugins/xfrecent/po/sr@Latn.po, xffm/trunk/plugins/xfrecent/po/sr@ije.po, xffm/trunk/plugins/xfrecent/po/sv.po, xffm/trunk/plugins/xfrecent/po/ta.po, xffm/trunk/plugins/xfrecent/po/th.po, xffm/trunk/plugins/xfrecent/po/tk.po, xffm/trunk/plugins/xfrecent/po/tr.po, xffm/trunk/plugins/xfrecent/po/uk.po, xffm/trunk/plugins/xfrecent/po/vi.po, xffm/trunk/plugins/xfrecent/po/wa.po, xffm/trunk/plugins/xfrecent/po/xfrecent.pot, xffm/trunk/plugins/xfrecent/po/zh_CN.po, xffm/trunk/plugins/xfrecent/po/zh_TW.po, xffm/trunk/plugins/xfsamba/po/af.po, xffm/trunk/plugins/xfsamba/po/am.po, xffm/trunk/plugins/xfsamba/po/ar.po, xffm/trunk/plugins/xfsamba/po/az.po, xffm/trunk/plugins/xfsamba/po/be.po, xffm/trunk/plugins/xfsamba/po/bg.po, xffm/trunk/plugins/xfsamba/po/bn_IN.po, xffm/trunk/plugins/xfsamba/po/ca.po, xffm/trunk/plugins/xfsamba/po/cs.po, xffm/trunk/plugins/xfsamba/po/cy.po, xffm/trunk/plugins/xfsamba/po/da.po, xffm/trunk/plugins/xfsamba/po/de.po, xffm/trunk/plugins/xfsamba/po/el.po, xffm/trunk/plugins/xfsamba/po/en_CA.po, xffm/trunk/plugins/xfsamba/po/en_GB.po, xffm/trunk/plugins/xfsamba/po/es.po, xffm/trunk/plugins/xfsamba/po/es_MX.po, xffm/trunk/plugins/xfsamba/po/et.po, xffm/trunk/plugins/xfsamba/po/eu.po, xffm/trunk/plugins/xfsamba/po/fa.po, xffm/trunk/plugins/xfsamba/po/fi.po, xffm/trunk/plugins/xfsamba/po/fr.po, xffm/trunk/plugins/xfsamba/po/ga.po, xffm/trunk/plugins/xfsamba/po/gu.po, xffm/trunk/plugins/xfsamba/po/he.po, xffm/trunk/plugins/xfsamba/po/hi.po, xffm/trunk/plugins/xfsamba/po/hr.po, xffm/trunk/plugins/xfsamba/po/hu.po, xffm/trunk/plugins/xfsamba/po/id.po, xffm/trunk/plugins/xfsamba/po/is.po, xffm/trunk/plugins/xfsamba/po/it.po, xffm/trunk/plugins/xfsamba/po/ja.po, xffm/trunk/plugins/xfsamba/po/ko.po, xffm/trunk/plugins/xfsamba/po/li.po, xffm/trunk/plugins/xfsamba/po/lt.po, xffm/trunk/plugins/xfsamba/po/lv.po, xffm/trunk/plugins/xfsamba/po/mi.po, xffm/trunk/plugins/xfsamba/po/mk.po, xffm/trunk/plugins/xfsamba/po/ml.po, xffm/trunk/plugins/xfsamba/po/mn.po, xffm/trunk/plugins/xfsamba/po/mr.po, xffm/trunk/plugins/xfsamba/po/ms.po, xffm/trunk/plugins/xfsamba/po/nb_NO.po, xffm/trunk/plugins/xfsamba/po/ne.po, xffm/trunk/plugins/xfsamba/po/nl.po, xffm/trunk/plugins/xfsamba/po/nn.po, xffm/trunk/plugins/xfsamba/po/no.po, xffm/trunk/plugins/xfsamba/po/pa.po, xffm/trunk/plugins/xfsamba/po/pl.po, xffm/trunk/plugins/xfsamba/po/pt_BR.po, xffm/trunk/plugins/xfsamba/po/pt_PT.po, xffm/trunk/plugins/xfsamba/po/ro.po, xffm/trunk/plugins/xfsamba/po/ru.po, xffm/trunk/plugins/xfsamba/po/sk.po, xffm/trunk/plugins/xfsamba/po/sl.po, xffm/trunk/plugins/xfsamba/po/sq.po, xffm/trunk/plugins/xfsamba/po/sr.po, xffm/trunk/plugins/xfsamba/po/sr@Latn.po, xffm/trunk/plugins/xfsamba/po/sr@ije.po, xffm/trunk/plugins/xfsamba/po/sv.po, xffm/trunk/plugins/xfsamba/po/ta.po, xffm/trunk/plugins/xfsamba/po/th.po, xffm/trunk/plugins/xfsamba/po/tk.po, xffm/trunk/plugins/xfsamba/po/tr.po, xffm/trunk/plugins/xfsamba/po/uk.po, xffm/trunk/plugins/xfsamba/po/vi.po, xffm/trunk/plugins/xfsamba/po/wa.po, xffm/trunk/plugins/xfsamba/po/xfsamba.pot, xffm/trunk/plugins/xfsamba/po/zh_CN.po, xffm/trunk/plugins/xfsamba/po/zh_TW.po, xffm/trunk/plugins/xftrash/po/af.po, xffm/trunk/plugins/xftrash/po/am.po, xffm/trunk/plugins/xftrash/po/ar.po, xffm/trunk/plugins/xftrash/po/az.po, xffm/trunk/plugins/xftrash/po/be.po, xffm/trunk/plugins/xftrash/po/bg.po, xffm/trunk/plugins/xftrash/po/bn_IN.po, xffm/trunk/plugins/xftrash/po/ca.po, xffm/trunk/plugins/xftrash/po/cs.po, xffm/trunk/plugins/xftrash/po/cy.po, xffm/trunk/plugins/xftrash/po/da.po, xffm/trunk/plugins/xftrash/po/de.po, xffm/trunk/plugins/xftrash/po/el.po, xffm/trunk/plugins/xftrash/po/en_CA.po, xffm/trunk/plugins/xftrash/po/en_GB.po, xffm/trunk/plugins/xftrash/po/es.po, xffm/trunk/plugins/xftrash/po/es_MX.po, xffm/trunk/plugins/xftrash/po/et.po, xffm/trunk/plugins/xftrash/po/eu.po, xffm/trunk/plugins/xftrash/po/fa.po, xffm/trunk/plugins/xftrash/po/fi.po, xffm/trunk/plugins/xftrash/po/fr.po, xffm/trunk/plugins/xftrash/po/ga.po, xffm/trunk/plugins/xftrash/po/gu.po, xffm/trunk/plugins/xftrash/po/he.po, xffm/trunk/plugins/xftrash/po/hi.po, xffm/trunk/plugins/xftrash/po/hr.po, xffm/trunk/plugins/xftrash/po/hu.po, xffm/trunk/plugins/xftrash/po/id.po, xffm/trunk/plugins/xftrash/po/is.po, xffm/trunk/plugins/xftrash/po/it.po, xffm/trunk/plugins/xftrash/po/ja.po, xffm/trunk/plugins/xftrash/po/ko.po, xffm/trunk/plugins/xftrash/po/li.po, xffm/trunk/plugins/xftrash/po/lt.po, xffm/trunk/plugins/xftrash/po/lv.po, xffm/trunk/plugins/xftrash/po/mi.po, xffm/trunk/plugins/xftrash/po/mk.po, xffm/trunk/plugins/xftrash/po/ml.po, xffm/trunk/plugins/xftrash/po/mn.po, xffm/trunk/plugins/xftrash/po/mr.po, xffm/trunk/plugins/xftrash/po/ms.po, xffm/trunk/plugins/xftrash/po/nb_NO.po, xffm/trunk/plugins/xftrash/po/ne.po, xffm/trunk/plugins/xftrash/po/nl.po, xffm/trunk/plugins/xftrash/po/nn.po, xffm/trunk/plugins/xftrash/po/no.po, xffm/trunk/plugins/xftrash/po/pa.po, xffm/trunk/plugins/xftrash/po/pl.po, xffm/trunk/plugins/xftrash/po/pt_BR.po, xffm/trunk/plugins/xftrash/po/pt_PT.po, xffm/trunk/plugins/xftrash/po/ro.po, xffm/trunk/plugins/xftrash/po/ru.po, xffm/trunk/plugins/xftrash/po/sk.po, xffm/trunk/plugins/xftrash/po/sl.po, xffm/trunk/plugins/xftrash/po/sq.po, xffm/trunk/plugins/xftrash/po/sr.po, xffm/trunk/plugins/xftrash/po/sr@Latn.po, xffm/trunk/plugins/xftrash/po/sr@ije.po, xffm/trunk/plugins/xftrash/po/sv.po, xffm/trunk/plugins/xftrash/po/ta.po, xffm/trunk/plugins/xftrash/po/th.po, xffm/trunk/plugins/xftrash/po/tk.po, xffm/trunk/plugins/xftrash/po/tr.po, xffm/trunk/plugins/xftrash/po/uk.po, xffm/trunk/plugins/xftrash/po/vi.po, xffm/trunk/plugins/xftrash/po/wa.po, xffm/trunk/plugins/xftrash/po/xftrash.pot, xffm/trunk/plugins/xftrash/po/zh_CN.po, xffm/trunk/plugins/xftrash/po/zh_TW.po, xffm/trunk/xffm/po/POTFILES.in, xffm/trunk/xffm/po/af.po, xffm/trunk/xffm/po/ar.po, xffm/trunk/xffm/po/az.po, xffm/trunk/xffm/po/bg.po, xffm/trunk/xffm/po/bn_IN.po, xffm/trunk/xffm/po/ca.po, xffm/trunk/xffm/po/cs.po, xffm/trunk/xffm/po/cy.po, xffm/trunk/xffm/po/da.po, xffm/trunk/xffm/po/de.po, xffm/trunk/xffm/po/en_CA.po, xffm/trunk/xffm/po/en_GB.po, xffm/trunk/xffm/po/es.po, xffm/trunk/xffm/po/es_MX.po, xffm/trunk/xffm/po/et.po, xffm/trunk/xffm/po/eu.po, xffm/trunk/xffm/po/fa.po, xffm/trunk/xffm/po/fi.po, xffm/trunk/xffm/po/fr.po, xffm/trunk/xffm/po/gu.po, xffm/trunk/xffm/po/he.po, xffm/trunk/xffm/po/hi.po, xffm/trunk/xffm/po/hr.po, xffm/trunk/xffm/po/hu.po, xffm/trunk/xffm/po/id.po, xffm/trunk/xffm/po/is.po, xffm/trunk/xffm/po/it.po, xffm/trunk/xffm/po/ja.po, xffm/trunk/xffm/po/ko.po, xffm/trunk/xffm/po/li.po, xffm/trunk/xffm/po/lt.po, xffm/trunk/xffm/po/lv.po, xffm/trunk/xffm/po/mk.po, xffm/trunk/xffm/po/mr.po, xffm/trunk/xffm/po/ms.po, xffm/trunk/xffm/po/nb_NO.po, xffm/trunk/xffm/po/nl.po, xffm/trunk/xffm/po/nn.po, xffm/trunk/xffm/po/no.po, xffm/trunk/xffm/po/pa.po, xffm/trunk/xffm/po/pl.po, xffm/trunk/xffm/po/pt_BR.po, xffm/trunk/xffm/po/pt_PT.po, xffm/trunk/xffm/po/ro.po, xffm/trunk/xffm/po/ru.po, xffm/trunk/xffm/po/sk.po, xffm/trunk/xffm/po/sl.po, xffm/trunk/xffm/po/sq.po, xffm/trunk/xffm/po/sr@Latn.po, xffm/trunk/xffm/po/sv.po, xffm/trunk/xffm/po/ta.po, xffm/trunk/xffm/po/th.po, xffm/trunk/xffm/po/tr.po, xffm/trunk/xffm/po/uk.po, xffm/trunk/xffm/po/vi.po, xffm/trunk/xffm/po/wa.po, xffm/trunk/xffm/po/xffm.pot, xffm/trunk/xffm/po/zh_CN.po, xffm/trunk/xffm/po/zh_TW.po, xfmedia/trunk/po/de.po, xfmedia/trunk/po/es.po, xfmedia/trunk/po/eu.po, xfmedia/trunk/po/fi.po, xfmedia/trunk/po/fr.po, xfmedia/trunk/po/gu.po, xfmedia/trunk/po/hu.po, xfmedia/trunk/po/ja.po, xfmedia/trunk/po/lt.po, xfmedia/trunk/po/pl.po, xfmedia/trunk/po/pt_BR.po, xfmedia/trunk/po/sk.po, xfmedia/trunk/po/vi.po, xfmedia/trunk/po/xfmedia.pot, xfmedia/trunk/po/zh_CN.po, xfmedia/trunk/po/zh_TW.po, xfwm4/branches/xfce_4_2/po/af.po, xfwm4/branches/xfce_4_2/po/ar.po, xfwm4/branches/xfce_4_2/po/az.po, xfwm4/branches/xfce_4_2/po/be.po, xfwm4/branches/xfce_4_2/po/bg.po, xfwm4/branches/xfce_4_2/po/bn_IN.po, xfwm4/branches/xfce_4_2/po/ca.po, xfwm4/branches/xfce_4_2/po/cs.po, xfwm4/branches/xfce_4_2/po/de.po, xfwm4/branches/xfce_4_2/po/el.po, xfwm4/branches/xfce_4_2/po/en_GB.po, xfwm4/branches/xfce_4_2/po/eo.po, xfwm4/branches/xfce_4_2/po/es.po, xfwm4/branches/xfce_4_2/po/es_MX.po, xfwm4/branches/xfce_4_2/po/et.po, xfwm4/branches/xfce_4_2/po/eu.po, xfwm4/branches/xfce_4_2/po/fa.po, xfwm4/branches/xfce_4_2/po/fi.po, xfwm4/branches/xfce_4_2/po/fr.po, xfwm4/branches/xfce_4_2/po/gu.po, xfwm4/branches/xfce_4_2/po/he.po, xfwm4/branches/xfce_4_2/po/hi.po, xfwm4/branches/xfce_4_2/po/hu.po, xfwm4/branches/xfce_4_2/po/it.po, xfwm4/branches/xfce_4_2/po/ja.po, xfwm4/branches/xfce_4_2/po/ko.po, xfwm4/branches/xfce_4_2/po/ku.po, xfwm4/branches/xfce_4_2/po/lt.po, xfwm4/branches/xfce_4_2/po/mr.po, xfwm4/branches/xfce_4_2/po/ms.po, xfwm4/branches/xfce_4_2/po/nb_NO.po, xfwm4/branches/xfce_4_2/po/nl.po, xfwm4/branches/xfce_4_2/po/pa.po, xfwm4/branches/xfce_4_2/po/pl.po, xfwm4/branches/xfce_4_2/po/pt_BR.po, xfwm4/branches/xfce_4_2/po/pt_PT.po, xfwm4/branches/xfce_4_2/po/ro.po, xfwm4/branches/xfce_4_2/po/ru.po, xfwm4/branches/xfce_4_2/po/sk.po, xfwm4/branches/xfce_4_2/po/sl.po, xfwm4/branches/xfce_4_2/po/sv.po, xfwm4/branches/xfce_4_2/po/ta.po, xfwm4/branches/xfce_4_2/po/tr.po, xfwm4/branches/xfce_4_2/po/uk.po, xfwm4/branches/xfce_4_2/po/vi.po, xfwm4/branches/xfce_4_2/po/zh_CN.po, xfwm4/branches/xfce_4_2/po/zh_TW.po, xfwm4/trunk/po/ar.po, xfwm4/trunk/po/az.po, xfwm4/trunk/po/be.po, xfwm4/trunk/po/bg.po, xfwm4/trunk/po/bn_IN.po, xfwm4/trunk/po/ca.po, xfwm4/trunk/po/cs.po, xfwm4/trunk/po/de.po, xfwm4/trunk/po/el.po, xfwm4/trunk/po/en_GB.po, xfwm4/trunk/po/eo.po, xfwm4/trunk/po/es.po, xfwm4/trunk/po/es_MX.po, xfwm4/trunk/po/et.po, xfwm4/trunk/po/eu.po, xfwm4/trunk/po/fa.po, xfwm4/trunk/po/fi.po, xfwm4/trunk/po/fr.po, xfwm4/trunk/po/gu.po, xfwm4/trunk/po/he.po, xfwm4/trunk/po/hi.po, xfwm4/trunk/po/hu.po, xfwm4/trunk/po/it.po, xfwm4/trunk/po/ja.po, xfwm4/trunk/po/ko.po, xfwm4/trunk/po/lt.po, xfwm4/trunk/po/mr.po, xfwm4/trunk/po/ms.po, xfwm4/trunk/po/nb_NO.po, xfwm4/trunk/po/nl.po, xfwm4/trunk/po/pa.po, xfwm4/trunk/po/pl.po, xfwm4/trunk/po/pt_BR.po, xfwm4/trunk/po/pt_PT.po, xfwm4/trunk/po/ro.po, xfwm4/trunk/po/ru.po, xfwm4/trunk/po/sk.po, xfwm4/trunk/po/sv.po, xfwm4/trunk/po/ta.po, xfwm4/trunk/po/tr.po, xfwm4/trunk/po/uk.po, xfwm4/trunk/po/vi.po, xfwm4/trunk/po/xfwm4.pot, xfwm4/trunk/po/zh_CN.po, xfwm4/trunk/po/zh_TW.po: Updated. 2005-12-29 21:49 jasper * plugins/actions/actions.c, plugins/clock/clock.c, plugins/iconbox/iconbox.c, plugins/launcher/launcher-dialog.c, plugins/launcher/launcher.c, plugins/pager/pager.c, plugins/separator/separator.c, plugins/systray/systray.c, plugins/tasklist/tasklist.c: Prevent possible crash when item is deleted while dialog is open. 2005-12-29 21:04 jasper * libxfce4panel/xfce-panel-external-item.c, libxfce4panel/xfce-panel-external-plugin.c, libxfce4panel/xfce-panel-internal-plugin.c, libxfce4panel/xfce-panel-item-iface.c, libxfce4panel/xfce-panel-item-iface.h, libxfce4panel/xfce-panel-plugin-iface-private.h, libxfce4panel/xfce-panel-plugin-iface.c, panel/panel-dialogs.c, panel/panel.c, panel/panel.h: Open properties dialog after adding a new item. 2005-12-29 17:16 jasper * panel/panel-app-messages.c, panel/panel-app.c, panel/panel-app.h, panel/panel-dialogs.c, panel/panel-dialogs.h, panel/panel.c, panel/panel.h: Make 'Add Items' dialog insert new items after the plugin that was clicked 2005-12-29 14:33 jasper * config/panels.xml, plugins/launcher/launcher.c: Small fix to show icon on initial empty launcher 2005-12-29 10:08 jasper * plugins/launcher/launcher.c: Delayed loading of icons. 2005-12-28 20:53 jasper * po/POTFILES.in, po/ar.po, po/az.po, po/be.po, po/bg.po, po/bn_IN.po, po/ca.po, po/cs.po, po/de.po, po/el.po, po/en_GB.po, po/eo.po, po/es.po, po/es_MX.po, po/et.po, po/eu.po, po/fa.po, po/fi.po, po/fr.po, po/gu.po, po/he.po, po/hi.po, po/hu.po, po/hy.po, po/it.po, po/ja.po, po/ko.po, po/lt.po, po/mr.po, po/ms.po, po/nb_NO.po, po/nl.po, po/pa.po, po/pl.po, po/pt_BR.po, po/pt_PT.po, po/ro.po, po/ru.po, po/sk.po, po/sv.po, po/ta.po, po/tr.po, po/uk.po, po/vi.po, po/xfce4-panel.pot, po/zh_CN.po, po/zh_TW.po: Update po files 2005-12-28 20:40 jasper * panel/panel-properties.c: Try to improve initial positioning. 2005-12-28 19:23 jasper * panel/panel.c: Select drag widget on button press, not after drag has already started (Bug #1301). 2005-12-28 19:04 jasper * panel/panel.c: Properly unset drag source after move (Bug #1300). 2005-12-27 17:20 jasper * panel/panel-dialogs.c, plugins/actions/actions.desktop.in.in, plugins/launcher/launcher-dialog.c, plugins/pager/pager.desktop.in.in, plugins/separator/separator.desktop.in.in, plugins/systray/systray.desktop.in.in, plugins/testplugin/testplugin.desktop.in.in: Small tweaks 2005-12-23 10:42 jasper * libxfce4panel/xfce-panel-plugin-iface.c: Center item remove dialog 2005-12-22 19:55 jasper * plugins/launcher/launcher.c: Fix possible crash. Patch by Nick Schermer. 2005-12-22 19:16 jasper * plugins/iconbox/iconbox.c: Add window menu to iconbox. Patch by Pasi Orovuo. 2005-12-22 15:58 jasper * plugins/iconbox/iconbox.c, plugins/launcher/launcher.c, plugins/tasklist/tasklist.c: Add extra handle to taskbar and iconbox, at the end. 2005-12-22 15:37 jasper * libxfce4panel/xfce-arrow-button.c, libxfce4panel/xfce-panel-external-item.c, libxfce4panel/xfce-panel-external-plugin.c, libxfce4panel/xfce-panel-plugin-messages.c: More minor cleanups. Add error trapping for X messages. 2005-12-22 14:01 jasper * panel/main.c, panel/panel-app-messages.c, panel/panel-app.c, panel/panel-config.c, panel/panel-dialogs.c, panel/panel-dialogs.h, panel/panel-item-manager.c, panel/panel.c: Cleaning up a bit. * Use DefaultScreen when monitor is not set in the config file * The manager selection should no longer be per screen but for entire display * Also handle SIGABRT 2005-12-22 10:49 jasper * panel/main.c, panel/panel-app-messages.c, panel/panel-app-messages.h, panel/panel-app.c, panel/panel-app.h, panel/panel-config.c, panel/panel-config.h, panel/panel-dialogs.c, panel/panel-dialogs.h, panel/panel-dnd.c, panel/panel-dnd.h, panel/panel-item-manager.c, panel/panel-item-manager.h, panel/panel-private.h, panel/panel-properties.c, panel/panel-properties.h, panel/panel.c, panel/panel.h: * Fix two potential crashes when a panel is removed * Add minimum size for a panel * Expand 'Id' property 2005-12-22 08:36 jasper * panel/panel-app.c, panel/panel-dialogs.c: Played a bit with the panel manager dialog. I don't think this will be the final design. 2005-12-21 17:23 pollux * plugins/iconbox/iconbox.c: add support for multiscreen 2005-12-21 17:05 pollux * plugins/systray/systray.c: remove useless debug info 2005-12-21 17:02 pollux * plugins/systray/systray.c, plugins/systray/systray.desktop.in.in: add multiscreen support 2005-12-21 15:42 jasper * panel/panel-app.c, panel/panel-app.h, panel/panel-properties.c: When using xinerama and all monitors are equal size, full width will expand across monitors. Actually, I have no idea if it really works, but at least it doesn't seem to mess up single monitor operation ;-) 2005-12-21 14:29 pollux * panel/panel-dialogs.c: fix some potential bug 2005-12-21 13:47 jasper * panel/panel-dialogs.c: Oops. Bad c&p. 2005-12-21 13:46 jasper * panel/panel-dialogs.c, panel/panel-item-manager.c: * Use xfce_gtk_window_center_on_monitor() for panel dialog as well * Make item list show descriptions again 2005-12-21 13:37 pollux * panel/panel-dialogs.c: show the add items dialog on the correct screen 2005-12-21 08:52 jasper * docs/API/html/XfceExternalPanelPlugin.html, docs/API/html/XfceInternalPanelPlugin.html, docs/API/html/XfceItembar.html, docs/API/html/XfcePanelPlugin.html, docs/API/html/index.sgml, docs/API/html/libxfce4panel-Standard-Enumerations.html, docs/API/html/libxfce4panel-Writing-Plugins.html, docs/API/html/libxfce4panel.devhelp, docs/API/libxfce4panel-decl-list.txt, docs/API/libxfce4panel-decl.txt, docs/API/libxfce4panel-sections.txt, docs/API/libxfce4panel-undocumented.txt, docs/API/tmpl/xfce-itembar.sgml, docs/API/tmpl/xfce-panel-plugin-iface.sgml, docs/API/xml/xfce-itembar.xml, docs/API/xml/xfce-panel-plugin-iface.xml, libxfce4panel/xfce-panel-external-plugin.c, libxfce4panel/xfce-panel-internal-plugin.c, libxfce4panel/xfce-panel-plugin-iface-private.h, libxfce4panel/xfce-panel-plugin-iface.c, libxfce4panel/xfce-panel-plugin-iface.h, panel/panel-properties.c: * Improve unblock_autohide: check for pointer position before hiding * Make plugin menu use new register_menu function * Update API docs 2005-12-20 22:00 jasper * libxfce4panel/xfce-panel-external-item.c, libxfce4panel/xfce-panel-external-plugin.c, libxfce4panel/xfce-panel-internal-plugin.c, libxfce4panel/xfce-panel-item-iface.c, libxfce4panel/xfce-panel-item-iface.h, libxfce4panel/xfce-panel-plugin-iface-private.h, libxfce4panel/xfce-panel-plugin-iface.c, libxfce4panel/xfce-panel-plugin-iface.h, panel/panel.c, plugins/launcher/launcher.c: Add xfce_panel_plugin_register_menu() to block autohide while the menu is active and unblock on deactivation. 2005-12-20 14:55 daichi * configure.ac, xfdesktop/trunk/configure.ac: Changed order alphabetically. 2005-12-20 14:36 daichi * libexo/trunk/po/ChangeLog, libxfcegui4/trunk/po/ChangeLog, terminal/trunk/po/ChangeLog, thunar/trunk/po/ca.po, thunar/trunk/po/el.po, xfburn/trunk/po/ChangeLog, xfcalendar/trunk/po/ChangeLog, xfcalendar/trunk/po/ar.po, xfcalendar/trunk/po/az.po, xfcalendar/trunk/po/be.po, xfcalendar/trunk/po/bg.po, xfcalendar/trunk/po/bn_IN.po, xfcalendar/trunk/po/ca.po, xfcalendar/trunk/po/cs.po, xfcalendar/trunk/po/de.po, xfcalendar/trunk/po/el.po, xfcalendar/trunk/po/en_GB.po, xfcalendar/trunk/po/eo.po, xfcalendar/trunk/po/es.po, xfcalendar/trunk/po/et.po, xfcalendar/trunk/po/eu.po, xfcalendar/trunk/po/fa.po, xfcalendar/trunk/po/fi.po, xfcalendar/trunk/po/fr.po, xfcalendar/trunk/po/gu.po, xfcalendar/trunk/po/he.po, xfcalendar/trunk/po/hi.po, xfcalendar/trunk/po/hy.po, xfcalendar/trunk/po/it.po, xfcalendar/trunk/po/ja.po, xfcalendar/trunk/po/ko.po, xfcalendar/trunk/po/lt.po, xfcalendar/trunk/po/mr.po, xfcalendar/trunk/po/ms.po, xfcalendar/trunk/po/nb_NO.po, xfcalendar/trunk/po/nl.po, xfcalendar/trunk/po/pa.po, xfcalendar/trunk/po/pl.po, xfcalendar/trunk/po/pt_BR.po, xfcalendar/trunk/po/pt_PT.po, xfcalendar/trunk/po/ro.po, xfcalendar/trunk/po/ru.po, xfcalendar/trunk/po/sk.po, xfcalendar/trunk/po/sv.po, xfcalendar/trunk/po/ta.po, xfcalendar/trunk/po/tr.po, xfcalendar/trunk/po/uk.po, xfcalendar/trunk/po/vi.po, xfcalendar/trunk/po/zh_CN.po, xfcalendar/trunk/po/zh_TW.po, xfce-mcs-plugins/trunk/po/ChangeLog, xfce-mcs-plugins/trunk/po/ar.po, xfce-mcs-plugins/trunk/po/az.po, xfce-mcs-plugins/trunk/po/be.po, xfce-mcs-plugins/trunk/po/bg.po, xfce-mcs-plugins/trunk/po/bn_IN.po, xfce-mcs-plugins/trunk/po/ca.po, xfce-mcs-plugins/trunk/po/cs.po, xfce-mcs-plugins/trunk/po/de.po, xfce-mcs-plugins/trunk/po/el.po, xfce-mcs-plugins/trunk/po/en_GB.po, xfce-mcs-plugins/trunk/po/eo.po, xfce-mcs-plugins/trunk/po/es.po, xfce-mcs-plugins/trunk/po/es_MX.po, xfce-mcs-plugins/trunk/po/et.po, xfce-mcs-plugins/trunk/po/eu.po, xfce-mcs-plugins/trunk/po/fa.po, xfce-mcs-plugins/trunk/po/fi.po, xfce-mcs-plugins/trunk/po/fr.po, xfce-mcs-plugins/trunk/po/gu.po, xfce-mcs-plugins/trunk/po/he.po, xfce-mcs-plugins/trunk/po/hi.po, xfce-mcs-plugins/trunk/po/hu.po, xfce-mcs-plugins/trunk/po/it.po, xfce-mcs-plugins/trunk/po/ja.po, xfce-mcs-plugins/trunk/po/ko.po, xfce-mcs-plugins/trunk/po/lt.po, xfce-mcs-plugins/trunk/po/mr.po, xfce-mcs-plugins/trunk/po/ms.po, xfce-mcs-plugins/trunk/po/nl.po, xfce-mcs-plugins/trunk/po/pa.po, xfce-mcs-plugins/trunk/po/pl.po, xfce-mcs-plugins/trunk/po/pt_BR.po, xfce-mcs-plugins/trunk/po/pt_PT.po, xfce-mcs-plugins/trunk/po/ro.po, xfce-mcs-plugins/trunk/po/ru.po, xfce-mcs-plugins/trunk/po/sk.po, xfce-mcs-plugins/trunk/po/sv.po, xfce-mcs-plugins/trunk/po/ta.po, xfce-mcs-plugins/trunk/po/tr.po, xfce-mcs-plugins/trunk/po/uk.po, xfce-mcs-plugins/trunk/po/vi.po, xfce-mcs-plugins/trunk/po/zh_CN.po, xfce-mcs-plugins/trunk/po/zh_TW.po, xfce-utils/trunk/po/ChangeLog, xfce4-mailwatch-plugin/trunk/po/ChangeLog, xfce4-mailwatch-plugin/trunk/po/ca.po, xfce4-mailwatch-plugin/trunk/po/de.po, xfce4-mailwatch-plugin/trunk/po/el.po, xfce4-mailwatch-plugin/trunk/po/eu.po, xfce4-mailwatch-plugin/trunk/po/fi.po, xfce4-mailwatch-plugin/trunk/po/gu.po, xfce4-mailwatch-plugin/trunk/po/ja.po, xfce4-mailwatch-plugin/trunk/po/pt_BR.po, po/ChangeLog, po/ar.po, po/az.po, po/be.po, po/bg.po, po/bn_IN.po, po/ca.po, po/cs.po, po/de.po, po/el.po, po/en_GB.po, po/eo.po, po/es.po, po/es_MX.po, po/et.po, po/eu.po, po/fa.po, po/fi.po, po/fr.po, po/gu.po, po/he.po, po/hi.po, po/hu.po, po/hy.po, po/it.po, po/ja.po, po/ko.po, po/lt.po, po/mr.po, po/ms.po, po/nb_NO.po, po/nl.po, po/pa.po, po/pl.po, po/pt_BR.po, po/pt_PT.po, po/ro.po, po/ru.po, po/sk.po, po/sv.po, po/ta.po, po/tr.po, po/uk.po, po/vi.po, po/zh_CN.po, po/zh_TW.po, xfce4-session/trunk/po/ChangeLog, xfdesktop/trunk/po/ChangeLog, xfdesktop/trunk/po/ar.po, xfdesktop/trunk/po/az.po, xfdesktop/trunk/po/be.po, xfdesktop/trunk/po/bg.po, xfdesktop/trunk/po/bn_IN.po, xfdesktop/trunk/po/ca.po, xfdesktop/trunk/po/cs.po, xfdesktop/trunk/po/de.po, xfdesktop/trunk/po/el.po, xfdesktop/trunk/po/en_GB.po, xfdesktop/trunk/po/eo.po, xfdesktop/trunk/po/es.po, xfdesktop/trunk/po/es_MX.po, xfdesktop/trunk/po/et.po, xfdesktop/trunk/po/eu.po, xfdesktop/trunk/po/fa.po, xfdesktop/trunk/po/fi.po, xfdesktop/trunk/po/fr.po, xfdesktop/trunk/po/gu.po, xfdesktop/trunk/po/he.po, xfdesktop/trunk/po/hi.po, xfdesktop/trunk/po/hu.po, xfdesktop/trunk/po/hy.po, xfdesktop/trunk/po/it.po, xfdesktop/trunk/po/ja.po, xfdesktop/trunk/po/ko.po, xfdesktop/trunk/po/lt.po, xfdesktop/trunk/po/mr.po, xfdesktop/trunk/po/ms.po, xfdesktop/trunk/po/nb_NO.po, xfdesktop/trunk/po/nl.po, xfdesktop/trunk/po/pa.po, xfdesktop/trunk/po/pl.po, xfdesktop/trunk/po/pt_BR.po, xfdesktop/trunk/po/pt_PT.po, xfdesktop/trunk/po/ro.po, xfdesktop/trunk/po/ru.po, xfdesktop/trunk/po/sk.po, xfdesktop/trunk/po/sv.po, xfdesktop/trunk/po/ta.po, xfdesktop/trunk/po/tr.po, xfdesktop/trunk/po/uk.po, xfdesktop/trunk/po/vi.po, xfdesktop/trunk/po/zh_CN.po, xfdesktop/trunk/po/zh_TW.po, xffm/trunk/libxffm/po/ChangeLog, xffm/trunk/plugins/xfsamba/po/ChangeLog, xffm/trunk/plugins/xftrash/po/ChangeLog, xffm/trunk/xffm-gui/po/ChangeLog, xffm/trunk/xffm-root/po/ChangeLog, xffm/trunk/xfmime-edit/po/ChangeLog, xfmedia/trunk/po/ChangeLog, xfprint/trunk/po/ChangeLog, xfwm4/trunk/po/ChangeLog, xfwm4/trunk/po/ar.po, xfwm4/trunk/po/az.po, xfwm4/trunk/po/be.po, xfwm4/trunk/po/bg.po, xfwm4/trunk/po/bn_IN.po, xfwm4/trunk/po/ca.po, xfwm4/trunk/po/cs.po, xfwm4/trunk/po/de.po, xfwm4/trunk/po/el.po, xfwm4/trunk/po/en_GB.po, xfwm4/trunk/po/eo.po, xfwm4/trunk/po/es.po, xfwm4/trunk/po/es_MX.po, xfwm4/trunk/po/et.po, xfwm4/trunk/po/eu.po, xfwm4/trunk/po/fa.po, xfwm4/trunk/po/fi.po, xfwm4/trunk/po/fr.po, xfwm4/trunk/po/gu.po, xfwm4/trunk/po/he.po, xfwm4/trunk/po/hi.po, xfwm4/trunk/po/hu.po, xfwm4/trunk/po/it.po, xfwm4/trunk/po/ja.po, xfwm4/trunk/po/ko.po, xfwm4/trunk/po/lt.po, xfwm4/trunk/po/mr.po, xfwm4/trunk/po/ms.po, xfwm4/trunk/po/nb_NO.po, xfwm4/trunk/po/nl.po, xfwm4/trunk/po/pa.po, xfwm4/trunk/po/pl.po, xfwm4/trunk/po/pt_BR.po, xfwm4/trunk/po/pt_PT.po, xfwm4/trunk/po/ro.po, xfwm4/trunk/po/ru.po, xfwm4/trunk/po/sk.po, xfwm4/trunk/po/sv.po, xfwm4/trunk/po/ta.po, xfwm4/trunk/po/tr.po, xfwm4/trunk/po/uk.po, xfwm4/trunk/po/vi.po, xfwm4/trunk/po/zh_CN.po, xfwm4/trunk/po/zh_TW.po: Updated. 2005-12-20 10:59 jasper * panel/panel-app.c: Add SIGCHLD handler to avoid creation of zombies (hopefully). 2005-12-20 09:44 jasper * NEWS, panel/panel.c, po/ar.po, po/az.po, po/be.po, po/bg.po, po/bn_IN.po, po/ca.po, po/cs.po, po/de.po, po/el.po, po/en_GB.po, po/eo.po, po/es.po, po/es_MX.po, po/et.po, po/eu.po, po/fa.po, po/fi.po, po/fr.po, po/gu.po, po/he.po, po/hi.po, po/hu.po, po/hy.po, po/it.po, po/ja.po, po/ko.po, po/lt.po, po/mr.po, po/ms.po, po/nb_NO.po, po/nl.po, po/pa.po, po/pl.po, po/pt_BR.po, po/pt_PT.po, po/ro.po, po/ru.po, po/sk.po, po/sv.po, po/ta.po, po/tr.po, po/uk.po, po/vi.po, po/xfce4-panel.pot, po/zh_CN.po, po/zh_TW.po: * Fix positioning bug when moving an item to the right on the same panel * update po files 2005-12-19 22:09 jasper * configure.ac, panel/Makefile.am, panel/panel-app.c, panel/panel-dialogs.c, panel/panel-manager.c, panel/panel-manager.h, panel/panel-settings.c, panel/panel-settings.h, po/POTFILES.in, po/ar.po, po/az.po, po/be.po, po/bg.po, po/bn_IN.po, po/ca.po, po/cs.po, po/de.po, po/el.po, po/en_GB.po, po/eo.po, po/es.po, po/es_MX.po, po/et.po, po/eu.po, po/fa.po, po/fi.po, po/fr.po, po/gu.po, po/he.po, po/hi.po, po/hu.po, po/hy.po, po/it.po, po/ja.po, po/ko.po, po/lt.po, po/mr.po, po/ms.po, po/nb_NO.po, po/nl.po, po/pa.po, po/pl.po, po/pt_BR.po, po/pt_PT.po, po/ro.po, po/ru.po, po/sk.po, po/sv.po, po/ta.po, po/tr.po, po/uk.po, po/vi.po, po/zh_CN.po, po/zh_TW.po: * Remove old settings dialog implementations * Fix warnings on treeview (bad c&p) * Remove gthread dependency 2005-12-19 21:51 pollux * plugins/tasklist/tasklist.c: add support for multiscreen 2005-12-19 21:43 pollux * plugins/pager/pager.c: add support for multiscreen 2005-12-19 20:10 jasper * panel/panel-dialogs.c: Add 'Close' button to add items dialog 2005-12-19 18:59 jasper * panel/panel.c: * Allow menu to close before taking snapshot of plugin * Fix block autohide issues when using the 'Move' menu item while in edit mode 2005-12-19 16:19 jasper * libxfce4panel/xfce-panel-plugin-iface.c: Fix insert position for custom menu items. 2005-12-19 14:46 jasper * libxfce4panel/xfce-panel-external-item.c, libxfce4panel/xfce-panel-external-plugin.c, libxfce4panel/xfce-panel-internal-plugin.c, libxfce4panel/xfce-panel-item-iface.c, libxfce4panel/xfce-panel-item-iface.h, libxfce4panel/xfce-panel-plugin-iface-private.h, libxfce4panel/xfce-panel-plugin-iface.c, libxfce4panel/xfce-panel-plugin-messages.h, panel/Makefile.am, panel/panel-app.c, panel/panel-app.h, panel/panel-dialogs.c, panel/panel-dialogs.h, panel/panel-dnd.c, panel/panel-dnd.h, panel/panel-manager.c, panel/panel-private.h, panel/panel-properties.c, panel/panel.c: * Another alternative for the panel customization dialogs * Add 'Move' menu item for plugins * Block autohide now also blocks transparency Please test. 2005-12-17 09:53 jasper * panel/panel-manager.c: Hmm, some people actually expect this code to work (hi Jannis): implement item remove action. 2005-12-16 07:43 jasper * libxfce4panel/xfce-itembar.c, libxfce4panel/xfce-itembar.h, panel/Makefile.am, panel/panel-app.c, panel/panel-manager.c, panel/panel-manager.h: Implement alternative settings dialog. Please test and tell me what you think. 2005-12-11 18:37 stavrosg * libxfcegui4/trunk/po/el.po, xfcalendar/trunk/po/el.po, xfce-mcs-plugins/trunk/po/el.po, xfce-utils/trunk/po/el.po, po/el.po, xfce4-session/trunk/po/el.po, xfdesktop/trunk/po/el.po, xfprint/trunk/po/el.po, xfwm4/trunk/po/el.po: Updated Greek translations 2005-12-07 12:13 jasper * panel/panel-settings.c: Allow 100% transparenct again. Feels like I'm changing this every week... 2005-12-07 10:42 jasper * panel/panel-properties.c: Code cosmetics: use defines for hide/unhide timeouts. 2005-12-07 10:36 jasper * plugins/actions/actions.c, plugins/clock/clock.c, plugins/iconbox/iconbox.c, plugins/launcher/launcher-dialog.c, plugins/pager/pager.c, plugins/separator/separator.c, plugins/systray/systray.c, plugins/tasklist/tasklist.c: Center dialogs to prevent them from overlapping the panel. I don't particularly like this solution either... 2005-12-06 21:01 jasper * configure.ac, libxfce4panel/xfce-panel-external-item.c, libxfce4panel/xfce-panel-external-plugin.c, libxfce4panel/xfce-panel-internal-plugin.c, libxfce4panel/xfce-panel-item-iface.c, libxfce4panel/xfce-panel-item-iface.h, libxfce4panel/xfce-panel-plugin-iface-private.h, libxfce4panel/xfce-panel-plugin-iface.c, libxfce4panel/xfce-panel-plugin-messages.h, panel/panel.c, po/ar.po, po/az.po, po/be.po, po/bg.po, po/bn_IN.po, po/ca.po, po/cs.po, po/de.po, po/el.po, po/en_GB.po, po/eo.po, po/es.po, po/es_MX.po, po/et.po, po/eu.po, po/fa.po, po/fi.po, po/fr.po, po/gu.po, po/he.po, po/hi.po, po/hu.po, po/hy.po, po/it.po, po/ja.po, po/ko.po, po/lt.po, po/mr.po, po/ms.po, po/nb_NO.po, po/nl.po, po/pa.po, po/pl.po, po/pt_BR.po, po/pt_PT.po, po/ro.po, po/ru.po, po/sk.po, po/sv.po, po/ta.po, po/tr.po, po/uk.po, po/vi.po, po/xfce4-panel.pot, po/zh_CN.po, po/zh_TW.po: * Remove new_panel, remove_panel and about_panel functions from the plugin interface * Don't use plugin title in menu, because of i18n issues (%s Propertie -> Properties). * Better unique id generation for new plugins * Updated po(t)-files 2005-11-28 15:44 daichi * libexo/trunk/po/ChangeLog, libexo/trunk/po/ja.po, terminal/trunk/po/ChangeLog, terminal/trunk/po/ja.po, thunar/trunk/po/ChangeLog, thunar/trunk/po/ja.po, xfce4-mixer/trunk/po/ja.po, po/ja.po, xffm/trunk/libxffm/po/ja.po, xffm/trunk/xffm-gui/po/ja.po: Updated Japanese translations. 2005-11-28 15:19 daichi * libxfcegui4/trunk/po/ChangeLog, terminal/trunk/po/Terminal.pot, terminal/trunk/po/de.po, terminal/trunk/po/en_GB.po, terminal/trunk/po/es.po, terminal/trunk/po/fi.po, terminal/trunk/po/fr.po, terminal/trunk/po/he.po, terminal/trunk/po/hu.po, terminal/trunk/po/it.po, terminal/trunk/po/ja.po, terminal/trunk/po/nl.po, terminal/trunk/po/pt_BR.po, terminal/trunk/po/ru.po, terminal/trunk/po/vi.po, terminal/trunk/po/zh_CN.po, terminal/trunk/po/zh_TW.po, thunar/trunk/po/de.po, thunar/trunk/po/el.po, thunar/trunk/po/es.po, thunar/trunk/po/fr.po, thunar/trunk/po/hu.po, thunar/trunk/po/ja.po, thunar/trunk/po/pt_BR.po, xfburn/trunk/po/ChangeLog, xfcalendar/trunk/po/ChangeLog, xfcalendar/trunk/po/ar.po, xfcalendar/trunk/po/az.po, xfcalendar/trunk/po/be.po, xfcalendar/trunk/po/bg.po, xfcalendar/trunk/po/bn_IN.po, xfcalendar/trunk/po/ca.po, xfcalendar/trunk/po/cs.po, xfcalendar/trunk/po/de.po, xfcalendar/trunk/po/el.po, xfcalendar/trunk/po/en_GB.po, xfcalendar/trunk/po/eo.po, xfcalendar/trunk/po/es.po, xfcalendar/trunk/po/et.po, xfcalendar/trunk/po/eu.po, xfcalendar/trunk/po/fa.po, xfcalendar/trunk/po/fi.po, xfcalendar/trunk/po/fr.po, xfcalendar/trunk/po/gu.po, xfcalendar/trunk/po/he.po, xfcalendar/trunk/po/hi.po, xfcalendar/trunk/po/hy.po, xfcalendar/trunk/po/it.po, xfcalendar/trunk/po/ja.po, xfcalendar/trunk/po/ko.po, xfcalendar/trunk/po/lt.po, xfcalendar/trunk/po/mr.po, xfcalendar/trunk/po/ms.po, xfcalendar/trunk/po/nb_NO.po, xfcalendar/trunk/po/nl.po, xfcalendar/trunk/po/orage.pot, xfcalendar/trunk/po/pa.po, xfcalendar/trunk/po/pl.po, xfcalendar/trunk/po/pt_BR.po, xfcalendar/trunk/po/pt_PT.po, xfcalendar/trunk/po/ro.po, xfcalendar/trunk/po/ru.po, xfcalendar/trunk/po/sk.po, xfcalendar/trunk/po/sv.po, xfcalendar/trunk/po/ta.po, xfcalendar/trunk/po/tr.po, xfcalendar/trunk/po/uk.po, xfcalendar/trunk/po/vi.po, xfcalendar/trunk/po/zh_CN.po, xfcalendar/trunk/po/zh_TW.po, xfce-mcs-manager/trunk/po/ChangeLog, xfce-mcs-plugins/trunk/po/ChangeLog, xfce-utils/trunk/po/ChangeLog, xfce4-appfinder/trunk/po/ChangeLog, xfce4-mailwatch-plugin/trunk/po/ChangeLog, xfce4-mixer/trunk/po/ChangeLog, po/ChangeLog, po/ar.po, po/az.po, po/be.po, po/bg.po, po/bn_IN.po, po/ca.po, po/cs.po, po/de.po, po/el.po, po/en_GB.po, po/eo.po, po/es.po, po/es_MX.po, po/et.po, po/eu.po, po/fa.po, po/fi.po, po/fr.po, po/gu.po, po/he.po, po/hi.po, po/hu.po, po/hy.po, po/it.po, po/ja.po, po/ko.po, po/lt.po, po/mr.po, po/ms.po, po/nb_NO.po, po/nl.po, po/pa.po, po/pl.po, po/pt_BR.po, po/pt_PT.po, po/ro.po, po/ru.po, po/sk.po, po/sv.po, po/ta.po, po/tr.po, po/uk.po, po/vi.po, po/xfce4-panel.pot, po/zh_CN.po, po/zh_TW.po, xfce4-session/trunk/po/ChangeLog, xfce4-toys/trunk/po/ChangeLog, xfce4-trigger-launcher/trunk/po/ChangeLog, xfdesktop/trunk/po/ChangeLog, xffm/trunk/libxffm/po/af.po, xffm/trunk/libxffm/po/ar.po, xffm/trunk/libxffm/po/az.po, xffm/trunk/libxffm/po/bg.po, xffm/trunk/libxffm/po/bn_IN.po, xffm/trunk/libxffm/po/ca.po, xffm/trunk/libxffm/po/cs.po, xffm/trunk/libxffm/po/de.po, xffm/trunk/libxffm/po/en_CA.po, xffm/trunk/libxffm/po/en_GB.po, xffm/trunk/libxffm/po/es.po, xffm/trunk/libxffm/po/es_MX.po, xffm/trunk/libxffm/po/et.po, xffm/trunk/libxffm/po/eu.po, xffm/trunk/libxffm/po/fa.po, xffm/trunk/libxffm/po/fi.po, xffm/trunk/libxffm/po/fr.po, xffm/trunk/libxffm/po/gu.po, xffm/trunk/libxffm/po/he.po, xffm/trunk/libxffm/po/hi.po, xffm/trunk/libxffm/po/hu.po, xffm/trunk/libxffm/po/it.po, xffm/trunk/libxffm/po/ja.po, xffm/trunk/libxffm/po/ko.po, xffm/trunk/libxffm/po/libxffm.pot, xffm/trunk/libxffm/po/lt.po, xffm/trunk/libxffm/po/mr.po, xffm/trunk/libxffm/po/ms.po, xffm/trunk/libxffm/po/nb_NO.po, xffm/trunk/libxffm/po/nl.po, xffm/trunk/libxffm/po/pa.po, xffm/trunk/libxffm/po/pl.po, xffm/trunk/libxffm/po/pt_BR.po, xffm/trunk/libxffm/po/pt_PT.po, xffm/trunk/libxffm/po/sk.po, xffm/trunk/libxffm/po/sv.po, xffm/trunk/libxffm/po/ta.po, xffm/trunk/libxffm/po/tr.po, xffm/trunk/libxffm/po/uk.po, xffm/trunk/libxffm/po/vi.po, xffm/trunk/libxffm/po/zh_CN.po, xffm/trunk/libxffm/po/zh_TW.po, xffm/trunk/xffm-gui/po/af.po, xffm/trunk/xffm-gui/po/ar.po, xffm/trunk/xffm-gui/po/az.po, xffm/trunk/xffm-gui/po/bg.po, xffm/trunk/xffm-gui/po/bn_IN.po, xffm/trunk/xffm-gui/po/ca.po, xffm/trunk/xffm-gui/po/cs.po, xffm/trunk/xffm-gui/po/cy.po, xffm/trunk/xffm-gui/po/da.po, xffm/trunk/xffm-gui/po/de.po, xffm/trunk/xffm-gui/po/en_CA.po, xffm/trunk/xffm-gui/po/en_GB.po, xffm/trunk/xffm-gui/po/es.po, xffm/trunk/xffm-gui/po/es_MX.po, xffm/trunk/xffm-gui/po/et.po, xffm/trunk/xffm-gui/po/eu.po, xffm/trunk/xffm-gui/po/fa.po, xffm/trunk/xffm-gui/po/fi.po, xffm/trunk/xffm-gui/po/fr.po, xffm/trunk/xffm-gui/po/gu.po, xffm/trunk/xffm-gui/po/he.po, xffm/trunk/xffm-gui/po/hi.po, xffm/trunk/xffm-gui/po/hr.po, xffm/trunk/xffm-gui/po/hu.po, xffm/trunk/xffm-gui/po/id.po, xffm/trunk/xffm-gui/po/is.po, xffm/trunk/xffm-gui/po/it.po, xffm/trunk/xffm-gui/po/ja.po, xffm/trunk/xffm-gui/po/ko.po, xffm/trunk/xffm-gui/po/li.po, xffm/trunk/xffm-gui/po/lt.po, xffm/trunk/xffm-gui/po/lv.po, xffm/trunk/xffm-gui/po/mk.po, xffm/trunk/xffm-gui/po/mr.po, xffm/trunk/xffm-gui/po/ms.po, xffm/trunk/xffm-gui/po/nb_NO.po, xffm/trunk/xffm-gui/po/nl.po, xffm/trunk/xffm-gui/po/nn.po, xffm/trunk/xffm-gui/po/no.po, xffm/trunk/xffm-gui/po/pa.po, xffm/trunk/xffm-gui/po/pl.po, xffm/trunk/xffm-gui/po/pt_BR.po, xffm/trunk/xffm-gui/po/pt_PT.po, xffm/trunk/xffm-gui/po/ro.po, xffm/trunk/xffm-gui/po/ru.po, xffm/trunk/xffm-gui/po/sk.po, xffm/trunk/xffm-gui/po/sl.po, xffm/trunk/xffm-gui/po/sq.po, xffm/trunk/xffm-gui/po/sr@Latn.po, xffm/trunk/xffm-gui/po/sv.po, xffm/trunk/xffm-gui/po/ta.po, xffm/trunk/xffm-gui/po/th.po, xffm/trunk/xffm-gui/po/tr.po, xffm/trunk/xffm-gui/po/uk.po, xffm/trunk/xffm-gui/po/vi.po, xffm/trunk/xffm-gui/po/wa.po, xffm/trunk/xffm-gui/po/xffm.pot, xffm/trunk/xffm-gui/po/zh_CN.po, xffm/trunk/xffm-gui/po/zh_TW.po, xfmedia/trunk/po/ChangeLog, xfmedia/trunk/po/POTFILES.in, xfmedia/trunk/po/de.po, xfmedia/trunk/po/es.po, xfmedia/trunk/po/eu.po, xfmedia/trunk/po/fi.po, xfmedia/trunk/po/fr.po, xfmedia/trunk/po/gu.po, xfmedia/trunk/po/hu.po, xfmedia/trunk/po/ja.po, xfmedia/trunk/po/lt.po, xfmedia/trunk/po/pl.po, xfmedia/trunk/po/pt_BR.po, xfmedia/trunk/po/sk.po, xfmedia/trunk/po/vi.po, xfmedia/trunk/po/xfmedia.pot, xfmedia/trunk/po/zh_CN.po, xfmedia/trunk/po/zh_TW.po, xfprint/trunk/po/ChangeLog, xfwm4/trunk/po/ChangeLog: Updated. 2005-11-27 19:27 jasper * panel/panel-app.c: Cosmetic change and minor bugfix, just to prove I'm still working on this ;-) 2005-11-21 17:06 stavrosg * po/el.po: * Update Greek Panel translations 2005-11-07 13:13 daichi * xfce-mcs-manager/trunk/po/es.po, xfce-mcs-plugins/trunk/po/es.po, xfce-utils/trunk/po/es.po, xfce4-appfinder/trunk/po/es.po, xfce4-mixer/trunk/po/es.po, po/es.po, xfce4-session/trunk/po/es.po: Updated Spanish translations by Rudy Godoy . 2005-11-05 14:59 daichi * libxfcegui4/trunk/po/ChangeLog, xfburn/trunk/po/ChangeLog, xfcalendar/trunk/po/ChangeLog, xfce-mcs-manager/trunk/po/ChangeLog, xfce-mcs-plugins/trunk/po/ChangeLog, xfce-utils/trunk/po/ChangeLog, xfce4-appfinder/trunk/po/ChangeLog, xfce4-mixer/trunk/po/ChangeLog, po/ChangeLog, xfce4-session/trunk/po/ChangeLog, xfce4-toys/trunk/po/ChangeLog, xfce4-trigger-launcher/trunk/po/ChangeLog, xfdesktop/trunk/po/ChangeLog, xfprint/trunk/po/ChangeLog, xfwm4/trunk/po/ChangeLog: Deciphering. 2005-11-05 14:38 daichi * libxfcegui4/trunk/po/ChangeLog, xfburn/trunk/po/ChangeLog, xfcalendar/trunk/po/ChangeLog, xfce-mcs-manager/trunk/po/ChangeLog, xfce-mcs-plugins/trunk/po/ChangeLog, xfce-utils/trunk/po/ChangeLog, xfce4-appfinder/trunk/po/ChangeLog, xfce4-icon-theme/trunk/po/ChangeLog, xfce4-mixer/trunk/po/ChangeLog, po/ChangeLog, xfce4-session/trunk/po/ChangeLog, xfce4-toys/trunk/po/ChangeLog, xfce4-trigger-launcher/trunk/po/ChangeLog, xfdesktop/trunk/po/ChangeLog, xfprint/trunk/po/ChangeLog, xfwm4/trunk/po/ChangeLog: Trimmed and updated. 2005-11-05 02:10 kelnos * config/Makefile.am: fix 'make dist' 2005-11-04 08:32 daichi * po/fr.po: Updated French translations by Collet Etienne . 2005-11-03 13:48 daichi * libxfcegui4/trunk/po/ko.po, xfce-mcs-manager/trunk/po/ko.po, xfce-mcs-plugins/trunk/po/ko.po, xfce-utils/trunk/po/ko.po, xfce4-appfinder/trunk/po/ko.po, xfce4-mixer/trunk/po/ko.po, po/ko.po, xfce4-session/trunk/po/ko.po, xfdesktop/trunk/po/ko.po: Updated Korean translations by ByungHyun Choi . 2005-10-30 13:45 daichi * po/xfce4-panel.pot: Added again, because it requires for translators who are grabbing PO files from `trunk-po' module, without POT file, it's hard to create initial PO file from command line (e.g. msginit) or with GUI tools (e.g. KBabel, poEdit). 2005-10-29 09:27 daichi * xfce4-appfinder/trunk/po/fr.po, po/fr.po: Updated French translations by Collet Etienne . 2005-10-29 08:08 daichi * po/ar.po, po/az.po, po/be.po, po/bg.po, po/bn_IN.po, po/ca.po, po/cs.po, po/de.po, po/el.po, po/en_GB.po, po/eo.po, po/es.po, po/es_MX.po, po/et.po, po/eu.po, po/fa.po, po/fi.po, po/gu.po, po/he.po, po/hi.po, po/hu.po, po/hy.po, po/it.po, po/ja.po, po/ko.po, po/lt.po, po/mr.po, po/ms.po, po/nb_NO.po, po/nl.po, po/pa.po, po/pl.po, po/pt_BR.po, po/pt_PT.po, po/ro.po, po/ru.po, po/sk.po, po/sv.po, po/ta.po, po/tr.po, po/uk.po, po/vi.po, po/zh_CN.po, po/zh_TW.po: Updated and bumped the version up. 2005-10-27 20:32 paurullan * libxfcegui4/trunk/po/ca.po, mousepad/trunk/po/ca.po, xfcalendar/trunk/po/ca.po, xfce-mcs-manager/trunk/po/ca.po, xfce-mcs-plugins/trunk/po/ca.po, xfce-utils/trunk/po/ca.po, xfce4-mailwatch-plugin/trunk/po/ca.po, xfce4-mixer/trunk/po/ca.po, po/ca.po, xfce4-session/trunk/po/ca.po, xfce4-toys/trunk/po/ca.po, xfce4-trigger-launcher/trunk/po/ca.po, xfdesktop/trunk/po/ca.po, xffm/trunk/libxffm/po/ca.po, xffm/trunk/plugins/xfapps/po/ca.po, xffm/trunk/plugins/xfbook/po/ca.po, xffm/trunk/plugins/xffstab/po/ca.po, xffm/trunk/plugins/xflocate/po/ca.po, xffm/trunk/plugins/xfrecent/po/ca.po, xffm/trunk/plugins/xfsamba/po/ca.po, xffm/trunk/plugins/xftrash/po/ca.po, xffm/trunk/xfdiff/po/ca.po, xffm/trunk/xffm-gui/po/ca.po, xfprint/trunk/po/ca.po, xfwm4/trunk/po/ca.po: begin process to 4.4 work autotranslation of most of the actual po -- paurullan@bulma.net , ca translator 2005-10-24 07:11 piarres * po/ChangeLog, po/eu.po: Basque translation update 2005-10-22 21:11 jasper * config/Makefile.am, config/panels.xml, config/panels.xml.in, configure.ac, panel/panel-app.c, panel/panel-properties.c, panel/panel-settings.c, plugins/launcher/launcher-dialog.c, plugins/launcher/launcher.c: Several multiscreen fixes in settings dialog and launcher plugin. 2005-10-21 19:13 daichi * po/ChangeLog: Added a blank line. 2005-10-21 12:18 daichi * po/ar.po, po/az.po, po/be.po, po/bg.po, po/bn_IN.po, po/ca.po, po/cs.po, po/de.po, po/el.po, po/en_GB.po, po/eo.po, po/es.po, po/es_MX.po, po/et.po, po/eu.po, po/fa.po, po/fi.po, po/fr.po, po/gu.po, po/he.po, po/hi.po, po/hu.po, po/hy.po, po/it.po, po/ko.po, po/lt.po, po/mr.po, po/ms.po, po/nb_NO.po, po/nl.po, po/pa.po, po/pl.po, po/pt_BR.po, po/pt_PT.po, po/ro.po, po/ru.po, po/sk.po, po/sv.po, po/ta.po, po/tr.po, po/uk.po, po/vi.po, po/zh_CN.po, po/zh_TW.po: Updated with the latest POT file. 2005-10-21 12:07 daichi * terminal/trunk/po/ChangeLog, terminal/trunk/po/ja.po, po/ja.po, xfce4-session/branches/xfce_4_2/po/ja.po, xfce4-session/trunk/po/ja.po, xfdesktop/branches/xfce_4_2/po/ja.po, xfdesktop/trunk/po/ja.po, xfwm4/trunk/po/ja.po: Updated Japanese translations. 2005-10-21 09:23 jasper * plugins/launcher/launcher-dialog.c: * Select previous item in the list instead of first when last item is removed. * Don't take focus on click for up/down/add/remove buttons. Changes suggested by Nick Schermer. 2005-10-21 09:03 daichi * xfce-mcs-manager/trunk/po/pl.po, xfce-mcs-plugins/trunk/po/pl.po, xfce-utils/trunk/po/pl.po, xfce4-mixer/trunk/po/pl.po, po/pl.po, xfce4-session/trunk/po/pl.po, xfce4-toys/trunk/po/pl.po, xfce4-trigger-launcher/trunk/po/pl.po, xfdesktop/trunk/po/pl.po, xfprint/trunk/po/pl.po, xfwm4/trunk/po/pl.po: Updated Polish translations by Piotr Malinski . 2005-10-21 09:01 jasper * panel/panel-settings.c: Change wording of handle style options as suggested by Brian. 2005-10-21 07:47 jasper * panel/panel-settings.c: Check for compositing manager selection when creating settings dialog. 2005-10-21 01:49 daichi * po/ChangeLog: Updated. 2005-10-20 21:10 jasper * libxfce4panel/xfce-panel-plugin-iface.c, panel/panel-app.c, panel/panel-settings.c, panel/panel.c: * (re)unify customization dialogs * Adjust menus accordingly * Add grippy cursor from libexo This could probably use some testing. 2005-10-20 12:37 alex * mousepad/trunk/po/it.po, xfce-mcs-manager/trunk/po/it.po, xfce4-appfinder/branches/xfce_4_2/po/it.po, xfce4-appfinder/trunk/po/it.po, xfce4-mixer/branches/xfce_4_2/po/it.po, xfce4-mixer/trunk/po/it.po, xfce4-panel/branches/xfce_4_2/po/it.po, po/it.po, xfce4-session/branches/xfce_4_2/po/it.po, xfce4-session/trunk/po/it.po: Update Italian translations. 2005-10-18 10:37 jasper * libxfce4panel/xfce-panel-plugin-iface.c, panel/panel.c: Add stock icons to the menus, as suggested by Brian. 2005-10-18 09:12 jasper * panel/panel-app.c, panel/panel-settings.c, panel/panel.c, panel/panel.h: Some extra visual feedback when removing a panel. 2005-10-18 07:26 jasper * libxfce4panel/xfce-panel-plugin-iface.c, panel/panel-app.c, po/ar.po, po/az.po, po/be.po, po/bg.po, po/bn_IN.po, po/ca.po, po/cs.po, po/de.po, po/el.po, po/en_GB.po, po/eo.po, po/es.po, po/es_MX.po, po/et.po, po/eu.po, po/fa.po, po/fi.po, po/fr.po, po/gu.po, po/he.po, po/hi.po, po/hu.po, po/hy.po, po/it.po, po/ja.po, po/ko.po, po/lt.po, po/mr.po, po/ms.po, po/nb_NO.po, po/nl.po, po/pa.po, po/pl.po, po/pt_BR.po, po/pt_PT.po, po/ro.po, po/ru.po, po/sk.po, po/sv.po, po/ta.po, po/tr.po, po/uk.po, po/vi.po, po/zh_CN.po, po/zh_TW.po: Add back confirmation dialog for item removal. Make panel dialog use a warning icon instead of a question mark. 2005-10-16 22:19 daichi * libexo/trunk/po/de.po, libexo/trunk/po/en_GB.po, libexo/trunk/po/es.po, libexo/trunk/po/fi.po, libexo/trunk/po/fr.po, libexo/trunk/po/ja.po, libxfcegui4/trunk/po/be.po, libxfcegui4/trunk/po/bn_IN.po, libxfcegui4/trunk/po/cs.po, libxfcegui4/trunk/po/de.po, libxfcegui4/trunk/po/el.po, libxfcegui4/trunk/po/en_GB.po, libxfcegui4/trunk/po/es.po, libxfcegui4/trunk/po/et.po, libxfcegui4/trunk/po/eu.po, libxfcegui4/trunk/po/fa.po, libxfcegui4/trunk/po/fi.po, libxfcegui4/trunk/po/fr.po, libxfcegui4/trunk/po/gu.po, libxfcegui4/trunk/po/he.po, libxfcegui4/trunk/po/hy.po, libxfcegui4/trunk/po/it.po, libxfcegui4/trunk/po/ja.po, libxfcegui4/trunk/po/ko.po, libxfcegui4/trunk/po/libxfcegui4.pot, libxfcegui4/trunk/po/lt.po, libxfcegui4/trunk/po/mr.po, libxfcegui4/trunk/po/nl.po, libxfcegui4/trunk/po/pa.po, libxfcegui4/trunk/po/pt_BR.po, libxfcegui4/trunk/po/ro.po, libxfcegui4/trunk/po/ru.po, libxfcegui4/trunk/po/sk.po, libxfcegui4/trunk/po/sv.po, libxfcegui4/trunk/po/ta.po, libxfcegui4/trunk/po/uk.po, libxfcegui4/trunk/po/zh_CN.po, libxfcegui4/trunk/po/zh_TW.po, mousepad/trunk/po/ca.po, mousepad/trunk/po/cs.po, mousepad/trunk/po/de.po, mousepad/trunk/po/el.po, mousepad/trunk/po/es.po, mousepad/trunk/po/fr.po, mousepad/trunk/po/gu.po, mousepad/trunk/po/hu.po, mousepad/trunk/po/it.po, mousepad/trunk/po/ja.po, mousepad/trunk/po/lt.po, mousepad/trunk/po/mousepad.pot, mousepad/trunk/po/pl.po, mousepad/trunk/po/pt_BR.po, mousepad/trunk/po/ru.po, mousepad/trunk/po/sk.po, mousepad/trunk/po/sv.po, mousepad/trunk/po/ta.po, mousepad/trunk/po/zh_CN.po, mousepad/trunk/po/zh_TW.po, terminal/trunk/po/de.po, terminal/trunk/po/en_GB.po, terminal/trunk/po/es.po, terminal/trunk/po/fi.po, terminal/trunk/po/fr.po, terminal/trunk/po/he.po, terminal/trunk/po/hu.po, terminal/trunk/po/it.po, terminal/trunk/po/ja.po, terminal/trunk/po/nl.po, terminal/trunk/po/ru.po, terminal/trunk/po/vi.po, terminal/trunk/po/zh_CN.po, terminal/trunk/po/zh_TW.po, thunar/trunk/po/de.po, thunar/trunk/po/el.po, thunar/trunk/po/es.po, thunar/trunk/po/hu.po, thunar/trunk/po/ja.po, xfburn/trunk/po/fr.po, xfburn/trunk/po/ja.po, xfburn/trunk/po/xfburn.pot, xfcalendar/trunk/po/ar.po, xfcalendar/trunk/po/az.po, xfcalendar/trunk/po/be.po, xfcalendar/trunk/po/bg.po, xfcalendar/trunk/po/bn_IN.po, xfcalendar/trunk/po/ca.po, xfcalendar/trunk/po/cs.po, xfcalendar/trunk/po/de.po, xfcalendar/trunk/po/el.po, xfcalendar/trunk/po/en_GB.po, xfcalendar/trunk/po/es.po, xfcalendar/trunk/po/et.po, xfcalendar/trunk/po/eu.po, xfcalendar/trunk/po/fa.po, xfcalendar/trunk/po/fi.po, xfcalendar/trunk/po/fr.po, xfcalendar/trunk/po/gu.po, xfcalendar/trunk/po/he.po, xfcalendar/trunk/po/hi.po, xfcalendar/trunk/po/hy.po, xfcalendar/trunk/po/it.po, xfcalendar/trunk/po/ja.po, xfcalendar/trunk/po/ko.po, xfcalendar/trunk/po/lt.po, xfcalendar/trunk/po/mr.po, xfcalendar/trunk/po/ms.po, xfcalendar/trunk/po/nb_NO.po, xfcalendar/trunk/po/nl.po, xfcalendar/trunk/po/pa.po, xfcalendar/trunk/po/pl.po, xfcalendar/trunk/po/pt_BR.po, xfcalendar/trunk/po/pt_PT.po, xfcalendar/trunk/po/ro.po, xfcalendar/trunk/po/ru.po, xfcalendar/trunk/po/sk.po, xfcalendar/trunk/po/sv.po, xfcalendar/trunk/po/ta.po, xfcalendar/trunk/po/tr.po, xfcalendar/trunk/po/uk.po, xfcalendar/trunk/po/vi.po, xfcalendar/trunk/po/zh_CN.po, xfcalendar/trunk/po/zh_TW.po, xfce-mcs-manager/trunk/po/ar.po, xfce-mcs-manager/trunk/po/az.po, xfce-mcs-manager/trunk/po/be.po, xfce-mcs-manager/trunk/po/bg.po, xfce-mcs-manager/trunk/po/bn_IN.po, xfce-mcs-manager/trunk/po/ca.po, xfce-mcs-manager/trunk/po/cs.po, xfce-mcs-manager/trunk/po/de.po, xfce-mcs-manager/trunk/po/el.po, xfce-mcs-manager/trunk/po/en_GB.po, xfce-mcs-manager/trunk/po/eo.po, xfce-mcs-manager/trunk/po/es.po, xfce-mcs-manager/trunk/po/es_MX.po, xfce-mcs-manager/trunk/po/et.po, xfce-mcs-manager/trunk/po/eu.po, xfce-mcs-manager/trunk/po/fa.po, xfce-mcs-manager/trunk/po/fi.po, xfce-mcs-manager/trunk/po/fr.po, xfce-mcs-manager/trunk/po/gu.po, xfce-mcs-manager/trunk/po/he.po, xfce-mcs-manager/trunk/po/hi.po, xfce-mcs-manager/trunk/po/hu.po, xfce-mcs-manager/trunk/po/it.po, xfce-mcs-manager/trunk/po/ja.po, xfce-mcs-manager/trunk/po/ko.po, xfce-mcs-manager/trunk/po/lt.po, xfce-mcs-manager/trunk/po/mr.po, xfce-mcs-manager/trunk/po/ms.po, xfce-mcs-manager/trunk/po/nb_NO.po, xfce-mcs-manager/trunk/po/nl.po, xfce-mcs-manager/trunk/po/pa.po, xfce-mcs-manager/trunk/po/pl.po, xfce-mcs-manager/trunk/po/pt_BR.po, xfce-mcs-manager/trunk/po/pt_PT.po, xfce-mcs-manager/trunk/po/ro.po, xfce-mcs-manager/trunk/po/ru.po, xfce-mcs-manager/trunk/po/sk.po, xfce-mcs-manager/trunk/po/sv.po, xfce-mcs-manager/trunk/po/ta.po, xfce-mcs-manager/trunk/po/tr.po, xfce-mcs-manager/trunk/po/uk.po, xfce-mcs-manager/trunk/po/vi.po, xfce-mcs-manager/trunk/po/xfce-mcs-manager.pot, xfce-mcs-manager/trunk/po/zh_CN.po, xfce-mcs-manager/trunk/po/zh_TW.po, xfce-mcs-plugins/trunk/po/ar.po, xfce-mcs-plugins/trunk/po/az.po, xfce-mcs-plugins/trunk/po/be.po, xfce-mcs-plugins/trunk/po/bg.po, xfce-mcs-plugins/trunk/po/bn_IN.po, xfce-mcs-plugins/trunk/po/ca.po, xfce-mcs-plugins/trunk/po/cs.po, xfce-mcs-plugins/trunk/po/de.po, xfce-mcs-plugins/trunk/po/el.po, xfce-mcs-plugins/trunk/po/en_GB.po, xfce-mcs-plugins/trunk/po/es.po, xfce-mcs-plugins/trunk/po/es_MX.po, xfce-mcs-plugins/trunk/po/et.po, xfce-mcs-plugins/trunk/po/eu.po, xfce-mcs-plugins/trunk/po/fa.po, xfce-mcs-plugins/trunk/po/fi.po, xfce-mcs-plugins/trunk/po/fr.po, xfce-mcs-plugins/trunk/po/gu.po, xfce-mcs-plugins/trunk/po/he.po, xfce-mcs-plugins/trunk/po/hi.po, xfce-mcs-plugins/trunk/po/hu.po, xfce-mcs-plugins/trunk/po/it.po, xfce-mcs-plugins/trunk/po/ja.po, xfce-mcs-plugins/trunk/po/ko.po, xfce-mcs-plugins/trunk/po/lt.po, xfce-mcs-plugins/trunk/po/mr.po, xfce-mcs-plugins/trunk/po/ms.po, xfce-mcs-plugins/trunk/po/nl.po, xfce-mcs-plugins/trunk/po/pa.po, xfce-mcs-plugins/trunk/po/pl.po, xfce-mcs-plugins/trunk/po/pt_BR.po, xfce-mcs-plugins/trunk/po/pt_PT.po, xfce-mcs-plugins/trunk/po/ro.po, xfce-mcs-plugins/trunk/po/ru.po, xfce-mcs-plugins/trunk/po/sk.po, xfce-mcs-plugins/trunk/po/sv.po, xfce-mcs-plugins/trunk/po/ta.po, xfce-mcs-plugins/trunk/po/tr.po, xfce-mcs-plugins/trunk/po/uk.po, xfce-mcs-plugins/trunk/po/vi.po, xfce-mcs-plugins/trunk/po/xfce-mcs-plugins.pot, xfce-mcs-plugins/trunk/po/zh_CN.po, xfce-mcs-plugins/trunk/po/zh_TW.po, xfce-utils/trunk/po/af.po, xfce-utils/trunk/po/ar.po, xfce-utils/trunk/po/az.po, xfce-utils/trunk/po/be.po, xfce-utils/trunk/po/bg.po, xfce-utils/trunk/po/bn_IN.po, xfce-utils/trunk/po/ca.po, xfce-utils/trunk/po/cs.po, xfce-utils/trunk/po/de.po, xfce-utils/trunk/po/el.po, xfce-utils/trunk/po/en_GB.po, xfce-utils/trunk/po/es.po, xfce-utils/trunk/po/es_MX.po, xfce-utils/trunk/po/et.po, xfce-utils/trunk/po/eu.po, xfce-utils/trunk/po/fa.po, xfce-utils/trunk/po/fi.po, xfce-utils/trunk/po/fr.po, xfce-utils/trunk/po/gu.po, xfce-utils/trunk/po/he.po, xfce-utils/trunk/po/hi.po, xfce-utils/trunk/po/hu.po, xfce-utils/trunk/po/hy.po, xfce-utils/trunk/po/it.po, xfce-utils/trunk/po/ja.po, xfce-utils/trunk/po/ko.po, xfce-utils/trunk/po/lt.po, xfce-utils/trunk/po/mr.po, xfce-utils/trunk/po/ms.po, xfce-utils/trunk/po/nl.po, xfce-utils/trunk/po/pa.po, xfce-utils/trunk/po/pl.po, xfce-utils/trunk/po/pt_BR.po, xfce-utils/trunk/po/pt_PT.po, xfce-utils/trunk/po/ro.po, xfce-utils/trunk/po/ru.po, xfce-utils/trunk/po/sk.po, xfce-utils/trunk/po/sv.po, xfce-utils/trunk/po/ta.po, xfce-utils/trunk/po/tr.po, xfce-utils/trunk/po/uk.po, xfce-utils/trunk/po/vi.po, xfce-utils/trunk/po/xfce-utils.pot, xfce-utils/trunk/po/zh_CN.po, xfce-utils/trunk/po/zh_TW.po, xfce4-appfinder/trunk/po/be.po, xfce4-appfinder/trunk/po/bn_IN.po, xfce4-appfinder/trunk/po/cs.po, xfce4-appfinder/trunk/po/de.po, xfce4-appfinder/trunk/po/en_GB.po, xfce4-appfinder/trunk/po/es.po, xfce4-appfinder/trunk/po/es_MX.po, xfce4-appfinder/trunk/po/et.po, xfce4-appfinder/trunk/po/eu.po, xfce4-appfinder/trunk/po/fa.po, xfce4-appfinder/trunk/po/fi.po, xfce4-appfinder/trunk/po/fr.po, xfce4-appfinder/trunk/po/gu.po, xfce4-appfinder/trunk/po/he.po, xfce4-appfinder/trunk/po/hy.po, xfce4-appfinder/trunk/po/it.po, xfce4-appfinder/trunk/po/ja.po, xfce4-appfinder/trunk/po/ko.po, xfce4-appfinder/trunk/po/lt.po, xfce4-appfinder/trunk/po/mr.po, xfce4-appfinder/trunk/po/nl.po, xfce4-appfinder/trunk/po/pa.po, xfce4-appfinder/trunk/po/pl.po, xfce4-appfinder/trunk/po/pt_BR.po, xfce4-appfinder/trunk/po/pt_PT.po, xfce4-appfinder/trunk/po/ro.po, xfce4-appfinder/trunk/po/ru.po, xfce4-appfinder/trunk/po/sv.po, xfce4-appfinder/trunk/po/tr.po, xfce4-appfinder/trunk/po/uk.po, xfce4-appfinder/trunk/po/zh_CN.po, xfce4-appfinder/trunk/po/zh_TW.po, xfce4-icon-theme/trunk/po/de.po, xfce4-icon-theme/trunk/po/fi.po, xfce4-icon-theme/trunk/po/ja.po, xfce4-mailwatch-plugin/trunk/po/de.po, xfce4-mailwatch-plugin/trunk/po/el.po, xfce4-mailwatch-plugin/trunk/po/fi.po, xfce4-mailwatch-plugin/trunk/po/gu.po, xfce4-mailwatch-plugin/trunk/po/ja.po, xfce4-mailwatch-plugin/trunk/po/xfce4-mailwatch-plugin.pot, xfce4-mixer/trunk/po/ar.po, xfce4-mixer/trunk/po/az.po, xfce4-mixer/trunk/po/be.po, xfce4-mixer/trunk/po/bg.po, xfce4-mixer/trunk/po/bn_IN.po, xfce4-mixer/trunk/po/ca.po, xfce4-mixer/trunk/po/cs.po, xfce4-mixer/trunk/po/de.po, xfce4-mixer/trunk/po/el.po, xfce4-mixer/trunk/po/en_GB.po, xfce4-mixer/trunk/po/es.po, xfce4-mixer/trunk/po/es_MX.po, xfce4-mixer/trunk/po/et.po, xfce4-mixer/trunk/po/eu.po, xfce4-mixer/trunk/po/fa.po, xfce4-mixer/trunk/po/fi.po, xfce4-mixer/trunk/po/fr.po, xfce4-mixer/trunk/po/gu.po, xfce4-mixer/trunk/po/he.po, xfce4-mixer/trunk/po/hi.po, xfce4-mixer/trunk/po/hu.po, xfce4-mixer/trunk/po/hy.po, xfce4-mixer/trunk/po/it.po, xfce4-mixer/trunk/po/ja.po, xfce4-mixer/trunk/po/ko.po, xfce4-mixer/trunk/po/lt.po, xfce4-mixer/trunk/po/mr.po, xfce4-mixer/trunk/po/ms.po, xfce4-mixer/trunk/po/nb_NO.po, xfce4-mixer/trunk/po/nl.po, xfce4-mixer/trunk/po/pa.po, xfce4-mixer/trunk/po/pl.po, xfce4-mixer/trunk/po/pt_BR.po, xfce4-mixer/trunk/po/pt_PT.po, xfce4-mixer/trunk/po/ro.po, xfce4-mixer/trunk/po/ru.po, xfce4-mixer/trunk/po/sk.po, xfce4-mixer/trunk/po/sv.po, xfce4-mixer/trunk/po/ta.po, xfce4-mixer/trunk/po/tr.po, xfce4-mixer/trunk/po/uk.po, xfce4-mixer/trunk/po/vi.po, xfce4-mixer/trunk/po/xfce4-mixer.pot, xfce4-mixer/trunk/po/zh_CN.po, xfce4-mixer/trunk/po/zh_TW.po, po/ar.po, po/az.po, po/be.po, po/bg.po, po/bn_IN.po, po/ca.po, po/cs.po, po/de.po, po/el.po, po/en_GB.po, po/eo.po, po/es.po, po/es_MX.po, po/et.po, po/eu.po, po/fa.po, po/fi.po, po/fr.po, po/gu.po, po/he.po, po/hi.po, po/hu.po, po/hy.po, po/it.po, po/ja.po, po/ko.po, po/lt.po, po/mr.po, po/ms.po, po/nb_NO.po, po/nl.po, po/pa.po, po/pl.po, po/pt_BR.po, po/pt_PT.po, po/ro.po, po/ru.po, po/sk.po, po/sv.po, po/ta.po, po/tr.po, po/uk.po, po/vi.po, po/zh_CN.po, po/zh_TW.po, xfce4-session/trunk/po/ar.po, xfce4-session/trunk/po/az.po, xfce4-session/trunk/po/be.po, xfce4-session/trunk/po/bn_IN.po, xfce4-session/trunk/po/ca.po, xfce4-session/trunk/po/cs.po, xfce4-session/trunk/po/de.po, xfce4-session/trunk/po/el.po, xfce4-session/trunk/po/en_GB.po, xfce4-session/trunk/po/eo.po, xfce4-session/trunk/po/es.po, xfce4-session/trunk/po/es_MX.po, xfce4-session/trunk/po/et.po, xfce4-session/trunk/po/eu.po, xfce4-session/trunk/po/fa.po, xfce4-session/trunk/po/fi.po, xfce4-session/trunk/po/fr.po, xfce4-session/trunk/po/gu.po, xfce4-session/trunk/po/he.po, xfce4-session/trunk/po/hi.po, xfce4-session/trunk/po/it.po, xfce4-session/trunk/po/ja.po, xfce4-session/trunk/po/ko.po, xfce4-session/trunk/po/lt.po, xfce4-session/trunk/po/mr.po, xfce4-session/trunk/po/ms.po, xfce4-session/trunk/po/nb_NO.po, xfce4-session/trunk/po/nl.po, xfce4-session/trunk/po/pa.po, xfce4-session/trunk/po/pl.po, xfce4-session/trunk/po/pt_BR.po, xfce4-session/trunk/po/pt_PT.po, xfce4-session/trunk/po/ro.po, xfce4-session/trunk/po/ru.po, xfce4-session/trunk/po/sk.po, xfce4-session/trunk/po/sv.po, xfce4-session/trunk/po/ta.po, xfce4-session/trunk/po/tr.po, xfce4-session/trunk/po/uk.po, xfce4-session/trunk/po/vi.po, xfce4-session/trunk/po/xfce4-session.pot, xfce4-session/trunk/po/zh_CN.po, xfce4-session/trunk/po/zh_TW.po, xfce4-toys/trunk/po/ar.po, xfce4-toys/trunk/po/az.po, xfce4-toys/trunk/po/be.po, xfce4-toys/trunk/po/bg.po, xfce4-toys/trunk/po/bn_IN.po, xfce4-toys/trunk/po/ca.po, xfce4-toys/trunk/po/cs.po, xfce4-toys/trunk/po/de.po, xfce4-toys/trunk/po/el.po, xfce4-toys/trunk/po/en_GB.po, xfce4-toys/trunk/po/eo.po, xfce4-toys/trunk/po/es.po, xfce4-toys/trunk/po/es_MX.po, xfce4-toys/trunk/po/et.po, xfce4-toys/trunk/po/eu.po, xfce4-toys/trunk/po/fa.po, xfce4-toys/trunk/po/fi.po, xfce4-toys/trunk/po/fr.po, xfce4-toys/trunk/po/gu.po, xfce4-toys/trunk/po/he.po, xfce4-toys/trunk/po/hi.po, xfce4-toys/trunk/po/hu.po, xfce4-toys/trunk/po/it.po, xfce4-toys/trunk/po/ja.po, xfce4-toys/trunk/po/ko.po, xfce4-toys/trunk/po/lt.po, xfce4-toys/trunk/po/mr.po, xfce4-toys/trunk/po/ms.po, xfce4-toys/trunk/po/nb_NO.po, xfce4-toys/trunk/po/nl.po, xfce4-toys/trunk/po/pa.po, xfce4-toys/trunk/po/pl.po, xfce4-toys/trunk/po/pt_BR.po, xfce4-toys/trunk/po/pt_PT.po, xfce4-toys/trunk/po/ro.po, xfce4-toys/trunk/po/ru.po, xfce4-toys/trunk/po/sk.po, xfce4-toys/trunk/po/sv.po, xfce4-toys/trunk/po/ta.po, xfce4-toys/trunk/po/tr.po, xfce4-toys/trunk/po/uk.po, xfce4-toys/trunk/po/vi.po, xfce4-toys/trunk/po/xfce4-toys.pot, xfce4-toys/trunk/po/zh_CN.po, xfce4-toys/trunk/po/zh_TW.po, xfce4-trigger-launcher/trunk/po/ar.po, xfce4-trigger-launcher/trunk/po/az.po, xfce4-trigger-launcher/trunk/po/be.po, xfce4-trigger-launcher/trunk/po/bg.po, xfce4-trigger-launcher/trunk/po/bn_IN.po, xfce4-trigger-launcher/trunk/po/ca.po, xfce4-trigger-launcher/trunk/po/cs.po, xfce4-trigger-launcher/trunk/po/de.po, xfce4-trigger-launcher/trunk/po/el.po, xfce4-trigger-launcher/trunk/po/en_GB.po, xfce4-trigger-launcher/trunk/po/eo.po, xfce4-trigger-launcher/trunk/po/es.po, xfce4-trigger-launcher/trunk/po/es_MX.po, xfce4-trigger-launcher/trunk/po/et.po, xfce4-trigger-launcher/trunk/po/eu.po, xfce4-trigger-launcher/trunk/po/fa.po, xfce4-trigger-launcher/trunk/po/fi.po, xfce4-trigger-launcher/trunk/po/fr.po, xfce4-trigger-launcher/trunk/po/gu.po, xfce4-trigger-launcher/trunk/po/he.po, xfce4-trigger-launcher/trunk/po/hi.po, xfce4-trigger-launcher/trunk/po/hu.po, xfce4-trigger-launcher/trunk/po/it.po, xfce4-trigger-launcher/trunk/po/ja.po, xfce4-trigger-launcher/trunk/po/ko.po, xfce4-trigger-launcher/trunk/po/lt.po, xfce4-trigger-launcher/trunk/po/mr.po, xfce4-trigger-launcher/trunk/po/ms.po, xfce4-trigger-launcher/trunk/po/nl.po, xfce4-trigger-launcher/trunk/po/pa.po, xfce4-trigger-launcher/trunk/po/pl.po, xfce4-trigger-launcher/trunk/po/pt_BR.po, xfce4-trigger-launcher/trunk/po/pt_PT.po, xfce4-trigger-launcher/trunk/po/ro.po, xfce4-trigger-launcher/trunk/po/ru.po, xfce4-trigger-launcher/trunk/po/sk.po, xfce4-trigger-launcher/trunk/po/sv.po, xfce4-trigger-launcher/trunk/po/ta.po, xfce4-trigger-launcher/trunk/po/tr.po, xfce4-trigger-launcher/trunk/po/uk.po, xfce4-trigger-launcher/trunk/po/vi.po, xfce4-trigger-launcher/trunk/po/xfce4-trigger-launcher.pot, xfce4-trigger-launcher/trunk/po/zh_CN.po, xfce4-trigger-launcher/trunk/po/zh_TW.po, xfmedia/trunk/po/de.po, xfmedia/trunk/po/es.po, xfmedia/trunk/po/eu.po, xfmedia/trunk/po/fi.po, xfmedia/trunk/po/fr.po, xfmedia/trunk/po/gu.po, xfmedia/trunk/po/hu.po, xfmedia/trunk/po/ja.po, xfmedia/trunk/po/lt.po, xfmedia/trunk/po/pl.po, xfmedia/trunk/po/pt_BR.po, xfmedia/trunk/po/sk.po, xfmedia/trunk/po/vi.po, xfmedia/trunk/po/xfmedia.pot, xfmedia/trunk/po/zh_CN.po, xfmedia/trunk/po/zh_TW.po, xfprint/trunk/po/ar.po, xfprint/trunk/po/az.po, xfprint/trunk/po/be.po, xfprint/trunk/po/bg.po, xfprint/trunk/po/bn_IN.po, xfprint/trunk/po/ca.po, xfprint/trunk/po/cs.po, xfprint/trunk/po/de.po, xfprint/trunk/po/el.po, xfprint/trunk/po/en_GB.po, xfprint/trunk/po/es.po, xfprint/trunk/po/es_MX.po, xfprint/trunk/po/et.po, xfprint/trunk/po/eu.po, xfprint/trunk/po/fa.po, xfprint/trunk/po/fi.po, xfprint/trunk/po/fr.po, xfprint/trunk/po/gu.po, xfprint/trunk/po/he.po, xfprint/trunk/po/hi.po, xfprint/trunk/po/hu.po, xfprint/trunk/po/it.po, xfprint/trunk/po/ja.po, xfprint/trunk/po/ko.po, xfprint/trunk/po/lt.po, xfprint/trunk/po/mr.po, xfprint/trunk/po/ms.po, xfprint/trunk/po/nl.po, xfprint/trunk/po/pa.po, xfprint/trunk/po/pl.po, xfprint/trunk/po/pt_BR.po, xfprint/trunk/po/pt_PT.po, xfprint/trunk/po/ro.po, xfprint/trunk/po/ru.po, xfprint/trunk/po/sk.po, xfprint/trunk/po/sv.po, xfprint/trunk/po/ta.po, xfprint/trunk/po/tr.po, xfprint/trunk/po/uk.po, xfprint/trunk/po/vi.po, xfprint/trunk/po/xfprint.pot, xfprint/trunk/po/zh_CN.po, xfprint/trunk/po/zh_TW.po, xfwm4/trunk/po/ar.po, xfwm4/trunk/po/az.po, xfwm4/trunk/po/be.po, xfwm4/trunk/po/bg.po, xfwm4/trunk/po/bn_IN.po, xfwm4/trunk/po/ca.po, xfwm4/trunk/po/cs.po, xfwm4/trunk/po/de.po, xfwm4/trunk/po/el.po, xfwm4/trunk/po/en_GB.po, xfwm4/trunk/po/eo.po, xfwm4/trunk/po/es.po, xfwm4/trunk/po/es_MX.po, xfwm4/trunk/po/et.po, xfwm4/trunk/po/eu.po, xfwm4/trunk/po/fa.po, xfwm4/trunk/po/fi.po, xfwm4/trunk/po/fr.po, xfwm4/trunk/po/gu.po, xfwm4/trunk/po/he.po, xfwm4/trunk/po/hi.po, xfwm4/trunk/po/hu.po, xfwm4/trunk/po/it.po, xfwm4/trunk/po/ja.po, xfwm4/trunk/po/ko.po, xfwm4/trunk/po/lt.po, xfwm4/trunk/po/mr.po, xfwm4/trunk/po/ms.po, xfwm4/trunk/po/nb_NO.po, xfwm4/trunk/po/nl.po, xfwm4/trunk/po/pa.po, xfwm4/trunk/po/pl.po, xfwm4/trunk/po/pt_BR.po, xfwm4/trunk/po/pt_PT.po, xfwm4/trunk/po/ro.po, xfwm4/trunk/po/ru.po, xfwm4/trunk/po/sk.po, xfwm4/trunk/po/sv.po, xfwm4/trunk/po/ta.po, xfwm4/trunk/po/tr.po, xfwm4/trunk/po/uk.po, xfwm4/trunk/po/vi.po, xfwm4/trunk/po/xfwm4.pot, xfwm4/trunk/po/zh_CN.po, xfwm4/trunk/po/zh_TW.po: Updated. 2005-10-15 13:06 daichi * po/ar.po, po/az.po, po/be.po, po/bg.po, po/bn_IN.po, po/ca.po, po/cs.po, po/de.po, po/el.po, po/en_GB.po, po/eo.po, po/es.po, po/es_MX.po, po/et.po, po/eu.po, po/fa.po, po/fi.po, po/fr.po, po/gu.po, po/he.po, po/hi.po, po/hu.po, po/hy.po, po/it.po, po/ja.po, po/ko.po, po/lt.po, po/mr.po, po/ms.po, po/nb_NO.po, po/nl.po, po/pa.po, po/pl.po, po/pt_BR.po, po/pt_PT.po, po/ro.po, po/ru.po, po/sk.po, po/sv.po, po/ta.po, po/tr.po, po/uk.po, po/vi.po, po/zh_CN.po, po/zh_TW.po: Updated. 2005-10-15 12:11 kelnos * configure.ac: add "[no-xml]" option to AC_PROG_INTLTOOL to remove dep on XML::Parser as suggested by daichi (bug 964) sorry for the spam, but svn is being annoying and won't let me commit all at once. 2005-10-15 07:07 jasper * plugins/launcher/launcher-dialog.c, plugins/launcher/launcher.c, plugins/launcher/launcher.h: Expand variables for launchers 2005-10-14 10:02 daichi * xfce-utils/trunk/po/hu.po, po/hu.po, xfdesktop/trunk/po/hu.po, xfwm4/trunk/po/hu.po: Updated Hungarian translations by Szervac Attila . 2005-10-13 17:11 jasper * plugins/launcher/launcher.c: Saving empty strings is not needed here, since we unlink the file first. 2005-10-13 16:51 jasper * plugins/launcher/launcher.c: ahem*, translated of course... 2005-10-13 16:47 jasper * plugins/launcher/launcher.c: Better handle empty fields 2005-10-13 12:49 jasper * plugins/launcher/launcher-dialog.c: Make sure icon menu is destroyed 2005-10-13 12:03 daichi * po/ar.po, po/az.po, po/be.po, po/bg.po, po/bn_IN.po, po/ca.po, po/cs.po, po/de.po, po/el.po, po/en_GB.po, po/eo.po, po/es.po, po/es_MX.po, po/et.po, po/eu.po, po/fa.po, po/fi.po, po/fr.po, po/gu.po, po/he.po, po/hi.po, po/hu.po, po/hy.po, po/it.po, po/ja.po, po/ko.po, po/lt.po, po/mr.po, po/ms.po, po/nb_NO.po, po/nl.po, po/pa.po, po/pl.po, po/pt_BR.po, po/pt_PT.po, po/ro.po, po/ru.po, po/sk.po, po/sv.po, po/ta.po, po/tr.po, po/uk.po, po/vi.po, po/zh_CN.po, po/zh_TW.po: * Updated and bumped version at the `Project-Id-Version'. - この行以下は無視されます -- M ar.po M az.po M be.po M bg.po M bn_IN.po M ca.po M cs.po M de.po M el.po M en_GB.po M eo.po M es.po M es_MX.po M et.po M eu.po M fa.po M fi.po M fr.po M gu.po M he.po M hi.po M hu.po M hy.po M it.po M ja.po M ko.po M lt.po M mr.po M ms.po M nb_NO.po M nl.po M pa.po M pl.po M pt_BR.po M pt_PT.po M ro.po M ru.po M sk.po M sv.po M ta.po M tr.po M uk.po M vi.po M zh_CN.po M zh_TW.po 2005-10-13 11:39 jasper * plugins/launcher/launcher.c: Small improvement for saving configuration 2005-10-13 10:23 jasper * plugins/launcher/launcher-dialog.c: Improve saving current item settings when changing items in the dialog 2005-10-13 10:09 jasper * plugins/separator/separator.c: Properly set size for separators 2005-10-12 06:11 jasper * panel/panel-settings.c: Allow a maximum of 95% transparency. 2005-10-11 20:07 jasper * plugins/launcher/launcher.c: Make menu entries appear in the same order as in the dialog treeview 2005-10-11 15:18 jasper * configure.ac, libxfce4panel/xfce-panel-external-item.c, libxfce4panel/xfce-panel-external-plugin.c, libxfce4panel/xfce-panel-internal-plugin.c, libxfce4panel/xfce-panel-item-iface.c, libxfce4panel/xfce-panel-item-iface.h, libxfce4panel/xfce-panel-plugin-iface-private.h, libxfce4panel/xfce-panel-plugin-iface.c, panel/panel-dnd.c, panel/panel-dnd.h, panel/panel-settings.c, panel/panel.c: * Allow items to be removed when dragging them to the dialog treeview * Don't ask before removing items (as requested by Fabian Nowak) 2005-10-11 09:55 jasper * libxfce4panel/xfce-panel-window.c: Attempt to improve resizing/redrawing for panel window 2005-10-11 09:53 daichi * xfcalendar/branches/xfce_4_2/po/et.po, xfcalendar/trunk/po/et.po, xfce-mcs-manager/branches/xfce_4_2/po/et.po, xfce-mcs-manager/trunk/po/et.po, xfce-mcs-plugins/branches/xfce_4_2/po/et.po, xfce-mcs-plugins/trunk/po/et.po, xfce-utils/branches/xfce_4_2/po/et.po, xfce-utils/trunk/po/et.po, xfce4-iconbox/branches/xfce_4_2/po/et.po, xfce4-mixer/branches/xfce_4_2/po/et.po, xfce4-mixer/trunk/po/et.po, xfce4-panel/branches/xfce_4_2/po/et.po, po/et.po, xfce4-toys/branches/xfce_4_2/po/et.po, xfce4-toys/trunk/po/et.po, xfce4-trigger-launcher/branches/xfce_4_2/po/et.po, xfce4-trigger-launcher/trunk/po/et.po, xfdesktop/branches/xfce_4_2/po/et.po, xfdesktop/trunk/po/et.po, xffm/branches/xfce_4_2/po/et.po, xffm/trunk/po/et.po, xfprint/branches/xfce_4_2/po/et.po, xfprint/trunk/po/et.po, xfwm4/branches/xfce_4_2/po/et.po, xfwm4/trunk/po/et.po: Changed an address. 2005-10-10 16:02 hydonsingore * po/zh_TW.po, xfmedia/trunk/po/zh_TW.po, xfprint/trunk/po/zh_TW.po: Update zh_TW translations 2005-10-10 13:14 jasper * Makefile.am, configure.ac, libxfce4panel/xfce-panel-external-item.c: Use fork()/execv() instead of g_spawn_async() for external plugins. Now the plugins remain child processes of the panel. 2005-10-09 17:39 daichi * libexo/trunk/po/ja.po, mousepad/trunk/po/ja.po, thunar/trunk/po/ja.po, xfce4-mailwatch-plugin/trunk/po/ja.po, po/ja.po, xfmedia/trunk/po/ja.po: Keyword `Id' expansion, hope this works. 2005-10-09 15:56 jasper * plugins/actions/actions.c, plugins/clock/clock.c, plugins/iconbox/iconbox.c, plugins/launcher/launcher-dialog.c, plugins/pager/pager.c, plugins/separator/separator.c, plugins/systray/systray.c, plugins/tasklist/tasklist.c, po/ar.po, po/az.po, po/be.po, po/bg.po, po/bn_IN.po, po/ca.po, po/cs.po, po/de.po, po/el.po, po/en_GB.po, po/eo.po, po/es.po, po/es_MX.po, po/et.po, po/eu.po, po/fa.po, po/fi.po, po/fr.po, po/gu.po, po/he.po, po/hi.po, po/hu.po, po/hy.po, po/it.po, po/ja.po, po/ko.po, po/lt.po, po/mr.po, po/ms.po, po/nb_NO.po, po/nl.po, po/pa.po, po/pl.po, po/pt_BR.po, po/pt_PT.po, po/ro.po, po/ru.po, po/sk.po, po/sv.po, po/ta.po, po/tr.po, po/uk.po, po/vi.po, po/zh_CN.po, po/zh_TW.po: Update some strings in the plugins 2005-10-09 15:49 stavrosg * po/el.po: Minor panel translation update 2005-10-09 15:25 jasper * libxfce4panel/xfce-panel-plugin-iface.c, panel/panel.c, po/ar.po, po/az.po, po/be.po, po/bg.po, po/bn_IN.po, po/ca.po, po/cs.po, po/de.po, po/el.po, po/en_GB.po, po/eo.po, po/es.po, po/es_MX.po, po/et.po, po/eu.po, po/fa.po, po/fi.po, po/fr.po, po/gu.po, po/he.po, po/hi.po, po/hu.po, po/hy.po, po/it.po, po/ja.po, po/ko.po, po/lt.po, po/mr.po, po/ms.po, po/nb_NO.po, po/nl.po, po/pa.po, po/pl.po, po/pt_BR.po, po/pt_PT.po, po/ro.po, po/ru.po, po/sk.po, po/sv.po, po/ta.po, po/tr.po, po/uk.po, po/vi.po, po/zh_CN.po, po/zh_TW.po: Change menu layout and text as suggested by Jannis and Fabian. 2005-10-07 22:17 daichi * po/de.po: Updated German translations by Fabian Nowak . 2005-10-06 20:05 stavrosg * xfcalendar/trunk/po/el.po, xfce4-mailwatch-plugin/trunk/po/el.po, xfce4-mixer/branches/xfce_4_2/po/el.po, xfce4-mixer/trunk/po/el.po, po/el.po: Minor updates & polishing for the Greek translations 2005-10-03 06:16 jasper * README.Plugins: Update version number in README.Plugins 2005-10-02 07:19 jasper * plugins/pager/pager.desktop.in.in: Pager doesn't have to be unique. 2005-10-02 07:13 jasper * libxfce4panel/xfce-panel-plugin-iface.c, panel/panel.c: Fix menu popup for multiple screens. Based on patch by Jean-Francois. 2005-10-01 14:18 hydonsingore * po/zh_TW.po: Update xfce4-panel zh_TW translations 2005-10-01 06:33 jasper * libxfce4panel/xfce-panel-plugin.h: Add back stdlib.h include. 2005-09-30 19:37 stavrosg * thunar/trunk/po/el.po, po/el.po: Updated EL translations for thunar & xfce4-panel/trunk 2005-09-30 12:13 jasper * README.Plugins: change 4.4.0 to 4.3.20 in README.Plugins. Suggested by Fabian Nowak. 2005-09-29 13:23 daichi * po/ar.po, po/az.po, po/be.po, po/bg.po, po/bn_IN.po, po/ca.po, po/cs.po, po/de.po, po/el.po, po/en_GB.po, po/eo.po, po/es.po, po/es_MX.po, po/et.po, po/eu.po, po/fa.po, po/fi.po, po/fr.po, po/gu.po, po/he.po, po/hi.po, po/hu.po, po/hy.po, po/it.po, po/ja.po, po/ko.po, po/lt.po, po/mr.po, po/ms.po, po/nb_NO.po, po/nl.po, po/pa.po, po/pl.po, po/pt_BR.po, po/pt_PT.po, po/ro.po, po/ru.po, po/sk.po, po/sv.po, po/ta.po, po/tr.po, po/uk.po, po/vi.po, po/zh_CN.po, po/zh_TW.po: Changed copyright notification by the author's request. 2005-09-29 12:32 daichi * po/ja.po: Bumped version. 2005-09-29 11:55 daichi * po/ar.po, po/az.po, po/be.po, po/bg.po, po/bn_IN.po, po/ca.po, po/cs.po, po/de.po, po/el.po, po/en_GB.po, po/eo.po, po/es.po, po/es_MX.po, po/et.po, po/eu.po, po/fa.po, po/fi.po, po/fr.po, po/gu.po, po/he.po, po/hi.po, po/hu.po, po/hy.po, po/it.po, po/ja.po, po/ko.po, po/lt.po, po/mr.po, po/ms.po, po/nb_NO.po, po/nl.po, po/pa.po, po/pl.po, po/pt_BR.po, po/pt_PT.po, po/ro.po, po/ru.po, po/sk.po, po/sv.po, po/ta.po, po/tr.po, po/uk.po, po/vi.po, po/zh_CN.po, po/zh_TW.po: * Bumped version at the "Project-Id-Version: ". * Discarded obsolete translations. * Added fall back address at the "Language-Team: ", according to the http://www.iro.umontreal.ca/translation/registry.cgi?team=index * Modified initial comment strings using template by "msginit". 2005-09-29 11:53 daichi * configure.ac: Removed unnecessary language code. 2005-09-28 10:15 jasper * panel/panel-item-manager.c: Refresh plugin list when dialog is opened. 2005-09-28 08:14 jasper * ChangeLog, configure.ac, icons/Makefile.am, icons/xfce-mouse.png, panel/Makefile.am, panel/panel-app.c, panel/xfce-panel-settings.desktop.in, plugins/actions/actions.desktop.in.in, plugins/separator/separator.desktop.in.in, plugins/systray/systray.desktop.in.in, plugins/testplugin/Makefile.am, po/ar.po, po/az.po, po/be.po, po/bg.po, po/bn_IN.po, po/ca.po, po/cs.po, po/de.po, po/el.po, po/en_GB.po, po/eo.po, po/es.po, po/es_MX.po, po/et.po, po/eu.po, po/fa.po, po/fi.po, po/fr.po, po/gu.po, po/he.po, po/hi.po, po/hu.po, po/hy.po, po/it.po, po/ja.po, po/ko.po, po/lt.po, po/mr.po, po/ms.po, po/nb_NO.po, po/nl.po, po/pa.po, po/pl.po, po/pt_BR.po, po/pt_PT.po, po/ro.po, po/ru.po, po/sk.po, po/sv.po, po/ta.po, po/tr.po, po/uk.po, po/vi.po, po/zh_CN.po, po/zh_TW.po: * Merge back old panel translations. They are mostly unused, I guess, but maybe a few strings are still the same. * Remove xfce-panel-settings.desktop.in. It doesn't really make sense anymore. * Add xfce-mouse icon, to be used as default plugin icon. 2005-09-28 06:10 jasper * README.Plugins, docs/API/html/XfceExternalPanelPlugin.html, docs/API/html/XfceInternalPanelPlugin.html, docs/API/html/XfcePanelPlugin.html, docs/API/libxfce4panel-decl-list.txt, docs/API/libxfce4panel-decl.txt, docs/API/tmpl/xfce-panel-plugin-iface.sgml, docs/API/xml/xfce-panel-plugin-iface.xml, libxfce4panel/xfce-panel-external-plugin.c, libxfce4panel/xfce-panel-internal-plugin.c, libxfce4panel/xfce-panel-plugin-iface.c, libxfce4panel/xfce-panel-plugin-iface.h, plugins/actions/actions.c, plugins/clock/clock.c, plugins/iconbox/iconbox.c, plugins/launcher/launcher.c, plugins/pager/pager.c, plugins/separator/separator.c, plugins/systray/systray.c, plugins/tasklist/tasklist.c, plugins/testplugin/testplugin.c: Slight API change. Make xfce_panel_plugin_save_location() take an extra 'create' argument, to match xfce_resource_save_location(). 2005-09-27 21:30 jasper * panel/panel-app.c: Test visibility problem 2005-09-27 21:14 jasper * docs/API/Makefile.am: don't require automake 1.9 2005-09-27 20:01 jasper * xfce4-panel/branches/experimental/.indent.pro, xfce4-panel/branches/experimental/AUTHORS, xfce4-panel/branches/experimental/COPYING, xfce4-panel/branches/experimental/COPYING_LIBS, xfce4-panel/branches/experimental/ChangeLog, xfce4-panel/branches/experimental/HACKING, xfce4-panel/branches/experimental/INSTALL, xfce4-panel/branches/experimental/Makefile.am, xfce4-panel/branches/experimental/NEWS, xfce4-panel/branches/experimental/README, xfce4-panel/branches/experimental/README.Kiosk, xfce4-panel/branches/experimental/README.Plugins, xfce4-panel/branches/experimental/autogen.sh, xfce4-panel/branches/experimental/config, xfce4-panel/branches/experimental/configure.ac, xfce4-panel/branches/experimental/docs, xfce4-panel/branches/experimental/icons, xfce4-panel/branches/experimental/libxfce4panel, xfce4-panel/branches/experimental/panel, xfce4-panel/branches/experimental/plugins, xfce4-panel/branches/experimental/po, xfce4-panel/branches/experimental/xfce4-panel.spec.in, .indent.pro, AUTHORS, COPYING, COPYING_LIBS, ChangeLog, HACKING, INSTALL, Makefile.am, NEWS, README, README.Kiosk, README.Plugins, autogen.sh, config, configure.ac, docs, icons, libxfce4panel, panel, plugins, po, xfce4-panel.spec.in: Move new panel to trunk 2005-09-27 19:59 jasper * xfce4-panel/branches/4_3_old/.indent.pro, xfce4-panel/branches/4_3_old/AUTHORS, xfce4-panel/branches/4_3_old/COPYING, xfce4-panel/branches/4_3_old/COPYING_LIBS, xfce4-panel/branches/4_3_old/ChangeLog, xfce4-panel/branches/4_3_old/HACKING, xfce4-panel/branches/4_3_old/INSTALL, xfce4-panel/branches/4_3_old/Makefile.am, xfce4-panel/branches/4_3_old/NEWS, xfce4-panel/branches/4_3_old/NOTES, xfce4-panel/branches/4_3_old/README, xfce4-panel/branches/4_3_old/README.Kiosk, xfce4-panel/branches/4_3_old/TODO, xfce4-panel/branches/4_3_old/autogen.sh, xfce4-panel/branches/4_3_old/config, xfce4-panel/branches/4_3_old/configure.ac, xfce4-panel/branches/4_3_old/doc, xfce4-panel/branches/4_3_old/iconbox, xfce4-panel/branches/4_3_old/icons, xfce4-panel/branches/4_3_old/libs, xfce4-panel/branches/4_3_old/panel, xfce4-panel/branches/4_3_old/plugins, xfce4-panel/branches/4_3_old/po, xfce4-panel/branches/4_3_old/settings, xfce4-panel/branches/4_3_old/taskbar, xfce4-panel/branches/4_3_old/xfce4-panel.spec.in, .indent.pro, AUTHORS, COPYING, COPYING_LIBS, ChangeLog, HACKING, INSTALL, Makefile.am, NEWS, NOTES, README, README.Kiosk, TODO, autogen.sh, config, configure.ac, doc, iconbox, icons, libs, panel, plugins, po, settings, taskbar, xfce4-panel.spec.in: Move old trunk 2005-09-24 07:45 daichi * libexo/trunk/po/ChangeLog, libexo/trunk/po/ja.po, libxfcegui4/trunk/po/ja.po, mousepad/trunk/po/ja.po, terminal/trunk/po/ChangeLog, terminal/trunk/po/ja.po, thunar/trunk/po/ChangeLog, thunar/trunk/po/ja.po, xfcalendar/trunk/po/ja.po, xfce-mcs-manager/trunk/po/ja.po, xfce-mcs-plugins/trunk/po/ja.po, xfce-utils/trunk/po/ja.po, xfce4-icon-theme/trunk/po/ja.po, xfce4-mailwatch-plugin/trunk/po/ja.po, xfce4-mixer/trunk/po/ja.po, po/ja.po, xfce4-session/trunk/po/ja.po, xfce4-toys/trunk/po/ja.po, xfce4-trigger-launcher/trunk/po/ja.po, xfdesktop/trunk/po/ja.po, xfprint/trunk/po/ja.po, xfwm4/trunk/po/ja.po: * Added initial "$Id$". * Updated some translations. 2005-09-08 15:42 hydonsingore * xfce-mcs-plugins/trunk/po/ChangeLog, xfce-mcs-plugins/trunk/po/zh_TW.po, po/ChangeLog, po/zh_TW.po, xfce4-session/trunk/po/ChangeLog, xfce4-session/trunk/po/zh_TW.po: Update zh_TW translations 2005-08-29 21:48 daichi * xfcalendar/branches/xfce_4_2/po/ja.po, xfcalendar/trunk/po/ja.po, xfce-mcs-manager/branches/xfce_4_2/po/ja.po, xfce-mcs-manager/trunk/po/ja.po, xfce-mcs-plugins/branches/xfce_4_2/po/ja.po, xfce-mcs-plugins/trunk/po/ja.po, xfce-utils/branches/xfce_4_2/po/ja.po, xfce-utils/trunk/po/ja.po, xfce4-panel/branches/xfce_4_2/po/ja.po, po/ja.po, xfce4-session/branches/xfce_4_2/po/ja.po, xfce4-session/trunk/po/ja.po, xfce4-toys/branches/xfce_4_2/po/ja.po, xfce4-toys/trunk/po/ja.po, xfce4-trigger-launcher/branches/xfce_4_2/po/ja.po, xfce4-trigger-launcher/trunk/po/ja.po, xfdesktop/branches/xfce_4_2/po/ja.po, xfdesktop/trunk/po/ja.po, xffm/branches/xfce_4_2/po/ja.po, xffm/trunk/po/ja.po, xfprint/branches/xfce_4_2/po/ja.po, xfprint/trunk/po/ja.po, xfwm4/branches/xfce_4_2/po/ja.po, xfwm4/trunk/po/ja.po: Changed responsible period for previous translator. 2005-08-26 04:54 ankit * po/gu.po: Updated Gujarati Translations 2005-08-23 13:51 daichi * libexo/trunk/po/ChangeLog, libexo/trunk/po/ja.po, terminal/trunk/po/ChangeLog, terminal/trunk/po/ja.po, thunar/trunk/po/ChangeLog, thunar/trunk/po/ja.po, xfce-utils/trunk/po/ja.po, xfce4-mailwatch-plugin/trunk/po/ja.po, po/ja.po, xfdesktop/trunk/po/ja.po, xffm/trunk/po/ja.po, xfprint/trunk/po/ja.po: Updated Japanese translations. 2005-08-21 08:55 daichi * po/ar.po, po/bg.po, po/ca.po, po/hi.po, po/hu.po, po/it.po, po/ms.po, po/sv.po, po/ta.po: Added missing '\n', which causes parsing error at http://xfce.org/~kelnos/xfce4/i18n/ Added fall back address at the 'Language-Team: ', according to the http://www.iro.umontreal.ca/translation/registry.cgi?team=index Modified initial comment strings with template by 'msginit'. Discarded obsolete translations. 2005-08-18 12:05 daichi * libexo/trunk/po/ChangeLog, libexo/trunk/po/ja.po, libxfcegui4/trunk/po/ja.po, mousepad/trunk/po/ja.po, terminal/trunk/po/ChangeLog, terminal/trunk/po/ja.po, thunar/trunk/po/ChangeLog, thunar/trunk/po/ja.po, xfcalendar/trunk/po/ja.po, xfce-mcs-manager/trunk/po/ja.po, xfce-mcs-plugins/trunk/po/ja.po, xfce-utils/trunk/po/ja.po, xfce4-appfinder/trunk/po/ja.po, xfce4-icon-theme/trunk/po/ja.po, xfce4-mailwatch-plugin/trunk/po/ja.po, xfce4-mixer/trunk/po/ja.po, po/ja.po, xfce4-session/trunk/po/ja.po, xfce4-toys/trunk/po/ja.po, xfce4-trigger-launcher/trunk/po/ja.po, xfdesktop/trunk/po/ja.po, xffm/trunk/po/ja.po, xfprint/trunk/po/ja.po, xfwm4/trunk/po/ja.po: Updated Japanese translations. 2005-08-17 16:21 daichi * po/bg.po, po/es.po, po/es_MX.po, po/nb_NO.po, po/nl.po, po/pt_BR.po, po/sv.po, po/zh_CN.po: Fixed errors emitted by 'msgfmt -c'. Added fall back address at the 'Language-Team: ', according to the http://www.iro.umontreal.ca/translation/registry.cgi?team=index Modified initial comment strings with template by 'msginit'. 2005-08-17 15:03 daichi * xfce4-appfinder/branches/xfce_4_2/po/en_GB.po, xfce4-appfinder/branches/xfce_4_2/po/es.po, xfce4-appfinder/branches/xfce_4_2/po/es_MX.po, xfce4-mixer/trunk/po/bg.po, xfce4-mixer/trunk/po/lt.po, po/en_GB.po, po/lt.po, xfce4-session/trunk/po/cs.po, xfce4-session/trunk/po/en_GB.po, xfce4-toys/trunk/po/en_GB.po, xfce4-toys/trunk/po/lt.po, xfce4-trigger-launcher/trunk/po/en_GB.po, xfce4-trigger-launcher/trunk/po/lt.po, xfdesktop/trunk/po/en_GB.po, xfdesktop/trunk/po/lt.po, xfdesktop/trunk/po/nb_NO.po, xfprint/trunk/po/en_GB.po, xfprint/trunk/po/lt.po, xfwm4/trunk/po/en_GB.po, xfwm4/trunk/po/nb_NO.po: Converted local charsets to UTF-8. 2005-08-17 14:17 daichi * po/pl.po, xfce4-session/trunk/po/pl.po: Updated Polish translations by Wit Wilinski. 2005-08-15 15:12 daichi * xfce-utils/trunk/po/zh_TW.po, po/zh_TW.po, xfdesktop/trunk/po/zh_TW.po, xfwm4/trunk/po/zh_TW.po: Removed executable attribution. 2005-08-13 15:09 stavrosg * xfce-mcs-plugins/trunk/configure.ac, xfce-mcs-plugins/trunk/po/el.po, po/el.po, xfdesktop/trunk/configure.ac, xfdesktop/trunk/po/el.po, xfprint/trunk/configure.ac, xfprint/trunk/po/el.po, xfwm4/trunk/configure.ac, xfwm4/trunk/po/el.po: * Added initial Greek translations in trunk for xfce-mcs-plugins, xfprint, xfwm4 & xfdesktop. * Corrections & additions for xfce4-panel/trunk/po/el.po 2005-08-13 14:09 daichi * libxfcegui4/trunk/po/fi.po, xfcalendar/trunk/po/fi.po, xfce-mcs-manager/trunk/po/fi.po, xfce-mcs-plugins/trunk/po/fi.po, xfce-utils/trunk/po/fi.po, xfce4-appfinder/trunk/po/fi.po, xfce4-mixer/trunk/po/fi.po, po/fi.po, xfce4-session/trunk/po/fi.po, xfce4-trigger-launcher/trunk/po/fi.po, xfdesktop/trunk/po/fi.po, xffm/trunk/po/fi.po, xfmedia/trunk/po/fi.po, xfprint/trunk/po/fi.po, xfwm4/trunk/po/fi.po: Updated Finnish translations by Jari Rahkonen. 2005-08-11 17:04 stavrosg * xfcalendar/trunk/po/el.po, xfce4-mixer/trunk/configure.ac, xfce4-mixer/trunk/po/el.po, configure.ac, po/el.po, xfce4-session/trunk/po/el.po: Add initial Greek translations in trunk for xfce4-session, xfce4-mixer & xfce4-panel, and some corrections in xfcalendar/trunk/po/el.po 2005-08-05 14:09 eduard * panel/panel.c: Fix #963 - panel does not move after sizing when autohiding is enabled 2005-08-04 15:17 pollux * xfcalendar/branches/xfce_4_2/configure.ac, xfcalendar/branches/xfce_4_2/po/hy.po, xfcalendar/trunk/configure.ac, xfcalendar/trunk/po/hy.po, xfce-utils/branches/xfce_4_2/configure.ac, xfce-utils/branches/xfce_4_2/po/hy.po, xfce-utils/branches/xfce_4_2/xfce4-about/AUTHORS, xfce-utils/branches/xfce_4_2/xfce4-about/AUTHORS.az, xfce-utils/branches/xfce_4_2/xfce4-about/AUTHORS.ca, xfce-utils/branches/xfce_4_2/xfce4-about/AUTHORS.de, xfce-utils/branches/xfce_4_2/xfce4-about/AUTHORS.es, xfce-utils/branches/xfce_4_2/xfce4-about/AUTHORS.eu, xfce-utils/branches/xfce_4_2/xfce4-about/AUTHORS.fi, xfce-utils/branches/xfce_4_2/xfce4-about/AUTHORS.fr, xfce-utils/branches/xfce_4_2/xfce4-about/AUTHORS.he, xfce-utils/branches/xfce_4_2/xfce4-about/AUTHORS.html, xfce-utils/branches/xfce_4_2/xfce4-about/AUTHORS.it, xfce-utils/branches/xfce_4_2/xfce4-about/AUTHORS.ja, xfce-utils/branches/xfce_4_2/xfce4-about/AUTHORS.lt, xfce-utils/branches/xfce_4_2/xfce4-about/AUTHORS.ro, xfce-utils/branches/xfce_4_2/xfce4-about/AUTHORS.ru, xfce-utils/branches/xfce_4_2/xfce4-about/AUTHORS.sk, xfce-utils/branches/xfce_4_2/xfce4-about/AUTHORS.uk, xfce-utils/branches/xfce_4_2/xfce4-about/AUTHORS.vi, xfce-utils/trunk/configure.ac, xfce-utils/trunk/po/hy.po, xfce-utils/trunk/xfce4-about/AUTHORS, xfce4-appfinder/branches/xfce_4_2/configure.ac, xfce4-appfinder/branches/xfce_4_2/po/hy.po, xfce4-appfinder/trunk/configure.ac, xfce4-appfinder/trunk/po/hy.po, xfce4-mixer/branches/xfce_4_2/configure.ac, xfce4-mixer/branches/xfce_4_2/po/hy.po, xfce4-mixer/trunk/configure.ac, xfce4-mixer/trunk/po/hy.po, xfce4-panel/branches/xfce_4_2/configure.ac, xfce4-panel/branches/xfce_4_2/po/hy.po, configure.ac, po/hy.po: add some HY translations 2005-07-30 14:55 jasper * plugins/systray/systray.c: Cosmetic tweak 2005-07-30 08:17 jasper * panel/main.c, panel/settings.c: Oops, remove debugging stuff 2005-07-30 08:15 jasper * panel/main.c, panel/panel.c, panel/settings.c: Fix full width on startup with autohide (bug #1097) 2005-07-30 07:58 jasper * plugins/launcher/launcher.c: Fix problem with icons in menu (bug #1052) 2005-07-29 19:21 jasper * plugins/systray/systray.c: Systray plugin update: * reduce frame border (bug #1017) * make frame drawing optional (bug #1081) * make 24-hour clock optional 2005-07-19 19:08 pollux * libxfcegui4/trunk/po/ja.po, xfcalendar/trunk/po/ja.po, xfcalendar/trunk/po/xfcalendar.pot, xfce-mcs-manager/trunk/po/ja.po, xfce-mcs-plugins/trunk/po/ja.po, xfce4-mixer/trunk/po/ja.po, xfce4-panel/branches/xfce_4_2/po/ja.po, po/ja.po, xfce4-session/trunk/po/ja.po, xfce4-toys/trunk/po/ja.po, xfdesktop/trunk/modules/menu/xfce-registered-categories.xml.ja, xfdesktop/trunk/po/ja.po, xffm/branches/xfce_4_2/po/ja.po, xfprint/branches/xfce_4_2/po/ja.po, xfprint/trunk/po/ja.po: update JA translations 2005-07-16 15:09 pollux * xfce4-panel/branches/xfce_4_2/configure.ac, xfce4-panel/branches/xfce_4_2/po/eo.po, configure.ac, po/eo.po: add EO translations 2005-07-13 05:57 jasper * taskbar/xftaskbar.c: Merge monitor setting from xfce_4_2 branch 2005-07-12 21:07 jasper * iconbox/iconbox.c: Fix incorrect drawing of borders on iconbox 2005-07-12 20:41 jasper * libs/xfce-panel-window.c: Fix drawing of panel window border 2005-07-05 19:19 jasper * plugins/anotherclock/anotherclock.c, plugins/clock/clock.c, settings/iconbox_plugin.c: Fix compilation with --enable-debug=full (#1057) 2005-07-04 11:47 pollux * libxfcegui4/trunk/po/ko.po, xfcalendar/trunk/po/ko.po, xfce-mcs-manager/trunk/po/ko.po, xfce-mcs-plugins/trunk/po/ko.po, xfce-utils/trunk/po/ko.po, xfce4-appfinder/trunk/po/ko.po, xfce4-mixer/trunk/po/ko.po, po/ko.po, xfce4-session/trunk/po/ko.po, xfce4-toys/trunk/po/ko.po, xfdesktop/trunk/po/ko.po, xffm/trunk/po/ko.po, xfprint/trunk/po/ko.po, xfwm4/trunk/po/ko.po: update KO translations 2005-07-03 09:07 jasper * plugins/launcher/launcher-dialog.c: * Fix properties dialog to not break the menu when moving items (bug #1047) * Add missing file chooser for command 2005-06-29 16:14 pollux * xfcalendar/trunk/po/zh_TW.po, po/zh_TW.po, xfdesktop/trunk/po/zh_TW.po, xfprint/trunk/po/zh_TW.po, xfwm4/trunk/po/zh_TW.po: update zh_TW translations 2005-06-26 17:09 pollux * xfce-mcs-plugins/trunk/po/ko.po, xfce4-mixer/trunk/po/ko.po, po/ko.po, xfdesktop/trunk/po/ko.po, xffm/trunk/po/ko.po, xfwm4/trunk/po/ko.po: update KO translations 2005-06-25 11:10 benny * ., config, doc, doc/C, doc/C/images, doc/fr, doc/fr/images, doc/it, doc/it/images, iconbox, icons, libs, panel, plugins, plugins/clock, plugins/flexspace, plugins/launcher, plugins/mailcheck, plugins/pager, plugins/sample-plugin, plugins/separator, plugins/switcher, plugins/systembuttons, plugins/systray, plugins/tasklist, settings, settings/iconbox_plugin.c, settings/xfce_settings_plugin.c, settings/xftaskbar_plugin.c, taskbar: Don't crash if the MCS plugin is unable to store the settings, a warning telling whats wrong will be emitted by libxfce4util, see bug #1033. 2005-06-25 10:36 jasper * plugins/tasklist/tasklist.c: Free tasklist properly and add more grouping options 2005-06-25 09:09 jasper * libs/xfce-item.c: We don't really use the handle so I'll only show a bit of extra space for now, for the user to click on. 2005-06-25 08:59 jasper * plugins/tasklist/tasklist.c: Add tasklist options 2005-06-19 14:00 jasper * COPYING_LIBS, Makefile.am, iconbox/Makefile.am, libs/Makefile.am, libs/xfce-enum-types.c, libs/xfce-enum-types.h, libs/xfce-marshal.c, libs/xfce-marshal.h, panel/Makefile.am, po/ar.po, po/az.po, po/be.po, po/bg.po, po/bn_IN.po, po/ca.po, po/cs.po, po/de.po, po/en_GB.po, po/es.po, po/es_MX.po, po/et.po, po/eu.po, po/fa.po, po/fi.po, po/fr.po, po/gu.po, po/he.po, po/hi.po, po/hu.po, po/it.po, po/ja.po, po/ko.po, po/lt.po, po/mr.po, po/ms.po, po/nb_NO.po, po/nl.po, po/pa.po, po/pl.po, po/pt_BR.po, po/pt_PT.po, po/ro.po, po/ru.po, po/sk.po, po/sv.po, po/ta.po, po/tr.po, po/uk.po, po/vi.po, po/xfce4-panel.pot, po/zh_CN.po, po/zh_TW.po, taskbar/Makefile.am: * add COPYING_LIBS with LGPL text * fix make distcheck * make update-po * remove enum-types and marshal generated files from libs/ 2005-06-18 11:51 jasper * libs/xfce-arrow-button.c, libs/xfce-arrow-button.h, libs/xfce-item.c, libs/xfce-item.h, libs/xfce-itembar.c, libs/xfce-itembar.h, libs/xfce-paint-private.c, libs/xfce-paint-private.h, libs/xfce-panel-window.c, libs/xfce-panel-window.h, libs/xfce-separator-item.c, libs/xfce-separator-item.h: * additional gtk-doc comments for itembar * change license to LGPL for library files 2005-06-18 09:50 jasper * libs/xfce-itembar.c: Ok, previous commit wasn't clever at all. This one should be better. 2005-06-18 09:41 jasper * libs/xfce-arrow-button.c, libs/xfce-itembar.c: Be a bit more clever when allocating expanding items on an itembar. 2005-06-16 19:21 jasper * plugins/launcher/launcher.c: Remove launcher insensitivity after executing. Doesn't work properly if you leave the mouse over the button. Too much hassle to find the cause. 2005-06-16 18:22 jasper * plugins/launcher/launcher.c: Fix depressed button after menu popup from timeout (bug #994) 2005-06-13 06:16 jasper * plugins/anotherclock/anotherclock.c: Configuration for anotherclock. 2005-06-12 19:28 jasper * plugins/anotherclock/anotherclock.c: Tweaks to anotherclock 2005-06-12 15:48 jasper * configure.ac, plugins/Makefile.am, plugins/anotherclock, plugins/anotherclock/Makefile.am, plugins/anotherclock/anotherclock.c: Another clock plugin to try out a new clock layout. It has to be moved somewhere else or merged with another plugin eventually -- no need to have 100s of clocks ;) 2005-06-12 12:22 jasper * plugins/launcher/launcher-dialog.c, plugins/launcher/launcher.c: Cosmetic changes to launcher properties dialog 2005-06-09 12:01 pollux * po/POTFILES.in, po/ar.po, po/az.po, po/be.po, po/bg.po, po/bn_IN.po, po/ca.po, po/cs.po, po/de.po, po/en_GB.po, po/es.po, po/es_MX.po, po/et.po, po/eu.po, po/fa.po, po/fi.po, po/fr.po, po/gu.po, po/he.po, po/hi.po, po/hu.po, po/it.po, po/ja.po, po/ko.po, po/lt.po, po/mr.po, po/ms.po, po/nb_NO.po, po/nl.po, po/pa.po, po/pl.po, po/pt_BR.po, po/pt_PT.po, po/ro.po, po/ru.po, po/sk.po, po/sv.po, po/ta.po, po/tr.po, po/uk.po, po/vi.po, po/xfce4-panel.pot, po/zh_CN.po, po/zh_TW.po: fix make dist 2005-06-07 15:02 pollux * xfce-mcs-plugins/trunk/po/gu.po, xfce4-mixer/trunk/po/gu.po, po/gu.po, xffm/trunk/po/gu.po, xfprint/trunk/po/gu.po, xfwm4/trunk/po/gu.po: update GU translations 2005-06-05 10:39 jasper * plugins/launcher/launcher.c: Better way to check whether to close the menu after drag-leave. Now also works with xffm and nautilus. 2005-06-05 08:50 jasper * panel/xfce_support.c, panel/xfce_support.h, plugins/launcher/launcher.c, taskbar/xftaskbar.c: * Add drag-motion convenience function to xfce_support.c * Implement DND to launcher menus. Could use some testing. 2005-05-31 17:28 pollux * xfcalendar/trunk/po/ja.po, po/ja.po, xffm/trunk/po/ja.po, xfprint/trunk/po/ja.po, xfwm4/trunk/po/ja.po: update JA translations 2005-05-14 19:32 olivier * po/ChangeLog: Update ChangeLog 2005-05-14 19:32 olivier * ChangeLog: Update ChangeLog 2005-05-14 10:00 jasper * plugins/systray/systray.c: oops, hbox->vbox for vertical panel 2005-05-14 09:48 jasper * plugins/systray/systray.c: Add (optional) time to sysytray, similar to the taskbar. XEMBED icons still don't play nice with resizing/moving :( 2005-05-11 21:33 jasper * panel/panel.c: Fix stickyness issue. Still don't know why it wouldn't work. 2005-05-11 21:05 jasper * ChangeLog, panel/panel.c, settings/xfce_settings_dialog.c: Fix orientation changing, reported by Francois 2005-05-10 19:08 jasper * plugins/launcher/launcher-dialog.c: Wow, that was hard to find. Fix typo that caused a crash when dragging a file to the new launcher property dialog. Also reported by Francois. 2005-05-10 18:34 jasper * plugins/launcher/launcher-dialog.c: Open file dialog immediately when choosing custom icon. Reported by Francois. 2005-05-08 19:11 jasper * plugins/launcher/launcher-dialog.c: Fix crash when dropping a desktop file on the dialog 2005-05-08 18:59 jasper * panel/controls_dialog.c: oh, alright, i'll put it back. at least for Xfce themes it seems to do the right thing. 2005-05-08 18:45 jasper * panel/controls_dialog.c: Hmm that wasn't it either. I'll have to think of something else... 2005-05-08 10:15 jasper * panel/controls_dialog.c: cosmetic tweak 2005-05-08 09:58 jasper * panel/Makefile.am, panel/add-control-dialog.c, panel/controls.c, panel/controls.h, panel/controls_dialog.c, panel/global.h, panel/item-control.c, panel/item-control.h, panel/item.c, panel/item.h, panel/item_dialog.c, panel/item_dialog.h, panel/main.c, panel/mcs_client.c, panel/panel.c, panel/panel.h, panel/settings.c, plugins/launcher/launcher.c, plugins/mailcheck/mailcheck.c, plugins/switcher/switcher.c, settings/xfce_settings.h, settings/xfce_settings_dialog.c, settings/xfce_settings_plugin.c: * remove builtin launcher * replace with new launcher (backwards compatible) * remove popup position global option * other stuff (it's a pretty big change, so I'm sure i forgot something ;-) Please tell me if it breaks anything. 2005-05-07 12:27 jasper * panel/controls.c, panel/controls.h, panel/item-control.c, panel/panel.c, plugins/launcher/launcher-dialog.c, plugins/launcher/launcher.c, plugins/launcher/launcher.h, po/ar.po, po/az.po, po/be.po, po/bg.po, po/ca.po, po/cs.po, po/de.po, po/en_GB.po, po/es.po, po/es_MX.po, po/et.po, po/eu.po, po/fa.po, po/fi.po, po/fr.po, po/gu.po, po/he.po, po/hi.po, po/hu.po, po/it.po, po/ja.po, po/ko.po, po/lt.po, po/ms.po, po/nb_NO.po, po/nl.po, po/pa.po, po/pl.po, po/pt_BR.po, po/pt_PT.po, po/ro.po, po/ru.po, po/sk.po, po/sv.po, po/ta.po, po/tr.po, po/uk.po, po/vi.po, po/zh_CN.po, po/zh_TW.po: Allow all controls to act on changing the panel side; specifically the new launcher. 2005-05-06 19:02 pollux * configure.ac, po/bn_IN.po: add bn_IN translations 2005-05-06 18:48 pollux * configure.ac, po/mr.po: add MR translations 2005-05-06 17:19 pollux * po/ja.po: update JA translations 2005-05-05 12:55 perldude * iconbox/iconbox.c, plugins/launcher/launcher.c: blame danny 2005-05-04 21:05 olivier * ChangeLog: Update ChangeLog 2005-05-04 21:04 olivier * po/ChangeLog: Update ChangeLog 2005-05-03 21:07 dannym * iconbox/iconbox.c, plugins/launcher/launcher.c: use xfce_about_dialog_new_with_values (recent libxfcegui4 change) 2005-05-03 07:33 jasper * panel/panel.c: Fix autohide 2005-05-02 20:37 jasper * TODO, panel/mcs_client.c, panel/panel.c, panel/panel.h, po/ar.po, po/az.po, po/be.po, po/bg.po, po/ca.po, po/cs.po, po/de.po, po/en_GB.po, po/es.po, po/es_MX.po, po/et.po, po/eu.po, po/fa.po, po/fi.po, po/fr.po, po/gu.po, po/he.po, po/hi.po, po/hu.po, po/it.po, po/ja.po, po/ko.po, po/lt.po, po/ms.po, po/nb_NO.po, po/nl.po, po/pa.po, po/pl.po, po/pt_BR.po, po/pt_PT.po, po/ro.po, po/ru.po, po/sk.po, po/sv.po, po/ta.po, po/tr.po, po/uk.po, po/vi.po, po/xfce4-panel.pot, po/zh_CN.po, po/zh_TW.po, settings/xfce_settings.h, settings/xfce_settings_dialog.c, settings/xfce_settings_plugin.c: * Add option to choose handle style * Fix bug that made panel always centered on startup 2005-05-02 11:45 jasper * libs/xfce-enum-types.c, libs/xfce-enum-types.h, libs/xfce-item.c: Make sure to cleanup event window (fixes bug #916) 2005-04-30 20:21 jasper * plugins/launcher/launcher-dialog.c, plugins/launcher/launcher.c: * Change (improve?) new launchers property dialog 2005-04-20 19:51 jasper * panel/panel.c: Extra calculation of struts. 2005-04-19 19:19 jasper * panel/panel.c: Try to be a bit more accurate when calculating struts. 2005-04-19 14:09 jasper * libs/xfce-panel-window.c: * Fix widget allocation cutting off rightmost panel item (bug #915). * Small cosmetic change to panel handles. 2005-04-15 14:04 jasper * panel/panel.c: Fix autohide/full width issues 2005-04-15 09:31 jasper * autoclean.sh, configure.ac, panel/mcs_client.c, panel/panel.c, panel/panel.h, plugins/Makefile.am, plugins/flexspace, plugins/flexspace/Makefile.am, plugins/flexspace/flexspace.c, plugins/launcher/launcher.c, plugins/tasklist, plugins/tasklist/Makefile.am, plugins/tasklist/tasklist.c, po/POTFILES.in, po/ar.po, po/az.po, po/be.po, po/bg.po, po/ca.po, po/cs.po, po/de.po, po/en_GB.po, po/es.po, po/es_MX.po, po/et.po, po/eu.po, po/fa.po, po/fi.po, po/fr.po, po/gu.po, po/he.po, po/hi.po, po/hu.po, po/it.po, po/ja.po, po/ko.po, po/lt.po, po/ms.po, po/nb_NO.po, po/nl.po, po/pa.po, po/pl.po, po/pt_BR.po, po/pt_PT.po, po/ro.po, po/ru.po, po/sk.po, po/sv.po, po/ta.po, po/tr.po, po/uk.po, po/vi.po, po/zh_CN.po, po/zh_TW.po, settings/xfce_settings.h, settings/xfce_settings_dialog.c, settings/xfce_settings_plugin.c: * Add option to make panel full width * Add tasklist plugin that expands with the panel * Add flexible space plugin that also expands with the panel 2005-04-12 21:11 jasper * libs/xfce-itembar.c, plugins/launcher/launcher-dialog.c, plugins/launcher/launcher.c, plugins/launcher/launcher.h: Implement 'hold icon button to pop up menu' for alternative launcher 2005-04-06 08:11 jasper * iconbox/iconbox.c, libs/xfce-panel-window.c, libs/xfce-panel-window.h, panel/controls.c, panel/panel.c, taskbar/xftaskbar.c: Improve drawing of the panel window border, using some code from gtk-xfce-engine. 2005-04-06 07:33 perldude * .cvsignore, po/.cvsignore, settings/.cvsignore: remove .cvsignore cruft 2005-04-04 06:47 jasper * libs/xfce-itembar.c, plugins/launcher/launcher.c: Oops (2). Children list does no long contain direct references to widgets. 2005-04-04 06:19 jasper * libs/xfce-itembar.c: Oops, forgot to add raised option to private struct 2005-04-04 05:53 jasper * libs/xfce-itembar.c, libs/xfce-itembar.h: Raise/lower itembar event window; hopefully will be useful for 'customize' mode. 2005-04-02 14:37 fleclainche * doc/fr/images/Makefile.am, doc/fr/images/default-session.png: Wrong directory for this image, updated Makefile 2005-03-28 09:18 jasper * doc/C/xfce4-panel.html, doc/fr/images/Makefile.am, doc/fr/images/add-item-dialog.png, doc/fr/images/clock-properties.png, doc/fr/images/default-session.png, doc/fr/images/default_panel.png, doc/fr/images/handle-popup.png, doc/fr/images/item-popup.png, doc/fr/images/launcher-properties.png, doc/fr/images/mailcheck-properties.png, doc/fr/images/menuitem-properties.png, doc/fr/images/nooptions-properties.png, doc/fr/images/pager-properties.png, doc/fr/images/panel-settings.png, doc/fr/images/systembuttons-properties.png, doc/fr/xfce4-panel.html, doc/fr/xfce4-panel.xml, doc/it/xfce4-panel.html: Update French doc 2005-03-27 17:43 fleclainche * icons/xfce-edit.png, icons/xfce-filemanager.png, icons/xfce-games.png, icons/xfce-graphics.png, icons/xfce-internet.png, icons/xfce-mail.png, icons/xfce-man.png, icons/xfce-multimedia.png, icons/xfce-printer.png, icons/xfce-schedule.png, icons/xfce-sound.png, icons/xfce-system-exit.png, icons/xfce-system-info.png, icons/xfce-system-lock.png, icons/xfce-system-settings.png, icons/xfce-terminal.png, icons/xfce-unknown.png, icons/xfce-utils.png, icons/xfce4-iconbox.png, icons/xfce4-panel.png, icons/xfce4-taskbar.png: Updating panel icons as well 2005-03-26 11:21 pollux * po/ko.po: update KO translations 2005-03-26 11:17 pollux * po/ja.po: update JA translations 2005-03-15 17:33 benny * iconbox/Makefile.am, panel/Makefile.am, taskbar/Makefile.am: Make sure to link against the libxfce4panel in the sandbox instead of the version installed on the system. 2005-03-12 21:38 jasper * libs/xfce-separator-item.c, plugins/systembuttons/systembuttons.c, po/ar.po, po/az.po, po/be.po, po/bg.po, po/ca.po, po/cs.po, po/de.po, po/en_GB.po, po/es.po, po/es_MX.po, po/et.po, po/eu.po, po/fa.po, po/fi.po, po/fr.po, po/gu.po, po/he.po, po/hi.po, po/hu.po, po/it.po, po/ja.po, po/ko.po, po/lt.po, po/ms.po, po/nb_NO.po, po/nl.po, po/pa.po, po/pl.po, po/pt_BR.po, po/pt_PT.po, po/ro.po, po/ru.po, po/sk.po, po/sv.po, po/ta.po, po/tr.po, po/uk.po, po/vi.po, po/xfce4-panel.pot, po/zh_CN.po, po/zh_TW.po: Add context to some strings 2005-03-08 15:56 jasper * panel/icons.c, po/ar.po, po/az.po, po/be.po, po/bg.po, po/ca.po, po/cs.po, po/de.po, po/en_GB.po, po/es.po, po/es_MX.po, po/et.po, po/eu.po, po/fa.po, po/fi.po, po/fr.po, po/gu.po, po/he.po, po/hi.po, po/hu.po, po/it.po, po/ja.po, po/ko.po, po/lt.po, po/ms.po, po/nb_NO.po, po/nl.po, po/pa.po, po/pl.po, po/pt_BR.po, po/pt_PT.po, po/ro.po, po/ru.po, po/sk.po, po/sv.po, po/ta.po, po/tr.po, po/uk.po, po/vi.po, po/xfce4-panel.pot, po/zh_CN.po, po/zh_TW.po: Use Q_ to add context to translation of Terminal in icons.c 2005-03-07 22:32 edscott * po/es.po, po/es_MX.po: translation gaps 2005-03-07 20:52 jasper * plugins/clock/clock.c: Small tweak. Maybe fixes #716, which I can't reproduce anyway. 2005-03-07 19:32 jasper * libs/xfce-item.c, libs/xfce-item.h, libs/xfce-itembar.c, libs/xfce-itembar.h, panel/controls.c, panel/panel.c, panel/settings.c, panel/xfce_support.c, panel/xfce_support.h, plugins/launcher/launcher.c, taskbar/xftaskbar.c: * Make itembar take GtkWidget as child * Remove icon size and toolbar style from itembar/item * Remove homogeneous property from item * Make expand a child property of itembar/child * Don't look for translated files anymore * Check for translated items in new launcher plugin 2005-03-07 16:58 benny * Makefile.am: We use intltool instead of xml-i18n-tools. 2005-03-07 16:05 jasper * panel/item.c: missing include 2005-03-07 13:57 benny * ., .cvsignore, AUTHORS, Makefile.am, config/Makefile.am, config/contents.xml, config/contents.xml.in, configure.ac, panel/item.c, po, po/.cvsignore, po/POTFILES.in, po/ar.po, po/az.po, po/be.po, po/bg.po, po/ca.po, po/cs.po, po/de.po, po/en_GB.po, po/es.po, po/es_MX.po, po/et.po, po/eu.po, po/fa.po, po/fi.po, po/fr.po, po/gu.po, po/he.po, po/hi.po, po/hu.po, po/it.po, po/ja.po, po/ko.po, po/lt.po, po/ms.po, po/nb_NO.po, po/nl.po, po/pa.po, po/pl.po, po/pt_BR.po, po/pt_PT.po, po/ro.po, po/ru.po, po/sk.po, po/sv.po, po/ta.po, po/tr.po, po/uk.po, po/vi.po, po/xfce4-panel.pot, po/zh_CN.po, po/zh_TW.po: Use intltool to translate the contents.xml. 2005-03-07 13:56 juha * plugins/clock/clock.c: Keeping xfcalendar and panel clock in sync 2005-03-07 09:06 pollux * po/gu.po: update GU translations 2005-03-04 19:30 jasper * panel/controls.c: Oops, wrong number (bug #815: separators at wrong position) 2005-03-02 07:19 jasper * panel/controls.c, panel/item-control.c, plugins/launcher/launcher.c, plugins/mailcheck/mailcheck.c, plugins/systembuttons/systembuttons.c: Cosmetic changes. Add extra 1px space around control to prevent it from overwriting the panel window border. Can be unset on a case by case basis when a plugin doesn't need it. Hope this works for everyone. 2005-03-01 21:08 jasper * libs/xfce-paint-private.c: Small change to make handles follow gtk theme properly 2005-02-22 22:09 jasper * panel/panel.c, panel/settings.c: Save changes properly 2005-02-22 21:27 jasper * panel/settings.c: Oops, wrong file test 2005-02-22 20:22 jasper * TODO, libs/Makefile.am, libs/xfce-item.c, libs/xfce-item.h, libs/xfce-itembar.c, libs/xfce-itembar.h, libs/xfce-separator-item.c, libs/xfce-separator-item.h, panel/controls.c, panel/controls.h, panel/panel.c, panel/xfce_support.c, panel/xfce_support.h, plugins/separator/separator.c, taskbar/xftaskbar.c: Add itembar and item widgets: * XfceItembar : container for XfceItem's * XfceItem : simple container to add to an itembar * XfceSeparatorItem : special XfceItem that simply shows a separator * Make panel controls and separator item plugin use the new widgets. * Make taskbar use new widgets 2005-02-21 08:40 pollux * po/ja.po: update JA translations 2005-02-17 21:01 jasper * panel/controls.c, panel/controls_dialog.c, panel/item-control.c, panel/item-control.h, panel/item.c, panel/item_dialog.c: * 'Unexport' some functions * Prevent direct access to PanelPopup struct * Fix menu popup after timeout (broken because of recent rearrangements) 2005-02-17 15:48 jasper * panel/Makefile.am, panel/controls.c, panel/controls_dialog.c, panel/icons.c, panel/icons.h, panel/item-control.c, panel/item-control.h, panel/item.c, panel/item_dialog.c, panel/main.c, panel/mcs_client.c, panel/panel.c, panel/popup.c, panel/popup.h, panel/settings.c, plugins/pager/pager.c, plugins/switcher/switcher.c: More cleanup: * Move PanelPopup code into item-control.[ch] * remove popup.[ch] 2005-02-16 19:43 jasper * panel/global.h, panel/main.c, panel/panel.c, panel/popup.c, panel/popup.h, panel/settings.c, panel/settings.h, panel/xfce_support.c, panel/xfce_support.h: * more removal of unused functions * only write actual config file at exit (this at least helps a bit when a new plugin crashes the panel) 2005-02-15 20:30 jasper * panel/mcs_client.c, panel/panel.c, panel/panel.h, settings/xfce_settings.h, settings/xfce_settings_dialog.c, settings/xfce_settings_plugin.c: Remove some unused functions 2005-02-15 16:15 jasper * panel/Makefile.am, panel/controls.c, panel/controls_dialog.c, panel/groups.c, panel/groups.h, panel/item-control.c, panel/item.c, panel/item_dialog.c, panel/panel.c, panel/panel.h, panel/settings.c, plugins/clock/clock.c, plugins/systray/systray.c, taskbar/xftaskbar.c: * Remove groups.[ch] * Fold groups_* code back into panel.c * Small improvement to autoresize ... again 2005-02-13 21:16 jasper * panel/Makefile.am, panel/controls.c, panel/controls_dialog.c, panel/groups.c, panel/groups.h, panel/item-control.c, panel/item-control.h, panel/item.c, panel/item.h, panel/item_dialog.c, panel/item_dialog.h, panel/popup.c, plugins/launcher/launcher-dialog.c: Restructuring work: * make panel popup part of the launcher control * hopefully things still work as before ;-) 2005-02-13 12:39 pollux * po/ko.po: update KO translations (with a big delay) 2005-02-13 10:40 jasper * plugins/launcher/Makefile.am, plugins/launcher/launcher-dialog.c, plugins/launcher/launcher-dialog.h, plugins/launcher/launcher.c, plugins/launcher/launcher.h, settings, settings/.cvsignore: Update new launcher: * put dialog code in separate file * distinguish between category icons and custom ones * Add some DND. Dragging from appfinder cause crashes; don't know why. 2005-02-01 11:45 pollux * po/zh_CN.po: update zh_CN translations 2005-02-01 07:31 jasper * settings/xfce_settings_plugin.c: Fix 64bit bug. Thanks to Michael . 2005-01-31 21:03 jasper * plugins/launcher/launcher.c: * Change (improve?) layout of dialog * Make launcher temporarily insensitive after clicking to give a little visual feedback 2005-01-30 20:51 jasper * taskbar/xftaskbar.c: Fix initial position 2005-01-29 10:15 jasper * panel/controls_dialog.c, panel/item.c, plugins/launcher/launcher.c: Fix 2.6-ism: GTK_STOCK_EDIT. New launcher DND does not work properly yet. 2005-01-29 09:49 jasper * iconbox/iconbox.c: Improve resizing/moving 2005-01-27 19:46 jasper * taskbar/Makefile.am: Add xftaskbar4 symlink for backward compatibility 2005-01-27 19:13 jasper * settings/Makefile.am: include .desktop.in files instead of .desktop 2005-01-27 14:54 jasper * Makefile.am, NOTES, README, autoclean.sh, configure.ac, mkinstalldirs, po/POTFILES.in, po/ar.po, po/az.po, po/be.po, po/bg.po, po/ca.po, po/cs.po, po/de.po, po/en_GB.po, po/es.po, po/es_MX.po, po/et.po, po/eu.po, po/fa.po, po/fi.po, po/fr.po, po/gu.po, po/he.po, po/hi.po, po/hu.po, po/it.po, po/ja.po, po/ko.po, po/lt.po, po/ms.po, po/nb_NO.po, po/nl.po, po/pa.po, po/pl.po, po/pt_BR.po, po/pt_PT.po, po/ro.po, po/ru.po, po/sk.po, po/sv.po, po/ta.po, po/tr.po, po/uk.po, po/vi.po, po/xfce4-panel.pot, po/zh_CN.po, po/zh_TW.po, settings/Makefile.am, settings/xfce-iconbox-settings.desktop, settings/xfce-iconbox-settings.desktop.in, settings/xfce-panel-settings.desktop, settings/xfce-panel-settings.desktop.in, settings/xfce-taskbar-settings.desktop, settings/xfce-taskbar-settings.desktop.in: Use intltool for .desktop files. 2005-01-27 10:10 jasper * Makefile.am, autoclean.sh, autogen.sh, configure.ac, m4, mkinstalldirs, panel/xfce_support.c, plugins/launcher/launcher.c, po/Makefile.in.in: Update to use XDT. Yay Benedikt. 2005-01-26 23:26 benny * libs/Makefile.am: Small fix for LDFLAGS (-export-dynamic was missing). 2005-01-26 23:21 jasper * configure.ac, iconbox/Makefile.am, iconbox/iconbox-settings.c, iconbox/iconbox-settings.h, iconbox/iconbox.c, libs/Makefile.am, libs/xfce-arrow-button.c, libs/xfce-arrow-button.h, panel/Makefile.am, panel/add-control-dialog.c, panel/controls_dialog.c, panel/item_dialog.c, plugins/Makefile.am, plugins/launcher, plugins/launcher/Makefile.am, plugins/launcher/launcher.c, po/xfce4-panel.pot, taskbar/Makefile.am: * make panel widget library dynamic (not sure this is done correctly) * add alternative launcher plugin This is definitely unfinished. I consider this my playground, so things will surely break ;-) * keep Brian happy with a detailed cvs commit message ;-) 2005-01-22 12:22 pollux * po/fi.po, settings/xfce-panel-settings.desktop: update FI translations 2005-01-19 09:23 jasper * icons/Makefile.am, icons/xfce4-iconbox.png, icons/xfce4-taskbar.png: Add iconbox and taskbar icons 2005-01-18 21:07 jasper * iconbox/iconbox.c: Only show help when really requested 2005-01-18 20:51 jasper * iconbox/iconbox.c: Add right-click menu and make sure we get all existing windows on startup 2005-01-18 14:05 jasper * configure.ac, plugins/Makefile.am, plugins/systray, plugins/systray/Makefile.am, plugins/systray/systray.c: Add (rewritten) systray to panel 2005-01-17 22:08 jasper * iconbox/iconbox-settings.c, iconbox/iconbox.c, iconbox/iconbox.h, settings/iconbox_plugin.c: Can't live without transparency, now can we? 2005-01-17 00:58 kelnos * panel/xfce_support.c: fix csm's crash on HEAD 2005-01-14 16:01 jasper * iconbox/iconbox.c, settings/iconbox_plugin.c: Iconbox sizing and positioning 2005-01-14 07:53 jasper * iconbox/iconbox-settings.c, iconbox/iconbox-settings.h, iconbox/iconbox.c, iconbox/iconbox.h, po/POTFILES.in, settings/Makefile.am, settings/iconbox_plugin.c, settings/xfce-iconbox-settings.desktop, taskbar/xftaskbar.c: Iconbox almost works (TM) 2005-01-10 22:12 jasper * iconbox/Makefile.am, iconbox/iconbox-settings.c, iconbox/iconbox-settings.h, iconbox/iconbox.c, iconbox/iconbox.h, iconbox/xfce-iconlist.c, iconbox/xfce-iconlist.h, libs/xfce-panel-window.c, panel/panel.c: Unfinished iconbox stuff 2005-01-08 15:04 pollux * po/ru.po, settings/xfce-panel-settings.desktop: update RU translations 2005-01-08 10:04 jasper * HACKING, Makefile.am, Makefile.in, TODO, aclocal.m4, autoclean.sh, compile, config, config.guess, config.h.in, config.sub, config/Makefile.am, config/contents.xml, config/contents.xml.ar, config/contents.xml.az, config/contents.xml.ca, config/contents.xml.eu, config/contents.xml.fr, config/contents.xml.he, config/contents.xml.hu, config/contents.xml.it, config/contents.xml.ko, config/contents.xml.ms, config/contents.xml.nl, config/contents.xml.ro, config/contents.xml.ru, config/contents.xml.sk, config/contents.xml.tr, config/contents.xml.uk, config/contents.xml.vi, config/contents.xml.zh_TW, configure, configure.ac, contents.xml, contents.xml.ar, contents.xml.az, contents.xml.ca, contents.xml.eu, contents.xml.fr, contents.xml.he, contents.xml.hu, contents.xml.it, contents.xml.ko, contents.xml.ms, contents.xml.nl, contents.xml.ro, contents.xml.ru, contents.xml.sk, contents.xml.tr, contents.xml.uk, contents.xml.vi, contents.xml.zh_TW, depcomp, doc/C/Makefile.in, doc/C/images/Makefile.in, doc/Makefile.in, doc/fr/Makefile.in, doc/fr/images/Makefile.in, doc/it/Makefile.in, doc/it/images/Makefile.in, iconbox, iconbox/Makefile.am, iconbox/iconbox.c, iconbox/xfce-iconlist.c, iconbox/xfce-iconlist.h, icons/Makefile.in, install-sh, libs, libs/Makefile.am, libs/xfce-enum-types.c, libs/xfce-enum-types.h, libs/xfce-marshal.c, libs/xfce-marshal.h, libs/xfce-marshal.list, libs/xfce-paint-private.c, libs/xfce-paint-private.h, libs/xfce-panel-window.c, libs/xfce-panel-window.h, ltmain.sh, missing, panel/Makefile.in, plugins/Makefile.in, plugins/clock/Makefile.in, plugins/mailcheck/Makefile.in, plugins/pager/Makefile.in, plugins/sample-plugin/Makefile.in, plugins/separator/Makefile.in, plugins/switcher/Makefile.in, plugins/systembuttons/Makefile.in, po/POTFILES.in, po/ar.gmo, po/ar.po, po/az.gmo, po/az.po, po/be.gmo, po/be.po, po/bg.gmo, po/bg.po, po/ca.gmo, po/ca.po, po/cs.gmo, po/cs.po, po/de.gmo, po/de.po, po/en_GB.gmo, po/en_GB.po, po/es.gmo, po/es.po, po/es_MX.gmo, po/es_MX.po, po/et.gmo, po/et.po, po/eu.gmo, po/eu.po, po/fa.gmo, po/fa.po, po/fi.gmo, po/fi.po, po/fr.gmo, po/fr.po, po/gu.gmo, po/gu.po, po/he.gmo, po/he.po, po/hi.gmo, po/hi.po, po/hu.gmo, po/hu.po, po/it.gmo, po/it.po, po/ja.gmo, po/ja.po, po/ko.gmo, po/ko.po, po/lt.gmo, po/lt.po, po/ms.gmo, po/ms.po, po/nb_NO.gmo, po/nl.gmo, po/nl.po, po/pa.gmo, po/pa.po, po/pl.gmo, po/pl.po, po/pt_BR.gmo, po/pt_BR.po, po/pt_PT.gmo, po/pt_PT.po, po/ro.gmo, po/ro.po, po/ru.gmo, po/ru.po, po/sk.gmo, po/sk.po, po/sv.gmo, po/sv.po, po/ta.gmo, po/ta.po, po/tr.gmo, po/tr.po, po/uk.gmo, po/uk.po, po/vi.gmo, po/vi.po, po/zh_CN.gmo, po/zh_CN.po, po/zh_TW.gmo, po/zh_TW.po, settings/Makefile.am, settings/Makefile.in, settings/xfce-taskbar-settings.desktop, settings/xftaskbar_plugin.c, taskbar, taskbar/Makefile.am, taskbar/xftaskbar.c, xfce4-panel.spec.in, xfce4.spec.in: Big reorganization for 4.3: * move taskbar and iconbox to panel * panel config files in separate directory * add panel library * remove generated files. autogen.sh is now required to build from CVS. * add time to taskbar * use XfcePanelWindow widget for panel and taskbar (fixes bug #367 ;-) * iconbox not functional yet (needs rewrite). 2005-01-08 09:04 jasper * panel/item.c, panel/item_dialog.c, panel/panel.c: Improve appfinder DND on menus 2005-01-08 09:04 jasper * xfce4-panel/branches/xfce_4_2/panel/item.c, xfce4-panel/branches/xfce_4_2/panel/item_dialog.c, panel/Makefile.am, panel/Makefile.in, panel/panel.h: Improve appfinder DND on menus 2005-01-06 20:11 pollux * contents.xml.uk: another missing file 2005-01-06 19:51 jasper * panel/item.c: Fix DND from Appfinder to menu 2005-01-06 19:24 pollux * Makefile.am, Makefile.in, doc/C/Makefile.in, doc/C/images/Makefile.in, ltmain.sh, po/uk.po: update UK translations 2005-01-06 16:06 jasper * doc/C/xfce4-panel.html, doc/C/xfce4-panel.xml: Oops. Typo. (2) 2005-01-06 16:04 jasper * doc/C/xfce4-panel.html, doc/C/xfce4-panel.xml: Oops. Typo. 2005-01-06 15:45 jasper * doc/C/images/Makefile.in, doc/C/xfce4-panel.html, doc/C/xfce4-panel.xml: Fix POP3 format documentation 2005-01-06 15:45 jasper * xfce4-panel/branches/xfce_4_2/doc/C/xfce4-panel.html, xfce4-panel/branches/xfce_4_2/doc/C/xfce4-panel.xml, doc/C/Makefile.in: Fix POP3 format documentation 2005-01-05 16:09 moe * po/de.gmo, po/de.po: Update the German translation. Thanks to Johannes Zellner 2005-01-05 16:01 pollux * po/he.gmo, po/he.po: update HE translations 2005-01-02 12:51 olivier * ChangeLog, Makefile.in, configure, configure.ac, ltmain.sh, po/xfce4-panel.pot: Update version and changelog 2004-12-29 03:50 kelnos * plugins/mailcheck/mailcheck.c: allow the use of a port number in the pop3 server string 2004-12-28 10:46 pollux * po/es.gmo, po/es.po: fix #608 2004-12-27 19:05 pollux * settings/xfce_settings_dialog.c: mcs-plugins now appear on the mouse pointer screen 2004-12-25 20:33 kelnos * Makefile.am: fix distcheck-bz2 2004-12-24 00:03 kelnos * Makefile.am: add dist-bz2 and distcheck-bz2 targets 2004-12-23 23:33 olivier * doc/C/images/add-item-dialog.png, doc/C/images/clock-properties.png, doc/C/images/launcher-properties.png, doc/C/images/mailcheck-properties.png, doc/C/images/menuitem-properties.png, doc/C/images/nooptions-properties.png, doc/C/images/pager-properties.png, doc/C/images/panel-settings.png, doc/C/images/systembuttons-properties.png: Themes and screenshots 2004-12-23 21:24 pollux * po/et.gmo, po/et.po, settings/xfce-panel-settings.desktop: update ET translations 2004-12-22 21:00 benny * ChangeLog, Makefile.am, Makefile.in, po/cs.gmo, po/xfce4-panel.pot, settings/Makefile.am, settings/Makefile.in: Update ChangeLog. Fix make distcheck. 2004-12-21 09:03 kelnos * po/cs.po: add/update czech translations 2004-12-20 21:00 jasper * ChangeLog: Update versions and ChangeLog 2004-12-20 20:11 jasper * ChangeLog, NEWS: Update ChangeLog and NEWS 2004-12-19 20:49 pollux * po/ko.gmo, po/ko.po: update KO translations 2004-12-19 16:36 fleclainche * doc/C/images/add-item-dialog.png, doc/C/images/clock-properties.png, doc/C/images/default_panel.png, doc/C/images/launcher-properties.png, doc/C/images/mailcheck-properties.png, doc/C/images/menuitem-properties.png, doc/C/images/nooptions-properties.png, doc/C/images/pager-properties.png, doc/C/images/panel-settings.png, doc/C/images/systembuttons-properties.png: Documentation screenshots update 2004-12-15 19:04 pollux * po/pt_BR.gmo, po/pt_BR.po: update pt_BR translations 2004-12-14 20:33 pollux * configure, configure.ac, po/ro.gmo, po/ro.po: add RO translations 2004-12-14 11:51 jasper * configure, configure.ac, panel/main.c, panel/xfce_support.c, po/ko.gmo, settings/xfce_settings_plugin.c: Fix type mismatch. Patch by Michele Baldessari . 2004-12-13 22:08 pollux * po/ko.po: update KO translations 2004-12-11 17:51 olivier * po/xfce4-panel.pot, xfce4.spec.in: Various changes and small fixes 2004-12-07 20:02 jasper * panel/panel.c: Reduce snapwidth for very big panels 2004-12-05 23:43 olivier * contents.xml.ko, po/xfce4-panel.pot: Add missing "contents.xml.ko" 2004-12-05 23:38 olivier * panel/panel.c: Changing back to gtk_window_set_type_hint() Set property before the window is realized/mapped (as stated in gtk documentation "This function should be called before the window becomes visible") 2004-12-05 21:38 pollux * configure, configure.ac, po/nb_NO.gmo, po/nb_NO.po, po/no.gmo, po/no.po: add nb_NO translations 2004-12-05 21:20 pollux * configure, configure.ac, po/en_GB.gmo, po/en_GB.po: add en_GB translations 2004-12-05 20:50 pollux * Makefile.am, Makefile.in, po/ko.gmo, po/ko.po, settings/xfce-panel-settings.desktop: update KO translations and add screenshots in xfprint doc 2004-12-04 17:15 benny * ChangeLog, configure, configure.ac: Update configure and ChangeLog. 2004-12-03 21:39 jasper * NEWS, panel/panel.c: Attempt to fix resizing on unhide (Bug #541) 2004-12-03 07:59 jasper * panel/panel.c: Completely unnecessary gravity setting 2004-12-02 13:33 jasper * panel/panel.c: At least should make dock type setting work on gtk 2.2 2004-12-01 20:44 jasper * ChangeLog, NEWS: Update NEWS and ChangeLog 2004-11-30 21:57 jasper * configure, configure.ac, panel/item_dialog.c, po/tr.gmo: Fix text selection being lost when validating icon in item dialog (Bug #542) 2004-11-29 09:47 pollux * contents.xml.tr: add missing file 2004-11-28 18:01 pollux * Makefile.am, Makefile.in, po/tr.po: update TR translations 2004-11-26 19:06 pollux * po/ko.gmo, po/ko.po: update KO translations 2004-11-26 17:53 pollux * Makefile.am, Makefile.in, contents.xml.fr, ltmain.sh: add french translation of contents.xml 2004-11-24 21:18 benny * doc/C/xfce4-panel.html, doc/C/xfce4-panel.xml: Fix typo. 2004-11-18 22:52 jasper * ChangeLog, NEWS: Update NEWS and ChangeLog 2004-11-18 22:29 jasper * panel/plugins.h: Update plugin API for mcs manager and panel. NOT: all plugins need to be rebuild. 2004-11-18 21:37 jasper * plugins/pager/pager.c: Fix bug #516, go Olivier ;-) 2004-11-18 20:12 jasper * plugins/pager/pager.c: Fix bug found by Olivier (#514) 2004-11-16 23:09 olivier * po/fr.gmo, po/fr.po: Improve French translation. 2004-11-16 22:50 olivier * po/fr.gmo, po/fr.po, po/xfce4-panel.pot: Update French localization 2004-11-16 07:12 jasper * doc/C/xfce4-panel.html, doc/C/xfce4-panel.xml, doc/fr/xfce4-panel.html, doc/it/xfce4-panel.html, doc/xfce-nochunk.xsl: Update some docs and update to new color scheme at the suggestion of Jeff Franks 2004-11-14 19:17 benny * plugins/sample-plugin/sample.c: Fix typo. 2004-11-13 18:01 olivier * ChangeLog: Update ChangeLog 2004-11-13 15:19 olivier * po/xfce4-panel.pot: Auto-tools check-up. 2004-11-11 20:21 jasper * contents.xml, doc/C/images/add-item-dialog.png, doc/C/images/clock-properties.png, doc/C/images/launcher-properties.png, doc/C/images/mailcheck-properties.png, doc/C/images/menuitem-properties.png, doc/C/images/nooptions-properties.png, doc/C/images/pager-properties.png, doc/C/images/panel-settings.png, doc/C/images/systembuttons-properties.png: Big screenshot update for the docs 2004-11-11 09:21 jasper * plugins/mailcheck/mailcheck.c: Patch by Piotr Chmura to fix pop3 mail checking 2004-11-10 19:21 jasper * panel/panel.c: Add back transparency for the hidden panel; make hidden panel a bit more hidden ;-) People can still disable it using ~/.config/xfce4/transparency. 2004-11-10 07:04 jasper * panel/panel.c: A space in a sscanf format string magically matches 0 or more whitespace characters. 2004-11-09 20:44 jasper * contents.xml, contents.xml.ar, contents.xml.az, contents.xml.ca, contents.xml.eu, contents.xml.he, contents.xml.hu, contents.xml.it, contents.xml.ms, contents.xml.nl, contents.xml.ro, contents.xml.ru, contents.xml.sk, contents.xml.vi, contents.xml.zh_TW: Remove screensaver settings from default panel 2004-11-08 21:53 jasper * panel/panel.c: bah. 2004-11-08 21:47 jasper * panel/panel.c: Missing fclose(). Shame on me. 2004-11-08 21:31 jasper * doc/C/xfce4-panel.html, doc/C/xfce4-panel.xml, panel/item_dialog.c, panel/panel.c: Add support for /xfce4/transparency configuration file. Panl docs updated accordingly. 2004-11-07 22:32 jasper * plugins/mailcheck/mailcheck.c: Dimm mailcheck icon in a better way, based on code from netk-tasklist 2004-11-07 21:09 fleclainche * icons/xfce-mail.png: Commit a mail icon which is visible through a transparent panel 2004-11-07 15:15 fleclainche * icons/xfce-filemanager.png: Sync with Rodent icons. 2004-11-07 12:00 jasper * panel/controls.c, panel/plugins.h: Bump plugin API version, but allow current plugins to be loaded. Add a message to say the user should upgrade/rebuild in case of problems. 2004-11-07 08:56 fleclainche * icons/xfce-multimedia.png: Forgot to commit the new new multimedia icon :P 2004-11-06 22:20 jasper * panel/controls.c, panel/panel.c: Small tweaks 2004-11-06 18:28 fleclainche * icons/xfce-man.png, icons/xfce-multimedia.png, icons/xfce-sound.png, icons/xfce-system-lock.png, icons/xfce-terminal.png, icons/xfce-unknown.png: Improved icons 2004-11-06 16:24 olivier * ChangeLog, Makefile.in, aclocal.m4, compile, config.guess, config.sub, configure, configure.ac, depcomp, doc/C/Makefile.in, doc/C/images/Makefile.in, doc/Makefile.in, doc/fr/Makefile.in, doc/fr/images/Makefile.in, doc/it/Makefile.in, doc/it/images/Makefile.in, icons/Makefile.in, install-sh, ltmain.sh, missing, panel/Makefile.in, plugins/Makefile.in, plugins/clock/Makefile.in, plugins/mailcheck/Makefile.in, plugins/pager/Makefile.in, plugins/sample-plugin/Makefile.in, plugins/separator/Makefile.in, plugins/switcher/Makefile.in, plugins/systembuttons/Makefile.in, po/xfce4-panel.pot, settings/Makefile.in: Update automake/autoconf/libtool/gettext versions to generate the configure scripts and Makefiles, Update versions of all packages to 4.1.99.1 (ie 4.2 RC1), Update ChangeLogs. 2004-11-06 13:11 jasper * panel/xfce_support.c: Use file chooser widget 2004-11-05 22:25 jasper * panel/item_dialog.c: small DND fix 2004-11-05 21:16 jasper * panel/icons.c, panel/panel.c: Fix icon size in dialog header 2004-11-03 17:06 jasper * doc/C/xfce4-panel.html, doc/C/xfce4-panel.xml: Try to clarify the file locations a little 2004-11-01 09:56 jasper * panel/panel.c: Hmm, set the sticky hint a bit earlier 2004-10-31 16:43 jasper * doc/C/xfce4-panel.html, doc/C/xfce4-panel.xml: Update doc to include latest changes 2004-10-31 13:58 jasper * configure, configure.ac, ltmain.sh, panel/panel.c, settings/xfce_settings_dialog.c: Ok, some changes to improve focus management and transparency: * panel is now a dock-type window. Always-on-top non-optional. * transparency is toggled when mouse is over the panel * no transparency when panel autohides 2004-10-30 19:03 olivier * ChangeLog, ltmain.sh: Global update for 4.1.91 (Xfce 4.2 beta 2) 2004-10-30 14:00 pollux * po/lt.gmo, po/lt.po: update LT translations 2004-10-30 11:28 jasper * panel/panel.c: Reduce the transparancy considerably, since it is non-optional for now 2004-10-29 09:48 jasper * configure, configure.ac, ltmain.sh, po/ar.gmo, po/ar.po, po/az.gmo, po/az.po, po/be.gmo, po/be.po, po/bg.gmo, po/bg.po, po/ca.gmo, po/ca.po, po/cs.gmo, po/cs.po, po/de.gmo, po/de.po, po/es.gmo, po/es.po, po/es_MX.gmo, po/es_MX.po, po/et.gmo, po/et.po, po/eu.gmo, po/eu.po, po/fa.gmo, po/fa.po, po/fi.gmo, po/fi.po, po/fr.gmo, po/fr.po, po/gu.gmo, po/gu.po, po/he.gmo, po/he.po, po/hi.gmo, po/hi.po, po/hu.gmo, po/hu.po, po/it.gmo, po/it.po, po/ja.gmo, po/ja.po, po/ko.gmo, po/ko.po, po/lt.gmo, po/lt.po, po/ms.gmo, po/ms.po, po/nl.gmo, po/nl.po, po/no.gmo, po/no.po, po/pa.gmo, po/pa.po, po/pl.gmo, po/pl.po, po/pt_BR.gmo, po/pt_BR.po, po/pt_PT.gmo, po/pt_PT.po, po/ru.gmo, po/ru.po, po/sk.gmo, po/sk.po, po/sv.gmo, po/sv.po, po/ta.gmo, po/ta.po, po/tr.gmo, po/tr.po, po/vi.gmo, po/vi.po, po/xfce4-panel.pot, po/zh_CN.gmo, po/zh_CN.po, po/zh_TW.gmo, po/zh_TW.po: Update dependency versions. Make distcheck passes. 2004-10-29 07:36 jasper * ChangeLog, NEWS, panel/icons.c, panel/panel.c: Update ChangeLog and NEWS 2004-10-28 11:55 pollux * po/he.gmo, po/he.po, settings/xfce-panel-settings.desktop: update HE translations 2004-10-27 19:24 jasper * doc/C/xfce4-panel.html, doc/C/xfce4-panel.xml: Oops. CONFIG, not DATA ;) 2004-10-23 14:45 olivier * ChangeLog: Update ChangeLog 2004-10-23 14:15 jasper * doc/C/xfce4-panel.html, doc/C/xfce4-panel.xml: Update kiosk location in docs 2004-10-22 20:38 olivier * ChangeLog, ltmain.sh: Updated versions and change logs 2004-10-22 09:24 jasper * panel/panel.c: Code reordering. Set window properties later to prevent race with xfwm4. Probably won't help anyone ;-) 2004-10-21 20:00 jasper * ChangeLog, NEWS, configure, configure.ac: Update version, ChangeLog and NEWS 2004-10-20 22:06 pollux * po/ar.gmo, po/az.gmo, po/be.gmo, po/bg.gmo, po/ca.gmo, po/cs.gmo, po/de.gmo, po/es.gmo, po/es_MX.gmo, po/et.gmo, po/et.po, po/eu.gmo, po/fi.gmo, po/fr.gmo, po/gu.gmo, po/he.gmo, po/hi.gmo, po/hu.gmo, po/it.gmo, po/ja.gmo, po/ko.gmo, po/lt.gmo, po/ms.gmo, po/nl.gmo, po/no.gmo, po/pa.gmo, po/pl.gmo, po/pt_BR.gmo, po/pt_PT.gmo, po/ru.gmo, po/sk.gmo, po/sv.gmo, po/ta.gmo, po/tr.gmo, po/vi.gmo, po/zh_CN.gmo, po/zh_TW.gmo: update ET translations 2004-10-11 18:52 jasper * panel/controls_dialog.c, panel/panel.c: Fix a few autohide issues (bug #386) 2004-10-11 16:30 benny * po/ar.po, po/az.po, po/be.po, po/bg.po, po/ca.po, po/cs.po, po/de.po, po/es.po, po/es_MX.po, po/et.po, po/eu.po, po/fi.po, po/fr.po, po/gu.po, po/he.po, po/hi.po, po/hu.po, po/it.po, po/ja.po, po/ko.po, po/lt.po, po/ms.po, po/nl.po, po/no.po, po/pa.po, po/pl.po, po/pt_BR.po, po/pt_PT.po, po/ru.po, po/sk.po, po/sv.po, po/ta.po, po/tr.po, po/vi.po, po/xfce4-panel.pot, po/zh_CN.po, po/zh_TW.po: update-po for Moe. 2004-10-10 11:52 pollux * po/pt_PT.gmo, po/pt_PT.po: update pt_PT translations 2004-10-09 14:20 pollux * configure, configure.ac, po/fa.gmo, po/fa.po, po/fa_IR.gmo, po/fa_IR.po: update FA translations 2004-10-09 13:48 pollux * po/es.gmo, po/es_MX.gmo: Punjabi translations update from jaswinderlinux@netscape.net 2004-10-08 13:04 edscott * po/es.po, po/es_MX.po: fix missing strings, spelling mistakes, and context mistakes 2004-10-08 07:10 jasper * panel/settings.c: Multihead filename fix 2004-10-07 20:35 benny * ., .cvsignore, Makefile.in, aclocal.m4, configure, doc/C/Makefile.in, doc/C/images/Makefile.in, doc/Makefile.in, doc/fr/Makefile.in, doc/fr/images/Makefile.in, doc/it/Makefile.in, doc/it/images/Makefile.in, icons/Makefile.in, ltmain.sh, m4/debug.m4, m4/glib-gettext.m4, m4/pkg.m4, panel/Makefile.in, plugins/Makefile.in, plugins/clock/Makefile.in, plugins/mailcheck/Makefile.in, plugins/pager/Makefile.in, plugins/sample-plugin/Makefile.in, plugins/separator/Makefile.in, plugins/switcher/Makefile.in, plugins/systembuttons/Makefile.in, settings/Makefile.in: Added --enable-final (-O1 for GNU ld) as per Jaspers request. Added missing m4 files. 2004-10-05 06:50 jasper * panel/main.c, panel/xfce_support.c: Fix config file lookup for multihead 2004-10-03 21:00 olivier * panel/panel.c: Make panel translucent when paled on top. 2004-10-03 16:14 pollux * po/pa.gmo, po/pa.po: Punjabi translations (PA) from jaswinderlinux@netscape.net 2004-10-03 15:43 pollux * settings/xfce-panel-settings.desktop: zh_TW translations of desktop files from Ambrose Li 2004-10-02 22:18 olivier * Makefile.am, Makefile.in: Missing files from dist 2004-10-02 13:28 olivier * ChangeLog, ltmain.sh, po/xfce4-panel.pot: Update all files for 4.2 beta 1 2004-10-01 08:24 jasper * panel/xfce_support.c: Expand variables when executing commands 2004-09-30 15:48 pollux * po/it.gmo, po/it.po: updated Italian translations from Luca Marrocco 2004-09-29 08:22 pollux * Makefile.am, Makefile.in, contents.xml.zh_TW, po/zh_TW.gmo, po/zh_TW.po: updated zh_TW translations from Ambrose Li 2004-09-29 07:59 pollux * po/zh_CN.gmo, po/zh_CN.po: updated zh_CN translations from yongtao yang 2004-09-27 13:05 jasper * xfce4.spec.in: Hope this still works; I have no way to test it. 2004-09-27 09:34 jasper * configure, configure.ac: Update version to 4.1.90 2004-09-26 11:55 jasper * plugins/clock/clock.c: Oops, sorry. Didn't check before committing. 2004-09-26 09:56 jasper * doc/C/Makefile.am, doc/C/Makefile.in, doc/fr/Makefile.am, doc/fr/Makefile.in, doc/fr/xfce4-panel.html, doc/it/Makefile.am, doc/it/Makefile.in, doc/it/xfce4-panel.html: Fix html target for docs. Not build by default. 2004-09-26 09:04 jasper * plugins/clock/clock.c: Only convert to utf8 if it's not already (bug #332) 2004-09-24 18:36 jasper * doc/C/images/Makefile.am, doc/C/images/Makefile.in, doc/C/images/add-item-dialog.png, doc/C/images/clock-properties.png, doc/C/images/default_panel.png, doc/C/images/handle-popup.png, doc/C/images/item-popup.png, doc/C/images/launcher-properties.png, doc/C/images/mailcheck-properties.png, doc/C/images/menuitem-properties.png, doc/C/images/nooptions-properties.png, doc/C/images/pager-properties.png, doc/C/images/panel-settings.png, doc/C/images/systembuttons-properties.png, doc/C/xfce4-panel.html, doc/C/xfce4-panel.xml, settings/xfce_settings_dialog.c: Documentation and screenshots update 2004-09-23 21:36 pollux * configure, configure.ac, po/gu.gmo, po/gu.po, po/nl.gmo: add Gujarati translations (GU) from Ankit Patel 2004-09-23 18:31 jasper * doc/C/xfce4-panel.html, doc/C/xfce4-panel.xml: doc updates 2004-09-23 13:47 jasper * doc/C/xfce4-panel.html, doc/C/xfce4-panel.xml: Add Files and Kiosk mode section to the manual 2004-09-23 09:09 jasper * po/nl.po, settings/xfce-panel-settings.desktop: Better translation 2004-09-23 08:22 jasper * settings/xfce-panel-settings.desktop: Add nl translations 2004-09-22 17:46 pollux * configure.ac: fix typo 2004-09-22 17:45 pollux * configure, configure.ac, po/pa.gmo, po/pa.po: add Punjabi (PA) translation of the panel 2004-09-22 03:18 kelnos * settings/xfce-panel-settings.desktop: add GenericName tags to settings .desktop files 2004-09-21 11:51 jasper * po/ar.gmo, po/ar.po, po/az.gmo, po/az.po, po/be.gmo, po/be.po, po/bg.gmo, po/bg.po, po/ca.gmo, po/ca.po, po/cs.gmo, po/cs.po, po/de.gmo, po/de.po, po/es.gmo, po/es.po, po/es_MX.gmo, po/es_MX.po, po/et.gmo, po/et.po, po/eu.gmo, po/eu.po, po/fa_IR.gmo, po/fa_IR.po, po/fi.gmo, po/fi.po, po/fr.gmo, po/fr.po, po/he.gmo, po/he.po, po/hi.gmo, po/hi.po, po/hu.gmo, po/hu.po, po/it.gmo, po/it.po, po/ja.gmo, po/ja.po, po/ko.gmo, po/ko.po, po/lt.gmo, po/lt.po, po/ms.gmo, po/ms.po, po/nl.gmo, po/nl.po, po/no.gmo, po/no.po, po/pl.gmo, po/pl.po, po/pt_BR.gmo, po/pt_BR.po, po/pt_PT.gmo, po/pt_PT.po, po/ru.gmo, po/ru.po, po/sk.gmo, po/sk.po, po/sv.gmo, po/sv.po, po/ta.gmo, po/ta.po, po/tr.gmo, po/tr.po, po/vi.gmo, po/vi.po, po/xfce4-panel.pot, po/zh_CN.gmo, po/zh_CN.po, po/zh_TW.gmo, po/zh_TW.po: Run make update-po at Moe's request. 2004-09-21 10:58 jasper * panel/item.c: Prevent unwanted double clicking by adding a small timeout to disable/re-enable the button. Timeout may be a bit too long now... (Bug #311) 2004-09-21 07:47 jasper * ChangeLog, NEWS, configure, configure.ac, panel/add-control-dialog.c, panel/controls.c, po/xfce4-panel.pot: Small tweaks. Panel passes make distcheck. 2004-09-20 22:22 olivier * ChangeLog, po/xfce4-panel.pot: Update all ChangeLogs 2004-09-20 20:16 fleclainche * icons/xfce-system-settings.png: oups... :) 2004-09-20 20:13 fleclainche * icons/xfce-system-lock.png, icons/xfce-system-settings.png, icons/xfce-utils.png: Updated icons. 2004-09-19 09:29 jasper * Makefile.in, configure, configure.ac, panel/Makefile.am, panel/add-control-dialog.c, panel/controls.c, panel/controls.h, panel/controls_dialog.c, panel/item.c, panel/item_dialog.c, panel/main.c, panel/panel.c, panel/popup.c, panel/xfce_support.c, plugins/clock/Makefile.am, plugins/clock/Makefile.in, plugins/clock/clock.c, plugins/mailcheck/Makefile.am, plugins/mailcheck/Makefile.in, plugins/mailcheck/mailcheck.c, plugins/pager/Makefile.am, plugins/pager/Makefile.in, plugins/pager/pager.c, plugins/sample-plugin/Makefile.am, plugins/sample-plugin/Makefile.in, plugins/sample-plugin/sample.c, plugins/separator/Makefile.am, plugins/separator/Makefile.in, plugins/separator/separator.c, plugins/switcher/Makefile.am, plugins/switcher/Makefile.in, plugins/switcher/switcher.c, plugins/systembuttons/Makefile.am, plugins/systembuttons/Makefile.in, plugins/systembuttons/systembuttons.c, themes: Throw xfce_textdomain() in lots of places to fix translations. Hopefully. 2004-09-18 16:41 pollux * Makefile.am, po/de.gmo, po/eu.gmo, po/eu.po: update EU translations 2004-09-18 00:02 moe * po/de.po: Updating these for alpha release. Not yet finished .. but I'm just too tired to continue. Needs extensive spell checking and approvement (Note to myself: Write mail to the list!). 2004-09-16 22:10 pollux * configure, configure.ac, po/be.gmo, po/be.po: add BE translations from Ales Nyakhaychyk 2004-09-13 20:31 jasper * panel/Makefile.am, panel/Makefile.in, panel/add-control-dialog.c, panel/add-control-dialog.h, panel/controls.c, panel/controls.h, panel/controls_dialog.c, panel/controls_dialog.h, panel/create-def-file.sh, panel/global.h, panel/groups.c, panel/groups.h, panel/icons.c, panel/icons.h, panel/item.c, panel/item.h, panel/item_dialog.c, panel/item_dialog.h, panel/main.c, panel/main.h, panel/mcs_client.c, panel/mcs_client.h, panel/panel.c, panel/panel.h, panel/plugins.h, panel/popup.c, panel/popup.h, panel/settings.c, panel/settings.h, panel/xfce_support.c, panel/xfce_support.h, plugins/clock/Makefile.am, plugins/clock/Makefile.in, plugins/mailcheck/Makefile.am, plugins/mailcheck/Makefile.in, plugins/pager/Makefile.am, plugins/pager/Makefile.in, plugins/sample-plugin/Makefile.am, plugins/sample-plugin/Makefile.in, plugins/separator/Makefile.am, plugins/separator/Makefile.in, plugins/switcher/Makefile.am, plugins/switcher/Makefile.in, plugins/systembuttons/Makefile.am, plugins/systembuttons/Makefile.in: CYGWIN changes. Patch by Marrten boekhold. 2004-09-12 16:39 jasper * settings/xfce_settings_plugin.c: Make sure we always create the mcs channel 2004-09-11 15:12 jasper * Makefile.in, configure, configure.ac, doc/C/Makefile.in, doc/C/images/Makefile.in, doc/Makefile.in, doc/fr/Makefile.in, doc/fr/images/Makefile.in, doc/it/Makefile.in, doc/it/images/Makefile.in, icons/Makefile.in, panel/Makefile.am, panel/Makefile.in, panel/controls.c, panel/controls.h, panel/global.h, panel/icons.c, panel/icons.h, panel/item_dialog.c, panel/item_dialog.h, panel/main.c, panel/main.h, panel/mcs_client.c, panel/mcs_client.h, panel/panel.c, panel/panel.def, panel/plugins.h, panel/popup.c, panel/popup.h, panel/settings.c, panel/settings.h, panel/xfce_support.c, panel/xfce_support.h, plugins/Makefile.in, plugins/clock/Makefile.am, plugins/clock/Makefile.in, plugins/mailcheck/Makefile.am, plugins/mailcheck/Makefile.in, plugins/pager/Makefile.am, plugins/pager/Makefile.in, plugins/sample-plugin/Makefile.am, plugins/sample-plugin/Makefile.in, plugins/separator/Makefile.am, plugins/separator/Makefile.in, plugins/switcher/Makefile.am, plugins/switcher/Makefile.in, plugins/systembuttons/Makefile.am, plugins/systembuttons/Makefile.in, settings/Makefile.am, settings/Makefile.in, themes/Makefile.in: Cygwin changes. Patch by Maarten Boekhold. 2004-09-11 10:30 dannym * panel/xfce_support.c: strfreev expects paths to be NULL terminated 2004-09-11 08:16 jasper * Makefile.am, Makefile.in, configure.ac, contents.xml, contents.xml.ar, contents.xml.az, contents.xml.ca, contents.xml.eu, contents.xml.he, contents.xml.hu, contents.xml.it, contents.xml.ms, contents.xml.nl, contents.xml.ro, contents.xml.ru, contents.xml.sk, contents.xml.vi, doc/C/xfce4-panel.html, doc/C/xfce4-panel.xml, panel/controls.c, panel/main.c, panel/settings.c, panel/xfce_support.c, panel/xfce_support.h, settings/xfce_settings_plugin.c, xfce4rc, xfce4rc.ar, xfce4rc.az, xfce4rc.ca, xfce4rc.eu, xfce4rc.he, xfce4rc.hu, xfce4rc.it, xfce4rc.ms, xfce4rc.nl, xfce4rc.ro, xfce4rc.ru, xfce4rc.sk, xfce4rc.vi: Rather big update: * use Base Dir Spec * xfce4rc -> panel/contents.xml * small doc update, more to come 2004-09-10 20:49 pollux * Makefile.am, Makefile.in, po/he.gmo, po/he.po, xfce4rc.he: HE translations update from Yuval Tanny 2004-09-09 18:51 pollux * po/vi.gmo, po/vi.po, xfce4rc.vi: update VI translations 2004-09-09 08:24 jasper * settings/xfce_settings_dialog.c: Fix compiler warning 2004-09-08 16:13 jasper * settings/xfce_settings_dialog.c: Nobody tell me anything ;) Seems we're using all 48x48 sized icons in headers now... 2004-09-07 13:43 jasper * po/ar.po, po/az.gmo, po/az.po, po/bg.gmo, po/bg.po, po/ca.gmo, po/ca.po, po/cs.gmo, po/cs.po, po/de.gmo, po/de.po, po/es.gmo, po/es.po, po/es_MX.gmo, po/es_MX.po, po/et.gmo, po/et.po, po/eu.gmo, po/eu.po, po/fa_IR.gmo, po/fa_IR.po, po/fi.gmo, po/fi.po, po/fr.gmo, po/fr.po, po/he.gmo, po/he.po, po/hi.gmo, po/hi.po, po/hu.gmo, po/hu.po, po/it.gmo, po/it.po, po/ja.gmo, po/ja.po, po/ko.gmo, po/ko.po, po/lt.gmo, po/lt.po, po/ms.gmo, po/ms.po, po/nl.gmo, po/nl.po, po/no.gmo, po/no.po, po/pl.gmo, po/pl.po, po/pt_BR.gmo, po/pt_BR.po, po/pt_PT.gmo, po/pt_PT.po, po/ru.gmo, po/ru.po, po/sk.gmo, po/sk.po, po/sv.gmo, po/sv.po, po/ta.gmo, po/ta.po, po/tr.gmo, po/tr.po, po/vi.gmo, po/vi.po, po/xfce4-panel.pot, po/zh_CN.gmo, po/zh_CN.po, po/zh_TW.gmo, po/zh_TW.po: Tiny string freeze breakage (1 message). Sorry. 2004-09-07 13:37 jasper * po/ar.gmo: Tiny string freeze breakage (1 message). Sorry. 2004-09-06 21:14 jasper * panel/Makefile.am, panel/Makefile.in: Build fix (today's lesson: test before you commit) 2004-09-06 19:32 jasper * icons/Makefile.am, icons/Makefile.in, icons/xfce-edit.png, icons/xfce-filemanager.png, icons/xfce-games.png, icons/xfce-graphics.png, icons/xfce-internet.png, icons/xfce-mail.png, icons/xfce-man.png, icons/xfce-multimedia.png, icons/xfce-print.png, icons/xfce-printer.png, icons/xfce-schedule.png, icons/xfce-sound.png, icons/xfce-system-exit.png, icons/xfce-system-info.png, icons/xfce-system-lock.png, icons/xfce-system-settings.png, icons/xfce-terminal.png, icons/xfce-unknown.png, icons/xfce-utils.png, panel/Makefile.am, panel/Makefile.in, panel/add-control-dialog.c, panel/controls.c, panel/icons.c, panel/item_dialog.c, panel/item_dialog.h, panel/panel.c, panel/xfcombo.c, panel/xfcombo.h, plugins/sample-plugin/sample.c, plugins/systembuttons/systembuttons.c, settings/xfce_settings_dialog.c, settings/xfce_settings_plugin.c: Big update after server move: * updated icons to Rodent versions * remove xfcombo stuff * general cleanups 2004-09-06 14:08 pollux * configure, configure.ac, po/et.gmo, po/et.po: ET translations from Peeter Vois 2004-09-05 21:40 olivier * xfce4.spec.in: Fix spec file 2004-08-30 15:57 jasper * panel/icons.c: Get non-themed icons right 2004-08-30 12:55 jasper * .indent.pro, panel/add-control-dialog.c, panel/add-control-dialog.h, panel/controls.c, panel/controls.h, panel/controls_dialog.c, panel/controls_dialog.h, panel/global.h, panel/groups.c, panel/groups.h, panel/icons.c, panel/icons.h, panel/item.c, panel/item.h, panel/item_dialog.c, panel/item_dialog.h, panel/main.c, panel/main.h, panel/mcs_client.c, panel/mcs_client.h, panel/panel.c, panel/panel.h, panel/plugins.h, panel/popup.c, panel/popup.h, panel/settings.c, panel/settings.h, panel/xfce.h, panel/xfce_support.c, panel/xfce_support.h, panel/xfcombo.c, panel/xfcombo.h, plugins/clock/clock.c, plugins/mailcheck/mailcheck.c, plugins/pager/pager.c, plugins/sample-plugin/sample.c, plugins/separator/separator.c, plugins/switcher/switcher.c, plugins/systembuttons/systembuttons.c, po/ru.gmo, settings/xfce_settings.h, settings/xfce_settings_dialog.c, settings/xfce_settings_dialog.h, settings/xfce_settings_plugin.c, settings/xfce_settings_plugin.h: * Use XfceIconTheme (warning: still crashes) * Add $ and clean up copyright statements * Reindent using only spaces (more like Olivier's style) 2004-08-29 16:03 pollux * po/az.gmo, po/az.po: AZ translations update from Metin Amiroff 2004-08-28 19:20 pollux * Makefile.am, Makefile.in, configure, configure.ac, po/sk.gmo, po/sk.po, xfce4rc.sk: add Slovak translations from Juraj Brosz 2004-08-26 19:57 pollux * po/fi.gmo, po/fi.po: finnish translations update from Ilkka Ollakka 2004-08-24 10:04 pollux * Makefile.am, Makefile.in, po/ru.po, xfce4rc.ru: RU translations update from Anthony Ivanoff 2004-08-24 07:02 jasper * panel/icons.c: Use correct file name for print icon 2004-08-23 21:01 olivier * panel/panel.c: Reverting my last revert as the bug has been found (in the WM) 2004-08-22 22:06 olivier * panel/panel.c: Reverting gtk_widget_show_now as it breaks SKIP_PAGER and SKIP_TASKBAR properties 2004-08-22 17:36 jasper * panel/controls.c, panel/controls_dialog.c, panel/item.c, panel/item_dialog.c, panel/main.c, panel/panel.c: Gettext hack only if gettext is used. Removed an gtk_widget_show_now() 2004-08-22 16:55 jasper * panel/add-control-dialog.c, panel/controls.c, panel/controls_dialog.c, panel/item.c, panel/item_dialog.c, panel/main.c, panel/panel.c: This is better, should be temporary until I find out what's wrong. 2004-08-22 15:29 jasper * TODO, configure, configure.ac, panel/controls.c, panel/controls_dialog.c, panel/item.c, panel/item_dialog.c, panel/main.c, panel/panel.c, panel/settings.c, plugins/mailcheck/mailcheck.c, plugins/systembuttons/systembuttons.c, po/POTFILES.in, po/ar.gmo, po/ar.po, po/az.gmo, po/az.po, po/bg.gmo, po/bg.po, po/ca.gmo, po/ca.po, po/cs.gmo, po/cs.po, po/de.gmo, po/de.po, po/es.gmo, po/es.po, po/es_MX.gmo, po/es_MX.po, po/eu.gmo, po/eu.po, po/fa_IR.gmo, po/fa_IR.po, po/fi.gmo, po/fi.po, po/fr.gmo, po/fr.po, po/he.gmo, po/he.po, po/hi.gmo, po/hi.po, po/hu.gmo, po/hu.po, po/it.gmo, po/it.po, po/ja.gmo, po/ja.po, po/ko.gmo, po/ko.po, po/lt.gmo, po/lt.po, po/ms.gmo, po/ms.po, po/nl.gmo, po/nl.po, po/no.gmo, po/no.po, po/pl.gmo, po/pl.po, po/pt_BR.gmo, po/pt_BR.po, po/pt_PT.gmo, po/pt_PT.po, po/ru.gmo, po/ru.po, po/sv.gmo, po/sv.po, po/ta.gmo, po/ta.po, po/tr.gmo, po/tr.po, po/vi.gmo, po/vi.po, po/xfce4-panel.pot, po/zh_CN.gmo, po/zh_CN.po, po/zh_TW.gmo, po/zh_TW.po: Update strings. Gettext stuff seems a bit broken... 2004-08-21 20:36 jasper * panel/panel.c: Fix initial positioning (will I ever get this right?) 2004-08-19 19:55 pollux * panel/controls.c: allow panel to compile with --enable-debug=full 2004-08-19 11:39 jasper * ChangeLog, Makefile.in, TODO, configure, configure.ac, doc/C/Makefile.in, doc/C/images/Makefile.in, doc/Makefile.in, doc/fr/Makefile.in, doc/fr/images/Makefile.in, doc/it/Makefile.in, doc/it/images/Makefile.in, icons/Makefile.in, panel/Makefile.am, panel/Makefile.in, panel/item.c, panel/main.c, panel/panel.c, panel/xfce_support.c, plugins/Makefile.in, plugins/clock/Makefile.in, plugins/clock/clock.c, plugins/mailcheck/Makefile.in, plugins/mailcheck/mailcheck.c, plugins/pager/Makefile.in, plugins/sample-plugin/Makefile.in, plugins/separator/Makefile.in, plugins/switcher/Makefile.in, plugins/systembuttons/Makefile.in, settings/Makefile.in, themes/Makefile.in: Rip out thread support. threads + gtk == trouble ;-) 2004-08-17 11:26 jasper * panel/controls.c: Keep launcher at the top of the 'Add item' list 2004-08-15 19:39 olivier * panel/add-control-dialog.c, panel/controls.c, po/ar.gmo, po/ar.po, po/az.gmo, po/az.po, po/bg.gmo, po/bg.po, po/ca.gmo, po/ca.po, po/cs.gmo, po/cs.po, po/de.gmo, po/de.po, po/es.gmo, po/es.po, po/es_MX.gmo, po/es_MX.po, po/eu.gmo, po/eu.po, po/fa_IR.gmo, po/fa_IR.po, po/fi.gmo, po/fi.po, po/fr.gmo, po/fr.po, po/hi.gmo, po/hi.po, po/hu.gmo, po/hu.po, po/it.gmo, po/it.po, po/ja.gmo, po/ja.po, po/ko.gmo, po/ko.po, po/lt.gmo, po/lt.po, po/ms.gmo, po/ms.po, po/nl.gmo, po/nl.po, po/no.gmo, po/no.po, po/pl.gmo, po/pl.po, po/pt_BR.gmo, po/pt_BR.po, po/pt_PT.gmo, po/pt_PT.po, po/ru.gmo, po/ru.po, po/sv.gmo, po/sv.po, po/ta.gmo, po/ta.po, po/tr.gmo, po/tr.po, po/vi.gmo, po/vi.po, po/xfce4-panel.pot, po/zh_CN.gmo, po/zh_CN.po, po/zh_TW.gmo, po/zh_TW.po, settings/xfce-panel-settings.desktop: Resync with repository, most notably: - libxfcegui4 fixes with gtk 2.2 - xfwm4 updates - Present panel plugins in alphabetical order - Fix add plugin dialog being placed over the panel when using SM - French po updates - Other various small bug fixes 2004-08-14 19:44 pollux * configure, configure.ac, po/he.gmo, po/he.po: Hebrew translations from Yuval Tanny 2004-08-13 09:36 pollux * Makefile.am, Makefile.in, aclocal.m4, xfce4rc.ro: adds xfce4rc Romanian translation from Razvan T. Coloja 2004-08-12 21:28 jasper * panel/item_dialog.c: Add preliminary, minimal appfinder DND support. Patch by Eduard. 2004-08-10 08:14 jasper * panel/panel.c: Small tweak I apparently forgot to commit earlier 2004-08-08 17:25 benny * doc/C/images/clock-properties.png, doc/C/images/default_panel.png, doc/C/images/handle-popup.png, doc/C/images/item-popup.png, doc/C/images/launcher-properties.png, doc/C/images/mailcheck-properties.png, doc/C/images/menuitem-properties.png, doc/C/images/nooptions-properties.png, doc/C/images/panel-settings.png, doc/C/images/systembuttons-properties.png, doc/C/xfce4-panel.html, doc/C/xfce4-panel.xml: Updated documentation, thanks to Francois. 2004-07-29 20:28 benny * Makefile.in, aclocal.m4, config.guess, config.sub, configure, depcomp, doc/C/Makefile.in, doc/C/images/Makefile.in, doc/Makefile.in, doc/fr/Makefile.in, doc/fr/images/Makefile.in, doc/it/Makefile.in, doc/it/images/Makefile.in, icons/Makefile.in, install-sh, ltmain.sh, panel/Makefile.in, panel/add-control-dialog.c, panel/icons.c, plugins/Makefile.in, plugins/clock/Makefile.in, plugins/mailcheck/Makefile.in, plugins/pager/Makefile.in, plugins/sample-plugin/Makefile.in, plugins/separator/Makefile.in, plugins/switcher/Makefile.in, plugins/systembuttons/Makefile.in, settings/Makefile.in, themes/Makefile.in: Fix get_panel_icon() borkage and try to fix the 'Add new item' positioning. 2004-07-28 21:22 benny * m4/depends.m4: Fixed (module)_FOUND bug reported by brian. Hopefully nothing else broke this time. 2004-07-27 20:04 benny * icons/Makefile.am, icons/xfce4-panel-icon.h, icons/xfce4-panel.png, settings/xfce_settings_plugin.c: Use xfce_themed_icon_load() for the mcs plugin. 2004-07-26 22:51 kelnos * Makefile.in, aclocal.m4, config.guess, config.sub, configure, configure.ac, depcomp, doc/C/Makefile.in, doc/C/images/Makefile.in, doc/Makefile.in, doc/fr/Makefile.in, doc/fr/images/Makefile.in, doc/it/Makefile.in, doc/it/images/Makefile.in, icons/Makefile.in, install-sh, ltmain.sh, panel/Makefile.in, plugins/Makefile.in, plugins/clock/Makefile.in, plugins/mailcheck/Makefile.in, plugins/pager/Makefile.in, plugins/sample-plugin/Makefile.in, plugins/separator/Makefile.in, plugins/switcher/Makefile.in, plugins/systembuttons/Makefile.in, settings/Makefile.in, themes/Makefile.in: well that's an annoying typo... depending on libxfcegui4 twice but libxfce4util not at all 2004-07-26 19:05 benny * Makefile.in, README.Kiosk, aclocal.m4, configure, configure.ac, doc/C/Makefile.in, doc/C/images/Makefile.in, doc/Makefile.in, doc/fr/Makefile.in, doc/fr/images/Makefile.in, doc/it/Makefile.in, doc/it/images/Makefile.in, icons/Makefile.in, panel/Makefile.in, panel/settings.c, plugins/Makefile.in, plugins/clock/Makefile.in, plugins/mailcheck/Makefile.in, plugins/pager/Makefile.in, plugins/sample-plugin/Makefile.in, plugins/separator/Makefile.in, plugins/switcher/Makefile.in, plugins/systembuttons/Makefile.in, settings/Makefile.in, themes/Makefile.in: Added support for KIOSK mode. 2004-07-24 18:52 benny * m4/depends.m4: Readded XFCE_MCS_PLUGIN() again, dunno how I manage to remove it everytime I edit depends.m4! 2004-07-24 17:59 jasper * panel/panel.c: First threading bug. Expect some more to show up ;-) 2004-07-24 17:31 jasper * plugins/pager/pager.c: Allow multiple rows for pager 2004-07-24 17:30 benny * m4/depends.m4: XFCE_PANEL_PLUGIN had wrong panel version for the threaded test. 2004-07-24 17:28 benny * m4/depends.m4: Extended the XFCE_PANEL_PLUGIN macro to include some magic for threaded panels. 2004-07-23 21:09 jasper * Makefile.in, aclocal.m4, configure, configure.ac, doc/C/Makefile.in, doc/C/images/Makefile.in, doc/Makefile.in, doc/fr/Makefile.in, doc/fr/images/Makefile.in, doc/it/Makefile.in, doc/it/images/Makefile.in, icons/Makefile.in, panel/Makefile.am, panel/Makefile.in, panel/item.c, panel/main.c, panel/panel.c, panel/xfce_support.c, plugins/Makefile.in, plugins/clock/Makefile.in, plugins/clock/clock.c, plugins/mailcheck/Makefile.in, plugins/mailcheck/mailcheck.c, plugins/pager/Makefile.in, plugins/sample-plugin/Makefile.in, plugins/separator/Makefile.in, plugins/switcher/Makefile.in, plugins/systembuttons/Makefile.in, settings/Makefile.in, themes/Makefile.in: Patch by brian to add threading to the panel. 2004-07-23 18:06 jasper * plugins/systembuttons/systembuttons.c: Oops 2004-07-23 17:45 jasper * plugins/systembuttons/systembuttons.c: Apparently needs stricter size settings. 2004-07-22 15:00 jasper * panel/panel.c, panel/panel.h: Find out which side of the screen the panel is on 2004-07-21 23:00 benny * m4/depends.m4: Readded the XFCE_MCS_PLUGIN macro. I didn't ment to remove it, tho. 2004-07-21 13:23 jasper * panel/add-control-dialog.c, panel/controls.c, panel/panel.c, panel/panel.h: Synthesize leave notify event when a registered gtk menu is closed. First step to fixing #266. 2004-07-21 08:07 jasper * panel/add-control-dialog.c: Center dialog (bug #263) 2004-07-20 20:58 benny * m4/depends.m4: Modifed panel plugin check, so one (the installer) can choose to install into a different plugin dir. 2004-07-19 18:37 pollux * po/no.gmo, po/no.po: definitively fix #162 2004-07-18 17:36 jasper * panel/panel.c: Strange, stickyness was lost. Perhaps because of setting layer? 2004-07-18 17:25 jasper * panel/panel.c: Layer settings were lost after reorientation 2004-07-18 08:46 jasper * panel/panel.c: YAA (Yet Another Attempt ;) to fix autohiding. It works for me, please test. 2004-07-15 12:23 jasper * panel/main.c: Override theme for focus padding popup buttons 2004-07-15 11:29 jasper * settings/xfce_settings_plugin.c: Fix bug #235: changes to panel settings not accepted at first login 2004-07-14 20:22 jasper * NEWS, doc/C/xfce4-panel.html, doc/C/xfce4-panel.xml, doc/fr/xfce4-panel.html, doc/fr/xfce4-panel.xml, doc/it/xfce4-panel.html, doc/it/xfce4-panel.xml: Get rid of moongroup.com references 2004-07-14 18:27 jasper * panel/item.c, panel/panel.c: Fix for bug #215: crash when dropping large number of files 2004-07-13 15:39 pollux * po/ca.gmo, po/ca.po: Catalan translation correction from Xan 2004-07-12 06:22 jasper * panel/panel.c: Create framework after reading settings, but create window before that. 2004-07-11 12:41 jasper * panel/panel.c, panel/panel.h, panel/xfce_support.c, panel/xfce_support.h: More positioning stuff. Let's hope I didn't break anything ... 2004-07-11 07:51 olivier * panel/main.c: Connect signal after session mgt. 2004-07-11 07:33 olivier * panel/main.c, panel/xfce_support.c: Use gtk EWMH functions if applicable, Fix a race condition with the WM because session was connected before even creating the panel (so now the correct EWMH hints are applied correctly) 2004-07-09 20:18 pollux * doc/it/images/default-session.png: oups little error 2004-07-09 20:17 pollux * aclocal.m4, configure, configure.ac, doc/Makefile.am, doc/Makefile.in, doc/it, doc/it/Makefile.am, doc/it/Makefile.in, doc/it/images, doc/it/images/Makefile.am, doc/it/images/Makefile.in, doc/it/images/clock-properties.png, doc/it/images/default-session.png, doc/it/images/default_panel.png, doc/it/images/handle-popup.png, doc/it/images/item-popup.png, doc/it/images/launcher-properties.png, doc/it/images/mailcheck-properties.png, doc/it/images/menuitem-properties.png, doc/it/images/nooptions-properties.png, doc/it/images/panel-settings.png, doc/it/images/systembuttons-properties.png, doc/it/xfce4-panel.html, doc/it/xfce4-panel.xml: more italian doc translation from Sascha Ales 2004-07-09 13:28 jasper * panel/panel.c: Remove dock type again. Use window state to set panel always on top. 2004-07-08 06:38 jasper * panel/panel.c: Fix some issues with positioning and struts 2004-06-20 20:23 olivier * panel/mcs_client.c: Fix panel crash with gtk+-2.2.x 2004-06-18 19:42 jasper * panel/panel.c: Grr, why did I agree to add the option in the first place? Options are trouble. Fix issue with autohide and always on top. 2004-06-18 11:41 jasper * panel/panel.c, settings/xfce_settings_dialog.c, settings/xfce_settings_plugin.c: Make always on top behaviour optional 2004-06-17 21:10 jasper * panel/add-control-dialog.c, panel/panel.c: Fix strut when autohiding and patch from brian for double click on add item dialog. 2004-06-17 13:49 jasper * configure, configure.ac, icons/Makefile.am, icons/Makefile.in, icons/xfce-edit.png, icons/xfce-filemanager.png, icons/xfce-games.png, icons/xfce-graphics.png, icons/xfce-internet.png, icons/xfce-man.png, icons/xfce-multimedia.png, icons/xfce-print.png, icons/xfce-schedule.png, icons/xfce-sound.png, icons/xfce-system-exit.png, icons/xfce-system-info.png, icons/xfce-system-lock.png, icons/xfce-system-settings.png, icons/xfce-terminal.png, icons/xfce-unknown.png, icons/xfce-utils.png, panel/controls.c, panel/controls_dialog.c, panel/groups.c, panel/groups.h, panel/icons.c, panel/icons.h, panel/mcs_client.c, panel/panel.c, panel/settings.c, plugins/mailcheck/mailcheck.c, plugins/sample-plugin/sample.c, plugins/systembuttons/systembuttons.c, po/xfce4-panel.pot, settings/xfce_settings_dialog.c, themes/Crystal, themes/Curve, themes/FreeIcons, themes/Gnome, themes/Makefile.am, themes/Makefile.in, themes/Noia, themes/XFce: Oh dear, big changes. Please test. Changes include: * Icon themeing based on icon spec. No more panel-specific theme option. Panel themes can still be created, but additionally the panel looks for gnome and kde icons, when no xfce- namespaced icons were found. Old panel themes will no longer work. * Removed old icon themes. * Removed panel layer option. The panel now is a dock-type window and sets partial struts to allow the wm to do the right thing. 2004-06-13 21:18 pollux * po/lt.gmo, po/lt.po: Updated lt translations from Mantas Zapolskas 2004-06-13 09:40 pollux * po/zh_CN.gmo: .gmo files updated 2004-06-13 08:09 jasper * panel/item.c, panel/popup.c: minor cleanups by Eduard 2004-06-11 19:59 pollux * po/zh_CN.po: Update zh_CN translations 2004-05-29 07:47 jasper * panel/controls.c, panel/panel.c, panel/panel.h: Cleaning up panel internals. First step to get rid of global variables. 2004-05-19 09:24 jasper * panel/panel.c: Attempt to fix moving to different xinerama screens 2004-05-18 21:55 olivier * panel/panel.c: Get rid of libxfcegui4 xinerama impl, align panel on screen edges ignoring previous struts. 2004-05-17 07:50 jasper * panel/panel.c: Attempt to fix problem with autohide on startup as reported on IRC. 2004-05-15 07:57 benny * panel/main.c: Let apps start on the correct screen. 2004-05-13 11:09 jasper * icons/Makefile.am, icons/Makefile.in, icons/xfce-mail.png, plugins/mailcheck/mailcheck.c, plugins/sample-plugin/sample.c: A bit of a proof of concept for icon theme handling. 2004-05-10 11:57 jasper * ChangeLog, NEWS, aclocal.m4, configure, configure.ac, ltmain.sh, panel/global.h, panel/icons.c, panel/panel.h, plugins/Makefile.am, plugins/Makefile.in, plugins/sample-plugin, plugins/sample-plugin/Makefile.am, plugins/sample-plugin/Makefile.in, plugins/sample-plugin/README, plugins/sample-plugin/sample.c, po/xfce4-panel.pot: Add a new sample plugin to the panel. It will not be installed. 2004-05-08 01:06 edscott * panel/item_dialog.c, panel/item_dialog.h: xffm_theme_maker is now replaced by xfmime_edit. 2004-05-03 21:44 olivier * Makefile.in, aclocal.m4, config.guess, config.sub, configure, doc/C/Makefile.in, doc/C/images/Makefile.in, doc/Makefile.in, doc/fr/Makefile.in, doc/fr/images/Makefile.in, icons/Makefile.in, install-sh, ltmain.sh, mkinstalldirs, panel/Makefile.in, plugins/Makefile.in, plugins/clock/Makefile.in, plugins/mailcheck/Makefile.in, plugins/pager/Makefile.in, plugins/separator/Makefile.in, plugins/switcher/Makefile.in, plugins/systembuttons/Makefile.in, po/zh_TW.gmo, po/zh_TW.po, themes/Crystal/22x22/Makefile.in, themes/Crystal/22x22/emblems/Makefile.in, themes/Crystal/48x48/Makefile.in, themes/Crystal/48x48/emblems/Makefile.in, themes/Crystal/Makefile.in, themes/Curve/22x22/Makefile.in, themes/Curve/22x22/emblems/Makefile.in, themes/Curve/48x48/Makefile.in, themes/Curve/48x48/emblems/Makefile.in, themes/Curve/Makefile.in, themes/FreeIcons/22x22/Makefile.in, themes/FreeIcons/22x22/emblems/Makefile.in, themes/FreeIcons/24x24/Makefile.in, themes/FreeIcons/24x24/emblems/Makefile.in, themes/FreeIcons/48x48/Makefile.in, themes/FreeIcons/48x48/emblems/Makefile.in, themes/FreeIcons/Makefile.in, themes/Gnome/24x24/Makefile.in, themes/Gnome/24x24/emblems/Makefile.in, themes/Gnome/48x48/Makefile.in, themes/Gnome/48x48/emblems/Makefile.in, themes/Gnome/50x50/Makefile.in, themes/Gnome/50x50/emblems/Makefile.in, themes/Gnome/Makefile.in, themes/Makefile.in, themes/Noia/22x22/Makefile.in, themes/Noia/22x22/emblems/Makefile.in, themes/Noia/48x48/Makefile.in, themes/Noia/48x48/emblems/Makefile.in, themes/Noia/Makefile.in, themes/XFce/14x14/Makefile.in, themes/XFce/14x14/emblems/Makefile.in, themes/XFce/16x16/Makefile.in, themes/XFce/16x16/emblems/Makefile.in, themes/XFce/19x19/Makefile.in, themes/XFce/19x19/emblems/Makefile.in, themes/XFce/24x24/Makefile.in, themes/XFce/24x24/emblems/Makefile.in, themes/XFce/48x48/Makefile.in, themes/XFce/48x48/emblems/Makefile.in, themes/XFce/50x50/Makefile.in, themes/XFce/50x50/emblems/Makefile.in, themes/XFce/53x53/Makefile.in, themes/XFce/53x53/emblems/Makefile.in, themes/XFce/Makefile.in: Update zh_TW translations from umm 2004-05-03 20:20 kelnos * settings/Makefile.am, settings/Makefile.in: EXTRA_DIST 2004-05-01 15:32 jasper * panel/main.c, panel/xfce_support.c: First try at multihead support. User has to set DISPLAY correctly to start a new panel on a different screen. Expect some breakage. 2004-05-01 14:10 jasper * panel/add-control-dialog.c, panel/panel.c: Fix positioning (I hope) and hide relevant menu items when XFCE_DISABLE_USER_CONFIG is set. 2004-04-30 04:08 kelnos * settings/Makefile.am, settings/Makefile.in, settings/xfce-panel-settings.desktop: .desktop file for panel settings 2004-04-23 20:15 olivier * xfce4rc, xfce4rc.ar, xfce4rc.az, xfce4rc.ca, xfce4rc.eu, xfce4rc.hu, xfce4rc.it, xfce4rc.ms, xfce4rc.nl, xfce4rc.vi: Change defaults: Removes the "-splash" option from mozilla launcher that confuses the "mozilla" script (preventing the opening of another window when Mozilla is already running), fix a typo in Nautilus name, and enables startup notification for apps that support it. 2004-04-23 12:19 jasper * TODO, panel/controls.c, po/ca.gmo: Update plugin list (remove uninstalled and add newly installed ones) when opening the add item dialog. Based on the idea of Scott Barron . 2004-04-21 06:09 olivier * panel/groups.c: Apply patch from Scott Barron 2004-04-21 00:56 kelnos * configure, configure.ac: bump libxfcegui4 version requirement 2004-04-21 00:56 kelnos * panel/panel.c: make panel icons theme work with gtk 2.2 (no GtkIconTheme anymore) 2004-04-13 19:41 jasper * panel/controls.h, panel/global.h, panel/popup.c, settings/xfce_settings_dialog.c: Also look in ~/.icons/ for icon themes. Patch by Moe. 2004-04-12 13:52 dannym * xfce4rc.ca: Update catalan xfce4rc by Carles Mu��oz Gorriz 2004-04-12 13:36 dannym * po/ca.po: Updated catalan translations by Carles Mu��oz Gorriz 2004-04-11 07:58 jasper * panel/panel.c: Resizing tweak 2004-04-11 07:19 jasper * configure, configure.ac: Depend on latest libxfcegui4 2004-04-10 22:20 jasper * aclocal.m4, configure, panel/controls.c, panel/panel.c, po/ar.gmo, po/bg.gmo, po/ca.gmo, po/cs.gmo, po/de.gmo, po/es.gmo, po/es_MX.gmo, po/eu.gmo, po/fi.gmo, po/fr.gmo, po/hi.gmo, po/hu.gmo, po/it.gmo, po/ja.gmo, po/ko.gmo, po/lt.gmo, po/ms.gmo, po/nl.gmo, po/pl.gmo, po/pt_PT.gmo, po/ru.gmo, po/sv.gmo, po/ta.gmo, po/tr.gmo, po/vi.gmo, po/zh_CN.gmo, po/zh_TW.gmo: Fix panel on the screen edge. Also should fix Moe's autohide bug. 2004-04-10 14:21 jasper * README, configure.ac, doc/C/xfce4-panel.html, doc/C/xfce4-panel.xml, doc/fr/xfce4-panel.html, doc/fr/xfce4-panel.xml, panel/main.c, panel/panel.c, panel/xfce4-panel-1.0.pc.in, po/ar.gmo, po/ar.po, po/az.gmo, po/az.po, po/bg.gmo, po/bg.po, po/ca.gmo, po/ca.po, po/cs.gmo, po/cs.po, po/de.gmo, po/de.po, po/es.gmo, po/es.po, po/es_MX.gmo, po/es_MX.po, po/eu.po, po/fa_IR.gmo, po/fa_IR.po, po/fi.gmo, po/fi.po, po/fr.gmo, po/fr.po, po/hi.gmo, po/hi.po, po/hu.gmo, po/hu.po, po/it.gmo, po/it.po, po/ja.gmo, po/ja.po, po/ko.gmo, po/ko.po, po/lt.gmo, po/lt.po, po/ms.gmo, po/ms.po, po/nl.gmo, po/nl.po, po/no.gmo, po/no.po, po/pl.gmo, po/pl.po, po/pt_BR.gmo, po/pt_BR.po, po/pt_PT.gmo, po/pt_PT.po, po/ru.gmo, po/ru.po, po/sv.gmo, po/sv.po, po/ta.gmo, po/ta.po, po/tr.gmo, po/tr.po, po/uk.gmo, po/uk.po, po/vi.gmo, po/vi.po, po/xfce4-panel.pot, po/zh_CN.gmo, po/zh_CN.po, po/zh_TW.gmo, po/zh_TW.po, settings/xfce_settings_dialog.c, settings/xfce_settings_plugin.c, xfce4.spec.in: Gratuitous spamming of commits list: changed all occurances of XFce to Xfce; Olivier told me once he prefered that. Sorry. 2004-04-10 12:19 jasper * panel/panel.c: extra debug info 2004-04-10 11:43 jasper * m4/debug.m4: Don't use G*_DISABLE_DEPRECATED 2004-04-09 14:36 jasper * aclocal.m4, panel/Makefile.am, panel/Makefile.in, panel/add-control-dialog.c, panel/add-control-dialog.h, panel/controls.c, panel/controls.h, panel/panel.c: Use a dialog instead of a submenu to add items to the panel 2004-04-08 08:08 jasper * panel/controls_dialog.c: Fix dialog resizing issue 2004-04-06 06:46 jasper * panel/controls.c, panel/controls_dialog.c, panel/groups.c, panel/icons.c, panel/item.c, panel/item_dialog.c, panel/main.c, panel/mcs_client.c, panel/panel.c, panel/popup.c, panel/settings.c, panel/xfce_support.c, panel/xfcombo.c, plugins/clock/clock.c, plugins/mailcheck/mailcheck.c, plugins/pager/pager.c, plugins/separator/separator.c, plugins/switcher/switcher.c, plugins/systembuttons/systembuttons.c, settings/xfce_settings_dialog.c, settings/xfce_settings_plugin.c: Fix some compiler warnings 2004-04-04 13:15 kelnos * panel/icons.c: stock icons should size properly now 2004-04-03 19:15 perldude * panel/controls.c: changed gtk_menu_item_new_with_label to gtk_menu_item_new_with_mnemonic. 2004-04-01 22:17 jasper * Makefile.in, NEWS, aclocal.m4, config.h.in, configure, configure.ac, doc/C/Makefile.in, doc/C/images/Makefile.in, doc/Makefile.in, doc/fr/Makefile.in, doc/fr/images/Makefile.in, icons/Makefile.in, ltmain.sh, panel/Makefile.in, panel/controls.c, panel/panel.c, plugins/Makefile.in, plugins/clock/Makefile.in, plugins/mailcheck/Makefile.in, plugins/pager/Makefile.in, plugins/separator/Makefile.in, plugins/switcher/Makefile.in, plugins/systembuttons/Makefile.in, settings/Makefile.in, themes/Crystal/22x22/Makefile.in, themes/Crystal/22x22/emblems/Makefile.in, themes/Crystal/48x48/Makefile.in, themes/Crystal/48x48/emblems/Makefile.in, themes/Crystal/Makefile.in, themes/Curve/22x22/Makefile.in, themes/Curve/22x22/emblems/Makefile.in, themes/Curve/48x48/Makefile.in, themes/Curve/48x48/emblems/Makefile.in, themes/Curve/Makefile.in, themes/FreeIcons/22x22/Makefile.in, themes/FreeIcons/22x22/emblems/Makefile.in, themes/FreeIcons/24x24/Makefile.in, themes/FreeIcons/24x24/emblems/Makefile.in, themes/FreeIcons/48x48/Makefile.in, themes/FreeIcons/48x48/emblems/Makefile.in, themes/FreeIcons/Makefile.in, themes/Gnome/24x24/Makefile.in, themes/Gnome/24x24/emblems/Makefile.in, themes/Gnome/48x48/Makefile.in, themes/Gnome/48x48/emblems/Makefile.in, themes/Gnome/50x50/Makefile.in, themes/Gnome/50x50/emblems/Makefile.in, themes/Gnome/Makefile.in, themes/Makefile.in, themes/Noia/22x22/Makefile.in, themes/Noia/22x22/emblems/Makefile.in, themes/Noia/48x48/Makefile.in, themes/Noia/48x48/emblems/Makefile.in, themes/Noia/Makefile.in, themes/XFce/14x14/Makefile.in, themes/XFce/14x14/emblems/Makefile.in, themes/XFce/16x16/Makefile.in, themes/XFce/16x16/emblems/Makefile.in, themes/XFce/19x19/Makefile.in, themes/XFce/19x19/emblems/Makefile.in, themes/XFce/24x24/Makefile.in, themes/XFce/24x24/emblems/Makefile.in, themes/XFce/48x48/Makefile.in, themes/XFce/48x48/emblems/Makefile.in, themes/XFce/50x50/Makefile.in, themes/XFce/50x50/emblems/Makefile.in, themes/XFce/53x53/Makefile.in, themes/XFce/53x53/emblems/Makefile.in, themes/XFce/Makefile.in: - Reduce handle width to show only one line of dots - disable completion combo, because it doesn't work on new installs - put 'Properties...' and 'Remove' in a submenu of panel item right-click menus. May prevent some accidental removals. 2004-03-31 15:15 kelnos * settings/xfce_settings_dialog.c: panel settings plugin should get icon theme names from the correct directory (thanks francois!) 2004-03-30 03:58 kelnos * configure, configure.ac, panel/global.h, panel/icons.c, panel/xfce4-panel-1.0.pc.in, panel/xfce_support.c: make panel use new icon theme location (and also make it use xfce_load_themed_icon(), duh...). bump libxfcegui4 version requirement to 4.1.11 2004-03-30 03:54 kelnos * themes/Crystal/22x22/emblems/Makefile.am, themes/Crystal/22x22/emblems/Makefile.in, themes/Crystal/48x48/emblems/Makefile.am, themes/Crystal/48x48/emblems/Makefile.in, themes/Crystal/Makefile.am, themes/Crystal/Makefile.in, themes/Curve/22x22/emblems/Makefile.am, themes/Curve/22x22/emblems/Makefile.in, themes/Curve/48x48/emblems/Makefile.am, themes/Curve/48x48/emblems/Makefile.in, themes/Curve/Makefile.am, themes/Curve/Makefile.in, themes/FreeIcons/22x22/emblems/Makefile.am, themes/FreeIcons/22x22/emblems/Makefile.in, themes/FreeIcons/24x24/emblems/Makefile.am, themes/FreeIcons/24x24/emblems/Makefile.in, themes/FreeIcons/48x48/emblems/Makefile.am, themes/FreeIcons/48x48/emblems/Makefile.in, themes/FreeIcons/Makefile.am, themes/FreeIcons/Makefile.in, themes/Gnome/24x24/emblems/Makefile.am, themes/Gnome/24x24/emblems/Makefile.in, themes/Gnome/48x48/emblems/Makefile.am, themes/Gnome/48x48/emblems/Makefile.in, themes/Gnome/50x50/emblems/Makefile.am, themes/Gnome/50x50/emblems/Makefile.in, themes/Gnome/Makefile.am, themes/Gnome/Makefile.in, themes/Makefile.am, themes/Makefile.in, themes/Noia/22x22/emblems/Makefile.am, themes/Noia/22x22/emblems/Makefile.in, themes/Noia/48x48/emblems/Makefile.am, themes/Noia/48x48/emblems/Makefile.in, themes/Noia/Makefile.am, themes/Noia/Makefile.in, themes/XFce/14x14/emblems/Makefile.am, themes/XFce/14x14/emblems/Makefile.in, themes/XFce/16x16/emblems/Makefile.am, themes/XFce/16x16/emblems/Makefile.in, themes/XFce/19x19/emblems/Makefile.am, themes/XFce/19x19/emblems/Makefile.in, themes/XFce/24x24/emblems/Makefile.am, themes/XFce/24x24/emblems/Makefile.in, themes/XFce/48x48/emblems/Makefile.am, themes/XFce/48x48/emblems/Makefile.in, themes/XFce/50x50/emblems/Makefile.am, themes/XFce/50x50/emblems/Makefile.in, themes/XFce/53x53/emblems/Makefile.am, themes/XFce/53x53/emblems/Makefile.in, themes/XFce/Makefile.am, themes/XFce/Makefile.in: move panel icon themes to $datadir/xfce4/icons 2004-03-29 10:55 kelnos * themes/Gnome/index.theme: match the 'official' gnome icon theme name 2004-03-20 20:22 jasper * panel/item.c: Revert tweaks to dnd :) 2004-03-20 18:32 jasper * panel/item.c, panel/panel.c: Tweaks to dnd 2004-03-18 18:26 jasper * panel/item.c: Fix DND for launchers with 'Run in terminal' checked. 2004-03-15 07:36 olivier * Makefile.am, Makefile.in, aclocal.m4, configure, configure.ac, ltmain.sh, po/ar.gmo, po/ar.po, po/bg.gmo, po/bg.po, po/it.gmo, po/it.po, xfce4rc.ar, xfce4rc.it: Add/update i18n for: Bulgarian from Miroslav Yordanov and Peter Slavov Italian from Alex Dupre Arabic from Saleh Hathal 2004-03-14 20:09 jasper * configure, configure.ac, icons/xfce4-panel-icon.h, icons/xfce4-panel.png, panel/controls.c, panel/controls_dialog.c, panel/item.c, panel/item_dialog.c, panel/main.c, panel/mcs_client.c, panel/panel.c, panel/settings.c, panel/xfce_support.c, settings/Makefile.am, settings/Makefile.in, settings/xfce_settings.h, settings/xfce_settings_dialog.c, settings/xfce_settings_plugin.c, settings/xfce_settings_plugin.h: * change deprecated funtions to xfce_* replacements * change atoi to strtol * fix mcs settings * remove libxml dependency of mcs dialog * use new icon from Nikola Pizurica * add atomic saving for panel settings 2004-03-04 20:49 jasper * Makefile.in, configure, configure.ac, panel/main.c, panel/xfce_support.c, panel/xfce_support.h: Add xfce-exec to libxfcegui4 2004-03-01 21:09 benny * m4/debug.m4: Added --enable-gcov to compile xfce with support for coverage tests. Very useful. 2004-02-29 23:22 jasper * panel/controls.c, panel/controls.h: Allow plugins to request not to be unloaded 2004-02-29 22:22 jasper * panel/icons.c, settings/xfce_settings_dialog.c, settings/xfce_settings_plugin.c: Show only new-style icon themes in dialog and remove position settings from dialog (not a real setting) 2004-02-26 00:19 kelnos * themes/Crystal/index.theme, themes/Curve/index.theme, themes/FreeIcons/index.theme, themes/Gnome/index.theme, themes/Noia/index.theme, themes/XFce/index.theme: add Inherits= so we have some defaults 2004-02-25 19:16 kelnos * panel/icons.c, panel/panel.c: make the panel use GtkIconTheme and the new layout 2004-02-25 19:13 kelnos * themes/Crystal/edit.png, themes/Crystal/file1.png, themes/Crystal/file2.png, themes/Crystal/games.png, themes/Crystal/man.png, themes/Crystal/miniinfo.png, themes/Crystal/minilock.png, themes/Crystal/minipalet.png, themes/Crystal/minipower.png, themes/Crystal/multimedia.png, themes/Crystal/network.png, themes/Crystal/newmail.png, themes/Crystal/nomail.png, themes/Crystal/oldmail.png, themes/Crystal/paint.png, themes/Crystal/print.png, themes/Crystal/schedule.png, themes/Crystal/sound.png, themes/Crystal/terminal.png, themes/Crystal/trash_empty.png, themes/Crystal/trash_full.png, themes/Crystal/unknown.png, themes/Curve/edit.png, themes/Curve/file1.png, themes/Curve/file2.png, themes/Curve/games.png, themes/Curve/man.png, themes/Curve/miniinfo.png, themes/Curve/minilock.png, themes/Curve/minipalet.png, themes/Curve/minipower.png, themes/Curve/multimedia.png, themes/Curve/network.png, themes/Curve/newmail.png, themes/Curve/nomail.png, themes/Curve/oldmail.png, themes/Curve/paint.png, themes/Curve/print.png, themes/Curve/schedule.png, themes/Curve/sound.png, themes/Curve/terminal.png, themes/Curve/trash_empty.png, themes/Curve/trash_full.png, themes/Curve/unknown.png, themes/FreeIcons/edit.png, themes/FreeIcons/file1.png, themes/FreeIcons/file2.png, themes/FreeIcons/games.png, themes/FreeIcons/man.png, themes/FreeIcons/miniinfo.png, themes/FreeIcons/minilock.png, themes/FreeIcons/minipalet.png, themes/FreeIcons/minipower.png, themes/FreeIcons/multimedia.png, themes/FreeIcons/network.png, themes/FreeIcons/newmail.png, themes/FreeIcons/nomail.png, themes/FreeIcons/oldmail.png, themes/FreeIcons/paint.png, themes/FreeIcons/print.png, themes/FreeIcons/schedule.png, themes/FreeIcons/sound.png, themes/FreeIcons/terminal.png, themes/FreeIcons/unknown.png, themes/Gnome/edit.png, themes/Gnome/file1.png, themes/Gnome/file2.png, themes/Gnome/games.png, themes/Gnome/man.png, themes/Gnome/miniinfo.png, themes/Gnome/minilock.png, themes/Gnome/minipalet.png, themes/Gnome/minipower.png, themes/Gnome/multimedia.png, themes/Gnome/network.png, themes/Gnome/paint.png, themes/Gnome/print.png, themes/Gnome/schedule.png, themes/Gnome/sound.png, themes/Gnome/terminal.png, themes/Gnome/trash_empty.png, themes/Gnome/trash_full.png, themes/Gnome/unknown.png, themes/Noia/edit.png, themes/Noia/file1.png, themes/Noia/file2.png, themes/Noia/games.png, themes/Noia/man.png, themes/Noia/miniinfo.png, themes/Noia/minilock.png, themes/Noia/minipalet.png, themes/Noia/minipower.png, themes/Noia/multimedia.png, themes/Noia/network.png, themes/Noia/newmail.png, themes/Noia/nomail.png, themes/Noia/oldmail.png, themes/Noia/paint.png, themes/Noia/print.png, themes/Noia/schedule.png, themes/Noia/sound.png, themes/Noia/terminal.png, themes/Noia/trash_empty.png, themes/Noia/trash_full.png, themes/Noia/unknown.png, themes/XFce/edit.xpm, themes/XFce/file1.xpm, themes/XFce/file2.xpm, themes/XFce/games.xpm, themes/XFce/man.xpm, themes/XFce/miniinfo.xpm, themes/XFce/minilock.xpm, themes/XFce/minipalet.xpm, themes/XFce/minipower.xpm, themes/XFce/multimedia.xpm, themes/XFce/network.xpm, themes/XFce/newmail.xpm, themes/XFce/nomail.xpm, themes/XFce/oldmail.xpm, themes/XFce/paint.xpm, themes/XFce/print.xpm, themes/XFce/schedule.xpm, themes/XFce/sound.xpm, themes/XFce/terminal.xpm, themes/XFce/trash_empty.xpm, themes/XFce/trash_full.xpm, themes/XFce/unknown.xpm: add was successful, remove the old 2004-02-25 19:11 kelnos * configure, configure.ac, themes/Crystal/22x22, themes/Crystal/22x22/Makefile.am, themes/Crystal/22x22/Makefile.in, themes/Crystal/22x22/emblems, themes/Crystal/22x22/emblems/Makefile.am, themes/Crystal/22x22/emblems/Makefile.in, themes/Crystal/22x22/emblems/miniinfo.png, themes/Crystal/22x22/emblems/minilock.png, themes/Crystal/22x22/emblems/minipalet.png, themes/Crystal/22x22/emblems/minipower.png, themes/Crystal/48x48, themes/Crystal/48x48/Makefile.am, themes/Crystal/48x48/Makefile.in, themes/Crystal/48x48/emblems, themes/Crystal/48x48/emblems/Makefile.am, themes/Crystal/48x48/emblems/Makefile.in, themes/Crystal/48x48/emblems/edit.png, themes/Crystal/48x48/emblems/file1.png, themes/Crystal/48x48/emblems/file2.png, themes/Crystal/48x48/emblems/games.png, themes/Crystal/48x48/emblems/man.png, themes/Crystal/48x48/emblems/multimedia.png, themes/Crystal/48x48/emblems/network.png, themes/Crystal/48x48/emblems/newmail.png, themes/Crystal/48x48/emblems/nomail.png, themes/Crystal/48x48/emblems/oldmail.png, themes/Crystal/48x48/emblems/paint.png, themes/Crystal/48x48/emblems/print.png, themes/Crystal/48x48/emblems/schedule.png, themes/Crystal/48x48/emblems/sound.png, themes/Crystal/48x48/emblems/terminal.png, themes/Crystal/48x48/emblems/trash_empty.png, themes/Crystal/48x48/emblems/trash_full.png, themes/Crystal/48x48/emblems/unknown.png, themes/Crystal/Makefile.am, themes/Crystal/Makefile.in, themes/Crystal/index.theme, themes/Curve/22x22, themes/Curve/22x22/Makefile.am, themes/Curve/22x22/Makefile.in, themes/Curve/22x22/emblems, themes/Curve/22x22/emblems/Makefile.am, themes/Curve/22x22/emblems/Makefile.in, themes/Curve/22x22/emblems/miniinfo.png, themes/Curve/22x22/emblems/minilock.png, themes/Curve/22x22/emblems/minipalet.png, themes/Curve/22x22/emblems/minipower.png, themes/Curve/48x48, themes/Curve/48x48/Makefile.am, themes/Curve/48x48/Makefile.in, themes/Curve/48x48/emblems, themes/Curve/48x48/emblems/Makefile.am, themes/Curve/48x48/emblems/Makefile.in, themes/Curve/48x48/emblems/edit.png, themes/Curve/48x48/emblems/file1.png, themes/Curve/48x48/emblems/file2.png, themes/Curve/48x48/emblems/games.png, themes/Curve/48x48/emblems/man.png, themes/Curve/48x48/emblems/multimedia.png, themes/Curve/48x48/emblems/network.png, themes/Curve/48x48/emblems/newmail.png, themes/Curve/48x48/emblems/nomail.png, themes/Curve/48x48/emblems/oldmail.png, themes/Curve/48x48/emblems/paint.png, themes/Curve/48x48/emblems/print.png, themes/Curve/48x48/emblems/schedule.png, themes/Curve/48x48/emblems/sound.png, themes/Curve/48x48/emblems/terminal.png, themes/Curve/48x48/emblems/trash_empty.png, themes/Curve/48x48/emblems/trash_full.png, themes/Curve/48x48/emblems/unknown.png, themes/Curve/Makefile.am, themes/Curve/Makefile.in, themes/Curve/index.theme, themes/FreeIcons/22x22, themes/FreeIcons/22x22/Makefile.am, themes/FreeIcons/22x22/Makefile.in, themes/FreeIcons/22x22/emblems, themes/FreeIcons/22x22/emblems/Makefile.am, themes/FreeIcons/22x22/emblems/Makefile.in, themes/FreeIcons/22x22/emblems/minipower.png, themes/FreeIcons/24x24, themes/FreeIcons/24x24/Makefile.am, themes/FreeIcons/24x24/Makefile.in, themes/FreeIcons/24x24/emblems, themes/FreeIcons/24x24/emblems/Makefile.am, themes/FreeIcons/24x24/emblems/Makefile.in, themes/FreeIcons/24x24/emblems/miniinfo.png, themes/FreeIcons/24x24/emblems/minilock.png, themes/FreeIcons/24x24/emblems/minipalet.png, themes/FreeIcons/48x48, themes/FreeIcons/48x48/Makefile.am, themes/FreeIcons/48x48/Makefile.in, themes/FreeIcons/48x48/emblems, themes/FreeIcons/48x48/emblems/Makefile.am, themes/FreeIcons/48x48/emblems/Makefile.in, themes/FreeIcons/48x48/emblems/edit.png, themes/FreeIcons/48x48/emblems/file1.png, themes/FreeIcons/48x48/emblems/file2.png, themes/FreeIcons/48x48/emblems/games.png, themes/FreeIcons/48x48/emblems/man.png, themes/FreeIcons/48x48/emblems/multimedia.png, themes/FreeIcons/48x48/emblems/network.png, themes/FreeIcons/48x48/emblems/newmail.png, themes/FreeIcons/48x48/emblems/nomail.png, themes/FreeIcons/48x48/emblems/oldmail.png, themes/FreeIcons/48x48/emblems/paint.png, themes/FreeIcons/48x48/emblems/print.png, themes/FreeIcons/48x48/emblems/schedule.png, themes/FreeIcons/48x48/emblems/sound.png, themes/FreeIcons/48x48/emblems/terminal.png, themes/FreeIcons/48x48/emblems/unknown.png, themes/FreeIcons/Makefile.am, themes/FreeIcons/Makefile.in, themes/FreeIcons/index.theme, themes/Gnome/24x24, themes/Gnome/24x24/Makefile.am, themes/Gnome/24x24/Makefile.in, themes/Gnome/24x24/emblems, themes/Gnome/24x24/emblems/Makefile.am, themes/Gnome/24x24/emblems/Makefile.in, themes/Gnome/24x24/emblems/miniinfo.png, themes/Gnome/24x24/emblems/minilock.png, themes/Gnome/24x24/emblems/minipalet.png, themes/Gnome/24x24/emblems/minipower.png, themes/Gnome/48x48, themes/Gnome/48x48/Makefile.am, themes/Gnome/48x48/Makefile.in, themes/Gnome/48x48/emblems, themes/Gnome/48x48/emblems/Makefile.am, themes/Gnome/48x48/emblems/Makefile.in, themes/Gnome/48x48/emblems/edit.png, themes/Gnome/48x48/emblems/file1.png, themes/Gnome/48x48/emblems/file2.png, themes/Gnome/48x48/emblems/man.png, themes/Gnome/48x48/emblems/multimedia.png, themes/Gnome/48x48/emblems/network.png, themes/Gnome/48x48/emblems/paint.png, themes/Gnome/48x48/emblems/print.png, themes/Gnome/48x48/emblems/schedule.png, themes/Gnome/48x48/emblems/sound.png, themes/Gnome/48x48/emblems/terminal.png, themes/Gnome/48x48/emblems/trash_empty.png, themes/Gnome/48x48/emblems/trash_full.png, themes/Gnome/48x48/emblems/unknown.png, themes/Gnome/50x50, themes/Gnome/50x50/Makefile.am, themes/Gnome/50x50/Makefile.in, themes/Gnome/50x50/emblems, themes/Gnome/50x50/emblems/Makefile.am, themes/Gnome/50x50/emblems/Makefile.in, themes/Gnome/50x50/emblems/games.png, themes/Gnome/Makefile.am, themes/Gnome/Makefile.in, themes/Gnome/index.theme, themes/Noia/22x22, themes/Noia/22x22/Makefile.am, themes/Noia/22x22/Makefile.in, themes/Noia/22x22/emblems, themes/Noia/22x22/emblems/Makefile.am, themes/Noia/22x22/emblems/Makefile.in, themes/Noia/22x22/emblems/miniinfo.png, themes/Noia/22x22/emblems/minilock.png, themes/Noia/22x22/emblems/minipalet.png, themes/Noia/22x22/emblems/minipower.png, themes/Noia/48x48, themes/Noia/48x48/Makefile.am, themes/Noia/48x48/Makefile.in, themes/Noia/48x48/emblems, themes/Noia/48x48/emblems/Makefile.am, themes/Noia/48x48/emblems/Makefile.in, themes/Noia/48x48/emblems/edit.png, themes/Noia/48x48/emblems/file1.png, themes/Noia/48x48/emblems/file2.png, themes/Noia/48x48/emblems/games.png, themes/Noia/48x48/emblems/man.png, themes/Noia/48x48/emblems/multimedia.png, themes/Noia/48x48/emblems/network.png, themes/Noia/48x48/emblems/newmail.png, themes/Noia/48x48/emblems/nomail.png, themes/Noia/48x48/emblems/oldmail.png, themes/Noia/48x48/emblems/paint.png, themes/Noia/48x48/emblems/print.png, themes/Noia/48x48/emblems/schedule.png, themes/Noia/48x48/emblems/sound.png, themes/Noia/48x48/emblems/terminal.png, themes/Noia/48x48/emblems/trash_empty.png, themes/Noia/48x48/emblems/trash_full.png, themes/Noia/48x48/emblems/unknown.png, themes/Noia/Makefile.am, themes/Noia/Makefile.in, themes/Noia/index.theme, themes/XFce/14x14, themes/XFce/14x14/Makefile.am, themes/XFce/14x14/Makefile.in, themes/XFce/14x14/emblems, themes/XFce/14x14/emblems/Makefile.am, themes/XFce/14x14/emblems/Makefile.in, themes/XFce/14x14/emblems/minipower.xpm, themes/XFce/16x16, themes/XFce/16x16/Makefile.am, themes/XFce/16x16/Makefile.in, themes/XFce/16x16/emblems, themes/XFce/16x16/emblems/Makefile.am, themes/XFce/16x16/emblems/Makefile.in, themes/XFce/16x16/emblems/minilock.xpm, themes/XFce/19x19, themes/XFce/19x19/Makefile.am, themes/XFce/19x19/Makefile.in, themes/XFce/19x19/emblems, themes/XFce/19x19/emblems/Makefile.am, themes/XFce/19x19/emblems/Makefile.in, themes/XFce/19x19/emblems/miniinfo.xpm, themes/XFce/24x24, themes/XFce/24x24/Makefile.am, themes/XFce/24x24/Makefile.in, themes/XFce/24x24/emblems, themes/XFce/24x24/emblems/Makefile.am, themes/XFce/24x24/emblems/Makefile.in, themes/XFce/24x24/emblems/minipalet.xpm, themes/XFce/48x48, themes/XFce/48x48/Makefile.am, themes/XFce/48x48/Makefile.in, themes/XFce/48x48/emblems, themes/XFce/48x48/emblems/Makefile.am, themes/XFce/48x48/emblems/Makefile.in, themes/XFce/48x48/emblems/edit.xpm, themes/XFce/48x48/emblems/file1.xpm, themes/XFce/48x48/emblems/file2.xpm, themes/XFce/48x48/emblems/games.xpm, themes/XFce/48x48/emblems/man.xpm, themes/XFce/48x48/emblems/multimedia.xpm, themes/XFce/48x48/emblems/network.xpm, themes/XFce/48x48/emblems/newmail.xpm, themes/XFce/48x48/emblems/nomail.xpm, themes/XFce/48x48/emblems/oldmail.xpm, themes/XFce/48x48/emblems/print.xpm, themes/XFce/48x48/emblems/schedule.xpm, themes/XFce/48x48/emblems/sound.xpm, themes/XFce/48x48/emblems/terminal.xpm, themes/XFce/48x48/emblems/unknown.xpm, themes/XFce/50x50, themes/XFce/50x50/Makefile.am, themes/XFce/50x50/Makefile.in, themes/XFce/50x50/emblems, themes/XFce/50x50/emblems/Makefile.am, themes/XFce/50x50/emblems/Makefile.in, themes/XFce/50x50/emblems/paint.xpm, themes/XFce/53x53, themes/XFce/53x53/Makefile.am, themes/XFce/53x53/Makefile.in, themes/XFce/53x53/emblems, themes/XFce/53x53/emblems/Makefile.am, themes/XFce/53x53/emblems/Makefile.in, themes/XFce/53x53/emblems/trash_empty.xpm, themes/XFce/53x53/emblems/trash_full.xpm, themes/XFce/Makefile.am, themes/XFce/Makefile.in, themes/XFce/index.theme: more icon reorg... 2004-02-18 21:43 jasper * panel/main.c, panel/panel.c: Revert "Fitt's law" positioning. Too ugly. 2004-02-17 19:36 jasper * Makefile.am, configure.ac, panel/xfcombo.c, po/ms.gmo, po/ms.po, xfce4rc.ms: Update Malay translations 2004-02-11 20:44 jasper * configure, ltmain.sh, po/eu.gmo, po/eu.po, xfce4rc.eu: Add Basque (eu) translations 2004-02-05 12:50 jasper * panel/main.c: Friendlier message for pressence of session manager 2004-02-05 12:19 jasper * panel/item_dialog.c, panel/main.c: Remove _net_wm_support check. I don't think it is really needed. 2004-02-02 07:03 jasper * panel/xfcombo.c: Fix stub for create combo function when HAVE_LIBDBH is not defined 2004-01-29 15:51 jasper * po/fa_IR.gmo, po/fa_IR.po: Update Persian translations 2004-01-25 00:07 olivier * Makefile.in, aclocal.m4, compile, config.guess, config.sub, configure, depcomp, doc/C/Makefile.in, doc/C/images/Makefile.in, doc/Makefile.in, doc/fr/Makefile.in, doc/fr/images/Makefile.in, icons/Makefile.in, install-sh, ltmain.sh, missing, mkinstalldirs, panel/Makefile.in, plugins/Makefile.in, plugins/clock/Makefile.in, plugins/mailcheck/Makefile.in, plugins/pager/Makefile.in, plugins/separator/Makefile.in, plugins/switcher/Makefile.in, plugins/systembuttons/Makefile.in, settings/Makefile.in, themes/Crystal/Makefile.in, themes/Curve/Makefile.in, themes/FreeIcons/Makefile.in, themes/Gnome/Makefile.in, themes/Makefile.in, themes/Noia/Makefile.in, themes/XFce/Makefile.in: Update libtool and other automake, autoconf and gettext packages 2004-01-23 07:47 jasper * plugins/mailcheck/mailcheck.c: Add maildir suport 2004-01-21 13:44 jasper * configure, configure.ac, po/es.gmo, po/es.po, po/fa_IR.gmo, po/fa_IR.po, po/ja.gmo, po/ja.po, po/ko.gmo, po/ko.po, po/pt_BR.gmo, po/pt_BR.po, po/zh_CN.gmo, po/zh_CN.po: Translations added/updated for spanish, persian, japanese, korean, brasilian and chinese 2004-01-18 21:56 jasper * panel/Makefile.in: Update for dannym ;-) Missing header install. Thanks. 2004-01-18 21:36 dannym * panel/Makefile.am: added xfcombo.h since its needed by item_dialog.h... jasper, please run automake over that and commit the .in stuff :) 2004-01-18 14:21 jasper * NEWS, panel/item_dialog.c, panel/item_dialog.h, panel/xfcombo.c, panel/xfcombo.h, plugins/mailcheck/mailcheck.c: Split out code for choosing a command (using completion combo if available) and choosing an icon. Look at item_dialog.h and item_dialog.c to see how it works. 2004-01-14 20:11 jasper * plugins/mailcheck/mailcheck.c: Run command on new mail arrival 2004-01-11 08:26 jasper * panel/xfcombo.c: Fix crash with updated combo module 2004-01-11 02:41 edscott * panel/xfcombo.c: remove no longer needed code by module simplification. 2004-01-10 21:52 jasper * panel/xfcombo.c, panel/xfcombo.h: Add new xfcombo files 2004-01-10 21:44 jasper * Makefile.in, config.h.in, configure, configure.ac, doc/C/Makefile.in, doc/C/images/Makefile.in, doc/Makefile.in, doc/fr/Makefile.in, doc/fr/images/Makefile.in, icons/Makefile.in, panel/Makefile.am, panel/Makefile.in, panel/controls.c, panel/item.c, panel/item_dialog.c, plugins/Makefile.in, plugins/clock/Makefile.in, plugins/mailcheck/Makefile.in, plugins/pager/Makefile.in, plugins/separator/Makefile.in, plugins/switcher/Makefile.in, plugins/systembuttons/Makefile.in, settings/Makefile.in, themes/Crystal/Makefile.in, themes/Curve/Makefile.in, themes/FreeIcons/Makefile.in, themes/Gnome/Makefile.in, themes/Makefile.in, themes/Noia/Makefile.in, themes/XFce/Makefile.in: Completion combo support. I'll probably be changing this a bit later. 2004-01-08 21:18 jasper * ChangeLog, NEWS, aclocal.m4, configure, configure.ac, panel/controls.c, panel/controls.h, panel/controls_dialog.c, panel/global.h, panel/groups.c, panel/groups.h, panel/item.c, panel/item_dialog.c, panel/panel.c, po/de.gmo, po/xfce4-panel.pot: General clean-ups. First step to prettier property dialogs. 2004-01-07 23:07 moe * po/de.po: I'm poor lonely and all alone. Thats why I'm doing translations at 7 past twelve during the night. 2004-01-07 07:41 jasper * panel/controls.c: O dear. Module unloading. It actually appears to work too. 2004-01-06 22:36 jasper * panel/controls.c: Free new control on failure 2004-01-06 22:23 jasper * .indent.pro, panel/controls.c, panel/controls.h, panel/groups.c, panel/groups.h, panel/panel.c, plugins/clock/clock.c: Internal changes. First step towards module unloading. Add uniqueness (see clock for an example). Add title to item right-click menu. 2004-01-03 20:23 olivier * po/pl.gmo, po/pl.po: Update Polish translation from Daniel Mr��z 2004-01-02 11:07 jasper * plugins/clock/clock.c: improved call to xfdesktop 2004-01-01 14:28 edscott * aclocal.m4, config.h.in, configure, configure.ac, plugins/mailcheck/mailcheck.c: added missing directive for correct compilation in FreeBSD 5.1 2003-12-30 08:33 jasper * plugins/clock/clock.c: Prevent starting multiple instances of xfcalendar 2003-12-29 15:18 olivier * po/no.gmo, po/no.po: Fix missing CHARSET in potfiles 2003-12-29 10:56 jasper * configure, configure.ac, po/no.gmo, po/no.po, po/tr.gmo, po/tr.po: Update Norwegian and Turkish translations 2003-12-27 19:46 jasper * po/pl.gmo, po/pl.po: Update Polish translations 2003-12-17 16:29 jasper * plugins/clock/clock.c: Use %d in strftime instead of GNU extension %-d. For now ... 2003-12-16 08:26 jasper * Makefile.am, Makefile.in, xfce4rc.az: Add Azerbaijani translations 2003-12-15 22:15 olivier * plugins/mailcheck/mailcheck.c: Fix crash in workspace MCS plugin Include a patch from Patrick Bores that allows pop3 email checking from mailcheck panel plugin (use pop3://username:password@host for the mailbox) Small tweaks to default xfwm4 and gtk themes 2003-12-15 20:56 jasper * configure, configure.ac, po/az.gmo, po/az.po: Add Azerbaijani translations 2003-12-06 18:28 jasper * panel/groups.c, panel/panel.c: Fix positioning when screen size is different than in previous session 2003-12-06 16:05 jasper * panel/popup.c: Fix panel crash when removing an item with a detached menu 2003-12-06 15:26 jasper * AUTHORS, panel/controls.c, panel/controls.h, panel/controls_dialog.c, panel/groups.c, panel/groups.h, panel/icons.c, panel/item.c, panel/item_dialog.c, panel/item_dialog.h, panel/main.c, panel/panel.c, panel/panel.h, panel/popup.c, panel/xfce_support.c, plugins/clock/clock.c, po/ca.gmo, po/ca.po, po/cs.gmo, po/cs.po, po/de.gmo, po/de.po, po/es.gmo, po/es.po, po/es_MX.gmo, po/es_MX.po, po/fi.gmo, po/fi.po, po/fr.gmo, po/fr.po, po/hi.gmo, po/hi.po, po/hu.gmo, po/hu.po, po/it.gmo, po/it.po, po/ja.gmo, po/ja.po, po/ko.gmo, po/ko.po, po/lt.gmo, po/lt.po, po/ms.gmo, po/ms.po, po/nl.gmo, po/nl.po, po/pl.gmo, po/pl.po, po/pt_PT.gmo, po/pt_PT.po, po/ru.gmo, po/ru.po, po/sv.gmo, po/sv.po, po/ta.gmo, po/ta.po, po/tr.gmo, po/tr.po, po/vi.gmo, po/vi.po, po/xfce4-panel.pot, po/zh_CN.gmo, po/zh_CN.po, po/zh_TW.gmo, po/zh_TW.po: Further cleanup: only create popup widgets when actually used. Start xfcalendar from the clock or send it a client message if already running 2003-12-04 08:26 jasper * plugins/clock/clock.c: convert strftime date to utf 8. Patch by Oliver M. Bolzer. 2003-12-03 14:37 jasper * panel/groups.c, panel/groups.h, panel/main.c, panel/panel.c, panel/popup.c, panel/popup.h: General cleanup, positioning improvements, update arrow direction after move. 2003-12-01 20:38 jasper * panel/panel.c: Typo 2003-12-01 11:53 jasper * Makefile.am, Makefile.in, configure, xfce4rc.vi: Update vietnamese translations 2003-12-01 11:41 jasper * panel/xfce_support.c: Fix bug with XFCE_DISABLE_USER_CONFIG 2003-12-01 11:04 jasper * xfce4rc.ca: Update catalan translations (2) 2003-11-22 02:35 edscott * panel/item_dialog.c: add the xffm_theme_maker button (if available) to icon selection process. 2003-11-20 21:31 benny * configure.ac, po/it.gmo, po/it.po: Added italian translation, thanks to Eduard Roccatello. 2003-11-17 15:10 jasper * panel/xfce_support.c: Check for cmd != NULL when executing commands 2003-11-16 21:49 olivier * po/de.gmo: Fix 64bit/endianess problem 2003-11-16 08:45 jasper * po/cs.gmo, po/cs.po: Update Czech translations 2003-11-14 17:00 moe * po/de.po: Minor updates 2003-11-09 19:22 jasper * configure, configure.ac, po/cs.gmo, po/cs.po: Add Check translations 2003-11-08 16:16 dannym * po/fr.gmo, po/fr.po: Fix for a typo in "Lock" translation spotted by Lefungus (lefungus@altern.org) 2003-11-08 11:23 jasper * plugins/clock/clock.c: Use strftime to set clock tooltip 2003-11-08 09:28 jasper * doc/fr/images/menuitem-properties.png, doc/fr/images/menuitems-properties.png: correct wrong image name 2003-11-07 18:42 jasper * doc/fr/xfce4-panel.html, doc/fr/xfce4-panel.xml: Update French documentation 2003-11-07 12:49 jasper * configure, configure.ac, doc/C/xfce4-panel.html, doc/Makefile.am, doc/Makefile.in, doc/fr, doc/fr/Makefile.am, doc/fr/Makefile.in, doc/fr/images, doc/fr/images/Makefile.am, doc/fr/images/Makefile.in, doc/fr/images/clock-properties.png, doc/fr/images/default_panel.png, doc/fr/images/handle-popup.png, doc/fr/images/item-popup.png, doc/fr/images/launcher-properties.png, doc/fr/images/mailcheck-properties.png, doc/fr/images/menuitems-properties.png, doc/fr/images/nooptions-properties.png, doc/fr/images/panel-settings.png, doc/fr/images/systembuttons-properties.png, doc/fr/xfce4-panel.html, doc/fr/xfce4-panel.xml, po/xfce4-panel.pot: Add French documentation. Rather large commit. 2003-11-05 16:21 jasper * panel/main.c: Make SIGUSR2 quit with confirmation 2003-11-04 13:25 jasper * panel/main.c, panel/panel.c: Add Restart item to handle menu 2003-11-03 18:06 jasper * configure, configure.ac, po/uk.gmo, po/uk.po: Add Ukranian translations 2003-10-25 14:37 jasper * panel/main.c, panel/panel.c: Add xrandr awareness 2003-10-24 22:20 jasper * configure, configure.ac, po/vi.gmo, po/vi.po: Add vietnamese translations by Lam Vinh Nien . 2003-10-22 06:39 jasper * panel/controls.c: Only create controls menu once 2003-10-21 11:21 jasper * panel/main.c: Don't forget to save on SIGHUP (X exit). 2003-10-21 06:09 jasper * panel/main.c: Use x selection to run only one panel instance 2003-10-17 15:37 jasper * NEWS, configure, configure.ac, icons/xfce4-panel-icon.h, panel/main.c, po/sv.gmo, po/sv.po, po/xfce4-panel.pot: Add/update swedish translations 2003-10-15 11:20 jasper * po/ko.gmo, po/ko.po: Update korean translations 2003-10-14 06:21 jasper * NEWS, TODO, configure, configure.ac, panel/panel.c: Sizing improvements: no autohide when not on screen edge (Eduard Rocatelli), always keep inside the screen, keep centered or to the edge when size changes, e.g when changing settings or adding/rmoving items. All xinerama aware. 2003-10-13 22:06 olivier * xfce4rc, xfce4rc.ca, xfce4rc.hu, xfce4rc.nl: Sync with my local tree 2003-10-13 18:51 jasper * ChangeLog: Update ChangeLog's after syncing with SF. Everything should now be up-to-date. 2003-10-13 16:21 jasper * plugins/pager/pager.c: Huge commit to bring new repository in sync with SF. We are losing some CVS history here, but for completeness sake I'm including the ChangeLog entries here: +++ 2003-10-11 00:08 edscott * xffm/src/: add_folder.c, add_node_contents.c, callbacks.c, keybindings.c, main.c, treeview.c: do second letter search if first letter is / -- DONE autohide diagnostics on click or keypress--DONE compare dates between mime file and dbh file before updating applications -- DONE scroll by keyboard debugged and enhanced --DONE g_strchug() crash on openwith by menu... --FIXED on go_up do not place in history, nor back nor forward --DONE 2003-10-11 00:05 edscott * xffm/: libs/apps.c, libs/bookmarks.c, libs/constants.h, libs/cpy.c, libs/dnd.c, libs/dummies.c, libs/duplicate.c, libs/entry.c, libs/goto.c, libs/goto.h, libs/icons.c, libs/menu.c, libs/menu_callbacks.c, libs/misc.c, libs/misc.h, libs/monitor.c, libs/new_win.c, libs/pasteboard.c, libs/print.c, libs/refresh.c, libs/reg.c, libs/remove.c, libs/rename.c, libs/run.c, libs/run.h, libs/scramble.c, libs/symlink.c, libs/terminal.c, libs/touch.c, libs/trash.c, libs/xfdiff.c, smb/smb_download.c, smb/smb_list.c: do second letter search if first letter is / -- DONE autohide diagnostics on click or keypress--DONE compare dates between mime file and dbh file before updating applications -- DONE scroll by keyboard debugged and enhanced --DONE g_strchug() crash on openwith by menu... --FIXED on go_up do not place in history, nor back nor forward --DONE 2003-10-10 23:19 xfce * xfce-utils/scripts/xinitrc: Don't use cpp in xrdb so that DPI settings load even on workstations w/out cpp 2003-10-10 22:17 xfce * libxfcegui4/libxfcegui4/netk-pager.c, xfwm4/configure, xfwm4/configure.ac, xfwm4/themes/Makefile.am, xfwm4/themes/Makefile.in, xfwm4/themes/default/bottom-active.xpm, xfwm4/themes/default/bottom-inactive.xpm, xfwm4/themes/default/bottom-left-active.xpm, xfwm4/themes/default/bottom-left-inactive.xpm, xfwm4/themes/default/bottom-right-active.xpm, xfwm4/themes/default/bottom-right-inactive.xpm, xfwm4/themes/default/close-active.xpm, xfwm4/themes/default/close-inactive.xpm, xfwm4/themes/default/close-pressed.xpm, xfwm4/themes/default/hide-active.xpm, xfwm4/themes/default/hide-inactive.xpm, xfwm4/themes/default/hide-pressed.xpm, xfwm4/themes/default/left-active.xpm, xfwm4/themes/default/left-inactive.xpm, xfwm4/themes/default/maximize-active.xpm, xfwm4/themes/default/maximize-inactive.xpm, xfwm4/themes/default/maximize-pressed.xpm, xfwm4/themes/default/maximize-toggled-active.xpm, xfwm4/themes/default/maximize-toggled-inactive.xpm, xfwm4/themes/default/maximize-toggled-pressed.xpm, xfwm4/themes/default/menu-active.xpm, xfwm4/themes/default/menu-inactive.xpm, xfwm4/themes/default/menu-pressed.xpm, xfwm4/themes/default/right-active.xpm, xfwm4/themes/default/right-inactive.xpm, xfwm4/themes/default/shade-active.xpm, xfwm4/themes/default/shade-inactive.xpm, xfwm4/themes/default/shade-pressed.xpm, xfwm4/themes/default/shade-toggled-active.xpm, xfwm4/themes/default/shade-toggled-inactive.xpm, xfwm4/themes/default/shade-toggled-pressed.xpm, xfwm4/themes/default/stick-active.xpm, xfwm4/themes/default/stick-inactive.xpm, xfwm4/themes/default/stick-pressed.xpm, xfwm4/themes/default/stick-toggled-active.xpm, xfwm4/themes/default/stick-toggled-inactive.xpm, xfwm4/themes/default/stick-toggled-pressed.xpm, xfwm4/themes/default/themerc, xfwm4/themes/default/title-1-active.xpm, xfwm4/themes/default/title-1-inactive.xpm, xfwm4/themes/default/title-2-active.xpm, xfwm4/themes/default/title-2-inactive.xpm, xfwm4/themes/default/title-3-active.xpm, xfwm4/themes/default/title-3-inactive.xpm, xfwm4/themes/default/title-4-active.xpm, xfwm4/themes/default/title-4-inactive.xpm, xfwm4/themes/default/title-5-active.xpm, xfwm4/themes/default/title-5-inactive.xpm, xfwm4/themes/default/top-left-active.xpm, xfwm4/themes/default/top-left-inactive.xpm, xfwm4/themes/default/top-right-active.xpm, xfwm4/themes/default/top-right-inactive.xpm: Revert xfwm4 default theme to the one found in pre-release as it looked better Fix a very small thing in netk-pager 2003-10-10 19:21 huysmans * xfce4/plugins/pager/pager.c: Fix resizing bug 2003-10-09 23:41 huysmans * xfwm4/: mcs-plugin/workspaces.c, src/settings.c: Move workspace names settings into settings plugin. Rename count to Xfwm/WorkspaceCount for consistency. 2003-10-09 23:03 xfce * libxfcegui4/: configure, configure.ac: Increase version number 2003-10-09 22:13 xfce * xfwm4/themes/default/: close-active.xpm, close-inactive.xpm, close-pressed.xpm, hide-active.xpm, hide-inactive.xpm, hide-pressed.xpm, maximize-active.xpm, maximize-inactive.xpm, maximize-pressed.xpm, maximize-toggled-active.xpm, maximize-toggled-inactive.xpm, maximize-toggled-pressed.xpm, menu-active.xpm, menu-inactive.xpm, menu-pressed.xpm, shade-active.xpm, shade-inactive.xpm, shade-pressed.xpm, shade-toggled-active.xpm, shade-toggled-inactive.xpm, shade-toggled-pressed.xpm, stick-active.xpm, stick-inactive.xpm, stick-pressed.xpm, stick-toggled-active.xpm, stick-toggled-inactive.xpm, stick-toggled-pressed.xpm, themerc, title-2-active.xpm, title-2-inactive.xpm, title-3-active.xpm, title-3-inactive.xpm, title-4-active.xpm, title-4-inactive.xpm: Change default theme for 4.2 2003-10-09 15:19 edscott * xffm/: glade_intl, src/glade_callbacks.h, src/glade_gui.c.bak, src/glade_gui.h: remove obsolete files 2003-10-09 07:04 edscott * xffm/src/: Makefile.am, Makefile.in, callbacks.c, keybindings.c, keybindings.h, treeview.c, treeview.h: scroll by keyboard is now case insensitive, if shift is pressed, scroll search w ill proceed backwards. Backward scroll-search will not wrap. Forward scroll-sear ch will wrap (as before). 2003-10-09 04:14 edscott * xffm/: glade/xffm_main.glade, libs/apps.c, libs/bookmarks.c, libs/combo.c, libs/cpy.c, libs/dummies.c, libs/duplicate.c, libs/entry.c, libs/filter.c, libs/find.h, libs/goto.c, libs/goto.h, libs/icons.c, libs/input.c, libs/menu.c, libs/menu_callbacks.c, libs/misc.c, libs/monitor.c, libs/options.c, libs/options.h, libs/print.h, libs/refresh.c, libs/reg.c, libs/reg.h, libs/remove.c, libs/remove.h, libs/rename.c, libs/run.c, libs/run.h, libs/symlink.c, libs/touch.c, libs/trash.c, smb/smb_download.c, smb/smb_list.c, src/glade_main_gui.c, src/main.c, src/treeview.c, src/widgets.c: eliminate all warnings when compiling with --enable-debug 2003-10-09 01:46 edscott * xffm/: xffm.glade, xffm.gladep, glade/xffm_find.glade, glade/xffm_find.gladep, glade/xffm_main.glade, glade/xffm_main.gladep, glade/xffm_remove.glade, glade/xffm_remove.gladep, libs/Makefile.am, libs/Makefile.in, libs/apps.c, libs/bookmarks.c, libs/combo.c, libs/combo.h, libs/cpy.c, libs/dnd.c, libs/duplicate.c, libs/entry.c, libs/filter.c, libs/filter.h, libs/find.c, libs/fstab.c, libs/goto.c, libs/help.c, libs/input.c, libs/input.h, libs/menu_callbacks.c, libs/menu_callbacks.h, libs/misc.c, libs/monitor.c, libs/new.c, libs/options.c, libs/pasteboard.c, libs/print.c, libs/refresh.c, libs/reg.c, libs/remove.c, libs/rename.c, libs/run.c, libs/scramble.c, libs/settings.c, libs/symlink.c, libs/terminal.c, libs/touch.c, libs/trash.c, libs/tubo.c, libs/xfdiff.c, libs/zoom.c, smb/smb_list.c, src/Makefile.am, src/Makefile.in, src/add_file.c, src/add_folder.c, src/add_node_contents.c, src/aux.c, src/callbacks.c, src/glade_callbacks.c, src/glade_find_callbacks.c, src/glade_find_callbacks.h, src/glade_find_gui.c, src/glade_find_gui.h, src/glade_gui.c, src/glade_main_callbacks.c, src/glade_main_callbacks.h, src/glade_main_gui.c, src/glade_main_gui.h, src/glade_remove_callbacks.c, src/glade_remove_callbacks.h, src/glade_remove_gui.c, src/glade_remove_gui.h, src/main.c, src/mcs-manager.c, src/treeview.c, src/widgets.c: broke glade files into three parts 2003-10-08 23:43 xfce * xfwm4/src/: client.c, events.c, settings.c: [no log message] 2003-10-08 22:29 xfce * xfwm4/themes/default.keys/keythemerc: Change raise/lower key 2003-10-08 22:24 xfce * xfwm4/: src/settings.c, themes/default.keys/keythemerc: Fix raise/lower key shortcut patch 2003-10-08 22:12 xfce * xfwm4/: configure, configure.ac, themes/Makefile.am, themes/Makefile.in, themes/default/title-2-active.xpm, themes/default/title-2-inactive.xpm, themes/default/title-4-active.xpm, themes/default/title-4-inactive.xpm, themes/default/top-right-active.xpm, themes/default/top-right-inactive.xpm: Add missing files 2003-10-08 10:20 huysmans * xfdesktop/doc/C/xfdesktop.html, xfdesktop/doc/C/xfdesktop.xml, xfdesktop/doc/C/images/Makefile.am, xfdesktop/doc/C/images/Makefile.in, xfdesktop/doc/C/images/xfdesktop-workspace.png, xfdesktop/settings/Makefile.am, xfdesktop/settings/Makefile.in, xfdesktop/settings/backdrop-icon.h, xfdesktop/src/Makefile.am, xfdesktop/src/Makefile.in, xfdesktop/src/menu.c, xfdesktop/src/settings.c, xfwm4/configure, xfwm4/configure.ac, xfwm4/doc/C/xfwm4.html, xfwm4/doc/C/xfwm4.xml, xfwm4/doc/C/images/Makefile.am, xfwm4/doc/C/images/Makefile.in, xfwm4/doc/C/images/xfwm_workspaces.png, xfwm4/mcs-plugin/Makefile.am, xfwm4/mcs-plugin/Makefile.in, xfwm4/mcs-plugin/margins.c, xfwm4/mcs-plugin/margins.h, xfwm4/mcs-plugin/margins_plugin.c, xfwm4/mcs-plugin/plugin.c, xfwm4/mcs-plugin/plugin.h, xfwm4/mcs-plugin/workspaces-icon.h, xfwm4/mcs-plugin/workspaces.c, xfwm4/mcs-plugin/workspaces.h, xfwm4/mcs-plugin/workspaces.png, xfwm4/src/settings.c, xfwm4/themes/Makefile.am, xfwm4/themes/Makefile.in: Largish update: merge workspaces dialog from xfdesktop with workspace margins dialog from xfwm4. The new dialog is part of xfwm4. 2003-10-07 22:44 xfce * libxfcegui4/libxfcegui4/: Makefile.am, Makefile.in, netk-class-group.c, netk-class-group.h, netk-private.h, netk-screen.c, netk-screen.h, netk-tasklist.c, netk-window.c, netk-window.h, netk-xutils.c, netk-xutils.h: Backport changes from libwnck HEAD cvs 2003-10-07 22:40 xfce * xffm/libs/: input.c, run.c: Include Edscott patches 2003-10-07 22:31 xfce * xfwm4/: configure, configure.ac, src/client.c, src/events.c, themes/Makefile.am, themes/Makefile.in, themes/default/bottom-active.xpm, themes/default/bottom-inactive.xpm, themes/default/bottom-left-active.xpm, themes/default/bottom-left-inactive.xpm, themes/default/bottom-right-active.xpm, themes/default/bottom-right-inactive.xpm, themes/default/left-active.xpm, themes/default/left-inactive.xpm, themes/default/right-active.xpm, themes/default/right-inactive.xpm, themes/default/themerc, themes/default/title-1-active.xpm, themes/default/title-1-inactive.xpm, themes/default/title-2-active.xpm, themes/default/title-2-inactive.xpm, themes/default/title-3-active.xpm, themes/default/title-3-inactive.xpm, themes/default/title-4-active.xpm, themes/default/title-4-inactive.xpm, themes/default/title-5-active.xpm, themes/default/title-5-inactive.xpm, themes/default/top-left-active.xpm, themes/default/top-left-inactive.xpm, themes/default/top-right-active.xpm, themes/default/top-right-inactive.xpm, themes/tgc-large/Makefile.am, themes/tgc-large/Makefile.in, themes/tgc-large/README, themes/tgc-large/bottom-active.xpm, themes/tgc-large/bottom-inactive.xpm, themes/tgc-large/bottom-left-active.xpm, themes/tgc-large/bottom-left-inactive.xpm, themes/tgc-large/bottom-right-active.xpm, themes/tgc-large/bottom-right-inactive.xpm, themes/tgc-large/close-active.xpm, themes/tgc-large/close-inactive.xpm, themes/tgc-large/close-pressed.xpm, themes/tgc-large/hide-active.xpm, themes/tgc-large/hide-inactive.xpm, themes/tgc-large/hide-pressed.xpm, themes/tgc-large/left-active.xpm, themes/tgc-large/left-inactive.xpm, themes/tgc-large/maximize-active.xpm, themes/tgc-large/maximize-inactive.xpm, themes/tgc-large/maximize-pressed.xpm, themes/tgc-large/maximize-toggled-active.xpm, themes/tgc-large/maximize-toggled-inactive.xpm, themes/tgc-large/maximize-toggled-pressed.xpm, themes/tgc-large/menu-active.xpm, themes/tgc-large/menu-inactive.xpm, themes/tgc-large/menu-pressed.xpm, themes/tgc-large/right-active.xpm, themes/tgc-large/right-inactive.xpm, themes/tgc-large/shade-active.xpm, themes/tgc-large/shade-inactive.xpm, themes/tgc-large/shade-pressed.xpm, themes/tgc-large/shade-toggled-active.xpm, themes/tgc-large/shade-toggled-inactive.xpm, themes/tgc-large/shade-toggled-pressed.xpm, themes/tgc-large/stick-active.xpm, themes/tgc-large/stick-inactive.xpm, themes/tgc-large/stick-pressed.xpm, themes/tgc-large/stick-toggled-active.xpm, themes/tgc-large/stick-toggled-inactive.xpm, themes/tgc-large/stick-toggled-pressed.xpm, themes/tgc-large/themerc, themes/tgc-large/title-1-active.xpm, themes/tgc-large/title-1-inactive.xpm, themes/tgc-large/title-2-active.xpm, themes/tgc-large/title-2-inactive.xpm, themes/tgc-large/title-3-active.xpm, themes/tgc-large/title-3-inactive.xpm, themes/tgc-large/title-4-active.xpm, themes/tgc-large/title-4-inactive.xpm, themes/tgc-large/title-5-active.xpm, themes/tgc-large/title-5-inactive.xpm, themes/tgc-large/top-left-active.xpm, themes/tgc-large/top-left-inactive.xpm, themes/tgc-large/top-right-active.xpm, themes/tgc-large/top-right-inactive.xpm: Change default theme, keep old 4.0 theme as default-4.0 and add tgc-large theme Include improvements for fullscreen mode for gst from Arwed von Merkatz +++ 2003-09-30 20:53 huysmans * configure, configure.ac: change version to 4.0.0.1 2003-09-30 20:28 huysmans * panel/controls_dialog.c: Fix a bug with empty panel. 2003-09-28 20:24 xfce * panel/item_dialog.c: Add a check for min/max in gtk_spin_button_new_with_range 2003-09-27 12:37 huysmans * po/ta.gmo, po/ta.po: Update tamil translation 2003-09-22 20:52 huysmans * ChangeLog: Update ChangeLogs 2003-09-22 20:34 huysmans * po/ca.gmo, po/ca.po, po/de.gmo, po/de.po, po/es.gmo, po/es.po, po/es_MX.gmo, po/es_MX.po, po/fi.gmo, po/fi.po, po/fr.gmo, po/fr.po, po/hi.gmo, po/hi.po, po/hu.gmo, po/hu.po, po/ja.gmo, po/ja.po, po/ko.gmo, po/ko.po, po/lt.gmo, po/lt.po, po/ms.gmo, po/ms.po, po/nl.gmo, po/nl.po, po/pl.gmo, po/pl.po, po/pt_PT.gmo, po/pt_PT.po, po/ru.gmo, po/ru.po, po/ta.gmo, po/ta.po, po/tr.gmo, po/tr.po, po/xfce4-panel.pot, po/zh_CN.gmo, po/zh_CN.po, po/zh_TW.gmo, po/zh_TW.po: Update version numbers and po files for release 2003-09-22 12:55 huysmans * doc/C/images/default_panel.png: Update screenshots to latest panel config 2003-09-22 11:54 huysmans * panel/groups.c, panel/item_dialog.c, panel/panel.c: Remove limit to number of panel items 2003-09-21 22:19 xfce * configure, configure.ac: Update version number to 4.0.0 Improve focus change for modal dialogs in xfwm4 2003-09-20 07:12 xfce * xfce4rc, xfce4rc.ca, xfce4rc.hu: Forgot the popup! 2003-09-20 07:10 xfce * xfce4rc: *** empty log message *** 2003-09-20 06:44 xfce * xfce4rc, xfce4rc.ca, xfce4rc.hu, xfce4rc.nl: Add lock button and xscreensaver config to settings menu 2003-09-19 21:10 xfce * doc/C/images/clock-properties.png, doc/C/images/default_panel.png, doc/C/images/handle-popup.png, doc/C/images/launcher-properties.png, doc/C/images/mailcheck-properties.png, doc/C/images/menuitem-properties.png, doc/C/images/nooptions-properties.png, doc/C/images/panel-settings.png, doc/C/images/systembuttons-properties.png: Change default background color to #336699 and update screen captures for doc (default WM decorations are rounded) 2003-09-15 20:55 huysmans * configure, configure.ac, po/pt.gmo, po/pt.po, po/pt_PT.gmo, po/pt_PT.po: Big portugese translation update 2003-09-15 18:19 huysmans * configure, configure.ac, po/pt.gmo, po/pt.po: Portugese translations 2003-09-14 22:06 xfce * ChangeLog: Update ChangeLog 2003-09-14 12:20 huysmans * doc/C/xfce4-panel.html, doc/C/xfce4-panel.xml: Documentation updates 2003-09-13 23:13 xfce * ChangeLog: Update ChangeLog 2003-09-13 12:28 huysmans * xfce4rc.hu: Fix hungarian translated config files 2003-09-10 07:54 huysmans * ChangeLog: Update ChangeLogs 2003-09-10 07:39 huysmans * configure, configure.ac, po/ca.gmo, po/ca.po, po/de.gmo, po/de.po, po/es.gmo, po/es.po, po/es_MX.gmo, po/es_MX.po, po/fi.gmo, po/fi.po, po/fr.gmo, po/fr.po, po/hi.gmo, po/hi.po, po/hu.gmo, po/hu.po, po/ja.gmo, po/ja.po, po/ko.gmo, po/ko.po, po/lt.gmo, po/lt.po, po/ms.gmo, po/ms.po, po/nl.gmo, po/nl.po, po/pl.gmo, po/pl.po, po/ru.gmo, po/ru.po, po/ta.gmo, po/ta.po, po/tr.gmo, po/tr.po, po/xfce4-panel.pot, po/zh_CN.gmo, po/zh_CN.po, po/zh_TW.gmo, po/zh_TW.po: Update version numbers and po files for release 2003-09-08 06:24 huysmans * po/ru.gmo, po/ru.po: Update russian translations 2003-09-05 05:47 huysmans * panel/item_dialog.c: Fix crash introduced with last cosmetic change. Some self-punishment is in order. 2003-09-04 14:40 huysmans * panel/item_dialog.c: Small aesthetic adjustment 2003-09-03 21:23 huysmans * panel/global.h, panel/item_dialog.c, panel/popup.c, panel/popup.h: Small tweaks to popup positioning 2003-09-02 06:48 huysmans * po/ms.gmo, po/ms.po: Update malaysian translations 2003-08-30 12:49 huysmans * Makefile.am, Makefile.in, aclocal.m4, configure, configure.ac, po/zh_TW.Big5.gmo, po/zh_TW.Big5.po, po/zh_TW.gmo, po/zh_TW.po: Rename zh_TW.Big5 -> zh_TW 2003-08-30 08:57 huysmans * po/zh_TW.Big5.gmo, po/zh_TW.Big5.po: Add traditional chinese translations 2003-08-30 07:16 huysmans * xfce4rc.hu: Add hungarian config files 2003-08-26 07:38 huysmans * ChangeLog: Update changelogs 2003-08-26 07:12 huysmans * po/ca.gmo, po/ca.po, po/de.gmo, po/de.po, po/es.gmo, po/es.po, po/es_MX.gmo, po/es_MX.po, po/fi.gmo, po/fi.po, po/fr.gmo, po/fr.po, po/hi.gmo, po/hi.po, po/hu.gmo, po/hu.po, po/ja.gmo, po/ja.po, po/ko.gmo, po/ko.po, po/lt.gmo, po/lt.po, po/ms.gmo, po/ms.po, po/nl.gmo, po/nl.po, po/pl.gmo, po/pl.po, po/ru.gmo, po/ru.po, po/ta.gmo, po/ta.po, po/tr.gmo, po/tr.po, po/xfce4-panel.pot, po/zh_CN.gmo, po/zh_CN.po: Update version numbers and po files for release 2003-08-26 05:43 huysmans * panel/popup.c: Add debuging statement 2003-08-17 12:26 huysmans * panel/item_dialog.c, panel/popup.c, panel/popup.h: Tweak popup positioning 2003-08-17 11:36 huysmans * configure, configure.ac, po/lt.gmo, po/lt.po: Add lithuanian translations 2003-08-14 19:09 xfce * po/xfce4-panel.pot: Resync with cvs 2003-08-11 19:49 huysmans * panel/main.c: Close menu before restarting 2003-08-08 17:25 huysmans * Makefile.am, Makefile.in: bleh, silly typo. 2003-08-07 22:09 huysmans * Makefile.am, Makefile.in, xfce4rc.ca: Update catalan translations 2003-08-07 19:05 huysmans * panel/xfce_support.c: Make i18n work 2003-08-05 17:25 huysmans * po/de.gmo, po/de.po: Updated german translations 2003-08-05 15:08 huysmans * Makefile.am, Makefile.in, xfce4rc, xfce4rc.nl: Add dutch xfce4rc file 2003-08-04 18:25 xfce * aclocal.m4, configure, configure.ac, po/ko.gmo, po/ko.po: Add Korean translation from ByungHyun Choi 2003-08-03 18:45 bmeurer * ChangeLog: Updated ChangeLogs 2003-08-03 18:37 bmeurer * m4/X11.m4: grep -q does not work with Solaris grep, fixed it. 2003-07-31 07:31 huysmans * xfce4rc: most people will not have their mail in /var/spool/ofourdan ;-) 2003-07-31 06:30 huysmans * panel/controls_dialog.c, panel/controls_dialog.h, panel/item_dialog.c, panel/item_dialog.h, panel/main.c: Fix SIGUSR1 handling when there are open dialogs 2003-07-30 11:31 huysmans * ChangeLog: Update changlogs 2003-07-30 08:05 huysmans * config.h.in, configure, configure.ac, po/ca.gmo, po/ca.po, po/de.gmo, po/de.po, po/es.gmo, po/es.po, po/es_MX.gmo, po/es_MX.po, po/fi.gmo, po/fi.po, po/fr.gmo, po/fr.po, po/hi.gmo, po/hi.po, po/hu.gmo, po/hu.po, po/ja.gmo, po/ja.po, po/ms.gmo, po/ms.po, po/nl.gmo, po/nl.po, po/pl.gmo, po/pl.po, po/ru.gmo, po/ru.po, po/ta.gmo, po/ta.po, po/tr.gmo, po/tr.po, po/xfce4-panel.pot, po/zh_CN.gmo, po/zh_CN.po: Update version numbers and po files for release 2003-07-29 15:04 huysmans * doc/C/xfce4-panel.html, doc/C/xfce4-panel.xml: Update documentation to latest versions 2003-07-29 12:23 huysmans * doc/C/images/clock-properties.png, doc/C/images/default_panel.png, doc/C/images/handle-popup.png, doc/C/images/item-popup.png, doc/C/images/launcher-properties.png, doc/C/images/mailcheck-properties.png, doc/C/images/menuitem-properties.png, doc/C/images/nooptions-properties.png, doc/C/images/panel-settings.png, doc/C/images/systembuttons-properties.png: Update all images to new defaults 2003-07-29 06:28 huysmans * po/ru.gmo, po/ru.po: Update russian translations 2003-07-27 18:54 huysmans * panel/panel.c: Don't place hidden panel outside the screen 2003-07-26 15:56 xfce * ChangeLog: Update ChangeLog 2003-07-26 15:55 xfce * panel/panel.c: Bugfix: panel loosing EWMH attibuts (skip pager, skip taskbar, layer, etc) when changing orientation 2003-07-26 13:37 huysmans * configure, configure.ac, panel/panel.c, po/xfce4-panel.pot: Fix autohide bug, I hope 2003-07-25 21:58 xfce * panel/panel.c: Remove most of the pending events processing (where I felt it was not ncessary) Save panel config after a move or a set_position() so that panel pos get saved. 2003-07-25 18:27 huysmans * panel/panel.c: Add some debugging statements 2003-07-25 11:03 huysmans * configure, configure.ac, panel/panel.c, po/xfce4-panel.pot, settings/xfce_settings_dialog.c: More positioning changes 2003-07-25 09:52 huysmans * NEWS, configure, configure.ac, po/xfce4-panel.pot, settings/xfce_settings_dialog.c: Tweaks. startup autohide is still a problem 2003-07-25 08:40 huysmans * plugins/systembuttons/systembuttons.c: Fix some warnings 2003-07-25 08:34 huysmans * panel/item_dialog.c, panel/panel.c, settings/xfce_settings_dialog.c: Try to fix orientation change and hiding direction on startup 2003-07-24 09:21 huysmans * debian: Remove debian dirs on Martin's request 2003-07-24 06:27 huysmans * po/fi.gmo, po/fi.po: Update finnish translations 2003-07-23 14:00 huysmans * plugins/systembuttons/systembuttons.c: Fix systembuttons. Trivial 2003-07-22 21:09 xfce * xfce4rc: Fix SN being set on xfterm and mozilla by default 2003-07-22 20:59 xfce * xfce4rc: Change defaults 2003-07-19 09:30 huysmans * ChangeLog: Update ChangeLogs 2003-07-19 08:59 huysmans * configure, configure.ac, po/ca.gmo, po/ca.po, po/de.gmo, po/de.po, po/es.gmo, po/es.po, po/es_MX.gmo, po/es_MX.po, po/fi.gmo, po/fi.po, po/fr.gmo, po/fr.po, po/hi.gmo, po/hi.po, po/hu.gmo, po/hu.po, po/ja.gmo, po/ja.po, po/ms.gmo, po/ms.po, po/nl.gmo, po/nl.po, po/pl.gmo, po/pl.po, po/ru.gmo, po/ru.po, po/ta.gmo, po/ta.po, po/tr.gmo, po/tr.po, po/xfce4-panel.pot, po/zh_CN.gmo, po/zh_CN.po: Update version numbers and po files for release 2003-07-18 20:30 huysmans * xfce4rc: Update default config 2003-07-18 18:12 bmeurer * panel/item.c: Fixed item.c 2003-07-18 18:06 bmeurer * ChangeLog, configure, configure.ac, panel/item.c: Update version so panel plugins will fail at configure time instead of compile time. 2003-07-18 15:58 huysmans * panel/controls.c, panel/controls.h, panel/controls_dialog.c, panel/item.c, panel/item_dialog.c, panel/item_dialog.h, panel/plugins.h, plugins/clock/clock.c, plugins/mailcheck/mailcheck.c, plugins/systembuttons/systembuttons.c: Change panel API again to prevent old plugins to crah the panel 2003-07-18 10:56 huysmans * po/hu.gmo, po/hu.po: Update hungarian translations 2003-07-18 07:46 huysmans * po/tr.gmo, po/tr.po: Update turkish translations 2003-07-17 19:06 huysmans * doc/C/xfce4-panel.html, doc/C/xfce4-panel.xml, panel/item.c, panel/main.c: Add menu popup from laucher patch and updated documentation. 2003-07-17 12:50 huysmans * icons/xfce4-panel-icon.h, icons/xfce4-panel.png: Tweak panel icon 2003-07-16 15:01 huysmans * po/ru.gmo, po/ru.po: Update russian translations 2003-07-16 09:57 huysmans * configure, configure.ac, po/hu.gmo, po/hu.po, po/zh_CN.gmo, po/zh_CN.po: Add hungarian translations 2003-07-13 08:43 huysmans * ChangeLog: Update ChangeLogs for release 2003-07-11 07:33 huysmans * ChangeLog: Update ChangeLog's for release 2003-07-11 06:55 huysmans * po/zh_CN.gmo, po/zh_CN.po: Update Chinese translations 2003-07-10 09:56 huysmans * ChangeLog: Update ChangeLog's for release 2003-07-10 09:24 huysmans * configure, configure.ac, po/ca.gmo, po/ca.po, po/de.gmo, po/de.po, po/es.gmo, po/es.po, po/es_MX.gmo, po/es_MX.po, po/fi.gmo, po/fi.po, po/fr.gmo, po/fr.po, po/hi.gmo, po/hi.po, po/ja.gmo, po/ja.po, po/ms.gmo, po/ms.po, po/nl.gmo, po/nl.po, po/pl.gmo, po/pl.po, po/ru.gmo, po/ru.po, po/ta.gmo, po/ta.po, po/tr.gmo, po/tr.po, po/xfce4-panel.pot, po/zh_CN.gmo, po/zh_CN.po: Bump version numbers for release and update po files 2003-07-09 20:57 huysmans * xfce4rc: Tweak default config 2003-07-09 20:05 huysmans * plugins/switcher/switcher.c: Remove separators from desktop switcher as well 2003-07-09 18:46 huysmans * doc/C/xfce4-panel.xml: Forgot the xml file 2003-07-09 14:29 huysmans * doc/C/xfce4-panel.html: Remove reference to ... buttons 2003-07-09 12:14 huysmans * doc/C/images/clock-properties.png, doc/C/images/launcher-properties.png, doc/C/images/mailcheck-properties.png, doc/C/images/menuitem-properties.png, doc/C/images/nooptions-properties.png, doc/C/images/systembuttons-properties.png: Update images to reflect new item dialogs 2003-07-09 10:26 huysmans * ChangeLog, NEWS: Update ChangeLog and NEWS 2003-07-09 08:21 huysmans * configure, configure.ac, panel/controls.c, panel/controls.h, panel/controls_dialog.c, panel/controls_dialog.h, panel/item_dialog.c, panel/item_dialog.h, panel/plugins.h, plugins/clock/clock.c, plugins/mailcheck/mailcheck.c, plugins/systembuttons/systembuttons.c, po/ca.gmo, po/ca.po, po/de.gmo, po/de.po, po/es.gmo, po/es.po, po/es_MX.gmo, po/es_MX.po, po/fi.gmo, po/fi.po, po/fr.gmo, po/fr.po, po/hi.gmo, po/hi.po, po/ja.gmo, po/ja.po, po/ms.gmo, po/ms.po, po/nl.gmo, po/nl.po, po/pl.gmo, po/pl.po, po/ru.gmo, po/ru.po, po/ta.gmo, po/ta.po, po/tr.gmo, po/tr.po, po/xfce4-panel.pot, po/zh_CN.gmo, po/zh_CN.po: Big internal changes. Remove revert button from item dialogs; this also affects plugin API. API version increased 2003-07-08 16:47 huysmans * panel/panel.c: Size tweak 2003-07-08 15:21 huysmans * panel/item.c: Don't automatically create tooltip on menu item when not present 2003-07-08 08:35 huysmans * panel/item_dialog.c, plugins/mailcheck/mailcheck.c: Update dialogs to use open stock icon on buttons instead of ... 2003-07-08 07:31 huysmans * panel/item_dialog.c, plugins/pager/pager.c, po/es.gmo: Small fixes 2003-07-07 22:26 xfce * ltmain.sh: Update ltmain.sh with patched version 2003-07-07 21:18 huysmans * po/ca.gmo, po/ca.po: Update catalan translations 2003-07-07 16:14 huysmans * doc/C/images/default_panel.png: Update default panel screenshot 2003-07-07 11:16 huysmans * AUTHORS, HACKING, NEWS, README, TODO, po/xfce4-panel.pot: Update some info 2003-07-06 19:45 huysmans * ChangeLog: Updating ChangeLogs 2003-07-05 12:31 xfce * Makefile.in, ltconfig: Remove ltconfig script as it is generated 2003-07-05 08:41 huysmans * plugins/mailcheck/mailcheck.c: Renew timeout after reading the config file. Patch by Bernhard Walle. 2003-07-04 23:37 xfce * Makefile.in, aclocal.m4, config.h.in, configure, doc/C/Makefile.in, doc/C/images/Makefile.in, doc/Makefile.in, icons/Makefile.in, ltcf-c.sh, ltmain.sh, panel/Makefile.in, plugins/Makefile.in, plugins/clock/Makefile.in, plugins/mailcheck/Makefile.in, plugins/pager/Makefile.in, plugins/separator/Makefile.in, plugins/switcher/Makefile.in, plugins/systembuttons/Makefile.in, settings/Makefile.in, themes/Crystal/Makefile.in, themes/Curve/Makefile.in, themes/FreeIcons/Makefile.in, themes/Gnome/Makefile.in, themes/Makefile.in, themes/Noia/Makefile.in, themes/XFce/Makefile.in: libttol update and all 2003-07-04 16:55 bmeurer * po/de.gmo, po/de.po: Small fix. 2003-07-03 20:24 xfce * plugins/separator/separator.c, po/es_MX.gmo, po/fr.gmo, po/fr.po: Tweak new separator plugin and update frnech po 2003-07-03 18:16 edscott * po/es.po, po/es_MX.po: spanish tranlation updates for 4.0 release. 2003-07-03 12:36 huysmans * po/de.gmo, po/de.po: Update German translations 2003-07-03 12:28 huysmans * po/fi.gmo, po/fi.po: Update finish translation 2003-07-03 12:20 huysmans * plugins/separator/separator.c: Make separator 80% 2003-07-03 10:13 huysmans * Makefile.in, aclocal.m4, config.h.in, configure, configure.ac, doc/C/Makefile.in, doc/C/images/Makefile.in, doc/C/images/default_panel.png, doc/C/xfce4-panel.html, doc/C/xfce4-panel.xml, doc/Makefile.in, icons/Makefile.in, ltcf-c.sh, ltconfig, ltmain.sh, panel/Makefile.in, plugins/Makefile.am, plugins/Makefile.in, plugins/clock/Makefile.in, plugins/mailcheck/Makefile.in, plugins/mailcheck/mailcheck.c, plugins/pager/Makefile.in, plugins/pager/pager.c, plugins/separator, plugins/separator/Makefile.am, plugins/separator/Makefile.in, plugins/separator/separator.c, plugins/switcher/Makefile.in, plugins/systembuttons/Makefile.in, plugins/systembuttons/systembuttons.c, po/POTFILES.in, po/ca.gmo, po/ca.po, po/de.gmo, po/de.po, po/es.gmo, po/es.po, po/es_MX.gmo, po/es_MX.po, po/fi.gmo, po/fi.po, po/fr.gmo, po/fr.po, po/hi.gmo, po/hi.po, po/ja.gmo, po/ja.po, po/ms.gmo, po/ms.po, po/nl.gmo, po/nl.po, po/pl.gmo, po/pl.po, po/ru.gmo, po/ru.po, po/ta.gmo, po/ta.po, po/tr.gmo, po/tr.po, po/xfce4-panel.pot, po/zh_CN.gmo, po/zh_CN.po, settings/Makefile.in, themes/Crystal/Makefile.in, themes/Curve/Makefile.in, themes/FreeIcons/Makefile.in, themes/Gnome/Makefile.in, themes/Makefile.in, themes/Noia/Makefile.in, themes/XFce/Makefile.in, xfce4rc: Add separator. Remove separators from pager. Several smaller fixes to plugins. Update docs. 2003-07-02 08:29 huysmans * doc/C/images/panel-settings.png: Update image for panel settings 2003-06-29 20:05 huysmans * plugins/systembuttons/systembuttons.c: Fix systembutton sizing. Patch by Michael Mosier 2003-06-28 09:46 xfce * Makefile.in, aclocal.m4, config.h.in, configure, doc/C/Makefile.in, doc/C/images/Makefile.in, doc/Makefile.in, icons/Makefile.in, ltmain.sh, panel/Makefile.in, plugins/Makefile.in, plugins/clock/Makefile.in, plugins/mailcheck/Makefile.in, plugins/pager/Makefile.in, plugins/switcher/Makefile.in, plugins/systembuttons/Makefile.in, settings/Makefile.in, themes/Crystal/Makefile.in, themes/Curve/Makefile.in, themes/FreeIcons/Makefile.in, themes/Gnome/Makefile.in, themes/Makefile.in, themes/Noia/Makefile.in, themes/XFce/Makefile.in: Update to libtool-1.5 Use proper complete CURRENT:REVISION:AGE scheme for lib versionning 2003-06-21 19:22 bmeurer * po/xfce4-panel.pot: Updates. 2003-06-21 17:58 bmeurer * configure, configure.ac: Fixes. 2003-06-21 17:14 bmeurer * HACKING, aclocal.m4, configure, po/de.gmo, po/de.po: Updated german translations. 2003-06-21 16:55 bmeurer * configure.ac: Updated version numbers. 2003-06-18 20:36 xfce * panel/controls_dialog.c, panel/item_dialog.c, settings/xfce_settings_dialog.c: Call gtk_window_set_position () as late at possible as it seems there is a race cond in gtk+ 2003-06-15 12:21 bmeurer * TODO: Added note about libxfce4util. 2003-06-15 12:20 bmeurer * panel/xfce_support.c: Added a patch to improve the responsiveness of the UI by executing commands when the main loop is idle instead of executing them directly on button click. 2003-06-14 21:53 bmeurer * panel/main.c, settings/xfce_settings_dialog.c, settings/xfce_settings_plugin.c: Introduced xfce_textdomain() 2003-06-14 16:03 xfce * panel/controls_dialog.c, panel/item_dialog.c, settings/xfce_settings_dialog.c: Revert the GTK_POS_WINDOW_CENTER 2003-06-13 23:57 xfce * panel/controls_dialog.c, panel/item_dialog.c, settings/xfce_settings_dialog.c: Use GTK_WIN_POS_CENTER_ALWAYS instead of GTK_WIN_POS_CENTER when centering dialogs 2003-06-13 22:32 bmeurer * aclocal.m4, configure, m4/i18n.m4: Fixed bind_textdomain_codeset() problem on linux. 2003-06-12 20:26 bmeurer * settings/xfce_settings_dialog.c, settings/xfce_settings_plugin.c: Fixes bind_textdomain_codeset() 2003-06-10 21:49 bmeurer * Makefile.in, aclocal.m4, config.guess, config.h.in, config.sub, configure, doc/C/Makefile.in, doc/C/images/Makefile.in, doc/Makefile.in, icons/Makefile.in, install-sh, ltcf-c.sh, ltconfig, ltmain.sh, panel/Makefile.in, plugins/Makefile.in, plugins/clock/Makefile.in, plugins/mailcheck/Makefile.in, plugins/pager/Makefile.in, plugins/switcher/Makefile.in, plugins/systembuttons/Makefile.in, settings/Makefile.in, themes/Crystal/Makefile.in, themes/Curve/Makefile.in, themes/FreeIcons/Makefile.in, themes/Gnome/Makefile.in, themes/Makefile.in, themes/Noia/Makefile.in, themes/XFce/Makefile.in: automake 1.7.5 2003-06-10 21:34 xfce * panel/xfce_support.c: Add test for bind_textdomain_codeset() Use xftree4 as viewer on dirs unless "Open in terminal" is checked 2003-06-10 21:19 bmeurer * panel/main.c: Fixed bind_textdomain_codeset() problem 2003-06-10 21:14 xfce * panel/item_dialog.c, panel/xfce_support.c: Add support for directories as launchers in panel and add extra check for icons 2003-06-10 20:19 bmeurer * panel/controls.c, panel/controls_dialog.c, panel/groups.c: Make --enable-debug=full work. 2003-06-09 23:39 xfce * Makefile.in, aclocal.m4, config.h.in, configure, configure.ac, doc/C/Makefile.in, doc/C/images/Makefile.in, doc/Makefile.in, icons/Makefile.in, panel/Makefile.in, plugins/Makefile.in, plugins/clock/Makefile.in, plugins/mailcheck/Makefile.in, plugins/pager/Makefile.in, plugins/switcher/Makefile.in, plugins/systembuttons/Makefile.in, settings/Makefile.in, settings/xfce_settings_dialog.c, themes/Crystal/Makefile.in, themes/Curve/Makefile.in, themes/FreeIcons/Makefile.in, themes/Gnome/Makefile.in, themes/Makefile.in, themes/Noia/Makefile.in, themes/XFce/Makefile.in: Add new widget xfce_framebox to unify look across UI Migrate all plugins to this new widget 2003-06-08 19:06 huysmans * panel/global.h: Make Curve the fallback icon theme instead of XFce 2003-06-08 14:29 huysmans * Makefile.in, aclocal.m4, config.h.in, configure, configure.ac, doc/C/Makefile.in, doc/C/images/Makefile.in, doc/Makefile.in, icons/Makefile.in, panel/Makefile.in, plugins/Makefile.in, plugins/clock/Makefile.in, plugins/mailcheck/Makefile.in, plugins/pager/Makefile.in, plugins/switcher/Makefile.in, plugins/systembuttons/Makefile.in, po/ru.gmo, po/ru.po, settings/Makefile.in, themes/Crystal/Makefile.in, themes/Curve/Makefile.in, themes/FreeIcons/Makefile.in, themes/Gnome/Makefile.in, themes/Makefile.in, themes/Noia/Makefile.in, themes/XFce/Makefile.in: Add russian translation and fix xfdesktop not reading a new local menu 2003-06-08 13:51 bmeurer * panel/icons.c: Prefer SVG over PNG. 2003-06-07 12:58 bmeurer * panel/icons.c: Added .svg support for themes. (librsvg provides a gdk-pixbuf loader), pointed out by keke@plskthx.org 2003-06-06 21:37 xfce * Makefile.in, aclocal.m4, config.h.in, configure, configure.ac, doc/C/Makefile.in, doc/C/images/Makefile.in, doc/Makefile.in, icons/Makefile.in, panel/Makefile.in, plugins/Makefile.in, plugins/clock/Makefile.in, plugins/mailcheck/Makefile.in, plugins/pager/Makefile.in, plugins/switcher/Makefile.in, plugins/systembuttons/Makefile.in, settings/Makefile.in, themes/Crystal/Makefile.in, themes/Curve/Makefile.in, themes/FreeIcons/Makefile.in, themes/Gnome/Makefile.in, themes/Makefile.in, themes/Noia/Makefile.in, themes/XFce/Makefile.in: Versionning scheme 2003-06-06 15:46 huysmans * po/ca.gmo, po/ca.po, po/de.gmo, po/de.po, po/es.gmo, po/es.po, po/es_MX.gmo, po/es_MX.po, po/fi.gmo, po/fi.po, po/fr.gmo, po/fr.po, po/hi.gmo, po/hi.po, po/ja.gmo, po/ja.po, po/ms.gmo, po/ms.po, po/nl.gmo, po/nl.po, po/pl.gmo, po/pl.po, po/ta.gmo, po/ta.po, po/tr.gmo, po/tr.po, po/xfce4-panel.pot, po/zh_CN.gmo, po/zh_CN.po: final update-po before beta 1 2003-06-05 21:48 huysmans * doc/C/xfce4-panel.html, doc/C/xfce4-panel.xml: Doc fixes assorti 2003-06-05 09:08 huysmans * doc/C/images/handle-popup.png, doc/C/images/item-popup.png: Updated images 2003-06-05 07:28 huysmans * po/de.gmo, po/de.po: Updated translations and multiple file drop on backdrop list manager 2003-06-03 14:54 huysmans * doc/C/xfce4-panel.html, doc/C/xfce4-panel.xml: Remove revision history 2003-06-02 18:18 huysmans * xfce4rc: Fix empty menu item 2003-06-02 17:56 huysmans * doc/C/images/default_panel.png: Update default panel image 2003-06-02 15:44 huysmans * xfce4rc: change some defaults 2003-06-01 21:27 huysmans * po/fi.gmo, po/fi.po: Update fi translations and specfile fix 2003-05-30 20:36 huysmans * configure, configure.ac, po/ms.gmo, po/ms.po: Add malayan translations 2003-05-30 19:24 huysmans * configure, configure.ac: Build only static libs 2003-05-30 08:50 huysmans * doc/C/images/Makefile.am, doc/C/images/Makefile.in: Small tweaks to build files 2003-05-29 12:53 huysmans * doc/xfce-nochunk.xsl: improve stylesheet import 2003-05-29 12:35 huysmans * po/ca.gmo, po/ca.po: Update catalan translations 2003-05-29 11:54 huysmans * plugins/mailcheck/mailcheck.c: Fix crash with empty command 2003-05-29 09:56 huysmans * plugins/mailcheck/mailcheck.c, po/ja.gmo, po/nl.po: Translations update 2003-05-27 21:29 xfce * po/ja.po: Add Japanese translation by Zhao-Ji 2003-05-21 21:42 huysmans * configure, configure.ac, po/hi.gmo, po/hi.po, po/tr.gmo, po/tr.po: Add Turkish translations 2003-05-17 08:45 huysmans * .indent.pro, HACKING, icons/xfce4-panel-icon.h, panel/controls.c, panel/controls.h, panel/controls_dialog.c, panel/controls_dialog.h, panel/global.h, panel/groups.c, panel/groups.h, panel/icons.c, panel/icons.h, panel/item.c, panel/item_dialog.c, panel/item_dialog.h, panel/main.c, panel/mcs_client.c, panel/panel.c, panel/panel.h, panel/plugins.h, panel/popup.c, panel/popup.h, panel/settings.c, panel/xfce_support.c, panel/xfce_support.h, plugins/clock/clock.c, plugins/mailcheck/mailcheck.c, plugins/pager/pager.c, plugins/switcher/switcher.c, plugins/systembuttons/systembuttons.c, settings/xfce_settings_dialog.c, settings/xfce_settings_plugin.c: Reindent using Olivier's new .indent.pro file 2003-05-16 18:21 huysmans * Makefile.in, aclocal.m4, config.guess, config.sub, configure, configure.ac, doc/C/Makefile.in, doc/C/images/Makefile.in, doc/Makefile.in, icons/Makefile.in, panel/Makefile.in, plugins/Makefile.in, plugins/clock/Makefile.in, plugins/mailcheck/Makefile.in, plugins/pager/Makefile.in, plugins/switcher/Makefile.in, plugins/systembuttons/Makefile.in, po/ta.gmo, po/ta.po, settings/Makefile.in, themes/Crystal/Makefile.in, themes/Curve/Makefile.in, themes/FreeIcons/Makefile.in, themes/Gnome/Makefile.in, themes/Makefile.in, themes/Noia/Makefile.in, themes/XFce/Makefile.in: Add tamil translations 2003-05-15 13:25 huysmans * doc/C/xfce4-panel.html, doc/C/xfce4-panel.xml: documentation fixes (2) 2003-05-15 13:22 huysmans * doc/C/xfce4-panel.html, doc/C/xfce4-panel.xml: documentation fixes 2003-05-15 11:03 huysmans * ChangeLog: Mass update of ChangeLogs 2003-05-14 05:50 huysmans * po/fi.gmo, po/fi.po: update finnish translations 2003-05-13 21:10 huysmans * doc/C/images/clock-properties.png, doc/C/images/default_panel.png, doc/C/images/handle-popup.png, doc/C/images/item-popup.png, doc/C/images/launcher-properties.png, doc/C/images/mailcheck-properties.png, doc/C/images/menuitem-properties.png, doc/C/images/nooptions-properties.png, doc/C/images/systembuttons-properties.png, doc/C/xfce4-panel.html, doc/C/xfce4-panel.xml: update docs 2003-05-13 19:32 huysmans * panel/xfce_support.c: Fix icons with spaces problem. User now must manually escape commands. 2003-05-13 17:15 huysmans * configure, configure.ac, po/ca.gmo, po/ca.po: Add catalan translations 2003-05-13 11:50 huysmans * Makefile.am, Makefile.in, configure, configure.ac, doc/C, doc/C/Makefile.am, doc/C/Makefile.in, doc/C/images, doc/C/images/Makefile.am, doc/C/images/Makefile.in, doc/C/images/clock-properties.png, doc/C/images/default_panel.png, doc/C/images/handle-popup.png, doc/C/images/item-popup.png, doc/C/images/launcher-properties.png, doc/C/images/mailcheck-properties.png, doc/C/images/menuitem-properties.png, doc/C/images/nooptions-properties.png, doc/C/images/panel-settings.png, doc/C/images/systembuttons-properties.png, doc/C/xfce4-panel.html, doc/C/xfce4-panel.xml, doc/Makefile.am, doc/Makefile.in, doc/html, doc/images, doc/xfce-nochunk.xsl, doc/xml: Move docs to new location 2003-05-13 09:44 huysmans * panel/item_dialog.c, panel/item_dialog.h: Menu item dialog now has the same layout as panel item dialogs 2003-05-13 09:03 huysmans * ChangeLog, configure, configure.ac, doc/html/Makefile.am, doc/html/Makefile.in, doc/images/Makefile.am, doc/images/Makefile.in, panel/Makefile.am, panel/Makefile.in, plugins/clock/Makefile.am, plugins/clock/Makefile.in, plugins/mailcheck/Makefile.am, plugins/mailcheck/Makefile.in, plugins/pager/Makefile.am, plugins/pager/Makefile.in, plugins/switcher/Makefile.am, plugins/switcher/Makefile.in, plugins/systembuttons/Makefile.am, plugins/systembuttons/Makefile.in, po/Makefile.in.in, po/de.gmo, po/de.po, po/es.gmo, po/es.po, po/es_MX.gmo, po/es_MX.po, po/fi.gmo, po/fi.po, po/fr.gmo, po/fr.po, po/ja.gmo, po/ja.po, po/nl.gmo, po/nl.po, po/pl.gmo, po/pl.po, po/xfce4-panel.pot, po/zh_CN.gmo, po/zh_CN.po, settings/Makefile.am, settings/Makefile.in, themes/Crystal/Makefile.am, themes/Crystal/Makefile.in, themes/Curve/Makefile.am, themes/Curve/Makefile.in, themes/FreeIcons/Makefile.am, themes/FreeIcons/Makefile.in, themes/Gnome/Makefile.am, themes/Gnome/Makefile.in, themes/Noia/Makefile.am, themes/Noia/Makefile.in, themes/XFce/Makefile.am, themes/XFce/Makefile.in, xfce4.spec.in: Fix distcheck target. Rename package to xfce4-panel. Set version to 3.90 (betas will be 3.90, 3.91, 3.92, etc.) 2003-05-13 07:06 huysmans * xfce4.spec.in: spec file tweaks 2003-05-13 06:29 huysmans * ChangeLog, panel/controls.c, panel/controls.h, panel/controls_dialog.c, panel/controls_dialog.h, panel/panel.c: Add items from popup menu 2003-05-12 18:04 huysmans * panel/item_dialog.c, po/de.gmo, po/de.po, po/es.gmo, po/es.po, po/es_MX.gmo, po/es_MX.po, po/fi.gmo, po/fi.po, po/fr.gmo, po/fr.po, po/ja.gmo, po/ja.po, po/nl.gmo, po/nl.po, po/pl.gmo, po/pl.po, po/xfce4-panel.pot, po/zh_CN.gmo, po/zh_CN.po: Renamed subpanel to menu 2003-05-12 16:38 huysmans * panel/controls.c, panel/controls_dialog.c, panel/controls_dialog.h, panel/groups.c, panel/groups.h, panel/panel.c, po/de.gmo, po/de.po, po/es.gmo, po/es.po, po/es_MX.gmo, po/es_MX.po, po/fi.gmo, po/fi.po, po/fr.gmo, po/fr.po, po/ja.gmo, po/ja.po, po/nl.gmo, po/nl.po, po/pl.gmo, po/pl.po, po/xfce4-panel.pot, po/zh_CN.gmo, po/zh_CN.po: Get rid of type option menu from item dialog 2003-05-12 10:41 huysmans * po/de.po, po/es.po, po/es_MX.po, po/fi.po, po/fr.po, po/ja.po, po/nl.po, po/pl.po, po/xfce4-panel.pot, po/zh_CN.po: Update po files 2003-05-12 10:32 huysmans * Makefile.am, Makefile.in, aclocal.m4, configure, panel/item.c, panel/item.h, panel/item_dialog.c, plugins/mailcheck/mailcheck.c: Allow hiding of subpanels; remove subpanel from mailcheck plugin 2003-05-04 22:21 huysmans * Makefile.am, Makefile.in, configure, configure.ac, icons/Makefile.am, icons/Makefile.in, panel/Makefile.am, panel/Makefile.in, plugins/clock/Makefile.am, plugins/clock/Makefile.in, plugins/mailcheck/Makefile.am, plugins/mailcheck/Makefile.in, plugins/pager/Makefile.am, plugins/pager/Makefile.in, plugins/switcher/Makefile.am, plugins/switcher/Makefile.in, plugins/systembuttons/Makefile.am, plugins/systembuttons/Makefile.in, po/de.gmo, po/de.po, po/es.gmo, po/es.po, po/es_MX.gmo, po/es_MX.po, po/fi.gmo, po/fi.po, po/fr.gmo, po/fr.po, po/ja.gmo, po/ja.po, po/nl.gmo, po/nl.po, po/pl.gmo, po/pl.po, po/xfce4-panel.pot, po/zh_CN.gmo, po/zh_CN.po, settings/Makefile.am, settings/Makefile.in, xfce4.spec.in, xfce4rc, xfce4rc.in: Fixes for rpm target and distcheck stuff 2003-05-03 22:02 xfce * po/fr.gmo, po/fr.po: Various fixes, added french translation, fixed desktop switching in xfwm4 2003-05-03 09:43 huysmans * Makefile.in, aclocal.m4, config.h.in, configure, configure.ac, doc/Makefile.in, doc/html/Makefile.in, doc/images/Makefile.in, doc/xml/Makefile.in, icons/Makefile.in, ltcf-c.sh, ltconfig, ltmain.sh, panel/Makefile.in, plugins/Makefile.in, plugins/clock/Makefile.in, plugins/mailcheck/Makefile.in, plugins/pager/Makefile.in, plugins/switcher/Makefile.in, plugins/systembuttons/Makefile.in, po/zh_CN.gmo, po/zh_CN.po, settings/Makefile.in, themes/Crystal/Makefile.in, themes/Curve/Makefile.in, themes/FreeIcons/Makefile.in, themes/Gnome/Makefile.in, themes/Makefile.in, themes/Noia/Makefile.in, themes/XFce/Makefile.in: Add chinese translations 2003-05-03 09:12 huysmans * panel/controls.c: Ensure item popup menu uses panel domain for translations 2003-05-02 20:35 huysmans * ChangeLog, Makefile.in, aclocal.m4, config.guess, config.h.in, config.sub, configure, doc/Makefile.in, doc/html/Makefile.in, doc/images/Makefile.in, doc/xml/Makefile.in, icons/Makefile.in, ltmain.sh, panel/Makefile.in, panel/xfce_support.c, plugins/Makefile.in, plugins/clock/Makefile.am, plugins/clock/Makefile.in, plugins/mailcheck/Makefile.am, plugins/mailcheck/Makefile.in, plugins/pager/Makefile.am, plugins/pager/Makefile.in, plugins/switcher/Makefile.am, plugins/switcher/Makefile.in, plugins/systembuttons/Makefile.am, plugins/systembuttons/Makefile.in, settings/Makefile.in, themes/Crystal/Makefile.in, themes/Curve/Makefile.in, themes/FreeIcons/Makefile.in, themes/Gnome/Makefile.in, themes/Makefile.in, themes/Noia/Makefile.in, themes/XFce/Makefile.in: Update to use the new panel-plugins location 2003-05-02 17:12 bmeurer * Makefile.in, aclocal.m4, configure, configure.ac, doc/Makefile.in, doc/html/Makefile.in, doc/html/panel-copyright.html, doc/html/panel-getting-started.html, doc/html/panel-settings.html, doc/html/panel-use.html, doc/html/xfce4-panel.html, doc/images/Makefile.in, doc/xml/Makefile.in, doc/xml/xfce.xsl, icons/Makefile.in, m4/depends.m4, panel/Makefile.in, panel/xfce4-panel-1.0.pc.in, plugins/Makefile.in, plugins/clock/Makefile.in, plugins/mailcheck/Makefile.in, plugins/pager/Makefile.in, plugins/switcher/Makefile.in, plugins/systembuttons/Makefile.in, plugins/systembuttons/systembuttons.c, settings/Makefile.am, settings/Makefile.in, themes/Crystal/Makefile.in, themes/Curve/Makefile.in, themes/FreeIcons/Makefile.in, themes/Gnome/Makefile.in, themes/Makefile.in, themes/Noia/Makefile.in, themes/XFce/Makefile.in: Several changes. See http://www.home.unix-ag.org/bmeurer/xfce/index.html#20030502 for details. 2003-05-02 09:19 huysmans * panel/controls.c: only popup warning dialog about subpanels being removed when not empty (2) 2003-05-02 09:00 huysmans * panel/controls_dialog.c: properly check for return values when creating controls 2003-05-02 08:05 huysmans * panel/controls_dialog.c, panel/groups.c, panel/groups.h: only popup warning dialog about subpanels being removed when not empty 2003-05-01 05:55 huysmans * po/pl.gmo: Add missing gmo files 2003-04-30 17:35 bmeurer * configure, configure.ac, panel/xfce4-panel-1.0.pc.in: Added themedir variable to pkg-config file and increased version to 0.10.2 2003-04-30 12:29 huysmans * doc/html/panel-settings.html, doc/images/panel-settings.png, doc/xml/xfce4-panel.xml: Add autohide feature to docs 2003-04-30 11:37 huysmans * panel/main.c, panel/mcs_client.c, panel/panel.c: Use move handler signal to properly keep the position up-to-date 2003-04-27 20:09 bmeurer * configure, configure.ac, po/pl.po: Added polish translations. 2003-04-26 21:23 bmeurer * aclocal.m4, configure: Autotools update. 2003-04-26 21:16 bmeurer * configure.ac, m4/depends.m4: Updated BM_DEPEND_CHECK. 2003-04-26 11:53 bmeurer * m4/debug.m4: Fixed a stupid typo. 2003-04-25 19:00 huysmans * plugins/mailcheck/mailcheck.c: Fix startup notification setting 2003-04-25 18:48 bmeurer * configure, configure.ac: xfce-mcs-manager version was changed to 0.1.0. 2003-04-25 18:35 bmeurer * aclocal.m4, configure, configure.ac, ltcf-c.sh, ltconfig, ltmain.sh, panel/Makefile.am, panel/Makefile.in, panel/item_dialog.c, panel/item_dialog.h: Export more functions from item*.c 2003-04-25 17:47 huysmans * po/de.gmo, po/fi.gmo, po/fi.po: Update finnish translations 2003-04-25 09:53 bmeurer * m4/depends.m4: Updated depends.m4 and added macro for use with panel plugins. Updated libxfce4util to install the common m4 files into $(datadir)/xfce4/m4. 2003-04-25 09:23 bmeurer * po/de.po: German translation. Provided by Moritz Heiber. 2003-04-24 09:53 huysmans * aclocal.m4, configure, icons/Makefile.am, icons/Makefile.in, icons/diag_icon.xpm, icons/menu_icon.xpm, icons/xfce4-panel-icon.h, icons/xfce4-panel.png, icons/xfce_icon.xpm, ltcf-c.sh, ltconfig, ltmain.sh, panel/icons.c, panel/icons.h, panel/panel.c, panel/popup.c, settings/xfce_settings_dialog.c, settings/xfce_settings_plugin.c: New panel icon 2003-04-23 12:25 huysmans * panel/main.c: Fix signal handling - gtk mainloop interaction 2003-04-21 20:48 huysmans * themes/FreeIcons/minipower.png: Use Curve exit icon instead of confusing gear 2003-04-21 18:53 bmeurer * AUTHORS, Makefile.am, Makefile.in, NOTES, aclocal.m4, configure, configure.ac, ltcf-c.sh, ltconfig, ltmain.sh, panel/Makefile.am, panel/Makefile.in, panel/controls.h, panel/controls_dialog.h, panel/groups.h, panel/icons.h, panel/item.h, panel/item_dialog.h, panel/panel.h, panel/plugins.h, panel/popup.h, panel/settings.h, panel/xfce.h, panel/xfce4-panel-1.0.pc.in, plugins/clock/Makefile.am, plugins/clock/Makefile.in, plugins/clock/clock.c, plugins/mailcheck/Makefile.am, plugins/mailcheck/Makefile.in, plugins/mailcheck/mailcheck.c, plugins/pager/Makefile.am, plugins/pager/Makefile.in, plugins/pager/pager.c, plugins/switcher/Makefile.am, plugins/switcher/Makefile.in, plugins/switcher/switcher.c, plugins/systembuttons/Makefile.am, plugins/systembuttons/Makefile.in, plugins/systembuttons/systembuttons.c, settings/Makefile.am, settings/Makefile.in, settings/xfce_settings_plugin.c, themes/FreeIcons/Makefile.am, themes/FreeIcons/Makefile.in: Its now possible to write panel plugins outside the panel. See the NOTES file for details and enjoy writing new panel plugins. 2003-04-21 15:46 huysmans * themes/FreeIcons/Makefile.am, themes/FreeIcons/Makefile.in: Really rename the theme 2003-04-21 14:28 huysmans * configure, configure.ac, themes/Carillon, themes/FreeIcons, themes/FreeIcons/Makefile.am, themes/FreeIcons/Makefile.in, themes/FreeIcons/README, themes/FreeIcons/edit.png, themes/FreeIcons/file1.png, themes/FreeIcons/file2.png, themes/FreeIcons/games.png, themes/FreeIcons/man.png, themes/FreeIcons/miniinfo.png, themes/FreeIcons/minilock.png, themes/FreeIcons/minipalet.png, themes/FreeIcons/minipower.png, themes/FreeIcons/multimedia.png, themes/FreeIcons/network.png, themes/FreeIcons/newmail.png, themes/FreeIcons/nomail.png, themes/FreeIcons/oldmail.png, themes/FreeIcons/paint.png, themes/FreeIcons/print.png, themes/FreeIcons/schedule.png, themes/FreeIcons/sound.png, themes/FreeIcons/terminal.png, themes/FreeIcons/unknown.png, themes/Makefile.am, themes/Makefile.in: Rename Carillon to FreeIcons 2003-04-21 07:42 huysmans * aclocal.m4, configure, configure.ac, ltcf-c.sh, ltconfig, ltmain.sh, po/de.gmo, po/de.po, po/es.gmo, po/es.po, po/es_MX.gmo, po/es_MX.po, po/fi.gmo, po/fi.po, po/fr.gmo, po/fr.po, po/ja.gmo, po/ja.po, po/nl.gmo, po/nl.po, po/xfce4-panel.pot, themes/Carillon, themes/Carillon/Makefile.am, themes/Carillon/Makefile.in, themes/Carillon/README, themes/Carillon/edit.png, themes/Carillon/file1.png, themes/Carillon/file2.png, themes/Carillon/games.png, themes/Carillon/man.png, themes/Carillon/miniinfo.png, themes/Carillon/minilock.png, themes/Carillon/minipalet.png, themes/Carillon/minipower.png, themes/Carillon/multimedia.png, themes/Carillon/network.png, themes/Carillon/newmail.png, themes/Carillon/nomail.png, themes/Carillon/oldmail.png, themes/Carillon/paint.png, themes/Carillon/print.png, themes/Carillon/schedule.png, themes/Carillon/sound.png, themes/Carillon/terminal.png, themes/Carillon/unknown.png, themes/Makefile.am, themes/Makefile.in: Add Carillon icon theme (FreeIcons by Tomasz Mielnik) 2003-04-20 20:51 bmeurer * Makefile.in, configure, configure.ac, doc/Makefile.in, doc/html/Makefile.in, doc/images/Makefile.in, doc/xml/Makefile.in, icons/Makefile.in, panel/Makefile.in, plugins/Makefile.in, plugins/clock/Makefile.am, plugins/clock/Makefile.in, plugins/mailcheck/Makefile.am, plugins/mailcheck/Makefile.in, plugins/pager/Makefile.am, plugins/pager/Makefile.in, plugins/switcher/Makefile.am, plugins/switcher/Makefile.in, plugins/systembuttons/Makefile.am, plugins/systembuttons/Makefile.in, settings/Makefile.am, settings/Makefile.in, themes/Crystal/Makefile.in, themes/Curve/Makefile.in, themes/Gnome/Makefile.in, themes/Makefile.in, themes/Noia/Makefile.in, themes/XFce/Makefile.in: Some autotools cleanups. 2003-04-20 11:16 huysmans * panel/controls.c, panel/panel.c: unhide panel when adding new items 2003-04-20 10:30 huysmans * panel/panel.c: more autohide tweaks 2003-04-20 09:46 huysmans * panel/panel.c: autohide related tweaks 2003-04-20 09:38 huysmans * panel/panel.c: autohide related tweaks 2003-04-19 21:33 bmeurer * plugins/mailcheck/mailcheck.c: The previous change was not ment to be commited :-) 2003-04-19 21:32 bmeurer * Makefile.in, aclocal.m4, config.h.in, configure, configure.ac, doc/Makefile.in, doc/html/Makefile.in, doc/images/Makefile.in, doc/xml/Makefile.in, icons/Makefile.in, m4/X11.m4, m4/rpath.m4, panel/Makefile.am, panel/Makefile.in, plugins/Makefile.in, plugins/clock/Makefile.in, plugins/mailcheck/Makefile.in, plugins/mailcheck/mailcheck.c, plugins/pager/Makefile.in, plugins/switcher/Makefile.in, plugins/systembuttons/Makefile.in, settings/Makefile.am, settings/Makefile.in, themes/Crystal/Makefile.in, themes/Curve/Makefile.in, themes/Gnome/Makefile.in, themes/Makefile.in, themes/Noia/Makefile.in, themes/XFce/Makefile.in: Added system tray support to libxfcegui4 and frontend to xftaskbar4. Lots of cleanups in the autotools stuff. 2003-04-18 21:17 huysmans * po/POTFILES.in, po/de.gmo, po/de.po, po/es.gmo, po/es.po, po/es_MX.gmo, po/es_MX.po, po/fi.gmo, po/fi.po, po/fr.gmo, po/fr.po, po/ja.gmo, po/ja.po, po/nl.gmo, po/nl.po, po/xfce4-panel.pot: Update file list. i18n still broken 2003-04-18 14:40 huysmans * panel/panel.c: unhide when dragging something over the collapsed panel 2003-04-18 09:22 huysmans * panel/controls_dialog.c, panel/panel.c: This is the real fix (tm) ... I think 2003-04-18 09:00 huysmans * panel/panel.c: autohide, position and reorientation ... 2003-04-18 08:57 huysmans * ChangeLog, panel/controls_dialog.c, panel/icons.c, panel/icons.h, panel/main.c, panel/panel.c, po/de.gmo, po/es.gmo, po/es_MX.gmo, po/fi.gmo, po/fr.gmo, po/ja.gmo, po/nl.gmo: Will this (finally) fix the autohide <-> positioning problems? 2003-04-16 21:06 huysmans * panel/main.c: Bug fix 2 2003-04-16 20:54 huysmans * panel/main.c: Bug fix 2003-04-16 18:26 huysmans * panel/main.c, panel/panel.c: More autohide vs position fixes 2003-04-15 08:48 huysmans * panel/panel.c: Try to fix size request issues 2003-04-14 19:29 huysmans * panel/panel.c: Fix centering bug 2003-04-13 21:25 huysmans * ChangeLog: Update ChangeLog 2003-04-13 21:21 huysmans * po/de.po, po/es.po, po/es_MX.po, po/fi.po, po/fr.po, po/ja.po, po/nl.po, po/xfce4-panel.pot: Update pot-file and Dutch translations 2003-04-13 20:10 xfce * panel/panel.c: Remove the call to gtk_window_present() that was causing a focus change when panel was hiding/showing 2003-04-13 20:06 xfce * panel/panel.c: Purge gtk events when changing panel orientation to fix a bug that was placing the panel right in the middle of the screen when changing orientation from vertical to horizontal 2003-04-13 19:12 huysmans * panel/panel.c: Reduce autohide interval to 500msec 2003-04-13 15:50 huysmans * panel/panel.c: Reduce hidden size to 5 2003-04-13 15:32 huysmans * AUTHORS, panel/global.h, panel/main.c, panel/mcs_client.c, panel/panel.c, panel/panel.h, panel/popup.c, panel/xfce_support.c, settings/xfce_settings.h, settings/xfce_settings_dialog.c, settings/xfce_settings_plugin.c: Add autohide feature to the panel. THanks to Erik Touve. 2003-04-09 20:41 bmeurer * Makefile.in, aclocal.m4, config.guess, config.sub, configure, depcomp, doc/Makefile.in, doc/html/Makefile.in, doc/images/Makefile.in, doc/xml/Makefile.in, icons/Makefile.in, ltconfig, m4/debug.m4, panel/Makefile.in, plugins/Makefile.in, plugins/clock/Makefile.in, plugins/mailcheck/Makefile.in, plugins/pager/Makefile.in, plugins/switcher/Makefile.in, plugins/systembuttons/Makefile.in, settings/Makefile.in, themes/Crystal/Makefile.in, themes/Curve/Makefile.in, themes/Gnome/Makefile.in, themes/Makefile.in, themes/Noia/Makefile.in, themes/XFce/Makefile.in: Improved debug.m4: 1) --disable-debug no longer disables assert()'s 2) --enable-profiling now enables profiling code 3) --disable-asserts allows disabling of assert()'s 2003-04-05 12:42 xfce * panel/popup.c: Force popup to be sticky each time the window is shown 2003-04-03 22:08 bmeurer * aclocal.m4, configure, configure.ac, m4/depends.m4: Updated BM_DEPEND_CHECK to make it possible to disable the test 2003-04-03 21:36 bmeurer * Makefile.in, aclocal.m4, config.guess, config.sub, configure, depcomp, doc/Makefile.in, doc/html/Makefile.in, doc/images/Makefile.in, doc/xml/Makefile.in, icons/Makefile.in, ltcf-c.sh, ltconfig, ltmain.sh, m4/depends.m4, panel/Makefile.in, plugins/Makefile.in, plugins/clock/Makefile.in, plugins/mailcheck/Makefile.in, plugins/pager/Makefile.in, plugins/switcher/Makefile.in, plugins/systembuttons/Makefile.in, settings/Makefile.in, themes/Crystal/Makefile.in, themes/Curve/Makefile.in, themes/Gnome/Makefile.in, themes/Makefile.in, themes/Noia/Makefile.in, themes/XFce/Makefile.in: Fixed BM_DEPEND_CHECK 2003-04-02 21:18 xfce * ChangeLog: Update ChangeLog 2003-04-02 20:30 bmeurer * aclocal.m4, config.h.in, configure, m4/debug.m4, panel/Makefile.am, panel/Makefile.in, panel/debug.h, panel/global.h, panel/panel.c, panel/popup.c, panel/xfce.h, plugins/clock/clock.c: Debugging stuff now provided by libxfce4util. As a result of this change libxfcegui4 now depends on libxfce4util. Some other updates. added a hint to the libxfcegui4 README for Xinerama problems with XFree86. 2003-04-02 19:33 huysmans * ChangeLog, TODO: Update TODO 2003-04-02 18:32 huysmans * Makefile.am, Makefile.in: Include .indent.pro in dist target 2003-04-02 18:22 huysmans * .indent.pro, HACKING, Makefile.am, Makefile.in, aclocal.m4, config.guess, config.sub, configure, depcomp, doc/Makefile.in, doc/html/Makefile.in, doc/images/Makefile.in, doc/xml/Makefile.in, icons/Makefile.in, ltcf-c.sh, ltconfig, ltmain.sh, panel/Makefile.in, panel/controls.c, panel/controls.h, panel/controls_dialog.c, panel/controls_dialog.h, panel/global.h, panel/groups.c, panel/groups.h, panel/icons.c, panel/icons.h, panel/item.c, panel/item.h, panel/item_dialog.c, panel/item_dialog.h, panel/main.c, panel/main.h, panel/mcs_client.c, panel/mcs_client.h, panel/panel.c, panel/panel.h, panel/plugins.h, panel/popup.c, panel/popup.h, panel/settings.c, panel/settings.h, panel/xfce.h, panel/xfce_support.c, panel/xfce_support.h, plugins/Makefile.in, plugins/clock/Makefile.in, plugins/clock/clock.c, plugins/mailcheck/Makefile.in, plugins/mailcheck/mailcheck.c, plugins/pager/Makefile.in, plugins/pager/pager.c, plugins/switcher/Makefile.in, plugins/switcher/switcher.c, plugins/systembuttons/Makefile.in, plugins/systembuttons/systembuttons.c, settings/Makefile.in, settings/xfce_settings.h, settings/xfce_settings_dialog.c, settings/xfce_settings_dialog.h, settings/xfce_settings_plugin.c, settings/xfce_settings_plugin.h, themes/Crystal/Makefile.in, themes/Curve/Makefile.in, themes/Gnome/Makefile.in, themes/Makefile.in, themes/Noia/Makefile.in, themes/XFce/Makefile.in: Re-indent files. Add HACKING and .indent.pro 2003-04-02 17:33 bmeurer * aclocal.m4, configure, configure.ac, m4/debug.m4: left-over autostuff for libxfce*, xfcs-mcs-* and xfce4 2003-04-02 16:02 bmeurer * config.h.in, configure, configure.ac, m4/X11.m4, panel/controls.c, panel/controls_dialog.c, panel/groups.c, panel/icons.c, panel/item.c, panel/item_dialog.c, panel/main.c, panel/mcs_client.c, panel/my_gettext.h, panel/panel.c, panel/popup.c, panel/settings.c, panel/xfce_support.c, plugins/clock/clock.c, plugins/mailcheck/mailcheck.c, plugins/pager/pager.c, plugins/switcher/switcher.c, plugins/systembuttons/systembuttons.c, settings/xfce_settings_dialog.c, settings/xfce_settings_plugin.c: Updated i18n stuff (libxfce4util now provides a i18n.h). updated X11.m4 updated xfwm4 to compile well with -Werror -Wall updated xfce-mcs-plugins and added a hint to the README for XFree86 users 2003-04-02 13:25 bmeurer * Makefile.am, Makefile.in, NOTES, aclocal.m4, autogen.sh, config.guess, config.h.in, config.sub, configure, configure.ac, depcomp, doc/Makefile.in, doc/html/Makefile.in, doc/images/Makefile.in, doc/xml/Makefile.in, example.xfce4rc.in, icons/Makefile.am, icons/Makefile.in, install-sh, ltcf-c.sh, ltconfig, ltmain.sh, m4, m4/X11.m4, m4/debug.m4, m4/depends.m4, m4/i18n.m4, m4/rpath.m4, missing, mkinstalldirs, panel/Makefile.am, panel/Makefile.in, panel/item_dialog.c, panel/main.c, panel/xfce_support.c, panel/xfce_support.h, plugins/Makefile.am, plugins/Makefile.in, plugins/clock/Makefile.am, plugins/clock/Makefile.in, plugins/clock/clock.c, plugins/mailcheck/Makefile.am, plugins/mailcheck/Makefile.in, plugins/mailcheck/mailcheck.c, plugins/pager/Makefile.am, plugins/pager/Makefile.in, plugins/pager/pager.c, plugins/switcher/Makefile.am, plugins/switcher/Makefile.in, plugins/switcher/switcher.c, plugins/systembuttons/Makefile.am, plugins/systembuttons/Makefile.in, plugins/systembuttons/systembuttons.c, po/Makefile.in.in, settings/Makefile.am, settings/Makefile.in, settings/xfce_settings_dialog.c, settings/xfce_settings_plugin.c, themes/Crystal/Makefile.in, themes/Curve/Makefile.in, themes/Gnome/Makefile.in, themes/Makefile.am, themes/Makefile.in, themes/Noia/Makefile.in, themes/XFce/Makefile.in, xfce4.spec.in, xfce4rc.in: Large autotools update. Should fix James problems with unsubstituted @PKG_LDFLAGS@ in .pc files. Should also make it easier to port XFce4 to a non-POSIX (or even non-UNIX) plattform, using autoconf. 2003-04-01 21:33 xfce * settings/xfce_settings_plugin.c: Initialize early i18n in mcs plugins Add Etria theme 2003-04-01 06:14 huysmans * panel/main.c: Remove SIGHUP handling 2003-03-29 15:19 huysmans * po/de.gmo, po/de.po: Update german translations 2003-03-27 21:37 xfce * panel/panel.c, panel/popup.c, plugins/pager/pager.c: Prefer gdk_screen[width|height] instead of XDisplay[Width|Height] 2003-03-27 20:32 xfce * ChangeLog: Update ChangeLog 2003-03-25 21:28 huysmans * panel/xfce_support.c: escape spaces in paths obtaine from gtk file selector 2003-03-24 20:01 huysmans * panel/item.c: Fix DND bug. Reported by Jens Guballa. 2003-03-23 22:18 huysmans * panel/controls_dialog.c, panel/item_dialog.c, panel/main.c: Make dialogs appear on top even if panel is in below layer 2003-03-23 21:17 xfce * ChangeLog: Update ChangeLog 2003-03-19 23:16 xfce * panel/controls_dialog.c, panel/item_dialog.c, settings/xfce_settings_dialog.c: Add GTK_WIDGET_SET_FLAGS (button, GTK_CAN_DEFAULT) to the buttons that should have it 2003-03-19 07:12 huysmans * autogen.sh: Only add extra autogen parameters when none are given 2003-03-18 22:34 xfce * ChangeLog: Update ChangeLog Update build scripts (ie rerun autogen.sh) Update xfwm4's microdeck theme Remove 1 pix border arround xffm menu bar 2003-03-13 21:55 bmeurer * panel/main.c, panel/mcs_client.c, plugins/systembuttons/systembuttons.c: show_*() -> xfce_*() 2003-03-13 20:39 xfce * ChangeLog: Update Changelogs 2003-03-10 21:16 bmeurer * example.xfce4rc.in: Use xfprint-manager in the panel. 2003-03-09 18:37 huysmans * panel/controls_dialog.c, panel/main.c, panel/panel.c: Edge center and corner snapping. Position saving fixes. 2003-03-05 13:12 huysmans * panel/panel.c: check position before saving it 2003-03-05 12:58 huysmans * ChangeLog, TODO, doc/html/panel-use.html, doc/html/xfce4-panel.html, doc/xml/xfce4-panel.xml: Small documentation update 2003-03-02 17:10 xfce * po/fr.gmo, po/fr.po: Rearrange button events handler in xfwm4 Update french translation for xfce4 panel 2003-02-28 23:38 xfce * Makefile.in, aclocal.m4, config.guess, config.h.in, config.sub, configure, doc/Makefile.in, doc/html/Makefile.in, doc/images/Makefile.in, doc/xml/Makefile.in, icons/Makefile.in, ltcf-c.sh, ltconfig, ltmain.sh, panel/Makefile.in, plugins/Makefile.in, plugins/clock/Makefile.in, plugins/mailcheck/Makefile.in, plugins/pager/Makefile.in, plugins/switcher/Makefile.in, plugins/systembuttons/Makefile.in, settings/Makefile.in, themes/Crystal/Makefile.in, themes/Curve/Makefile.in, themes/Gnome/Makefile.in, themes/Makefile.in, themes/Noia/Makefile.in, themes/XFce/Makefile.in: *** empty log message *** 2003-02-28 19:09 bmeurer * example.xfce4rc.in: Fixed type "xfhelp" -> "xfhelp4" 2003-02-28 18:43 xfce * Makefile.in, aclocal.m4, config.guess, configure, doc/Makefile.in, doc/html/Makefile.in, doc/images/Makefile.in, doc/xml/Makefile.in, icons/Makefile.in, ltmain.sh, panel/Makefile.in, plugins/Makefile.in, plugins/clock/Makefile.in, plugins/mailcheck/Makefile.in, plugins/pager/Makefile.in, plugins/switcher/Makefile.in, plugins/systembuttons/Makefile.in, settings/Makefile.in, themes/Crystal/Makefile.in, themes/Curve/Makefile.in, themes/Gnome/Makefile.in, themes/Makefile.in, themes/Noia/Makefile.in, themes/XFce/Makefile.in: Fix xfce-mcs-manager API/ABI versionning Update configure/libtool to use libtool 1.4.3 2003-02-28 10:53 bmeurer * Makefile.in, aclocal.m4, config.guess, configure, configure.ac, doc/Makefile.in, doc/html/Makefile.in, doc/images/Makefile.in, doc/xml/Makefile.in, icons/Makefile.in, ltcf-c.sh, ltconfig, ltmain.sh, panel/Makefile.in, plugins/Makefile.in, plugins/clock/Makefile.in, plugins/mailcheck/Makefile.in, plugins/pager/Makefile.in, plugins/switcher/Makefile.in, plugins/systembuttons/Makefile.in, settings/Makefile.in, themes/Crystal/Makefile.in, themes/Curve/Makefile.in, themes/Gnome/Makefile.in, themes/Makefile.in, themes/Noia/Makefile.in, themes/XFce/Makefile.in: Fixes xfce-mcs-manager issue. 2003-02-27 21:48 xfce * configure: Updates (I'm sure you wouldn't have guessed) 2003-02-26 14:39 huysmans * panel/main.c: POSIX signal handling 2003-02-26 10:22 huysmans * configure, configure.ac, po/ja.gmo, po/ja.po: Add japanese translations 2003-02-26 07:17 xfce * Makefile.in, aclocal.m4, config.guess, config.sub, configure, doc/Makefile.in, doc/html/Makefile.in, doc/images/Makefile.in, doc/xml/Makefile.in, icons/Makefile.in, ltmain.sh, panel/Makefile.in, panel/xfce_support.c, plugins/Makefile.in, plugins/clock/Makefile.in, plugins/mailcheck/Makefile.in, plugins/pager/Makefile.in, plugins/switcher/Makefile.in, plugins/systembuttons/Makefile.in, settings/Makefile.in, settings/xfce_settings_dialog.c, settings/xfce_settings_plugin.c, themes/Crystal/Makefile.in, themes/Curve/Makefile.in, themes/Gnome/Makefile.in, themes/Makefile.in, themes/Noia/Makefile.in, themes/XFce/Makefile.in: Apply Benedikt Meurer patch Replace all occurences of g_getenv("HOME") with g_get_home_dir() Regenerate all Makefiles.on and configure scripts 2003-02-25 22:18 huysmans * plugins/systembuttons/systembuttons.c: Use xflock4 2003-02-25 21:19 huysmans * autogen.sh: Fix proper use of AC_PROG_LIBTOOL 2003-02-25 10:54 huysmans * Makefile.in, aclocal.m4, configure, doc/Makefile.in, doc/html/Makefile.in, doc/images/Makefile.in, doc/images/panel-settings.png, doc/xml/Makefile.in, icons/Makefile.in, panel/Makefile.in, plugins/Makefile.in, plugins/clock/Makefile.in, plugins/mailcheck/Makefile.in, plugins/pager/Makefile.in, plugins/switcher/Makefile.in, plugins/systembuttons/Makefile.in, settings/xfce_settings_dialog.c, themes/Crystal/Makefile.in, themes/Curve/Makefile.in, themes/Gnome/Makefile.in, themes/Makefile.in, themes/Noia/Makefile.in, themes/XFce/Makefile.in: Update screenshots for new dialog style 2003-02-24 22:10 huysmans * settings/Makefile.in, settings/xfce_settings_dialog.c: Use frames in dialog for the sake of consistency. 2003-02-24 19:56 huysmans * panel/panel.c, panel/popup.c: Revert to using gtk to move the panels. No more flicker, yay. 2003-02-23 22:22 huysmans * panel/popup.c: Use gdk_window_move to position subpanel. gtk does not ignore margins 2003-02-23 13:52 huysmans * doc/html/panel-copyright.html, doc/html/panel-getting-started.html, doc/html/panel-settings.html, doc/html/panel-use.html, doc/html/xfce4-panel.html, doc/xml/xfce4-panel.xml: Add some text to panel item screenshots 2003-02-22 11:10 huysmans * doc/html/panel-getting-started.html, doc/html/panel-settings.html, doc/html/panel-use.html, doc/html/xfce4-panel.html, doc/xml/xfce4-panel.xml: Small doc update 2003-02-22 10:30 huysmans * ChangeLog, doc/images/Makefile.am, doc/images/Makefile.in: Actually install doc images ... 2003-02-18 21:56 xfce * panel/panel.c: Use xflock4 instead of xflock (same file, just a name change for xfce4) 2003-02-17 20:06 huysmans * doc/xml/Makefile.am, doc/xml/Makefile.in: Update Makefiles 2003-02-17 19:25 huysmans * doc/html/GPL.html, doc/html/Makefile.am, doc/html/Makefile.in, doc/html/copyright.html, doc/html/index.html, doc/html/ln-legalnotice.html, doc/html/panel-copyright.html, doc/html/panel-getting-started.html, doc/html/panel-settings.html, doc/html/panel-use.html, doc/html/settings.html, doc/html/xfce4-panel.html, doc/xml/GPL.xml, doc/xml/copyright.xml, doc/xml/xfce.xsl, doc/xml/xfce4-panel.xml: Rename some docs. Don't call the root file index.html. 2003-02-17 13:20 huysmans * panel/Makefile.in: Fix make dist. Add my_gettext.h to sources in Makefile. 2003-02-17 13:16 huysmans * Makefile.am, Makefile.in, doc/xml/xfce4-panel.xml, icons/Makefile.am, icons/Makefile.in, icons/xfce_slogan.xpm, panel/Makefile.am, panel/Makefile.in, panel/info.c, panel/info.h, panel/panel.c, plugins/systembuttons/systembuttons.c, po/ChangeLog, po/POTFILES.in, po/de.gmo, po/de.po, po/es.gmo, po/es.po, po/es_MX.gmo, po/es_MX.po, po/fi.gmo, po/fi.po, po/fr.gmo, po/fr.po, po/nl.gmo, po/nl.po, po/xfce4-panel.pot: Remove info panel. Use xfce4-about instead. 2003-02-16 16:43 huysmans * doc/html/Makefile.am, doc/html/Makefile.in: Add missing files to Makefile 2003-02-16 15:57 huysmans * doc/html/panel-use.html, doc/html/settings.html, doc/images/handle-popup.png, doc/images/item-popup.png, doc/xml/xfce4-panel.xml: Add screenshots of popup menus 2003-02-16 15:17 huysmans * doc/html/GPL.html, doc/html/copyright.html, doc/html/index.html, doc/html/ln-legalnotice.html, doc/html/panel-getting-started.html, doc/html/panel-prefs.html, doc/html/panel-use.html, doc/html/settings.html, doc/images/clock-properties.png, doc/images/launcher-properties.png, doc/images/mailcheck-properties.png, doc/images/menuitem-properties.png, doc/images/nooptions-properties.png, doc/images/panel-settings.png, doc/images/systembuttons-properties.png, doc/xml/xfce4-panel.xml: Added lots of informative screenshots to the docs. 2003-02-15 19:28 huysmans * ChangeLog, configure, configure.ac, doc/html/index.html, doc/html/panel-getting-started.html, doc/html/panel-prefs.html, doc/html/panel-use.html, doc/images/default_panel.png, doc/xml/xfce4-panel.xml, example.xfce4rc.in, panel/controls.c, plugins/Makefile.am, plugins/Makefile.in, plugins/clock/Makefile.am, plugins/clock/Makefile.in, plugins/mailcheck/Makefile.am, plugins/mailcheck/Makefile.in, plugins/pager, plugins/pager/Makefile.am, plugins/pager/Makefile.in, plugins/pager/pager.c, plugins/switcher/Makefile.am, plugins/switcher/Makefile.in, plugins/switcher/switcher.c, plugins/systembuttons/Makefile.am, plugins/systembuttons/Makefile.in: Split graphical pager out from switcher plugin. Add it to the default configuration 2003-02-14 21:46 xfce * panel/xfce_support.c: Use static var for startup notification internals 2003-02-14 20:40 huysmans * panel/xfce_support.c: Fix typo 2003-02-14 19:57 huysmans * panel/xfce_support.c: Don't use a variable after freeing it ... 2003-02-14 11:45 xfce * panel/xfce_support.c: Fix crash at logout 2003-02-14 11:14 xfce * panel/main.c, panel/xfce_support.c, panel/xfce_support.h: Fix startup notification/GdkScreen problems 2003-02-14 09:34 xfce * panel/xfce_support.c: Fix use of gtk+-2.2 function in xfce_support 2003-02-13 21:42 huysmans * TODO: Update TODO list 2003-02-13 20:22 huysmans * panel/controls.c, panel/panel.c: Small fixes to position setting and other cleanups 2003-02-12 15:01 huysmans * panel/icons.h, panel/item_dialog.c, panel/xfce_support.c, panel/xfce_support.h, plugins/systembuttons/systembuttons.c: Properly use const keyword in several places 2003-02-12 08:52 xfce * panel/xfce_support.c: *** empty log message *** 2003-02-12 06:53 huysmans * panel/controls.c, panel/panel.c: Fix menu translation functions 2003-02-11 22:36 huysmans * doc/html/index.html, doc/html/ln-legalnotice.html, doc/html/panel-getting-started.html, doc/html/panel-prefs.html, doc/html/panel-use.html, doc/xml/xfce4-panel.xml: Add a little more structure and text to the documentation 2003-02-11 19:48 xfce * ChangeLog: Update ChangeLog 2003-02-11 19:43 xfce * panel/xfce_support.c: Add additional sanity checks to satrtup notification code. 2003-02-11 18:07 xfce * panel/xfce_support.c: *** empty log message *** 2003-02-11 16:40 xfce * panel/xfce_support.c: Make sure we don't free system var environ by mistake... 2003-02-10 21:58 huysmans * configure, configure.ac, po/es_MX.gmo, po/es_MX.po: Forgot to put old spanish translations back as es_MX 2003-02-10 19:39 huysmans * po/es.gmo, po/es.po, po/fi.gmo, po/fi.po: Update spanish translations 2003-02-10 12:17 xfce * panel/xfce_support.c: Increase startup notification timeout to 30 seconds 2003-02-10 11:52 xfce * Makefile.in, aclocal.m4, config.h.in, configure, configure.ac, doc/Makefile.in, doc/html/Makefile.in, doc/images/Makefile.in, doc/xml/Makefile.in, icons/Makefile.in, panel/Makefile.am, panel/Makefile.in, panel/info.c, panel/item.c, panel/item.h, panel/item_dialog.c, panel/panel.c, panel/xfce_support.c, panel/xfce_support.h, plugins/Makefile.in, plugins/clock/Makefile.in, plugins/mailcheck/Makefile.am, plugins/mailcheck/Makefile.in, plugins/mailcheck/mailcheck.c, plugins/switcher/Makefile.in, plugins/systembuttons/Makefile.in, plugins/systembuttons/systembuttons.c, settings/Makefile.in, themes/Crystal/Makefile.in, themes/Curve/Makefile.in, themes/Gnome/Makefile.in, themes/Makefile.in, themes/Noia/Makefile.in, themes/XFce/Makefile.in: Add support for startup notification from freedesktop.org standard Fix a few memory leaks 2003-02-04 11:01 huysmans * ChangeLog, example.xfce4rc.in: Fix the default rc file to show the correct number of items 2003-02-04 10:00 huysmans * Makefile.am, Makefile.in, configure, configure.ac, doc, doc/Makefile.am, doc/Makefile.in, doc/html, doc/html/GPL.html, doc/html/Makefile.am, doc/html/Makefile.in, doc/html/copyright.html, doc/html/index.html, doc/html/ln-legalnotice.html, doc/html/panel-getting-started.html, doc/html/panel-prefs.html, doc/html/panel-use.html, doc/images, doc/images/Makefile.am, doc/images/Makefile.in, doc/images/default_panel.png, doc/xml, doc/xml/GPL.xml, doc/xml/Makefile.am, doc/xml/Makefile.in, doc/xml/copyright.xml, doc/xml/xfce.xsl, doc/xml/xfce4-panel.xml, example.xfce4rc.in, po/de.gmo, po/es.gmo, po/fi.gmo, po/fr.gmo, po/nl.gmo: Add documentation framework and some preliminary text 2003-02-03 18:44 huysmans * settings/xfce_settings_dialog.c: Fix setting the correct theme in the dialog 2003-02-03 08:31 huysmans * plugins/systembuttons/systembuttons.c: Fix systembutton sizing 2003-02-02 21:02 huysmans * ChangeLog, po/POTFILES.in, po/de.po, po/es.po, po/fi.po, po/fr.po, po/nl.po, po/xfce4-panel.pot: Update translatable strings 2003-02-02 20:29 huysmans * panel/item_dialog.c, panel/panel.c, plugins/systembuttons/systembuttons.c, settings/xfce_settings_dialog.c: Oh, I don't know. Random changes I guess 2003-02-02 13:20 huysmans * ChangeLog, example.xfce4rc.in, panel/controls.c, plugins/systembuttons/systembuttons.c: Updates assorti, mainly systembuttons 2003-02-02 12:39 huysmans * plugins/systembuttons/systembuttons.c: Improve arranging systembuttons 2003-02-02 08:49 huysmans * plugins/mailcheck/mailcheck.c: Fix mail check. 2003-02-01 19:34 huysmans * configure, configure.ac, plugins/Makefile.am, plugins/Makefile.in, plugins/mailcheck/mailcheck.c, plugins/trash, po/de.gmo, po/es.gmo, po/fi.gmo, po/fr.gmo, po/nl.gmo: Remove trash plugin. Cleanup mailcheck plugin 2003-02-01 14:08 xfce * settings/xfce_settings.h: Use "xfce" lowercase for channel name 2003-02-01 13:37 huysmans * plugins/clock/clock.c: Fix crash when changing clock type 2003-02-01 13:23 huysmans * AUTHORS, plugins/clock/clock.c: Small cleanup 2003-02-01 13:16 huysmans * AUTHORS, ChangeLog, plugins/clock/clock.c, po/de.po, po/es.po, po/fi.po, po/fr.po, po/nl.po, po/xfce4-panel.pot: Cleanup clock plugin. Update to gettext 0.11.5 2003-02-01 09:44 huysmans * po/fi.gmo, po/fi.po: Update finnish translations 2003-02-01 08:29 huysmans * panel/item.c: Fix bug where libxml ate special characters. Patch by Michael Mosier. 2003-01-30 16:18 huysmans * panel/panel.c: Make handle look a bit better when size >= MEDIUM 2003-01-30 16:12 huysmans * panel/info.c: Make dialog look a bit better 2003-01-30 15:53 huysmans * AUTHORS, COPYING, ChangeLog, icons/xfce_slogan.xpm, panel/info.c, po/POTFILES.in, po/de.gmo, po/de.po, po/es.gmo, po/es.po, po/fi.gmo, po/fi.po, po/fr.gmo, po/fr.po, po/nl.gmo, po/nl.po, po/xfce4-panel.pot: Update info text. Use AUTHORS for the credits page. Fix strange characters in COPYING 2003-01-30 13:32 huysmans * panel/Makefile.am, panel/Makefile.in, panel/handle.c, panel/handle.h, panel/info.h, panel/panel.c: Remove handle.[ch]. Code moved to panel.c. 2003-01-30 11:53 huysmans * ChangeLog, panel/Makefile.am, panel/Makefile.in, panel/callbacks.c, panel/callbacks.h, panel/groups.c, panel/handle.c, panel/item.c, panel/popup.c, panel/popup.h: Remove callbacks.[ch]. Last remaining functions moved to popup.c 2003-01-29 15:41 huysmans * README, TODO, panel/callbacks.c, panel/callbacks.h, panel/global.h, panel/item.c, panel/item.h, panel/item_dialog.c, panel/item_dialog.h, panel/popup.c, panel/popup.h, po/de.gmo, po/es.gmo, po/fi.gmo, po/fr.gmo, po/nl.gmo, settings/xfce_settings.h: Cleanup. Unify PanelItem and MenuItem to avoid code duplication. Small bug fixes. 2003-01-29 12:15 huysmans * ChangeLog, panel/Makefile.am, panel/Makefile.in, panel/controls.c, panel/groups.c, panel/main.c, panel/mcs_client.c, panel/mcs_client.h, panel/panel.c, panel/settings.c, po/de.po, po/es.po, po/fi.po, po/fr.po, po/nl.po, po/xfce4-panel.pot: Cleanup configuration handling and other fixes. Includes string changes. 2003-01-28 21:50 huysmans * panel/item_dialog.c: Fix menu item reordering 2003-01-28 15:36 huysmans * ChangeLog, panel/global.h, panel/groups.c, panel/icons.c, panel/main.c, panel/panel.c, plugins/switcher/switcher.c: Several small cleanups and some gratuitous reformating 2003-01-27 22:01 huysmans * ChangeLog, configure, panel/controls.c, panel/controls.h, panel/global.h, panel/groups.c, panel/groups.h, panel/handle.c, panel/handle.h, panel/mcs_client.c, panel/panel.c, panel/panel.h, panel/popup.c, panel/popup.h, plugins/switcher/switcher.c, plugins/systembuttons/systembuttons.c, settings/xfce_settings.h, settings/xfce_settings_dialog.c, settings/xfce_settings_plugin.c: Remove old style and switcher minibuttons 2003-01-26 18:33 huysmans * configure.ac, po/fi.gmo, po/fi.po: Add Finnish translations 2003-01-25 21:26 huysmans * panel/controls_dialog.c: Don't ask for removal confirmation for controls without popup menu 2003-01-25 18:30 huysmans * plugins/systembuttons/systembuttons.c: Add orientation to systembuttons 2003-01-25 13:14 huysmans * po/de.gmo, po/de.po: Really add german translation 2003-01-25 13:12 huysmans * configure, configure.ac: Add german translation 2003-01-25 12:25 huysmans * ChangeLog, plugins/clock/clock.c, plugins/switcher/switcher.c, plugins/systembuttons/systembuttons.c: Hide popup for clock and systembuttons 2003-01-24 15:19 xfce * plugins/clock/Makefile.am, plugins/clock/Makefile.in, plugins/clock/clock.c, plugins/mailcheck/Makefile.am, plugins/mailcheck/Makefile.in, plugins/mailcheck/mailcheck.c, plugins/switcher/Makefile.am, plugins/switcher/Makefile.in, plugins/switcher/switcher.c, plugins/systembuttons/Makefile.am, plugins/systembuttons/Makefile.in, plugins/systembuttons/systembuttons.c, plugins/trash/Makefile.am, plugins/trash/Makefile.in, plugins/trash/trash.c, settings/xfce_settings_dialog.c: Fix a bunch of i18n problems: bindtextdomain must be invoked each time a plugin has to display something otherwise other bindtextdomains take precedence and display is not translated anymore... 2003-01-24 14:57 xfce * po/es.gmo, po/es.po, po/fr.gmo, po/fr.po, po/nl.gmo, po/nl.po, po/xfce4-panel.pot: Fix encoding not specified in es.po, regenerate pot file (required after Edscott fixed a typo in the source) and adjust french translation. 2003-01-24 14:41 xfce * Makefile.in, aclocal.m4, config.h.in, configure, configure.ac, icons/Makefile.in, panel/Makefile.in, plugins/Makefile.in, plugins/clock/Makefile.in, plugins/mailcheck/Makefile.in, plugins/switcher/Makefile.in, plugins/systembuttons/Makefile.in, plugins/trash/Makefile.in, po/fr.gmo, po/fr.po, settings/Makefile.in, themes/Crystal/Makefile.in, themes/Curve/Makefile.in, themes/Gnome/Makefile.in, themes/Makefile.in, themes/Noia/Makefile.in, themes/XFce/Makefile.in: Add french xtion. 2003-01-24 13:33 edscott * Makefile.in, aclocal.m4, config.h.in, configure, configure.ac, icons/Makefile.in, panel/Makefile.in, panel/icons.c, plugins/Makefile.in, plugins/clock/Makefile.in, plugins/mailcheck/Makefile.in, plugins/switcher/Makefile.in, plugins/systembuttons/Makefile.in, plugins/trash/Makefile.in, po/es.gmo, po/es.po, po/nl.gmo, po/nl.po, settings/Makefile.in, themes/Crystal/Makefile.in, themes/Curve/Makefile.in, themes/Gnome/Makefile.in, themes/Makefile.in, themes/Noia/Makefile.in, themes/XFce/Makefile.in: added spanish translation and fixed a typo in source code 2003-01-24 11:53 huysmans * ChangeLog, Makefile.am, Makefile.in, aclocal.m4, config.h.in, configure, configure.ac, icons/Makefile.in, panel/Makefile.am, panel/Makefile.in, panel/callbacks.c, panel/controls.c, panel/controls_dialog.c, panel/global.h, panel/groups.c, panel/handle.c, panel/icons.c, panel/info.c, panel/item.c, panel/item_dialog.c, panel/main.c, panel/mcs_client.c, panel/my_gettext.h, panel/panel.c, panel/popup.c, panel/settings.c, panel/xfce_support.c, plugins/Makefile.in, plugins/clock/Makefile.am, plugins/clock/Makefile.in, plugins/clock/clock.c, plugins/mailcheck/Makefile.am, plugins/mailcheck/Makefile.in, plugins/mailcheck/mailcheck.c, plugins/switcher/Makefile.am, plugins/switcher/Makefile.in, plugins/switcher/switcher.c, plugins/systembuttons/Makefile.am, plugins/systembuttons/Makefile.in, plugins/systembuttons/systembuttons.c, plugins/trash/Makefile.am, plugins/trash/Makefile.in, plugins/trash/trash.c, po, po/Makefile.in.in, po/POTFILES.in, po/nl.gmo, po/nl.po, po/xfce4-panel.pot, settings/Makefile.am, settings/Makefile.in, settings/xfce_settings_dialog.c, settings/xfce_settings_plugin.c, themes/Crystal/Makefile.in, themes/Curve/Makefile.in, themes/Gnome/Makefile.in, themes/Makefile.in, themes/Noia/Makefile.in, themes/XFce/Makefile.in: Add i18n framework and Dutch translation 2003-01-21 19:12 huysmans * ChangeLog, panel/controls.c, panel/panel.c: Small things that weren't committed yet 2003-01-19 22:22 huysmans * panel/controls.c: Fixing popup menu positioning 2003-01-19 21:51 huysmans * panel/controls.c, panel/panel.c: Use edit/remove/add menu on panel control right-click 2003-01-19 16:39 madkiss * panel/xfce_support.c: Line 209: Change "char c;" to "int c;" since "char" can end in an infinite loop. Please also refer to Debian GNU/Linux bugreport #177429, available at http://bugs.debian.org/177429 2003-01-19 14:34 huysmans * panel/callbacks.c, panel/main.c, panel/panel.c: Fix problem with dragging files that contain spaces 2003-01-18 17:13 huysmans * panel/panel.c: Damnit I must learn some basic math. Got the ratios the wrong way around 2003-01-18 16:20 huysmans * panel/panel.c: Save screen width and height, so we can use a relative position, when the user logs in with a different screen resolution 2003-01-18 10:37 huysmans * panel/popup.c: Open a menu when dragging over the toggle button. Thanks to perldude for suggesting it. This is a cool feature 2003-01-18 09:51 huysmans * panel/mcs_client.c, panel/panel.c, panel/panel.h, panel/popup.c: Use gdk_window_move() to prevent margins from interfering with position setting 2003-01-17 23:06 huysmans * panel/controls_dialog.c: revert changes that made saving changes fail 2003-01-17 20:16 huysmans * ChangeLog, panel/controls_dialog.c, plugins/switcher/switcher.c: Use updated netk functions for workspace names and other dialog fixes 2003-01-17 10:24 huysmans * Makefile.in, aclocal.m4, configure, icons/Makefile.in, panel/handle.c, plugins/Makefile.in, plugins/clock/Makefile.in, plugins/mailcheck/Makefile.in, plugins/switcher/Makefile.in, plugins/systembuttons/Makefile.in, plugins/trash/Makefile.in, settings/Makefile.in, settings/xfce_settings_dialog.c, themes/Crystal/Makefile.in, themes/Curve/Makefile.in, themes/Gnome/Makefile.in, themes/Makefile.in, themes/Noia/Makefile.in, themes/XFce/Makefile.in: Use same border width gtk uses in dialog action area. Some reordering in the panel dialog. Looks better IMO. 2003-01-13 10:17 huysmans * ChangeLog, panel/item_dialog.c: Really fix crash in menu 2003-01-12 22:41 huysmans * panel/Makefile.in, panel/item_dialog.c: Fix panel crash when removing menu items 2003-01-12 22:20 huysmans * panel/callbacks.c: Fix bug in mouse press handling that stopped the menu from working 2003-01-12 20:35 xfce * Makefile.in, aclocal.m4, configure, configure.ac, icons/Makefile.in, panel/Makefile.in, plugins/Makefile.in, plugins/clock/Makefile.in, plugins/mailcheck/Makefile.in, plugins/switcher/Makefile.in, plugins/systembuttons/Makefile.in, plugins/trash/Makefile.in, settings/Makefile.am, settings/Makefile.in, themes/Crystal/Makefile.in, themes/Curve/Makefile.in, themes/Gnome/Makefile.in, themes/Makefile.in, themes/Noia/Makefile.in, themes/XFce/Makefile.in, xfce4.spec.in: Add a check for availability of xfce-mcs-manager 2003-01-12 19:50 huysmans * panel/callbacks.c, panel/controls.c, panel/handle.c: Use SHIFT-button1 as equivalent for right-click 2003-01-11 18:58 huysmans * panel/Makefile.am, panel/Makefile.in: Rename binary to xfce4-panel 2003-01-11 16:32 huysmans * ChangeLog, configure, configure.ac, panel/mcs_client.c, settings/Makefile.am, settings/Makefile.in: Update to use new settings manager plugin path 2003-01-11 12:08 huysmans * ChangeLog, Makefile.in, aclocal.m4, configure, configure.ac, icons/Makefile.in, panel/Makefile.in, panel/mcs_client.c, plugins/Makefile.in, plugins/clock/Makefile.in, plugins/mailcheck/Makefile.in, plugins/switcher/Makefile.in, plugins/systembuttons/Makefile.in, plugins/trash/Makefile.in, settings/Makefile.in, settings/xfce_settings_dialog.c, themes/Crystal/Makefile.in, themes/Curve/Makefile.in, themes/Gnome/Makefile.in, themes/Makefile.in, themes/Noia/Makefile.in, themes/XFce/Makefile.in: Use new check for running settings manager 2003-01-09 23:03 xfce * Makefile.in, config.h.in, configure, configure.ac, icons/Makefile.in, panel/Makefile.in, plugins/Makefile.in, plugins/clock/Makefile.in, plugins/mailcheck/Makefile.in, plugins/switcher/Makefile.in, plugins/systembuttons/Makefile.in, plugins/trash/Makefile.in, settings/Makefile.in, themes/Crystal/Makefile.in, themes/Curve/Makefile.in, themes/Gnome/Makefile.in, themes/Makefile.in, themes/Noia/Makefile.in, themes/XFce/Makefile.in, xfce4.spec.in: Update dependencies on libxfcegui4 version and libxfce4mcs 2003-01-09 22:53 xfce * Makefile.in, aclocal.m4, configure, icons/Makefile.in, panel/Makefile.in, plugins/Makefile.in, plugins/clock/Makefile.in, plugins/mailcheck/Makefile.in, plugins/switcher/Makefile.in, plugins/systembuttons/Makefile.in, plugins/trash/Makefile.in, settings/Makefile.am, settings/Makefile.in, themes/Crystal/Makefile.in, themes/Curve/Makefile.in, themes/Gnome/Makefile.in, themes/Makefile.in, themes/Noia/Makefile.in, themes/XFce/Makefile.in: Add " -avoid-version " to libxfce4settings_la_LDFLAGS in settings/Makefile.am 2003-01-09 22:25 huysmans * panel/item_dialog.c, panel/popup.c, panel/popup.h: Fix possible bug in menu item ordering. See if you can break this one perldude :) 2003-01-09 07:05 huysmans * ChangeLog, plugins/switcher/switcher.c, plugins/systembuttons/systembuttons.c: Fix bug in calling mcs_dialog(). Thanks to L. Friendman for pointing it out. 2003-01-08 14:55 huysmans * panel/handle.c, panel/mcs_client.c, panel/mcs_client.h: Add option to run settings manager dialog to right-click menu on move handles 2003-01-08 13:16 huysmans * ChangeLog, settings/xfce_settings_dialog.c: Add new header to xfce4 plugin and add a bit more border 2003-01-08 12:28 huysmans * panel/info.c, settings/xfce_settings_dialog.c: Use new dialog header for settings plugin 2003-01-05 15:55 huysmans * ChangeLog, panel/global.h, panel/main.c, panel/mcs_client.c, panel/xfce_support.c, panel/xfce_support.h, settings/xfce_settings_dialog.c: Use dialogs from libxfcegui4 2003-01-04 08:49 huysmans * settings/xfce_settings_plugin.c: Use inline icon 2003-01-02 11:34 huysmans * panel/xfce_support.c: Fix small bug in localized config file names 2002-12-31 11:20 huysmans * plugins/switcher/switcher.c: Resize on workspace creation/deletion 2002-12-31 11:12 huysmans * ChangeLog, Makefile.in, aclocal.m4, configure, icons/Makefile.am, icons/Makefile.in, panel/Makefile.in, plugins/Makefile.in, plugins/clock/Makefile.in, plugins/mailcheck/Makefile.in, plugins/switcher/Makefile.in, plugins/switcher/switcher.c, plugins/systembuttons/Makefile.in, plugins/trash/Makefile.in, settings/Makefile.in, settings/xfce_settings_dialog.c, settings/xfce_settings_plugin.c, themes/Crystal/Makefile.in, themes/Curve/Makefile.in, themes/Gnome/Makefile.in, themes/Makefile.in, themes/Noia/Makefile.in, themes/XFce/Makefile.in: Several fixes: minibuttons position, settings plugin icon and non-modal dialog, netk_pager sizing 2002-12-30 20:53 huysmans * panel/handle.c, plugins/switcher/switcher.c: Remove exit and iconify buttons from handles 2002-12-28 21:16 huysmans * panel/main.c: Fix SIGHUP handling. Thanks to Steganos for pointing it out 2002-12-28 08:54 huysmans * ChangeLog, TODO: Update ChangeLog and TODO file 2002-12-28 08:53 huysmans * plugins/switcher/switcher.c: Fix minibutton positioning 2002-12-27 15:25 huysmans * plugins/switcher/switcher.c: Fix size setting of graphical pager 2002-12-27 14:30 huysmans * plugins/switcher/switcher.c: Small fix to dialog 2002-12-27 14:08 huysmans * plugins/switcher/switcher.c: Add graphical pager option to switcher plugin 2002-12-24 10:56 huysmans * panel/callbacks.c, panel/callbacks.h, panel/popup.c: Make ESC close popup menu 2002-12-23 09:28 huysmans * ChangeLog, panel/mcs_client.c, panel/mcs_client.h: Add missing files 2002-12-23 09:17 huysmans * Makefile.am, Makefile.in, configure, configure.ac, icons/Makefile.in, panel/Makefile.am, panel/Makefile.in, panel/callbacks.c, panel/dialogs.c, panel/dialogs.h, panel/handle.c, panel/main.c, panel/panel.c, panel/settings.c, plugins/Makefile.in, plugins/clock/Makefile.am, plugins/clock/Makefile.in, plugins/clock/clock.c, plugins/mailcheck/Makefile.am, plugins/mailcheck/Makefile.in, plugins/mailcheck/mailcheck.c, plugins/switcher/Makefile.am, plugins/switcher/Makefile.in, plugins/switcher/switcher.c, plugins/systembuttons/Makefile.am, plugins/systembuttons/Makefile.in, plugins/systembuttons/systembuttons.c, plugins/trash/Makefile.am, plugins/trash/Makefile.in, settings, settings/Makefile.am, settings/Makefile.in, settings/xfce_settings.h, settings/xfce_settings_dialog.c, settings/xfce_settings_dialog.h, settings/xfce_settings_plugin.c, settings/xfce_settings_plugin.h, themes/Crystal/Makefile.in, themes/Curve/Makefile.in, themes/Gnome/Makefile.in, themes/Makefile.in, themes/Noia/Makefile.in, themes/XFce/Makefile.in: Add settings manager plugin and make the panel a settings client. Cool stuff :) 2002-12-20 12:12 huysmans * panel/controls.c, panel/controls.h, panel/controls_dialog.c, panel/panel.c, panel/settings.c: Fix bug with controls dialog. Thanks to Korbinus for reporting it. 2002-12-17 18:07 huysmans * ChangeLog, README, TODO: Update README and TODO file 2002-12-17 16:03 huysmans * ChangeLog, panel/callbacks.c, panel/callbacks.h, panel/controls.c, panel/controls.h, panel/controls_dialog.c, panel/controls_dialog.h, panel/global.h, panel/groups.c, panel/groups.h, panel/handle.c, panel/item.c, panel/item.h, panel/item_dialog.c, panel/item_dialog.h, panel/main.c, panel/panel.c, panel/plugins.h, panel/popup.h, panel/xfce_support.c, panel/xfce_support.h, plugins/clock/clock.c, plugins/mailcheck/mailcheck.c, plugins/switcher/switcher.c, plugins/systembuttons/systembuttons.c, plugins/trash/trash.c: Another big API change. I think I got it right this time: control classes providing the interface to panel controls, including a function to create new instances. 2002-12-16 19:12 huysmans * ChangeLog, panel/controls.c, panel/plugins.h, plugins/clock/clock.c, plugins/mailcheck/mailcheck.c, plugins/switcher/switcher.c, plugins/systembuttons/systembuttons.c, plugins/trash/trash.c: Fix version checking code 2002-12-16 18:02 huysmans * ChangeLog, panel/Makefile.am, panel/Makefile.in, panel/controls.c, panel/controls.h, panel/controls_dialog.c, panel/groups.c, panel/plugins.h, plugins/clock/clock.c, plugins/mailcheck/mailcheck.c, plugins/switcher/switcher.c, plugins/systembuttons/systembuttons.c, plugins/trash/trash.c: Add new module loading code 2002-12-16 08:09 huysmans * plugins/clock/clock.c: Fix date bug 2002-12-16 07:16 huysmans * panel/groups.c: Fix bug with handling old config file 2002-12-13 22:09 huysmans * ChangeLog, configure, configure.ac, panel/Makefile.am, panel/Makefile.in, panel/builtins.c, panel/builtins.h, panel/controls.c, panel/global.h, panel/info.c, plugins/Makefile.am, plugins/Makefile.in, plugins/systembuttons, plugins/systembuttons/Makefile.am, plugins/systembuttons/Makefile.in, plugins/systembuttons/systembuttons.c: remove last builtins and add new systembuttons plugin 2002-12-12 21:21 huysmans * ChangeLog, panel/groups.c, panel/groups.h, panel/handle.c: Allow user to add a panel control from the handle right-click menu 2002-12-12 15:28 huysmans * panel/main.c, panel/panel.c, panel/panel.h: Improve SIGHUP handling 2002-12-12 11:09 huysmans * panel/panel.c, panel/xfce_support.c: Improve window layer handling 2002-12-12 09:23 huysmans * ChangeLog, example.xfce4rc.in: Update default rc file 2002-12-12 09:17 huysmans * ChangeLog, configure, configure.ac, panel/Makefile.am, panel/Makefile.in, panel/builtins.c, panel/callbacks.c, panel/central.c, panel/central.h, panel/controls.c, panel/controls.h, panel/controls_dialog.c, panel/dialogs.c, panel/dialogs.h, panel/global.h, panel/groups.c, panel/groups.h, panel/handle.c, panel/icons.c, panel/icons.h, panel/item.c, panel/item_dialog.c, panel/main.c, panel/main.h, panel/panel.c, panel/panel.h, panel/popup.c, panel/popup.h, panel/settings.c, panel/settings.h, panel/side.c, panel/side.h, panel/wmhints.c, panel/wmhints.h, panel/xfce.c, panel/xfce.h, panel/xfce_support.c, panel/xfce_support.h, plugins/Makefile.am, plugins/Makefile.in, plugins/switcher, plugins/switcher/Makefile.am, plugins/switcher/Makefile.in, plugins/switcher/switcher.c: Huge update. Highlights: switcher plugin instead of central panel code. Side panels don't exist anymore; there is one list of panel groups. xfce.c split up into main and panel modules. New general header file xfce.h that includes all exported headers. New fixes and probably new bugs 2002-12-03 14:24 huysmans * themes/Crystal/Makefile.am, themes/Crystal/Makefile.in, themes/Crystal/newmail.png, themes/Crystal/nomail.png, themes/Crystal/oldmail.png, themes/Noia/Makefile.am, themes/Noia/Makefile.in, themes/Noia/newmail.png, themes/Noia/nomail.png, themes/Noia/oldmail.png: Add mail icons to Crystal and Noia themes. Thanks (again) to Jeroen Vloothuis 2002-11-28 20:28 madkiss * debian/changelog, debian/control, debian/maintain/gdm-Xfce, debian/maintain/xfce4_setup, debian/maintain/xfce4_setup.1, debian/rules, debian/xfce4.install: Update to debian/-subdir included in xfce4_20021127-1. 2002-11-27 21:30 huysmans * ChangeLog, panel/icons.c, panel/xfce.c, plugins/mailcheck/mailcheck.c: Fix a bug in icon handling. Thanks to Korbinus 2002-11-26 14:04 huysmans * themes/XFce/Makefile.am, themes/XFce/Makefile.in: Also update makefiles 2002-11-26 14:01 huysmans * themes/XFce/mail.xpm, themes/XFce/newmail.xpm: Fix naming of new mail icon 2002-11-26 13:06 huysmans * configure, configure.ac, panel/icons.c, themes/Crystal, themes/Crystal/Makefile.am, themes/Crystal/Makefile.in, themes/Crystal/README, themes/Crystal/edit.png, themes/Crystal/file1.png, themes/Crystal/file2.png, themes/Crystal/games.png, themes/Crystal/man.png, themes/Crystal/miniinfo.png, themes/Crystal/minilock.png, themes/Crystal/minipalet.png, themes/Crystal/minipower.png, themes/Crystal/multimedia.png, themes/Crystal/network.png, themes/Crystal/paint.png, themes/Crystal/print.png, themes/Crystal/schedule.png, themes/Crystal/sound.png, themes/Crystal/terminal.png, themes/Crystal/trash_empty.png, themes/Crystal/trash_full.png, themes/Crystal/unknown.png, themes/Makefile.am, themes/Makefile.in, themes/Noia, themes/Noia/Makefile.am, themes/Noia/Makefile.in, themes/Noia/README, themes/Noia/edit.png, themes/Noia/file1.png, themes/Noia/file2.png, themes/Noia/games.png, themes/Noia/man.png, themes/Noia/miniinfo.png, themes/Noia/minilock.png, themes/Noia/minipalet.png, themes/Noia/minipower.png, themes/Noia/multimedia.png, themes/Noia/network.png, themes/Noia/paint.png, themes/Noia/print.png, themes/Noia/schedule.png, themes/Noia/sound.png, themes/Noia/terminal.png, themes/Noia/trash_empty.png, themes/Noia/trash_full.png, themes/Noia/unknown.png: Add Crystal and Noia themes provided by Jeroen Vloothuis (aka slm on IRC) 2002-11-26 08:06 huysmans * ChangeLog, aclocal.m4, configure, panel/wmhints.c, themes/Curve/Makefile.am, themes/Curve/Makefile.in, themes/Curve/newmail.png, themes/Curve/nomail.png, themes/Curve/oldmail.png: Fix bug in wmhints and add mail icons to Curve theme 2002-11-25 11:39 xfce * panel/xfce.c: Put back "gtk_widget_show" on toplevel, the panel doesn't show otherwise :) 2002-11-24 19:26 huysmans * panel/item_dialog.c, panel/xfce_support.c, panel/xfce_support.h: Only show preview when slecting icons 2002-11-23 17:39 xfce * aclocal.m4, configure, panel/builtins.c, panel/callbacks.c, panel/global.h, panel/handle.c, panel/item.c, panel/popup.c, panel/xfce.c, plugins/clock/clock.c, plugins/mailcheck/mailcheck.c, plugins/trash/trash.c: Update for libxfcegui4 new include base dir. 2002-11-23 11:24 huysmans * Makefile.am, Makefile.in, example.xfce4rc.in, panel/xfce.c: Install default xfce4rc 2002-11-22 13:33 huysmans * ChangeLog, panel/builtins.c, panel/item_dialog.c: Fix bug where file dialog stays below control dialog 2002-11-18 21:51 huysmans * panel/builtins.c, panel/controls.c, panel/controls.h, panel/xfce.c: Fix SIGHUP handling, I'll just quit. Restarting doesn't work 2002-11-13 09:23 huysmans * ChangeLog, aclocal.m4, configure, panel/builtins.c, panel/controls.c, panel/controls.h, panel/controls_dialog.c, panel/item.c, panel/side.c, panel/side.h, plugins/clock/clock.c, plugins/mailcheck/mailcheck.c, plugins/trash/trash.c: Panel control API change and several small fixes 2002-11-10 15:23 huysmans * panel/central.c, panel/dialogs.c: Fix repositioning bug in preferences dialog 2002-11-10 15:02 huysmans * panel/central.c: Fix screen button positioning bug (again./xfce4 ) 2002-11-10 14:54 huysmans * panel/central.c: Fix small screen naming bug 2002-11-10 14:41 huysmans * panel/central.c: Update desktop switcher 2002-11-10 13:07 huysmans * panel/controls_dialog.c, panel/side.c, panel/side.h: Allow removal of panel controls 2002-11-10 11:45 huysmans * panel/central.c: Fix a bug in screen name handling 2002-11-10 10:35 huysmans * panel/dialogs.c, panel/global.h, panel/popup.c, panel/side.c, panel/xfce.c, panel/xfce.h: Try to fix a bug in panel control positioning 2002-11-10 10:03 madkiss * debian, debian/changelog, debian/control, debian/copyright, debian/docs, debian/maintain, debian/maintain/xfce4.1, debian/rules, debian/xfce4-dev.install, debian/xfce4-themes.install, debian/xfce4.install, debian/xfce4.menu: Initial revision 2002-11-09 21:49 huysmans * panel/icons.c, panel/xfce.c: Fix a bug whith icon handling when there is no rc file or theme == NULL 2002-11-09 10:48 huysmans * panel/dialogs.c: Add back notebook tabs in global dialog 2002-11-08 22:21 xfce * panel/Makefile.in, plugins/Makefile.in, plugins/clock/Makefile.in, plugins/mailcheck/Makefile.in, plugins/trash/Makefile.in, themes/Curve/Makefile.in, themes/Gnome/Makefile.in, themes/Makefile.in, themes/XFce/Makefile.in: make sure required libs for build/rpm are listed, with versions and keep the minimum version required at only one place (configure.ac) 2002-11-08 22:15 xfce * Makefile.in, aclocal.m4, config.h.in, configure, configure.ac, icons/Makefile.in, xfce4.spec.in: make sure required libs for build/rpm are listed, with versions and keep the minimum version required at only one place (configure.ac) 2002-11-08 14:17 huysmans * ChangeLog, panel/dialogs.c: Add panel centering options to global dialog 2002-11-08 12:49 huysmans * configure, configure.ac, icons/Makefile.am, icons/Makefile.in, icons/addicon.xpm, icons/down.xpm, icons/edit.xpm, icons/file1.xpm, icons/file2.xpm, icons/games.xpm, icons/mail.xpm, icons/man.xpm, icons/miniinfo.xpm, icons/minilock.xpm, icons/minipalet.xpm, icons/minipower.xpm, icons/multimedia.xpm, icons/network.xpm, icons/nomail.xpm, icons/oldmail.xpm, icons/paint.xpm, icons/print.xpm, icons/schedule.xpm, icons/sound.xpm, icons/terminal.xpm, icons/trash_empty.xpm, icons/trash_full.xpm, icons/unknown.xpm, icons/up.xpm, panel/builtins.c, panel/central.c, panel/dialogs.c, panel/global.h, panel/icons.c, panel/icons.h, plugins/mailcheck/mailcheck.c, plugins/trash/trash.c, themes/Makefile.am, themes/Makefile.in, themes/XFce, themes/XFce/Makefile.am, themes/XFce/Makefile.in, themes/XFce/edit.xpm, themes/XFce/file1.xpm, themes/XFce/file2.xpm, themes/XFce/games.xpm, themes/XFce/mail.xpm, themes/XFce/man.xpm, themes/XFce/miniinfo.xpm, themes/XFce/minilock.xpm, themes/XFce/minipalet.xpm, themes/XFce/minipower.xpm, themes/XFce/multimedia.xpm, themes/XFce/network.xpm, themes/XFce/nomail.xpm, themes/XFce/oldmail.xpm, themes/XFce/paint.xpm, themes/XFce/print.xpm, themes/XFce/schedule.xpm, themes/XFce/sound.xpm, themes/XFce/terminal.xpm, themes/XFce/trash_empty.xpm, themes/XFce/trash_full.xpm, themes/XFce/unknown.xpm: Make default theme a normal theme. Get rid of builtin icons 2002-11-06 15:44 huysmans * ChangeLog, panel/central.c, panel/dialogs.c, panel/popup.c: Small fixes and cleanups 2002-11-06 11:14 huysmans * panel/controls_dialog.c: Really fixed control positioning. 2002-11-06 11:09 huysmans * panel/builtins.c, panel/controls_dialog.c, panel/dialogs.c, panel/global.h, panel/handle.c, panel/side.c: Fixed control positioning. 2002-11-05 22:53 huysmans * panel/side.c: This is an 'almost' fix for a control positioning bug. 2002-11-05 22:04 huysmans * ChangeLog, panel/callbacks.c, panel/callbacks.h, panel/central.c, panel/central.h, panel/controls.c, panel/controls.h, panel/controls_dialog.c, panel/dialogs.c, panel/global.h, panel/handle.c, panel/popup.c, panel/popup.h, panel/side.c, panel/side.h, panel/xfce.c: Major reworking of panel internals. Work in progress 2002-10-28 07:10 huysmans * panel/callbacks.c: Fix positioning bug the right way (Olivier's suggestion) 2002-10-27 16:22 huysmans * panel/side.c, panel/xfce_support.c: Use putenv instead of setenv. Solaris doesn't have it. 2002-10-27 13:25 huysmans * panel/item_dialog.c: Fix a menu editing bug that caused a crash 2002-10-27 12:38 huysmans * panel/callbacks.c: Attempt to fix menu positioning bug 2002-10-27 12:06 huysmans * panel/builtins.c, panel/callbacks.c, panel/callbacks.h, panel/central.c, panel/global.h, panel/xfce.c: More central panel code rearrangment 2002-10-27 11:11 huysmans * aclocal.m4, configure, panel/central.c, panel/central.h, panel/wmhints.c, panel/xfce.c, panel/xfce.h: separate central panel more from the panel code. First step to making it a module 2002-10-27 10:13 xfce * Makefile.in, aclocal.m4, autogen.sh, configure, icons/Makefile.in, panel/Makefile.in, panel/global.h, panel/xfce_support.c, plugins/Makefile.in, plugins/clock/Makefile.in, plugins/mailcheck/Makefile.in, plugins/trash/Makefile.in, themes/Curve/Makefile.in, themes/Gnome/Makefile.in, themes/Makefile.in: Change autogen.sh script to use env vars if available (instead of auto*-1.x as it was before) Make use of preview file selector instead of basic gtk file selector. 2002-10-25 21:57 xfce * panel/xfce.c: Increase SM priority to 40 2002-10-21 20:54 huysmans * ChangeLog, panel/xfce.c: Add session management functionality 2002-10-18 09:58 huysmans * ChangeLog, autogen.sh, panel/callbacks.c, panel/icons.h, panel/item_dialog.c, panel/popup.c, panel/popup.h: Use xfce_menubutton widget in popup menus 2002-10-11 20:56 xfce * xfce4.spec.in: Fix xfce4.spec file still pointing on old plugin location. 2002-10-11 14:19 huysmans * panel/Makefile.am, panel/Makefile.in, panel/global.h, panel/xfce_support.c, plugins/clock/Makefile.am, plugins/clock/Makefile.in, plugins/mailcheck/Makefile.am, plugins/mailcheck/Makefile.in, plugins/trash/Makefile.am, plugins/trash/Makefile.in: Move plugins under /usr/lib (FHS compliant). Thanks to Martin Loschwitz for bringing it up. 2002-10-10 15:43 huysmans * panel/builtins.c: Fix bug in builtins (stupid gcc 3.2 didn't complain) 2002-10-10 15:40 huysmans * panel/item_dialog.c: Fix bug where popup menu disappears if you press Add icon 2002-10-10 06:46 huysmans * ChangeLog, panel/dialogs.c, panel/global.h, panel/popup.c, panel/popup.h, panel/side.c, panel/side.h, panel/xfce.c, panel/xfce.h: Remove popup_size option and change add-to-menu icon 2002-10-09 22:32 huysmans * panel/Makefile.am, panel/Makefile.in, panel/builtins.c, panel/builtins.h, panel/controls.c, panel/iconbutton.c, panel/iconbutton.h, panel/item.c, panel/item.h, plugins/mailcheck/mailcheck.c, plugins/trash/trash.c: Use xfce_iconbutton widget for panel items 2002-10-08 22:13 huysmans * panel/callbacks.c, panel/item_dialog.c, panel/popup.c, panel/popup.h: New popup buttons. Really this time 2002-10-08 22:07 huysmans * panel/builtins.c, panel/controls.c, panel/controls.h, panel/popup.h: Oops used an old tree to commit. Revert. 2002-10-08 21:27 huysmans * panel/builtins.c, panel/controls.c, panel/controls.h, panel/popup.h: Use new xfce_togglebutton from libxfcegui4 2002-10-07 19:18 huysmans * icons/Makefile.am, icons/Makefile.in, icons/close.xpm, icons/handle.xpm, icons/iconify.xpm, panel/handle.c, panel/icons.c, panel/icons.h: Fix position saving bug 2002-10-07 14:36 huysmans * ChangeLog, panel/xfce.c: Increase size popup buttons by two pixels 2002-10-07 06:25 huysmans * ChangeLog, panel/handle.c: Add new decorbuttons 2002-10-06 21:32 huysmans * ChangeLog, panel/handle.c: Fix position saving 2002-10-06 15:17 huysmans * configure, configure.ac, panel/handle.c, plugins/clock/Makefile.am, plugins/clock/Makefile.in, plugins/clock/clock.c, plugins/clock/xfce_clock.c, plugins/clock/xfce_clock.h: Use new libxfcegui4 2002-10-05 21:53 huysmans * configure, configure.ac, panel/builtins.c, panel/controls.c, panel/global.h, plugins/Makefile.am, plugins/Makefile.in, plugins/trash, plugins/trash/Makefile.am, plugins/trash/Makefile.in, plugins/trash/trash.c: Make trash can a plugin 2002-10-05 21:01 huysmans * ChangeLog, panel/builtins.c, panel/global.h: A few fixes for bugs created with the clock plugin move 2002-10-05 20:49 huysmans * configure, configure.ac, panel/Makefile.am, panel/Makefile.in, panel/builtins.c, panel/controls.c, panel/xfce_clock.c, panel/xfce_clock.h, plugins/Makefile.am, plugins/Makefile.in, plugins/clock, plugins/clock/Makefile.am, plugins/clock/Makefile.in, plugins/clock/clock.c, plugins/clock/xfce_clock.c, plugins/clock/xfce_clock.h: Make the clock a plugin 2002-10-05 08:37 huysmans * ChangeLog, panel/handle.c, panel/handle.h, panel/xfce.c: update handle layout 2002-10-03 17:24 huysmans * panel/builtins.c, panel/xfce.c: Fix current desktop bug 2002-10-02 06:49 huysmans * panel/handle.c, panel/xfce.c: Re-add frame to move handles, remove separators. Looks a bit better I think 2002-10-01 22:25 huysmans * Makefile.am, Makefile.in, panel/Makefile.am, panel/Makefile.in, panel/handle.c, panel/handle.h, panel/move.c, panel/move.h, panel/popup.c, panel/side.c, panel/xfce.c: Initial layout change: handles on the sides 2002-09-30 08:33 xfce * panel/xfce_clock.c: Change length of hour needle to improve readability, especially in small size. 2002-09-30 06:55 huysmans * themes/Bluecurve: remove last remaining file from this dir 2002-09-29 21:22 huysmans * configure, configure.ac, themes/Bluecurve/Makefile.am, themes/Bluecurve/Makefile.in, themes/Bluecurve/README, themes/Bluecurve/edit.png, themes/Bluecurve/file1.png, themes/Bluecurve/file2.png, themes/Bluecurve/games.png, themes/Bluecurve/man.png, themes/Bluecurve/miniinfo.png, themes/Bluecurve/minilock.png, themes/Bluecurve/minipalet.png, themes/Bluecurve/minipower.png, themes/Bluecurve/multimedia.png, themes/Bluecurve/network.png, themes/Bluecurve/paint.png, themes/Bluecurve/print.png, themes/Bluecurve/schedule.png, themes/Bluecurve/sound.png, themes/Bluecurve/terminal.png, themes/Bluecurve/trash_empty.png, themes/Bluecurve/trash_full.png, themes/Bluecurve/unknown.png, themes/Curve, themes/Curve/Makefile.am, themes/Curve/Makefile.in, themes/Curve/README, themes/Curve/edit.png, themes/Curve/file1.png, themes/Curve/file2.png, themes/Curve/games.png, themes/Curve/man.png, themes/Curve/miniinfo.png, themes/Curve/minilock.png, themes/Curve/minipalet.png, themes/Curve/minipower.png, themes/Curve/multimedia.png, themes/Curve/network.png, themes/Curve/paint.png, themes/Curve/print.png, themes/Curve/schedule.png, themes/Curve/sound.png, themes/Curve/terminal.png, themes/Curve/trash_empty.png, themes/Curve/trash_full.png, themes/Curve/unknown.png, themes/Makefile.am, themes/Makefile.in: Change theme name 2002-09-29 18:54 huysmans * ChangeLog, panel/Makefile.am, panel/Makefile.in: Fix header missing from dist tarball 2002-09-29 18:39 huysmans * ChangeLog, configure, configure.ac, themes/Bluecurve, themes/Bluecurve/Makefile, themes/Bluecurve/Makefile.am, themes/Bluecurve/Makefile.in, themes/Bluecurve/README, themes/Bluecurve/edit.png, themes/Bluecurve/file1.png, themes/Bluecurve/file2.png, themes/Bluecurve/games.png, themes/Bluecurve/man.png, themes/Bluecurve/miniinfo.png, themes/Bluecurve/minilock.png, themes/Bluecurve/minipalet.png, themes/Bluecurve/minipower.png, themes/Bluecurve/multimedia.png, themes/Bluecurve/network.png, themes/Bluecurve/paint.png, themes/Bluecurve/print.png, themes/Bluecurve/schedule.png, themes/Bluecurve/sound.png, themes/Bluecurve/terminal.png, themes/Bluecurve/trash_empty.png, themes/Bluecurve/trash_full.png, themes/Bluecurve/unknown.png, themes/Gnome/Makefile.am, themes/Gnome/Makefile.in, themes/Makefile.am, themes/Makefile.in: Add Bluecurve theme 2002-09-29 09:00 xfce * panel/xfce_clock.c: Rendering and optimizations to clock_widget 2002-09-29 07:46 xfce * panel/xfce_clock.c: clock tweaking. 2002-09-29 07:38 xfce * panel/xfce_clock.c: Use MIN where MIN is meant and not MAX ! 2002-09-28 21:31 xfce * panel/builtins.c: Put back main field for builtin clock to eventbox otherwise the date doesn't show (Jasper was right :) ) 2002-09-28 21:24 xfce * panel/builtins.c, panel/xfce.c, panel/xfce_clock.c: Bug fixes in panel. When started w/out central panel, changing style (traditionnal/modern) cause gtk warning on NULL widget, and once started w/out central panel, it could not be showed anymore. 2002-09-28 20:55 xfce * panel/builtins.c, panel/xfce_clock.c: Change the clock widget so analog mode stay readable even in tiny mode. Remove the round frame arround the clock (it looked outdated) and change various internals. 2002-09-28 15:08 zedek * TODO: Update TODO list 2002-09-28 15:03 xfce * icons/Makefile.am, icons/Makefile.in: Err, forgot to remove the digits.xbm files from the Makefile.am ! 2002-09-28 14:53 xfce * icons/digits.xbm, panel/xfce_clock.c, panel/xfce_clock.h: Fix multiple clock not updating correctly, move digits.xbm inside xfce_clock.c because I want anybody to be able take up xfce_clock.[ch] and get all that is needed w/out requiring other external files. 2002-09-28 13:47 xfce * Makefile.am, Makefile.in, configure: Add removal of autom4te.cache dir at distclean. 2002-09-27 14:23 xfce * panel/xfce_clock.c: *** empty log message *** 2002-09-27 13:35 xfce * panel/xfce_clock.c: Add _finalize() method to xfce_clock widget. 2002-09-27 12:46 xfce * panel/controls.c: Jasper is right (as usual), the eventbox makes sense. 2002-09-27 12:18 xfce * panel/builtins.c, panel/callbacks.c, panel/central.c, panel/controls.c, panel/controls_dialog.c, panel/dialogs.c, panel/item_dialog.c, panel/popup.c, panel/side.c, panel/wmhints.c, panel/xfce_clock.c, panel/xfce_support.c: Fix clock widget as suggested by Olexiy Avramchenko on gtk-app-devel-list, revert g_ref since it's not necessary anymore, fix various compilation warnings (some being serious) 2002-09-26 20:59 xfce * panel/builtins.c, panel/controls.c, panel/controls_dialog.c, panel/xfce_clock.c: Bug hunting. Fixed the double free bug when removing clock widget. 2002-09-26 09:36 xfce * panel/builtins.c: Fix clock mode not being restored at startup. 2002-09-26 06:27 huysmans * panel/controls.c, panel/controls_dialog.c: Try to fix double free bug 2002-09-26 06:01 huysmans * ChangeLog, panel/dialogs.c: Fix embarrassing bug in the code for finding themes. Thanks Korbinus. 2002-09-25 21:17 xfce * panel/builtins.c: Put back clock frame with traditional panel style for zeDek :) 2002-09-25 20:35 xfce * panel/builtins.c, panel/xfce_clock.c, panel/xfce_clock.h: Change clock internals. 2002-09-24 21:33 zedek * panel/builtins.c: Fixed a bug (again) in the clock code (unnitialized variable) 2002-09-24 18:39 huysmans * ChangeLog, panel/popup.c: Fix sizing Add Icon menu item 2002-09-24 16:01 zedek * panel/builtins.c: Fixed (who knows ;) the LED clock 2002-09-24 00:33 zedek * ChangeLog: Update ChangeLog 2002-09-24 00:28 zedek * panel/builtins.c, panel/xfce_clock.c: Removed the previous debug messages Code cleanups Applied Olivie's Patch (another one :p) Removed xfce_clock_set_shadow_type function (useless) Added a function to update the clock module size whenever a config option changes (actually it only make a call to clock_set_size) ... other things I can't remember :D (I'm a little bit tired you know) 2002-09-23 22:46 zedek * panel/builtins.c, panel/xfce_clock.c, panel/xfce_clock.h: Added lots of debug messages Fixed (huh?) the LED/Digital display bug (still needs improvement) Applied Olivier's patch (gtk_draw_rectangles calls replace the previous gtk_draw_box) Fixed the frame display bug (was not shown on startup) 2002-09-23 20:58 huysmans * panel/xfce.c: Try to fix crash on exit 2002-09-23 20:25 huysmans * panel/xfce.c: Fix crash on ctrl-c. 2002-09-23 19:04 huysmans * panel/xfce.c: Change default vertical position 2002-09-23 18:09 huysmans * panel/controls_dialog.c, panel/dialogs.c, panel/item_dialog.c: Save settings after closing any dialog 2002-09-23 16:45 huysmans * panel/builtins.c, panel/central.c, panel/controls.c, panel/dialogs.c, panel/side.c: Fix resize bug 2002-09-22 20:08 huysmans * TODO, config.h.in, configure, panel/side.c: Fixed the move handle positioning. Or did I? 2002-09-22 18:46 huysmans * panel/callbacks.c: Fix popup menu positioning even more ;-) 2002-09-22 18:29 huysmans * panel/side.c: Now really fix move handle positioning. Really. 2002-09-22 18:11 zedek * configure.ac: Add debug infos at runtime (--enable-debug) 2002-09-22 18:01 huysmans * panel/controls.c, panel/controls.h: Some cleanup 2002-09-22 17:43 zedek * panel/debug.h: fix my previous commit (debug macro) 2002-09-22 17:42 zedek * panel/global.h: Added debug macros 2002-09-22 15:19 huysmans * ChangeLog: Update ChangeLog 2002-09-22 15:17 huysmans * panel/callbacks.c, panel/callbacks.h, panel/controls.c, panel/side.c: Add close button on move handle (like xfce3) 2002-09-22 14:35 huysmans * panel/callbacks.c: Really fix popup menu positioning 2002-09-22 14:30 huysmans * panel/callbacks.c: Fix popup menu positioning 2002-09-22 13:39 huysmans * panel/central.c, panel/side.c, panel/xfce.c: Fix move handle positioning in vertical mode 2002-09-21 21:06 huysmans * ChangeLog, panel/central.c: Fix button ordering bug. Quite embarrassing actually 2002-09-21 19:28 huysmans * configure, icons/Makefile.am, icons/Makefile.in, panel/builtins.c, panel/callbacks.c, panel/callbacks.h, panel/central.c, panel/controls.c, panel/controls.h, panel/dialogs.c, panel/global.h, panel/popup.c, panel/popup.h, panel/side.c, panel/side.h, panel/xfce.c, panel/xfce.h: Fix panel reorientation 2002-09-21 10:07 zedek * TODO: Update the TODO list 2002-09-21 07:26 zedek * ChangeLog: ChangeLog updates 2002-09-21 07:21 zedek * panel/dialogs.c: Fix the bad number of desktop buttons when reverting in the panel configuration 2002-09-20 08:54 zedek * panel/central.c: Fix the desktop buttons handling (size,positionning) 2002-09-20 08:05 zedek * icons/digits.xbm, panel/builtins.c, panel/xfce_clock.c, panel/xfce_clock.h: Cosmetic changes Removed the digits data from the C source (clean up) and set it in a separate file Added tiny size handle (still not functionnal for the clock :)) 2002-09-18 15:05 zedek * panel/builtins.c: Fixed my previous commit (bis) :) 2002-09-18 15:02 zedek * panel/builtins.c: Fixed my previous commit :) 2002-09-18 12:52 zedek * panel/builtins.c: Added Write/Read to the xfce4 rc file to store our configuration Fixed minor bugs (sic) Added functions to apply/revert the configuration in the confi dialog Code clean up More comments 2002-09-17 20:27 huysmans * TODO: Update todo list: we want to add variable width/height modules 2002-09-16 21:24 huysmans * panel/builtins.c, panel/builtins.h, panel/callbacks.c, panel/callbacks.h, panel/central.c, panel/central.h, panel/controls.c, panel/controls.h, panel/controls_dialog.c, panel/dialogs.c, panel/iconbutton.c, panel/iconbutton.h, panel/item.c, panel/item_dialog.c, panel/popup.c, panel/popup.h, panel/side.c, panel/side.h, panel/wmhints.c, panel/xfce.c, panel/xfce.h, panel/xfce_clock.c, panel/xfce_clock.h, panel/xfce_support.c, panel/xfce_support.h: Started fixing issues with the vertical panel 2002-09-16 16:36 huysmans * ChangeLog: Update ChangeLog 2002-09-16 16:35 huysmans * TODO, panel/callbacks.c, panel/callbacks.h, panel/central.c, panel/dialogs.c, panel/global.h, panel/xfce.c: Add vertical panel option by Botsie. Now this is a cool feature. 2002-09-15 08:48 huysmans * ChangeLog, panel/Makefile.in: Update ChangeLog and panel/Makefile.in 2002-09-14 06:49 zedek * ChangeLog: Updated the Changelog 2002-09-14 06:40 zedek * AUTHORS: updated my informations (addedd email) 2002-09-14 06:35 zedek * panel/builtins.c: First commit to support the new clock module. 2002-09-14 06:09 zedek * panel/Makefile.am: Added xfce_clock file to the compilation source list 2002-09-14 06:07 zedek * panel/xfce_clock.c, panel/xfce_clock.h: First commit for the clock module 2002-09-10 20:59 huysmans * panel/dialogs.c: fix problem with saving popup size 2002-09-06 19:54 huysmans * panel/central.c: Fix bug in screen button handling 2002-09-06 19:02 huysmans * panel/wmhints.c: Hopefully fix bug in panel-on-top option 2002-09-06 10:27 huysmans * panel/builtins.c, panel/item_dialog.c, panel/popup.c: fix small bugs in popup menu 2002-09-06 09:51 xfce * panel/controls.c: Fix crash at quit (g_free on GTK unref'd object is a bad idea, gtk+ does that itself). 2002-09-05 19:22 huysmans * panel/xfce.c: Fix bug that showed central panel, even if option was FALSE 2002-09-05 18:22 huysmans * Makefile.am, Makefile.in, xfce4.spec.in: fix spec file and update rpm build command (reported by R.P. Herrold) 2002-09-04 18:05 huysmans * ChangeLog, Makefile.am, Makefile.in: update ChangeLog and Makefile.am 2002-09-04 17:59 huysmans * AUTHORS, ChangeLog, Makefile.in, README, README.xml, TODO, example.xfce4rc.in, icons/Makefile.am, icons/Makefile.in, panel/Makefile.am, panel/Makefile.in, panel/builtins.c, panel/builtins.h, panel/callbacks.c, panel/callbacks.h, panel/central.c, panel/central.h, panel/controls.c, panel/controls.h, panel/controls_dialog.c, panel/controls_dialog.h, panel/dialogs.c, panel/dialogs.h, panel/global.h, panel/iconbutton.c, panel/iconbutton.h, panel/icons.c, panel/icons.h, panel/info.c, panel/item.c, panel/item.h, panel/item_dialog.c, panel/item_dialog.h, panel/module.c, panel/module.h, panel/move.c, panel/popup.c, panel/popup.h, panel/settings.c, panel/settings.h, panel/side.c, panel/side.h, panel/wmhints.c, panel/wmhints.h, panel/xfce.c, panel/xfce.h, panel/xfce_support.c, panel/xfce_support.h, plugins/mailcheck/mailcheck.c: Major rewrite several internals. Unify panel items and modules in PanelControl structure (and change the xml file format in the process), make all dialogs instant-apply, rearrange preferences dialog, add option to keep panel on top, probably more 2002-08-16 21:35 xfce * panel/global.h: Play with sizes, make the "tiny" panel somehow, well, tiny. 2002-08-11 21:04 huysmans * panel/info.c: fix deprecated gtk function 2002-08-11 20:55 huysmans * panel/xfce.c: temporarily comment out the DOCK_TYPE window hint 2002-08-11 19:39 huysmans * ChangeLog, panel/info.c: Update ChangeLog and update info panel a bit 2002-08-11 06:30 huysmans * ChangeLog, icons/xfce_slogan.xpm, panel/info.c: Really add info panel by Xavier Maillard 2002-08-10 20:45 huysmans * ChangeLog, Makefile.am, Makefile.in, configure, configure.ac, panel/Makefile.am, panel/Makefile.in, panel/callbacks.c, panel/dialogs.c, panel/dialogs.h, panel/xfce.c: Add info panel by Xavier Maillard 2002-08-08 21:27 huysmans * panel/builtins.c: Additions to Exit/Lock module 2002-08-08 18:24 huysmans * panel/central.c, panel/dialogs.c, panel/global.h, panel/xfce.c, panel/xfce.h: More config options for configuring central panel 2002-08-08 06:05 huysmans * panel/builtins.c, panel/dialogs.c, panel/global.h, panel/module.c, panel/module.h, panel/xfce.c, panel/xfce.h: Add option to hide central panel 2002-08-06 18:15 huysmans * Makefile.in, aclocal.m4, icons/Makefile.in, panel/Makefile.in, panel/central.c, panel/global.h, panel/icons.c, panel/wmhints.c, panel/wmhints.h, panel/xfce.c, plugins/Makefile.in, plugins/mailcheck/Makefile.in, themes/Gnome/Makefile.am, themes/Gnome/Makefile.in, themes/Gnome/miniinfo.png, themes/Gnome/minilock.png, themes/Gnome/minipalet.png, themes/Gnome/minipower.png, themes/Makefile.in: Add support for themeable minibuttons and increased the maximum number of groups to 16 2002-08-05 06:19 huysmans * ChangeLog, panel/dialogs.c: Don't disable changing number of desktops when desktop buttons are hidden 2002-08-04 14:42 huysmans * panel/central.c, panel/central.h, panel/dialogs.c, panel/global.h, panel/xfce.c: Add option to hide desktop buttons 2002-07-31 06:41 huysmans * panel/builtins.c, panel/callbacks.c, panel/callbacks.h, panel/central.c, panel/dialogs.c, panel/icons.c, panel/icons.h, panel/item.c, panel/item.h, panel/item_dialog.c, panel/item_dialog.h, panel/module.c, panel/module.h, panel/move.c, panel/popup.c, panel/popup.h, panel/settings.c, panel/side.c, panel/side.h, panel/wmhints.c, panel/xfce.c, panel/xfce_support.c, panel/xfce_support.h: Reformat files (missing empty lines at the end) and remove panel.h includes. Reported by Biju Chacko 2002-07-29 21:11 huysmans * panel/xfce.c: Destroy the panel before restarting or you will end up with ghost panels 2002-07-28 18:56 huysmans * panel/side.c, panel/side.h: Change frame in panel group to gtk_alignment. Much better size control 2002-07-28 15:42 huysmans * panel/builtins.c, panel/dialogs.c: In global dialog on revert change position at the end (after resizing) 2002-07-28 15:33 huysmans * panel/dialogs.c: Fix bug in finding icon themes 2002-07-28 15:08 huysmans * panel/dialogs.c, panel/xfce.c: Force modern style for tiny panel. Traditional looks weird. 2002-07-28 14:07 huysmans * panel/builtins.c: Update clock plugin to accept new panel size 2002-07-28 13:23 huysmans * panel/side.c, panel/xfce.c: Oops, forgot to add TINY_PANEL_ICONS to icon_size() 2002-07-28 12:56 huysmans * panel/builtins.c, panel/central.c, panel/dialogs.c, panel/global.h, panel/item.c, panel/item_dialog.c, panel/popup.c, panel/side.c, panel/side.h, panel/xfce.c: Added new size (Tiny) 2002-07-26 06:32 huysmans * ChangeLog: Updated ChangeLog 2002-07-26 06:29 huysmans * README, panel/xfce.c: Updated README and added delete/destroy callbacks to the panel 2002-07-18 21:40 xfce * configure, configure.ac: Change version scheme to YYMMDD instead of YYYYMMDD to keep consistent with xfwm4 2002-07-18 21:20 huysmans * config.h.in, configure, panel/builtins.c, panel/dialogs.c: hopefully fix a bug in directory opening 2002-07-16 17:50 huysmans * panel/item_dialog.c: refresh preview when leaving text entry in item dialog 2002-07-15 15:19 huysmans * panel/item_dialog.c: fixed bug in panel item dialog 2002-07-14 15:56 huysmans * panel/Makefile.am, panel/Makefile.in, panel/builtins.c, panel/callbacks.c, panel/dialogs.c, panel/dialogs.h, panel/item.c, panel/item_dialog.c, panel/item_dialog.h, panel/module.c, panel/module.h, plugins/mailcheck/mailcheck.c: Split up dialogs.c file and change item dialogs. This changes the module structure 2002-07-07 10:02 huysmans * panel/callbacks.c, panel/callbacks.h, panel/xfce.c, panel/xfce_support.c, panel/xfce_support.h, plugins/mailcheck/mailcheck.c: add execution in terminal option to mailcheck 2002-07-07 08:41 huysmans * panel/wmhints.c, panel/xfce.c, panel/xfce.h, panel/xfce_support.c: fix some startup issues 2002-07-07 07:08 huysmans * ChangeLog: Update ChangeLog 2002-07-07 07:05 huysmans * panel/module.c, panel/xfce.c, panel/xfce_support.c, panel/xfce_support.h: Add exit dialog 2002-07-06 15:20 huysmans * Makefile.in, aclocal.m4, configure, icons/Makefile.in, panel/module.c, panel/settings.c, panel/xfce_support.c, panel/xfce_support.h, plugins/Makefile.in, plugins/mailcheck/Makefile.in, plugins/mailcheck/mailcheck.c, themes/Gnome/Makefile.in, themes/Makefile.in: Add preferences to mailcheck plugin and probably some other things as well 2002-07-03 21:53 huysmans * panel/xfce.c: fix a small bug in global option behaviour and removed panel forking 2002-07-03 21:30 huysmans * panel/Makefile.am, panel/Makefile.in, panel/builtins.c, panel/callbacks.c, panel/central.c, panel/dialogs.c, panel/icons.c, panel/icons.h, panel/item.c, panel/popup.c, panel/side.c, panel/xfce.c, panel/xfce_support.c: improve icon handling 2002-07-03 20:19 huysmans * panel/Makefile.am, panel/callbacks.h, panel/dialogs.h, panel/dnd.c, panel/dnd.h, panel/icons.c, panel/icons.h, panel/xfce_support.c, panel/xfce_support.h: add new support module and remove dnd.* 2002-06-23 18:22 huysmans * panel/callbacks.c, panel/dialogs.c, panel/dialogs.h: add dialog for screen names and fix global dialog when setting number of desktops 2002-06-22 21:39 huysmans * panel/callbacks.c: also diable global configuration when disable_user_config is set 2002-06-22 20:53 huysmans * ChangeLog: update ChangeLog 2002-06-22 20:51 huysmans * panel/builtins.c, panel/callbacks.c, panel/dialogs.c, panel/dialogs.h, panel/global.h, panel/settings.c, panel/xfce.c: handle menu item limits better and honor disable_user_config 2002-06-20 20:04 huysmans * panel/dialogs.c, themes/Gnome/file1.png: make icon themes work from dialogs 2002-06-17 22:15 xfce * COPYING: Forgot COPYING :-( 2002-06-17 22:14 xfce * AUTHORS, Makefile.in, aclocal.m4, configure, icons/Makefile.in, panel/Makefile.in, plugins/Makefile.in, plugins/mailcheck/Makefile.in, themes/Gnome/Makefile.in, themes/Makefile.in, xfce4.spec.in: Add (empty) AUTHORS required by automake, Fix spec file 2002-06-17 21:32 huysmans * Makefile, example.xfce4rc: remove some leftovers 2002-06-17 21:25 huysmans * ChangeLog, panel/dialogs.c: Update ChangeLog and refixed typo Olivier fixed earlier 2002-06-17 20:32 huysmans * ChangeLog, INSTALL, Makefile.am, Makefile.in, NEWS, aclocal.m4, autogen.sh, compile, config.guess, config.h.in, config.sub, configure, configure.ac, depcomp, example.xfce4rc.in, icons/Makefile.am, icons/Makefile.in, install-sh, ltmain.sh, missing, mkinstalldirs, panel, panel/Makefile.am, panel/Makefile.in, panel/builtins.c, panel/builtins.h, panel/callbacks.c, panel/callbacks.h, panel/central.c, panel/central.h, panel/dialogs.c, panel/dialogs.h, panel/dnd.c, panel/dnd.h, panel/global.h, panel/icons.c, panel/icons.h, panel/item.c, panel/item.h, panel/module.c, panel/module.h, panel/move.c, panel/move.h, panel/popup.c, panel/popup.h, panel/settings.c, panel/settings.h, panel/side.c, panel/side.h, panel/wmhints.c, panel/wmhints.h, panel/xfce.c, panel/xfce.h, plugins, plugins/Makefile.am, plugins/Makefile.in, plugins/mailcheck, plugins/mailcheck/Makefile.am, plugins/mailcheck/Makefile.in, plugins/mailcheck/mailcheck.c, themes, themes/Gnome, themes/Gnome/Makefile.am, themes/Gnome/Makefile.in, themes/Gnome/edit.png, themes/Gnome/file1.png, themes/Gnome/file2.png, themes/Gnome/games.png, themes/Gnome/man.png, themes/Gnome/multimedia.png, themes/Gnome/network.png, themes/Gnome/paint.png, themes/Gnome/print.png, themes/Gnome/schedule.png, themes/Gnome/sound.png, themes/Gnome/terminal.png, themes/Gnome/trash_empty.png, themes/Gnome/trash_full.png, themes/Gnome/unknown.png, themes/Makefile.am, themes/Makefile.in, xfce4.spec.in: (Re)add all files and automake framework 2002-06-17 20:18 huysmans * plugins: removing old files, before putting them in new locations (2) 2002-06-17 20:14 huysmans * builtins.c, builtins.h, callbacks.c, callbacks.h, central.c, central.h, dialogs.c, dialogs.h, dnd.c, dnd.h, global.h, icons.c, icons.h, item.c, item.h, module.c, module.h, move.c, move.h, plugins/mailcheck.c, popup.c, popup.h, settings.c, settings.h, side.c, side.h, wmhints.c, wmhints.h, xfce.c, xfce.h: removing old files, before putting them in new locations 2002-06-14 13:52 xfce * dialogs.c: Fixed a typo (Apearance => Appearance) 2002-06-11 20:24 huysmans * dialogs.c, icons.c, plugins/mailcheck.c, xfce.c: Panel settings dialog seems to work now, initial icon theme support 2002-06-11 14:42 huysmans * dialogs.c, wmhints.c: Settings dialog now works 2002-06-11 06:24 huysmans * callbacks.c, dialogs.c, dialogs.h, wmhints.c, xfce.c, xfce.h: Initial global settings dialog and fork() panel at startup 2002-06-09 20:53 huysmans * callbacks.c, dialogs.c: allow running command in terminal 2002-06-09 20:27 huysmans * callbacks.c, callbacks.h, dialogs.c, item.c, item.h, popup.c, popup.h, settings.c, settings.h, xfce.c: make xml parsing replace entities 2002-06-09 17:12 huysmans * settings.c: Fixed crash when no configuration file was found 2002-06-09 15:49 huysmans * Makefile, README, README.xml, builtins.c, builtins.h, callbacks.c, callbacks.h, central.c, central.h, dialogs.c, dialogs.h, dnd.c, dnd.h, example.xfce4rc, global.h, icons.c, icons.h, item.c, item.h, module.c, module.h, move.c, move.h, plugins/mailcheck.c, popup.c, popup.h, settings.c, settings.h, side.c, side.h, wmhints.c, wmhints.h, xfce.c, xfce.h: Major update 2002-05-21 20:48 huysmans * dialogs.c, plugins/mailcheck.c: change dialog button order and other dialog fixes 2002-05-20 18:03 huysmans * example.xfce4rc: example config file 2002-05-20 14:56 huysmans * Makefile, README, README.xml, builtins.c, builtins.h, callbacks.c, callbacks.h, central.c, central.h, dialogs.c, dialogs.h, icons, icons.c, icons.h, icons/addicon.xpm, icons/close.xpm, icons/diag_icon.xpm, icons/down.xpm, icons/edit.xpm, icons/file1.xpm, icons/file2.xpm, icons/games.xpm, icons/handle.xpm, icons/iconify.xpm, icons/mail.xpm, icons/man.xpm, icons/menu_icon.xpm, icons/miniinfo.xpm, icons/minilock.xpm, icons/minipalet.xpm, icons/minipower.xpm, icons/multimedia.xpm, icons/network.xpm, icons/nomail.xpm, icons/oldmail.xpm, icons/paint.xpm, icons/print.xpm, icons/schedule.xpm, icons/sound.xpm, icons/terminal.xpm, icons/trash_empty.xpm, icons/trash_full.xpm, icons/unknown.xpm, icons/up.xpm, icons/xfce_icon.xpm, item.c, item.h, module.c, module.h, move.c, move.h, plugins, plugins/Makefile, plugins/mailcheck.c, popup.c, popup.h, settings.c, settings.h, side.c, side.h, wmhints.c, wmhints.h, xfce.c, xfce.h: Add gtk2 based panel 2002-05-20 14:56 * xfce4-panel/branches, xfce4-panel/tags, .: New repository initialized by cvs2svn.