aboutsummaryrefslogtreecommitdiffstats
path: root/shell/ChangeLog
Commit message (Expand)AuthorAgeFilesLines
* update to GNOME_Evolution_Shell.oafinfoMichael Meeks2000-12-081-0/+6
* Start implementing a physical URI property for the toplevel nodes inEttore Perazzoli2000-12-051-0/+63
* Handle a NIL return value from `oaf_activate_from_id' withoutEttore Perazzoli2000-12-051-0/+6
* return NULL if we can't create a view.Michael Meeks2000-12-051-0/+6
* New `createNewView' method in `Evolution::Shell'. Register the shellEttore Perazzoli2000-12-051-0/+41
* Update - hopefully I assigned blame correctly :-)JP Rosevear2000-11-281-0/+4
* de-register a component's UI if it dies.Michael Meeks2000-11-281-0/+5
* Install Evolution IDL's into datadir/idl.Peter Williams2000-11-261-0/+4
* Plug leaks of the fullname and fulldefaultname.Federico Mena Quintero2000-11-251-0/+15
* Plug leak; mark the CORBA sequence so that it will be released.Federico Mena Quintero2000-11-251-0/+6
* add (e_shell_view_construct): hook up to system_exception on ui_container.Michael Meeks2000-11-141-0/+6
* Update the remaining "IDL:Evolution*" to "IDL:GNOME/Evolution*" to sync upMatt Bissiri2000-11-111-0/+7
* A very, long, very tedious IDL API rename and re-scoping;Michael Meeks2000-11-111-0/+5
* Make the panes of the EPaned not shrinkable beyond their minimum size.Christopher James Lahey2000-11-091-0/+5
* Fix typo in a comment.Matt Bissiri2000-11-081-0/+4
* Pass full_name, not folder_name to callback.Dan Winship2000-11-081-0/+5
* Fixed a couple of warnings.Ettore Perazzoli2000-11-071-0/+6
* Make the shell pop-up a warning dialog per component when a componentEttore Perazzoli2000-11-071-0/+7
* Fixed a missing `CORBA_Object_duplicate()' problem. This should fixEttore Perazzoli2000-11-071-0/+5
* Added #include <config.h>Kjartan Maraas2000-11-071-0/+4
* Added a `--no-splash' option to the shell.Ettore Perazzoli2000-11-041-0/+19
* Fix the name of the signal passed to gtk_signal_new so that this actuallyDan Winship2000-11-041-0/+5
* Make this take "highlighted" as well.Dan Winship2000-11-021-0/+12
* Moving the executive summarys now :)Iain Holmes2000-11-021-0/+16
* Add "highligted" field to Folder. Add update_folder method toDan Winship2000-11-021-0/+33
* No longer include <db.h>52000-10-261-0/+5
* AM_GNOME_GETTEXT doesn't use $(datadir)/locale as the locale dir. (ItDan Winship2000-10-241-0/+4
* update to new UI handlerMichael Meeks2000-10-211-0/+12
* If there is no view save the default uri instead. (socket_destroy_cb):Iain Holmes2000-10-201-0/+7
* update for new UI handler.Michael Meeks2000-10-191-0/+5
* If the widget is not realized don't do anything, to prevent BadGC's atIain Holmes2000-10-191-0/+12
* Save the settings before the view is destroyed. (e_shell_quit): Don't saveIain Holmes2000-10-181-0/+13
* Add a typecast.Dan Winship2000-10-171-0/+18
* Check if there are any files in default_user that are not in ~/evolutionIain Holmes2000-10-161-0/+14
* Use an EScrollFrame instead of a GtkScrolledWindow for the folderEttore Perazzoli2000-10-151-0/+5
* 31337 splash screen for the shell's startup sequence.Ettore Perazzoli2000-10-151-3/+14
* *e-shell-folder-creation-dialog.glade: Added focus to the folder-name textAnna Marie Dirks2000-10-141-0/+4
* Fixed the spec on this.Christopher James Lahey2000-10-111-0/+4
* Changed this to use the built in cells.Christopher James Lahey2000-10-111-0/+4
* Adapted this for the new ETable system.Christopher James Lahey2000-10-111-0/+4
* Change paths in such a way as to require HEAD bonobo.Michael Meeks2000-10-091-0/+7
* initialize priv->sockets to NULL, fixes startup crash on non-ia32Matt Wilson2000-10-081-0/+5
* Backported (from EVOLUTION_0_5_1) the code that allowed the shell toEttore Perazzoli2000-10-071-0/+11
* call _set_compare_function after inserting the storage.Chris Toshok2000-10-071-0/+5
* add a freeze / thaw pair to reduce flicker on switching controls.Michael Meeks2000-10-061-0/+9
* #include <gal/widgets/e-gui-utils.h>Chris Toshok2000-10-061-0/+6
* add #include for libgnomeui/gnome-messagebox.hChris Toshok2000-10-061-0/+5
* Disable summary stuff, it appears to be badly broken.Michael Meeks2000-10-051-0/+13
* ui/evolution-addressbook-ldap.xml, ui/evolution-addressbook.xml,Matt Bissiri2000-10-041-0/+10
* remove evil usize set.Michael Meeks2000-10-041-0/+4
* Fixed a bug that caused the "Create new shortcut group" dialog not toEttore Perazzoli2000-10-031-0/+5
* if we're not displaying folders, the current folder is NULL. (class_init):Chris Toshok2000-10-031-0/+10
* add storage_selected behavior - loop over the listeners callingChris Toshok2000-10-031-0/+20
* `EvolutionStorageSetViewListener', wrapper for the CORBAEttore Perazzoli2000-10-031-0/+5
* fix typo. (impl_StorageSetView_remove_listener): same.Chris Toshok2000-10-031-0/+24
* pass storage_set_view_interface as second argument toChris Toshok2000-10-031-0/+8
* kill.Michael Meeks2000-10-031-0/+21
* set the new node's compare function. (insert_folders): same.Chris Toshok2000-10-031-1/+8
* track e-tree sort api change. (treepath_compare): same. (new_folder_cb):Chris Toshok2000-10-031-0/+6
* pass NULL for the open/closed pixbuf of the tree renderer. we'll let itChris Toshok2000-10-031-0/+12
* Added the ability for the shell to export the storage set view as aEttore Perazzoli2000-10-021-0/+19
* Add a `::remove_listener' method to Evolution::Storage.Ettore Perazzoli2000-10-021-0/+18
* Get the title bar for the folder view to use TigerT's pin icon for theEttore Perazzoli2000-09-291-0/+10
* Don't print "Folder registered successfully" if it didn't. (Duh. :)Dan Winship2000-09-291-0/+5
* If the startup folder cannot be open, default to the local Inbox.Ettore Perazzoli2000-09-281-0/+6
* Fix a bunch of EShortcutView problems. It's still buggy, but at leastEttore Perazzoli2000-09-271-0/+24
* Update the shortcut bar in the shell view to match the changes in theEttore Perazzoli2000-09-261-0/+17
* Fix a refcounting problem with the local storage. ("Somebody" added aEttore Perazzoli2000-09-251-0/+4
* Updates for the Bonobo changes from Michael who is having someEttore Perazzoli2000-09-231-0/+4
* Dear native speakers,Federico Mena Quintero2000-09-221-0/+4
* s/Bonobo_UIHandler/Bonobo_UIContainer/Michael Meeks2000-09-211-0/+13
* Added check for gnome-app-lib. Removed directories that have been moved toChristopher James Lahey2000-09-181-0/+18
* Everywhere add a -DEVOLUTION_DATADIR=${datadir} in the Makefile.amMichael Meeks2000-09-171-0/+4
* #include <bonobo-win.h>, not <bonobo-app.h>, which doesn't existEttore Perazzoli2000-09-161-0/+4
* foreach_data should be set to the caller-supplied data, not the tree itemDan Winship2000-09-151-0/+5
* Fixed bug #536 Popup folder tree button doesn't expandIain Holmes2000-09-151-0/+6
* add bonobo_ui_handler_unset_container to stop menus screwing up.Michael Meeks2000-09-141-0/+4
* Move a couple of helpers into Bonobo before more people start the re-buildMichael Meeks2000-09-141-0/+4
* Added $(GNOME_PRINT_LIBS) to evolution_LDADD.Christopher James Lahey2000-09-141-0/+4
* Get the status bar playing ball.Michael Meeks2000-09-141-0/+6
* re-order to suit and add freeze / thaw, update paths to toggles, removeMichael Meeks2000-09-141-0/+5
* The Commit from hell that breaks all UI related stuff;Michael Meeks2000-09-141-0/+26
* Make the pop-up folder bar pop down after a folder is selected.Ettore Perazzoli2000-09-131-0/+8
* Thou shalt add a space after `-I' when invoking `orbit-idl'.Ettore Perazzoli2000-09-131-0/+5
* Little UTF-8 fixLauris Kaplinski2000-09-131-0/+4
* Remove ui.xml stuff which was breaking distcheck.Ettore Perazzoli2000-09-131-0/+4
* Initialize libunicodeDan Winship2000-09-121-0/+4
* Fixed some warnings.Christopher James Lahey2000-09-121-0/+4
* Fix some annoying warnings in the folder selection dialog.Ettore Perazzoli2000-09-121-0/+7
* Remove debugging message.Ettore Perazzoli2000-09-121-0/+4
* Make `EvolutionStorage' and `ELocalstorage' actually update the CORBAEttore Perazzoli2000-09-121-0/+24
* Unset the `GTK_FLOATING' flag when constructing anEttore Perazzoli2000-09-111-0/+6
* Fully support setting the display name in the tree. It seems to work.Ettore Perazzoli2000-09-111-0/+24
* Use the name of the storage or the folder in the storage set view,Ettore Perazzoli2000-09-101-0/+9
* Fixed some warnings.Christopher James Lahey2000-09-101-0/+4
* Fix a possible crash when viewing no folder.Ettore Perazzoli2000-09-101-0/+5
* Some UTF-8 fixes and experimental 16-bit unicode font supportLauris Kaplinski2000-09-091-0/+4
* Fix a stupid crash caused by not taking account of the fact that theEttore Perazzoli2000-09-091-0/+5
* Fix `e_folder_tree_get_folder()' so that it returns NULL (instead ofEttore Perazzoli2000-09-091-0/+5
* Make EvolutionStorage support multiple listeners.Ettore Perazzoli2000-09-091-0/+14
* Implemented a new `EFolderTree' object. Make `EStorage' use itEttore Perazzoli2000-09-091-0/+32
* Fix Chris' fixes.Ettore Perazzoli2000-09-091-0/+10
* Added base ETableModel functions.Christopher James Lahey2000-09-091-0/+7
* Changed so that ::set_owner is called after setting up the localEttore Perazzoli2000-09-081-0/+11
* Added new interfaces to be exposed by the local storage, so thatEttore Perazzoli2000-09-081-0/+44
* A bit more e_utf8 wrappers here and thereLauris Kaplinski2000-09-021-0/+4
* free node_data. (removed_storage_cb): same. (new_storage_cb): don't freeChris Toshok2000-09-021-0/+9
* Strdup path when setting the callback data.Christopher James Lahey2000-09-021-0/+6
* initialize delayed_selection = NULL;Chris Toshok2000-09-011-0/+4
* Changed `Evolution::Storage' so that the displayed name for a folderEttore Perazzoli2000-09-011-0/+12
* add delayed_selection to _EShellViewPrivate. (new_folder_cb): newChris Toshok2000-09-011-0/+10
* Strip off newlines when setting the messages in the statusbar, so thatEttore Perazzoli2000-08-291-0/+7
* Make the shell start up components through a OAF query forEttore Perazzoli2000-08-281-0/+12
* convert to use ETree instead of GtkCTree.Chris Toshok2000-08-261-0/+10
* Ref a few things that need it. Avoid triggering some assertions.Peter Williams2000-08-261-0/+13
* Don't crash if a component cannot be activated.Ettore Perazzoli2000-08-241-0/+6
* added UNICODE_LIBS to get unicode linking with the shell...Arik Devens2000-08-201-0/+5
* Fixed a warning.Christopher James Lahey2000-08-201-0/+4
* Fixed a warning.Christopher James Lahey2000-08-201-0/+4
* update the pixmap define E_USE_STYLES to disable the current darkeningLarry Ewing2000-08-181-0/+11
* Fix menus and add placeholders in the menubar for the components toEttore Perazzoli2000-08-181-0/+15
* Make the close button on the ShellView quit Evolution. (Yeah, this isEttore Perazzoli2000-08-141-0/+4
* Removed bogus entry.Dan Winship2000-08-141-6/+0
* Get rid of some annoying debugging messages.Ettore Perazzoli2000-08-141-0/+6
* Add a kludgy and simple interface to the shell views to access theEttore Perazzoli2000-08-131-0/+37
* add "in string evolution_homedir" to ShellComponent::set_owner'sDan Winship2000-08-111-0/+20
* Add myself to the about box, finally.Peter Williams2000-08-111-0/+5
* Merge with camel-async.Peter Williams2000-08-111-0/+11
* Fixed some warnings.Christopher James Lahey2000-08-101-0/+4
* Fixed a warning.Christopher James Lahey2000-08-091-0/+4
* Add a placeholder for the print items in the "File" menu.Ettore Perazzoli2000-08-091-0/+5
* Check for ~/evolution/shortcuts.xml in addition to ~/evolution, to makeDan Winship2000-08-081-0/+7
* Actually commit this - I though it went in already.JP Rosevear2000-08-041-0/+18
* Everywhere unref the remote_uih having done a set_container.Michael Meeks2000-08-041-0/+3
* Remove erroneous refs on folder_type_registry, storage_set.Michael Meeks2000-08-041-0/+12
* Make sure default_uri isn't NULL!!Jeffrey Stedfast2000-08-041-0/+5
* Update the ::user_select_folder() interface so that it accepts both aEttore Perazzoli2000-08-041-0/+22
* work with either gconf 0.5 or newerDan Winship2000-07-281-0/+4
* Teeny tiny mem leak fix.Matthew Loper2000-07-271-0/+4
* Fix the pop-up tree so that it does not set up the grab when shownEttore Perazzoli2000-07-271-0/+5
* Work around utter GtkOptionMenu brokenness so that we finally have aEttore Perazzoli2000-07-251-0/+6
* Remove GOAD support.Dan Winship2000-07-251-0/+10
* Change EShellView so that it creates the menus with BonoboUIHandlerEttore Perazzoli2000-07-231-0/+18
* Fix a braino that caused Evolution to unref a NULL object when theEttore Perazzoli2000-07-221-0/+5
* Some changes to the pop-up folder tree, so that it makes more visualEttore Perazzoli2000-07-221-0/+18
* Improve the title bar pop-up button: use a toggle button instead of aEttore Perazzoli2000-07-211-0/+12
* First shot at the "click on the folder title, get the folder tree"Ettore Perazzoli2000-07-211-0/+22
* Prevent a crash by avoiding calling the populate_folder_context_menuEttore Perazzoli2000-07-211-0/+7
* Add support for the folder right-click ("context") menu. No componentEttore Perazzoli2000-07-211-1/+19
* Add interfaces to populate a folder's context menu. (Untested.)Ettore Perazzoli2000-07-211-0/+16
* Implement saving of pane positions.Ettore Perazzoli2000-07-201-0/+6
* Add support for saving the current configuration of all theEttore Perazzoli2000-07-201-0/+27
* Added/fixed support for multiple views.Ettore Perazzoli2000-07-201-0/+10
* created a model for the EShortcutBar. This will probably have to be movedDamon Chaplin2000-07-171-0/+8
* Fixed to match gconf API change.Christopher James Lahey2000-07-131-0/+4
* Update the message.Dan Winship2000-07-111-0/+4
* `#if 0' an unused function.Ettore Perazzoli2000-07-111-0/+5
* Translate a default_folder of "" into NULL (which can't be passed overDan Winship2000-07-111-0/+5
* Removed some useless debugging messages.Ettore Perazzoli2000-07-111-0/+7
* As a quasi-hack, do a gdk_flush() when the shell view is unrealized soFederico Mena Quintero2000-07-101-0/+10
* Don't display the annoying "Cannot display..." view in the shell whenEttore Perazzoli2000-07-091-0/+6
* Some menu cleanup.Ettore Perazzoli2000-07-091-0/+7
* Add proper cast when filling in the CORBA sequence struct.Ettore Perazzoli2000-07-081-0/+5
* Add an extra ref for the CORBA storage BonoboObject so that the numberEttore Perazzoli2000-07-081-0/+5
* Remove useless reference to the storage registry in theEttore Perazzoli2000-07-071-0/+8
* Use the correct gconf path (/apps, not /app), and callDan Winship2000-07-061-0/+6
* Shell command for creating new folders.Ettore Perazzoli2000-07-061-0/+7
* Added an extra @allowed_types parameter to the shell's folderEttore Perazzoli2000-07-021-0/+49
* Removed bogus extra gtk_object_ref() that caused the shell not to quitEttore Perazzoli2000-07-021-0/+4
* add "cancel" to FolderSelectionListener.Dan Winship2000-07-011-0/+13
* Added missing CORBA_Object_duplicate() when storing the shellEttore Perazzoli2000-06-301-0/+5
* Derive EvolutionShellClient from BonoboObjectClient instead of BonoboObject.Ettore Perazzoli2000-06-301-0/+5
* Fix stupid typos and add a missing prototype.Ettore Perazzoli2000-06-301-0/+5
* EvolutionShellClient.Ettore Perazzoli2000-06-301-0/+13
* Update warning message to not say "CRASHING", since it won't if you haveDan Winship2000-06-301-0/+6
* Typo fixPeter Williams2000-06-301-0/+5
* Fixes brought to us by PurifyMatthew Loper2000-06-291-0/+5
* Don't make EShellViews ::ref the EShell.Ettore Perazzoli2000-06-291-0/+5
* Implement saving of configuration information. Now when you runEttore Perazzoli2000-06-291-0/+29
* Change EvolutionShellComponent so that it does ::ref the shell.Ettore Perazzoli2000-06-281-0/+5
* Close the dialog when done. Dont do anything if 'new' was pressed, andMichael Zucchi2000-06-271-0/+11
* Calculate height including if clip_height is set to -1.Christopher James Lahey2000-06-271-0/+4
* Remove the 'POSIX_SOURCE' define completely as we don't need thatEttore Perazzoli2000-06-201-0/+5
* #undef _POSIX_SOURCE after including dirent.h. this breaks the build onChris Toshok2000-06-201-0/+6
* Add a warning before crashing due to a known bug when it can't activate aDan Winship2000-06-191-0/+8
* Build a `libeshell.a' library in `shell/' so that we don't need toEttore Perazzoli2000-06-131-0/+8
* include gnome-dialog.h (PARENT_TYPE): GNOME_TYPE_DIALOG replaced withMichael Meeks2000-06-121-0/+5
* Folder selection dialog, (untested) CORBA interfaces for it, and a newEttore Perazzoli2000-06-111-0/+22
* Implemented folder creation dialog (File -> New -> Folder). To makeEttore Perazzoli2000-06-111-0/+76
* Initial support for creating/removing folders. This implies some newEttore Perazzoli2000-06-101-0/+61
* Use version here. Add padding to the message. Only destroy object if itsMiguel de Icaza2000-06-091-0/+6
* Restore the toolbar. I committed a line of code that shouldn't haveEttore Perazzoli2000-06-081-0/+5
* Fixed a refcount leak and added interfaces to add/remove foldersEttore Perazzoli2000-06-081-0/+67
* changed "Using the Shell" to "Getting Started"Jeffrey Stedfast2000-06-031-0/+4
* Free the uri variable.Christopher James Lahey2000-06-021-0/+6
* Make the close button on the shell view exit Evolution cleanly. Not aEttore Perazzoli2000-06-021-0/+6
* Added a g_return_if_fail check.Christopher James Lahey2000-06-021-0/+5
* New menu callback to launch the help browser. (menu_help): add pointers toDan Winship2000-06-021-0/+5
* Set up gettext. (Problem noted by Héctor García Alvarez)Dan Winship2000-06-011-0/+5
* 5 more pixels in the default width to make the welcome message happy.Ettore Perazzoli2000-06-011-0/+4
* Reduce the size of the window by a bit and add some padding to makeEttore Perazzoli2000-06-011-0/+8
* Make the tree view slightly larger and hidden by default. Also, setEttore Perazzoli2000-06-011-0/+11
* Implemented right-click menus for the shell's shortcut bar (the userEttore Perazzoli2000-06-011-0/+32
* Add missing #include "Evolution.h".Ettore Perazzoli2000-06-011-0/+4
* Initialize the toggle items in the View menu when creating them, soEttore Perazzoli2000-05-311-0/+17
* Fixed the buglet that caused unwanted bogus drag & drop operations toEttore Perazzoli2000-05-311-0/+12
* Eeek! Declare the "owner_unset" signal correctly.Ettore Perazzoli2000-05-311-0/+3
* Increase the size of the folder title bar slightly to make it nicer.Ettore Perazzoli2000-05-311-0/+6
* Make quit work again by implementing a CORBA method to unregisterEttore Perazzoli2000-05-311-0/+54
* Added a title bar for the folder view. Removed title bar from theEttore Perazzoli2000-05-301-0/+56
* Fix wrong order of the key/value parameters in the call toEttore Perazzoli2000-05-301-0/+5
* Remove extra free of evolution_directory.Dan Winship2000-05-291-0/+4
* Make EvolutionStorage use the correct name when registering itself.Ettore Perazzoli2000-05-291-0/+5
* + * e-shell-view-menu.c (command_about_box): Make authorlist moreMatthew Loper2000-05-271-0/+9
* Made the storage view update at changes in the storage, andEttore Perazzoli2000-05-261-0/+102
* From shell/ChangeLog:Christopher James Lahey2000-05-261-0/+5
* Reorganized the shell to allow dynamic registration of storages andEttore Perazzoli2000-05-251-0/+55
* Was using the wrong include here.Christopher James Lahey2000-05-251-0/+6
* Added widgets/e-paned/Makefile.Christopher James Lahey2000-05-251-0/+6
* Get rid of the old `evolution-service-repository' cruft and startEttore Perazzoli2000-05-231-0/+36
* move the development_warning from mail to shell so you don't get theDan Winship2000-05-191-0/+5
* Use TigerT's new mini icons in the shell's folder tree view.Ettore Perazzoli2000-05-161-0/+30
* Use the new ETitleBar widget in the shell, thus allowing the user toEttore Perazzoli2000-05-161-0/+24
* Fixed drag and drop so that it properly handles pointer grabbing inEttore Perazzoli2000-05-161-0/+45
* Fix Drag & Drop behavior so that dragging a folder that is not theEttore Perazzoli2000-05-151-0/+15
* Initial drag and drop support for the tree view: now you can dragEttore Perazzoli2000-05-151-0/+40
* Correctly access an xmlNodePtr->contentIain Holmes2000-05-151-0/+7
* Protect against unknown folder types better.Ettore Perazzoli2000-05-141-0/+7
* Sort folders in the storage view.Ettore Perazzoli2000-05-141-0/+7
* Initial implementation of the tree view for the folders.Ettore Perazzoli2000-05-141-0/+55
* Added an about box.Christopher James Lahey2000-05-111-0/+4
* Set the icons when changing between components.Christopher James Lahey2000-05-101-0/+7
* New function; allows users to submit a bug. + (command_run_bugbuddy):Matthew Loper2000-05-101-0/+1
* + * calendar/pcs/cal-backend.c (cal_backend_add_cal): Return nothingMatthew Loper2000-05-101-0/+5
* Display the default inbox at startup, instead of an empty view.Ettore Perazzoli2000-05-091-0/+17
* Fix misplaced `g_free()' that resulted in garbage to be printed outEttore Perazzoli2000-05-091-0/+5
* Actually quit when the shell is destroyed.Ettore Perazzoli2000-05-091-0/+5
* Fix const warning.Ettore Perazzoli2000-05-081-0/+4
* xmlFree the return value of xmlGetProp.Larry Ewing2000-05-081-0/+5
* Fix incorrect casting.Ettore Perazzoli2000-05-071-0/+5
* Fix brainos so that the application quits after closing all theEttore Perazzoli2000-05-071-0/+6
* Machinery for quitting and handling the relationship between a shellEttore Perazzoli2000-05-071-0/+39
* Portability fix (use `readdir()', not `readdir_r()'). Also, be saferEttore Perazzoli2000-05-071-0/+9
* Fix non-OAF compilation.Ettore Perazzoli2000-05-071-0/+5
* Big shell reorganization.Ettore Perazzoli2000-05-071-0/+6
* turned the notebook border off. The calendar looks better without it. IfDamon Chaplin2000-05-051-0/+6
* Fixed EShortcutBar API: the icon callback function now gets a `constEttore Perazzoli2000-05-041-0/+7
* Removing more cruft.Ettore Perazzoli2000-05-031-0/+10
* Get rid of crufty `e-service' modules.Ettore Perazzoli2000-05-031-0/+8
* Set G_LOG_DOMAIN in following files.Matthew Loper2000-05-031-0/+4