Commit Graph

18282 Commits

Author SHA1 Message Date
e74d9ca1cc Namespaced.
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=22355
2003-08-25 21:01:55 +00:00
0357dde828 Added some more error checking for reading/writing to the pipes. Fixes bug
2003-08-25  Jeffrey Stedfast  <fejj@ximian.com>

	* camel-filter-driver.c (pipe_to_system): Added some more error
	checking for reading/writing to the pipes. Fixes bug #47880.
`

svn path=/trunk/; revision=22352
2003-08-25 15:09:34 +00:00
cbf3647544 translate the local time format.
2003-08-22  Not Zed  <NotZed@Ximian.com>

	* mail-format.c (write_date): translate the local time format.

2003-08-20  David Woodhouse  <dwmw2@infradead.org>

	* mail-format.c (write_date): Use e_utf8_strftime() to generate
	localised time; avoid gratuitous extra translation and array of
	day names, and the autoconf magic which made Not Zed dislike the
	inclusion of the timezone name.

2003-08-05  Not Zed  <NotZed@Ximian.com>

	** See bug #32732

	* message-list.c (mail_regen_list): use thread_new.

	* mail-local.c (reconfigure_response): use thread_new.

	* mail-display.c (stream_write_or_redisplay_when_loaded): use
	thread_new.

	* mail-config.c (mail_config_check_service): use thread_new rather
	than queue.

	* mail-callbacks.c (view_msg): change to use mail_get_messages(),
	fixes FIXME.
	(do_view_messages): handle get_messages callback.
	(do_view_message): removed.

	* mail-ops.c (mail_get_folderinfo): Use a new thread thread
	semantic.
	(mail_save_part): "
	(mail_store_set_offline): "
	(mail_sync_folder): use queued_slow thread queue.
	(mail_expunge_folder): "
	(mail_empty_trash): "

svn path=/trunk/; revision=22340
2003-08-22 21:14:36 +00:00
bc43a79394 Don't abort at the first failure after sending (filtering, appending to
2003-08-14  Jeffrey Stedfast  <fejj@ximian.com>

	* mail-ops.c (mail_send_message): Don't abort at the first failure
	after sending (filtering, appending to Sent, syncing). Instead,
	keep a running tab of exceptions and then set a culmulative
	exception at the end to report to our caller. Also, if we fail to
	append to the account Sent folder, try again with the local Sent
	folder. Fixes bug #46512.

svn path=/trunk/; revision=22336
2003-08-22 17:02:01 +00:00
0550d3f271 Ensure we get UTF-8 strings from gettext.
* gui/alarm-notify/notify-main.c: (main):
        Ensure we get UTF-8 strings from gettext.

svn path=/trunk/; revision=22334
2003-08-22 15:26:17 +00:00
e8e4c2c16d Fixes #47779
2003-08-22 Bolian Yin <bolian.yin@sun.com>

        Fixes #47779

        * gnome-cal.c (gnome_calendar_get_visible_time_range): fix the return value bug.

svn path=/trunk/; revision=22331
2003-08-22 01:57:49 +00:00
d9ab87eedc Wrote one.
2003-08-21  Not Zed  <NotZed@Ximian.com>

        * HACKING: Wrote one.

svn path=/trunk/; revision=22328
2003-08-21 20:41:50 +00:00
8536a2be55 use a 'char **' for the 'error_msg' argument, instead of a fixed size
2003-08-21  Rodrigo Moya <rodrigo@ximian.com>

	* cal-client/cal-client.[ch] (cal_client_send_object): use a 'char **'
	for the 'error_msg' argument, instead of a fixed size string.

	* gui/itip-utils.c (comp_server_send): pass the correct parameter to
	cal_client_send_object.

svn path=/trunk/; revision=22326
2003-08-21 16:33:42 +00:00
8cb1ce04ac Don't poke wrapper->stream directly, use
2003-08-21  Jeffrey Stedfast  <fejj@ximian.com>

	* camel-data-wrapper.c (decode_to_stream): Don't poke
	wrapper->stream directly, use camel_data_wrapper_write_to_stream()
	instead as this simplifies things and makes the imap data wrapper
	implementation Just Work (tm).

	* providers/imap/camel-imap-wrapper.c: changed prototype of
	write_to_stream() to return ssize_t.

svn path=/trunk/; revision=22325
2003-08-21 16:20:14 +00:00
e9d518e362 Removed illegal '-'s from strptime msgstr, this fixes #43558, Appointment
2003-08-20 Suresh Chandrasekharan <suresh.chandrasekharan@sun.com>

        * zh_CN.po: Removed illegal '-'s from strptime msgstr, this fixes
        #43558, Appointment Editor always gives time validation error for
        apptmnts in non UTF-8/non ASCII locales.

svn path=/trunk/; revision=22323
2003-08-21 02:23:16 +00:00
8d6bc9e331 Fix for 47474 e_filename_make_safe routine not utf8 friendly.
2003-08-20  Suresh Chandrasekharan  <suresh.chandrasekharan@sun.com>

	* gal/util/e-util.c (e_filename_make_safe): Fix for 47474
	e_filename_make_safe routine not utf8 friendly.

svn path=/trunk/; revision=22321
2003-08-21 01:27:10 +00:00
5440e6d4c1 minor chang in ChangLog
svn path=/trunk/; revision=22320
2003-08-20 23:56:12 +00:00
79e94f2297 Added initial Malay Translation by MIMOS Open Source Development Group
2003-08-20  Hasbullah Bin Pit <sebol@ikhlas.com>

        * ms.po: Added initial Malay Translation by
        MIMOS Open Source Development Group <syed@mimos.my>

svn path=/trunk/; revision=22319
2003-08-20 23:53:25 +00:00
eacc240747 Rename to start_default_server_async () and don't run a nested main loop.
2002-08-20  Hans Petter Jansson  <hpj@ximian.com>

	* gui/e-itip-control.c (start_defalt_server): Rename to
	start_default_server_async () and don't run a nested main loop. Let
	the caller deal with the client object and signals.
	(default_server_started_cb): Implement. Async signal handler for
	'cal_opened' signal, does the embedding.
	(object_requested_cb): Rewritten to work asynchronously, and finish
	the embedding when default_server_started_cb() is called.

svn path=/trunk/; revision=22317
2003-08-20 19:14:07 +00:00
c37df16604 Make sure to ref the stream. Fixes bug #47749.
2003-08-20  Jeffrey Stedfast  <fejj@ximian.com>

	* providers/imap/camel-imap-wrapper.c (imap_wrapper_hydrate): Make
	sure to ref the stream. Fixes bug #47749.

svn path=/trunk/; revision=22315
2003-08-20 17:39:37 +00:00
572cd35fe3 new function to set icons on the popup menu items.
2003-08-20  Rodrigo Moya <rodrigo@ximian.com>

	* gui/e-calendar-table.c (setup_popup_icons): new function to set icons
	on the popup menu items.
	(e_calendar_table_show_popup_menu): call setup_popup_icons.

svn path=/trunk/; revision=22311
2003-08-20 12:14:02 +00:00
a61f069da9 set more icons for the popup menu.
2003-08-20  Rodrigo Moya <rodrigo@ximian.com>

	* gui/e-cal-view.c (setup_popup_icons): set more icons for the
	popup menu.

svn path=/trunk/; revision=22310
2003-08-20 12:02:32 +00:00
ba4e2baca4 adapted to changes in ECalViewEvent.
2003-08-20  Rodrigo Moya <rodrigo@ximian.com>

	* calendar/ea-cal-view-event.c (ea_cal_view_event_get_name):
	adapted to changes in ECalViewEvent.

svn path=/trunk/; revision=22309
2003-08-20 10:17:47 +00:00
4ad72d24ee Merged from calendar-views-with-model branch
svn path=/trunk/; revision=22308
2003-08-20 10:17:18 +00:00
ba861603f4 Merged from calendar-views-with-model branch
svn path=/trunk/; revision=22307
2003-08-20 10:16:57 +00:00
252980fd75 add ea-factory.h into source list
svn path=/trunk/; revision=22306
2003-08-20 09:08:27 +00:00
6f64df2e61 use memcpy to assign CORBA_char_sequence instead of strcpy. (#46706)
2003-08-20  Gilbert Fang  <gilbert.fang@sun.com>

        * gui/widgets/e-addressbook-util.c
        (e_addressbook_send_card_list): use memcpy to assign
        CORBA_char_sequence instead of strcpy. (#46706)

svn path=/trunk/; revision=22305
2003-08-20 08:58:13 +00:00
d5b0f9dc9d Add a11y checking, and a11y Makefiles add a11y subdirectory
2003-08-20  Bolian Yin <bolian.yin@sun.com>

        * configure.in: Add a11y checking, and a11y Makefiles
        * Makefile.am: add a11y subdirectory

svn path=/trunk/; revision=22304
2003-08-20 08:05:21 +00:00
ef5eb5facd Add a11y dependency. gui/calendar-commands.c
2003-08-20  Bolian Yin <bolian.yin@sun.com>

        * gui/Makefile.am : Add a11y dependency.
        * gui/calendar-commands.c (calendar_get_text_for_folder_bar_label)
        * gui/e-cal-view.c: Add two new events: "event_changed" and "event_added"
        * gui/e-day-view.c (e_day_view_class_init): init a11y.
          (e_day_view_find_event_from_item): make it public from private
          (e_day_view_update_event_cb): emit "event_changed" signal
          (e_day_view_reshape_day_event): emit "event_added" signal
          (e_day_view_reshape_long_event): emit "event_added" signal
        * gui/e-week-view.c (e_week_view_class_init): init a11y.
          (e_week_view_find_event_from_item): make it public from private
          (e_week_view_update_event_cb): emit "event_changed" signal
          (e_week_view_reshape_event_span): emit "event_added" signal
        * gui/gnome-cal.c (gnome_calendar_class_init): init a11y.
          (gnome_calendar_get_e_calendar_widget),
          (gnome_calendar_get_search_bar_widget),
          (gnome_calendar_get_view_notebook_widget): new functions

svn path=/trunk/; revision=22303
2003-08-20 08:05:00 +00:00
7bb25afd43 setup the a11y directory for evolution accessibility work New files are:
2003-08-20  Bolian Yin <bolian.yin@sun.com>
        setup the a11y directory for evolution accessibility work
        New files are:
                ChangeLog
                ea-factory.h
                Makefile.am
                calendar/ea-calendar.c
                calendar/ea-calendar.h
                calendar/ea-calendar-helpers.c
                calendar/ea-calendar-helpers.h
                calendar/ea-cal-view.c
                calendar/ea-cal-view.h
                calendar/ea-cal-view-event.c
                calendar/ea-cal-view-event.h
                calendar/ea-day-view.c
                calendar/ea-day-view.h
                calendar/ea-week-view.c
                calendar/ea-week-view.h
                calendar/ea-gnome-calendar.c
                calendar/ea-gnome-calendar.h
                calendar/Makefile.am

svn path=/trunk/; revision=22302
2003-08-20 07:46:05 +00:00
432977b820 added missing implementation.
2003-08-18  Rodrigo Moya <rodrigo@ximian.com>

	* src/libical/icalcomponent.c (icalcomponent_set_uid): added missing
	implementation.

svn path=/trunk/; revision=22297
2003-08-19 23:48:07 +00:00
9c8d4b9534 removed upgrade-mailer.c - no longer used/needed
svn path=/trunk/; revision=22291
2003-08-19 18:20:45 +00:00
1fcc2835b5 Removed the new-mail-notification mess.
2003-08-18  Jeffrey Stedfast  <fejj@ximian.com>

	* mail-session.c (main_get_filter_driver): Removed the
	new-mail-notification mess.

	* mail-folder-cache.c (notify_idle_cb): New idle callback to alert
	the user about new mail.
	(notify_type_changed): New function to intercept user changes to
	his/her notification settings changes.
	(real_flush_updates): Initialise new mail notification if not yet
	initialised and setup an idle callback if none is already set.
	(update_1folder): Now takes an additional argument `new' which
	states whether or not the fodler got any new mail so that we may
	handle notify the user (if needed).
	(folder_changed): Pass in the number of new messages received.

