Commit Graph

7066 Commits

Author SHA1 Message Date
33041e67fc split "highlighted" into self_highlight and child_highligh.
* e-folder.c (_EFolderPrivate): split "highlighted" into
	self_highlight and child_highligh.
	(e_folder_get_highlighted): Return TRUE if either self_highlight
	is true or any child is highlighted.
	(e_folder_set_child_highlight): New function to tell the folder
	about a child highlight change.

	* e-storage.c (folder_changed_cb): Update child highlights
	correctly on folders so that folders will be highlighted whenever
	their children are.

svn path=/trunk/; revision=8311
2001-02-21 01:42:12 +00:00
f0e49c7c18 Added some g_return_if_fails here.
2001-02-20  Christopher James Lahey  <clahey@ximian.com>

	* e-cell.c (e_cell_draw): Added some g_return_if_fails here.

svn path=/trunk/; revision=8310
2001-02-21 00:23:42 +00:00
a056c8466d Unref the factories if we failed to initialize anything. (setup_pcs): Call
2001-02-16  Federico Mena Quintero  <federico@ximian.com>

	* wombat.c (main): Unref the factories if we failed to initialize
	anything.
	(setup_pcs): Call cal_factory_oaf_register().  Removed the OAF
	registration code from here; now it is in the CalFactory itself.

svn path=/trunk/; revision=8309
2001-02-20 22:35:49 +00:00
dae9728b0d Added a `registered' field. (cal_factory_oaf_register): New function; now
2001-02-16  Federico Mena Quintero  <federico@ximian.com>

	* pcs/cal-factory.c (CalFactoryPrivate): Added a `registered'
	field.
	(cal_factory_oaf_register): New function; now the factory performs
	its own registration with OAF.
	(cal_factory_destroy): Unregister from OAF if appropriate.

svn path=/trunk/; revision=8308
2001-02-20 22:35:35 +00:00
f9a92db9a9 Moved the register_factory() code to here, since it was the only thing
2001-02-20  Federico Mena Quintero  <federico@ximian.com>

	* backend/pas/pas-book-factory.c (pas_book_factory_activate):
	Moved the register_factory() code to here, since it was the only
	thing being called anyways.
	(PasBookFactoryPrivate): Added a "registered" flag.
	(pas_book_factory_activate): Set the registered flag.
	(pas_book_factory_destroy): Deactivate the factory when we go away.

svn path=/trunk/; revision=8307
2001-02-20 22:35:19 +00:00
3be64e5b65 Pass NULL, not "/" for @top.
* mail-vtrash.c (get_trash_get): Pass NULL, not "/" for @top.

	* mail-callbacks.c (create_folders): Make this work with
	CamelStores where the separator character isn't /. folder_created
	and folder_deleted are still broken.

svn path=/trunk/; revision=8306
2001-02-20 22:32:59 +00:00
5421d39a47 If we are drawing a top-level tree node, without any children then dont
2001-02-02  Not Zed  <NotZed@Ximian.com>

        * e-cell-tree.c (ect_draw): If we are drawing a top-level tree
        node, without any children then dont offset it for the expansion
        image it doesn't need.

svn path=/trunk/; revision=8304
2001-02-20 16:13:32 +00:00
fe09540318 new function.
2001-02-20  Chris Toshok  <toshok@ximian.com>

	* backend/ebook/e-book.c (e_book_get_supported_fields): new function.

	* backend/ebook/e-book.h: add e-book interface to getting
	supported fields.

	* backend/ebook/test-client.c (auth_user_cb): shoe-horn in some
	spew about supported fields.

svn path=/trunk/; revision=8303
2001-02-20 14:14:37 +00:00
8c93a11eb8 add some more (mostly empty) api docs. (e_tree_model_node_changed): pass
2001-02-20  Chris Toshok  <toshok@ximian.com>

	* e-tree-model.c: add some more (mostly empty) api docs.
	(e_tree_model_node_changed): pass the node in the "node_changed"
	signal.
	(etree_destroy): e_tree_model_node_remove our root node here to
	free up the tree's storage.

svn path=/trunk/; revision=8302
2001-02-20 12:25:25 +00:00
56d92e7eaf Include the camel-vee-store.h header from the uninstalled copy.
2001-02-20  Not Zed  <NotZed@Ximian.com>

        * mail-vtrash.c: Include the camel-vee-store.h header from the
        uninstalled copy.

