Commit Graph

3025 Commits

Author SHA1 Message Date
f5fa17c2d0 changed Cc to CC to be the same as the other CC rule
svn path=/trunk/; revision=3819
2000-06-30 00:41:33 +00:00
66de89050f Minor fixes.
* C/preface.sgml: Minor fixes.

	* C/usage-notes.sgml: New File for feature that is yet to come.
	* C/evolution-guide.sgml: Added entity for notes chapter.
	* C/usage-mainwindow.sgml: Un-commented references to notes section.

	* C/apx-authors.sgml: Removed dcm from author list.

	* C/usage-calendar.sgml: Added to-do list features.

svn path=/trunk/; revision=3818
2000-06-29 23:06:11 +00:00
72c913ff20 Add simple deadkey support.
2000-06-29  Jody Goldberg <jgoldberg@home.com>

	* e-canvas.c (e_canvas_init) : Init the InputContext members
	(e_canvas_class_init) : Add a handler for unrealize.
	(e_canvas_focus_in) : enable the input context.
	(e_canvas_focus_out) : enable the input context.
	(e_canvas_realize) : Create an input context.
	(e_canvas_unrealize) : New function to release the input context.

svn path=/trunk/; revision=3817
2000-06-29 22:56:51 +00:00
9815b1b69b Translations from Keld
dia/po/da.po evolution/po/da.po gernel/po/da.po
nautilus/po/da.po pan/po/da.po

svn path=/trunk/; revision=3816
2000-06-29 22:56:30 +00:00
017100909e Do not link and include the pilot stuff for the calendar component, just
2000-06-29  Federico Mena Quintero  <federico@helixcode.com>

	* gui/Makefile.am: Do not link and include the pilot stuff for the
	calendar component, just for the Pilot conduit.  Commented out the
	Pilot part so that Evolution can build.  Sigh, we'll have to
	modify gnome-pilot to use OAF.

svn path=/trunk/; revision=3815
2000-06-29 22:35:16 +00:00
a2a6d4d922 Changed "Exit" to "Close" in the File menu. This is a little more
2000-06-29  Jeffrey Stedfast  <fejj@helixcode.com>

	* e-msg-composer.c: Changed "Exit" to "Close" in the File menu.
	This is a little more intuitive as it does not suggest exiting
	the application, just says "close this window"

svn path=/trunk/; revision=3814
2000-06-29 22:34:21 +00:00
f39e17a1c7 oops, corrected the gtk/gnome casts
svn path=/trunk/; revision=3813
2000-06-29 22:05:59 +00:00
57ecb76f62 added a Cc rule to vfolders
svn path=/trunk/; revision=3812
2000-06-29 22:03:51 +00:00
fa91d3e6a7 Clean up compile warnings (real_fetch_mail): Fetching from IMAP should do
2000-06-29  Jeffrey Stedfast  <fejj@helixcode.com>

	* mail-ops.c (delete_msg): Clean up compile warnings
	(real_fetch_mail): Fetching from IMAP should do nothing

svn path=/trunk/; revision=3811
2000-06-29 22:02:10 +00:00
06b295079c Translations from Keld
evolution/po/da.po gedit/po/da.po gimp/po-libgimp/da.po
gnome-vfs/po/da.po gnomeicu/po/da.po guppi3/po/da.po

svn path=/trunk/; revision=3810
2000-06-29 21:42:10 +00:00
5ca5da26b5 Handle multiple deletes (change by Peter Williams.)
2000-06-29  Christopher James Lahey  <clahey@helixcode.com>

	* mail-ops.c: Handle multiple deletes (change by Peter Williams.)

svn path=/trunk/; revision=3809
2000-06-29 21:31:44 +00:00
c216b49da2 Yeah, I'm a little bit compulsize
svn path=/trunk/; revision=3808
2000-06-29 21:30:48 +00:00
f8498f1b3a Changed "Send" to "Compose" to avoid user confusion. Compose is a little
2000-06-29  Jeffrey Stedfast  <fejj@helixcode.com>

	* folder-browser-factory.c: Changed "Send" to "Compose" to
	avoid user confusion. Compose is a little more intuitive.
	Also changed the pixmap to MAIL_NEW instead of MAIL_SND

