Commit Graph

18958 Commits

Author SHA1 Message Date
Rodney Dawes 7af66de023 Use BASE_VERSION for repo_ids and OAFIIDs Update killev to kill the
2003-12-01  Rodney Dawes  <dobey@ximian.com>

	* Use BASE_VERSION for repo_ids and OAFIIDs
  * Update killev to kill the correct versions of gnome-spell and the
    GtkHTML Editor

svn path=/trunk/; revision=23543
2003-12-01 22:14:43 +00:00
JP Rosevear 9b6e4f3e85 list the signal args properl
2003-12-01  JP Rosevear <jpr@ximian.com>

	* e-source-selector.c (class_init): list the signal args properl

svn path=/trunk/; revision=23542
2003-12-01 22:01:14 +00:00
Hans Petter Jansson e86452cec4 Fix start page text.
2003-12-01  Hans Petter Jansson  <hpj@ximian.com>

	* gui/component/ldap-config.glade: Fix start page text.

svn path=/trunk/; revision=23541
2003-12-01 22:00:29 +00:00
JP Rosevear 66e21e8c49 use privconduitdir
2003-12-01  JP Rosevear <jpr@ximian.com>

	* conduit/Makefile.am: use privconduitdir

	* conduit/e-address.conduit.in: subst right thing

svn path=/trunk/; revision=23537
2003-12-01 19:49:07 +00:00
JP Rosevear 8f8f18fba0 define privconduitdir
2003-12-01  JP Rosevear <jpr@ximian.com>

	* configure.in: define privconduitdir

svn path=/trunk/; revision=23536
2003-12-01 19:46:12 +00:00
Jeffrey Stedfast d25b4aee09 rfc2047 encode the Organization header value.
2003-12-01  Jeffrey Stedfast  <fejj@ximian.com>

	* em-composer-utils.c (composer_get_message): rfc2047 encode the
	Organization header value.

svn path=/trunk/; revision=23535
2003-12-01 19:45:23 +00:00
JP Rosevear 6c207314b8 install to privlibdir
2003-12-01  JP Rosevear <jpr@ximian.com>

	* conduits/todo/Makefile.am: install to privlibdir

	* conduits/calendar/Makefile.am: ditto

	* conduits/todo/e-todo.conduit.in: subst in correct thing

	* conduits/calendar/e-calendar.conduit.in: subst in correct thing

svn path=/trunk/; revision=23534
2003-12-01 19:22:22 +00:00
Rodney Dawes 4582a6d2e6 Remove missing files
2003-12-01  Rodney Dawes  <dobey@ximian.com>

	* POTFILES.in: Remove missing files

svn path=/trunk/; revision=23533
2003-12-01 19:20:08 +00:00
JP Rosevear f05388edf5 specify privlibdir as the location
2003-12-01  JP Rosevear <jpr@ximian.com>

	* conduit/e-address.conduit.in: specify privlibdir as the location

	* conduit/Makefile.am: install the conduit to privlibdir

svn path=/trunk/; revision=23532
2003-12-01 19:08:05 +00:00
JP Rosvear c7aacab267 version the .conduit file
2003-12-01  JP Rosvear <jpr@ximian.com>

	* conduit/Makefile.am: version the .conduit file

svn path=/trunk/; revision=23531
2003-12-01 19:02:19 +00:00
Jeffrey Stedfast 9d1eec8d4e Make sure our parent folder hasn't been unsubscribed or else we get a
2003-12-01  Jeffrey Stedfast  <fejj@ximian.com>

	* em-folder-tree.c (em_folder_tree_get_folder_info__got): Make
	sure our parent folder hasn't been unsubscribed or else we get a
	segfault here if it has.

03-11-28  Dave Camp  <dave@ximian.com>

	* em-folder-tree.c (render_pixbuf): Set the pixbuf renderer
	invisible for stores.

