Commit Graph

18457 Commits

Author SHA1 Message Date
6ddd4506fe Same as below.
2003-09-24  Jeffrey Stedfast  <fejj@ximian.com>

	* mail-preferences.c (mail_preferences_construct): Same as below.

	* mail-composer-prefs.c (mail_composer_prefs_construct): gconf can
	return empty string if the charset has not been set, so if the
	charset string is empty, default the charset to the user's locale
	charset. Partial fix for bug #47638.

svn path=/trunk/; revision=22690
2003-09-24 20:08:15 +00:00
335cc4fad6 More artwork from Jakub.
svn path=/trunk/; revision=22687
2003-09-24 14:46:35 +00:00
1f06b6dfe5 New artwork from Jakub.
svn path=/trunk/; revision=22686
2003-09-24 14:43:30 +00:00
030eb06b18 some checking code added to ensure that end_offset and start_offset both
2003-09-22  Tim Wo <tim.wo@sun.com>

	* gal/a11y/e-text/gal-a11y-e-text.c (et_get_text): some checking
	code added to ensure that end_offset and start_offset both belong
	to [0, length of the text] and end_offset >= start_offset or it
	will lead to a crash
	(et_get_caret_offset):no need to deal with character encoding
	here, since the widget has already delt with it.
	(et_get_selection): dealing with character encoding and ensure
	end_offset >= start_offset, or it will lead to a crash
	(et_add_selection): we can not get the ETextEventProcessor here,
	so the old implementation leads to a crash. Modify the parameters
	"selection_start" and "selection_end" directly instead
	(et_remove_selection): implementation added
	(et_set_selection): implementation added
	(et_set_caret_offset): no need to deal with character encoding
	here, since the widget has already delt with it. Another change
	is when offset == -1, move the caret to the end of the text,
	this keeps the same behavior as GailTextview

svn path=/trunk/; revision=22685
2003-09-24 11:26:00 +00:00
9cd7b8f8ba Remove flex check. Set ICAL_ERRORS_ARE_FATAL to 0.
2003-09-23  Hans Petter Jansson  <hpj@ximian.com>

	* configure.in: Remove flex check. Set ICAL_ERRORS_ARE_FATAL to 0.

	* src/libicalss/icalgauge.c (icalgauge_new_from_sql): Don't use
	globals struct. Remove calls to sslex_init(), _extra(),
	ss_scan_string(). Use a global pointer icalss_yy_gauge to hold context.
	Call ssparse() with no arguments.

	* src/libicalss/icalsslexer.l: Remove options reentrant and
	bison-bridge. Rename variables, change function invocations to comply
	with flex 2.5.4.
	(icalss_input): Add function to read input.

	* src/libicalss/icalssyacc.y (yyextra): Remove.
	(select_list)
	(from_list)
	(where_clause)
	(where_list): yyextra -> icalss_yy_gauge

	* src/libicalss/icalsslexer.c:
	* src/libicalss/icalssyacc.c:
	* src/libicalss/icalssyacc.h: Add generated files back to repository.
	They don't belong there, but that's not my problem.

svn path=/trunk/; revision=22683
2003-09-24 02:06:52 +00:00
1b5c1357dc Don't xmlFree (name) until after we've g_strdup'd it. (em_migrate_dir): If
2003-09-23  Jeffrey Stedfast  <fejj@ximian.com>

	* evolution-mbox-upgrade.c (get_local_store): Don't xmlFree (name)
	until after we've g_strdup'd it.
	(em_migrate_dir): If the metadata file doesn't exist, don't even
	bother trying subfolers (the shell just ignores them so we should
	too).

svn path=/trunk/; revision=22679
2003-09-23 21:25:48 +00:00
020a8e0361 If the CREATE flag is set and the parent .sbd directory does not exist,
2003-09-23  Jeffrey Stedfast  <fejj@ximian.com>

	* providers/local/camel-mbox-store.c (get_folder): If the CREATE
	flag is set and the parent .sbd directory does not exist, create
	it.