svn path=/trunk/; revision=3807
2000-06-29 21:14:45 +00:00
d2bd0132f7 Changed "Send" to "Compose" to avoid user confusion. Compose is a little
2000-06-29  Jeffrey Stedfast  <fejj@helixcode.com>

	* folder-browser-factory.c: Changed "Send" to "Compose" to
	avoid user confusion. Compose is a little more intuitive.

	* mail-ops.c (compose_msg): Renamed to avoid confusion

svn path=/trunk/; revision=3805
2000-06-29 21:06:28 +00:00
01166c4fa2 remove some code incorrectly copied and pasted from create_vfolder_storage
* component-factory.c (create_imap_storage, create_news_storage):
	remove some code incorrectly copied and pasted from
	create_vfolder_storage which caused vfolder creation to stop
	working.

svn path=/trunk/; revision=3804
2000-06-29 20:31:40 +00:00
3649d5dc6d From mail:
2000-06-29  Christopher James Lahey  <clahey@helixcode.com>

	* message-list.c, mail-ops.c: Changed the name of
	e_table_select_row to e_table_set_cursor_row.

From widgets/e-table:

2000-06-29  Christopher James Lahey  <clahey@helixcode.com>

	* e-table-click-to-add.c: Made this appear a bit better.

	* e-table-defines.h: Cleaned this up a bit, added
	ETableForeachFunc.

	* e-table-group-container.c, e-table-group-leaf.c,
	e-table-group.c, e-table-group.h, e-table-item.c, e-table-item.h,
	e-table.c, e-table.h: Changed e_table_select_row to
	e_table_set_cursor_row.  Changed e_table_get_selected_view_row to
	e_table_get_cursor_row.  Added e_table_selected_row_foreach.

	* e-table-header-item.c: Fixed some warnings.

	* e-table-sorted-variable.c: Removed some unneeded debugging print
	statments.

	* e-tree-example-1.c: Changed e_table_get_selected_view_row to
	e_table_get_cursor_row.

svn path=/trunk/; revision=3799
2000-06-29 19:22:24 +00:00
f0bcf06559 imap_expunge should now give more meaningful errors
svn path=/trunk/; revision=3798
2000-06-29 18:51:03 +00:00
cb53a66028 Update warning message to not say "CRASHING", since it won't if you have
* evolution-shell-component-client.c
	(evolution_shell_component_client_new): Update warning message to
	not say "CRASHING", since it won't if you have current bonobo.

svn path=/trunk/; revision=3795
2000-06-29 17:04:01 +00:00
eb200d7ae0 Typo fix
svn path=/trunk/; revision=3794
2000-06-29 16:36:43 +00:00
8ba0e76ccb Make the pilot stuff in calendar/gui optional.
svn path=/trunk/; revision=3793
2000-06-29 15:59:20 +00:00
d2875d9e05 Fixes brought to us by Purify
svn path=/trunk/; revision=3792
2000-06-29 15:31:01 +00:00
6896f2152a Updated Ukrainian translation
svn path=/trunk/; revision=3791
2000-06-29 15:00:55 +00:00
331bcb271d Updated russian translation.
svn path=/trunk/; revision=3790
2000-06-29 14:26:38 +00:00
70c974e7d9 server code to service these:
* pcs/cal.c (Cal_get_uid_by_pilot_id):
	(Cal_update_pilot_id):
	* pcs/cal-backend-imc.c (cal_backend_imc_update_pilot_id):
	(cal_backend_imc_get_uid_by_pilot_id):
	* pcs/cal-backend.c (cal_backend_get_uid_by_pilot_id):
	(cal_backend_update_pilot_id):  server code to service these:

	* gui/calendar-pilot-sync.c: updated to make use of cal-client.
	also uses dirty bits on both sides to aid in syncing.

	* cal-client/cal-client.c (cal_client_get_uid_by_pilot_id): new
	function -- ask the cal server to return uid given an object's
	pilot id.
	(cal_client_update_pilot_id): new function -- inform the
	cal server of an objects pilot id and pilot dirty-flag.