svn path=/trunk/; revision=8301
2001-02-20 03:52:03 +00:00
bc2cd00f42 Create vTrash folders for all remote stores as well.
2001-02-19  Jeffrey Stedfast  <fejj@ximian.com>

	* component-factory.c (mail_load_storages): Create vTrash folders
	for all remote stores as well.

svn path=/trunk/; revision=8300
2001-02-20 03:38:05 +00:00
aa63ffecba Check for gal 0.5.99.1.
2001-02-19  Christopher James Lahey  <clahey@ximian.com>

	* configure.in: Check for gal 0.5.99.1.

svn path=/trunk/; revision=8299
2001-02-20 03:29:31 +00:00
58eeaa0977 Changed the version number to 0.5.99.1.
2001-02-19  Christopher James Lahey  <clahey@ximian.com>

	* configure.in: Changed the version number to 0.5.99.1.

	* gal/Makefile.am (libgal_la_LIBADD): Change the directories for
	e-table-text-model.lo, e-text-event-processor.lo, and
	e-text-event-processor-emacs-like.lo.  Reordered the e-text
	directory to be after the e-table directory in build order.

	* gal/e-text/Makefile.am: Removed
	e-text-event-processor-emacs-like.c,
	e-text-event-processor-emacs-like.h,
	e-text-event-processor-types.h, e-text-event-processor.c, and
	e-text-event-processor.h.  Added e-table-text-model.c and
	e-table-text-model.h.

	* gal/e-text/e-table-text-model.c: Changed the signature of these
	mehtods to match the changed signature in ETextModel.

	* gal/e-text/e-text-event-processor-emacs-like.c,
	gal/e-text/e-text-event-processor-emacs-like.h,
	gal/e-text/e-text-event-processor-types.h,
	gal/e-text/e-text-event-processor.c,
	gal/e-text/e-text-event-processor.h: Moved these to gal/util/.

	* gal/e-text/e-text.c, gal/e-text/e-text.h: Changed the includes
	to match the moved files.

	* gal/util/Makefile.am: Added e-text-event-processor-emacs-like.c,
	e-text-event-processor-emacs-like.h,
	e-text-event-processor-types.h, e-text-event-processor.c, and
	e-text-event-processor.h.

	* gal/util/e-text-event-processor-emacs-like.h,
	gal/util/e-text-event-processor.h: Changed the includes to match
	the moved files.

2001-02-19  Christopher James Lahey  <clahey@ximian.com>

	* Makefile.am: Removed e-table-text-model.c and
	e-table-text-model.h.

	* e-table-text-model.c, e-table-text-model.h: Moved these to
	gal/e-text/.

	* e-cell-text.c: Changed the include line for
	e-text-event-processor.h and e-text-event-processor-emacs-like.h.

svn path=/trunk/; revision=8298
2001-02-20 03:25:48 +00:00
ac1b347939 Add the auto-update flag to the folder open flags.
2001-02-20  Not Zed  <NotZed@Ximian.com>

        * mail-vtrash.c (create_trash_vfolder): Add the auto-update flag
        to the folder open flags.

svn path=/trunk/; revision=8297
2001-02-20 03:15:10 +00:00
8c481ff34d Handle exceptions a little nicer and pop up a nice GnomeDialog with the
2001-02-19  Jeffrey Stedfast  <fejj@ximian.com>

	* e-msg-composer.c (build_message): Handle exceptions a little
	nicer and pop up a nice GnomeDialog with the error message - also,
	don't return a CamelMimeMessage if it fails to sign/decrypt
	because we want to let the user decide what to do based on the
	error message he/she gets.

svn path=/trunk/; revision=8296
2001-02-20 00:42:28 +00:00
72bc2233d2 Take the ^Header: part out of the expression, since we look that up
2001-02-20  Not Zed  <NotZed@Ximian.com>

        * camel-mime-utils.c (mail_list_magic): Take the ^Header: part out
        of the expression, since we look that up ourselves.
        (header_raw_check_mailing_list): When getting the match, get match
        1, not match 0, we dont want the full string match.

        * camel-folder-summary.c (CAMEL_FOLDER_SUMMARY_VERSION): Bumped
        for summary change.
        (message_info_new): Extract the mlist info from the headers.
        (message_info_load): Load mlist from summary.
        (message_info_save): Save mlist to summary.
        (message_info_free): Save the mlist entry.
        (camel_message_info_new_from_header): Extract mailing list header.
        (camel_message_info_dup_to): Copy the mlist entry.
        (camel_message_info_free): Free mlist.
        (message_info_dump): Dump the mlist.

        * camel-folder-summary.h: Add an mlist (mailing list) string to
        the summary.

