2002-05-12  Arvind Samptur  <arvind.samptur@wipro.com>
	* Reviewed by Glynn Foster
	
	* menu.c :
	Hack to add search tool and screen shot in GNOME menu.
	bug(#81124)

2002-05-12  Alexander Larsson  <alla@lysator.liu.se>

	* panel-applet-frame.c (panel_applet_frame_get_size_hints):
	Make size hints work for applets with handles.

2002-05-11  Glynn Foster  <glynn.foster@sun.com>

	* gnome-panel-preferences.c: Give it a default response.

2002-05-10  Padraig O'Briain  <padraig.obriain@sun.com>

	* panel-widget.c:
	(add_all_move_bindings) If focus widget is a GtkSocket unset focus
	while doing move so that key bindings for panel will work
	(remove_all_move_bindings) Reset focus widget at end of move if
	focus widget was unset (#79515)
	(panel_widget_tab_move) Correct bug when panel is not first panel on
	list; cycle around end of panel list

2002-05-09 Stephen Browne <stephen.browne@sun.com>

	* distribution.c
	Changed name of CDE Menu back to "CDE Menus" 
	HCI ppl made the call

2002-05-07  Padraig O'Briain  <padraig.obriain@sun.com>

	* menu-util.[ch]:
	Add function menu_item_menu_position which ensures that menu item's
	menu is displayed close to the menu item; it might be displayed
	because of a key stroke instead of mouse click

	* menu.c:
	Add panel_menu_key_press_handler as signal handler for 
	"key_press_event"
	In panel_menu_key_press_handler() display active menu item's
	menu if Shift+F10 was pressed.
	setup_full_menuitem: Store menu item's ShowItemMenu as data of the
	menu item so it can be found in panel_menu_key_press_handler().

Fri May 03 17:35:40 2002  George Lebl <jirka@5z.com>

	* gnome-run.c, panel-per-panel-config.schemas: Apply the following
	  patch and fix bugs etc... in it

2002-05-02  Frank Worsley  <fworsley@shaw.ca>

	* gnome-run.c: revamp the run dialog. Show 'Advanced' entry field
	by default and rename advanced button to 'Known Applications' to
	display list of known applications when clicked. Plus other fixes.

2002-05-03  Padraig O'Briain  <padraig.obriain@sun.com>
 
	* drawer.[ch]:
	focus_in_drawer: Do not open a drawer when it is focused 
	focus_out_drawer: Do not close a drawer when it is unfocused
	it unfocused.
	Remove just_focused flag in Drawer data structure and 
	unset_just_focused
	Fixed #78782

2002-05-02  Glynn Foster  <glynn.foster@sun.com>

	* foobar-widget.c, menu-util.c, menu-util.h, menu.c: Add 'Search
	for Files' and 'Take a Screen Shot' to the GNOME menu so we don't
	have functionality only available on the Menu panel. Fixes #80357
	and #79366.

2002-05-02  Bastien Nocera  <hadess@hadess.net>

	* foobar-widget.c: (focus_window), (get_default_image):
	change workspaces before focusing a window with the task_list,
	(Closes: #80534)
	change default "no windows focused" image to "gnome-gmenu.png"

2002-05-02 Stephen Browne <stephen.browne@sun.com>

	* panel-util.c: (panel_ensure_dir)
	fix bug 79641 where launchers dir cannot be created on a solaris
	machine with an nfs mounted user home dir

2002-05-01  Arvind Samptur <arvind.samptur@wipro.com>

	Reviewed by: Alex Larsson, Glynn Foster.

	* panel-applet-frame.c: panel_applet_frame_button_changed
	updated with new parameters event button and time for
	GNOME_Vertigo_PanelAppletShell_popup_menu call

2002-05-01  Glynn Foster  <glynn.foster@sun.com>

	* foobar-widget.c: (append_actions_menu): Re-order Actions menu
	according to usability guidance from Nils.

Wed May 01 10:01:16 2002  George Lebl <jirka@5z.com>

	* panel-util.[ch]: create parented versions of the info/error dialog
	  functions

	* menu-ditem.c: Apply a modified version of a patch from Frank
	  Worsley  <fworsley@shaw.ca> to fix saving of items, fix
	  some strings and fix popping of the busy cursor after user
	  dismisses an error dialog.

2002-04-29  Glynn Foster  <glynn.foster@sun.com>

	* Makefile.am: Remove install of gnome-panel-screenshot .desktop
	file.
	* foobar-widget.c: (foobar_screenshot), (append_actions_menu):
	Add 'Take a Screen Shot' to the Menu Panel's Actions menu.
	* gnome-panel-screenshot.c: (main): Implement a delay option
	for the command line.
	* gnome-panel-screenshot.desktop.in: Kill.

Mon Apr 29 12:47:15 2002  Jonathan Blandford  <jrb@gnome.org>

	* panel-config-global.c (panel_global_config_set_entry): s/-/_/
	for schemas.

	* panel-global-config.schemas: clean up schemas names.  Have had
	this for months and didn't realize I hadn't committed b/c it
	worked locally.  The keybinding capplet should work much better
	now.

2002-04-22  Frank Worsley  <fworsley@shaw.ca>

	* gnome-panel/gnome-desktop-item-edit.c:
	call panel functions with correct parameters
	fix so that existing files can be edited
	
	* gnome-panel/launcher.c:
	change window titles to match other panel/nautilus terminology
	
	* gnome-panel/menu-ditem.c: 
	change window titles to match other panel/nautilus terminology	
	(is_item_writable): check correct parameter when dir != NULL
	(panel_edit_direntry): don't free dirfile if we use it again
	(create_launcher): display a message box if location not writable

2002-04-26  Abel Cheung  <maddog@linux.org.hk>

	* gnome-panel-screenshot.c (main): Removed reference of gnome-core
	inside translation string.

2002-04-25  Padraig O'Briain  <padraig.obriain@sun.com>

	* panel-widget.c:
	If applet's height is odd and orientation is horizontal set its 
	position 1 pixel lower so that the tab order will be correct 
	(bug 79465); similarly for width and vertical orientation.

2002-04-23  Padraig O'Briain  <padraig.obriain@sun.com>

	* gnome-panel-preferences.glade:
	Set mnemonic widget for Animation Speed label

2002-04-22  Padraig O'Briain  <padraig.obriain@sun.com>

	* basep-widget.c foobar-widget.c panel-widget.c:
	Remove bindings for GDK_ISO_Left_Tab as this breaks Shift+Tab
	(bug 79465)

2002-04-19  Padraig O'Briain  <padraig.obriain@sun.com>

	* drawer-widget.c (drawer_pos_hidebutton_click):
	Move focus to drawer icon when hide button in DrawerWidget 
	is activated to close drawer.

2002-04-18  Mark McLoughlin  <mark@skynet.ie>

	* main.c: (main): don't force BONOBO_ACTIVATION_DEBUG_OUPUT on
	everyone. (#79037)

2002-04-18  Mark McLoughlin  <mark@skynet.ie>

	* panel-config-global.c: (panel_global_config_set_entry):
	* panel-config-global.h:
	* panel.c: (panel_save_global_config): 
	* gnome-panel-preferences.c: (load_checkboxes):
	* gnome-panel-preferences.glade: remove 'Raise panels on
	mouseover' option. We're not a window manager.

	* basep-widget.c: (basep_enter_notify):
	* drawer.c: (enter_notify_drawer):
	* foobar-widget.c: (foobar_enter_notify): don't do the
	crackpot auto raise thing.
	
2002-04-18  Mark McLoughlin  <mark@skynet.ie>

	Might as well rename the files while I'm at it.

	* menu.c: (panel_config_global): upd binary name.

	* gnome-panel-preferences.c: (setup_the_ui), (main): upd
	name and glade file etc.

	* gnome-panel-preferences.desktop.in: update tooltip
	and exec.

	* gnome-panel-properties.c:
	* gnome-panel-properties.desktop.in: replace with
	gnome-panel-preferences variants.

	* gnome-panel-properties.glade:
	* gnome-panel-properties.glade2: replace with
	gnome-panel-preferences.glade (the glade2 version)

	* Makefile.am: install the .desktop file in
	  control-center-2.0/capplets and update for the rest of the
	  changes.

	* .cvsignore: upd.

2002-04-18  Mark McLoughlin  <mark@skynet.ie>

	* gnome-panel-properties.c: (main):
	* gnome-panel-properties.glade2: rename dialog to
	'Panel Preferences'.

2002-04-17  Arvind S N  <arvind.samptur@wipro.com>

	* menu.c: changed "Remove this panel" to "Delete this panel"
	(#61598)

2002-04-18  Mark McLoughlin  <mark@skynet.ie>

	* gnome-panel-screenshot.c: (main): fixed warning.

	* menu-fentry.[ch]:
	(fr_read_dir), (fr_check_and_reread), (fr_get_dir): kill
	DirRec.force_reread and all its uses.
	(fr_force_reread): kill, we always do check for re-reads now.

	* panel-config-global.h: kill menu_check and menu_flags.

	* menu.c: (panel_launch_nautilus): kill.
	(make_panel_submenu): kill 'Edit menus...' item (#75977).
	(create_panel_root_menu), (make_panel_submenu),
	(add_menu_widget), (menu_button_menu_popup): use default menu
	flags. They're not configurable anymore.
	(load_menu_applet): kill 'Edit menus...' here too.

	* panel-applet-frame.c: (panel_applet_frame_class_init): fix
	warning.

	* panel-shell.c: include panel-util.h to fix warning.

	* panel.c:
	(panel_load_global_config), (panel_save_global_config): remove
	'FIXME STUFF THAT IS BORKED' options.
	(panel_apply_global_config): don't handle applying these
	options.

2002-04-17  Arvind S N  <arvind.samptur@wipro.com>

	* button-widget.c: workaround to get the drawer panel
	working. In translate_to(),from->allocation.x and from->allocation.y
	getting -ve values and thus causing problems in selecting launchers.

2002-04-17  Mark McLoughlin  <mark@skynet.ie>

	* applet.c: (applet_do_popup_menu): return FALSE if its
	a bonobo applet.
	(applet_button_press): always return FALSE if its not
	handled.

	* panel-applet-frame.c: (panel_applet_frame_get_flags): impl helper
	method.
	(panel_applet_frame_get_expand_flags): use it here.
	(panel_applet_frame_change_orient): don't set orient and resize
	unless the orient has actually changed.
	(panel_applet_frame_finalize): release the AppletShell.
	(panel_applet_frame_class_init): hook up new methods.
	(panel_applet_frame_instance_init): initialise new members.
	(panel_applet_frame_get_applet_shell): switch this back on.
	(panel_applet_frame_construct): use it here.
	(panel_applet_frame_paint), (panel_applet_frame_expose),
	(panel_applet_frame_size_request), (panel_applet_frame_size_allocate),
	(button_event_in_rect), (panel_applet_frame_button_changed): implement
	a handle on the AppletFrame. Adapted from Havoc's FooHandle.

2002-04-17  Padraig O'Briain  <padraig.obriain@sun.com>

	* basep-widget.c foobar-widget.c: Add key-press handler; 
	this function calls panel_widget_save_key_event()
	so that if the focus is within an applet in a different process and 
	Ctrl+Tab is the key event panel_widget_real_focus() can focus the
	PanelWidget

	* panel-widget.[ch]: Add key_event field to PanelWidget data structure
	and function panel_widget_save_key_event.
	(panel_widget_finalize): Free the saved key event
	(panel_widget_real_focus): Check whether the previous key event had a 
	modifier of Ctrl and if so set the focus on the panel.

2002-04-16  Padraig O'Briain  <padraig.obriain@sun.com>

	* panel-applet-frame.[ch]
	Remove action signal move_focus_out_of_applet to move focus from 
	applet to next or previous object on panel. This signal is being moved
	to PanelApplet so it will work for applets in a different process to
	the panel.

Mon Apr 15 10:16:13 2002  George Lebl <jirka@5z.com>

	* gnome-run.c: fix crash reported in #78559 by just using the
	  run_dialog variable, which is NULL if the widget is dead
	  instead of using a potentially out of date data parameter.

Mon Apr 15 10:04:14 2002  George Lebl <jirka@5z.com>

	* launcher.c: Applied patch from Christophe Fergeau
	  <christophe.fergeau@laposte.net> (slightly modified) to
	  fix the empty lines when comment is empty

2002-04-15  Mark McLoughlin  <mark@skynet.ie>

	* Makefile.am, panel.hints: kill panel.hints.

	* menu-util.c: (get_real_menu_path): fix main menu dragging.

2002-04-15 Stephen Browne <stephen.browne@sun.com>

	* distribution.c:
	Changed the name of the CDE menu name and the icon that should
	be used for it.

2002-04-15  Padraig O'Briain  <padraig.obriain@sun.com>

	* panel-widget.c:
	Allow Return and space keys to exit move mode; completion of #75935

2002-04-13  Alexander Larsson  <alla@lysator.liu.se>

	* panel-widget.c:
	Implement size hints for expanding applets.

	* panel-applet-frame.h: 
	Add panel_applet_frame_get_size_hints()
	
	* panel-applet-frame.c (panel_applet_frame_get_size_hints):
	Get the size hints from the property bag.

Fri Apr 12 15:19:34 2002  George Lebl <jirka@5z.com>

	* panel-config.c: remove some cruft for some gtk bug workarounds
	  which don't seem to be needed anymore

Fri Apr 12 14:57:22 2002  George Lebl <jirka@5z.com>

	* menu.c: fix checking for foobar when adding/removing the item to
	  add it.  Also fix #75970 by favouring the bottom of the screen.

2002-03-18  Jayaraj Rajappan <jayaraj.rajappan@wipro.com>
	* accessibility changes for panel. Atk relation is set
	between the label and the corresponding widgets. Tooltips
	are provided for some widgets.
	Files changed : menu.c launcher.c gnome-run.c foobar-widget.c
	panel-config.c swallow.c panel-util.h panel-util.c
	gnome-panel-properties.glade2 Makefile.am
	New file : panel-access.c

Fri Apr 12 13:58:28 2002  George Lebl <jirka@5z.com>

	* menu.c: remove some old menuitem/applet cruft.  Fix the removal
	  of items from menu by porting this thing to actually use
	  gnome-vfs.  Fixes #74963

Fri Apr 12 13:39:48 2002  George Lebl <jirka@5z.com>

	* applet.c: Change order and labels of the remove/move thingies
	  to match the way the Applet one is done fixes #74924

2002-04-12  Mark McLoughlin  <mark@skynet.ie>

	* foobar-widget.c: (focus_window): don't move to current
	workspace so as to be consistent with the tasklist (78248)

2002-04-12  Mark McLoughlin  <mark@skynet.ie>

	* menu-ditem.c: (ditem_properties_apply_timeout):
	kill bogus ditem unref.

2002-04-12  Mark McLoughlin  <mark@skynet.ie>

	* applet.c: (panel_applet_register): make master_widget
	a weak pointer.

	* basep-widget.c: (basep_widget_do_hiding),
	(basep_widget_do_showing): cleanups.

	* button-widget.c: (calculate_overlay_geometry): remove hidden crack.
	Fixes #75904 and doesn't seem to break anything.

	* gnome-panel-properties.glade2:
	* gnome-panel-properties.c: (option_menu_changed),
	(load_option_menus): remove panel window layer option. It doesn't work.

	* launcher.c: (create_launcher): kill redundant casts.

	* gnome-run.c: (create_simple_contents), (update_contents): cleanups.

	* panel-global-config.schemas, panel-types.h,
	  panel-config-global.[ch]: (panel_global_config_set_entry):
	  panel.c: (panel_save_global_config), (panel_apply_global_config): more
	window layer culling.

2002-04-10  Mark McLoughlin  <mark@skynet.ie>

	* menu-util.c: (get_real_menu_path): don't crash when dragging
	a menu (77275)

2002-04-10  Mark McLoughlin  <mark@skynet.ie>

	* panel-config.c: (make_misc_widget): don't make misc frame
	unless we want the multiscreen option. Also kill avoid param
	Fixes (77125)
	(edge_notebook_page), (aligned_notebook_page),
	(floating_notebook_page), (sliding_notebook_page): upd.

2002-04-10  Mark McLoughlin  <mark@skynet.ie>

	* panel-util.c: (panel_show_help): check error != NULL,
	fixes (77104)

2002-04-10  Seth Nickell  <snickell@stanford.edu>

	* gnome-panel-screenshot.desktop.in:

	Fix the wording a little. Its still broken because this does
	not function like an application, it functions like a dialogue.
	It would be better suited to "Actions".

2002-04-10  Mark McLoughlin  <mark@skynet.ie>

	* panel-widget.c: (add_all_move_bindings),
	(remove_all_move_bindings): make "free_move" on by default
	and make enter end the move. Patch by Padraig O'Briain (75953)

Tue Apr 09 15:04:36 2002  George Lebl <jirka@5z.com>

	* panel-shell.c: use panel_error_dialog instead of the homebrewed
	  dialog thingie

2002-04-04  Anders Carlsson  <andersca@gnu.org>

	* gnome-panel-screenshot.c (main): Obey the "desktop is homedir" 
	nautilus preference for saving to the desktop.

2002-04-02  Mark McLoughlin  <mark@skynet.ie>

	* applet.c: (whack_applet_to_load),
	(panel_destroyed_while_loading),
	(panel_applet_load_from_unique_id): use g_signal_handler_disconnect
	instead of g_source_remove (76981)

	* gnome-run.c: (launch_selected), (run_dialog_response),
	(selection_activated), (selection_changed),
	(create_simple_contents): launch the selected item when you double click
	on it (77088)

	* menu-ditem.c: (panel_edit_direntry): pass the .directory uri to
	set_ditem_sensitive instead of the directory. Also the destroy handler
	crack (74871)

2002-04-02  Mark McLoughlin  <mark@skynet.ie>

	* foobar-widget.c: (foobar_search), (append_actions_menu):
	add 'Search for File...' to actions menu. Based on patch by
	Dennis Cranston, #73183.

2002-04-02  Diego Gonzlez  <dggonz@yahoo.com>

	* gnome-panel/menu-ditem.c (really_add_new_menu_item):
	fix how the filename for the launcher is obtained.

2002-03-29  Arvind S N  <arvind.samptur@wipro.com>

	* gnome-panel-screenshot.desktop.in: file for gnome-panel-screenshot

	* Makefile.am : added gnome-panel-screenshot.desktop.in

2002-03-29  Mark McLoughlin  <mark@skynet.ie>

	* panel-config.c: (floating_notebook_page): connect to the
	"value-changed" signal on the spinbutton, not "changed".

2002-03-29  Mark McLoughlin  <mark@skynet.ie>

	* Makefile.am: kill swallow.[ch].

	* applet.[ch]: (applet_idle_remove), (applet_callback_callback),
	(applet_do_popup_menu), (panel_applet_load_from_unique_id),
	(panel_applet_save_to_gconf), (panel_applet_register): kill all
	traces of swallowed apps.

	* floating-widget.c: (yclamp): fix clamp permutation (76393)

	* gnome-panel-properties.glade2: kill auto-update-menus (75150)

	* menu.c: (make_add_submenu): kill swallowed app menuitem.
	
	* panel-per-panel-config.schemas: add a mixer applet to the menu
	panel by default.

	* panel-widget.c: (panel_widget_applet_drag_start): if the grab didn't
	succeed, drop the drag.

	* panel.c: (orientation_change), (panel_remove_applets),
	(drop_internal_applet): remove allw swalled app code.
	(panel_load_panels_from_gconf), (panel_save_to_gconf): move a few more
	keys to using underscores.

	* session.c: (panel_session_die): kill more swallow code.

	* xstuff.c: (xstuff_go_through_client_list): ditto.

2002-03-28  Mark McLoughlin  <mark@skynet.ie>

	* foobar-widget.[ch]: kill the foobar clock.

	* panel-per-panel-config.schemas: add the clock applet to
	the default menu panel setup.

	* gnome-run.c: (run_dialog_response):
	* menu.c: (create_new_panel):
	* panel.c: (panel_load_panels_from_gconf): update for foobar change.

2002-03-27  Mark McLoughlin  <mark@skynet.ie>

	* gnome-run.c: (fill_list), (create_simple_contents): make the idle
	handlers lowest priority as per boc's request.

Wed Mar 20 10:15:43 2002  Jonathan Blandford  <jrb@redhat.com>

	* gnome-panel-properties.c: Remove keybinding settings from this
	capplet.  Merge the rest of the pages into one.  This thing could
	use some UI love in general, but it's better than before (IMHO).

2002-03-27  Mark McLoughlin  <mark@skynet.ie>

	* menu.c: (remove_panel_accept), (remove_panel_query): make
	the remove from panel dialog OK_CANCEL.

2002-03-27  Mark McLoughlin  <mark@skynet.ie>

	* applet.c: (applet_callback_callback):
	* logout.c: (load_lock_applet): redo the menuitems for
	the lock button, to be somewhat more clear.

2002-03-27  Mark McLoughlin  <mark@skynet.ie>

	* logout.c: (load_logout_applet), (load_lock_applet):
	* status.c: (load_status_applet): kill bogus pre-conditions.

2002-03-27  Mark McLoughlin  <mark@skynet.ie>

	* applet.c: (panel_applet_load_from_unique_id):
	if we can't find the panel for the object, warn and stop loading.

	* drawer.c: (drawer_load_from_gconf):
	* launcher.c: (launcher_load_from_gconf):
	* logout.c: (load_logout_applet), (load_lock_applet):
	* menu.c: (menu_load_from_gconf):
	* status.c: (load_status_applet):
	* swallow.c: (swallow_load_from_gconf):
	fix up pre-conditions.

2002-03-27  Mark McLoughlin  <mark@skynet.ie>

	* launcher.c: (drag_data_get_cb): set up the launcher uri correctly.

Mon Mar 25 20:27:00 2002  George Lebl <jirka@5z.com>

	* panel-applet-frame.c: include panel-util.h, and use
	  panel_error_dialog

	* menu.c: use panel_info_dialog instead of custom gtk_message_box

	* main.c: add POPT_AUTOHELP

	* menu-ditem.c: a nicer way to find if a file already exists or not
	  for new launchers.  Also test schema:file since this is good
	  thing to do for vfolder schemas really.

	* gnome-desktop-item-edit.c: better handeling of uris vs. local
	  filenames

	* applet.c: when adding bonobo applets in the idle, we also connect
	  the panel destroy signal and whack from the add list if that
	  happens.  This should fix #76169

	* panel-types.c: add comma to the end of an enum

2002-03-25  Mark McLoughlin  <mark@skynet.ie>

	* menu.c: (create_add_panel_submenu): don't display the
	'Menu panel' option if we have a foobar already.

2002-03-25  Mark McLoughlin  <mark@skynet.ie>

	* applet.c: (panel_applet_create_menu): cleanup and use
	a GtkSeparator menu item as a separator.

	* basep-widget.c: kill uneeded panel_applet_in_drag def.

	* foobar-widget.c: (append_actions_menu): use 'Run Program...' instead
	of 'Run...' as suggested by calum.

	* main.c: (main): add a notify to /desktop/gnome/interface instead of
	/desktop/gnome/menus.

	* menu.c:
	(panel_menu_have_icons): kill old crack and use the correct key.
	(menus_have_icons_changed), (panel_menu_new): use the correct key
	for menus_have_icons.
	(image_menuitem_size_request): impl hack to make sure menu items
	without images are the same height as ones with images.
	(setup_full_menuitem): hook up to size_request.
	(create_root_menu): use 'Run Program...' instead of 'Run..'

	* menu.h: kill panel_menu_have_icons and bogus key definition.

	* panel-widget.[ch]:
	(panel_widget_get_free_space), (panel_widget_move): kill unused.
	(panel_widget_switch_applet_right): return is we're at the end of
	the panel.
	(panel_widget_switch_applet_left): return is we've hit the start of
	the panel.
	(panel_widget_switch_move_applet): only switch applets when we actual
	hit an applet.

2002-03-22  Mark McLoughlin  <mark@skynet.ie>

	* applet.c: (panel_applet_clean): kill the applet
	from the queued position saves list.

2002-03-22  Mark McLoughlin  <mark@skynet.ie>

	* panel-global-config.schemas:
	* panel-per-panel-config.schemas: change all gconf keys to
	use underscore instead of hypen. This is the gconf convention.

	* applet.[ch]: (panel_applet_create_menu): kill panel submenu
	from the applet popup menu. Also make static.
	Update for gconf key changes.

	* basep-widget.c: don't include gnome-windo-icon.h

	* foobar-widget.c: ditto.
	(append_format_items): upd for gconf key change.

	* gnome-panel-properties.c: ditto.

	* gnome-panel-properties.glade2: keep widget names in sync
	with gconf keys.

	* gnome-run.c: (run_dialog_response), (toggle_contents),
	(update_contents), (show_run_dialog): store the 'advanced' flag
	in gconf.

	* launcher.c: (launcher_save_to_gconf), (launcher_load_from_gconf):
	gconf key changes.

	* menu.[ch]: (make_panel_submenu): make static

	* panel-applet-frame.c: (panel_applet_frame_save_to_gconf),
	(panel_applet_frame_load_from_gconf): gconf key changes.

	* panel-config-global.c: (panel_global_config_set_entry): ditto.

	* panel-gconf.c: (panel_gconf_setup_profile): ditto.

	* panel-widget.c: (panel_widget_focus_in_event),
	(panel_widget_focus_out_event): kill prelight.

	* panel.c: (panel_save_global_config),
	(panel_load_panels_from_gconf), (panel_save_to_gconf),
	(panel_remove_from_gconf): gconf key changes.

2002-03-21  Mark McLoughlin  <mark@skynet.ie>

	* Makefile.am: kill glade conversion, we're going with
	the Glade2 versions now.

	* gnome-panel-properties.glade2:
	* gnome-panel-screenshot.glade2: add .glade2 files.

	* gnome-run.c: (add_icon_idle), (fill_list),
	(run_dialog_destroyed):
	* panel-gconf.c: (panel_gconf_associate_schemas_in_dir):
	some minor cleanups

2002-03-21  Mark McLoughlin  <mark@skynet.ie>

	* panel-widget.c:
	(panel_widget_add): rename from panel_widget_add_full and
	kill bind_lower arg.
	(bind_top_applet_events): kill bind_lower arg.
	(panel_widget_cadd): upd.

	* applet.c: (panel_applet_register): upd for panel_widget_add
	change.

	* button-widget.c: (button_widget_class_init),
	(button_widget_parent_set): impl so we don't leave the overlay
	window behind when the widget gets re-parented (#75455)

2002-03-20  Mark McLoughlin  <mark@skynet.ie>

	* panel-marshal.list: kill VOID:ENUM, its in glib.

	* aligned-widget.c: (aligned_pos_class_init):
	* basep-widget.c: (basep_widget_class_init):
	* border-widget.c: (border_pos_class_init):
	* panel-applet-frame.c: (panel_applet_frame_class_init):
	* panel-widget.c: (panel_widget_class_init):
	* sliding-widget.c: (sliding_pos_class_init): use the glib
	version of the marshaller.

2002-03-20  Mark McLoughlin  <mark@skynet.ie>

	* panel-per-panel-config.schemas: default to having the pager
	in the bottom right as per GUP suggestion (71689)

2002-03-20  Mark McLoughlin  <mark@skynet.ie>

	* floating-widget.c: (floating_pos_class_init): the co-ordinate
	chage signal has a VOID__INT_INT signature, not INT__INT.

	* panel-marshal.list: kill INT_INT and add VOID_INT_INT.

2002-03-20  Mark McLoughlin  <mark@skynet.ie>

	* gnome-panel-screenshot.glade: hook up the OK button.

2002-03-20  Mark McLoughlin  <mark@skynet.ie>

	* menu.c: (create_root_menu): s/Programs/Applications/ for consistancy.

2002-03-11  Shivram U  <shivaram.upadhyayula@wipro.com>

	reviewed by Mark McLoughlin <mark@skynet.ie>

	* panel-applet-frame.c : (panel_applet_frame_get_background_string)
	We will not be adding '#' to the color string. '#' is used as a
	delimiter in parsing the moniker name. Fixes #73440.

2002-03-18  Shivram U  <shivaram.upadhyayula@wipro.com>

	reviewed by Mark McLoughlin <mark@skynet.ie>

	* panel-applet-frame.c: (panel_applet_frame_finalize) unref the
	property_bag and the ui_component. Fixes #67468

2002-03-19  Mark McLoughlin  <mark@skynet.ie>

	* panel-config-global.c: (panel_global_config_set_entry): check value
	as well as key, and don't do it in a g_return ... This isn't debugging.

2002-03-19  Mark McLoughlin  <mark@skynet.ie>

	* basep-widget.c: (basep_widget_construct):
	* foobar-widget.c: (foobar_widget_new): don't setup the default
	window icon here.

	* panel.[ch]: (panel_register_window_icon): impl a method to do it here.

	* main.c: (main): and use it here.

	* session.c: (panel_session_set_restart_command): only register to be
	re-spawned if GNOME_PANEL_DEBUG env variable is not set.

2002-03-18  Benedikt Roth  <Benedikt.Roth@gmx.net>

	* menu.c: (applet_menu_append), (create_applets_menu):
	Display the applets' descriptions as tooltips in the 
	'Add to panel menu'.

2002-03-18  Mark McLoughlin  <mark@skynet.ie>

	* panel-gconf.[ch]: (panel_gconf_sprintf): impl new method to use a signle
	static buffer for all our key creators to seriously cut down on the
	amount of mallocs we do.
	(panel_gconf_global_key), (panel_gconf_general_key):
	(panel_gconf_full_key): use above.

	* applet.c, drawer.c, foobar-widget.c, menu.c, panel-applet-frame.c,
	  panel.c, swallow.c: update for panel-gconf changes. 

	* gnome-panel-properties.c: update for panel-gconf changes and clean up
	a bit.

	* session.[ch]: (panel_session_set_restart_command): break out the
	restart command setting to here and set the restart style to respawn.
	(panel_session_save): use above.

	* main.c: (main): call set_restart_command.

	* xstuff.c: (xstuff_atom_intern): add some pre-conditions.

2002-03-14  Glynn Foster  <glynn.foster@sun.com>

	* Makefile.am: We now use panel_gconf_foo magic in 
	gnome-panel-properties.

	* gnome-panel-properties.c: (option_menu_changed),
	(load_option_menus), (setup_the_ui): Fix the properties
	dialog to correctly handle the option menus. Fixes 
	#74027 [part of].
	* panel-config-global.c: (panel_global_config_set_entry),
	gnome-panel-properties.glade, panel-types.h: Re-order 
	enums so that we are consistant everywhere.
	* panel-global-config.schemas: Change default to have 
	medium animation speed.

2002-03-12  Glynn Foster  <glynn.foster@sun.com>

	* menu.c: s/GNOME menu/GNOME Menu/

2002-03-12  Glynn Foster <glynn.foster@sun.com>

	* Makefile.am: s/gnome-panel-2/gnome-panel

	* basep-widget.c: (basep_widget_construct): Add window icon
	so that we show up nicely in gnome-system-monitor.
	* foobar-widget.c: (foobar_widget_new): ditto

	* gnome-desktop-item-edit.c: (main): fix warning

	* gnome-panel-properties.c: (main): 
	s/Panel Global Properties/Global Panel Properties/
	* gnome-panel-properties.glade: Rename some strings according
	to usability/doc wishes.

	* main.c: (main): s/panel/gnome-panel/ so that we show up 
	nicely in gnome-system-monitor
	
	* menu-util.[ch]: (got_distro_menus), (get_real_menu_path),
	(get_pixmap): Remove these functions and put into menu-util.[ch]
	with a view to EOL'ing menu-properties.[ch]

	* menu.c: (show_item_menu), (make_add_submenu): 
        
	Remove the Add to Panel -> Menu layer so that we can
        only add a 'GNOME Menu' now. We need to proceed to make sure
        that we can't edit the preferences of this for the time being
        until we get some plan sorted out. Part of #73511.

	* panel-config-global.h, panel-global-config.schemas, panel.c: 
	s/autoraise-panel/auto-raise-panel/ Fixes #74027. Also remove
	duplicate entry from schema file.
	
2002-03-12  Michael Meeks  <michael@ximian.com>

	* panel-util.c (panel_is_uri_writable): actually return
	the value.

2002-03-08  Michael Meeks  <michael@ximian.com>

	* panel-applet-frame.c (panel_applet_frame_new):
	sink that ref down the plug hole on error,
	squash warning.
	(panel_applet_frame_construct): improve exception handling, and
	throw up descriptive dialogs ourself.
	(panel_applet_frame_load): don't throw up the warning here, do it

Mon Mar 11 19:55:21 2002  George Lebl <jirka@5z.com>

	* gnome-desktop-item-edit.c, menu-ditem.[ch], menu.c,
	  panel-util.[ch]:  Separate out the new launcher functionality
	  and support that in the desktop item edit thingie.

Mon Mar 11 17:48:16 2002  George Lebl <jirka@5z.com>

	* panel-util.[ch], menu-ditem.c: fix the writable checking to handle
	  gnome-vfs.

2002-03-08  Gediminas Paulauskas <menesis@delfi.lt>

	* gnome-panel-properties.c: use Close button instead of OK (#72716)

2002-03-06  Arvind S N <arvind.samptur@wipro.com>

	* panel-applet-frame.c (panel_applet_frame_load):
	Pass "frame" as a data argument instead of NULL to fix crash when
	removing a panel (#73224).

2002-03-06  Mark McLoughlin  <mark@skynet.ie>

	* applet.[ch]: (panel_applet_position_save_timeout),
	(panel_applet_save_position), (panel_applet_save_to_gconf):
	queue position saves so things are nice and smooth again.

	* menu.c: (create_applets_menu): use the untranslated category
	names for grouping.

	* panel-applet-frame.c: (panel_applet_frame_construct): use
	bonobo_control_frame_get_popup_ui_component.

	* panel.c: (panel_applet_move):
	* session.c: (panel_session_save_applets), (panel_session_die):
	update for panel_applet_save_position change.

Tue Mar 05 14:56:15 2002  George Lebl <jirka@5z.com>

	* menu.c, menu-ditem.[ch], nothing.cP: move the ditem editting
	  stuff to a separate file

	* Makefile.am, gnome-desktop-item-edit.c: add a new proggie that
	  can just pop up dialogs for editting launchers, just like
	  in the panel, but from anywhere.  Note that it doesn't all yet
	  really work since a bunch of stuff is still broken.

2002-03-04  Padraig O'Briain  <padraig.obriain@sun.com>

	* panel-widget.c:
	Tidy up keynav code: use keybindings for Tab and arrow keys only
	for moving applets; define panel_widget_real_focus as default
	signal handler for GtkWidget's focus signal so GtkWindow's
	key bindings are used to move focus when the PanelWidget has focus.

Fri Mar  1 22:09:26 2002  Soeren Sandmann  <sandmann@daimi.au.dk>

	* panel-config-global.c (panel_global_config_set_entry): fix typo:
	s/autoraise-panel/auto-raise-panel/

Fri Mar 01 10:35:55 2002  George Lebl <jirka@5z.com>

	* aligned-widget.c: fix swapped parameters to g_signal_new,
	  yay for type-unsafety!  Yay!  We get to hunt down bugs like this
	  because we're too stupid to use gob.

Fri Mar 01 00:55:39 2002  George Lebl <jirka@5z.com>

	* panel-config-global.c: fix compilation warning

	* panel-widget.c, panel.c: fix some memory leaks and some corruptions
	  on destruction

2002-02-28  Mark McLoughlin  <mark@skynet.ie>

	* launcher.c:
	(set_revert_sensitive): pass TRUE to gtk_widget_set_sensitive.
	(create_properties_dialog): connect the signals to the right
	button.

2002-02-28  Diego Gonzlez  <dggonz@yahoo.com>

	* nothing.cP, status-docklet.c, session.c, foobar-widget.c,
	  panel-widget.c, menu.c, main.c, button-widget.c:
		s/gtk_timeout_add/g_timeout_add 
		s/gtk_timeout_remove/g_source_remove

Wed Feb 27 23:58:15 2002  George Lebl <jirka@5z.com>

	* applet.c, panel-applet-frame.[ch], session.c, panel.c: save
	  applet position on move, don't save it when we're removing the
	  applets.  Implement back the clean_remove setting for
	  bonobo_applets in preparation for the 'dead applet' dialog

	* basep-widget.[ch], menu.c, panel.c:  Try to figure out memory
	  issues with removing panels/applets.  The menu applet now removes
	  without a warning, but removing a panel will still corrupt memory
	  somewhere.  While I was at it I converted the Pos objects to
	  GObject rather then GtkObject, which gets rid of some sinking
	  issues.

	* menu-properties.c: remove a dead argument to a function

	* panel-widget.c: minor cleanup

Wed Feb 27 19:45:40 2002  George Lebl <jirka@5z.com>

	* panel-applet-frame.c: fix initial setting of medium size 

Mon Feb 25 16:00:00 2002  Arvind S N  <arvind.samptur@wipro.com>

	* launcher.c: (create_properties_dialog): disable the revert
	buttton when changes are made.

2002-02-27  Mark McLoughlin  <mark@skynet.ie>

	* foobar-widget.c: (foobar_save_to_gconf): impl.
	(foobar_widget_set_clock_format): save the clock format.

	* panel.c: (panel_save_to_gconf): add pre-condition.

2002-02-27  Mark McLoughlin  <mark@skynet.ie>

	* menu.c:
	(menu_button_notify), (create_panel_menu): binary chop
	the button notify handler temporarily. Fixes #72430.

Tue Feb 26 17:34:45 2002  George Lebl <jirka@5z.com>

	* panel.c: fix #70518 among others, by queing a resize on all button
	  widgets.  Dunno what's up with that really, but this will force it
	  to work.  Also fixed up the panel move stuff to be a bit saner as
	  well, and fix a possible crash.

	* menu-util.[ch], menu.c: hmm, the menu menu is still off the button
	  and not at cursor location ... damnit

Tue Feb 26 16:17:09 2002  George Lebl <jirka@5z.com>

	* menu-util.c: the applet menu should also be at the cursor location
	  fixes #70502

2002-02-25  Mark McLoughlin  <mark@skynet.ie>

	Dynamically apply the schemas to new profiles as they are
	created. Removes a lot of conditional 'use_default' code
	and the bugs lurking there. Also lots of gconf related cleanups
	and bug fixes.

	* panel-gconf.[ch]: kill default_profile functions.
	(panel_gconf_get_profile): move here from session.c
	(panel_gconf_global_key), (panel_gconf_general_key),
	(panel_gconf_full_key): rename from really long names.
	(panel_gconf_dir_exists): kill unused.
	(panel_gconf_clean_dir): rename.
	(panel_gconf_associate_schemas_in_dir): impl.
	(panel_gconf_setup_profile): impl.

	* panel-per-panel-config.schemas: kill all applytos.

	* applet.c: update for gconf function name changes. Remove all
	use_default stuff. Pass gconf key to logout, lock and status loader
	to fix #69716.

	* drawer.[ch]:
	(properties_apply_callback): actually save properties changes.
	(load_drawer_applet): save the AppletInfo.
	(drawer_save_to_gconf), (drawer_load_from_gconf): update for gconf
	function name changes, cleanupa and don't try and save the tooltip
	when its null. Kill use_default stuff.

	* floating-widget.c: (floating_pos_get_hide_size),
	(floating_pos_get_hide_pos): read minimized size from the global_config
	struct, not gconf.

	* foobar-widget.c: (append_format_items): clock format is not in global
	config.

	* launcher.c:
	(properties_apply): actually save properties changes.
	(launcher_save_to_gconf), (launcher_load_from_gconf): update for gconf
	function name changes.
	(launcher_file_name): use PANEL_LAUNCHERS_PATH.

	* launcher.h: define PANEL_LAUNCHERS_PATH. Nobody else was using
	PANEL_CONFIG_PATH.

	* logout.[ch]l: (load_logout_applet),
	(load_lock_applet): add gconf_key arg.

	* main.c: (main): use panel_gconf_setup_profile.

	* menu-properties.c: (properties_apply_callback): only save menu props.

	* menu.c: kill use_default stuff, update for gconf function changes.

	* panel-applet-frame.c: ditto.

	* panel-config-global.c: use panel_apply_global_config.

	* panel-config.c: (config_apply): actually save config changes.

	* panel-widget.c: (panel_widget_destroy), (panel_widget_get_by_id),
	(panel_widget_set_id): update for gconf renaming. Clean up.

	* panel.[ch]: lots of cleanups, update for gconf name changes, shorten
	function names, kill use_default stuff.

	* session.c:
	(session_get_current_profile), (session_get_current_profile): kill
	(panel_session_do_save), (panel_session_save),
	(session_load): updates.

	* session.h: kill unused cruft.

	* status.[ch]: (load_status_applet): add gconf_key arg.

	* swallow.c: (swallow_save_to_gconf), (swallow_load_from_gconf):
	updates, kill use_default stuff etc.

Fri Feb 22 15:27:35 2002  George Lebl <jirka@5z.com>

	* foobar-widget.c: when a clock format is set, make sure the format
	  menu thing is synchronized.

2002-02-22  Kjartan Maraas  <kmaraas@gnome.org>

	* menu.c: Remove unsupported #ifdef ENABLE_NLS.
	
Thu Feb 21 18:15:42 2002  George Lebl <jirka@5z.com>

	* gnome-run.c: load both the list of apps and then the icons
	  in idle time, so that we display the dialog immediately and then
	  load all this crap a bit later.  This makes the whole thing feel
	  a lot snappier.

Thu Feb 21 17:25:56 2002  George Lebl <jirka@5z.com>

	* menu.c, panel.[ch]: when adding applets or launchers and such
	  things from the context menu, add them at the spot where the
	  context menu was triggered.

Thu Feb 21 15:49:33 2002  George Lebl <jirka@5z.com>

	* basep-widget.c: properly do hidebutton sensitivities and tooltips
	  on startup and when changing orientation.  Should also hopefully
	  close #61419

2002-02-21  jacob berkman  <jacob@ximian.com>

	* Makefile.am (EXTRA_DIST): add $(ui_DATA)

2002-02-21  Mark McLoughlin  <mark@skynet.ie>

	* GNOME_Panel_Popup.xml: split out the popup xml to here
	so it can be translated.

	* Makefile.am: install the xml file.

	* panel-applet-frame.c: (panel_applet_frame_construct): kill
	the static xml string and use the xml file instead.

Wed Feb 20 19:13:33 2002  George Lebl <jirka@5z.com>

	* menu.[ch], applet.c, foobar-widget.c, gnome-run.c:  Add
	  panel_make_menu_icon, which exposes the pixbuf loading function
	  from the menu icon cache so that we can use it in other places,
	  such as the run box.

	* button-widget.c: use the desktop-item icon finding function for
	  icon finding

	* launcher.c: when getting the best launcher icon look for 48x48 and
	  not 20x20

Wed Feb 20 18:15:38 2002  George Lebl <jirka@5z.com>

	* menu-fentry.c: sure_string the fullname before making a collation
	  key.

Wed Feb 20 18:12:25 2002  George Lebl <jirka@5z.com>

	* menu-fentry.[ch], menu.c: the fr_compare function takes into
	  account directories being sorted before files.  MFiles can't be
	  sorted so sort after we load the QItems.  Fix a memory leak.  Cache
	  the scaled version of an icon to avoid lots of scaling and add
	  the icon size to the cache key.

Wed Feb 20 17:14:00 2002  George Lebl <jirka@5z.com>

	* gnome-run.c, menu-fentry.[ch]: Add a fentry sorting function and
	  cache the name collate key, so that sorting is faster.  Also
	  properly sort menu items if no set sort order has been given by
	  a SortOrder thing in a .directory.  Also remove fr_get_all_dirs
	  since it's a stupid function and isn't being used anyway.

2002-02-20  Mark McLoughlin  <mark@skynet.ie>

	* main.c: (session_notify_global_changes): move notify
	handler to panel_global_config_notify.

	* panel.c: (panel_load_global_config): use
	panel_global_config_set_entry.
	(panel_session_save_global_config): audit for missing items.

	* panel-config-global.c:
	(panel_global_config_set_entry): impl method to map
	between gconf key and config struct member.
	(panel_global_config_notify): handle global config notifies.

	* panel-config-global.h: clean up and add
	panel_global_config_set_entry and panel_global_config_notify.

	* panel-global-config.schemas: kill "auto-update-menus".

	* panel-util.[ch]: (panel_parse_accelerator): rename from
	convert_string_to_keysym_state and upd to handle
	GlobalConfigKeys.

	* global-keys.c: (panel_global_keys_setup),
	(panel_global_keys_filter): upd to use GlobalConfigKey.

	* gnome-panel-properties.c: (load_checkboxes): kill
	"auto-update-menus".

	* Makefile.am: add panel-config-global.c

2002-02-20  Mark McLoughlin  <mark@skynet.ie>

	* menu.c: (show_panel_help): pass 'panel' as file
	name, not 'index'.

	* panel-util.c: (panel_show_help): use
	gnome_help_display_desktop for docs installed in
	$(prefix)/share/gnome/help

2002-02-20  Mark McLoughlin  <mark@skynet.ie>

	Fixes #71279 and #69147. Fix suggested by Shivram U.

	* panel-util.c: (stretch_widget_calc_geometry): move geometry
	calc code to here.
	(stretch_widget_realize): use calc_gemoetry.
	(stretch_widget_size_allocate): check geometry has changed
	before unmapping.

2002-02-19  Mark McLoughlin  <mark@skynet.ie>

	* menu.c: (compare_filerecs), (create_menu_at_fr): re-indent
	to same style as surrounding code and compress comments to
	one single explanatory comment outside the method.

2002-02-19  Mark McLoughlin  <mark@skynet.ie>

	* menu.c: (create_menuitem): revert unapproved increase of
	icon size to 32x32. Retain sensible cleanups, though.

2002-02-17  Gediminas Paulauskas <menesis@delfi.lt>

	Fix #70512

	* gnome-run.c: add mnemonics to all labels, rename buttons.
	(browse): rename dialog.
	(run_dialog_response): if window was just closed, don't run command.
	(sort_by_name): Sort according to locale.
	(add_columns): Remove column header
	(create_simple_contents): Add label above list (so that	you can focus
	list with mnemonic). Make description label selectable, show Advanced
	options below "Advanced >>" button.
	

2002-02-16  Seth Nickell  <snickell@stanford.edu>

	* menu.c: (compare_filerecs):

	Check if strings are NULL before collating
	them.

2002-02-16 John Fleck <jfleck@inkstain.net>

	* help/C/panel.xml
	* help/C/figures/launcherprop1_dialog.png
	* help/C/figures/launcherprop2_dialog.png
	* help/C/figures/menu_panel.png
	* help/C/figures/panelprop_dialog.png
	* help/C/figures/sample_applet.png
	finish updating panel docs for GNOME2

2002-02-16  Seth Nickell  <snickell@stanford.edu>

	* menu.c: (remove_pixmap_from_loaded), (load_icons_handler):

	Use weak refs rather than destroy signal, so we can
	use the pixbufs directly rather than needing a
	GtkWidget.

2002-02-16  Seth Nickell  <snickell@stanford.edu>

	* menu.c: (load_icons_handler), (create_kde_menu):

	Only cache the pixbufs as directly loaded from the icon
	files. That way if a smaller icon is loaded first
	we don't end up scaling it up later when its needed
	for a larger version.

	Really we should just include size as well as filename
	in the hashtable, but the number of calls is small
	enough that this isn't problematic.

2002-02-16  Seth Nickell  <snickell@stanford.edu>

	* menu.c: (compare_filerecs), (create_menu_at_fr),
	(applet_menu_get_category_icon):

	Sort menus into locale-correct "alphabetical" order.

2002-02-15  Michael Meeks  <michael@ximian.com>

	* panel-applet-frame.c (panel_applet_frame_construct): 
	don't get the 'shell' interface, it's not used and this
	screws with fatal ref cleanup.

2002-02-15 John Fleck <jfleck@inkstain.net>

	* configure.in
	* gnome-panel/Makefile.am
	* gnome-panel/help/Makefile.am
	* gnome-panel/help/C/Makefile.am
	* gnome-panel/help/C/panel-C.omf
	* gnome-panel/help/C/panel.xml
	* gnome-panel/help/C/figures/controlcenter_icon.png,
	help_icon.png, open_drawer.png, statusdock_button.png,
	launcherprop1_dialog.png, panel_object_popup_menu.png,
	swallapp_dialog.png, drawerprop_dialog.png,
	launcherprop2_dialog.png, panelprop_dialog.png,
	swallow_applet.png, footprint_icon.png, lockscreen_icon.png,
	runprogram_dialog.png, tasklist_applet.png, four_hide_button.png,
	logout_icon.png, runprogram_icon.png, typical_menu.png,
	gnome_panel.png, menu_panel.png, sample_applet.png,
	gnometerminal_icon.png, netscape_icon.png, statusdock2_button.png
	adding first draft of Sun panel documentation to the build

2002-02-15  Padraig O'Briain  <padraig.obriain@sun.com>

	* basep-widget.[ch] : Rename "focus_panel" signal to "move_focus_out"
	as same action (Ctrl+Tab) on DrawerWidget moves focus from
	DrawerWidget to Drawer. Add code to basep_widget_move_focus_out()
	to implement moving focus from DrawerWidget to Drawer.

	(basep_widget_construct) Sink BasePPos to avoid warning on panel
	deletion.

	* drawer-widget.c (drawer_widget_new): Do not allow panel in
	DrawerWidget to receive focus.

	* drawer.h (Drawer): Add two new fields moving_focus and jyst_focused.
	The field moving_focus is used to prevent drawer being closed
	when keyboard focus moves from Drawer to DrawerWidget and being
	opened whem keyboard focus moves from DrawerWidget to Drawer
	The field just_focused is used to prevent the drawer being closed
	when a Drawer, which does not have focus, is clicked.

	* drawer.c: Add signal handlers for focus_in_event, focus_out_event
	and key_press_event on Drawer.
	focus_in_drawer ensures that drawer is opened when focused
	focus_out_drawer ensures that drawer is closed when unfocused
	key_press_drawer implements arrow keys to move focus from Drawer to
	DrawerWidget and focus the first or last object on the panel and Escape
	to close the drawer.

	* foobar-widget.[ch] : Rename "focus_panel" signal to "move_focus_out"

	* panel-widget.c (panel_widget_focus): Do not configure.infocus panel for
	DrawerWidget

	* panel.c (panel_menu_get): Sink menu object to avoid warning on
	panel deletion

2002-02-14  Seth Nickell  <snickell@stanford.edu>

	* menu.c: (icon_to_load_copy), (load_icons_handler),
	(create_menuitem), (panel_load_menu_image_deferred_with_size),
	(panel_load_menu_image_deferred):

	Increase the size of the icons in the Applications menu to
	32x32.

2002-02-14  Shivram U <shivaram.upadhyayula@wipro.com>

	reviewed by Mark McLoughlin <mark@skynet.ie>

	* launcher.c: Fixed the problem with the revert button in the
	launcher not reverting back to the original settings. (#70692)

2002-02-12  Mark McLoughlin  <mark@skynet.ie>

	* Makefile.am: don't set GNOME_CORE_BUILD_INTERNAL and use
	(top_srcdir)/gnome-panel.

	* launcher.c, launcher.h, menu-fentry.h, menu-properties.c,
	  menu.c, session.c, swallow.c: upd for the fact that
	libgnome-desktop is in a seperatre module now.

2002-02-11  Kjartan Maraas  <kmaraas@gnome.org>

	* drawer-widget.c: #include <config.h>
	* panel-config.c: Same
	
2002-02-11  Takayuki KUSANO <AE5T-KSN@asahi-net.or.jp>

	reviewed by: Mark McLoughlin  <mark@skynet.ie>

	* foobar-widget.c: (append_gnomecal_items): actually use
	the translated strings.

2002-02-11  Mark McLoughlin  <mark@skynet.ie>

	* gnome-panel-properties.c:
	* gnome-run.c: don't include gnome-window-icon.h directly.
	Its in libgnomeui.h now.

2002-02-11  Richard Hult  <rhult@codefactory.se>

	* panel-applet-frame.c (panel_applet_frame_construct): Remove
	debug code, missed this in my last commit.

2002-02-11  Richard Hult  <rhult@codefactory.se>

	* panel-applet-frame.c: Put popup menu items at the bottom of the
	applet popup menu.

2002-02-09  Mark McLoughlin  <mark@skynet.ie>

	* applet.c:
	(panel_applet_load_idle_handler): load applets in an idle handler
	at startup.
	(panel_applet_load_from_unique_id): use it.

2002-02-09  Mark McLoughlin  <mark@skynet.ie>

	* GNOME_Panel.server.in: move to Vertigo namespace.

	* menu.c: ditto.

2002-02-09  Mark McLoughlin  <mark@skynet.ie>

	* panel-applet-frame.[ch]:
	(panel_applet_frame_load): update for panel_applet_frame_new change.
	(panel_applet_frame_get_expand_flags): get the flags from the
	property sack.
	(panel_applet_frame_get_background_string): impl method to
	prepare background strings.
	(panel_applet_frame_change_background): merge background changing
	methods in to one.
	(panel_applet_focus): rename to panel_applet_frame_focus.
	(panel_applet_frame_get_orient_string),
	(panel_applet_frame_get_size_string): impl method to prepare size
	and orient strings.
	(panel_applet_frame_construct_moniker): add the bacgkround, size
	and orient items.
	(panel_applet_frame_construct): add PanelWidget arg.
	(panel_applet_frame_new): ditto.

	* panel-types.h: GNOME_Panel_BackType enum doesn't exist anymore.

	* panel-widget.[ch] (panel_widget_class_init): upd for above.	
	(panel_widget_get_applet_orient): re-named from get_applet_orient.

	* panel.c: (get_applet_orient): move to panel-widget.c.
	(back_change): use panel_applet_background_change.

	* drawer.c: (load_drawer_applet): update for get_applet_orient
	change.

	* status.[ch] (status_spot_remove): use Vertigo_StatusSpot.

2002-02-10  Havoc Pennington  <hp@pobox.com>

	* basep-widget.c (basep_widget_size_allocate): Consider the x/y
	position of the panel when setting struts. This means we get the
	right strut if some crack-smoker puts multiple panels on the same
	side of the screen. Currently only seems to matter for stacking an
	edge panel under the foobar.

2002-02-10  Gediminas Paulauskas <menesis@delfi.lt>

	* Makefile.am: use intltool for .desktop files.
	* gnome-panel-properties.desktop.in: add files without
	translations.
	* gnome-panel-properties.desktop: removed, they are generated.

2002-02-10  Gediminas Paulauskas <menesis@delfi.lt>

	* quick-desktop-reader.c: do charset conversion only if source
	encoding is not NULL. Avoids lots of warnings.

2002-02-08  Mark McLoughlin  <mark@skynet.ie>

	* session.c: (panel_session_save): another leak. That seems
	to be most of them ...

2002-02-08  Mark McLoughlin  <mark@skynet.ie>

	* panel-widget.c: (panel_widget_set_new_id),
	(panel_widget_new): kill more leaks.

2002-02-08  Mark McLoughlin  <mark@skynet.ie>

	* panel.c: (panel_gconf_profile_set_string),
	(panel_gconf_profile_set_int), (panel_gconf_profile_set_bool):
	fix more hideous leaks and re-name like below.
	(panel_session_save_panel): upd for above.

2002-02-07  Mark McLoughlin  <mark@skynet.ie>

	* menu-properties.c: (properties_apply_callback): save to gconf.

	* menu.c: (menu_save_to_gconf): check icon file is set before
	setting it in gconf.

2002-02-08  Mark McLoughlin  <mark@skynet.ie>

	* session.[ch]: (panel_session_save): don't dup string. it
	was been leaked allmost everywhere anyway.

	* applet.c: (panel_applet_clean_gconf), (panel_applet_load_list),
	(panel_applet_save_position), (panel_applet_save_to_gconf):
	* drawer.c: (drawer_save_to_gconf), (drawer_load_from_gconf):
	* launcher.c: (launcher_save_to_gconf):
	* menu.c: (menu_save_to_gconf), (menu_load_from_gconf):
	* panel-applet-frame.c: (panel_applet_frame_save_to_gconf):
	* panel.c: (panel_session_save_panel):
	* swallow.c: (swallow_save_to_gconf), (swallow_load_from_gconf):
	update for above change.

	* distribution.c: (get_distribution_info): fix warning.

2002-02-08  Mark McLoughlin  <mark@skynet.ie>

	* launcher.c: (setup_button): free icon string.

	* menu-fentry.c: (fr_check_and_reread): unref the vfs file
	info before returning.

	* menu.c: (load_icons_handler): free the icon info before
	returning.

	* panel.c: (panel_gconf_profile_get_string),
	(panel_gconf_profile_get_int), (panel_gconf_profile_get_bool):
	rename from atrociously long names.
	(panel_session_init_panels): fix loads of string leaks and try
	to tidy up a bit.

2002-02-08  Mark McLoughlin  <mark@skynet.ie>

	* panel-util.[ch]: (panel_stretch_events_to_toplevel): use
	 a flags arg instead of booleans. Simplifies things.

	* foobar-widget.c: update for above change.

2002-02-07  Mark McLoughlin  <mark@skynet.ie>

	* main.c: (main): move BONOBO_ACTIVATION_DEBUG_OUTPUT up.

	* panel-shell.c: (panel_shell_register): enable per-display
	registration, however this doesn't work yet 'cause its not enabled in
	bonobo-activation.

2002-02-07  Mark McLoughlin  <mark@skynet.ie>

	* distribution.c: (get_distribution_info): fix core. Sorry people.

2002-02-07  Mark McLoughlin  <mark@skynet.ie>

	* Makefile.am: split deprecation related cflags and gnome_program
	related defines into their own variable.

	* applet.c:
	(panel_applet_clean_gconf): free gconf_key here.
	(panel_applet_clean): don't clean gconf until after the widget has
	been destroyed.
	(applet_destroy): don't free key here.

	* distribution.[ch]: (get_distribution_info): allow distribution menus
	to be re-locatable.

	* gnome-panel-properties.c: (main): set the window icon.

	* gnome-run.c: (register_run_stock_item): impl to register a new stock
	icon and icon set for the run button.
	(show_run_dialog): use above instead of stock execute item. Lookup
	window icon with gnome_program_locate_file.

2002-02-06  Padraig O'Briain  <padraig.obriain@sun.com>

	* panel-applet-frame.[ch]
	Add action signal move-focus_out_of_panel to move focus from applet to
	next or previous object on panel. Currently Tab and Shift+Tab are the 
	keys which do this.

	* foobar-widget.[ch]
	Add action signal focus_panel to support moving focus to the panel

	* panel.c:
	Remove unused argument PanelData specified for panel_event()
	Set focus on panel if button release happens in panel and panel is
	not focus widget.

2002-02-06  Mark McLoughlin  <mark@skynet.ie>

	* gnome-run.c:
	(create_advanced_contents): don't set focus widget here, we do
	it later.
	(update_contents): focus the entry, not the vbox.

Tue Feb 05 17:48:58 2002  George Lebl <jirka@5z.com>

	* gnome-run.c: set window icon

	* menu-util.c: remove the applets sub from the default menu flags

	* menu.c: About box fixups, use a logo, add documentors, fix
	  translation credits, and use the comment for the commie mode
	  paragraph.  Use the standard defaults when adding a menu.
	  When saving a ditem in the timeout, save the error and display
	  it in an error dialog when we close the property window.
	  Add more descriptive standard menu tooltips.  When there is
	  no full menu name use the directory basename rather then "Menu".
	  Translate the things from the bonobo server entry.  Use
	  a lazy hash for category->icon lookups, and use untranslated
	  category name to lookup icons.  Use standard panel error
	  dialog api for 'only one foobar' dialog.

	* panel-widget.c: unused var warning

	* xstuff.c: fix possible race (I'm anal, perhaps it's not a race
	  at all in fact, but it's not there anymore)
	  
2002-02-05  Mark McLoughlin  <mark@skynet.ie>

	* panel.c: (panel_session_init_panels): audit use of
	gconf_enum_to_string to make sure all (gint *) casts
	are correct. Solaris refuses to entertain mis-aligned
	pointers.

2002-02-04  jacob berkman  <jacob@ximian.com>

	* Makefile.am: our object files require the built sources

2002-02-04  Mark McLoughlin  <mark@skynet.ie>

	* launcher.c: (properties_apply): save the launcher.
	(launcher_save_to_gconf): don't save location if its not set.
	(launcher_file_name), (launcher_save): make static.
	(launcher_hoard): save to gconf.

	* launcher.h: kill launcher_file_name and launcher_save.

2002-02-04  Padraig O'Briain  <padraig.obriain@sun.com>

	* panel.c: Correct popping up of panel's context menu using keyboard.

2002-02-04  Padraig O'Briain  <padraig.obriain@sun.com>

	These changes update the changes which give focus to the panel and
	object on the panel to take account of the fix to bug 50339 which
	requires that a widget in a GtkWindow have focus initially, rather
	than the GtkWindow itself.

	* basep-widget.[ch]: Rename focus_return as the more meaningful name
	focus_panel. Remove the functions basep_widget_focus_in_event,
	basep_widget_focus_out_event and basep_widget_set_focus. Specify
	focus chain in basep_widget_construct so that focus goes initially to
	the panel.

	* panel-widget.[ch]:
	Add functions panel_widget_focus_in_event, which sets PRELIGHT state
	for panel and adds keybindings for Tab and Shift+Tab, and 
	panel_widget_focus_out_event, which unsets the PRELIGHT state for the
	panel, removes keybindings for Tab and Shift+Tab and unsets 
	GTK_WIDGET_CAN_FOCUS flag, if focus is going to another widget in the
	window. Rename move_to_panel to tab_move.
	Add key bindings for Tab and Shift+Tab when panel has focus or when in
	move mode. Set GTK_WIDGET_CAN_FOCUS flag on panel when it is created.
	Add code to panel_widget_tab_move to move focus to object in panel; 
	this requries unsetting GTK_WIDGET_CAN_FOCUS flag on panel.
	Add function panel_widget_focus which moves the focus from an object
	on the panel to the panel.
	
2002-02-04  Mark McLoughlin  <mark@skynet.ie>

	* gnome-panel-properties.glade.h:
	* gnome-panel-screenshot.glade.h: remove.

	* Makefile.am: remove .glade.h files.

	* applet.c, panel-applet-frame.c: fixup pre-conditions.

Fri Feb 01 17:00:02 2002  George Lebl <jirka@5z.com>

	* foobar-widget.c, menu.[ch], menu-fentry.[ch]:  remove old applet
	  cruft

	* global-keys.c: call the run dialog yet again

	* menu.c: add some more people to the authors list in the about box,
	  incomplete though

	* menu.c, panel.c: handle applet dnd again, and reenable adding
	  applet menu as part of the main.  Though perhaps we should just
	  whack that completely.  Also fix a small leak.

2002-01-31  Mark McLoughlin  <mark@skynet.ie>

	* button-widget.c: (button_widget_class_init): kill
	binding_set.

	* panel-widget.c: (panel_widget_move_to_panel): initialise
	previous_panel.

2002-01-31  Glynn Foster  <glynn.foster@sun.com>

	* panel-marshal.list: Add VOID:BOOLEAN to fix build.

2002-01-31  Padraig O'Briain  <padraig.obriain@sun.com>

	* button-widget.[c], panel-widget.[ch] panel-marshal.lst: 
	Remove keyboard move functionality from ButtonWidget. It is now
	necessary to be in Move mode before it is possible to move applets
	using the keyboard.
	Tab or Shift+Tab will move applet to next or previous panel.
	Shift+arrow will push applet a small amount
	Control+arrow will switch applet
	Alt+arrow will free move an applet
	Escape will exit Move mode
 
Tue Jan 29 01:50:01 2002  George Lebl <jirka@5z.com>

	* basep-widget.[ch], panel.c, floating-widget.c, drawer.c: the change
	  signal arguments now give the old value and by the time they
	  are emitted, the new value was already set.  Get rid of the
	  BASEP_MOVING state since it wasn't really treated as one and
	  add a ->moving flag.  When we hide the panel, make sure the
	  widgets that aren't visible are at least insensitive.  Also
	  autohide/autoshow now use idle when at 0 value.

2002-01-28  Seth Nickell  <snickell@stanford.edu>

	* menu.c: (create_root_menu):

	Replace "Execute" with "Run", to avoid using threatening
	language.

2002-01-28  Seth Nickell  <snickell@stanford.edu>

	* Makefile.am:
	* gnome-panel-properties.desktop:

	Install into the new CC capplets location.

2002-01-28  Anders Carlsson  <andersca@gnu.org>

	* gnome-run.c (add_columns): Use a single tree view column
	and pack both cell renderers in it. 
	(create_simple_contents): Add a shadow to the scrolled window.

2002-01-28  Padraig O'Briain  <padraig.obriain@sun.com>

	Initial implementation of keyboard move functionality for ButtonWidget.
	* button-widget.[ch]
	Define action signals "push-move", "switch-move" and "free-move"
	and associate keybindings with them
	Implement default signal handlers button_widget_push_move,
	button_widget_switch_move, button_widget_free_move

	* panel-widget.[ch]
	Define action signal end-move to allow termination of move using
	keyboard. Use Escape as keybinding for this action. This is different
	from Calum's original spec but I have discussed it with him.
	Update panel_sub_event_handler() and panel_widget_applet_event() so 
	that Escape causes panel_widget_end_move() is called.
	Add panel_widget_push_applet, panel_widget_switch_applet,
	panel_widget_free_move_applet to implement "push-move", "switch-move"
	and "free-move"
	Remove calls to g_return_if_fail (foo != NULL) if followed by calls
	to g_return_if_fail (GTK_IS_BAR (foo));
	
2002-01-27  Seth Nickell  <snickell@stanford.edu>

	* panel-per-panel-config.schemas:

	And switch seconds off to minimize the disturbance caused
	by the resizing problems.

2002-01-27  Seth Nickell  <snickell@stanford.edu>

	* panel-per-panel-config.schemas:

	Move "pager" into the upper right hand corner.

2002-01-27  Glynn Foster  <glynn.foster@sun.com>

	* foobar-widget.c, panel.c: Hopefully fixes bug #69838.

2002-01-26  Glynn Foster  <glynn.foster@sun.com>

	* panel-per-panel-config.schemas: Bugger, forgot to hide the hide
	buttons.

2002-01-26  Glynn Foster  <glynn.foster@sun.com>

	* applet.c: Change right-stick to panel-right-stick. It still doesn't 
	really describe to the user what it is, but it's a bit more intuitive.
	* panel-per-panel-config.schemas: Add in a few applets and change things
	around according to Nils' proposal. [Still perhaps missing some icons?].

2002-01-26  Roy-Magne Mo <rmo@sunnmore.net>

	* panel.hints: syncronizing panel.hints 
	  with the gnome-1-4 core. This means
          adding nn and sl languages.

Thu Jan 24 16:20:47 2002  George Lebl <jirka@5z.com>

	* menu.c: fix the reposition hack not to spew warnings

Wed Jan 23 18:20:13 2002  George Lebl <jirka@5z.com>

	* menu.[ch], menu-util.c, applet.c, foobar-widget.c:  Make sure
	  menus appear within xinerama boundaries.  Those that don't like
	  menu.c style of coding should NOT look at this code.  But it
	  works.

	* multiscreen-stuff.c: reorder the screens in the fake debugging
	  setup.

	* basep-widget.c: fix screen_change signal signature

	* foobar-widget.c: add some corners.  Yay we half look like a mac
	  now.  Now if we could only get bottom corners as well.  Maybe
	  in time.

2002-01-23  Padraig O'Briain  <padraig.obriain@sun.com>

	* applet.c: Add applet_do_popup_menu() and applet_popup_menu() to
	support popping up of menu using Shift+F10 for buttons on the panel.

	* basep_widget.c (base_widget_focus_return):
	Update to forget previously focussed widget so that Ctrl+Tab followed
	by Tab gives always gives focus to first button 

	* menu.c: Add menu_button_menu_popup() and menu_button_notify() to
	support menu popup when menu icon receives focus.
	Define callback for "clicked" to be menu_button_pressed so that
	pressing Enter or Space on a focussed menu icon activates its menu.
	
Tue Jan 22 16:11:47 2002  George Lebl <jirka@5z.com>

	* quick-desktop-reader.c: when testing for tryexec, just do an
	  access (foo, X_OK) if it's an absolute filename.  Also put
	  the debug conditional around ALL the g_prints

2002-01-22  Anders Carlsson  <andersca@gnu.org>

	* button-widget.c: Lower the button displacement.

2002-01-22  Padraig O'Briain  <padraig.obriain@sun.com>

	* basep_widget.c: Add new function basep_widget_move_focus to
	implement GtkWidgetClass's move_focus; it causes a icon in the panel
	to receive focus initially instead of hide/show button when Tab is
	pressed when the panel has focus

Mon Jan 21 19:20:06 2002  George Lebl <jirka@5z.com>

	* logout.c: block the logout signal while we're in the signal handler

	* main.c: remove the I'm on crack dialog.  it's pissing the shit out
	  of me.  So we're no longer elitist.  Plus the panel shouldn't screw
	  up your old config now so it should be ok.

	* xstuff.[ch]: remove the nautilus check thing, it's broken and
	  not used anyway

2002-01-21  Glynn Foster  <glynn.foster@sun.com>

	* panel-global-config.schemas, panel-per-panel-config.schemas: Add 
	xml tags to these files.

Mon Jan 21 00:50:06 2002  George Lebl <jirka@5z.com>

	* panel.c: use g_filename_from_uri

2002-01-20  Seth Nickell  <snickell@stanford.edu>

	* main.c: (tell_user_Im_on_crack):

	Mr. Picky Strikes! Remove the separator from
	the dialog as per the HIG.

2002-01-19  Seth Nickell  <snickell@stanford.edu>

	* menu.c: (create_add_panel_submenu):
	* panel-config.c: (update_config_type), (panel_config):

	Rename "Aligned panel" to "Corner panel".

	Add pixmaps for the menu items under "Create panel->".
	
2002-01-19  Seth Nickell  <snickell@stanford.edu>

	* menu.c: (create_applets_menu), (make_add_submenu),
	(create_root_menu):

	Start collapsing Applet submenu into the "add" submenu. The distinction
	between applets and other "things you can put on the panel" isn't very
	clear and is primarily a technical distinction (particular for objects
	such as the status dock. This looks bigger, but its the amount of data
	many users effectively have to sift through to find what they're looking
	for. Now we can confront the problem of better categorization head on.

2002-01-19  Seth Nickell  <snickell@stanford.edu>

	* gnome-panel-properties.glade:

	Reword "on mouseover" to "when the mouse moves over them". Yeah,
	its longer, but its also a lot more natural (and still not the
	longest string in that dialog ;-)
	
	* menu.c: (create_panel_context_menu):
	* menu.h:
	* panel.c: (panel_menu_get):

	Make the panel right click menu only be a context menu for
	panels rather than a "full" Main menu.

2002-01-17  Padraig O'Briain  <padraig.obriain@sun.com>

	* basep_widget.c: Fill in panel background with prelight color/pixmap 
	when panel has focus. This requires introducing new function
	basep_widget_focus_in_event, base_widget_focus_out_widget,
	basep_widget_set_focus

Thu Jan 17 01:43:20 2002  George Lebl <jirka@5z.com>

	* panel-util.[ch], applet.c, basep-widget.c, drawer.c, logout.c,
	  menu.c: Some renaming of functions and minor cleanup of cruft.

	* panel-applet-frame.c, applet.c, panel.c:  Don't use the 'data'
	  field to store the frame, that's what the 'widget' item is for

	* xstuff.c, swallow.c: port the status and swallow checking to
	  libwnck and some swallowing cleanup including a ditem launch
	  error dialog

Wed Jan 16 18:14:43 2002  George Lebl <jirka@5z.com>

	* panel-util.[ch], applet.c , launcher.c, menu.c: Reenable the
	  DocPath help showing stuff, but slightly differently now

	* panel-util.[ch], panel-widget.c: s/my_g_/panel_g_/

	* panel-util.c, menu.c: a bit more work on error dialogs,
	  also have the error/info dialogs use the markup.

2002-01-16 Stephen Browne <stephen.browne@sun.com>

	* distribution.c

	changed the file to look for on Solaris

2002-01-16  Glynn Foster <glynn.foster@sun.com>

	* TODO: Update

2002-01-16  Padraig O'Briain  <padraig.obriain@sun.com>

	* basep_widget.[ch]
	Add "focus_return" signal to return focus from a child widget to the
	panel. Define key binding (Ctrl+Tab) to activate focus_return.
	Remove calls to g_return_if_fail (foo != NULL) if followed by calls
	to g_return_if_fail (GTK_IS_BAR (foo));

Wed Jan 16 01:01:38 2002  George Lebl <jirka@5z.com>

	* applet.[ch], panel-applet-frame.c: Make sure the AppletInfo is
	  freed, fix a possible race with applet destruction.  There are
	  some somewhat evil things still around here.  Fear.

	* panel-util.[ch], applet.c, gnome-run.c, menu-fentry.c, menu.c, 
	  panel.c: make deep_free list functions and use them

Tue Jan 15 15:05:46 2002  George Lebl <jirka@5z.com>

	* button-widget.[ch], panel-types.h, drawer.c, menu.c, launcher.c,
	  logout.c:  Remove the button widget type enum, it's not needed
	  without tiles

	* button-widget.c: draw the focus frame thingie over the icon
	  if we are focused.  You can now tab between launchers and
	  see where you are :)

	* panel-util.c: some warning fixes

2002-01-15  Padraig O'Briain  <padraig.obriain@sun.com>

	* menu-util.c (panel_menu_position):
	Ensure that menu position is close to panel even if popped up by
	keystroke.

	* panel.c:
	Add panel_do_popup_menu() and panel_popup_menu() to support popping
	up of menu using Shift+F10

2002-01-14  Padraig O'Briain  <padraig.obriain@sun.com>

	reviewed by: Mark McLoughlin <mark@skynet.ie>

	* basep_widget.c  foobar-widget.c menu.c 
	Use GtkButton's in_button field instead of ButtonWidget's

	* button-widget.[ch]:
	Derive ButtonWidget from GtkButton instead of GtkWidget; use
	GtkButton's pressed, released and clicked signals instead of signals
	defined in ButtonWidget; ButtonWidget now can receive focus and react
	to keystrokes.
	Remove calls to g_return_if_fail (foo != NULL) if followed by calls
	to g_return_if_fail (GTK_IS_BAR (foo));
	
2002-01-14  Mark McLoughlin  <mark@skynet.ie>

	* Makefile.am: distcheck fix.

Mon Jan 14 01:40:25 2002  George Lebl <jirka@5z.com>

	* launcher.c, panel-util.[ch]: Add a directory ensuring function
	  that ensures the whole path exists and use it instead of mkdir
	  when hoarding launchers.  This seems to make things work for me.

2002-01-14  Glynn Foster  <glynn.foster@sun.com>

	* Makefile.am: Make dist fixes. Actually these probably don't
	help at all...it's any excuse to get it to build ;)

2002-01-13  Alexander Larsson  <alla@lysator.liu.se>

	* panel-util.[ch]:
	Make convert_string_to_keysym_state() use gtk_accelerator_parse()
	and convert_keysym_state_to_string() use gtk_accelerator_name().

	* gnome-panel-properties.glade:
	Convert to new keysym string format.

	* panel-config-global.h:
	Make the _state variables GdkModifierType.

	* panel-widget.[ch]:
	Remove "applet_draw" signal.
	
2002-01-12  Glynn Foster  <glynn.foster@sun.com>

	* applet.c, panel-gconf.c, panel.c: Tighten up the 
	dir_exists keys for when we have instant apply..post 2.0

2002-01-12  Glynn Foster  <glynn.foster@sun.com>

	* menu.c: Make the multiple foobar alert dialog modal so it 
	disappears. Fixes #68596.

2002-01-12  Glynn Foster  <glynn.foster@sun.com>

	* main.c: (main): Add in the name of the executable to avoid
	crashing on logout. Thanks to owen for spotting this. Everyone
	else is too afraid to run gnome-session :)

2002-01-11  Mark McLoughlin  <mark@skynet.ie>

	* panel-gconf.c: (panel_gconf_dir_exists): use GError.

	* rgb-stuff.[ch]: kill everything but transform_pixbuf.

2002-01-11  Glynn Foster  <glynn.foster@sun.com>

	* panel-applet-frame.c: Use normal profile key for saving to, not 
	default profile key.

2002-01-11  Mark McLoughlin  <mark@skynet.ie>

	* applet.c:
	(panel_applet_load_from_unique_id), (panel_applet_load_list):
	fix memleaks.

	* panel-gconf.h: add PANEL_GCONF_DEFAULT_PROFILE.

	* panel.c: (panel_session_init_panels): use it.

Thu Jan 10 23:27:54 2002  George Lebl <jirka@5z.com>

	* Makefile.am, foobar-widget.c, menu.[ch], panel-config.c,
	  panel-util.c, panel.c, session.c, tearoffitem.[ch]:
	  Remove tearoff menus, they sucked.  We can readd them when
	  we implement them properly.

	* gnome-run.c:  Port to TreeView, so we are now completely
	  de-deprecated.  Also read from all-applications:/  To
	  actually allways get all entries.

2002-01-11  Glynn Foster  <glynn.foster@sun.com>

	* applet.c, drawer.c, drawer.h, gnome-panel-properties.c,
	  launcher.c, launcher.h, logout.c, logout.h, menu.c, 
	  menu.h, panel-applet-frame.c, panel-applet-frame.h, panel-gconf.c,
	  panel-gconf.h, panel-per-panel-config.schemas, panel.c,
	  status.c, status.h, swallow.c, swallow.h: 
	Okay, I've already forgotten what has gone into this patch. Think I've 
	got the global propeties animation speed thing nailed. Tweaked the default
	schema just enough to get everyone pissed because the panel won't load up
	for them. Make everyone happy and tell them that it's only a short 'rm -rf'
	command away from panel utopia...until I break it the next time. Moved some 
	stuff around to where it makes more sense. Now I'm seeing elephant trunks
	in my ChangeLog...I need to sleep.

2002-01-11  Anders Carlsson  <andersca@gnu.org>

	* panel-shell.c (panel_shell_register): Print out the error
	code if the panel fails to register.

2002-01-10  Padraig O'Briain  <padraig.obriain@sun.com>

	* basep_widget.c
	Add function show_tip to set tooltips for hidebuttons
	(basep_widget_state_change): Update tooltip when state changes
	(make_hidebutton): Allow button to receive focus
	(basep_widget_explicit_hide): Move focus from hidden button

2002-01-10  Mark McLoughlin  <mark@skynet.ie>

	* applet.[ch]: (panel_applet_load_from_unique_id),
	(panel_applet_save_to_gconf): enable swallow loading/saving.
	(panel_applet_callback_set_sensitive): kill.

	* basep-widget.[ch]:
	(basep_widget_enable_buttons): make sane.
	(basep_widget_pre_convert_hook):
	(basep_widget_get_hide_size): kill.
	(basep_widget_get_hide_orient): ditto.
	(basep_widget_set_state): ditto.

	* button-widget.c: (make_hc_pixbuf): upd.
	(do_saturate_darken): kill do_saturate_darken - not used.

	* drawer-widget.[ch]:
	(rawer_widget_restore_state): kill

	* floating-widget.[ch]:
	(floating_widget_change_orient): kill.

	* gnome-run.c, launcher.c, menu-properties.c: don't include
	  xstuff.h

	* panel-config.c:
	(update_config_mode), (update_config_mode): kill unused.

	* panel-gconf.[ch]: (panel_gconf_get_session_key): ditto.

	* panel-util.c:
	(string_is_in_list), (strtok_with_escape), (escape_string):
	kill unused.

	* panel-widget.[ch]:
	(panel_widget_get_applet_count), (make_background),
	(panel_widget_get_pos), (panel_widget_change_orient), 
	(panel_widget_get_applet_rgb_bg): ditto.
	(panel_widget_move), (panel_widget_get_free_space): not used,
	but is probably useful ... #ifdef out.

	* panel.[ch]:
	(panel_realize), (panel_setup): upd.
	(panel_data_by_id): kill unused.

	* rgb-stuff.[ch]: #ifdef everything out apart from
	transform_pixbuf. Can we kill all that stuff?

	* status-docklet.c: (status_docklet_instance_init): rename
	from status_docklet_init. An he claims i suck? :-)

	* xstuff.c: (redo_interface), (desk_notifier),
	(task_notifier): kill unused.
	(xstuff_init): kill old notifiers.

2002-01-10  Glynn Foster  <glynn.foster@sun.com>

	* Makefile.am, main.c, panel.c, session.c: Remove old cruft that 
	that was added during the war years. We don't need it now.

2002-01-10  Glynn Foster  <glynn.foster@sun.com>

	* main.c, panel-widget.c, panel.c, panel.h, session.c, session.h:
	More namespacing. I will do real work soon honest.

2002-01-09  Glynn Foster  <glynn.foster@sun.com>

	* basep-widget.c: Use #defines for panel speed for convenience
	* gnome-panel-properties.c: Fix animation speeds [hopefully].
	* panel-types.h: Change order of PanelSpeed enum.
	* main.c, panel.c, panel.h, session.c, session.h: Start to order
	some stuff around for proper namespacing. 
	I'm 99.99% sure that this builds...because I looked dumb the last 
	time [thanks Darin!].

2002-01-09  Darin Adler  <darin@bentspoon.com>

	* menu.c: Another include of conditional.h

2002-01-09  Darin Adler  <darin@bentspoon.com>

	* main.c: Remove include of conditional.h

2002-01-09  Glynn Foster  <glynn.foster@sun.com>

	* Makefile.am: Remove building of conditional.[ch]
	* conditional.c, conditional.h: Kill Kill Kill!!
	* menu.c: ifdef out, hasn't been implemented using gconf yet
	* main.c, panel-gconf.c, panel-util.c, session.c: Move stuff around 
	a little bit to remove as much cruft from main ()
	* panel-util.c: Add some of the useful [possibly] batter stuff from 
	conditional.[ch]

2002-01-09  Mark McLoughlin  <mark@skynet.ie>

	* panel-applet-frame.c:
	(panel_applet_frame_change_background_pixmap): implement new
	"pixmap:xid,x,y" format.

	* panel.c: (back_change): upd.

2002-01-09  Alexander Larsson  <alla@lysator.liu.se>

	* button-widget.[ch]:
	Make it a normal widget that exposes using
	gdk_pixbuf_render_to_drawable_alpha ().

	* panel-widget.[ch]:
	Override signals instead of connecting to them.
	Remove lots of code that handled button-widgets.
	Expose like normal Gtk widgets.
	Remove no_window_applet_list, as it's not needed anymore.
	
2002-01-08  Glynn Foster  <glynn.foster@sun.com>

	* AUTHORS: Adding Mark and myself.

2002-01-08  Glynn Foster  <glynn.foster@sun.com>

	* gnome-panel-properties.c: Fix up to reflect the user intuitive
	global property config changes.

2002-01-08  Glynn Foster  <glynn.foster@sun.com>

	* panel-gconf.c: Add some more error checking to the loading of 
	gconf. Still far from adequate, but it might just stop panel from 
	crapping out. Thanks to Mark for bugging me about this ;)

2002-01-08  Mark McLoughlin  <mark@skynet.ie>

	* APPLET_WRITING, applet-object.c, applet-object.h,
	  applet-private.h, applet-widget.c, applet-widget.h,
	  appletsConf.sh.in, bad-applet.c, dockletsConf.sh.in,
	  extern.c, extern.h: kill cruft.

2002-01-07  Glynn Foster  <glynn.foster@sun.com>
	
	* basep-widget.c, basep-widget.h, main.c panel-config-global.h, 
	  panel-global-config.schemas, panel-per-panel-config.schemas,
	  panel-types.h, session.c: 

	Remove mostly all traces of non-usable gconf schema keys in preference
	to using gconf_string_to_enum and vice versa. This will hang your panel
	unless you remove ~/.gconf/apps/panel and 'make install'.

2002-01-07  Mark McLoughlin  <mark@skynet.ie>

	* applet.c:
	(applet_callback_callback): kill APPLET_RUN stuff.
	(panel_applet_load_from_unique_id),
	(panel_applet_save_to_gconf): load/save drawers, swallowed
	apps, status docks, logout and lock buttons.

	* drawer.[ch]:
	(load_drawer_applet): add gconf_key arg.
	(drawer_save_to_gconf), (drawer_load_from_gconf): impl.

	* swallow.[ch]: (really_add_swallow): upd.
	(load_swallow_applet): add gconf_key param.
	(swallow_save_to_gconf), (swallow_load_from_gconf): impl.

	* menu.[ch]: (add_drawers_from_dir), (add_drawer_to_panel):
	upd for drawers changes.

	* panel.c: (drop_internal_applet): ditto.

	* panel-main.h: kill panel_main_get_current_profile.

	* session.c: (panel_session_save_applets), (panel_quit):
	kill old applets loading/saving stuff.

2002-01-07  Mark McLoughlin  <mark@skynet.ie>

	* applet.c: (panel_applet_load_from_unique_id),
	(panel_applet_save_to_gconf): load menus.

	* menu.[ch]: (add_menu_to_panel): upd.
	(load_menu_applet): add gconf_key arg.
	(menu_save_to_gconf), (menu_load_from_gconf): impl.

	* panel.c: (drop_menu): update for load_menu_applet change.

	* launcher.c: (launcher_save_to_gconf), (launcher_load_from_gconf):
	use object's keys, not applet's keys. doh.

2002-01-07  Mark McLoughlin  <mark@skynet.ie>

	* applet.c: (panel_applet_get_full_gconf_key): fix silly.
	(panel_applet_load_from_unique_id): use
	panel_applet_frame_load_from_gconf and load launchers.
	(panel_applet_load_list): replace list_key arg with type arg.
	(panel_applet_load_applets_from_gconf): upd.
	(panel_applet_save_position): suggest a sync.
	(panel_applet_save_to_gconf): save launchers.

	* launcher.[ch]:
	(launcher_save_to_gconf), (launcher_load_from_gconf): impl.
	(load_launcher_applet_full), (load_launcher_applet): add a
	gconf_key arg.
	(really_add_launcher), (load_launcher_applet_from_info),
	(load_launcher_applet_from_info_url): upd.

	* menu.c: (add_app_to_panel), (add_drawers_from_dir),
	(add_launcher): upd for launcher change.

	* panel.c: (drop_urilist), (drop_internal_icon): ditto.

	* panel-applet-frame.[ch]:
	(panel_applet_frame_load_from_gconf): impl.

2002-01-07  Mark McLoughlin  <mark@skynet.ie>

	Move applet loading/saving to/from gconf into applet.c where
	it can be used by all type of panel objects.

	* applet.[ch]:
	(panel_applet_clean_gconf): impl.
	(panel_applet_clean): clean_gconf and remove the applet from
	the list.
	(applet_idle_remove): save position for all object.
	(applet_destroy): free gconf_key.
	(panel_applet_get_full_gconf_key),
	(panel_applet_load_from_unique_id), (panel_applet_load_list),
	(panel_applet_load_applets_from_gconf),
	(panel_applet_save_position),
	(panel_applet_save_to_gconf): impl.
	(panel_applet_register): add gconf_key arg, save_to_gconf.
	(panel_applet_get_position),
	(panel_applet_get_panel_id), (panel_applet_get_right_stick):
	add preconditions.

	* drawer.c: (load_drawer_applet):
	* launcher.c: (load_launcher_applet_full):
	* logout.c: (load_logout_applet), (load_lock_applet):
	* menu.c: (load_menu_applet):
	* status.c: (load_status_applet):
	* swallow.c: (load_swallow_applet): update for
	panel_applet_register param change.

	* panel-applet-frame.[ch]:
	(panel_applet_frame_save_to_gconf): only save the bonobo iid.
	(popup_handle_remove): kill gconf stuff.
	(panel_applet_frame_load): generate a gconf_keyt if we're
	loading the applet for the first time.
	(panel_applet_frame_finalize), (panel_applet_frame_construct),
	(panel_applet_frame_new): upd.

	* panel-gconf.[ch]: (panel_gconf_objects_profile_get_full_key),
	(panel_gconf_objects_default_profile_get_full_key): rename
	from panel_gconf_launchers_*.

	* panel.c: (panel_remove_applets): save position for all
	objects.

	* session.c:
	(panel_session_save_applets): save position for all object.
	(panel_session_die): ditto.
	(session_load): use panel_applet_load_applets_from_gconf.

2002-01-07  Mikael Hallendal  <micke@codefactory.se>

	* gnome-panel-screenshot.c: always include locale.h, it's used in
	main.

2002-01-04  Glynn Foster  <glynn.foster@sun.com>

	* .cvsignore: GAG and lock in dark room
	
	* panel-gconf.c, panel-gconf.h: Some new convenience code
	for launcher loading.
	* panel-per-panel-config.schemas: Some new default launchers to
	load - still very much work in progress.
	* session.c: Remove use of old conditional code.

2002-01-04  Mark McLoughlin  <mark@skynet.ie>

	* panel-applet-frame.c:
	(panel_applet_frame_load_from_unique_id),
	(panel_applet_frame_save_to_gconf),
	(panel_applet_frame_save_position): use
	panel_gconf_applets_profile_get_full_key

2002-01-04  Mark McLoughlin  <mark@skynet.ie>

	Saving and loading of applets to gconf should work now.

	* panel-applet-frame.[ch]:
	(panel_applet_frame_load_from_unique_id),
	(panel_applet_frame_load_applets),
	(panel_applet_frame_save_to_gconf): impl.
	(popup_handle_remove): upd to remove all gconf settings.
	(panel_applet_frame_load): add extra gconf_key param.
	(panel_applet_frame_instance_init): don't initialise
	unique_key here.
	(panel_applet_frame_construct): add extra gconf_key param.
	(panel_applet_frame_new): add extra gconf_key param.

	* panel-widget.c: include session.h

	* session.c:
	(panel_session_save_panel): don't set the list unless we've
	changed it.
	(session_load): use panel_applet_frame_load_applets.

	* menu.c: (add_bonobo_applet): upd.

2002-01-04  Glynn Foster  <glynn.foster@sun.com>

	* TODO, TODO.old: mv TODO TODO.old. touch TODO. Add some items
	that are relevant to me - hopefully everyone will do the same.

Thu Jan 03 14:56:46 2002  George Lebl <jirka@5z.com>

	* basep-widget.c: fix possible GList mempool corruption

	* gnome-run.c: look for pixmaps in app directories as well.

2002-01-02  Glynn Foster  <glynn.foster@sun.com>

	* panel-gconf.c, session.c: I am an ass. Use gconf_client instead
	of gconf_engine. Don't know what I was thinking about. Anyway, it 
	works okay now, although doesn't unlink the directory, although
	there's probably a way of doing that.

2002-01-02  Glynn Foster  <glynn.foster@sun.com>

	* panel-gconf.c, panel-widget.c, session.c, session.h: 
	Implemented new session_remove_panel_config () function to clean
	up the gconf database after we start removing panels. Doesn't work
	at all yet, but it doesn't make things crash which is a bonus.

2002-01-01  Glynn Foster  <glynn.foster@sun.com>
	 
	* config/Makefile.am, config/panel.config,
	* config/panel.global: Removed, old crusty config stuff
	that we don't need anymore. WARNING! keep the launcher
	config still, I want to look at that.
	
	* main.c, menu.c, session.c, session.h: Removed some more crufty 
	code that we don't need anymore. Mark tearoff loading FIXME'd.

2001-12-31  Glynn Foster  <glynn.foster@sun.com>

	* panel-gconf.c, panel-gconf.h, session.c: 

	All because the lady likes new API. Implemented / copied code for
	a recursive unset of a gconf directory. Nothing uses it yet, but 
	it soon will.
	
2001-12-30  Glynn Foster  <glynn.foster@sun.com>

	* panel-per-panel-config.schemas: Complete the schema for 
	large size. Just waiting for some usability input now ;)

2001-12-30  Glynn Foster  <glynn.foster@sun.com>

	* panel-gconf.c, session.c: 

	1:30am + 6 hours of tv = mushed (brain). Think I've got all
	the panels saving and loading properly now. They even do 
	session management, but I'm too scared to run gnome-session-2 to
	check if that actually works.

Fri Dec 28 03:00:03 2001  George Lebl <jirka@5z.com>

	* foobar-widget.c: correctly handle icon changing

	* menu.c: Fix some ugliness around the applets menu, still
	  much ugliness prevails

	* session.c: fix a few leaks.  When we find no panels install
	  a menu panel and tell the user.  Else the user would have no
	  interface to fix his configuration.

Wed Dec 26 17:45:49 2001  George Lebl <jirka@5z.com>

	* gnome-panel-screenshot.c, menu.c, panel.c, panel-util.c,
	  panel-widget.c:  I'm a dubmass!  GdkCursor is NOT a GObject

	* foobar-widget.c:  a bit of cleanup

Wed Dec 26 16:25:50 2001  George Lebl <jirka@5z.com>

	* Makefile.am, basep-widget.c, button-widget.c, foobar-widget.c,
	  global-keys.c, gnome-panel-properties.c, gnome-panel-screenshot.c,
	  gnome-run.c, launcher.c, main.c, menu.c, nothing.cP, panel-util.c,
	  panel-widget.c, panel.c, rgb-stuff.c, xstuff.c:  Compile also
	  with GDK_DISABLE_DEPRECATED and GDK_PIXBUF_DISABLE_DEPRECATED,
	  and all except gnome-run.c with GTK_DISABLE_DEPRECATED

	* foobar-widget.c: always convert to utf8 after getting something
	  from strftime

Wed Dec 26 14:01:24 2001  George Lebl <jirka@5z.com>

	* foobar-widget.c: fix width of clock label.  Now if the time
	  'grows' beyond initial size then the label grows as well (it never
	  shrinks horizontally though, unless you change the format)

	* nothing.cP: we need pause

Wed Dec 26 12:03:37 2001  George Lebl <jirka@5z.com>

	* panel-gconf.c: fix default return for get_string

	* nothing.cP: a bit more evil was required here

Tue Dec 25 16:13:56 2001  George Lebl <jirka@5z.com>

	* nothing.cP: some more evil

Tue Dec 25 15:51:27 2001  George Lebl <jirka@5z.com>

	* gnome-run.c, nothing.cP, nothing.h: Since I suppose one shouldn't
	  be productive during christmass to not seem like a loser, I wasn't
	  actually productive.  GEGLs ARE INVADING!

	* menu.c: cosmetic change

Mon Dec 24 01:55:19 2001  George Lebl <jirka@5z.com>

	* panel.c, panel-util.[ch]: deal with dropped uris a tad better and
	  actually use gnome-vfs more.  Still kind of stupid and needs more
	  work, but better then before.  We should now again handle drops
	  from the menus since those were not from a 'file:' uri's.  Also
	  drop the shell quoting routine since we already have that in glib.

	* panel-widget.c: a bit of constization

Sat Dec 22 23:12:54 2001  George Lebl <jirka@5z.com>

	* Makefile.am, foobar-widget.c, gnome-panel-screenshot.c, panel.c,
	  session.c: Compile with G_DISABLE_DEPRECATED and
	  GNOME_DISABLE_DEPRECATED

Sat Dec 22 17:14:50 2001  George Lebl <jirka@5z.com>

	* foobar-widget.c, menu.[ch], main.c: redo how the updating of
	  icons and tearoffs keys is done, load the foobar items in the
	  deffered way as well and sanitize this whole bit somewhat more.
	  It now fully nicely updates when you set/unset the icons/tearoff
	  keys.  And without having to reread folders.

	* gnome-panel-properties.c, gnome-run.c, launcher.c,
	  menu-properties.c, menu.c, panel-config.c, swallow.c:
	  Make dialog window settings sane after mucking with them.

	* gnome-panel-screenshot.c: get rid of tempnam usage to avoid warning

Sat Dec 22 15:12:42 2001  George Lebl <jirka@5z.com>

	* foobar-widget.c, gnome-run.c, panel-config.c, swallow.c: fix up
	  the size request stuff so we get back some widgets which
	  disappeared because I was a wanker.

Sat Dec 22 14:52:42 2001  George Lebl <jirka@5z.com>

	* gnome-panel-screenshot.c, gnome-panel-properties.c, status.c:
	  more fixes.  Having things actually compile is usually good.

Sat Dec 22 13:56:23 2001  George Lebl <jirka@5z.com>

	* menu.c: fix stupid typo

Sat Dec 22 13:44:25 2001  George Lebl <jirka@5z.com>

	* basep-widget.c, drawer-widget.c, drawer.c, extern.c,
	  foobar-widget.c, gnome-panel-properties.c,
	  gnome-panel-screenshot.c, gnome-run.c, launcher.c,
	  menu-properties.c, menu.c, nothing.cP, panel-config.c,
	  panel-util.c, panel.c, panel.h, status-docklet.c, status.c,
	  swallow.c, xstuff.c: Yet more de-deprecation.  Now all that's
	  left is the clist stuff in gnome-run, but jrb says he has a
	  new runbox in production so it seems pointless to spend time
	  on porting that now.

Fri Dec 21 18:44:22 2001  George Lebl <jirka@5z.com>

	* Makefile.am, aligned-widget.c, applet.c, basep-widget.c,
	  button-widget.c, distribution.c, drawer-widget.c, drawer.c,
	  edge-widget.c, floating-widget.c, foobar-widget.c, foobar-widget.h,
	  gnome-panel-properties.c, gnome-run.c, menu.c, nothing.cP,
	  panel-config.c, panel-util.c, panel-widget.c, panel-widget.h,
	  panel.c, session.c, sliding-widget.c, status.c, tearoffitem.c:
	  Some deprecated excorcism, fix some panel unique_id foo and
	  some warning fixes etc...

2001-12-21  Glynn Foster  <glynn.foster@sun.com>

	* panel-gconf.c, session.c: Big heap of debug crap. It should
	help someone trying to figure out the profile stuff because I'm
	not going to fix it until after Christmas. Yeesh, like I should 
	be out drinking at this very moment. May your Christmas give you
	a warm tingly feeling and most importantly, have the craic...

2001-12-21  Mark McLoughlin  <mark@skynet.ie>

	* applet.[ch]:
	(panel_applet_get_position), (panel_applet_get_panel_id),
	(panel_applet_get_right_stick): impl.

	* drawer.c: (load_drawer_applet): panel_od fixage.

	* main.c: (main): move sync timeout setup to session.c,

	* menu.[ch]:
	(panel_menu_session_save_tornoffs): rename from save_tornoff
	(panel_menu_session_load_tornoffs): rename from load_tornoff

	* panel-applet-frame.c: (panel_applet_frame_save_position): save
	everything in the right place.

	* session.[ch]:
	(session_save_timeout): kill.
	(panel_session_save_applets): impl. only bonobo applets saving for the
	moment.
	(panel_session_save_panel): rename from save_panel_configuration.
	(save_next_applet): kill.
	(panel_session_do_save): drastically clean up.
	(panel_config_sync): upd.
	(panel_session_do_sync), (panel_sesssion_setup_config_sync): moved from
	main.c.
	(panel_session_save): remove timeout stuff. Nothing asynchronous is
	happening at the moment.

2001-12-21  Glynn Foster  <glynn.foster@sun.com>

	* main.c, menu.c, panel-gconf.c, session.c: 
	Miscellaneous fixes to try and get basic, basic profiles
	working, and to clear out my tree for Mark.

2001-12-21  Anders Carlsson  <andersca@gnu.org>

	* Makefile.am: Re-add gnome-panel-screenshot
	
	* gnome-panel-screenshot.c: (main): Build with gnome2.

	* gnome-panel-screenshot.glade: Switch button order.
	
	* panel-applet-frame.c: (panel_applet_frame_load),
	(panel_applet_frame_construct), (panel_applet_frame_new):
	* panel-applet-frame.h:
	Don't segfault when applets can't be loaded.
	
	* panel-gconf.c: (panel_notify_object_dead),
	(panel_gconf_notify_add_while_alive):
	Use g_object_weak_ref here instead.
	
	* panel.c: (drop_background_reset), (drop_bgimage),
	(get_target_list), (drag_data_recieved_cb):
	Use x-special/gnome-reset-background to reset backgrounds.

2001-12-21  Glynn Foster  <glynn.foster@sun.com>

	* aligned-widget.c, aligned-widget.h, basep-widget.c, basep-widget.h,
	  border-widget.c, border-widget.h, drawer-widget.c, drawer-widget.h,
	  drawer.c, drawer.h, edge-widget.c, edge-widget.h, extern.c,
	  floating-widget.c, floating-widget.h, foobar-widget.c, foobar-widget.h,
	  menu.c, panel-widget.c, panel-widget.h, panel.c, panel.h, session.c,
	  sliding-widget.c, sliding-widget.h:

	I know I'm going to regret this later on. Store unique id's as strings 
	instead of guints. It makes handling them in gconf much easier.

2001-12-20  Mark McLoughlin  <mark@skynet.ie>

	* panel.c: (panel_applet_about_to_die): kill warnig and
	replace with a FIXME.

2001-12-20 Stephen Browne <stephen.bronwe@sun.com>
	
	* distribution.[ch]
	
	Harmless addition of Solaris to the distributions

2001-12-20  Glynn Foster  <glynn.foster@sun.com>

	* floating-widget.c, foobar-widget.c, main.c,
	* menu.c, panel-applet-frame.c, panel-gconf.c,
	* panel-gconf.h, session.c: 

	Load up some default configuration if something dies. Now mostly
	saves again.

Wed Dec 19 20:27:04 2001  George Lebl <jirka@5z.com>

	* foobar-widget.c: apply patch from "Dennis M. Cranston"
	  <dennis_cranston@yahoo.com> to modify the clock menu to make
	  it nice and all that.

	* menu-properties.c: apply a patch from Robert Mibus
	  <mibus@bigpond.com> to correctly set the initial sensitivity

Wed Dec 19 20:15:09 2001  George Lebl <jirka@5z.com>

	* foobar-widget.c: an evil hack stolen from tasklist to set some
	  style properties such as the bevel type and internal padding

	* gnome-run.c, launcher.c, menu-properties.c, menu.c,
	  quick-desktop-reader.[ch]: use the new icon finding routines from
	  the desktop item thingie.

	* menu.c, session.c: dereferencing a guint32 as a pointer is
	  dangerous to one's health.

Wed Dec 19 16:48:41 2001  George Lebl <jirka@5z.com>

	* xstuff.[ch], gnome-run.c, launcher.c, menu-properties.c,
	  panel-config.c: remove the raise function and just replace
	  it with gtk_window_present, remove some other cruft left around

	* menu.c: don't prepend home dir to distro menu paths, these
	  are uris now

2001-12-19  Seth Nickell  <snickell@stanford.edu>

	* panel-global-config.schemas:

	Change default values for show delay to 300
	and hide delay to 500.

2001-12-19  Seth Nickell  <snickell@stanford.edu>

	* gnome-panel-properties.c: (load_config_into_gui):
	* gnome-panel-properties.glade:
	* gnome-panel-properties.glade.h:

	Remove "show delay" and "hide delay" options from global
	panel config. Leave them in GConf.
	
2001-12-19  Glynn Foster  <glynn.foster@sun.com>

	* session.c: Saving is fucked. Patch to at least have 
	a non-b0rked panel.

2001-12-19  Glynn Foster  <glynn.foster@sun.com>

	* main.c, menu.c, panel-applet-frame.c, panel-gconf.c,
	* panel-gconf.h, session.c, session.h:

	Move the get and set methods for the profiles to session where 
	they probably belong. Start saving the panel config per profile.
	It's like totally buggy right now, but it's sort of getting there.
	Panels crash because of lack of schema.

2001-12-19  Mark McLoughlin  <mark@skynet.ie>

	* Makefile.am: add panel-main.h.

	* panel-main.h: new file.

	* main.c: (panel_main_get_current_profile): impl.
	  make panel_profile_name static.

	* panel-applet-frame.c: (panel_applet_frame_construct): append
	the prefs_key item to the iid to make the moniker.

	* menu.c: (create_new_panel): use panel_main_get_current_profile.

	* session.c: (session_init_panels): ditto.

2001-12-19  Glynn Foster  <glynn.foster@sun.com>

	* aligned-widget.c, aligned-widget.h, applet-object.c, applet-widget.c,
	* basep-widget.c, basep-widget.h, border-widget.c, border-widget.h,
	* drawer-widget.c, drawer-widget.h, edge-widget.c, edge-widget.h,
	* floating-widget.c, floating-widget.h, foobar-widget.c, menu.c,
	* panel-config.c, panel-config.h, panel-gconf.c, panel-gconf.h,
	* panel-global-config.schemas, panel-per-panel-config.schemas, panel-util.c,
	* panel-util.h, panel-widget.c, panel-widget.h, panel.c,
	* session.c, sliding-widget.c, sliding-widget.h:

	Mindless hacking. If you can have color, I can have stretch.
	Cleaned up some of the gconf panel loading.

2001-12-18  Havoc Pennington  <hp@pobox.com>

	* basep-widget.c (basep_widget_realize): remove
	xstuff_set_wmspec_state_hints

	* xstuff.c (xstuff_window_raise_on_current_wspace): this was all a
	bunch of bullshit, it should just be gtk_window_present()
	(xstuff_set_wmspec_state_hints): I don't think we should do this, 
	because the semantic type is adequate. should only set this kind
	of thing if we are trying to override semantic type
	(xstuff_set_pos_size): delete this broken atrocity. well, I wish.
	make it suck mildly less.

2001-12-18  Glynn Foster  <glynn.foster@sun.com>

	* panel-gconf.c, panel-per-panel-config.schemas,
	* session.c: 
	Stupid commit to fix bug.

2001-12-17  Glynn Foster  <glynn.foster@sun.com>

	* panel-per-panel-config.schemas, session.c: Change code to use
	the schema for the medium sized screen, so at least people don't
	get freaked out that I killed the foobar.

2001-12-17  Glynn Foster  <glynn.foster@sun.com>

	* Makefile.am, floating-widget.c, foobar-widget.c,
	* gnome-run.c, main.c, main.h, menu.c, nothing.cP,
	* nothing.h, panel-gconf.c, panel-gconf.h,
	* panel-per-panel-config.schemas, session.c, session.h,
	* tearoffitem.c:
	
	This patch will upset quite a lot of people. The move towards
	gconf and profiles Part I "Oh What a Tangled Web we Weave". Please
	don't look at the code, it's horrible. Basically we now have a 
	default schema for small, medium and large screens. The panel will 
	in future take a --profile option to load a profile. For now, applet
	inits don't work, panel inits are taken from the 'small' profile. Don't 
	file bugs about panel not saving, we know.
		
2001-12-17  Mark McLoughlin  <mark@skynet.ie>

	* menu.h: fix PANEL_MENU_HAVE_ICONS_KEY.

Sun Dec 16 16:00:49 2001  George Lebl <jirka@5z.com>

	* xstuff.c: when rasing windows also wnck activate them

2001-12-16  Gediminas Paulauskas <menesis@delfi.lt>

	* gnome-run.c, launcher.c, menu-properties.c, menu.c, panel-config.c,
	swallow.c: use GTK_RESPONSE_* instead of custom *_BUTTON
	enumerations -- this makes Help buttons left-aligned. Reorder buttons
	to comply with HIG, set default response to leftmost button.

Fri Dec 14 16:50:07 2001  George Lebl <jirka@5z.com>

	* drawer.c: reenable property apply code

Fri Dec 14 16:41:23 2001  George Lebl <jirka@5z.com>

	* menu.[ch], launcher.c: some deFIXMEization.  Remove some dead
	  code, add some error handeling, fix some comments.  Directory
	  only ditem entry set, and also init type for applications.  Also
	  what the hint stuff from the tearoff menus.  It wouldn't work
	  properly anyway and it's supposed to be handled by the WM
	  anyway.  Also hardcode default to true for icons and tearoff keys,
	  and re-enable the use of the gconf key in the icons thing.  Also
	  use the new key for icons.  I can't find a tearoff one.  Is there
	  one?

2001-12-14  Alex Larsson  <alexl@redhat.com>

	* panel-applet-frame.c (panel_applet_frame_change_background_color):
	Make colors 4 chars per channel, they are 16bit.

2001-12-14  Mark McLoughlin  <mark@skynet.ie>

	* panel-applet-frame.c: (panel_applet_frame_get_applet_shell):
	one last Vertigo change.

2001-12-14  Mark McLoughlin  <mark@skynet.ie>

	* panel-applet-frame.[ch]:
	(panel_applet_frame_save_session): kill

	* session.c: (save_applet_configuration): upd.

2001-12-14  Mark McLoughlin  <mark@skynet.ie>

	* panel-applet-frame.[ch], panel-shell.[ch]:
	  panel-types.h: move to our reserved GNOME_Vertigo
          namespace.

2001-12-14  Seth Nickell <snickell@stanford.edu>

	* menu.c: (panel_menu_have_icons):

	Disable GConf and make the panel menu icons actually work.
	Spit out one g_warning as penance.

2001-12-14  Seth Nickell  <snickell@stanford.edu>

	* applet.c: (applet_callback_callback):
	* menu-properties.c: (get_real_menu_path):
	* menu.c: (init_menus), (add_menu_to_panel), (create_system_menu),
	(make_add_submenu), (make_panel_submenu):
	* session.c: (session_init_user_applets),
	(session_init_user_panels):

	Change to using "applications:/" rather than "programs:/"
	
2001-12-14 Stephen Browne <stephen.browne@sun.com>

	* gnome-panel-properties.c, gnome-panel-properties.glade,
	  gnome-panel-properties.glade.h

	  Removed keep menus in memory option (always on now)
	  Removed Confirm panel removal option (always on now)

Thu Dec 13 15:30:01 2001  George Lebl <jirka@5z.com>

	* launcher.c: some fixes in getting/setting locale specific
	  name/comment

2001-12-13  Glynn Foster  <glynn.foster@sun.com>

	* launcher.c, main.c, session.c: Remove PER_SESSION cruft
	that just confuses me.

Wed Dec 12 23:35:46 2001  George Lebl <jirka@5z.com>

	* session.c: doh, remove a debugging g_print

Wed Dec 12 23:33:33 2001  George Lebl <jirka@5z.com>

	* basep-widget.c, session.c, panel-config-global.h,
	  gnome-panel-properties.c, panel-global-config.schemas,
	  gnome-panel-properties.glade:  Remove the user large icons,
	  avoid collissions and merge menus config options and keys and
	  all that.  large icons were gone already, merged menus as well,
	  and who would ever want to turn off collision avoidance.  Also
	  fix some memleaks and some cleanups.

	* foobar-widget.c: fix memleaks

Wed Dec 12 12:47:38 2001  George Lebl <jirka@5z.com>

	* foobar-widget.c: reposition menu after hiding an item

	* menu.[ch]: the keys for icons and tearoffs are now defined in the
	  menu.h as a define.  Also setup keys on the menu to display
	  the current state of the icons/tearoffs key at the time the menu
	  was created so that we can recreate it if it changes.  Doesn't yet
	  work everywhere, only for menus that use check_reread

	* panel-gconf.[ch]: notify_add returns an id, and add a _while_alive
	  version as well

2001-12-12  Mark McLoughlin  <mark@skynet.ie>

	Bit of renaming for Glynn.

	* panel_config.c: rename to panel-config.c
	* panel_config.h: rename to panel-config.h
	* panel_config_global.h: rename to panel-config-global.h
	* panelglobalconfig.schemas: rename to
	  panel-global-config.schemas

	* Makefile.am, aligned-widget.c, applet.c, basep-widget.c,
	  border-widget.c, button-widget.c, drawer-widget.c, drawer.c,
	  drawer.h, edge-widget.c, extern.c, floating-widget.c,
	  foobar-widget.c, global-keys.c, launcher.c, logout.c,
	  main.c, menu-fentry.c, menu-util.c, menu.c, panel-config.c,
	  panel-util.c, panel.c, session.c, sliding-widget.c:
	update.

2001-12-12 Stephen Browne <stephen.browne@sun.com>

	* gnome-panel-properties.c, gnome-panel-properties.glade,
	  gnome-panel-properties.glade.h

	Added config for auto update menus.
	I think the global config dialog is pretty much finished now.

2001-12-12 Stephen Browne <stephen.browne@sun.com>

	* gnome-panel-properties.c
	
	Gets rid of incorrect arg warning.

2001-12-12  Stephen Browne <stephen.browne@sun.com>

	* Makefile.am, gnome-panel-properties.c,
	  gnome-panel-properties.glade, gnome-panel-properties.glade.h

	Added LDFLAGS for gnome-panel-properties.
	Added support for configuring keybindings

2001-12-12  Glynn Foster  <glynn.foster@sun.com>

	* Makefile.am, main.c, panel-gconf.c,
	panel-per-panel-config.schemas: 

	Did a little work according to Alex's guidelines. 
	Things are still a long way off. MUCH work.

2001-12-12  Glynn Foster  <glynn.foster@sun.com>

	* button-widget.c, launcher.c, panel-widget.c,
	* session.c:

	Fix stuff so that panel context menus work again.

2001-12-12  Mark McLoughlin  <mark@skynet.ie>

	* xstuff.c: (xstuff_set_wmspec_strut):
	_NET_WM_STRUT properties are of type XA_CARDINAL 
	not XA_ATOM.

2001-12-11  Glynn Foster  <glynn.foster@sun.com>
	* foobar-widget.c:
	  Scale pixmaps when required for proper display.
	  Add padding to the size of the foo clock so we dont
	  get movement when the label allocates more space.

2001-12-11  Glynn Foster  <glynn.foster@sun.com>

	* button-widget.c, launcher.c,  menu.c
	  panel-widget.c, panelglobalconfig.schemas
	  session.c:

	Make the foo clock use gconf.

2001-12-11 Stephen Browne <stephen.browne@sun.com>

	* gnome-properties.c gnome-properties.glade
	  menu.c

	 Fixed confirm-panel-removal and drawer-autoclose config
	 Gave the global props dialog a proper name

2001-12-11  Anders Carlsson  <andersca@gnu.org>

	* main.c (main): Always restart here.

2001-12-10  Glynn Foster  <glynn.foster@sun.com>

	* gnome-panel-properties.desktop, menu.c:
	
	Rename for global properties dialog.

2001-12-10  Glynn Foster  <glynn.foster@sun.com>

	* basep-widget.c, gnome-panel-properties.c
	  gnome-panel-properties.glade, main.c
	  panel-gconf.c, panel-gconf.h, panel_config_global.h
	  panelglobalconfig.schemas, session.c: 

	Fix up gconf stuff. Now things work with the global
	properties dialog.

2001-12-10 Stephen Browne <stephen.browne@sun.com>

	* gnome-panel-properties.c
	* gnome-panel-properties.glade

 	now uses /apps/panel/global keys
	removed stuff from glade file that isnt working yet
	made remaining properties work

2001-12-10  Alexander Larsson  <alla@lysator.liu.se>

	* basep-widget.c (basep_widget_realize):
	Call xstuff_set_wmspec_state_hints ()

	* xstuff.[ch] (xstuff_set_wmspec_state_hints):
	New function to set the WMSPEC hints for the panel
	SKIP_PAGER, SKIP_TASKLIST and STICKY.

Sun Dec 09 22:35:26 2001  George Lebl <jirka@5z.com>

	* Makefile.am, title-item*.(c|h|gob):  Title item no longer needed,
	  so removed

	* applet.c: a bit of gdkpixbuf fixage

	* foobar-widget.c: Some warning fixes, also reposition task menu
	  on show, Fix icon unreffage issues, look for default task icon
	  better, when no windows are present add 'No windows open'
 	  insensitive item to the task menu, Actually show the icon on
	  the menu, and strech events for the task item to the right
	  corner

	* panel-util.[ch], foobar-widget.c: add _while_alive wrappers
	  that are sort of like the gtk ones but for GObjects

	* menu.c: gtk_signal_* excorcism

	* xstuff.[ch], gnome-run.c, launcher.c, menu.c, menu-properties.c,
	  panel_config.c: Add a function to show/raise/move to current
	  workspace for windows and use it for all the dialogs where
	  we only always have one copy of.  So that say the run dialog
	  will appear on your workspace even if it's open on another
	  one already

	* session.c: add to the auto-update-menus conversation warning

2001-12-09  Anders Carlsson  <andersca@gnu.org>

	* menu.c (get_panel_from_menu_data): Use gtk_menu_get_attach_widget
	to traverse up in the menu hierchary. Thanks to Owen Taylor for
	suggesting this.

	* applet.c: (panel_applet_add_callback), (setup_an_item),
	(applet_setup_panel_menu), (panel_applet_create_menu):
	Ref/Sink our menu, scale the panel menu icon.
	
	* main.c: (main): Don't respawn if I_LOVE_PANEL_CRACK is set.
	
	* menu.c: (setup_full_menuitem): gtk_widget_show our image.
	
	* panel.c: (drop_urilist): Implement so we can dnd urls to the panel.

Sun Dec 09 03:34:18 2001  George Lebl <jirka@5z.com>

	* Makefile.am, tasklist_icon.[ch], foobar-widget.c, main.c, menu.c,
	  xstuff.c: remove the gwmh and gstc hack stuff and remove them from
	  build and also remove the tasklist_icon.[ch] as well.  We use
	  libwnck now:)

Sun Dec 09 03:25:13 2001  George Lebl <jirka@5z.com>

	* foobar-widget.c, menu-util.[ch]: initial crack at porting the
	  tasklist thing to libwnck, reenable the clock menu thing, use main
	  menu stuff for the "applications" menu so that we can get a KDE
	  and/or distribution submenu and remove some dead code

	* menu.[ch], foobar-widget.c, menu-fentry.h: whack the title flags
	  from things.  Menu titles are long dead

	* applet.c: also launch nautilus for edit menus

Sat Dec 08 23:16:39 2001  George Lebl <jirka@5z.com>

	* menu.[ch], menu-fentry.h, menu-util.c, menu-properties.c,
	  session.c, main.c, gnome-run.c:  Remove favourites menu.  It is
	  useless with the current push towards editable menus.  Also instead
	  of running gedit, run nautilus on programs:/ as a menu editor.

	* panel-widget.c: fix warning.

	* applet.c, foobar-widget.c: use gtk image menu items instead of
	  normal items where appropriate.

Sat Dec 08 11:28:37 2001  George Lebl <jirka@5z.com>

	* gnome-run.c, launcher.c, menu.c, swallow.c:  Use the new desktop
	  item launch api.

2001-12-07  Alex Larsson  <alexl@redhat.com>

	* button-widget.[ch]:
	Draw buttons using gdk-pixbuf instead of libart, should
	be faster and more correct.

	* panel-widget.c (make_background): Take a rowstride arg.
	(queue_resize_on_all_applets): New function
	(send_draw_to_all_applets): Use pixbuf
	(panel_widget_change_params): Queue resize on applets.

2001-12-08  Glynn Foster  <glynn.foster@sun.com>

	* gnome-run.c, gnome-run.h, menu.c,
	panel.c, session.c:  Whack gnome-run button applet thing which
	serves very little purpose.

2001-12-08  Glynn Foster  <glynn.foster@sun.com>

	* launcher.c: (setup_button): Make adding launchers not crash.

Fri Dec 07 14:48:01 2001  George Lebl <jirka@5z.com>

	* xstuff.[ch], basep-widget.c, foobar-widget.c: add an extra type
	  for autohide panels so that windowmanagers can behave more nicely.

2001-12-07  Alexander Larsson  <alla@lysator.liu.se>

	* launcher.c (launcher_file_name):
	mkdir launcer directory if it doesn't exist.

2001-12-06  Alexander Larsson  <alla@lysator.liu.se>

	* panel-widget.c:
	Fixed off-by-one pixel error with expand_major that made broke
	switching between horz/vertical with a tasklist at the end.

2001-12-06  Mark McLoughlin  <mark@skynet.ie>

	* session.c: (session_read_global_config): fix sillys.

2001-12-06  Mark McLoughlin  <mark@skynet.ie>

	* session.c: (session_read_global_config): cast to
	GConfEntry. Weird - gconf does this itself, but it seems
	to break some things.

2001-12-06  Alexander Larsson  <alla@lysator.liu.se>

	* launcher.c (launcher_save):
	launcher_get_unique_file renamed to launcher_get_unique_uri,
	now returns file: uri.

Wed Dec 05 19:04:58 2001  George Lebl <jirka@5z.com>

	* xstuff.[ch], basep-widget.[ch], foobar-widget.c:  Set the WM_STRUT
	  hint for panels

2001-12-05  Alex Larsson  <alexl@redhat.com>

	* launcher.c (create_launcher):
	Don't only load from file: uri's. This makes it at least do something
	for program: uris.

2001-12-05  Glynn Foster  <glynn.foster@sun.com>

	* basep-widget.c: Fix segfault George.
	* session.c: Start using GConfChangeSet. Dunno
	if this is really necessary or not.

2001-12-05  Kjartan Maraas  <kmaraas@gnome.org>

	* foobar-widget.c: Make it use bugzilla.
	* help/no/panel.sgml: Update.
		
Wed Dec 05 13:36:43 2001  George Lebl <jirka@5z.com>

	* aligned-widget.[ch], basep-widget.[ch],
	  border-widget.[ch], drawer-widget.[ch],
	  edge-widget.[ch], floating-widget.[ch],
	  drawer.c, menu.c, panel_config.[ch],
	  session.c, sliding-widget.[ch]:  Remove the avoid
	  on maximize configuration crack.  It was just pure
	  crack.  With WM_STRUT we should be mostly sane
	  on this issue anyway.

	* basep-widget.[ch]: whack some of the old hint stuff
	  and make user the update_winhints virtual method
	  is called

	* applet.c: fix warning.

	* xstuff.[ch]: add some api for atom interning, that
	  caches atoms per display, and be in general more
	  multiple display safe.  Also use X atoms only and
	  not GdkAtoms.  Also implement checking for _NET
	  standard being supported.  We'll screw the old
	  gnome hitns and just have two states:  _NET
	  supported or completely dumb WM (use override
	  redirect).  Add a WM_STRUT setting function (not
	  yet actually used.

2001-12-04 Stephen Browne <stephen.browne@sun.com>

	* gnome-panel-properties.c
	* gnome-panel-properties.glade
	Updated GUI and made enable animations work

2001-12-04  Alex Larsson  <alexl@redhat.com>

	* applet.c (panel_applet_register):
	Call panel_applet_frame_get_expand_flags
	set insert_at_pos to FALSE if !exactpos.

	* panel-applet-frame.[ch]
	(panel_applet_frame_get_expand_flags): new function

	* panel-widget.[ch]:
	Implement expand_major and expand_minor for applets.

2001-12-04  Mark McLoughlin  <mark@skynet.ie>

	Load all global entries at once.

	* panel-gconf.[ch]:
	(panel_gconf_all_global_entries): impl.

	* session.c: (session_read_global_config): use.

2001-12-04  Mark McLoughlin  <mark@skynet.ie>

	Cache "menus-have-icons" and "menus-have-tearoff"
	keys with notification.

	* menu.[ch]:
	(panel_menu_have_icons_notify): impl.
	(panel_menu_have_icons): impl.
	(panel_menu_have_tearoff_notify): impl
	(panel_menu_have_tearoff): impl.
	(setup_title_menuitem), (setup_full_menuitem), (menu_add_tearoff),
	(create_menuitem), (applet_menu_append),
	(setup_menuitem_try_pixmap): upd.

	* tearoffitem.c: (tearoff_item_new): upd.

	* foobar-widget.c: (pixmap_menu_item_new), (add_tearoff): upd.

2001-12-04  Glynn Foster  <glynn.foster@sun.com>

	* main.c: (main), panel-gconf.c, panelglobalconfig.schemas:
	  session.c, session.h:

	Small amount of work to clean up the session stuff..More later.

2001-12-03  Glynn Foster  <glynn.foster@sun.com>

	* extern.c, session.c, session.h: 
	s/load_up_globals/load_global_config. Can't be arsed doing much
	more on this until this evening.
	
	* main.c: The most useful commit of the panel2's history thus 
	far. Use 'I_LOVE_PANEL_CRACK' to get rid of that fucking annoying
	caveat dialog.

2001-12-03  Malcolm Tredinnick <malcolm@commsecure.com.au>
	* menu.c: Replace a bunch of references to .gnome/ with the
	  GNOME_DOT_GNOME constant from <libgnome/gnome-init.h>. For
	  now, this makes everything gravitate to $HOME/.gnome2/.

Sun Dec 02 19:23:25 2001  George Lebl <jirka@5z.com>

	* panel-util.[ch], foobar-widget.c: implement a utility for 'event
	  streching', so that we can accept clicks on the edge of the
	  screen for example in foobar, no matter how wide the border of the
	  panel/menubar is.

Sun Dec 02 15:11:31 2001  George Lebl <jirka@5z.com>

	* foobar-widget.c: get rid of some deprecated menu_bar function usage

Sun Dec 02 14:52:39 2001  George Lebl <jirka@5z.com>

	* foobar-widget.c: fix pixmap loading, do Applications/Actions
	  setup as from nils's proposal (sort of).  Still needs a lot of
	  work.

2001-12-01  Seth Nickell  <snickell@stanford.edu>

	* foobar-widget.c: (foobar_widget_instance_init):

	Change menu name to "Applications" per Nils' panel
	menu design.
	
	* menu.c: (image_menu_shown):

	Icons for upper most menus should be loaded first. Most users
	start reading from top to bottom. When you load icons
	from bottom to top scanning is essentially disrupted until
	all icons are loaded.
	
Sat Dec 01 22:44:28 2001  George Lebl <jirka@5z.com>

	* menu.c: get rid of the large icon stuff, if we already have 
	  a GtkImage for the file we're looking for loaded, just use that,
	  makes the KDE screensaver menu icons load faster then a speeding
	  bullet (among others:).  Also fix the horizontal jump by directly
	  setting the empty image requisition.

Sat Dec 01 21:21:17 2001  George Lebl <jirka@5z.com>

	* menu.c: removed a bit of the jumpiness effect due to menu icons,
	  there is a horizontal one left which I don't understand.  Make sure
	  foldres without an icon get the folder icon.  Only load icons
	  after the item has been shown, meaning that preloading menus won't
	  start hogging the disk, also when an item is hidden it's no
	  longer loaded.  Change behaviour to FILO so that most recently
	  shown items get loaded first.

2001-12-01  Seth Nickell  <snickell@stanford.edu>

	* menu.c: (load_icons_handler), (show_item_menu),
	(setup_full_menuitem_with_size), (start_favourites_menu),
	(create_menuitem), (create_menu_at_fr), (applet_menu_append),
	(create_add_panel_submenu), (setup_menuitem_try_pixmap),
	(make_add_submenu), (make_panel_submenu), (create_panel_submenu),
	(create_desktop_menu), (add_distribution_submenu),
	(add_kde_submenu), (create_root_menu), (load_menu_applet),
	(load_menu_image_deferred):

	Make panel menus use GtkImage rather than GtkPixmap. Furthermore
	convert to using GtkImageMenuItem at the coercion of jrb. This
	does some weird things (note that the height of menu items changes
	pre and post image allocation) which I'll have to repair.

	Got rid of the fake icon stuff since (hypothetically) this should
	be handled by GtkImageMenuItem.
	
Fri Nov 30 17:34:01 2001  George Lebl <jirka@5z.com>

	* *.[ch]: kill PanelOrientation and use GtkOrientation, Kill dialog
	  levels, kill BasePLevels, and kill a bit of cruft

2001-11-30  Mark McLoughlin  <mark@skynet.ie>

	* panel-applet-frame.[ch]:
	(panel_applet_frame_save_position): remove base_key arg.
	(panel_applet_frame_save_session): ditto.

	* panel.c: (panel_remove_applets): upd.

	* applet.c: (applet_idle_remove): upd.
	* session.c:
	(save_applet_configuration),
	(panel_session_die): upd.

2001-11-30  Mark McLoughlin  <mark@skynet.ie>

	* panel-gconf.c: (panel_gconf_get_session_key): fix silly.

2001-11-30  Mark McLoughlin  <mark@skynet.ie>

	* panel-gconf.c: (panel_gconf_get_session_key): warn if we
	can't get the client id.

	* session.c: (save_applet_configuration): check the return
	from panel_gconf_get_session_key.

2001-11-30  Mark McLoughlin  <mark@skynet.ie>

	* panel-applet-frame.[ch]:
	(panel_applet_frame_save_position): add base_key arg.
	(panel_applet_frame_save_session): impl.
	(panel_applet_frame_finalize): free keys.
	(panel_applet_frame_construct): generate keys.

	* applet.c: (applet_idle_remove): update for
	  panel_applet_frame_save_position change.

	* panel.c: (panel_remove_applets): ditto.

	* session.c: (panel_session_die): ditto.
	(save_applet_configuration): save session.

2001-11-30  Glynn Foster  <glynn.foster@sun.com>

	* panel-gconf.c, panel-gconf.h:
	Added panel_gconf_get_session_key () to return
	session ID based key. Probably not we will end 
	up using eventually, but will do for now

2001-11-29 Stephen Browne <stephen.browne@sun.com>

	* Makefile.am

	added PANELCONFIG_CFLAGS to includes to fix build 
	of gnome-panel-properties

2001-11-29 Stephen Browne <stephen.browne@sun.com>

	* Makefile.am

	Added gnome-panel-properties build target and 
	associated glade stuff.

	* gnome-panel-properties.c

	This is a work in progress but at least its started.
	Mostly ripped this out and started again.
	Now uses libglade and gconf.
	The GEGL Lives on.

2001-11-29  Glynn Foster  <glynn.foster@sun.com>

	* basep-widget.c, button-widget.c,  menu.c,  
	panel-widget.c,  panel_config_global.h,
	panelglobalconfig.schemas, session.c: 

	Changed some of the configuration around to be more 
	sensible. Removed titles on menus code forever. Fix
	bug where launchers/applets would move off the left 
	hand side of the screen.

2001-11-29  Glynn Foster <glynn.foster@sun.com>
	
	* panel-gconf.[ch]: Add some more convience methods.
	Not entirely sure if this is useful yet.

2001-11-29  Mark McLoughlin  <mark@skynet.ie>

	* applet.c: (applet_button_press): tidy.

2001-11-28  Mark McLoughlin  <mark@skynet.ie>

	* basep-widget.c: (basep_border_queue_recalc): use
          g_idle_add instead of gtk_idle_add and save a few
          stackframes.

2001-11-28  Mark McLoughlin  <mark@skynet.ie>

	* Makefile.am: don't build extern.[ch].

	* applet.c:
	(applet_idle_remove): handle bonobo applets, remove 
	extern stuff.
	(applet_remove_callback): use g_idle_add.
	(applet_callback_callback): fixme for bonobo applets,
	remove extern stuff.

	* applet.h: kill extern stuff.

	* main.c: don't include extern.h. kill panel_in_startup.
	(main): move panel shell registration to panel-shell.h.

	* menu.c:
	(add_test_applet): kill.
	(add_applet): kill.
	(make_add_submenu): kill testing menuitem.

	* panel-applet-frame.[ch]:
	(panel_applet_frame_save_position): impl stub.

	* panel-shell.[ch]:
	(panel_shell_show_error_dialog): impl.
	(panel_shell_register), (panel_shell_unregister): impl.

	* panel.c: kill freeze/thaw changes stuff.
	(orientation_change), (size_change),
	(back_change): kill extern handling.
	(panel_remove_applets): handle bonobo applets.
	(panel_applet_draw): kill.
	(panel_applet_about_to_die): fixme.
	(drag_data_recieved_cb): fixme.
	(panel_widget_setup): don't connect to draw signal.

	* panel_config.c: (config_apply): don't freeze/thaw.

	* session.c:
	(send_tooltips_state): kill.
	(send_applet_session_save): kill.
	(save_applet_configuration): kill extern stuff.
	(panel_session_die): add bonobo applets support.
	(try_evil_config_hacks): kill.
	(init_user_applets): handle bonobo applets.

	* logout.c: don't include extern.h

	* status.c: ditto.

	* swallow.c: ditto.

2001-11-27  Seth Nickell  <snickell@stanford.edu>

	* Makefile.am:

	install .desktop files to datadir/applications
	
	* gnome-panel-properties.desktop:

	Add Categories field

2001-11-28  Glynn Foster  <glynn.foster@sun.com>

	* Makefile.am, panelglobalconfig.schema,
	panelglobalconfig.schemas:
	
	I just copied *cough* libgnome.

2001-11-27  Mark McLoughlin  <mark@skynet.ie>

	* Makefile.am: cleanup enums and marshallers generation.

	* panel-marshal-main.c: remove.

2001-11-27  Mark McLoughlin  <mark@skynet.ie>

	* Makefile.am: rename binary to gnome-panel-2.

2001-11-27  Mark McLoughlin  <mark@skynet.ie>

	* Makefile.am: install GNOME_Panel.server again.

2001-11-27  Mark McLoughlin  <mark@skynet.ie>

	* doc/libpanel-applet-changes.txt, 
	  doc/reference/.cvsignore: remove

2001-11-27  Mark McLoughlin  <mark@skynet.ie>

	* Makefile.am: remove building of libpanel-applet-2.0.

	* GNOME_Panel_TestApplet.server.in, libpanelapplet-2.0.pc.in:
	  panel-applet-private.h, panel-applet-shell.c,
	  panel-applet-shell.h, panel-applet.c,
	  panel-applet.h, test-bonobo-applet.c: move to
	../libpanel-applet, preservin history.

2001-11-27  Mark McLoughlin  <mark@skynet.ie>

	* launcher.c: include quick-desktop-reader.h.
	(create_launcher): remove duplicate, redundant call to
	gnome_program_locate_file.

Tue Nov 27 00:42:05 2001  George Lebl <jirka@5z.com>

	* Makefile.am, menu-rh.[ch], distribution.[ch]: whack the redhat
	  menu stuff.  Note this was the OLD redhat menu stuff which was
	  just plain crack.  Though this reduces the overall ugliness
	  quotient of the menu*.c files by quite a bit, but I'll live.

	* panel-utils.[ch], quick-desktop-reader.c, menu.c,
	  menu-properties.c, launcher.c: Make pixmap finding work better
	  also find kde icons from kde2 properly (well ... properly ...
	  somewhat properly).  Load last mapped first for fakes.  Fix
	  the gtk_menu_reposition hack to be shorter but just as evil.

2001-11-27  Glynn Foster  <glynn.foster@sun.com>

	* menu.c, panel.c: Revert Mark's reverts...Yay, commit war!

	s/g_signal_connect_object/g_signal_connect/swapped
	s/g_signal_disconnect_by_func/g_signal_handlers_disconnect_by_func

2001-11-26  Mark McLoughlin  <mark@skynet.ie>

	* menu-fentry.c: (fr_fill_dir), (fr_read_dir): #ifdef out
	  debugging messages.

	* quick-desktop-reader.c: (quick_desktop_item_load_uri): ditto.

	* menu.c: (fake_mapped_fake), (show_item_menu),
	(create_menu_at_fr): revert g_signal_connect_object changes
	back to gtk_signal_connect_object. Giving out warnings and not
	sure how to fix it.
	Use g_signal_handlers_disconnect_matched instead of
	g_signal_disconnect_by_func which doesn't exist.

	* panel-widget.c: (panel_widget_applet_event):
	reverse order of params in g_signal_lookup calls.

	* panel.c: (basep_pos_connect_signals): revert
	 g_signal_connect_object changes back to 
	 gtk_signal_connect_object. Giving out warnings and not sure
	 how to fix it.

2001-11-26  Mark McLoughlin  <mark@skynet.ie>

	* Makefile.am: cleanup libpanel-applet-2 building. Add
	  GNOME_Panel_TestApplet.server.in to EXTRA_DIST.
	
	* doc/reference/Makefile.am:
	* doc/reference/panel-applet-docs.sgml:
	* doc/reference/panel-applet-sections.txt:
	* doc/reference/panel-applet.types:
	* doc/reference/tmpl/panel-applet-unused.sgml:
	* doc/reference/tmpl/panel-applet.sgml: move to
	  ../doc/reference/panel-applet.

2001-11-26  Glynn Foster  <glynn.foster@sun.com>

	* applet.c: * drawer.c: * extern.c: * gnome-panel-screenshot.c: 
	* gnome-run.c: * menu.c: * nothing.cP: * panel-util.c: 
	* panel-widget.c: * panel.c: * panel_config.c: * session.c: 
	* status-docklet.c: * status.c: * swallow.c: 

	I see a glorious dream for the panel. Using no deprecated stuff
	for the 2.0 release. This brings us one step closer to that dream.
	Some more gtk_signal_* porting. Now there is only the weird stuff
	left that I don't know what to do with.
	
2001-11-26  Glynn Foster  <glynn.foster@sun.com>

	* launcher.c, session.c: Quick hack to get launchers on the panel
	again. Don't expect it to be working 100% of the time. We really
	need to get this stuff using gnome-vfs all over.

2001-11-26  Glynn Foster  <glynn.foster@sun.com>

	* drawer.c: * extern.c: * foobar-widget.c: 
	* gnome-panel-properties.c: * gnome-panel-screenshot.c: 
	* gnome-run.c: * launcher.c: * logout.c: * main.c:
	* menu-properties.c: * menu.c: * nothing.cP: * panel-marshal.list:
	* panel-util.c: * panel-widget.c: * panel.c: * panel_config.c:
	* session.c: * sliding-widget.c: * status-docklet.c: * status.c: 
	* swallow.c: 

	More gtk_signal donkey work. The gtk_signal stuff that is left is 
	a) cruft that we're gonna lose b) stuff that I don't know the 
	GObject replacement for.

Mon Nov 26 00:57:16 2001  George Lebl <jirka@5z.com>

	* applet.c, menu-properties.[ch], menu.[ch], panel.c, session.c:
	  get rid of the "." main menu parameter hack.  I feel sort of
	  sentimental removing this since this dates back from the days
	  when federico maintained the panel.  I don't know why it lived
	  on so long anyway :)

	* menu.c: remove the properties menu stuff, just about everyone
	  agreed it was quite a horrible UI

	* foobar-widget.c, menu.c, panel-util.[ch]: add
	  panel_is_program_in_path which is like g_find_program_in_path
	  but returns just a boolean

	* menu.h, session.c: remove some compatibility hacks dating to
	  some ancient 1.0 versions or whatnot.  We'll break config compat
	  anyway.

Sun Nov 25 20:07:06 2001  George Lebl <jirka@5z.com>

	* launcher.c, menu.c, menu-fentry.[ch], main.c: remove the
	  merged menu hack since that's taken care of in the
	  vfolder-desktop-method nowdays

	* quick-desktop-reader.[ch], panel-util.[ch]: add sort_order
	  to quick desktop item and move the vfs helper routines to
	  the util file

	* menu-fentry.[ch], menu.c, menu-properties.c: port to gnome-vfs
	  and use the programs:/ and favorites:/ uri schemes

	* test-bonobo-applet.c: fix some warnings

2001-11-23  Mark McLoughlin  <mark@skynet.ie>

	* doc/libpanel-applet-changes.txt, doc/panel-decl.txt,
	  doc/panel-sections.txt, doc/panel.hierarchy, doc/panel.sgml,
	  doc/panel.signals, doc/panel.types,
	  doc/tmpl/applet-widget.sgml, doc/tmpl/interact.sgml,
	  doc/tmpl/menu.sgml, doc/tmpl/misc.sgml,
	  doc/tmpl/status-docklet.sgml: remove old docs.

2001-11-23  Mark McLoughlin  <mark@skynet.ie>

	* doc/Makefile.am: disable building old docs.

	* doc/reference/*: added new docs.

	* panel-applet-frame.[ch], panel-applet.[ch],
	  panel.c, test-bonobo-applet.c: s/colour/color/g before I
	cause mayhem with our stateside friends :-)

	* panel-applet-frame.c: add docs.

2001-11-23  Glynn Foster  <glynn.foster@sun.com>

	* aligned-widget.c, basep-widget.c, border-widget.c,
	  button-widget.c, drawer-widget.c, edge-widget.c,
	  floating-widget.c, panel-marshal.list: 
	
	Monkey work. Some more unstructured gtk_signal to g_signal
	porting. I should be doing the gconf stuff, but I've got
	a hangover.

2001-11-23  Mark McLoughlin  <mark@skynet.ie>

	* GNOME_Panel_TestApplet.server.in: add "panel:icon" and
	"panel:category" attributes.

	* menu.c:
	(setup_full_menuitem_with_size): only query gconf once.
	(create_menuitem): improve code path.
	(make_add_submenu): remove test items.
	(applet_menu_get_category_icon), (applet_menu_append),
	(add_bonobo_applet), (create_applets_menu): impl creating the
	'Add Applet' menu by querying bonobo-activation.

	* panel-applet-frame.c: (panel_applet_frame_construct): bomb
	out if loading fails.

2001-11-23  Alexander Larsson  <alla@lysator.liu.se>

	* menu.c:
	Add test for clock applet.

2001-11-21  Mark McLoughlin  <mark@skynet.ie>

	* menu.c: kill gtk_widget_lock_accelerator 
	usage completely.

2001-11-21  Mark McLoughlin  <mark@skynet.ie>

	* Makefile.am: add panel-applet.c to libpanel-applet 
	sources - hmmm.

	* menu.c:
	(add_test_bonobo_applet): take an iid to be generic.
	(make_add_submenu): add an menuitem for the fish. Jeez, I need
	to get this applets menu work soon.

	* panel-applet.h: fix party pooper.

	* test-bonobo-applet.c: remove debugging rubish. Use
	G_CALLBACK instead of (GCallback) cast.

2001-11-21  Glynn Foster  <glynn.foster@sun.com>

	* aligned-widget.c, basep-widget.c, menu-fentry.c,
	panel-widget.c: 

	Moving over to g_signal. Part One of a many taled epic.

Tue Nov 20 19:37:15 2001  Owen Taylor  <otaylor@redhat.com>

	* quick-desktop-reader.h: Change include to glib-object.h.

2001-11-20  Mark McLoughlin  <mark@skynet.ie>

	* Makefile.am: build libpanel-applet-2 with the new
	applet stuff. Install the new headers.

2001-11-20  Mark McLoughlin  <mark@skynet.ie>

	Use BonoboProperty bags ... sigh ... someone shoulda told me ...

	* panel-applet-frame.c: 
	(panel_applet_frame_change_orient),
	(panel_applet_frame_change_size),
	(panel_applet_frame_change_background_pixmap),
	(panel_applet_frame_change_background_colour),
	(panel_applet_frame_clear_background): use bonobo_pbclient_*
	(panel_applet_frame_construct): get property bag.

	* panel-applet-shell.c, panel-applet-private.h:
	kill useless functions, we now have a very useful useless
	PanelAppletShell object. 

	* panel-applet.c: 
	(panel_applet_parse_colour), (panel_applet_get_prop),
	(panel_applet_set_prop), (panel_applet_property_bag): impl
	property bag stuff.
	(panel_applet_class_init): tweak signal defs.
	(panel_applet_construct): setup the property bag.

	* panel-widget.c: (panel_widget_class_init): tweak signal def.

	* test-bonobo-applet.c:
	(test_applet_new): do a size change so the entry will have
	some text before it gets a size change.

	* Makefile.am: add panel-applet.h to glib-mkenus list.

2001-11-19  Mark McLoughlin  <mark@skynet.ie>

	* panel-applet-frame.[ch]: 
	(panel_applet_frame_change_background),
	(panel_applet_frame_change_background_pixmap),
	(panel_applet_frame_change_background_colour),
	(panel_applet_frame_clear_background): impl.

	* panel-applet-shell.c:
	(impl_GNOME_PanelAppletShell_changeBackground): impl.
	(panel_applet_shell_class_init): upd.

	* panel-applet.[ch], panel-applet-private.h: 
	(panel_applet_set_background_colour),
	(panel_applet_set_background_pixmap),
	(panel_applet_clear_background): impl.
	(panel_applet_class_init): register "change_background"
	signal.

	* panel-marshal.list: add VOID:ENUM,POINTER,STRING.

	* panel.c: (back_change): update for bonobo applets.

	* test-bonobo-applet.c:
	(test_applet_handle_background_change): impl - just print out
	a message for now.

2001-11-19  Mark McLoughlin  <mark@skynet.ie>

	* panel-widget.c (panel_widget_class_init): give proper GType
	instead of G_TYPE_ENUM. 

2001-11-19  Mark McLoughlin  <mark@skynet.ie>

	* menu.[ch]:
	(update_size_menu), (make_properties_submenu): also change
	menu size names to something sensible.

2001-11-19  Mark McLoughlin  <mark@skynet.ie>

	* panel-applet-frame.[ch]: 
	(panel_applet_frame_change_size): impl.

	* panel-applet-shell.c: 
	(impl_GNOME_PanelAppletShell_changeSize): impl.
	(panel_applet_shell_class_init): upd.

	* panel-applet.[ch], panel-applet-private.h: 
	(panel_applet_change_size): impl.
	(panel_applet_class_init), (panel_applet_instance_init): upd.

	* panel-marshal.list: add VOID:INT.

	* test-bonobo-applet.c: 
	(test_applet_handle_size_change): impl - set text size when
	panel size changes.

	* panel-types.h: change from SIZE_RIDICULOUS to
	PANEL_SIZE_XX_LARGE etc.

	* drawer.c: (create_empty_drawer_applet): upd.

	* extern.c: (s_panelspot_get_parent_size): upd.

	* foobar-widget.c: (foobar_widget_instance_init): upd.

	* menu.c: 
	(create_new_panel), (update_size_menu): upd.
	(make_properties_submenu): change menuitem labels.

	* panel.c: (size_change): upd.

	* panel_config.c: 
	(update_config_size), (make_size_widget): upd.

	* session.c: (init_user_panels): upd.

2001-11-19  Glynn Foster  <glynn.foster@sun.com>

	aligned-widget.c, aligned-widget.h, basep-widget.c,
	edge-widget.h, menu.c, panel-widget.c, panel.c, 
	panel_config.c, status-docklet.c, status-docklet.h,
	tearoffitem.c, tearoffitem.h:

	So I grepped for GtkType and realised that I had missed
	several files. I suck. More GtkType->GType conversion.
	Also unset GTK_NO_WINDOW from the GtkFixed panel-widget
	that broke because of gtk+ changes.	

2001-11-19  Glynn Foster  <glynn.foster@sun.com>

	* Makefile.am: Fix one more instance of the new
	glib-object.h stuff...Guess this one got lost under the
	carpet.

Mon, 19 Nov 2001 00:55:44 -0500 Frank Belew <frb@ximian.com>

	* Makefile.am: added panel-shell.h to panel_headers
		       added panel-marshal.list to EXTRA_DIST
	* APPLET_WRITING, gnome-panel-add-launcher.c, gnome-panel-properties.c,i
	  gnome-panel-screenshot.c, main.c, doc/panel.sgml: replaced PACKAGE
	  with GETTEXT_PACKAGE on all calls to bindtextdomain and textdomain

Sun Nov 18 21:24:24 2001  George Lebl <jirka@5z.com>

	* gnome-panel-screenshot.c, launcher.c, menu-properties.c,
	  panel_config.c, menu.c: s/GnomeDialog/GtkDialog/, reenable menu
	  properties again and port the .directory editting in menu.c

2001-11-18  Miles Lane  <miles@megapathdsl.net>

	* quick-desktop-reader.c: replace includes of
	<gobject/[genums, gboxed, gclosure and gvaluetypes].h
	with one include of <glib-object.h>.
	* panel-marshal-main.c:  replace include of
	<gobject/gboxed.h> with include of <glib-object.h>.
	Approved by Michael Meeks
	
Sun Nov 18 18:57:34 2001  George Lebl <jirka@5z.com>

	* swallow.c, extern.c: a bit of s/GnomeDialog/GtkDialog/

2001-11-18  Glynn Foster  <glynn.foster@sun.com>

	* applet.c: * basep-widget.c: * basep-widget.h: * button-widget.c: 
	* button-widget.h: * drawer-widget.c: * drawer-widget.h:
	* drawer.c: * edge-widget.c: * edge-widget.h: * floating-widget.c: 
	* floating-widget.h: * foobar-widget.c: * foobar-widget.h: * launcher.c: 
	* logout.c: * main.c: * menu-util.c: * menu.c: * multiscreen-stuff.c: 
	* panel-applet-frame.c: * panel-widget.c: * panel-widget.h: * panel.c: 
	* panel_config.c: * session.c: * sliding-widget.c: * sliding-widget.h:
	
	Finish off moving GtkType to GType and give a more consistant approach
	to all the header stuff.

Sun Nov 18 00:52:58 2001  George Lebl <jirka@5z.com>

	* Makefile.am, main.c:  set the standard gnome program properties

	* gnome-run.c, menu.c, panel-util.[ch]:  A little bit of
	  s/GnomeDialog/GtkDialog/

	* panel-util.[ch]: error box is now actually closable,
	  added an info box, and function to make dialog 'busy'

	* main.c, menu-fentry.[ch]: whack the mem chunks stuff

	* menu-fentry.c, menu.c, quick-desktop-item.[ch]: Lookup icons
	  before loading them, not during the creation of the menus

	* menu.c: convert one more ditem usage to qitem

	* menu-properties.c: get rid of gnome_icon_entry_gtk_entry usage

Fri Nov 16 22:13:22 2001  George Lebl <jirka@5z.com>

	* quick-desktop-reader.[ch], Makefile.am, gnome-run.c, menu-fentry.c:
	  Implement a quick no-frills .desktop reader to make reading
	  .desktop files quicker and less memory heavy.

	* gnome-run.c, menu.c: use the NO_TRANSLATIONS flag of gnome-desktop
	  where appropriate

	* applet.c, foobar-widget.c, global-keys.c, gnome-run.c,
	  menu-fentry.c, menu-properties.c, menu.c, panel.c, 
	  session.c, panel-util.[ch]: move to g_path_is_absolute,
	  g_find_program_in_path, g_shell_parse_argv and
	  g_ascii_strcasecmp

	* gnome-run.c: whack the usage of gnome-pixmap

Fri Nov 16 13:47:27 2001  George Lebl <jirka@5z.com>

	* Makefile.am: remove $(includedir) from includes to prevent old
	  gnome headers from creeping in

	* status.c: fix compilation a little.

2001-11-16  Mark McLoughlin  <mark@skynet.ie>

	Note: this won't build without the patch to 
	      glib-mkenums attached to #64714

	* panel-applet-frame.[ch]: 
	(panel_applet_frame_load): renamed from 
	panel_bonobo_applet_load.
	(panel_applet_frame_change_orient): impl.
	(panel_applet_frame_get_applet_shell): impl.
	(panel_applet_frame_construct): get applet shell.

	* panel-applet.[ch]: 
	(panel_applet_change_orient): impl.
	(panel_applet_class_init): add "change_orient" signal.
	(panel_applet_instance_init): set default orient.
	(panel_applet_construct): instantiate an applet shell.

	* panel-applet-shell.[ch], panel-applet-private.h:
	implementation of PanelAppletShell.

	* panel-marshal.list: add VOID:ENUM.

	* panel-shell.c: s/runBox/displayRunDialog/.

	* panel.c: (orientation_change): do bonobo applet 
	orient change.

	* test-bonobo-applet.c: handle orient change and give an
	example of how applet tooltips should be done with the new
	api.

	* Makefile.am: add marshalers and enums to applet sources.
	Generate enums from GNOME_Panel.h.

2001-11-15  Mark McLoughlin  <mark@skynet.ie>

	* panel-applet-frame.c: (popup_handle_verb): kill.
	(popup_handle_move): impl.

2001-11-15  Mark McLoughlin  <mark@skynet.ie>

	* panel-applet-frame.[ch]: inherit from GtkEventBox
	(popup_handle_remove), (panel_applet_frame_set_info),
	(panel_applet_frame_finalize), (panel_applet_frame_class_init),
	(panel_applet_frame_instance_init), (panel_applet_frame_get_type),
	(panel_applet_frame_construct), (panel_applet_frame_new): impl.
	(panel_bonobo_applet_load): upd.

2001-11-15  Mark McLoughlin  <mark@skynet.ie>

	* panel-applet.[ch]: update to use GType stuff 
	instead of GtkType.

2001-11-15  Mark McLoughlin  <mark@skynet.ie>

	* panel-applet.c: 
	(panel_applet_setup_menu), only set the popups path, not the
	button3 path - seems we can't insert a list of xml nodes.
	(panel_applet_factory_main): impl.

	* panel-applet.h: nice bonobo factory api.

	* test-bonobo-applet.c: upd.

2001-11-15  Mark McLoughlin  <mark@skynet.ie>

	* panel-applet.[ch]: (panel_applet_setup_menu),
	(panel_applet_setup_menu_from_file): impl convience functions.

	* test-bonobo-applet.c: (test_applet_new): use.

2001-11-15  Mark McLoughlin  <mark@skynet.ie>

	* panel-applet.c, panel-applet.h: start of bonobo applet API.

	* panel-applet-frame.c: add popup menus.

	* test-bonobo-applet.c: ditto.

	* Makefile.am: upd.

2001-11-15  Mark McLoughlin  <mark@skynet.ie>

	* basep-widget.c, drawer-widget.c, drawer.c: switch 
	debugging off.

	* launcher.c: (ask_about_launcher): change order of buttons as
	per usability propaganda :-)

2001-11-15  Glynn Foster  <glynn.foster@sun.com>

	* menu.c: Fix up compilation by commenting out the
	lock accelerator stuff

2001-11-14  Glynn Foster  <glynn.foster@sun.com>

	* aligned-widget.c, aligned-widget.h, basep-widget.c,
	* border-widget.c, border-widget.h, drawer-widget.c,
	* drawer.c, edge-widget.c, edge-widget.h,
	* foobar-widget.c, menu.c, panel-gconf.c, panel.c,
	* panel_config.c, panelglobalconfig.schema, session.c,
	* sliding-widget.c, sliding-widget.h:

	Fix gconf leaks - thanks to andersca
	Change the schema to cover over a problem with autohide
	panels [still needs to be fixed].
	More GObject porting and header standardization.

2001-11-12  Frank Belew  <frb@ximian.com>

	* Makefile.am: comment out SUBDIRS to fix dist targets

2001-11-12  Glynn Foster  <glynn.foster@sun.com>

	* launcher.c, main.c, session.c:, session.h: Fix up 
	  launcher loads a little so that the launchers load up
	  on the panel.

2001-11-09  Mark McLoughlin  <mark@skynet.ie>

	* session.c, session.h: move dead launchers stuff in here.

	* applet.c, applet.h: update.

2001-11-09  Mark McLoughlin  <mark@skynet.ie>

	* applet.c, applet.h: bit of namespace loving.

	* drawer.c, extern.c, gnome-run.c, launcher.c, 
	  logout.c, menu-properties.c, menu.c, 
	  panel-applet-frame.c, panel.c, session.c, 
	  status.c, swallow.c: update.

2001-11-09  Mark McLoughlin  <mark@skynet.ie>

	* applet.c, applet.h: kill horrible applets_last hack.

	* drawer.c: (load_drawer_applet):
	* drawer.h:
	* extern.c: (reserve_applet_spot):
	* gnome-panel-properties.c:
	* gnome-run.c: (load_run_applet):
	* launcher.c: (load_launcher_applet_full):
	* logout.c: (load_logout_applet), (load_lock_applet):
	* menu.c: (add_drawers_from_dir), (load_menu_applet):
	* panel-applet-frame.c: (panel_bonobo_applet_load):
	* panel.c: (panel_applet_added), (drag_data_recieved_cb):
	* status.c: (load_status_applet):
	* swallow.c: (load_swallow_applet): update to use return val
	of panel_applet_register instead of applets_last.

2001-11-09  Mark McLoughlin  <mark@skynet.ie>

	* applet.c, applet.h: (panel_register_applet): renamed from
	register_toy. Return an AppletInfo *.

	* drawer.c: (load_drawer_applet):
	* extern.c: (reserve_applet_spot):
	* gnome-run.c: (load_run_applet):
	* launcher.c: (load_launcher_applet_full):
	* logout.c: (load_logout_applet), (load_lock_applet):
	* menu.c: (load_menu_applet):
	* panel-applet-frame.c: (panel_bonobo_applet_load):
	* panel.c: (panel_applet_added), (drag_data_recieved_cb):
	* status.c: (load_status_applet):
	* swallow.c: (load_swallow_applet): update.

2001-11-09  Mark McLoughlin  <mark@skynet.ie>

	* applet.c: tidy up popup menu handling.

	* applet.h: (show_applet_menu): privatise.

	* basep-widget.c, border-widget.c, extern.c, menu-util.c:
	
	* menu.c: (show_item_menu_b_cb): kill unused.

2001-11-08  Glynn Foster  <glynn.foster@sun.com>

	* applet.c, basep-widget.c, button-widget.c,
	  menu-util.c, menu.c, panel-gconf.c, panel-gconf.h:
	  panel-types.h, panel_config_global.h, panelglobalconfig.schema,
	  session.c: More shifting towards gconf - some renames of variables
	  lots of FIXME's.

2001-11-08  Mark McLoughlin  <mark@skynet.ie>

	* basep-widget.c: (basep_pos_get_hide_size),
	(basep_pos_get_hide_pos), (basep_widget_do_hiding),
	(basep_widget_do_showing), (basep_widget_explicit_hide),
	(basep_widget_explicit_show), (basep_widget_autoshow),
	(basep_widget_queue_autoshow), (basep_widget_autohide),
	(basep_widget_queue_autohide): update gconf key names.

	* floating-widget.c: (floating_pos_get_hide_size),
	(floating_pos_get_hide_pos): ditto.

2001-11-08  Glynn Foster  <glynn.foster@sun.com>

	* panelglobalconfig.schema: Update. Well actually
	fix :)

2001-11-08  Mark McLoughlin  <mark@skynet.ie>

	* Makefile.am: install schema using gconftool.

2001-11-08  Mark McLoughlin  <mark@skynet.ie>

	* basep-widget.c, button-widget.c, menu-fentry.c
	  menu-properties.c, menu-rh.c, menu-util.c, menu.c,
	  panel-widget.c, session.c, status.c: sensible debugging
	defines. undef them all so warnings don't get lost.

2001-11-07  Mark McLoughlin  <mark@skynet.ie>

	* launcher.c: (is_this_drop_ok): use GDK_POINTER_TO_ATOM
	instead of GPOINTER_TO_UINT.

	* menu-fentry.c: (get_applet_goad_id_from_ditem) make static.

	* panel.c: (get_target_list): impl.
	(is_this_drop_ok): kill GPOINTER_TO_UINT atom usage.

	* tasklist_icon.c: (tasklist_icon_check_mini): use GdkAtom.

	* xstuff.[ch]: (xstuff_nautilus_desktop_present),
	(xstuff_set_simple_hint), (status_event_filter),
	(get_typed_property_data), (send_client_message_1L),
	(xstuff_setup_global_desktop_area), (xstuff_setup_desktop_area),
	(xstuff_unsetup_desktop_area): bunch of GdkAtom/Atom related
	warnings fixage.

2001-11-7   Glynn Foster  <glynn.foster@sun.com>

	* basep-widget.c: Fix bug in set_property call.

2001-11-07  Glynn Foster  <glynn.foster@sun.com>

	* Makefile.am, basep-widget.c, floating-widget.c, panel-gconf.c,
	  panel-gconf.h, panel_config_global.h, session.c, session.h: 

	  More property stuff...mostly dumb stuff though. Added installation
	  of schema too.

2001-11-05  Glynn Foster  <glynn.foster@sun.com>

	* Makefile.am, basep-widget.c, border-widget.c,
	  floating-widget.c, foobar-widget.c, gnome-panel-properties.c,
	  main.c, main.h, menu.c, panel-gconf.c, panel-gconf.h, panel-widget.c,
	  panel-widget.h, panel_config_global.h, panelglobalconfig.schema,
	  session.c, tearoffitem.c: More work getting the global properties into
	  shape. Removed the option to have the movement type in the capplet - these
	  are now a keybinding only - according to usability happiness. Also moved
	  basep, basepos over to gobject a little bit more. Added the startings of
	  a wrapper around gconf stuff for panel config.

2001-11-05  Mark McLoughlin  <mark@skynet.ie>

	* gnome-run.c: (show_run_dialog): change order of buttons as
	per usability recommendations.

2001-11-05  Mark McLoughlin  <mark@skynet.ie>

	* panel-applet-frame.c: 
	(panel_bonobo_applet_widget): impl. Wrap the windowless 
	BonoboWidget in a GtkEventBox so we can catch events.
	(panel_applet_load): rename to panel_bonobo_applet_load.

	* panel-applet-frame.h: upd.

	* menu.c: (add_test_bonobo_applet): upd.

2001-11-05  Mark McLoughlin  <mark@skynet.ie>

	* applet.c: (applet_button_press): only propagate event to
	button widgets.

2001-11-01  Mark McLoughlin  <mark@skynet.ie>

	A first stab at BonoboControl based applets. It works
	suprisingly well for 84 lines of code :)

	* panel-applet-frame.c, panel-applet-frame.h: new files.
	BonoboControl based applet support.

	* applet.h: add new AppletType - APPLET_BONOBO.

	* menu.c: (add_test_bonobo_applet): impl.
	(make_add_submenu): add new menuitem to activate a
	test bonobo applet.

	* test-bonobo-applet.c: BonoboControl based test applet.

	* GNOME_Panel_TestApplet.server.in: add TestBonoboApplet.

	* Makefile.am: upd.

2001-11-01  Mark McLoughlin  <mark@skynet.ie>

	* applet-object.c: (applet_object_panel_quit), (applet_object_new):
	free panel CORBA refs.

	* applet-widget.c: kill applet_count stuff.

2001-11-01  Mark McLoughlin  <mark@skynet.ie>

	* applet-object.c: (impl_GNOME_Applet2_back_change): add case
	for PANEL_BACK_NONE.

	* main.c: (main): set BONOBO_ACTIVATION_DEBUG_OUTPUT for easy
	applet debugging.

	* applet-init.c, applet-init.h:, applet-widget.c, 
	  test-applet.c: remove crufty debugging stuff. sigh.

2001-11-01  Mark McLoughlin  <mark@skynet.ie>

	* panel-util.c: (panel_show_help): update for gnome-help
	changes.

2001-11-01  Glynn Foster  <glynn.foster@sun.com>

	* applet.c: * basep-widget.c: * basep-widget.h:
	* border-widget.c: * border-widget.h: * button-widget.c: 
	* conditional.c: * conditional.h: * drawer-widget.c: 
	* drawer-widget.h: * drawer.c: * extern.c: * floating-widget.c: 
	* floating-widget.h: * foobar-widget.c: * global-keys.c: 
	* menu-util.c: * menu.c: * multiscreen-stuff.c: * panel.c: 
	* panel_config.h: * session.c: * xstuff.c:

	Start shifting stuff slowly over towards a more GObject approach and
	making things a little bit more consistant with the type defs.
	
2001-10-31  Mark McLoughlin  <mark@skynet.ie>

	* applet-widget.c: kill old goad factory stuff.

	* applet.c, applet.h, extern.c, panel-widget.c:
	move various definitions of APPLET_EVENT_MASK to
	applet.h.

2001-10-26  Mark McLoughlin  <mark@skynet.ie>

	* GNOME_Panel_TestApplet.server.in: s/TestApplet/Panel_TestApplet/g

	* applet-init.c, applet-init.h: crufty debugging functionality.
	(applet_debug_log), (applet_debug_init): impl.
	(applet_factory_main): use it.

	* extern.c: use Applet2 interface.

	* menu.c: (add_test_applet): s/TestApplet/Panel_TestApplet/g.

	* test-applet.c: use logging.

2001-10-25  Mark McLoughlin  <mark@skynet.ie>

	* applet-widget.c, applet-widget.h: kill applet_widget_init.

	* applet-init.c, applet-init.h: new files - init related stuff
	for libpanel-applet-2.

	* GNOME_Panel_TestApplet.server.in,  test-applet.c:
	simple applet for testing purposes. It doesn't work.

	* Makefile.am: update build.

	* extern.c: cosmetics.

2001-10-25  Mark McLoughlin  <mark@skynet.ie>

	* menu.c: (menus_have_icons): use gconf.

2001-10-25  Mark McLoughlin  <mark@skynet.ie>

	* session.c: (load_up_globals), (write_global_config),
	(convert_write_config): remove tile_when_over usage.

2001-10-25  Glynn Foster  <glynn.foster@sun.com>

	* panelglobalconfig.schema: First stab at creating 
	 a schema for the panel global config.

2001-10-25  Glynn Foster  <glynn.foster@sun.com>

	* panel_config_global.h: Remove some tile cruft.

2001-10-24  Mark McLoughlin  <mark@skynet.ie>

	* Makefile.am: add WARN_CFLAGS to INCLUDES. Clean up
	  panel-marshal rules. Build libpanel-applet-2. Install
	  applet headers in gnome-2.0/panel/applet.

	* libpanelapplet-2.0.pc.in: update.

	* applet-object.c: s/IS_APPLET_OBJECT/APPLET_IS_OBJECT/.
	(applet_object_panel): return panel_client.
	(applet_object_panel_quit): impl.
	(impl_GNOME_Applet2_do_callback): kill unused variable.

	* applet-widget.c: 
	(marshal_signal_save), (marshal_signal_back):
	s/G_CLOSURE_SWAP_DATA/G_CCLOSURE_SWAP_DATA/
	(applet_widget_destroy): use gtk_main_quit ().
	(gnome_panel_client): kill.
	(applet_widget_get_rgb_background): rename from
	applet_widget_get_rgb_bg.
	(applet_widget_gtk_main, applet_widget_gtk_main_quit,
	 applet_widget_panel_quit): kill.

	* applet-object.h: kill applet_object_register and
	applet_object_get_rgb_background. Add applet_object_panel_quit.

	* applet-widget.h: kill HAVE_* defines.

	* applet-private.h: new header for libpanel-applet private
	functions.

	* doc/libpanel-applet-changes.txt: document applet API changes.

	* basep-widget.c: 
	(basep_widget_do_hiding), (basep_widget_do_showing): use g_usleep,
	not usleep.
	(basep_widget_explicit_hide), (basep_widget_explicit_show),
	(basep_widget_autoshow), (basep_widget_autohide): kill unused
	supinfo variables.

	* conditional.c: #ifdef FIXME updates.

	* extern.c: ditto and 
	(extern_ref, extern_unref, extern_clean): make static
	(s_panel_add_launcher_from_info): kill unused exec_argv.

	* foobar-widget.c: #ifdef FIXME updates and
	(get_default_image): kill unused variables.

	* launcher.c: (create_properties_dialog), (load_launcher_applet_full),
	(ask_about_launcher): kill unused variables.

	* main.c: (panel_get_shell): make static.

	* menu-properties.c: #ifdef FIXME updates

	* menu.c: (add_new_app_to_menu), (edit_dentry): kill unused
	variables.

	* nothing.cP: #ifdef FIXME updates

	* panel-util.c: ditto.

	* panel-marshal-main.c: include panel-marshal.h.

	* panel_config.c: (update_config_back): make text const.

	* session.c: (apply_global_config), (load_up_globals),
	(write_global_config), (convert_write_config),
	(convert_read_old_config): kill unused variables.

	* button-widget.c: (button_widget_draw): ditto.

2001-10-24  Glynn Foster  <glynn.foster@sun.com>

	* button-widget.c, button-widget.h, drawer.c,
	gnome-run.c, launcher.c, logout.c, menu.c,
	panel-types.h, panel_config_global.h, session.c,
	session.h: A first blast of getting rid of the panel
	tiling. Still probably lots of crufty code that can be
	removed.

2001-10-23  Mark McLoughlin  <mark@skynet.ie>

	* applet-widget.c, applet-widget.h: remove all
	corba related stuff.

	* applet-object.c, applet-object.h: implement GNOME:Applet2
	as a BonoboObject.

2001-10-23  Mark McLoughlin  <mark@skynet.ie>

	* applet-widget.c, applet-widget.h: some cosmetics.

2001-10-22  Mark McLoughlin  <mark@skynet.ie>

	Beginning of a proper port from GOAD to bonobo-activation.

	* applet-widget.c, applet-widget.h: start the port. Not
	finished yet, though.
	(custom_servant_destroy): renamed from applet_servant_destroy.
	(gnome_panel_client): impl.
	(custom_servant_activate): renamed from gnome_panel_applet_corba_init.
	(applet_widget_init): use gnome_program_init.
	Elsewhere do s/goad_id/iid/g and use bonobo-activation.

	* extern.c, extern.h: s/goad_id/iid/g
	(extern_activate): renamed from extern_start_new_goad_id.

	* main.c: (main): use GNOME_PARAM_NONE.

	* menu.c: (add_test_applet), (make_add_submenu): add temporary
	menuitem to load a test applet.

	* panel.c: (drag_data_recieved_cb):
	* session.c: (init_user_applets): #ifdef FIXME all other
	applet loading.

2001-10-22  Mark McLoughlin  <mark@skynet.ie>

	* extern.c: (extern_shutdown): release the panel object.

	* menu.c: (make_panel_submenu): add the tearoff to the submenu,
	not the menu itself.

2001-10-22  Mark McLoughlin  <mark@skynet.ie>

	* extern.c, extern.h: 
	(extern_save_applet): renamed from save_applet.
	(s_panelspot_done_session_save): upd.
	(extern_shutdown): renamed from panel_corba_clean_up.
	Unregister the GNOME::Panel object.

	* session.c: (send_applet_session_save),
	(panel_session_die): upd.

2001-10-22  Mark McLoughlin  <mark@skynet.ie>

	* main.c: (main): activate old panel object as well for the
	moment.

	* GNOME_Panel.server.in: kill PanelShell_Factory - there's no
	factory. Add GNOME_Panel.

	* extern.c: (extern_init): clean up. 

2001-10-19  jacob berkman  <jacob@ximian.com>

	* various: s/gnome-panel.h/GNOME_Panel.h/
	
	* GNOME_Panel.server.in: real .server file

	* panel-shell.[ch]: global corba object - will be used by applets
	to find the panel.  this might not get used - making GNOME_Panel a
	BonoboObject could do the trick as well, but i didn't want to
	touch that yet.

	* main.c (main): create a shell object and register with
	bonobo-activation. if there is already a panel or we couldn't
	register, abort.

2001-10-19  Mark McLoughlin  <mark@skynet.ie>

	* extern.c, extern.h: 
	(extern_load_applet): renamed from load_extern_applet.
	(extern_load_queued): renamed from load_queued_externs.
	(extern_init): renamed from panel_corba_gtk_init.
	(extern_start_new_goad_id), (reload_applet_callback),
	(extern_clean), (send_position_change),
	(panel_corba_clean_up), (s_panel_add_applet_full),
	(s_panel_add_status), (send_draw):
	(extern_activate_panelspot): cleaned up.

	* main.c: (main): 
	* menu.c: (add_applet):
	* panel.c: (drag_data_recieved_cb):
	* session.c: (try_evil_config_hacks), (init_user_applets):
	* status.c: (status_spot_remove): update.

2001-10-19  Glynn Foster  <glynn.foster@sun.com>

	* basep-widget.c, gnome-panel-properties.c,
	* panel_config_global.h, session.c: Remove
	'hide_panel_frame' which now defaults to FALSE. So whether
	buttons are flush with the panel depends on background type
	only. Another useless property best removed :)

2001-10-19  Mark McLoughlin  <mark@skynet.ie>

	* menu.c: (create_menu_at_fr), (create_desktop_menu),
	(create_root_menu): fix some silly bugs of mine.

2001-10-19  Mark McLoughlin  <mark@skynet.ie>

	* menu.c: (create_root_menu): fix dumb bug.

	* menu-properties.c: (create_properties_dialog):
	port gnome_file_entry_set_directory.

2001-10-19  Mark McLoughlin  <mark@skynet.ie>

	* panel_config.c: (update_config_back), (value_changed),
	(background_page): gnome_pixmap_entry_gtk_entry to
	gnome_file_entry_gtk_entry.

2001-10-19  Glynn Foster <glynn.foster@sun.com>

	* menu.c: added casts to GTK_MENU to remove some compile
	  warnings 

2001-10-19  Mark McLoughlin  <mark@skynet.ie>

	* bad-applet.c: (main): ported to new stcok icons.

	* foobar-widget.c: (append_gnome_menu): ditto.

	* gnome-run.c: (show_run_dialog), (load_run_applet): ditto.

2001-10-18  Mark McLoughlin  <mark@skynet.ie>

	* applet.c, basep-widget.c, button-widget.c,
	  conditional.c, drawer.c, extern.c, foobar-widget.c
	  gnome-panel-properties.c, gnome-panel-screenshot.c
	  gnome-run.c, launcher.c, logout.c, main.c
	  menu-properties.c, menu-rh.c, menu.c:
	ported gnome_.*_file -> gnome_program_locate_file
	       gnome_unconditional_.*_file -> gnome_program_locate_file
	       g_file_exists -> g_file_test
	       g_unix_error_string -> g_strerror

2001-10-18  jacob berkman  <jacob@ximian.com>

	* session.h (PANEL_CONFIG_PATH): set to panel2.d so you don't
	wreck your normal panel settings

	* main.c (main): 
	* launcher.c (launcher_file_name): 
	* session.c (get_correct_prefix): use PANEL_CONFIG_PATH rather
	than hard coding the path

2001-10-18  Glynn Foster  <glynn.foster@sun.com>

	* basep-widget.c, gnome-panel-properties.c,
	* panel_config_global.h, session.c: Remove 'simple_movement' and
	  opt for the slightly more complicated sin() algorithm as default.

2001-10-18  Mark McLoughlin <mark@skynet.ie>

	* main.h, main.c (panel_main_gconf_client): impl.

	* foobar-widget.c (pixmap_menu_item_new): port from 
	gnome_preferences_* to gconf.
	(add_tearoff): ditto.

	* tearoffitem.c (tearoff_item_new): ditto.

	* menu.c (menu_add_tearoff): impl to use gconf.
	(add_tearoff): kill.
	(submenu_to_display): use menu_add_tearoff.
	(start_favourites_menu): ditto.
	(create_menu_at_fr): ditto.
	(create_add_panel_submenu): ditto.
	(make_panel_submenu): ditto.
	(create_panel_submenu): ditto.
	(create_desktop_menu): ditto.
	(create_root_menu): ditto.

2001-10-18  Glynn Foster  <glynn.foster@sun.com>

	* basep-widget.c, gnome-panel-properties.c, 
	* panel-widget.c, panel-widget.h, panel_config_global.h,
	* session.c, session.h: Remove 'auto_hide_step_size', 
	  'explicit_hide_step_size' and 'drawer_hide_step_size' and replace
	  for a single configuration 'hiding_step_size' for all 

2001-10-18  Glynn Foster  <glynn.foster@sun.com>

	* button-widget.c, gnome-panel-properties.c:
	* panel_config_global.h, session.c:  Remove fast_button_scaling
	  and use GDK_INTERP_HYPER as default instead.

2001-10-18  Glynn Foster <glynn.foster@sun.com> 

	* basep-widget.c, foobar-widget.c, gnome-panel-properties.c
	  menu.c, panel-widget.c, panel-widget.h, panel.c
	  panel_config_global.h,  session.c: Removed the applet_padding
          and applet_padding_border global properties and consequently
	  the no_padding_ends param on panel_widget_new

2001-10-12  Alex Larsson  <alexl@redhat.com>

	* panel_config.c (panel_config):
	un-ifdef out this function. Seems to work reasonably well
	already.

2001-10-12  Alex Larsson  <alexl@redhat.com>

	* main.c (kill_free_drawers):
	Queue up all the destroys until after we've gone through
	the panel_list, since the destroys can change the list.

2001-10-11  Alex Larsson  <alexl@redhat.com>

	* gnome-run.c (simple_contents_shown):
	Remove gtk_clist_columns_autosize() call. It crashed,
	and we only have one column anyway.
	
2001-10-11  Alex Larsson  <alexl@redhat.com>

        * foobar-widget.c (foobar_widget_update_winhints):
	Use the gtk hint calls.

	* basep-widget.c (basep_widget_update_winhints):
	Use the gtk hint calls.
	
2001-10-11  Alex Larsson  <alexl@redhat.com>

	* menu.c (menus_have_icons):
	New function that always returns TRUE. Should use GConf
	instead. Changed all gnome_preferences_get_menus_have_icons
	to menus_have_icons().
	(fake_pixmap_from_fake):
	Connect to the signals before showing the widget.
	
2001-10-11  Alex Larsson  <alexl@redhat.com>

	* applet.c (applet_button_press):
	Don't return TRUE here, it makes the buttons not
	work. I'm not sure about the comment here in the old
	code. Returning TRUE never blocked anything in
	gtk 1.2....

	* panel-widget.c:
	Fix some code inside #ifdef PANEL_DEBUG
	
2001-10-11  Alex Larsson  <alexl@redhat.com>

	* menu-fentry.c (fr_fill_dir, fr_read_dir,
	fr_check_and_reread):
	Move to new GnomeDesktopItem api

	* menu-fentry.h (struct DirRect):
	renams dentry* to ditem*

	* menu.c (edit_direntry, add_applet):
	Warn when running commented function.
	(show_item_menu):
	Update to new GnomeDesktopItem API

	* panel.c (drop_urilist):
	Warn when running commented function.
	
	
2001-10-10  Alex Larsson  <alexl@redhat.com>

	* menu.c (add_drawers_from_dir):
	converted to use gnome-desktop-item, and removed
	#ifdef FIXME

2001-10-10  Mark McLoughlin <mark@skynet.ie>

	* extern.h, extern.c (extern_ref, extern_unref, 
	  extern_clean): privatise.
	  (extern_set_info, extern_(get|set)_orient, ): kill.
	  (extern_handle_*): impl. Privatise the handling of
	this stuff.
	  (socket_set_loading): remove ifdef FIXMEs and port
	usage of gdk_pixbuf_new_from_file.

	* applet.c (applet_callback_callback):
	  panel.c (freeze_changes, thaw_changes, size_change,
	  orientation_change, back_change):
	  session.c (send_tooltips_state):

2001-10-09  Mark McLoughlin <mark@skynet.ie>

	* panel-include.h: remove.

	* *.c, *.h: don't include panel-include.h. Include the
	actual required headers. Give automatic dependancy
	generation a chance.

	* aligned-widget.c (aligned_pos_class_init): use proper
	enum def instead of GTK_TYPE_ENUM.
	  basep-widget.c (basep_widget_class_init): ditto.
	  border-widget.c (border_pos_class_init): ditto.
	  panel-widget.c (panel_widget_class_init): ditto.
	  sliding-widget.c (sliding_pos_class_init): ditto.

	* Makefile.am: only generate the enums we actually
	want. Also don't include panel-include.h from
	panel-typebuiltins.c - include the required headers.

2001-10-08  Mark McLoughlin <mark@skynet.ie>

	* extern.c: privatised the Extern struct. Implemented
	various set/get methods.

	* applet.c, panel.c, session.c: updated for above change.

2001-10-08  Mark McLoughlin <mark@skynet.ie>

	* applet.c (show_applet_menu): get popup menu working.
	  panel.c (panel_event): ditto.
	  menu.c (menu_button_pressed): ditto.

	* menu.c (create_menu_at_fr): fix core dump.
	(make_add_submenu): ditto.

	* menu-util.h, menu-util.c (applet_menu_position): add
	new push_in param for gtk_menu_popup callbacks.
	(panel_menu_position): ditto.
	(get_default_menu_flags): make not const - it calls a
	non-const function.
	
2001-10-08  Mark McLoughlin <mark@skynet.ie>

	* menu.c (create_applets_menu): warn if we can't find applets
	menu directory.
	(create_root_menu): only setup an applets menuitem if we have
	managed to create an applets menu.

	* foobar-widget.c (foobar_widget_init): init foo->tasks.

 	* logout.c, main.c, menu-properties.c, menu-util.c, menu.c,
	  panel-util.c, panel.c, session.c, sliding-widget.c,
	  status.c, aligned-widget.c, applet.c, basep-widget.c,
	  drawer.c, extern.c, global-keys.c, gnome-run.c, swallow.c,
	  launcher.c: remove unused extern defs.

Thu Sep 27 01:03:48 2001  George Lebl <jirka@5z.com>

	* menu.c: port more things to ditem

	* main.c: fix segfault, change the warning dialog so that people
	  don't have to set evil env variables

	* *.c: fix includes, replace g_concat_dir_and_file with
	  g_build_filename, and g_basename with g_path_get_basename,
	  uncomment a couple more things that now compile.  Whack the
	  references to the hacks.  Use new help API for the help stuff.

2001-09-26  Christian Rose  <menthos@menthos.com>

	* panel.hints: Fix reported "medans" typo.

2001-09-24  Glynn Foster <glynn.foster@sun.com>

	* configure.in, Makefile.am, libpanelapplet-2.0.pc.in:
	  Add libpanelapplet-2.0 pkg-config file. It probably
	  isn't 100% correct yet.

Fri Sep 21 12:16:18 2001  George Lebl <jirka@5z.com>

	* applet.c, button-widget.c, foobar-widget.c, global-keys.c
	  gnome-run.c, launcher.[ch], main.c, menu.c, panel-util.c,
	  panel.c, session.c, swallow.c:  Make the beast compile.  Fix
	  uses of panel_error_dialog, fix usage of GnomeDesktopItem,
	  fix typos, fix includes, smoke some crack, and get rid of remaining
	  uses of panel_file_exists

Fri Sep 21 01:40:50 2001  George Lebl <jirka@5z.com>

	* *.[ch]: use GType for types

	* extern.c, gnome-run.c, launcher.[ch]: do more ditem porting

Thu Sep 20 15:17:33 2001  George Lebl <jirka@5z.com>

	* launcher.c, swallow.c: Do some DesktopItem porting, remove some
	  FIXMEs

	* *.[ch], panel-util.[ch]: whack panel_file_exists and
	  panel_is_program_in_path, since those are now nice and working
	  in the libs.

2001-09-10  Frank Belew  <frb@ximian.com>
	* panel/launcher.c: changed references to removed functions to use
		gnome_desktop_item_get_string instead

Fri Sep 07 14:09:51 2001  George Lebl <jirka@5z.com>

	* *.c: include libgnome/libgnome.h and libgnomeui/libgnomeui.h

Tue Sep 04 23:07:54 2001  George Lebl <jirka@5z.com>

	* Makefile.am, basep-widget.[ch], conditional.c, foobar-widget.c,
	  gnome-run.c, main.c, menu.c, panel-util.c, panel-widget.c,
	  panel_config.c, session.c, tasklist_icon.c:  Reenable some things
	  and ifdef out others.  Put gnome-run back.  Compiles with latest
	  libgnome/ui now.

2001-08-31  Kevin Vandersloot <kfv101@psu.edu>

	* panel_widget.c (panel_widget_get_free_space): fix 
	initializing of right, left ints. They were switched. This
	fixes the case where the tasklist wouldn't honor the
	"Only use empty space" option.

2001-09-01  Darin Adler  <darin@bentspoon.com>

	* conditional.c:
	* drawer.c:
	* main.c:
	* menu.c:
	* panel_config.c:
	* session.c:
	* session.h:
	Fix includes to start on the porting to GNOME 2.

2001-08-26  Seth Nickell  <snickell@stanford.edu>

	* foobar-widget.c:

	Include time.h since we use time_t structures.
	
	* gnome-panel-properties.c: (show_page):
	* nothing.cP:

	Call gtk_notebook_set_current_page as gtk_notebook_set_page
	is deprecated.

2001-08-18  Martin Baulig  <baulig@suse.de>

	* Makefile.am: Added rules to create panel-typebuiltins.[ch].

	* panel-typebuiltins.[ch]: Create these files from glib-mkenums.

2001-08-12  Martin Baulig  <baulig@suse.de>

	* Makefile.am: Put gwmh back, less work this way.

2001-08-12  Martin Baulig  <baulig@suse.de>

	* extern.c (panel_corba_gtk_init): Make this actually work.

	* Makefile.am: Renamed panel to panel-2, commented out the
	applet and status libraries, removed everything else.

	* panel.server.in: New file.

	* panel.gnorba, panel.soundlist: Removed.

2001-08-12  Martin Baulig  <baulig@suse.de>

	* main.c: Put in some protection so that panel won't start up
	unless explicitly told to - so it won't ruin your desktop if you
	accidentally start it.

2001-08-11  Martin Baulig  <baulig@suse.de>

	* Makefile.am: Renamed the `panel-temp' target back to `panel'.

2001-08-11  Martin Baulig  <baulig@suse.de>

	* scroll-menu.[ch]: Removed.

2001-08-11  Martin Baulig  <baulig@suse.de>

	* extern.c: Ported to GTK+ 2.0, but `#ifdef FIXME' the CORBA
	stuff - will be fixed after dinner :-)

	* launcher.c Ported to GTK+ 2.0, but `#ifdef FIXME' large parts
	of this file.

	* menu-properties.[ch]: #ifdef FIXME some stuff.

	* scroll-menu.[ch]: Ported to GTK+ 2.0.

	* swallow.[ch]: Ported to GTK+ 2.0, but `#ifdef FIXME'.

2001-08-11  Martin Baulig  <baulig@suse.de>

	* Makefile.am: Disable the gwmh stuff for the moment and
	#ifdef FIXME it everywhere.

2001-08-09  Martin Baulig  <baulig@suse.de>

	* panel-include.h: #include <libgnome/gnome-i18n.h> and
	<libgnome/gnome-util.h>.

2001-08-09  Martin Baulig  <baulig@suse.de>

	* Makefile.am: Added some more files to panel-temp.

	* launcher.[ch]: GnomeDesktopEntry -> GnomeDesktopItem, only
	half-way done, so FIXME.

	* applet.c: Ported to GTK+ 2.0, did some GnomeDesktopItem stuff,
	has `#ifdef FIXME' issues in the ditem code.

	* menu-fentry.[ch]: Ported to GTK+ 2.0, did some
	GnomeDesktopEntry -> GnomeDesktopItem stuff, has larger
	`#ifdef FIXME' issues.

	* menu-properties.c: Don't #include "icon-entry-hack.h".

	* menu-rh.c: `#ifdef FIMXE' some stuff.

	* menu-util.c: Ported to GTK+ 2.0.

	* menu.c: Ported to GTK+ 2.0, but `#ifdef FIXME' large parts
	of this file.

	* panel-util.c: Ported to GTK+ 2.0, has `#ifdef FIXME' issues.

	* panel_config.c: Ported to GTK+ 2.0, but `#ifdef FIXME' large parts
	of this file.

	* nothing.cP: Ported to GTK+ 2.0, `#ifdef FIXME' the sound stuff.

	* swalloc.c: Some GnomeDesktopEntry -> GnomeDesktopItem stuff.

	* session.c: Ported to GTK+ 2.0, has `#ifdef FIXME' issues.

	* drawer.c: Ported to GTK+ 2.0, has `#ifdef FIXME' issues.

	* status.c: Ported to GTK+ 2.0.

	* logout.c: Ported to GTK+ 2.0.

	* basep-widget.c, button-widget.c, foobar-widget.c, main.c:
	Don't use gnome_program_locate_file().

2001-08-09  Martin Baulig  <baulig@suse.de>

	* Makefile.am (panel_temp_SOURCES): Added
	rgb-stuff.[ch],	tearoffitem.[ch], title-item.[ch],
	title-item-private.h, panel.[ch].

	* panel.c: Ported to GTK+ 2.0.
	[FIXME: There's gnome_uri_list #ifdef FIXME'ed].

	* main.c: Forgot a GnomeDialog -> GtkDialog.

2001-08-09  Martin Baulig  <baulig@suse.de>

	* Makefile.am (panel_temp_SOURCES): Added
 	border-widget.[ch], edge-widget.[ch], aligned-widget.[ch],
	drawer-widget.[ch], sliding-widget.[ch], floating-widget.[ch].

2001-08-09  Martin Baulig  <baulig@suse.de>

	* Makefile.am (panel_SOURCES): Removed everything
	which is in panel-temp so that we know which files
	still need to be ported.

2001-08-09  Martin Baulig  <baulig@suse.de>

	* foobar-widget.[ch]: Ported to GTK+ 2.0.

	* Makefile.am: Added foobar-widget.[ch] and
	tasklist_icon.[ch] to panel-temp and fixed
	the marshaller creation.
	
2001-08-07  Martin Baulig  <baulig@suse.de>

	* main.c: Ported to GNOME 2.

	* panel-widget.c: Ported to GTK+ 2.0.

	* button-widget.[ch]: Ported to GTK+ 2.0.

	* basep-widget.[ch]: Ported to GTK+ 2.0.

2001-08-07  Martin Baulig  <baulig@suse.de>

	* Makefile.am: Added `panel-temp' target with all files which are
	already ported to GNOME 2.

	* panel-marshal.list, panel-marshal-main.c: New files.

2001-08-06  Martin Baulig  <baulig@suse.de>

	* aligned-widget.c, applet-widget.c, border-widget.c,
	button-widget.c, floating-widget.c, gnome-panel-screenshot.c,
	main.c, panel-widget.c, sliding-widget.c, status-docklet.c:
	Merged the basic GTK+ 2.0 port from the GNOME20.

2001-08-06  Martin Baulig  <baulig@suse.de>

	* *.[ch]: #include <libgnomeui.h> instead of <gnome.h> and
	#include <bonobo-activation/bonobo-activation.h> instead
	of <libgnorba/gnorba.h>.

2001-08-06  Martin Baulig  <baulig@suse.de>

	* *.h: Use G_BEGIN/END_DECLS everywhere.

2001-08-06  Martin Baulig  <baulig@suse.de>

	* Makefile.am: Updated for the GNOME 2 platform.

2001-08-06  Martin Baulig  <baulig@suse.de>

	* ChangeLog-20010806: Copied current ChangeLog to ChangeLog-20010806
	and started a new ChangeLog file for GNOME 2.0.