svn path=/trunk/; revision=22290
2003-08-19 17:59:34 +00:00
0a68edd9a4 add an expander_style param (ect_draw): pass expander_style to
2003-08-19  Mike Kestner  <mkestner@ximian.com>

	* e-cell-tree.c (draw_expander): add an expander_style param
	(ect_draw): pass expander_style to draw_expander
	(animate_expander): new timeout handler for expander animation
	(ect_event): on !retro clicks, draw a "semi" expander and start
	an animation handler to finish the animation.

svn path=/trunk/; revision=22288
2003-08-19 17:27:36 +00:00
ae90832e1a return 77 when gpg isn't available rather than 127
also fixed to import the keys from the correct location

svn path=/trunk/; revision=22287
2003-08-19 15:44:33 +00:00
ea129e916b Original patch from David Woodhouse, but modified a bit by me.
2003-08-19  Jeffrey Stedfast  <fejj@ximian.com>

	* Original patch from David Woodhouse, but modified a bit by me.

	* e-msg-composer.c (handle_mailto): Fix insertion of arbitrary
	headers from mailto: links. Ignore From: and Reply-To: headers.

svn path=/trunk/; revision=22285
2003-08-19 15:22:50 +00:00
ff6ebb305f Added a comment for translators.
2003-08-19  Not Zed  <NotZed@Ximian.com>

        * mail-callbacks.c (mail_generate_reply): Added a comment for
        translators.