svn path=/trunk/; revision=8295
2001-02-20 00:19:16 +00:00
269b6e0a43 Oops, forgotten bits from last commit
svn path=/trunk/; revision=8294
2001-02-20 00:18:09 +00:00
9d60fefc60 Revert my previous patch now that gnome-pim and evolution are fixed to
2001-02-19  JP Rosevear  <jpr@ximian.com>

	* gnome-pilot.m4: Revert my previous patch now that gnome-pim and
	evolution are fixed to accomodate the change

svn path=/trunk/; revision=8289
2001-02-19 23:52:20 +00:00
63f1ba7ab1 New handy dandy function to ref and return the vfolder storage (will
2001-02-19  Jeffrey Stedfast  <fejj@ximian.com>

	* mail-vfolder.c (mail_vfolder_get_vfolder_storage): New handy
	dandy function to ref and return the vfolder storage (will
	probably be disavowed once I figure out how to get the vTrash
	folder to show up in the EvolutionLocalStorage).

	* main.c (main): Call vtrash_cleanup().

	* mail-vtrash.c: New file.
	(vtrash_uri_to_folder): vtrash: URI handler
	(vtrash_create): Replacement async vtrash function for the old one
	in mail-ops.c
	(vtrash_cleanup): Cleanup code - unrefs the cached vtrash folders
	and free's the hashtable.

	* Makefile.am: Added mail-vtrash.[c,h].

	* mail-tools.c (mail_tool_uri_to_folder): If we have a vtrash:
	URI, call the vtrash URI handler function rather than continuing
	on. Yes, I know this is a hack and it needs to be fixed.

	* mail-ops.c (mail_do_setup_trash): Removed.
	(mail_trash_get): Removed.

	* component-factory.c (owner_set_cb): Create the vTrash folder for
	the LocalStore here.

	* mail-local.c (get_folder_info): Implement.

svn path=/trunk/; revision=8288
2001-02-19 23:38:53 +00:00
d0cb488f87 Remove PISOCK_LIBDIR
001-02-19  JP Rosevear  <jpr@ximian.com>

	* conduits/todo/Makefile.am: Remove PISOCK_LIBDIR

	* conduits/calendar/Makefile.am: ditto

2001-02-19  JP Rosevear  <jpr@ximian.com>

	* conduit/Makefile.am: Remove PISOCK_LIBDIR

svn path=/trunk/; revision=8287
2001-02-19 23:35:09 +00:00
f875d3086c Removed entry to nonexistant program.
svn path=/trunk/; revision=8286
2001-02-19 23:33:54 +00:00
e015fa2525 AC_SUBST the PISOCK_LIBDIR var
2001-02-19  JP Rosevear  <jpr@ximian.com>

	* gnome-pilot.m4: AC_SUBST the PISOCK_LIBDIR var

svn path=/trunk/; revision=8284
2001-02-19 23:27:29 +00:00
f8e1c2b920 Updated Slovenian translation
svn path=/trunk/; revision=8283
2001-02-19 22:55:43 +00:00
d369e177b1 When creating the entry, open up an ebook (corresponding to the local
2001-02-19  Jon Trowbridge  <trow@ximian.com>

        * gui/component/select-names/e-select-names-manager.c
        (e_select_names_manager_create_entry): When creating the entry,
        open up an ebook (corresponding to the local addressbook) and make
        the entry use an EAddressCompletion.
        (completion_handler): Added; this is the actual completion
        handler, which manipulates the entry when the user selects
        something from the drop-down.

        * gui/component/select-names/e-select-names-model.c: Various hacks
        by clahey to unbreak e_select_names_model_add_item,
        e_select_names_model_replace_item (which I added) and
        e_select_names_model_remove_item.

        * gui/component/select-names/e-select-names-text-model.c
        (e_select_names_text_model_obj_count,
        e_select_names_text_model_get_nth_obj): Make chunks of text that
        correspond to ECards in the ESelectNamesModel be embedded objects.
        (e_select_names_text_model_activate_obj): On activation, pop up a
        contact editor for the embedded object's card.
        (e_select_names_text_model_model_changed): Fixed to work with
        ETextModel API changes.
        (e_select_names_text_model_set_text): Make const correct.
        (e_select_names_text_model_insert): Make const correct.
        (e_select_names_text_model_insert_length): Make const correct.

	* backend/ebook/e-address-completion.h,
	backend/ebook/e-address-completion.c: Added.  EAddressCompletion
	is a derived class of ECompletion that does asynchronous address
	lookups for completions.

svn path=/trunk/; revision=8282
2001-02-19 22:49:18 +00:00
54105acd4e Forgot to add. Doh!
svn path=/trunk/; revision=8281
2001-02-19 22:48:03 +00:00
0e3e3e9914 Added. Allows you to attach an ECompletion to an EEntry, and have that
2001-02-19  Jon Trowbridge  <trow@ximian.com>

        * gal/e-text/e-entry.c (e_entry_enable_completion_full): Added.
        Allows you to attach an ECompletion to an EEntry, and have that
        ECompletion be used for (obviously enough) completions.

        * gal/e-text/e-completion-view.h, gal/e-text/e-completion-view.c:
        Added.  ECompletionView is a widget for displaying the results of
        a completion request in a format that is appropriate for a
        drop-down window.

        * gal/e-text/e-completion.h, gal/e-text/e-completion.c: Added.
        ECompletion is a "pure virtual base class" for completion-type
        operations.  It is implemented so that completions can be either
        synchronous or asynchronous.

        * gal/e-text/e-text.c: Lots of changes to accomodate the
        ETextModel changes.  First of all, we render embedded text objects
        as being underlined.  We also cause the model to emit the
        appropriate object activation signal when an embedded object is
        double-clicked.  Also, all of the code that moves the cursor in
        response to user input has been removed.  Instead, the EText now
        listens for "reposition" events from the underlying model, and
        bases all cursor motions on those.
        (get_bounds_item_relative): Fixed bug in the handling of
        differently-anchored text.  Being differently-anchored is not a
        crime or a perversion --- it is an alternative lifestyle that we
        have to respect.

        * gal/e-text/e-text-model-uri.h, gal/e-text/e-text-model-uri.c: A
        sample ETextModel that converts URIs into embedded objects that
        get opened in the browser when you double-click them.

        * gal/e-text/e-text-model-repos.h,
        gal/e-text/e-text-model-repos.c: Added.  A group of simple
        structures & functions for handling various cursor movement rules.
        These are the sorts of things that are passed as arguments to
        ETextModel "reposition" event handlers.

        * gal/e-text/e-text-model.h, gal/e-text/e-text-model.c: Privitized
        the ETextModel struct and "methodized" all of the operations, so
        that derived classes can do arbitrarily respond to get/set
        requests in arbitrarily strange ways.  Also added the concept of
        declaring regions of the text as "embedded text objects".
        Finally, caused operations that change the text to emit a
        "reposition" signal that passes information that can be used by a
        view (like an EText) to move the cursor or selection in an
        intelligent way in response to those changes.  This means that you
        can now open two ETexts that look at the same ETextModel, and have
        the cursor in one do the right thing when you edit the other.  (As
	opposed to producing a lot of potential segfaults, as it was
	before.)

svn path=/trunk/; revision=8280
2001-02-19 22:47:23 +00:00
d6a9790072 Unref the driver here, in the subthread, so we dont block the gui while it
2001-02-20  Not Zed  <NotZed@Ximian.com>

        * mail-ops.c (fetch_mail_fetch): Unref the driver here, in the
        subthread, so we dont block the gui while it sync's all the
        folders.
        (fetch_mail_fetched): Rewmoved above code from here.

svn path=/trunk/; revision=8278
2001-02-19 21:41:51 +00:00
778498a42d Dont do the thaw/freeze set here. (update_folders): "
2001-02-16  Not Zed  <NotZed@Ximian.com>

        * mail-send-recv.c (receive_status): Dont do the thaw/freeze set here.
        (update_folders): "

        * mail-vfolder.c (vfolder_refresh): Setup the virtual
        'unmatched' folder by default.
        (vfolder_uri_to_folder): HAndle UNMATCHED folder specially, it has
        no explicit sources.

svn path=/trunk/; revision=8277
2001-02-19 21:00:10 +00:00
10fba20de9 Added flags argument. (message_changed): Add support for the auto-update
2001-02-19  Not Zed  <NotZed@Ximian.com>

        * providers/vee/camel-vee-folder.c (camel_vee_folder_new): Added
        flags argument.
        (message_changed): Add support for the auto-update flag, in which
        case we auto-match the content as it changes.
        (camel_vee_folder_init): Remoive "DYNAMIC" optionality
        (camel_vee_folder_finalise): "
        (vee_expunge): As we expunge folders, re-sync their content by
        rerunning the query.

        * providers/vee/camel-vee-store.c (vee_get_folder): Pass flags to
        folder new.

2001-02-18  Not Zed  <NotZed@Ximian.com>

        * providers/vee/Makefile.am (noinst_HEADERS): Added
        camel-vee-private.h.

        * providers/vee/camel-vee-private.h: New file to add locking stuff
        for vee folders.

        * providers/vee/camel-vee-folder.c (camel_vee_folder_new): Add
        locking around unmatched setup.
        (camel_vee_folder_init): Setup lock.
        (camel_vee_folder_finalise): Free locks.
        (folder_changed): Add locking.
        (unmatched_finalise): "
        (message_changed): "
        (vee_folder_build): "

2001-02-17  Not Zed  <NotZed@Ximian.com>

        * providers/vee/camel-vee-folder.c (vee_folder_add): Check uid
        doesn't exist before adding it.

2001-02-16  Not Zed  <NotZed@Ximian.com>

        * providers/vee/camel-vee-folder.c (camel_vee_folder_new): Create
        a new virtual virtual folder UNMATCHED, to store all messages that
        dont match other vfolders.
        (unmatched_folder_changed): When a vfolder issues a changed event,
        use its info to update the unmatched folder info.
        (unmatched_finalise): When a vfolder is finalised, remove any uids
        it has as if we had a removed event for it.

svn path=/trunk/; revision=8276
2001-02-19 20:59:54 +00:00
55f2ad5924 Updated Slovak translation
svn path=/trunk/; revision=8275
2001-02-19 12:34:56 +00:00
8576093bff Don't display the sed command to generate gpilotConf.sh
* Makefile.am:
	Don't display the sed command to generate gpilotConf.sh

	* capplet/Makefile.am:
	* conduits/backup/Makefile.am:
	* conduits/email/Makefile.am:
	* conduits/expense/Makefile.am:
	* conduits/file/Makefile.am:
	* conduits/memo/Makefile.am:
	* conduits/memo_file/Makefile.am:
	* conduits/test/Makefile.am:
	* gpilot-fileman/Makefile.am:
	* gpilotd/Makefile.am:
	* libgpilotdCM/Makefile.am:
	* utils/Makefile.am:
	Did a cleanup of the makefiles wrt LIBADD stuff (PISOCK_LIBS now
	contains the PISOCK_LIBDIR as well).

	* configure.in:
	Use $GNOME_CONFIG
	Shortened --enable-usb-visor to --enable-usb.
	Nicifyed the config configuration output

	* gpilotd/gnome-pilot-client.gob:
	Added a missing #ifdef around some VFS code

	* gpilotd/gpilot-structures.h:
	* gpilotd/gpilot-structures.c: (gpilot_context_new),
	(gpilot_context_init_user), (gpilot_context_free),
	(gpilot_device_new), (gpilot_serial_device_init),
	(gpilot_serial_device_free), (gpilot_usb_device_init),
	(gpilot_usb_device_free), (gpilot_irda_device_init),
	(gpilot_irda_device_free), (gpilot_device_init),
	(gpilot_device_load), (gpilot_device_free), (get_devices),
	(get_pilots):
	Code indent.
	Cleaned up the device destroy/init stuff.

	* gpilotd/gpilotd.c: (device_in), (wait_for_sync_and_sync),
	(dump_build_info):
	USB device destroy now closes the IO channels.
	Output build options on start (usb, irda, vfs etc).

	* gpilotd/orbit_daemon_glue.c: (pause_device):
	Added check in pause_device to see if it has io channels.

	* macros/gnome-pilot.m4:
	Collapsed PISOCK_LIBS and PISOCK_LIBDIRS, removed PILOT_* and
	renames PISOCK_INCLUDEDIR to PISOCK_CFLAGS (to be more conformant
	to the normal trend).
	Sprinkled in some magic to give the full pilot-link version - just
	hope it wont break when the -preX part goes away.

svn path=/trunk/; revision=8273
2001-02-19 10:04:00 +00:00
cf479fb7dc Fix it so that numbers containing inner zeros will be formatted correctly.
2001-02-18  Rusty Conover  <rconover@zootweb.com>

	* gal/util/e-util.c (e_format_number): Fix it so that numbers
	containing inner zeros will be formatted correctly.  For instance
	the number 5005 when formatted was coming out as 5,5.  It now
	comes out at 5,005.

svn path=/trunk/; revision=8272
2001-02-18 23:31:27 +00:00
3d8953cbd9 Updated Slovenian translation
svn path=/trunk/; revision=8271
2001-02-18 19:43:28 +00:00
e6d81792c4 add sequence<string> typedef, and add getSupportedFields method.
2001-02-17  Chris Toshok  <toshok@ximian.com>

	* backend/idl/addressbook.idl: add sequence<string> typedef, and
	add getSupportedFields method.

	* backend/pas/pas-book.c
	(impl_GNOME_Evolution_Addressbook_Book_getSupportedFields): new
	function.

	* backend/pas/pas-backend.c (pas_backend_class_init): init
	get_supported_fields = NULL.
	(pas_backend_get_supported_fields): new function.

	* backend/pas/pas-backend.h: add prototype for
	pas_backend_get_supported_fields.

	* backend/pas/pas-backend-file.c
	(pas_backend_file_get_supported_fields): new function.
	(pas_backend_file_class_init): fill in get_supported_fields.

	* backend/pas/pas-backend-ldap.c
	(pas_backend_ldap_get_supported_fields): new function.
	(pas_backend_ldap_class_init): fill in get_supported_fields.

svn path=/trunk/; revision=8270
2001-02-18 03:24:33 +00:00
ec5d0a0fab Cast this fucntion pointer.
2001-02-17  Christopher James Lahey  <clahey@ximian.com>

	* e-shell-view-menu.c (file_verbs): Cast this fucntion pointer.

	* e-storage-set-view.c (ETABLE_SPEC): Turn on horizontal scrolling
	here.

	* evolution-shell-component.c
	(impl_ShellComponent_async_copy_folder): Commented out this unused
	function.

	* evolution-storage.c (storage_gtk_to_corba_result): Removed an
	unused variable here.

	* importer/importer.c: Include gal/widets/e-gui-utils.h.

svn path=/trunk/; revision=8269
2001-02-17 11:06:39 +00:00
08f5c5e324 Removed setting of invalid "horizontal_scrolling" argument.
2001-02-17  Christopher James Lahey  <clahey@ximian.com>

	* e-table.c (et_real_construct): Removed setting of invalid
	"horizontal_scrolling" argument.

	* e-table-column-model.h: Removed this as it is not used.

svn path=/trunk/; revision=8268
2001-02-17 08:56:14 +00:00
238d4b2091 From a patch submitted by Murray Cumming <Murray.Cumming@mybau.com>
2001-02-17  Christopher James Lahey  <clahey@ximian.com>

	From a patch submitted by Murray Cumming <Murray.Cumming@mybau.com>

	* gal/util/e-util.h, gal/util/e-xml-utils.h,
	gal/widgets/e-canvas-utils.h, gal/widgets/e-colors.h,
	gal/widgets/e-cursors.h, gal/widgets/e-gui-utils.h,
	gal/widgets/e-popup-menu.h, gal/widgets/e-printable.h,
	gal/widgets/gtk-combo-stack.h: Added GNOME_DECLS.

svn path=/trunk/; revision=8267
2001-02-17 08:40:12 +00:00
044ffd870e From a patch submitted by Murray Cumming <Murray.Cumming@mybau.com>
2001-02-17  Christopher James Lahey  <clahey@ximian.com>

	From a patch submitted by Murray Cumming <Murray.Cumming@mybau.com>

	* gal-define-views-model.h, gal-view-collection.h,
	gal-view-etable.h, gal-view-factory-etable.h, gal-view-factory.h,
	gal-view.h: Added GNOME_DECLS.

svn path=/trunk/; revision=8266
2001-02-17 08:38:17 +00:00
5480b1b7bd From a patch submitted by Murray Cumming <Murray.Cumming@mybau.com>
2001-02-17  Christopher James Lahey  <clahey@ximian.com>

	From a patch submitted by Murray Cumming <Murray.Cumming@mybau.com>

	* e-cell-checkbox.h, e-cell-date.h, e-cell-number.h,
	e-cell-size.h, e-cell-text.h, e-cell-toggle.h, e-cell-tree.h,
	e-cell.h, e-table-click-to-add.h, e-table-col-dnd.h,
	e-table-col.h, e-table-column-specification.h,
	e-table-config-field.h, e-table-config.h, e-table-defines.h,
	e-table-extras.h, e-table-field-chooser-item.h,
	e-table-group-container.h, e-table-group-leaf.h, e-table-group.h,
	e-table-header-item.h, e-table-header-utils.h, e-table-header.h,
	e-table-item.h, e-table-model.h, e-table-one.h,
	e-table-selection-model.h, e-table-simple.h, e-table-sort-info.h,
	e-table-sorted-variable.h, e-table-sorted.h, e-table-sorter.h,
	e-table-specification.h, e-table-state.h,
	e-table-subset-variable.h, e-table-subset.h, e-table-tooltip.h,
	e-table-tree.h, e-tree-model.h, e-tree-simple.h,
	e-tree-sorted-variable.h: Added GNOME_DECLS.

svn path=/trunk/; revision=8265
2001-02-17 08:36:01 +00:00
e76ecc31c5 Change the calculation of the maximum with of tree cell, from O(n^2) to
2001-02-17  Rusty Conover  <rconover@zootweb.com>

	* e-cell-tree.c (ect_max_width): Change the calculation of the
	maximum with of tree cell, from O(n^2) to O(n), we don't need to
	continually recalculate the maximum width of the subcells when
	calculating the width of every row.

svn path=/trunk/; revision=8264
2001-02-17 07:29:22 +00:00
249be89c95 Put gnome-print-check.m4 to diet
svn path=/trunk/; revision=8263
2001-02-17 05:10:50 +00:00
fa6e5a7b97 Not sure it makes any difference, but lets ref the folder while the hash
2001-02-16  Jeffrey Stedfast  <fejj@ximian.com>

	* mail-send-recv.c (receive_get_folder): Not sure it makes any
	difference, but lets ref the folder while the hash table is locked
	rather than after we unlock it.

svn path=/trunk/; revision=8260
2001-02-17 01:30:55 +00:00
c5386f52ca Thaw the defaultfolder. (camel_filter_driver_set_default_folder): Thaw the
2001-02-16  Jeffrey Stedfast  <fejj@ximian.com>

	* camel-filter-driver.c (camel_filter_driver_finalise): Thaw the
	defaultfolder.
	(camel_filter_driver_set_default_folder): Thaw the defaultfolder
	we're about to replace, and freeze the new defaultfolder.

svn path=/trunk/; revision=8259
2001-02-17 01:28:43 +00:00
d4601adaaa Updated Japanese translation.
2001-02-16  Akira TAGOH  <tagoh@gnome.gr.jp>

	* ja.po: Updated Japanese translation.

svn path=/trunk/; revision=8257
2001-02-17 00:52:21 +00:00
655140b462 Reverse the changes I made yesterday.
2001-02-16  Jeffrey Stedfast  <fejj@ximian.com>

	* main.c:
	* component-factory.c: Reverse the changes I made yesterday.

svn path=/trunk/; revision=8256
2001-02-16 21:47:02 +00:00
ba86035ebe Updated Slovenian translation
svn path=/trunk/; revision=8255
2001-02-16 21:41:40 +00:00
e7eaef416a close DB environment. Some compilation warnings removed
2001-02-16  Rodrigo Moya <rodrigo@ximian.com>

	* pcs/calbackend-db.c (cal_backend_db_destroy): close DB environment.
	Some compilation warnings removed

svn path=/trunk/; revision=8254
2001-02-16 17:05:28 +00:00
4bb5f791c7 Updated German translation
svn path=/trunk/; revision=8253
2001-02-16 17:02:08 +00:00
0a0917fab6 Updated Slovak translation
svn path=/trunk/; revision=8252
2001-02-16 11:07:41 +00:00
a5ce290f98 Validated. Verified. Markup fixed in several individual files.
2001-02-15  Aaron Weber  <aaron@helixcode.com>

	* C/evolution-guide.sgml: Validated. Verified. Markup fixed in
	several individual files.

	* C/apx-gpl.sgml: cvs-removed for GNOME 1.4 compliance.

	* C/apx-fdl.sgml: cvs-removed for GNOME 1.4 compliance.

svn path=/trunk/; revision=8251
2001-02-16 05:13:24 +00:00