svn path=/trunk/; revision=22677
2003-09-23 21:03:19 +00:00
c948d14546 Don't xmlFree (name) until after we've g_strdup'd it.
2003-09-23  Jeffrey Stedfast  <fejj@ximian.com>

	* evolution-mbox-upgrade.c (get_local_store): Don't xmlFree (name)
	until after we've g_strdup'd it.

svn path=/trunk/; revision=22676
2003-09-23 20:32:07 +00:00
8db4001828 Fix for bug #48791 (and also fixes a FIXME)
2003-09-23  Jeffrey Stedfast  <fejj@ximian.com>

	Fix for bug #48791 (and also fixes a FIXME)

	* em-format.c (emf_init): Setup a gconf listener for changes to
	the charset setting.
	(gconf_charset_changed): Update the cached gconf charset value.
	(emf_finalise): Free the EMFormatPrivate data, unref the gconf
	client, disconnect the charset notify id, and free the cached
	gconf charset value.
	(em_format_format_text): Use the cached gconf charset value.

svn path=/trunk/; revision=22675
2003-09-23 20:15:44 +00:00
b0cf774e78 Updated.
2003-09-23  Åsmund Skjæveland  <aasmunds@fys.uio.no>

	* nn.po: Updated.

svn path=/trunk/; revision=22672
2003-09-23 19:14:45 +00:00
1182181b37 Don't forget to flush the iconv conversion.
2003-09-23  Jeffrey Stedfast  <fejj@ximian.com>

	* camel-mime-utils.c (append_8bit): Don't forget to flush the
	iconv conversion.

svn path=/trunk/; revision=22671
2003-09-23 18:40:25 +00:00
4bd500a0d8 Don't try dot-files.
2003-09-23  Jeffrey Stedfast  <fejj@ximian.com>

	* tests/message/test4.c (main): Don't try dot-files.

svn path=/trunk/; revision=22665
2003-09-23 16:50:06 +00:00
2f6e188b20 Minor update.
2003-09-23  Åsmund Skjæveland  <aasmunds@fys.uio.no>

	* nn.po: Minor update.

