Commit Graph

12849 Commits

Author SHA1 Message Date
7ac457c031 s/PREVIEW_RELEASE/VERSION_COMMENT
2001-12-06  Jeffrey Stedfast  <fejj@ximian.com>

	* mail-ops.c (mail_send_message): s/PREVIEW_RELEASE/VERSION_COMMENT

svn path=/trunk/; revision=14924
2001-12-07 03:14:30 +00:00
cdf035a464 s/PREVIEW_VERSION/VERSION_COMMENT
2001-12-06  Jeffrey Stedfast  <fejj@ximian.com>

	* configure.in: s/PREVIEW_VERSION/VERSION_COMMENT

svn path=/trunk/; revision=14923
2001-12-07 03:13:31 +00:00
a86bcdd036 Explicitly destroy the EMeetingModel. This is a hack to work around
2001-12-06  Jon Trowbridge  <trow@ximian.com>

        * gui/dialogs/event-editor.c (event_editor_destroy): Explicitly
        destroy the EMeetingModel.  This is a hack to work around problems
        with the reference counting; we are still leaking the
        EMeetingModels.

        * gui/e-meeting-time-sel.c (e_meeting_time_selector_construct):
        Ref our EMeetingModel.
        (e_meeting_time_selector_destroy): Unref the model.

        * gui/e-meeting-model.c (destroy): Properly destroy
        corba_select_names with a call to bonobo_object_release_unref.
        (Fixes 14002)

svn path=/trunk/; revision=14919
2001-12-07 00:17:04 +00:00
92b2a3c90a Added. Executes the given file and returns its output as a string.
2001-12-06  Jon Trowbridge  <trow@ximian.com>

	* e-msg-composer.c (executed_file_output): Added.  Executes the
	given file and returns its output as a string.
	(get_file_content): Stats the file to see if it is executable.
	If it is, execute it and return the string.  If not, just read
	the file and return the contents.

svn path=/trunk/; revision=14917
2001-12-06 23:13:56 +00:00
159dc73e63 ack, forgot about this piece of the patch
svn path=/trunk/; revision=14916
2001-12-06 22:02:21 +00:00
53304a8b76 Add a AC_DEFINE for PREVIEW_RELEASE which is a string that will be
2001-12-04  Jeffrey Stedfast  <fejj@ximian.com>

	* configure.in: Add a AC_DEFINE for PREVIEW_RELEASE which is a
	string that will be appended to the X-Mailer header.

svn path=/trunk/; revision=14914
2001-12-06 21:53:56 +00:00
9b46a3eda4 Don't append "(Preview Version)" at the end of the version string. Use the
2001-12-03  Jeffrey Stedfast  <fejj@ximian.com>

	* mail-ops.c (mail_send_message): Don't append "(Preview Version)"
	at the end of the version string. Use the PREVIEW_RELEASE #define
	instead.

svn path=/trunk/; revision=14913
2001-12-06 21:51:58 +00:00
a1725df2bb Merging changes:
2001-12-04  Christopher James Lahey  <clahey@ximian.com>

	* e-tree-selection-model.c (e_tree_selection_model_change_cursor):
	Unset selection->old_selection here.

svn path=/trunk/; revision=14912
2001-12-06 20:21:51 +00:00
1c0e0acdad move search_for_dn's contents here, and add an "existing_objectclasses"
2001-12-05  Chris Toshok  <toshok@ximian.com>

	* backend/pas/pas-backend-ldap.c
	(search_for_dn_with_objectclasses): move search_for_dn's contents
	here, and add an "existing_objectclasses" parameter that we pass
	on to build_card_from_entry.
	(search_for_dn): call search_for_dn_with_objectclasses with NULL
	for existing_objectclasses.
	(build_card_from_entry): if existing_objectclasses is non-NULL,
	fill it in with the list of existing objectclass values for this
	entry.
	(add_objectclass_mod): if existing_objectclasses is non-NULL,
	meaning we're modifying an entry, search in the existing
	objectclasses for the ones we want to be there, and only add
	what's missing.  If none are missing, don't add objectclass_mod to
	the list of mods.
	(create_card_handler): track change to add_objectclass_mod (pass
	NULL).
	(modify_card_handler): use search_for_dn_with_objectclasses
	instead of search_for_dn, and pass the existing objectclasses to
	add_objectclass_mod.  also, free the list when we're done.
	(poll_ldap): track change to build_card_from_entry (pass NULL).