2003-08-19  David Woodhouse  <dwmw2@infradead.org>

        * mail-callbacks.c (mail_generate_reply): Add a timezone offset to
        the attribution string.

svn path=/trunk/; revision=22284
2003-08-19 14:14:29 +00:00
fee1a9752e Added translation for day and localtime strings. Also removed the tz_zone
2003-08-19  Not Zed  <NotZed@Ximian.com>

        * mail-format.c (write_date): Added translation for day and
        localtime strings.  Also removed the tz_zone stuff, and just use
        'localtime' always.

2003-08-15  David Woodhouse  <dwmw2@infradead.org>

        * mail-format.c (write_date): Show date in localtime too.

svn path=/trunk/; revision=22283
2003-08-19 13:58:22 +00:00
4d5611dfa7 ** For bug #47461.
2003-08-19  Harry Lu  <harry.lu@sun.com>

        ** For bug #47461.

        * e-summary-calendar.c: (generate_html): Change "%P" to "%p" so that
        strftime() can work under solaris.

svn path=/trunk/; revision=22280
2003-08-19 08:51:09 +00:00
c0f44f7904 ** For #45348
2003-08-19  Harry Lu  <harry.lu@sun.com>

        ** For #45348

        * mail-display.c (mail_display_render): Change "%P" to "%p" so
        that strftime() can work under solaris.