2003-11-25  Jeffrey Stedfast  <fejj@ximian.com>

	* mail-config.c (mail_config_get_account_by_uid): New function.

	* em-folder-tree.c (tree_store_set_folder_info): Expand the tree
	node if the saved state tells us it was expanded the previous
	session.
	(em_folder_tree_load_state): Load the saved state.
	(em_folder_tree_add_store): Conditionally expand the store node.
	(em_folder_tree_new_with_model): Expand all the nodes that should
	be expanded.

svn path=/trunk/; revision=23530
2003-12-01 18:28:26 +00:00
Suresh Chandrasekharan 98093d4c14 Bug Id #51527 "gal widgets produces backspace for Ctrl-space for japanese
2003-11-30 Suresh Chandrasekharan  <suresh.chandrasekharan@sun.com>

        Bug Id #51527 "gal widgets produces backspace for Ctrl-space for
        japanese input"

        * gal/util/e-text-event-processor-emacs-like.c:
        (e_text_event_processor_emacs_like_event) If GDK_CONTROL_MASK set,
        disable the command action.

svn path=/trunk/; revision=23529
2003-12-01 17:50:20 +00:00
Jeffrey Stedfast e71fb79458 Same.
2003-12-01  Jeffrey Stedfast  <fejj@ximian.com>

	* camel-stream-process.c (do_exec_command): Same.

	* camel-process.c (camel_process_fork): Same.

	* camel-filter-search.c (run_command): Same as below.

	* camel-filter-driver.c (pipe_to_system): Same as below.

	* camel-gpg-context.c (gpg_ctx_op_start): Use fcntl() to set
	FD_CLOEXEC on each fd rather than close()ing it. Apparently
	Linux's older pthread implementations use sockets and so this
	fouls threading up. GO LINUX! GO!

svn path=/trunk/; revision=23527
2003-12-01 15:51:25 +00:00
Radek Doulik 2c1e306b97 autosave fix
2003-11-11  Radek Doulik  <rodo@ximian.com>

	* e-msg-composer.c (e_msg_composer_set_autosaved): new method to
	wrap autosaved flag setting
	(e_msg_composer_unset_autosaved): ditto
	(e_msg_composer_is_autosaved): new method, says if composer was
	autosaved only
	(autosave_save_draft): unset changed so that we don't autosave all
	the time when anything else than gtkhtml control changed

2003-11-06  Radek Doulik  <rodo@ximian.com>

	* e-msg-composer.c (autosave_save_draft): call gtkhtml's saved
	command to clean is-saved flag, set composer's autosaved flag
	(do_exit): complain if last save was just autosave
	(e_msg_composer_unset_changed): reset autosaved flag
	(save): reset autosaved flag

	* e-msg-composer.h: added autosaved flag, it tells whether last
	save was autosave or regular save, when changed flag is reset the
	autosaved one is reset too