svn path=/trunk/; revision=3789
2000-06-29 13:23:44 +00:00
fe1bb9d0b6 Don't make EShellViews ::ref the EShell.
svn path=/trunk/; revision=3788
2000-06-29 08:45:11 +00:00
3bedc38a94 Implement saving of configuration information. Now when you run
Evolution it will display the same folder as the last time, and will
hide/show the shortcut/folder bars as the last time.

This uses GConf so I also put a GConf check into configure.in.

svn path=/trunk/; revision=3787
2000-06-29 07:37:55 +00:00
31e562c685 New files for the new iCalendar component object. Today's properties:
2000-06-28  Federico Mena Quintero  <federico@helixcode.com>

	* cal-util/cal-component.[ch]: New files for the new iCalendar
	component object.  Today's properties: basic component type, UID,
	SUMMARY.

	* cal-util/Makefile.am: Added cal-component.[ch] to the list of
	sources.

svn path=/trunk/; revision=3786
2000-06-29 07:16:19 +00:00
428931dcca New select names manager interface (Not complete.)
2000-06-28  Christopher James Lahey  <clahey@helixcode.com>

	* gui/component/select-names/,
	gui/component/select-names/e-select-names-manager.c,
	gui/component/select-names/e-select-names-manager.h: New select
	names manager interface (Not complete.)

svn path=/trunk/; revision=3785
2000-06-29 03:23:51 +00:00
70646faa9f add default subjects
* mail-format.c (mail_generate_forward): add default subjects

svn path=/trunk/; revision=3784
2000-06-29 03:18:39 +00:00
f8a8fc9e73 Changed to keep prompting user for a valid password until it either
2000-06-28  Jeffrey Stedfast  <fejj@helixcode.com>

	* providers/imap/camel-imap-store.c (imap_connect): Changed to
	keep prompting user for a valid password until it either
	authenticates or until Canceled by the user.
	(camel_imap_command_extended): Improved speed (replaced the
	g_strjoinv call with a faster implementation)

	* providers/pop3/camel-pop3-store.c
	(camel_pop3_command_get_additional_data): Fixed.
	(pop3_connect): Changed to keep prompting the user for a
	password until it either works or until Canceled by the user.

svn path=/trunk/; revision=3783
2000-06-29 03:07:39 +00:00
63485301d5 commented out future features; redid contact editor stuff.
* C/usage-contact.sgml: commented out future features; redid
	contact editor stuff.

	* C/apx-gloss.sgml: Removed "live doc" and added "minicard"

svn path=/trunk/; revision=3782
2000-06-29 00:13:03 +00:00
7fe829bb52 Refuse to create folders not of type "mail", and correctly create an empty
* component-factory.c (create_folder): Refuse to create folders
	not of type "mail", and correctly create an empty "mbox" folder
	for new folders in /local.

svn path=/trunk/; revision=3781
2000-06-28 23:12:50 +00:00
66c6a7abb4 make this compile.
svn path=/trunk/; revision=3780
2000-06-28 21:31:04 +00:00
4d1f7683d0 Add debugging messages
svn path=/trunk/; revision=3779
2000-06-28 20:40:31 +00:00
94f71e47c2 add ")" to the set of characters to back up over at the end of a potential
* e-html-utils.c (url_extract): add ")" to the set of characters
	to back up over at the end of a potential URL.

svn path=/trunk/; revision=3778
2000-06-28 20:37:21 +00:00
7a35ab4d84 Changed "Filter name" to "Option value" as "Filter name" made no sense in
2000-06-28  Jeffrey Stedfast  <fejj@helixcode.com>

	* filter-arg-types.c (arg_string_edit_value): Changed "Filter name"
	to "Option value" as "Filter name" made no sense in the dialog
	(arg_address_edit_value): Same
	(arg_folder_edit_value): What do we want to return??

svn path=/trunk/; revision=3777
2000-06-28 18:43:12 +00:00
b3fd58b848 Call od_assert_using_oaf() or od_assert_using_goad() as appropriate to
* main.c (init_corba): Call od_assert_using_oaf() or
	od_assert_using_goad() as appropriate to make sure people didn't
	someone trick the build system.