svn path=/trunk/; revision=22278
2003-08-19 04:18:32 +00:00
dbf631a87d Various fixes to make it work.
2003-08-18  Not Zed  <NotZed@Ximian.com>

        * camel-http-stream.c: Various fixes to make it work.

        * tests/smime/pgp-mime.c (main): added missing 'ret' variable.

        * providers/smtp/camel-smtp-transport.c (connect_to_server):
        * providers/imapp/camel-imapp-store.c (connect_to_server:
        * providers/imap/camel-imap-store.c (connect_to_server):
        * providers/pop3/camel-pop3-store.c (connect_to_server):
        * camel-http-stream.c (http_connect): change service->session for
        tcp_stream_ssl_new.

        * camel-tcp-stream-ssl.c: Changed service to session, and fix some
        refcounting of it.
        include camel-operation.h

svn path=/trunk/; revision=22275
2003-08-19 02:36:31 +00:00
1b1404afa3 [Fixed bug #47563]
2003-08-18  Jack Jia  <jack.jia@sun.com>

        [Fixed bug #47563]

        * e-summary-tasks.c (setup_task_folder) : set a default value for the
        tasks->due_today_colour and tasks->overdue_colour, if the key in gconf
        is NULL. and change the key name from TasksDueTodayi to due_today, from
        TasksOverdue to overdue, in order to coincide with the key in
        e-summary-tasks.c(setup_task_folder).In this way, it can avoid crash
        on solaris.

svn path=/trunk/; revision=22258
2003-08-18 01:49:16 +00:00
87b5d92a77 ** See bug #47634.
2003-08-15  Not Zed  <NotZed@Ximian.com>

        ** See bug #47634.

        * tests/lib/messages.c (test_message_compare): check
        write_to_stream returns.
        (message_dump_rec): helper to dump message structure.

        * camel-mime-part-utils.c
        (simple_data_wrapper_construct_from_parser): dont set content
        encoding here.
        (camel_mime_part_construct_content_from_parser): set it here
        instead, on every part.  basically same as setting the
        mime_type_field always.

        * camel-multipart-signed.c (camel_multipart_signed_class_init):
        * camel-mime-message.c (camel_mime_message_class_init):
        * camel-multipart.c (camel_multipart_class_init): override
        decode_to_stream to always do the same as write_to_stream, since
        we can never be encoded.

svn path=/trunk/; revision=22252
2003-08-15 20:57:30 +00:00
405b846e5b extracted from ect_draw (draw_expander): new gtktreeview-like expander
2003-08-15  Mike Kestner  <mkestner@ximian.com>

	* e-cell-tree.c (draw_retro_expander): extracted from ect_draw
	(draw_expander): new gtktreeview-like expander drawing
	(ect_draw): draw lines and expanders based on retro_look style prop
	(adjust_event_position): extracted method from ect_event
	(event_in_expander): new checks for motion/clicks in expander
	(ect_event): handle prelight for new expanders
	* e-table-item.c (eti_init): init new motion col/row
	(eti_event): synthesize leave_notify events for cells and propogate
	existing motion events to the cells.
	* e-tree.c (e_tree_class_init): add retro_look and expander_size
	style props.

svn path=/trunk/; revision=22251
2003-08-15 20:23:12 +00:00
0595eace56 unref the EComponentListener before unloading the CORBA object.
2003-08-12  Rodrigo Moya <rodrigo@ximian.com>

	* backend/ebook/e-book.c (e_book_dispose): unref the
	EComponentListener before unloading the CORBA object.

svn path=/trunk/; revision=22248
2003-08-15 18:45:18 +00:00
a23c06806c Don't attach any filters to decode base64/qp/etc.
2003-08-15  Jeffrey Stedfast  <fejj@ximian.com>

	* providers/imap/camel-imap-wrapper.c (imap_wrapper_hydrate):
	Don't attach any filters to decode base64/qp/etc.

svn path=/trunk/; revision=22247
2003-08-15 18:27:55 +00:00
bda646ff75 fixed shit
svn path=/trunk/; revision=22239
2003-08-14 21:06:59 +00:00
655c9cbf97 Fix for 45818 ( i18n mail messages search only produces '[?]'). Now
2003-08-13  Suresh Chandrasekharan <suresh.chandrasekharan@sun.com>

        * e-searching-tokenizer.c (searcher_next_token): Fix for 45818 ( i18n
        mail messages search only produces '[?]'). Now multibyte character
        selection works correctly. But due to associated gtkhtml bug, the find
        button functionallity for multibyte characters is broken.

svn path=/trunk/; revision=22236
2003-08-14 16:56:34 +00:00
6d45ed2859 Chain.
2003-08-12  Hans Petter Jansson  <hpj@ximian.com>

	* backend/ebook/e-destination.c (e_destination_dispose): Chain.

	* gui/component/e-address-widget.c (e_address_widget_destroy): Chain.
	Prevent double frees. Prevent double GSource removal.

	* gui/component/e-cardlist-model.c (e_cardlist_model_class_init):
	Store parent class.
	(e_cardlist_model_dispose): Chain. Prevent double frees and unrefs.

	* gui/contact-editor/e-contact-editor-address.c
	(e_contact_editor_address_dispose): Chain.

	* gui/contact-editor/e-contact-editor-fullname.c
	(e_contact_editor_fullname_dispose): Chain.

	* gui/contact-list-editor/e-contact-list-editor.c
	(e_contact_list_editor_dispose): Chain.

	* gui/contact-list-editor/e-contact-list-model.c
	(contact_list_model_destroy): Chain. Prevent double frees and unrefs.

	* gui/widgets/e-addressbook-reflow-adapter.c (addressbook_dispose):
	Chain.
	(addressbook_finalize): Chain.

	* gui/widgets/e-addressbook-table-adapter.c (addressbook_dispose):
	Chain.

	* gui/widgets/e-addressbook-treeview-adapter.c (addressbook_destroy):
	Chain. Prevent double free.

	* gui/widgets/gal-view-minicard.c (gal_view_minicard_dispose):
	Chain. Prevent double free and detach.

	* gui/widgts/gal-view-treeview.c (gal_view_treeview_dispose):
	Chain. Prevent double free and detach.

	* printins/e-contact-print-style-editor.c
	(e_contact_print_stule_editor_destroy): Chain. Prevent double unref.

svn path=/trunk/; revision=22229
2003-08-14 07:18:18 +00:00
7a208fc48c Chain. Prevent double unrefs. (impl_finalize): Chain.
2003-08-12  Hans Petter Jansson  <hpj@ximian.com>

	* gui/calendar-offline-handler.c (impl_dispose): Chain. Prevent
	double unrefs.
	(impl_finalize): Chain.

	* gui/e-alarm-list.c (finalize): Chain.

	* gui/e-comp-editor-registry.c (destroy): Chain. Prevent double frees.
	(editor_destroy_cb): Don't crash if we get the destroy signal twice.

	* gui/e-date-time-list.c (e_date_time_list_finalize): Chain.

	* gui/e-meeting-attendee.c (finalize): Chain.

	* gui/e-meeting-model.c (finalize): Chain.

svn path=/trunk/; revision=22228
2003-08-14 07:16:16 +00:00
1f607a46c3 Save errno when flushing/unreffing the filter stream.
2003-08-14  Jeffrey Stedfast  <fejj@ximian.com>

	* camel-mime-part.c (write_to_stream): Save errno when
	flushing/unreffing the filter stream.

svn path=/trunk/; revision=22227
2003-08-14 04:35:22 +00:00
eceeca1b9f fixed an insulting error message. Fixes bug #47413.
2003-08-13  Lorenzo Gil Sanchez  <lgs@sicem.biz>

	* e-msg-composer-hdrs.c (account_removed_cb): fixed an insulting
	error message. Fixes bug #47413.

svn path=/trunk/; revision=22220
2003-08-13 17:24:23 +00:00
7f8340f928 don't make 1.5 the default version (ie LN_S) update to use gal-2.2
2003-08-13  Mike Kestner  <mkestner@ximian.com>

	* configure.in: don't make 1.5 the default version (ie LN_S)
	update to use gal-2.2

svn path=/trunk/; revision=22218
2003-08-13 16:48:20 +00:00
f0eabd3c20 If the content is base64/qp/uu/etc encoded but the part is 7bit/8bit/(or
2003-08-13  Jeffrey Stedfast  <fejj@ximian.com>

	* camel-mime-part.c (write_to_stream): If the content is
	base64/qp/uu/etc encoded but the part is 7bit/8bit/(or otherwise
	non-encoded), set reencode to TRUE so that we decode the original
	content stream. Fixes a bug noticed on
	evolution-patches@ximian.com where a patch had a
	Content-Transfer-Encoding of 7bit but was base64 encoded.

svn path=/trunk/; revision=22217
2003-08-13 16:41:18 +00:00
8cd6287932 Fix the range check, we were stopping removal of 1 or 2 removals, for some
2003-08-13  Not Zed  <NotZed@Ximian.com>

        * camel-folder-summary.c (camel_folder_summary_remove_range): Fix
        the range check, we were stopping removal of 1 or 2 removals, for
        some odd and completely uncomprehensible reason.  Perhaps debug
        left in?

2003-08-13  Not Zed  <NotZed@Ximian.com>

        ** See bug #47517.

        * camel-vee-folder.c (vee_sync): Always rebuild folder on any
        sync, not just expunge ones.

svn path=/trunk/; revision=22216
2003-08-13 16:40:12 +00:00