svn path=/trunk/; revision=23526
2003-12-01 15:20:49 +00:00
Rodrigo Moya d595778e6f removed unneeded functions. (alarm_notify_add_calendar,
2003-12-01  Rodrigo Moya <rodrigo@ximian.com>

	* gui/alarm-notify/alarm-notify.c (add_uri_to_load, remove_uri_to_load):
	removed unneeded functions.
	(alarm_notify_add_calendar, alarm_notify_remove_calendar): no need
	anymore to add/remove URIs to load on startup to the configuration.

svn path=/trunk/; revision=23525
2003-12-01 15:17:31 +00:00
Rodrigo Moya 06521b959f removed this function, since we now use the ESourceList to know what
2003-12-01  Rodrigo Moya <rodrigo@ximian.com>

	* gui/alarm-notify/save.c (save_calendars_to_load): removed this
	function, since we now use the ESourceList to know what calendars
	to load.
	(get_calendars_to_load): moved to config-data.c.
	(save_notification_time, get_saved_notification_time,
	save_blessed_program, is_blessed_program): use the
	shared GConfClient.

	* gui/alarm-notify/config-data.[ch]: use a GConfClient instead of a
	EConfigListener.
	(config_data_get_conf_client): renamed from _get_listener.
	(config_data_get_timezone, config_data_get_24_hour_format): changed
	to use the GConfClient.
	(config_data_get_calendars_to_load): new function.
	(ensure_inited): create the source lists for calendar and tasks here.
	(do_cleanup): cleanup the source lists here.

	* gui/alarm-notify/notify-main.c (load_calendars): use
	config_data_get_calendars_to_load().

svn path=/trunk/; revision=23524
2003-12-01 15:09:56 +00:00
Rodrigo Moya faf2cd005b removed this function, since we now use the ESourceList to know what
2003-12-01  Rodrigo Moya <rodrigo@ximian.com>

	* gui/alarm-notify/save.c (save_calendars_to_load): removed this
	function, since we now use the ESourceList to know what calendars
	to load.
	(get_calendars_to_load): moved to config-data.c.
	(save_notification_time, get_saved_notification_time,
	save_blessed_program, is_blessed_program): use the
	shared GConfClient.

	* gui/alarm-notify/config-data.[ch]: use a GConfClient instead of a
	EConfigListener.
	(config_data_get_conf_client): renamed from _get_listener.
	(config_data_get_timezone, config_data_get_24_hour_format): changed
	to use the GConfClient.
	(config_data_get_calendars_to_load): new function.
	(ensure_inited): create the source lists for calendar and tasks here.
	(do_cleanup): cleanup the source lists here.

	* gui/alarm-notify/notify-main.c (load_calendars): use
	config_data_get_calendars_to_load().

svn path=/trunk/; revision=23523
2003-12-01 15:04:14 +00:00
Hans Petter Jansson ae58e6cddf Remove this too.
2003-12-01  Hans Petter Jansson  <hpj@ximian.com>

	* gui/component/new-addressbook.glade: Remove this too.

	* gui/component/Makefile.am (glade_DATA): Remove new-addressbook.glade.

svn path=/trunk/; revision=23522
2003-12-01 14:37:09 +00:00
Hans Petter Jansson 10c2d9dbf7 Remove addressbook-storage.[ch] and new-addressbook.[ch].
2003-12-01  Hans Petter Jansson  <hpj@ximian.com>

	* gui/component/Makefile.am (libevolution_addressbook_la_SOURCES):
	Remove addressbook-storage.[ch] and new-addressbook.[ch].

	* gui/component/addressbook-storage.[ch]: Removed from repository.

	* gui/component/new-addressbook.[ch]: Removed from repository.

	* gui/component/addressbook-component.c (load_uri_for_selection):
	Set source_uid property on view control, not folder_uri.
	(new_addressbook_cb): Call addressbook_config_create_new_source ().
	(edit_addressbook_cb): Implement.
	(fill_popup_menu_callback): Hook up edit_addressbook_cb ().
	(addressbook_component_init): Create the LDAP source group.

	* gui/component/addressbook-config.c (AddressbookSourceDialog):
	Take out the NEW_ADVANCED_UI stuff and add ESource related vars.
	(ldap_unparse_auth)
	(ldap_parse_auth)
	(ldap_unparse_scope)
	(ldap_unparse_ssl)
	(ldap_parse_ssl): Moved here from addressbook-storage.c.
	(addressbook_dialog_get_source)
	(addressbook_dialog_set_source)
	(objectclasses_create_server_table)
	(objectclasses_create_evolution_table)
	(objectclasses_add_foreach)
	(objectclasses_add)
	(objectclasses_sever_double_click)
	(objectclasses_remove_foreach)
	(objectclasses_remove)
	(objectclasses_evolution_double_click)
	(objectclasses_restore_default)
	(server_selection_model_changed)
	(evolution_selection_model_changed)
	(setup_objectclasses_tab): Nuke aging, unfinished NEW_ADVANCED_UI.
	(add_source_clicked)
	(edit_source_clicked)
	(delete_server)
	(delete_source_clicked)
	(ldap_config_control_destroy_callback)
	(ldap_config_control_apply_callback)
	(sources_selection_changed)
	(sources_table_row_activated)
	(ldap_dialog_new)
	(addressbook_dialog_create_sources_table)
	(ldap_config_control_new)
	(addressbook_config_control_new): Nuke config control.
	(create_source_dir)
	(dialog_to_source)
	(dialog_to_temp_source)
	(source_to_uri_parts)
	(source_to_dialog)
	(source_group_changed_cb)
	(source_group_menu_add_groups)
	(folder_page_forward)
	(finish_page_back): Implement.
	(addressbook_ldap_init): Take ESource instead of AddressbookSource.
	(addressbook_ldap_auth): Don't take a source, not needed.
	(addressbook_root_dse_query): Ditto.
	(addressbook_source_dialog_destroy): Clean up destroy function.
	(addressbook_add_server_druid_finish): Clean up, create ESource.
	(general_tab_check): If it's not LDAP, these options don't matter.
	(do_ldap_root_dse_query): Source no longer needed here.
	(query_for_supported_bases): Use a temp source generated from
	current dialog settings.
	(display_name_page_prepare): Renamed to folder_page_prepare ().
	(druid_display_name_page_modify_cb): Renamed to
	druid_folder_page_modify_cb ().
	(addressbook_add_server_druid): Set up source list, group selector.
	Make LDAP pages optional, dependent on selected group. Use ESource.
	(edit_dialog_store_change): Remove config control list stuff,
	export settings to ESource.
	(addressbook_edit_server_dialog): Renamed to
	addressbook_config_edit_source (), which takes an ESource. Remove
	config control list stuff, make LDAP pages show up only if we have
	an LDAP source. Remove NEW_ADVANCED_UI cruft.
	(addressbook_config_create_new_source): Just call
	addressbook_add_server_druid ().

	* gui/component/addressbook-config.h: Move LDAP enums here, from
	addressbook-storage.h.

	* gui/component/addressbook.c (control_activate_cb): uri -> source
	(addressbook_view_clear): Unref source list.
	(book_open_cb): Use ESource.
	(load_uri_auth_cb): Renamed to load_source_auth_cb (), manipulate
	ESource instead of URI.
	(get_remember_password): Implement.
	(set_remember_password): Implement.
	(addressbook_authenticate): Use ESource properties.
	(load_uri_cb): Renamed to load_source_cb (), ESource adaptation.
	(addressbook_load_uri): Renamed to addressbook_load_source (), takes
	ESource.
	(addressbook_load_default_book): ESource adaptation.
	(get_prop): folder_uri property -> source_uid property.
	(set_prop): folder_uri property -> source_uid property. Find ESource
	by UID.
	(addressbook_new_control): Set up source_uid property and ESourceList.

	* gui/component/component-factory.c (factory): Disable config control.

	* gui/component/ldap-config.glade: Druid and notebook dialogs
	generalized to deal with local sources as well as LDAP. This file
	should probably be renamed...

	* gui/component/select-names/e-select-names-manager.c
	(load_completion_books): Use addressbook_load_source (). However, this
	needs a bit more work to get source UIDs instead of URIs.

	* gui/component/select-names/e-select-names.c
	(addressbook_model_set_uri): Use addressbook_load_source (). However,
	this needs a bit more work to get source UIDs instead of URIs.

svn path=/trunk/; revision=23521
2003-12-01 13:21:40 +00:00
Radek Doulik 8accc25299 set flags only for new folder info
svn path=/trunk/; revision=23520
2003-12-01 12:31:29 +00:00
Radek Doulik 4391b34ce5 ops, now it's the right version
svn path=/trunk/; revision=23519
2003-12-01 12:21:17 +00:00
ÉRDI Gergo a9a80fcf4e Added test-source-option-menu executable
svn path=/trunk/; revision=23518
2003-12-01 12:16:43 +00:00
ERDI Gergo 5a1cbefa40 canned the _clicked handlers as those make it impossible to move just one
2003-11-30  ERDI Gergo  <cactus@cactus.rulez.org>

        * e-calendar.c: canned the _clicked handlers as those make it
        impossible to move just one month at a time

svn path=/trunk/; revision=23517
2003-12-01 12:14:27 +00:00
Radek Doulik a593233693 use CAMEL_VTRASH_NAME, CAMEL_VJUNK_NAME
2003-12-01  Radek Doulik  <rodo@ximian.com>

	* em-folder-tree.c (render_pixbuf): use CAMEL_VTRASH_NAME,
	CAMEL_VJUNK_NAME

2003-11-28  Radek Doulik  <rodo@ximian.com>

	* em-folder-tree.c (render_pixbuf): added junk icon to folder
	icons

svn path=/trunk/; revision=23516
2003-12-01 12:14:20 +00:00
Radek Doulik 9563ccf6be set SUBSCRIBED and NOINFERIORS flags to special folders, renamed method
2003-12-01  Radek Doulik  <rodo@ximian.com>

	* camel-store.c (add_special_info): set SUBSCRIBED and NOINFERIORS
	flags to special folders, renamed method from
	add_vtrash_or_vjunk_info
	(camel_store_get_folder_info): call add_special_info directly

2003-11-28  Radek Doulik  <rodo@ximian.com>

	* camel-store.c (camel_store_get_folder_info): use old code from
	mail-ops to add vtrash/vjunk info

svn path=/trunk/; revision=23515
2003-12-01 12:13:00 +00:00
Not Zed 6d9d9416e2 override the em-folder-view impl, and handle the search bar properly. For
2003-12-01  Not Zed  <NotZed@Ximian.com>

        * em-folder-browser.c (emfb_edit_cut, emfb_edit_copy)
        (emfb_edit_paste): override the em-folder-view impl, and handle
        the search bar properly.  For #48746.

        * mail-security.glade: added some padding to the security details
        frames.

svn path=/trunk/; revision=23514
2003-12-01 05:52:38 +00:00
Not Zed acf7083339 added some padding to the security details frames.
2003-12-01  Not Zed  <NotZed@Ximian.com>

        * mail-security.glade: added some padding to the security details
        frames.

        * em-format-html-display.c (efhd_xpkcs7mime_validity_clicked):
        some cosmetic layout changes.

svn path=/trunk/; revision=23513
2003-12-01 04:42:52 +00:00
Ettore Perazzoli 7b8da87e17 Add NONE:POINTER.
* e-util-marshal.list: Add NONE:POINTER.

* test-source-option-menu.c (source_selected_callback): New
callback to test the "source_selected" signal.
(on_idle_create_widget): Connect.

* e-source-option-menu.c: Add "source_selected" signal.
(select_source): Assume source != NULL and emit "source_selected".

svn path=/trunk/; revision=23512
2003-12-01 02:55:47 +00:00
Ettore Perazzoli 81724738fc New test.
* test-source-option-menu.c: New test.

* e-source-option-menu.h: New.
* e-source-option-menu.c: New.

svn path=/trunk/; revision=23511
2003-12-01 02:48:53 +00:00
David Woodhouse fae86d46d1 Enable GUI option for 'custom command' connection. Don't g_free strings in
2003-11-28  David Woodhouse  <dwmw2@redhat.com>

        * providers/imap/camel-imap-provider.c: Enable GUI option for
        'custom command' connection.
        * providers/imap/camel-imap-store.c: Don't g_free strings in
        .rodata. It's considered rude.

svn path=/trunk/; revision=23510
2003-12-01 02:10:49 +00:00
Yuedong Du a97ac9fb1e change shortcut of 'invert selection' from ctrl+I to shift+ctrl+I.
2003-11-30  Yuedong Du  <yuedong.du@sun.com>

        * evolution-mail-list.xml: change shortcut of 'invert selection' from
        ctrl+I to shift+ctrl+I.

svn path=/trunk/; revision=23509
2003-12-01 01:46:00 +00:00
Charles Zhang 4642aec52b connect "changed" signal. (mail_account_editor_changed): change signal
2003-11-27  Charles Zhang  <charles.zhang@sun.com>

        * mail-account-editor.c (construct): connect "changed" signal.
        (mail_account_editor_changed): change signal handler.
        Fixes bug #48998.

svn path=/trunk/; revision=23508
2003-12-01 01:32:24 +00:00
Not Zed d98f355957 Added list-unsubscribe header match.
2003-11-28  Not Zed  <NotZed@Ximian.com>

        * camel-mime-utils.c (mail_list_magic[]): Added list-unsubscribe
        header match.

2003-11-26  Not Zed  <NotZed@Ximian.com>

        * camel-smime-context.c (sm_verify_cmsg): take a stream rather
        than a part for the content.
        (sm_verify): get the content directly as a stream.

        * camel-multipart-signed.c
        (camel_multipart_signed_get_content_stream): new api to get the
        content stream which will match the signed version.

svn path=/trunk/; revision=23507
2003-12-01 01:30:45 +00:00
Ettore Perazzoli bef1822556 Remove all the syncFolder stuff since it's not in the Component interface
* mail-offline-handler.c: Remove all the syncFolder stuff since
it's not in the Component interface anymore.

* mail-mt.c: Remove declaration for global_shell_client.  #if 0
all the code that uses that.

* mail-component-factory.c: Remove declaration for
global_shell_client.

* mail-vfolder.c: Remove declaration for global_shell_client.

svn path=/trunk/; revision=23506
2003-11-30 20:53:49 +00:00
Ettore Perazzoli 5f2ba41078 New member offline_handler. (offline_procedure_started_cb): New.
* e-shell.c (struct _EShellPrivate): New member offline_handler.
(offline_procedure_started_cb): New.
(offline_procedure_finished_cb): New.
(e_shell_go_offline): Implement (putting back the code that we had
#if 0'ed out).
(e_shell_go_online): Likewise.

* e-shell-offline-handler.c, e-shell-offline-handler.h: Put back
in, massage for the changes in the Offline interface.

* e-shell-offline-sync.c, e-shell-offline-sync.h: Remove from CVS.

* Evolution-Offline.idl (SyncFolderProgressListener): Remove.
(Offline::SyncFolder): Remove.

svn path=/trunk/; revision=23505
2003-11-30 20:53:42 +00:00
Ettore Perazzoli 483d484736 (create_headers): #if 0 the "post to"
stuff for now (it requires the global_shell_client and the
evolution_folder_selector_button which we don't have anymore).

svn path=/trunk/; revision=23504
2003-11-30 20:53:32 +00:00
Larry Ewing dc5bdac612 make sure declarations precede logic for older compilers.
2003-11-30  Larry Ewing  <lewing@ximian.com>

	* lib/e-pkcs12.c (nickname_collision): make sure declarations
	precede logic for older compilers.

	* gui/Makefile.am (INCLUDES): don't define GTK_DISABLE_DEPRECATED
	it breakes on gtk-2.3 with gtk_option_menu_get_history.

svn path=/trunk/; revision=23503
2003-11-30 06:25:56 +00:00
JP Rosevear 333c607e8e we want to skip if it *is* read only
2003-11-28  JP Rosevear <jpr@ximian.com>

	* gui/e-tasks.c (e_tasks_delete_completed): we want to skip if it
	*is* read only

svn path=/trunk/; revision=23502
2003-11-28 17:52:20 +00:00
JP Rosevear 6e64409d39 allocate the type information correctly
03-11-28  JP Rosevear <jpr@ximian.com>

	* gui/e-meeting-store.c (e_meeting_store_get_type): allocate the
	type information correctly

svn path=/trunk/; revision=23501
2003-11-28 16:48:50 +00:00
Anders Carlsson 2c25bb5554 Look for mozilla-nss.pc, not mozilla.pc.
2003-11-28  Anders Carlsson  <andersca@gnome.org>

	* configure.in: Look for mozilla-nss.pc, not mozilla.pc.

svn path=/trunk/; revision=23500
2003-11-28 00:32:07 +00:00
Metin Amiroff 789b133c92 Updated Azerbaijani translation.
2003-11-27  Metin Amiroff  <metin@karegen.com>

	* az.po: Updated Azerbaijani translation.

svn path=/trunk/; revision=23499
2003-11-27 18:07:54 +00:00
Hans Petter Jansson 1f63ae9e3a e_cal_new () -> e_cal_new_from_uri (). (backend_go_online): Ditto.
2003-11-26  Hans Petter Jansson  <hpj@ximian.com>

	* gui/calendar-offline-handler.c (backend_go_offline): e_cal_new () ->
	e_cal_new_from_uri ().
	(backend_go_online): Ditto.
	(calendar_offline_handler_init): Ditto.

	* gui/comp-editor-factory.c (open_client): Ditto.

	* gui/e-itip-control.c (start_calendar_server): Ditto.
	(object_requested_cb): Ditto.

	* gui/e-tasks.c (e_tasks_add_todo_uri): Ditto.

	* gui/gnome-cal.c (gnome_calendar_construct): Ditto.
	(gnome_calendar_add_event_uri): Ditto.

	* gui/alarm-notify/alarm-notify.c (alarm_notify_add_calendar): Ditto.

	* importers/icalendar-importer.c (load_file_fn): Ditto.
	(vcal_load_file_fn): Ditto.
	(gnome_calendar_import_data_fn): Ditto.

	* gui/dialogs/copy-source-dialog.c (copy_source): Pass sources to
	e_cal_new ().

svn path=/trunk/; revision=23498
2003-11-27 02:52:09 +00:00
Chris Toshok 7abb26b3fb switch from just checking SMIME_SUPPORTED to checking both HAVE_NSS and
2003-11-26  Chris Toshok  <toshok@ximian.com>

	* e-msg-composer.c (build_message): switch from just checking
	SMIME_SUPPORTED to checking both HAVE_NSS and SMIME_SUPPORTED.

svn path=/trunk/; revision=23497
2003-11-26 21:51:40 +00:00
JP Rosevear 01815df694 Commit missing entry.
svn path=/trunk/; revision=23496
2003-11-26 19:32:15 +00:00
JP Rosevear c3f1d21fcf make sure we always dist the smime stuff
2003-11-26  JP Rosevear <jpr@ximian.com>

	* Makefile.am: make sure we always dist the smime stuff

svn path=/trunk/; revision=23495
2003-11-26 19:12:49 +00:00
JP Rosevear 517a8c0986 conditionally compile s/mime support
2003-11-26  JP Rosevear  <jpr@ximian.com>

	* Makefile.am (libcamelinclude_HEADERS): conditionally compile
	s/mime support

svn path=/trunk/; revision=23494
2003-11-26 15:31:18 +00:00
JP Rosevear 884b9e0598 turn on deprecated gtk stuff
2003-11-26  JP Rosevear  <jpr@ximian.com>

	* Makefile.am: turn on deprecated gtk stuff

svn path=/trunk/; revision=23493
2003-11-26 15:30:12 +00:00
JP Rosevear 4e6d739ed9 turn on deprecated gtk and libgnomeui stuff
2003-11-26  JP Rosevear  <jpr@ximian.com>

	* gui/widgets/Makefile.am: turn on deprecated gtk and libgnomeui
	stuff

	* gui/component/select-names/Makefile.am: turn on deprecated gtk
	stuff

	* gui/contact-editor/Makefile.am: ditto

svn path=/trunk/; revision=23492
2003-11-26 15:29:20 +00:00
JP Rosevear 82c33bb05b turn on deprecated gtk widgets
2003-11-26  JP Rosevear  <jpr@ximian.com>

	* Makefile.am: turn on deprecated gtk widgets

svn path=/trunk/; revision=23491
2003-11-26 15:27:31 +00:00
JP Rosevear 71ca9c5511 Missing changelog entry
svn path=/trunk/; revision=23490
2003-11-26 15:26:42 +00:00