svn path=/trunk/; revision=14909
2001-12-06 20:01:48 +00:00
99057deafb we need to be able to disable non-labels here as well. since we're using
2001-12-05  Chris Toshok  <toshok@ximian.com>

	* gui/contact-editor/e-contact-editor.c (enable_writable_fields):
	we need to be able to disable non-labels here as well.  since
	we're using enable_widget and not gtk_widget_set_sensitive, it's
	okay to handle entries/text's, etc, here.
	(widget_field_mappings): add label-caluri and label-fburl here.

	* gui/contact-editor/contact-editor.glade: change the label names
	for the freebusy/calendar urls to have more descriptive names,
	since we use them in e-contact-editor.c now.

	* backend/pas/pas-backend-ldap.c: add support for
	caluri/calendarURI, fburl/freeBusyURI.

	* backend/pas/evolutionperson.schema: add calendarURI and
	freeBusyURI.

svn path=/trunk/; revision=14908
2001-12-06 19:54:01 +00:00
b9c958eaaa fixed changelog merge conflicts
svn path=/trunk/; revision=14906
2001-12-06 18:32:19 +00:00
abf50455e0 Setup the UI for the AddSenderToAddressbook ui verb thingy.
2001-12-03  Jeffrey Stedfast  <fejj@ximian.com>

	* folder-browser-ui.c: Setup the UI for the AddSenderToAddressbook
	ui verb thingy.

	* mail-callbacks.c (add_sender_to_addrbook): New bonobo-ui
	callback that adds a sender to the addressbook.

svn path=/trunk/; revision=14905
2001-12-06 18:31:44 +00:00
ccf1ad8012 Add an "Add Sender to Address Book" menu item.
2001-12-03  Jeffrey Stedfast  <fejj@ximian.com>

	* evolution-mail-message.xml: Add an "Add Sender to Address Book"
	menu item.

2001-11-28  Christopher James Lahey  <clahey@ximian.com>

	* evolution-contact-list-editor.xml: Consistency fixes with
	standard contact editor.  Added Save As, Send As, and Send To.
	Replaced Save toolbar with Save and Close and added Save and Close
	menu item.  Added a trash icon.

svn path=/trunk/; revision=14904
2001-12-06 18:29:19 +00:00
2c6ca58b20 added entry for the LOCATION field
2001-12-05  Rodrigo Moya <rodrigo@ximian.com>

	* gui/dialogs/event-page.glade: added entry for the LOCATION field

	* gui/dialogs/event-page.c: added support for the new LOCATION entry
	added in the Event editor.