svn path=/trunk/; revision=3776
2000-06-28 18:30:06 +00:00
66814218ac Updated russian translation.
svn path=/trunk/; revision=3775
2000-06-28 17:05:14 +00:00
161fabb355 General cleanup (camel_mbox_summary_sync): Fixed a memory leak and added
2000-06-28  Jeffrey Stedfast  <fejj@helixcode.com>

	* providers/mbox/camel-mbox-summary.c: General cleanup
	(camel_mbox_summary_sync): Fixed a memory leak and added
	CamelException handling.

	* providers/mbox/camel-mbox-store.c (delete_folder): Fixed a
	memory leak

	* providers/mbox/camel-mbox-folder.c (mbox_append_message):
	Default 'off_t seek' to -1 so as to make sure it's initialized
	before it's used in the case of a bad stat() call.
	(mbox_sync): Updated
	(mbox_expunge): Updated

svn path=/trunk/; revision=3774
2000-06-28 16:55:55 +00:00
97bf430fbb Fix Makefile.am for dependencies on removed devel docs
svn path=/trunk/; revision=3773
2000-06-28 15:24:55 +00:00
09f78111f5 message-list.c: added prototype for filter_date()
svn path=/trunk/; revision=3772
2000-06-28 15:02:30 +00:00
8e1bd54222 Just fix some empty space and add the name of the file at the top of
it.

svn path=/trunk/; revision=3771
2000-06-28 05:16:30 +00:00
fddb695e34 Change EvolutionShellComponent so that it does ::ref the shell.
svn path=/trunk/; revision=3770
2000-06-28 03:47:40 +00:00
18f1b73bcb Removed file. Same. Same. Removed references to devel section. Removed
2000-06-27  Aaron Weber  <aaron@helixcode.com>

	* C/devel-action.sgml: Removed file.
	* C/devel-script.sgml: Same.
	* C/devel-component.sgml: Same.
	* C/preface.sgml: Removed references to devel section.
	* C/evolution-guide.sgml: Removed references to devel section.

svn path=/trunk/; revision=3769
2000-06-28 00:06:55 +00:00
73f9659b91 Added a load of missing files. Updated Norwegian translation.
2000-06-28  Kjartan Maraas  <kmaraas@gnome.org>

	* POTFILES.in: Added a load of missing files.
	* no.po: Updated Norwegian translation.

svn path=/trunk/; revision=3768
2000-06-27 22:47:51 +00:00
8b6fb870d7 Move the CAPABILITY command here so we don't have to keep checking each
2000-06-27  Jeffrey Stedfast  <fejj@helixcode.com>

	* providers/imap/camel-imap-store.c (imap_connect): Move the
	CAPABILITY command here so we don't have to keep checking
	each time we open a folder.
	(camel_imap_command_extended): If we are doing an EXAMINE,
	don't bother doing a SELECT first.

	* providers/imap/camel-imap-folder.c (imap_init): Update so
	folder->has_search_capability depends on the parent IMAP store
	(since this is really dependant on the IMAP implementation and
	not the folder)

svn path=/trunk/; revision=3767
2000-06-27 22:44:19 +00:00
f704f45bbf Added an unsort command.
2000-06-27  Christopher James Lahey  <clahey@helixcode.com>

	* e-table-header-item.c: Added an unsort command.

	* e-table-item.c: leave_edit when you loose the cursor.

svn path=/trunk/; revision=3766
2000-06-27 20:54:14 +00:00
b06797413e Made dates display grouping information properly.
2000-06-27  Christopher James Lahey  <clahey@helixcode.com>

	* message-list.c: Made dates display grouping information
	properly.

svn path=/trunk/; revision=3765
2000-06-27 20:52:33 +00:00
37a9065a63 Little teeny fixes
svn path=/trunk/; revision=3764
2000-06-27 19:07:06 +00:00
8a22b04d88 Don't close the filter stream when done with it (this causes the source
2000-06-27  Christopher James Lahey  <clahey@helixcode.com>

	* providers/smtp/camel-smtp-transport.c: Don't close the filter
	stream when done with it (this causes the source stream to close);
	Instead, just flush it when done.

svn path=/trunk/; revision=3763
2000-06-27 18:47:46 +00:00