svn path=/trunk/; revision=22660
2003-09-23 11:43:02 +00:00
beb604cfc9 connect to "key_press_event" signal with key_press_event_callback.
2003-09-23  Charles Zhang  <charles.zhang@sun.com>

	* e-shell-startup-wizard.c (e_shell_startup_wizard_create): connect
	to "key_press_event" signal with key_press_event_callback.
	(key_press_event): Handle `ESC` key press event. [#48145]

svn path=/trunk/; revision=22657
2003-09-23 08:19:56 +00:00
d652232d85 Add some assertion. Send Close response signal to the properties dialog
2003-09-13  Charles Zhang  <charles.zhang@sun.com>

	* e-msg-composer-attachment-bar.c (remove_attachment): Add some
	assertion. Send Close response signal to the properties dialog
	while removeing an attachment.
	* e-msg-composer-attachment-bar.c (remove_selected): Fix a re-
	remove-attachment bug. [#48466]

svn path=/trunk/; revision=22656
2003-09-23 08:18:40 +00:00
a2d243e391 ** See bug #32996
2003-09-22  Not Zed  <NotZed@Ximian.com>

        ** See bug #32996

        * mail-folder-cache.c (real_flush_updates): don't just pass TRUE
        to the 'can work offline' parameter of new shell folder.

        ** See bug #39410

        * mail-ops.c (prep_offline_do): sync all messages, not just
        unread or flagged ones.

svn path=/trunk/; revision=22655
2003-09-23 01:05:16 +00:00
98cf0ad5f5 ** See bug #41610
2003-09-22  Not Zed  <NotZed@Ximian.com>

        ** See bug #41610

        * providers/pop3/camel-pop3-folder.c (cmd_tocache): protect a
        divide by 0 for 0 length messages.

svn path=/trunk/; revision=22654
2003-09-23 01:02:23 +00:00
bd44c72b2b Remove $(cxx_libs), it's undefined.
2003-09-22  Hans Petter Jansson  <hpj@ximian.com>

        * src/libicalcap/Makefile.am (LDADD): Remove $(cxx_libs), it's
        undefined.

svn path=/trunk/; revision=22653
2003-09-22 21:27:01 +00:00
16a7d16629 removed, moved to em-folder-view, for now, it has access to an invisible.
2003-09-22  Not Zed  <NotZed@Ximian.com>

        * em-popup.c (emp_uri_popup_link_copy): removed, moved to
        em-folder-view, for now, it has access to an invisible.

        * em-folder-view.c (emfv_setting_notify): honour the load_http
        setting, at least the all setting.
        (emfv_format_popup_event): setup the popup menu item for copy link
        location here.

svn path=/trunk/; revision=22652
2003-09-22 19:51:25 +00:00
1d84cb5e08 Connect to "value-changed" rather than "changed" for spin buttons.
2003-09-22  Jeffrey Stedfast  <fejj@ximian.com>

	* mail-preferences.c (mail_preferences_construct): Connect to
	"value-changed" rather than "changed" for spin buttons.

svn path=/trunk/; revision=22650
2003-09-22 18:55:50 +00:00
d60e250a6e implement, we hook into the mail progress reporting stuff by overriding
2003-09-21  Not Zed  <NotZed@Ximian.com>

        * mail-session.c (ms_thread_msg_new): implement, we hook into the
        mail progress reporting stuff by overriding the CamelOperation
        member with one from a dummy mail_msg.
        (ms_thread_msg_free): handle freeing.

        * mail-mt.c (mail_msg_free): mute the camel-operaiton when we free
        it so we no longer get updates.

svn path=/trunk/; revision=22649
2003-09-22 18:53:26 +00:00
6abd6e01b3 Added "offline_sync" option, which lets you synchronise all mail to local
2003-09-22  Not Zed  <NotZed@Ximian.com>

        * providers/imap/camel-imap-provider.c: Added "offline_sync"
        option, which lets you synchronise all mail to local storage
        automagically.

        * camel-disco-folder.c (cdf_folder_changed): hook onto the folder
        changed single, for all new messages, check that they are online
        using another thread, if the offline_sync option has been enabled
        for this store.

2003-09-21  Not Zed  <NotZed@Ximian.com>

        * camel-session.c (session_thread_destroy): call proper entry
        point for freeing the message.

2003-09-18  Not Zed  <NotZed@Ximian.com>

        * camel-folder.c (filter_filter): register the filtering process
        for progress, and do progress of the filtering process.

2003-09-17  Not Zed  <NotZed@Ximian.com>

        * camel.c (camel_init): init camel operation.

        * camel-operation.c (camel_operation_reset): removed, not used,
        not worth it.
        (camel_operation_mute): new method to stop all status updates
        permanently.
        (*): Changed to use thread specific data and a list rather than a
        hashtable.
        (cancel_thread): removed.
        (camel_operation_register): return the previously registered op.

svn path=/trunk/; revision=22648
2003-09-22 18:48:34 +00:00
5d47e3740b Listen to the "value-changed" signal rather than the "changed" signal.
2003-09-22  Jeffrey Stedfast  <fejj@ximian.com>

	* filter-int.c (get_widget): Listen to the "value-changed" signal
	rather than the "changed" signal. Fixes bug #48166.

svn path=/trunk/; revision=22646
2003-09-22 18:40:41 +00:00
4ba952503e Fix the code that creates a new ssl stream to pass the correct arguments
2003-09-22  Jeffrey Stedfast  <fejj@ximian.com>

	* providers/nntp/camel-nntp-store.c (connect_to_server): Fix the
	code that creates a new ssl stream to pass the correct arguments
	and the proper flags.

	* providers/imapp/camel-imapp-folder.c (imap_sync): Cast the
	CamelFolder to a CamelIMAPPFolder to hush some compiler warnings.

	* camel-mime-utils.h: Define a struct _CamelContentDisposition
	(allows the imapp code to compile)

	* providers/imapp/camel-imapp-driver.c: #include <string.h>

svn path=/trunk/; revision=22635
2003-09-22 15:00:59 +00:00
c5a06d54f6 libical.la -> libical-evolution.la
2003-09-22  Hans Petter Jansson  <hpj@ximian.com>

	* calendar/cal-util/Makefile.am (libical_util_la_LIBADD):
	libical.la -> libical-evolution.la

	* calendar/importers/Makefile.am
	(libevolution_calendar_importers_la_LIBADD):
	libicalvcal.la -> libicalvcal-evolution.la

	* shell/Makefile.am (evolution_LDADD):
	libical.la -> libical-evolution.la

	* libical/configure.in: Require flex 2.5.31 and add a test for it.
	Rename WITH_CXX conditional to WITH_CXX_BINDINGS.

	* libical/examples/Makefile.am (doesnothing_LDADD): Add -evolution to
	lib names.

	* libical/src/test/Makefile.am: WITH_CXX -> WITH_CXX_BINDINGS. Add
	-evolution to lib names.

	* libical/src/test/regression.c (main): WITH_CXX -> WITH_CXX_BINDINGS.

	* libical/src/libicalcap/Makefile.am: Add -evolution to lib names.
	Install to Evolution's priv dirs.

	* libical/src/libicalvcal/Makefile.am: Ditto.

	* libical/src/libical/Makefile.am: WITH_CXX -> WITH_CXX_BINDINGS. Add
	-evolution to lib names. Install in privlibdir. Install includes to
	$(privincludedir)/libical.

	* libical/src/libicalss/Makefile.am: Ditto.

	* libical/src/libicalss/icalsslexer.l: Replace option reentrant-bison
	with reentrant and bison-bridge. Use new Flex variable names.

	* libical/src/libical/icallexer.l:
	* libical/src/libical/icalyacc.y:
	* libical/src/libicalss/icalsslexer.c:
	* libical/src/libicalss/icalssyacc.c:
	* libical/src/libicalss/icalssyacc.h: Removed from repository.

svn path=/trunk/; revision=22633
2003-09-22 07:32:34 +00:00
88d4fd5eac Fixes #1245. ECalendar should be usable with the keyboard
2003-09-19  Bolian Yin <bolian.yin@sun.com>

        Fixes #1245. ECalendar should be usable with the keyboard

        *misc/e-calendar-item.c (e_calendar_item_focus): new func, focus handler.
        (e_calendar_item_key_press_event): new func, key press event handler
        (e_calendar_item_selection_add_days, e_calendar_item_stop_selecting): helpers.
        (e_calendar_item_ensure_days_visible, e_calendar_item_set_selection_if_emission):
         add the flag to control if we should emit e-calendar signals.
        (e_calendar_item_class_init): register focus handler.
        (e_calendar_item_event): add code for GDK_FOCUS_CHANGE and GDK_KEY_PRESS.

        *misc/e-calendar.c (e_calendar_focus): new func, focus handler
        (e_calendar_button_has_focus): new func, if prev/next button has focus.
        (e_calendar_on_next_clicked, e_calendar_on_prev_clicked): click signal handler
         for prev/next buttons.
        (e_calendar_set_focusable): set if the e-calendar is focusable

        *misc/e-dateedit.c (e_date_edit_show_date_popup, hide_date_popup): grab/ungrab gdk keyboard.

svn path=/trunk/; revision=22632
2003-09-22 03:19:00 +00:00
939c8a4b82 fixed a comment
svn path=/trunk/; revision=22630
2003-09-19 21:01:52 +00:00
dea1ec84a8 Set the window title to be that of the message subject. Fixes bug #48617.
2003-09-19  Jeffrey Stedfast  <fejj@ximian.com>

	* em-message-browser.c (emmb_set_message): Set the window title to
	be that of the message subject. Fixes bug #48617.

svn path=/trunk/; revision=22629
2003-09-19 20:18:55 +00:00
5f1b22f46d Fix for bug #48618.
2003-09-19  Jeffrey Stedfast  <fejj@ximian.com>

	Fix for bug #48618.

	* em-folder-view.c (emfv_list_message_selected): See if we have
	already loaded the message uid that has just been selected, if so
	- don't bother re-loading it.
	(emfv_list_done_message_selected): Update loaded_uid and
	loading_uid.

svn path=/trunk/; revision=22628
2003-09-19 18:54:09 +00:00
46608598c6 remove the "addressbook.db.summary" correctly. #48538
2003-09-19  Gilbert Fang  <gilbert.fang@sun.com>

       * addressbook/gui/component/addressbook-component.c (xfer_folder):
	 remove the "addressbook.db.summary" correctly. #48538

svn path=/trunk/; revision=22624
2003-09-19 10:26:30 +00:00
2ab6a4ce0b use gtkhtml's blocking
2003-09-18  Radek Doulik  <rodo@ximian.com>

	* em-format-html.c (efh_init): use gtkhtml's blocking

svn path=/trunk/; revision=22622
2003-09-18 20:48:28 +00:00
ce155a5b37 updated cvsignore file
svn path=/trunk/; revision=22619
2003-09-18 19:06:32 +00:00
6c48fb84db updated for CamelTransferEncoding namespace changes
2003-09-18  Jeffrey Stedfast  <fejj@ximian.com>

	* em-inline-filter.c: updated for CamelTransferEncoding namespace
	changes

	* em-inline-filter.h: updated for CamelTransferEncoding namespace
	changes

	* mail-ops.c: updated for CamelTransferEncoding namespace changes

svn path=/trunk/; revision=22618
2003-09-18 19:05:42 +00:00
91195af48f New function to replace the one from camel-mime-part.c
2003-09-18  Jeffrey Stedfast  <fejj@ximian.com>

	* camel-mime-utils.c (camel_transfer_encoding_to_string): New
	function to replace the one from camel-mime-part.c
	(camel_transfer_encoding_from_string): Same.
	(camel_content_transfer_encoding_decode): Renamed from
	camel_header_content_encoding_decode().

	* camel-mime-part.c (camel_mime_part_encoding_to_string): Removed.
	(camel_mime_part_encoding_from_string): Removed.

	* camel-data-wrapper.[c,h]: updated for CamelTransferEncoding
	namespace changes

	* camel-folder-summary.c: updated for CamelTransferEncoding
	namespace changes

	* camel-mime-filter-bestenc.[c,h]: updated for CamelTransferEncoding
	namespace changes

	* camel-mime-message.c: updated for CamelTransferEncoding
	namespace changes

	* camel-mime-part-utils.c: updated for CamelTransferEncoding
	namespace changes

	* camel-multipart-signed.c: updated for CamelTransferEncoding
	namespace changes

	* camel-smime-context.c: updated for CamelTransferEncoding
	namespace changes

	* providers/imapp/camel-imapp-utils.c: updated for
	CamelTransferEncoding namespace changes

	* tests/lib/messages.c: updated for CamelTransferEncoding
	namespace changes

	* tests/message/test1.c: updated for CamelTransferEncoding
	namespace changes

svn path=/trunk/; revision=22617
2003-09-18 19:02:15 +00:00
21c57eeb74 updated for CamelTransferEncoding namespace changes
2003-09-18  Jeffrey Stedfast  <fejj@ximian.com>

	* e-msg-composer-attachment-bar.c: updated for
	CamelTransferEncoding namespace changes

	* e-msg-composer.c: updated for CamelTransferEncoding namespace
	changes

svn path=/trunk/; revision=22616
2003-09-18 19:01:13 +00:00
e0068343b1 namespaced the encoding/decoding routines.
2003-09-18  Jeffrey Stedfast  <fejj@ximian.com>

	* camel-mime-utils.[c,h]: namespaced the encoding/decoding
	routines.

	* camel-mime-filter-basic.c: updated for namespace changes to the
	encoding/decoding routines in camel-mime-utils.c

	* camel-multipart.c: updated for namespace changes to the
	encoding/decoding routines in camel-mime-utils.c

	* camel-sasl-digest-md5.c: updated for namespace changes to the
	encoding/decoding routines in camel-mime-utils.c

	* camel-sasl.c: updated for namespace changes to the
	encoding/decoding routines in camel-mime-utils.c

	* camel-vee-folder.c: updated for namespace changes to the
	encoding/decoding routines in camel-mime-utils.c

	* providers/imap/camel-imap-search.c: updated for namespace
	changes to the encoding/decoding routines in camel-mime-utils.c

	* providers/pop3/camel-pop3-folder.c: updated for namespace
	changes to the encoding/decoding routines in camel-mime-utils.c

svn path=/trunk/; revision=22615
2003-09-18 18:10:58 +00:00
df21ede0c7 s/HSCAN_/CAMEL_MIME_PARSER_STATE_/g and
2003-08-26  Jeffrey Stedfast  <fejj@ximian.com>

	* camel-mime-parser.[c,h]: s/HSCAN_/CAMEL_MIME_PARSER_STATE_/g and
	s/_header_state/_camel_mime_parser_state/g

	* camel-filter-driver.c: Same.

	* camel-folder-summary.c: Here too.

	* camel-http-stream.c: And here.

	* camel-mime-message.c: ...

	* camel-mime-part-utils.c: ...

	* camel-mime-part.c: ...

	* camel-movemail.c: ...

	* camel-multipart-signed.c: ...

	* camel-multipart.c: ...

	* providers/local/camel-mbox-folder.c: ...

	* providers/local/camel-mbox-summary.c: ...

	* providers/local/camel-mh-summary.c: ...

	* providers/nntp/camel-nntp-summary.c: ...

	* providers/pop3/camel-pop3-folder.c: ...

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

	* camel-mime-utils.[c,h]: Namespaced.

	* camel-data-wrapper.c: updated for namespace changed made to
	camel-mime-utils.[c,h]

	* camel-digest-folder.c: updated for namespace changed made to
	camel-mime-utils.[c,h]

	* camel-filter-driver.c: updated for namespace changed made to
	camel-mime-utils.[c,h]

	* camel-filter-search.c: updated for namespace changed made to
	camel-mime-utils.[c,h]

	* camel-folder-search.c: updated for namespace changed made to
	camel-mime-utils.[c,h]

	* camel-folder-summary.[c,h]: updated for namespace changed made
	to camel-mime-utils.[c,h]

	* camel-http-stream.c: updated for namespace changed made to
	camel-mime-utils.[c,h]

	* camel-http-stream.h: updated for namespace changed made to
	camel-mime-utils.[c,h]

	* camel-internet-address.c: updated for namespace changed made to
	camel-mime-utils.[c,h]

	* camel-medium.[c,h]: updated for namespace changed made to
	camel-mime-utils.[c,h]

	* camel-mime-message.c: updated for namespace changed made to
	camel-mime-utils.[c,h]

	* camel-mime-parser.[c,h]: updated for namespace changed made to
	camel-mime-utils.[c,h]

	* camel-mime-part-utils.c: updated for namespace changed made to
	camel-mime-utils.[c,h]

	* camel-mime-part.[c,h]: updated for namespace changed made to
	camel-mime-utils.[c,h]

	* camel-movemail.c: updated for namespace changed made to
	camel-mime-utils.[c,h]

	* camel-multipart-encrypted.c: updated for namespace changed made
	to camel-mime-utils.[c,h]

	* camel-multipart-signed.c: updated for namespace changed made to
	camel-mime-utils.[c,h]

	* camel-multipart.c: updated for namespace changed made to
	camel-mime-utils.[c,h]

	* camel-search-private.[c,h]: updated for namespace changed made
	to camel-mime-utils.[c,h]

	* camel-types.h: updated for namespace changed made to
	camel-mime-utils.[c,h]

	* providers/imap/camel-imap-folder.c: updated for namespace
	changed made to camel-mime-utils.[c,h]

	* providers/imap/camel-imap-store-summary.c: updated for namespace
	changed made to camel-mime-utils.[c,h]

	* providers/imap/camel-imap-utils.c: updated for namespace changed
	made to camel-mime-utils.[c,h]

	* providers/imapp/camel-imapp-utils.[c,h]: updated for namespace
	changed made to camel-mime-utils.[c,h]

	* providers/local/camel-local-summary.[c,h]: updated for namespace
	changed made to camel-mime-utils.[c,h]

	* providers/local/camel-maildir-summary.c: updated for namespace
	changed made to camel-mime-utils.[c,h]

	* providers/local/camel-mbox-summary.c: updated for namespace
	changed made to camel-mime-utils.[c,h]

	* providers/local/camel-spool-summary.h: updated for namespace
	changed made to camel-mime-utils.[c,h]

	* providers/nntp/camel-nntp-summary.c: updated for namespace
	changed made to camel-mime-utils.[c,h]

	* providers/nntp/camel-nntp-utils.c: updated for namespace changed
	made to camel-mime-utils.[c,h]

	* providers/pop3/camel-pop3-folder.c: updated for namespace
	changed made to camel-mime-utils.[c,h]

	* providers/sendmail/camel-sendmail-transport.c: updated for
	namespace changed made to camel-mime-utils.[c,h]

	* providers/smtp/camel-smtp-transport.c: updated for namespace
	changed made to camel-mime-utils.[c,h]

svn path=/trunk/; revision=22613
2003-09-18 17:07:09 +00:00
a72785e2a7 Updated for namespace changes in Camel.
2003-09-18  Jeffrey Stedfast  <fejj@ximian.com>

	* e-msg-composer-attachment-bar.c:
	* e-msg-composer-attachment.c:
	* e-msg-composer.c: Updated for namespace changes in Camel.

svn path=/trunk/; revision=22611
2003-09-18 17:05:43 +00:00
2a88606f5d updated for camel namespace changes
2003-09-18  Jeffrey Stedfast  <fejj@ximian.com>

	* component-factory.c: updated for camel namespace changes

	* em-folder-view.c: updated for camel namespace changes

	* em-format-html-display.c: updated for camel namespace changes

	* em-format-html-quote.c: updated for camel namespace changes

	* em-format.c: updated for camel namespace changes

	* em-popup.c: updated for camel namespace changes

	* em-utils.c: updated for camel namespace changes

	* mail-autofilter.c: updated for camel namespace changes

	* mail-ops.c: updated for camel namespace changes

	* mail-session.c: updated for camel namespace changes

	* message-list.c: updated for camel namespace changes

	* message-tag-followup.c: updated for camel namespace changes

	* importers/evolution-mbox-importer.c: updated for camel namespace
	changes

2003-09-18  Jeffrey Stedfast  <fejj@ximian.com>

	* em-popup.c (emp_standard_menu_factory): Don't forget to
	initialise/increment 'i' when using it as an object id in the
	for-loop.

	* em-format.c (em_format_format_text): Initialise charset to NULL
	or it may be used uninitialised. Also include
	gnome-vfs-mime-handlers.h for gnome_vfs_mime_type_get_description().

svn path=/trunk/; revision=22610
2003-09-18 17:05:23 +00:00
6205217822 Initialise charset to NULL or it may be used uninitialised. Also include
2003-09-18  Jeffrey Stedfast  <fejj@ximian.com>

	* em-format.c (em_format_format_text): Initialise charset to NULL
	or it may be used uninitialised. Also include
	gnome-vfs-mime-handlers.h for gnome_vfs_mime_type_get_description().

	* Makefile.am: Added $(MARSHALL_GENERATED) to $(BUILT_SOURCES) so
	that em-marshal.[c,h] were autogenerated.

svn path=/trunk/; revision=22609
2003-09-18 16:04:25 +00:00
43eb05b879 make the code be compliant with C89, or it can't be compiled on solaris.
2003-09-13  Tim Wo <tim.wo@sun.com>

	* gal/a11y/e-text/gal-a11y-e-text.c (et_insert_text): make the
	code be compliant with C89, or it can't be compiled on solaris.
	(et_copy_text): implementation added
	(et_cut_text): implementation added
	(et_delete_text): implementation added
	(et_paste_text): implementation added

svn path=/trunk/; revision=22606
2003-09-18 13:47:25 +00:00
ff8411e7f1 And now with correct charset. Sorry.
2003-09-18  Åsmund Skjæveland  <asmund@fys.uio.no>

	* nn.po, Changelog: And now with correct charset. Sorry.

svn path=/trunk/; revision=22604
2003-09-18 10:09:18 +00:00
81a0ff5bc4 cvs removed.
2003-09-17  Not Zed  <NotZed@Ximian.com>

         * folder-browser.c, folder-browser.h, folder-browser-ui.c
         folder-browser-ui.h, mail-callbacks.c, mail-callbacks.h
         mail-display.c, mail-display.h, mail-display-stream.c
         mail-display-stream.h, mail-format.c, mail-format.h
         mail-identify.c, mail-search.c, mail-search.h
         message-browser.c, message-browser.h, subscribe-dialog.c
         subscribe-dialog.h, mail-font-prefs.c, mail-font-prefs.h: cvs
         removed.

        * Makefile.am: Removed mail-font-prefs.[ch], hasn't been built for
        ages.

        * em-*.c: killed a bunch of printfs.

        * em-format-html-display.c (efhd_html_button_press_event): update
        for html object api chagnes.

        ** Merge in mail-refactor-2 branch.

svn path=/trunk/; revision=22602
2003-09-17 21:19:04 +00:00
a36a1bb70b ** Merge in mail-refactor-2-branch
2003-09-17  Not Zed  <NotZed@Ximian.com>

        ** Merge in mail-refactor-2-branch

svn path=/trunk/; revision=22601
2003-09-17 21:17:11 +00:00
24baa21ccf Moved EditCopy EditPaste, and EditCut here.
2003-08-27  Not Zed  <NotZed@Ximian.com>

        * evolution-mail-message.xml: Moved EditCopy EditPaste, and
        EditCut here.

        * evolution-mail-list.xml: Removed EditCopy, EditPaste, and
        EditCut.

svn path=/trunk/; revision=22598
2003-09-17 19:07:44 +00:00
201380dd41 New source file to migrate from the old mbox structure to the new mbox
2003-09-17  Jeffrey Stedfast  <fejj@ximian.com>

	* evolution-mbox-upgrade.c: New source file to migrate from the
	old mbox structure to the new mbox structure.

svn path=/trunk/; revision=22596
2003-09-17 17:21:50 +00:00
1aeb854e50 Implement a temp hack so trunk works until we merge in new-ui-branch.
2003-09-16  Jeffrey Stedfast  <fejj@ximian.com>

	* providers/local/camel-mbox-folder.c
	(camel_mbox_folder_get_full_path): Implement a temp hack so trunk
	works until we merge in new-ui-branch.

svn path=/trunk/; revision=22594
2003-09-16 21:20:50 +00:00
e8c9e32de8 type should be a GType. (rule_context_add_rule_set): Likewise. Update
2003-09-16  Jeremy Katz  <katzj@redhat.com>

	* rule-context.c (rule_context_add_part_set): type should be a GType.
	(rule_context_add_rule_set): Likewise.
	* rule-context.h: Update prototypes.  Use GType instead of int for
	type in _part_set_map and _rule_set_map.

svn path=/trunk/; revision=22593
2003-09-16 21:15:38 +00:00
3bed164dfa update for newer gtkhtml
svn path=/trunk/; revision=22592
2003-09-16 21:06:43 +00:00
de47f3740e require newer gtkhtml
svn path=/trunk/; revision=22591
2003-09-16 21:06:26 +00:00