svn path=/trunk/; revision=14901
2001-12-06 15:27:42 +00:00
b07d0414a2 added "meeting-announce" note ("Simple meeting announcements").
2001-12-05  Aaron Weber  <aaron@ximian.com>

	* C/usage-calendar.sgml: added "meeting-announce" note ("Simple
	meeting announcements").

svn path=/trunk/; revision=14899
2001-12-05 23:02:57 +00:00
bf506d1aef Add missing comma.
svn path=/trunk/; revision=14898
2001-12-05 22:57:18 +00:00
225f981218 [Fix #7827, Switching desktops leaves the folder bar popped up.]
* e-shell-view.c (folder_bar_popup_map_callback): And grab the
keyboard as well.
(popdown_transient_folder_bar): Ungrab the keyboard as well.
(switch_on_folder_tree_click): Likewise.

[Fix #16507, Right Click -> View does nothing.]

* e-shell-view-menu.c: New verb "ActivateView".
(command_activate_view): New, callback for the "ActivateView"
verb.

svn path=/trunk/; revision=14897
2001-12-05 22:56:54 +00:00
7963f20127 Additional links to other portions of the document.
2001-12-05  Aaron Weber  <aaron@ximian.com>

	* C/config-prefs.sgml: Additional links to other portions of the
	document.

svn path=/trunk/; revision=14896
2001-12-05 22:31:54 +00:00
c6658ca9c1 Merging changes:
2001-12-04  Christopher James Lahey  <clahey@ximian.com>

	* gui/contact-editor/contact-editor.glade: Fixed up the
	accelerators and such here.

	* gui/contact-editor/e-contact-editor.c (file_save_as_cb):
	Translate this string.
	(pixmaps): Added a pixmap for the ContactEditorSaveClose command.
	(setup_tab_order): Fixed up the tab order here.

	* gui/contact-editor/fulladdr.glade: Made the country combo
	focusable here.

svn path=/trunk/; revision=14895
2001-12-05 21:35:55 +00:00
94611b60ab oops, something got fubar'd in the merge I guess...
add a char *tooltip.

svn path=/trunk/; revision=14891
2001-12-05 19:37:24 +00:00
2988c7ad7b Marked strings for translation.
2001-12-05  Zbigniew Chyla  <cyba@gnome.pl>

	* gui/itip-utils.c (comp_subject, comp_description):
	Marked strings for translation.

svn path=/trunk/; revision=14890
2001-12-05 17:16:00 +00:00
64262ad7f2 back again !!!
svn path=/trunk/; revision=14875
2001-12-05 04:54:00 +00:00
dbfa5bf980 Allow 'n' and 'p' to work when multiple messages are selected. Fixes
2001-12-04  Jon Trowbridge  <trow@ximian.com>

        * folder-browser-ui.c (folder_browser_ui_set_selection_state):
        Allow 'n' and 'p' to work when multiple messages are selected.
        Fixes #12062.

svn path=/trunk/; revision=14874
2001-12-05 03:51:00 +00:00
b15abd7c7e I should have merged in the patch rather than being lazy and copying the file from the other branch. *kicks myself in the butt*
svn path=/trunk/; revision=14872
2001-12-04 21:56:38 +00:00
8438d0bc82 Change the FileSend tooltip the be the same as the FileSendLater tooltip
2001-11-30  Jeffrey Stedfast  <fejj@ximian.com>

	* e-msg-composer.c (setup_ui): Change the FileSend tooltip the be
	the same as the FileSendLater tooltip if we are in offline mode.

svn path=/trunk/; revision=14871
2001-12-04 21:49:38 +00:00
410f3bc629 Merging changes:
2001-12-04  Christopher James Lahey  <clahey@ximian.com>

	* configure.in (GAL_CURRENT): Bumped version number to 0.18.99.0
	and CURRENT to 19.

2001-11-21  Christopher James Lahey  <clahey@ximian.com>

	* gal/widgets/e-reflow.c, gal/widgets/e-reflow.h: Handle
	selection_row_changed signal.

	* gal/widgets/e-selection-model-array.c,
	gal/widgets/e-selection-model-array.h: Properly send
	selection_row_changed signals if changing from a single row
	selected to a single other row selected or if moving the
	selection_end by a single row.

	* gal/widgets/e-selection-model.c,
	gal/widgets/e-selection-model.h: Added selection_row_changed
	signal.
	(e_selection_model_select_as_key_press): Fixed the case statement
	here to make MULTIPLE and EXTENDED the same as BROWSE instead of
	as SINGLE.

From gal/e-table/ChangeLog:

2001-11-21  Christopher James Lahey  <clahey@ximian.com>

	* e-table-item.c, e-table-item.h: Handle selection_row_changed
	signal.  Keep track of the old cursor row so that we only redraw
	two rows when the cursor changes.

	* e-table.c, e-tree.c: Handle selection_row_changed signal.

	* e-tree-selection-model.c: Properly send selection_row_changed
	signals if changing from a single row selected to a single other
	row selected or if moving the selection_end by a single row.

svn path=/trunk/; revision=14870
2001-12-04 21:03:28 +00:00
e508d29396 *** empty log message ***
svn path=/trunk/; revision=14868
2001-12-04 20:55:41 +00:00
4b74a42adf Merging changes:
2001-11-28  Christopher James Lahey  <clahey@ximian.com>

	* e-table.c (context_destroyed), e-tree.c (context_destroyed):
	Check for et being destroyed here before doing anything.  Fixes
	Ximian bug #15728.

svn path=/trunk/; revision=14864
2001-12-04 12:11:16 +00:00
1994bab834 Merging changes:
2001-12-04  Christopher James Lahey  <clahey@ximian.com>

	* e-table-group.c, e-table.c, e-tree.c: Changed some comments.
	Added a bunch of documentation here.

svn path=/trunk/; revision=14861
2001-12-04 11:21:55 +00:00
ec65c861a6 fix up gfarris's mistaken commit to gnome-common (revert to yesterday's versions)
svn path=/trunk/; revision=14858
2001-12-04 05:43:50 +00:00
edd7c48be6 *** empty log message ***
svn path=/trunk/; revision=14857
2001-12-04 04:46:41 +00:00
4afdf27f16 Make address comparisons case-insensitive. (Fixes 11776)
2001-12-03  Jon Trowbridge  <trow@ximian.com>

        * backend/ebook/e-destination.c (e_destination_equal): Make address
        comparisons case-insensitive. (Fixes 11776)

	* backend/ebook/e-card.c (e_card_email_match_single_string): Make address
	host comparisons case-insensitive. (Fixes 11776)

svn path=/trunk/; revision=14856
2001-12-04 01:31:39 +00:00
45170baee7 Clean ESelectNamesModel on focus-out. (Half of a fix for 15656)
2001-12-03  Jon Trowbridge  <trow@ximian.com>

        * gui/component/select-names/e-select-names-manager.c (focus_out_cb): Clean
        ESelectNamesModel on focus-out. (Half of a fix for 15656)

        * backend/ebook/e-destination.c (nonempty): Fix this function
        and make it utf8-safe. (The other half of the fix for 15656)

svn path=/trunk/; revision=14855
2001-12-04 01:17:13 +00:00
86755b7d11 make sure we call e_table_model_pre_change() before changing the model.
2001-12-03  Damon Chaplin  <damon@ximian.com>

	* gui/e-meeting-model.c:
	* gui/calendar-model.c: make sure we call e_table_model_pre_change()
	before changing the model.

	* gui/calendar-config.c (calendar_config_configure_e_calendar_table):
	removed call to e_table_model_changed(). calendar_model_refresh()
	results in that anyway.

svn path=/trunk/; revision=14854
2001-12-03 22:59:20 +00:00
35b2f0ce2a disabled 'Alarms', 'End Date' and 'Show Time As' fields, as these are not
2001-12-03  Damon Chaplin  <damon@ximian.com>

	* gui/e-calendar-table.etspec: disabled 'Alarms', 'End Date' and
	'Show Time As' fields, as these are not useful for tasks. We may want
	to reenable them later if we add a table view of calendar events.

svn path=/trunk/; revision=14853
2001-12-03 22:45:57 +00:00
c00bdc4cb3 Touched. Minor changes to IMAP section, to make sure links worked, etc.
2001-11-27  Aaron Weber  <aaron@ximian.com>

	* C/usage-mail.sgml: Touched. Minor changes to IMAP section, to
	make sure links worked, etc.

	* C/config-prefs.sgml: Expanded IMAP options.

	* C/usage-mainwindow.sgml: Added note about more options
	available.

2001-11-26  Aaron Weber  <aaron@ximian.com>

	* C/usage-exchange.sgml: removed FIXMES, made valid within larger
	<book> context.

2001-11-19  Aaron Weber  <aaron@ximian.com>

	* C/usage-mail-org.sgml: changed Unmatched vfolder
	description. Removed note about how it behaves when you have no
	vFolders.

2001-11-15  Aaron Weber  <aaron@ximian.com>

	* C/apx-authors.sgml: Removed authorlist, point people to "About"
	box, since there's no point in having so many lists in so many
	places.

2001-11-02  Aaron Weber  <aaron@ximian.com>

	* C/usage-mainwindow.sgml: Connector.

	* C/config-prefs.sgml: Connector.

	* C/usage-exchange.sgml: Connector.

2001-10-31  Aaron Weber  <aaron@ximian.com>

	* C/usage-exchange.sgml: More working on this file today. Nearly
	done.

	* C/topic.dat: Added Connector info.

	* C/usage-mainwindow.sgml: Added mention of Connector to
	configuration options.

	* C/config-prefs.sgml: Added mention of Connector to configuration
	options.

2001-10-30  Aaron Weber  <aaron@ximian.com>

	* C/evolution.sgml: Cleaned up comments. Added Exchange entity.
	* C/Makefile.am: added exchange.sgml file

svn path=/trunk/; revision=14851
2001-12-03 20:31:35 +00:00
289a09f501 If the path exists, make sure it's a regular file (or we can't possibly
2001-11-28  Jeffrey Stedfast  <fejj@ximian.com>

	* mail-callbacks.c (save_msg_ok): If the path exists, make sure
	it's a regular file (or we can't possibly save to it). Fix for
	#14127.

2001-11-28  Jeffrey Stedfast  <fejj@ximian.com>

	* message-list.c (message_list_select): Cleaned up the code.

	* mail-callbacks.c (previous_unread_msg): Pass wraparound as TRUE.

svn path=/trunk/; revision=14850
2001-12-03 19:57:19 +00:00
b82997411c Convert folder name to locale's encoding before using it as part of the
2001-11-15  Zbigniew Chyla  <cyba@gnome.pl>

	* e-shell-folder-commands.c (e_shell_command_rename_folder): Convert
	folder name to locale's encoding before using it as part of the prompt.

svn path=/trunk/; revision=14849
2001-12-03 17:15:12 +00:00
58f1e8808a connect to "cal_set_mode" signal before calling cal_client_set_mode. Also,
2001-12-02  Rodrigo Moya <rodrigo@ximian.com>

	* gui/calendar-offline-handler.c (backend_cal_opened): connect to
	"cal_set_mode" signal before calling cal_client_set_mode. Also,
	s/cal_mode_set/cal_set_mode
	(backend_go_offline): connect to "cal_opened" signal before calling
	cal_client_open_calendar

svn path=/trunk/; revision=14848
2001-12-03 12:34:53 +00:00
cb0c2cb9a0 Updated Swedish translation.
2001-12-02  Christian Rose  <menthos@menthos.com>

	* sv.po: Updated Swedish translation.

svn path=/trunk/; revision=14846
2001-12-02 14:21:24 +00:00
4d099c5ed5 Merging changes:
2001-11-28  Christopher James Lahey  <clahey@ximian.com>

	* gui/contact-list-editor/e-contact-list-editor.c: Consistency
	fixes with standard contact editor.  Added Save As, Send As, and
	Send To.  Replaced Save toolbar with Save and Close and added Save
	and Close menu item.  Added a trash icon.

svn path=/trunk/; revision=14844
2001-12-01 02:18:42 +00:00
770b189556 Merging changes:
2001-11-28  Christopher James Lahey  <clahey@ximian.com>

	* evolution-contact-list-editor.xml: Consistency fixes with
	standard contact editor.  Added Save As, Send As, and Send To.
	Replaced Save toolbar with Save and Close and added Save and Close
	menu item.  Added a trash icon.

svn path=/trunk/; revision=14842
2001-12-01 02:17:10 +00:00
f12b94f40d Merged changes:
2001-11-28  Christopher James Lahey  <clahey@ximian.com>

	* gui/contact-editor/e-contact-editor-address.c (setup_tab_order):
	Setup the tab order here.  Fixes Ximian bug #13751.

svn path=/trunk/; revision=14840
2001-12-01 02:05:56 +00:00
7094e925a6 Merging fixes:
2001-11-28  Christopher James Lahey  <clahey@ximian.com>

	* gui/component/addressbook.c (connect_master_list_changed,
	make_suboptions): Changed how this list of categories gets
	computed.  Fixes Ximian bugs #7707 and #7708.

svn path=/trunk/; revision=14838
2001-12-01 01:59:29 +00:00
3270da0242 Merging changes:
2001-11-30  Christopher James Lahey  <clahey@ximian.com>

	* configure.in: Bumped version number to 0.18.2 and GAL_REVISION
	to 2.

2001-11-14  Christopher James Lahey  <clahey@ximian.com>

	* gal/widgets/e-gui-utils.c
	(e_container_change_tab_order_callback): Don't do anything if
	focus_child is NULL.  This makes tab when cycling around tab order
	not skip to the beginning of this tab order group.

svn path=/trunk/; revision=14836
2001-12-01 01:29:41 +00:00
0c3435a0e1 Don't use regex matching. Fixes bug #16227.
2001-11-29  Jeffrey Stedfast  <fejj@ximian.com>

	* camel-folder-search.c (search_body_contains): Don't use regex
	matching. Fixes bug #16227.

	* camel-mime-message.c (best_encoding): Check the content-object's
	mime type, not the mime part types. Should fix bug #15843.

2001-11-27  Jeffrey Stedfast  <fejj@ximian.com>

	* providers/imap/camel-imap-folder.c (get_content): Return NULL if
	construct_from_stream fails.
	(get_message): Same.
	(get_message_simple): Here too.
	(add_message_from_data): And here.

svn path=/trunk/; revision=14834
2001-11-30 23:43:39 +00:00
ad9d11c750 only show the dialog if we created it. Hopefully fixes bug #15774. Also
2001-11-30  Damon Chaplin  <damon@ximian.com>

	* gui/e-itip-control.c (remove_item): only show the dialog if we
	created it. Hopefully fixes bug #15774.
	Also ifdef'ed out a lot of code that isn't currently used, including
	code to use a label which is never created. The unused code was there
	to support handling multiple iTIP objects in a message, but was never
	updated when we switched to use HTML for the control. Fixes bug #16232.

svn path=/trunk/; revision=14832
2001-11-30 23:23:47 +00:00
4
aa0a82422b Use the uid rather than vuid for unmatched. Also add the uid to unmatched
2001-11-14    <NotZed@Ximian.com>

        * camel-vee-folder.c (folder_changed_remove_uid): Use the uid
        rather than vuid for unmatched.  Also add the uid to unmatched if
        it wasn't in the unmatched_uids table at all.
        (folder_changed_change): If checking for added, if the new ones
        dont match, then try to add them to unmatched.  Fixes #6893.

        * camel-folder-summary.c (camel_folder_summary_index): Change lock
        order, always summary_lock before ref_lock.
        (camel_folder_summary_array): "
        (camel_folder_summary_uid): "
        (camel_folder_summary_remove_uid): "  Fixes a deadlock.

svn path=/trunk/; revision=14831
2001-11-30 21:38:05 +00:00
90299ffcba Fix the boolean check to be && and not ||.
2001-11-24  Jeffrey Stedfast  <fejj@ximian.com>

	* mail-config.c (pgpopen): Fix the boolean check to be && and not
	||.

svn path=/trunk/; revision=14826
2001-11-30 18:08:32 +00:00
99cfafb5f0 Tiny fix.
svn path=/trunk/; revision=14825
2001-11-30 17:19:38 +00:00