diff options
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 7148 |
1 files changed, 7148 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog new file mode 100644 index 00000000..a0a34132 --- /dev/null +++ b/ChangeLog @@ -0,0 +1,7148 @@ +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: <kelnos> 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 + <macallan18@earthlink.net>. + +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 <webmaster@nebulon.de> + +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 <michele@pupazzo.org>. + +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 + <chmooreck@poczta.onet.pl> 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 + <basedir>/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 <acli@ada.dhs.org> + +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 <buildup@libero.it> + +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 + <acli@ada.dhs.org> + +2004-09-29 07:59 pollux + + * po/zh_CN.gmo, po/zh_CN.po: updated zh_CN translations from yongtao + yang <yongtao.yang@gmail.com> + +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 <ankit@redhat.com> + +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 <nab@mail.by> + +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 <tanai@int.gov.il> + +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 <Peeter.Vois@proekspert.ee> + +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 + <metin@karegen.com> + +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 + <Juraj.Brosz@pobox.sk> + +2004-08-26 19:57 pollux + + * po/fi.gmo, po/fi.po: finnish translations update from Ilkka + Ollakka <ilkka.j.ollakka@students.oamk.fi> + +2004-08-24 10:04 pollux + + * Makefile.am, Makefile.in, po/ru.po, xfce4rc.ru: RU translations + update from Anthony Ivanoff <a-i@bk.ru> + +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 <tanai@int.gov.il> + +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 + <DXpublica@telefonica.net> + +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 <umm@pchome.com.tw> + +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 + <scott@elitists.net>. + +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 <miordanov@i-space.org> and Peter Slavov + <peshka@i-space.org> Italian from Alex Dupre <ale@FreeBSD.org> + Arabic from Saleh Hathal <hathalsal@hotmail.com> + +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 + <beorn@alpha.pl> + +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 <p@trickbores.com> 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 <nienvl@yahoo.ca>. + +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 + <v.merkatz@gmx.net> +++ + +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 <byunghyunchoi@hotmail.com> + +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 <zhao-ji at awz dot + ne dot jp> + +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 <Benedikt.Meurer@unix-ag.uni-siegen.de> 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 <ath@beast.stu.cn.ua> 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. + |