Commit Graph

17887 Commits

Author SHA1 Message Date
2c19483776 Add the CAMEL_BESTENC_TEXT bit to enctype if the part is a text part.
2003-06-09  Jeffrey Stedfast  <fejj@ximian.com>

	* camel-mime-message.c (find_best_encoding): Add the
	CAMEL_BESTENC_TEXT bit to enctype if the part is a text part.

	* camel-mime-filter-bestenc.c
	(camel_mime_filter_bestenc_get_best_encoding): If we have any
	nul-bytes or if the content is non-text and contains any 8bit
	octets, we need to use base64. Fixes bug #44344.

svn path=/trunk/; revision=21409
2003-06-11 15:59:30 +00:00
59581dc2d3 stat the user file before parsing.
2003-06-11  Mike Kestner  <mkestner@ximian.com>

	* rule-context.c (load): stat the user file before parsing.

svn path=/trunk/; revision=21408
2003-06-11 15:56:38 +00:00
f9257aeb4c ** See bug #22542
2003-06-11  Not Zed  <NotZed@Ximian.com>

        ** See bug #22542

        * component-factory.c (storage_create_folder): If we're creating a
        folder on a vstore, popup a vFolder editor rather than failing.

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

        ** Part of #42691.

        * importers/Makefile.am (BUILT_SOURCES): added server_DATA.

        * Makefile.am (%.server.in): create a proper implicit rule for
        temporary .in file.

2003-06-04  Not Zed  <NotZed@Ximian.com>

        ** See bug #43974

        * mail-tools.c (mail_tool_do_movemail): use a proper CamelURL to
        decode the uri, not hacky strcmp stuff.

        * mail-account-gui.c (extract_values): if we have an conf_entry,
        ignore username, hostname, and path ones, as these are handled
        implicitly in the url itself.  Came about because of the fix for
        #42838.

svn path=/trunk/; revision=21407
2003-06-11 04:28:04 +00:00
aaa0d1aba4 ** For #42691.
2003-06-05  Not Zed  <NotZed@Ximian.com>

        ** For #42691.

        * Makefile.am (%.server.in): use implicit rule.
        (BUILT_SOURCES): added server_DATA.

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

        * e-config-upgrade.c (CONF_MAJOR, CONF_MINOR, CONF_REVISION): Set
        to 1.4.0 for release.

svn path=/trunk/; revision=21406
2003-06-11 04:18:12 +00:00
9bc2703d5d ** For #42691.
2003-06-05  Not Zed  <NotZed@Ximian.com>

        ** For #42691.

        * Makefile.am (%.server.in): use implicit rule.
        (BUILT_SOURCES): added server_DATA

svn path=/trunk/; revision=21405
2003-06-11 04:11:14 +00:00
24ff45e604 ** For #42691.
2003-06-05  Not Zed  <NotZed@Ximian.com>

        ** For #42691.

        * gui/Makefile.am (%.server.in): implicit rule for .in file.
        (BUILT_SOURCES): added server_DATA.

        * gui/alarm-notify/Makefile.am (%.server.in): added implicit rule
        for .in file.
        (BUILT_SOURCES): added server_DATA.

svn path=/trunk/; revision=21403
2003-06-11 04:09:30 +00:00
18dc245182 ** For #42691.
2003-06-05  Not Zed  <NotZed@Ximian.com>

        ** For #42691.

        * gui/component/select-names/Makefile.am (%.server.in): implicit
        rule for .in file.
        (BUILT_SOURCES): added server_DATA.

        * gui/component/Makefile.am (%.server.in): use implicit rule for
        .in file.
        (BUILT_SOURCES): added, just server_DATA.
        (CLEANFILES): added

        * backend/ebook/Makefile.am (BUILT_SOURCES): add server_DATA.

svn path=/trunk/; revision=21400
2003-06-11 04:04:19 +00:00
12f3747114 don't leak nr.name.
2003-06-10  Larry Ewing  <lewing@ximian.com>

	* e-corba-storage-registry.c (listener_notify): don't leak nr.name.

svn path=/trunk/; revision=21399
2003-06-11 00:22:02 +00:00
eb2dd4c67d free the structure as well.
2003-06-10  Larry Ewing  <lewing@ximian.com>

	* e-msg-composer-hdrs.c (e_msg_composer_hdrs_and_string_free):
	free the structure as well.

svn path=/trunk/; revision=21396
2003-06-11 00:21:14 +00:00
d8596f891c Updated Brazilian Portuguese translation done by Gustavo Maciel Dias
2003-06-10  Gustavo Maciel Dias Vieira <gdvieira@zaz.com.br>

        * pt_BR.po: Updated Brazilian Portuguese translation done by
        Gustavo Maciel Dias Vieira <gdvieira@zaz.com.br>.

svn path=/trunk/; revision=21395
2003-06-10 21:34:08 +00:00
c6c4d95cb8 Stat the file to make sure it exists before trying to parse it using
2003-05-30  Jeffrey Stedfast  <fejj@ximian.com>

	* e-meta.c (meta_load): Stat the file to make sure it exists
	before trying to parse it using xmlParseFile().

svn path=/trunk/; revision=21394
2003-06-10 20:44:25 +00:00
5bc17ebb34 free the return values.
2003-06-09  Larry Ewing  <lewing@ximian.com>

	* listener.c (insert_paragraph_before): free the return values.

svn path=/trunk/; revision=21393
2003-06-10 18:20:37 +00:00
a9329a4a2e Same as the rest. (setup_ui): We didn't even seem to be using the gconf
2003-05-21  Jeffrey Stedfast  <fejj@ximian.com>

	* e-msg-composer.c (composer_get_default_charset_setting): Same as
	the rest.
	(setup_ui): We didn't even seem to be using the gconf client
	here. Removed.
	(e_msg_composer_load_config): Unref the gconf client after we're
	finished.
	(e_msg_composer_new): Same.
	(e_msg_composer_new_post): Here too.
	(e_msg_composer_set_view_from): And here.
	(e_msg_composer_set_view_replyto): And here.
	(e_msg_composer_set_view_cc): Here too.
	(e_msg_composer_set_view_bcc): Again here.

	* e-msg-composer-hdrs.c (create_from_optionmenu): Same as below.
	(e_msg_composer_hdrs_set_from_account): Here too.

	* e-msg-composer-attachment-bar.c (get_default_charset): Unref the
	gconf client.

svn path=/trunk/; revision=21391
2003-06-09 18:18:33 +00:00
c67d63acba Fixes some leaks from bug #43883.
2003-06-06  Jeffrey Stedfast  <fejj@ximian.com>

	Fixes some leaks from bug #43883.

	* filter-file.c (xml_decode): Free file->path and set it to
	NULL before entering the loop to decode it. This way if the value
	is already set we don't leak it. Set file->path = g_strdup (str ?
	str : ""); and then xmlFree the str.

2003-05-21  Jeffrey Stedfast  <fejj@ximian.com>

	* filter-source.c (filter_source_get_sources): Same as below.

	* filter-label.c (xml_create): Unref the gconf client when we're
	finished with it.

svn path=/trunk/; revision=21390
2003-06-09 18:17:10 +00:00
0e8a7f2e73 (e_summary_mail_get_info): Protect against
folder_store being NULL.  [#44111]

Also, roll over ChangeLog.

svn path=/trunk/; revision=21389
2003-06-09 17:33:27 +00:00
fd2f3a6d7a Roll over ChangeLogs.
svn path=/trunk/; revision=21387
2003-06-09 17:31:26 +00:00
1c5f741b4b Updated Spanish translation from Francisco Javier Fernandez
2003-06-09  Pablo Gonzalo del Campo  <pablodc@bigfoot.com>

	* es.po: Updated Spanish translation from
                 Francisco Javier Fernandez <serrador@arrakis.es>.

svn path=/trunk/; revision=21386
2003-06-09 15:45:26 +00:00
8c0a91b9b5 Just a space missing.
svn path=/trunk/; revision=21385
2003-06-08 22:35:53 +00:00
d1a4458b7d adapted to changes in EComponentListener API. (query_construct): ditto.
2003-06-04  Rodrigo Moya <rodrigo@ximian.com>

	* pcs/query.c (start_cached_query_cb): adapted to changes in
	EComponentListener API.
	(query_construct): ditto.

	* cal-client/cal-client.c (cal_opened_cb): ditto.

svn path=/trunk/; revision=21384
2003-06-04 15:07:16 +00:00
750c4441ab adapted to changes in EComponentListener API.
2003-06-04  Rodrigo Moya <rodrigo@ximian.com>

	* backend/ebook/ebook.c (e_book_do_response_open): adapted to
	changes in EComponentListener API.

svn path=/trunk/; revision=21383
2003-06-04 15:05:49 +00:00
e9e1b3c40c use ORBit_small_listen/_unlisten instead of Bonobo_Unknown_ping'ing the
2003-06-04  Rodrigo Moya <rodrigo@ximian.com>

	* e-component-listener.[ch]: use ORBit_small_listen/_unlisten instead
	of Bonobo_Unknown_ping'ing the components.

svn path=/trunk/; revision=21382
2003-06-04 15:05:09 +00:00
28f43f54fc Fix some bugs in Czech translation
svn path=/trunk/; revision=21381
2003-06-04 14:49:58 +00:00
573b52feb9 Updated (from Wang Li <charles@linux.net.cn> and Funda
Wang <fundawang@en2china.com>).

svn path=/trunk/; revision=21380
2003-06-03 22:25:31 +00:00
a6fcdd3630 Put the buttons in HIG order; don't replace the label of the stock Find
2003-06-03  Federico Mena Quintero  <federico@ximian.com>

	* mail-search.c (mail_search_construct): Put the buttons in HIG
	order; don't replace the label of the stock Find button.  Also,
	add Escape as a keybinding for the Close button (see why GTK+ is
	on crack on b.g.o #74221 and #101293).

svn path=/trunk/; revision=21379
2003-06-03 20:46:35 +00:00
33f79427df Updated italian translation.
svn path=/trunk/; revision=21378
2003-06-03 17:06:08 +00:00
3dbebc9308 fixed quotes
svn path=/trunk/; revision=21377
2003-06-03 12:10:27 +00:00
c1b446360f 1.4.0!
svn path=/trunk/; revision=21374
2003-06-02 20:23:11 +00:00
6da0fcbfd6 Fixes part of #43388
2003-06-02  Rodrigo Moya <rodrigo@ximian.com>

	Fixes part of #43388

	* importers/icalendar-importer.c (prepare_events):
	(prepare_tasks): use external iterators for removing components from
	the main component.

svn path=/trunk/; revision=21373
2003-06-02 19:13:45 +00:00
941e8c0931 New screenshots using the Industrial theme for XD2.
svn path=/trunk/; revision=21372
2003-06-02 19:11:29 +00:00
7ca1ee0d21 install gconf schemas even if purify is disabled (oops) :-)
svn path=/trunk/; revision=21371
2003-06-02 18:14:37 +00:00
85bcfa11fb updated mailer fixes
svn path=/trunk/; revision=21370
2003-06-02 17:51:25 +00:00
95d963dec5 ** This and jeffs patch for #43862.
2003-06-02  Not Zed  <NotZed@Ximian.com>

	** This and jeffs patch for #43862.

	* mail-folder-cache.c (store_online_cb): If the store is still
	around, then flow on to a get folderinfo update, otherwise just
	clear up.

	* mail-ops.c (mail_store_set_offline): return the msgid of this so
	it can be cancelled.

2003-05-30  Jeffrey Stedfast  <fejj@ximian.com>

	* mail-folder-cache.c (mail_note_store): If the session is
	'online' and we are noting a CamelDiscoStore, make sure that it is
	changed to online status and call mail_get_folderinfo().

svn path=/trunk/; revision=21369
2003-06-02 17:50:26 +00:00
3bf07b8693 Stat the XML file before trying to parse it to make sure it exists.
2003-05-30  Jeffrey Stedfast  <fejj@ximian.com>

	* mail-local.c (load_metainfo): Stat the XML file before trying to
	parse it to make sure it exists.

svn path=/trunk/; revision=21368
2003-06-02 17:27:27 +00:00
1e93138b54 (install-data-local) [DEFAULT_BINARY]: Symlink
evolution.png to evolution-$(BASE_VERSION).png.  [#43596]

svn path=/trunk/; revision=21367
2003-06-02 15:27:12 +00:00
013f5badcb *** empty log message ***
svn path=/trunk/; revision=21366
2003-06-02 14:57:49 +00:00
e286250ab8 Dutch translation updated.
2003-06-02  Vincent van Adrighem  <V.vanAdrighem@dirck.mine.nu>

	* nl.po: Dutch translation updated.

svn path=/trunk/; revision=21365
2003-06-02 14:22:34 +00:00
73f82e672d Fixes #43763
2003-05-29  Rodrigo Moya <rodrigo@ximian.com>

	Fixes #43763

	* gui/e-week-view.c (e_week_view_init): use g_signal_connect_after
	for "button_press_event" callback.

	* gui/e-day-view.c (e_day_view_init): ditto.

2003-05-29  JP Rosevear  <jpr@ximian.com>

	Fixes #43775

svn path=/trunk/; revision=21362
2003-06-02 14:19:27 +00:00
9dd5dd01a2 added server_DATA (*.server) so make clean works. For #42691.
2003-05-29  Not Zed  <NotZed@Ximian.com>

        * Makefile.am (BUILT_SOURCES): added server_DATA (*.server) so
        make clean works.  For #42691.

svn path=/trunk/; revision=21361
2003-06-02 01:35:54 +00:00
cc44248f58 Turn off debugging.
2003-06-01  Jeffrey Stedfast  <fejj@ximian.com>

	* broken-date-parser.c (d): Turn off debugging.

	* providers/pop3/camel-pop3-engine.c (get_capabilities): Move the
	code that prepends the 'password' authtype to the auth list so
	that we don't add it again when regetting the capabilities.

svn path=/trunk/; revision=21360
2003-06-01 23:49:29 +00:00
f0a3dbe3e7 mangle the %'s out too so that libxml2 doesn't convert the encoded hex
2003-05-31  Mike Kestner  <mkestner@ximian.com>

	* gal/util/e-util.c (e_filename_make_safe): mangle the %'s out
	too so that libxml2 doesn't convert the encoded hex values.

svn path=/trunk/; revision=21358
2003-05-31 17:21:23 +00:00
34fe6da86b Fix binding conflict with Print/Preview
2003-05-29  Rodney Dawes  <dobey@ximian.com>

	* evolution-addressbook.xml: Fix binding conflict with Print/Preview

svn path=/trunk/; revision=21357
2003-05-30 21:59:43 +00:00
6bdca62695 use %02x instead of %2x when formatting color for rc file
2003-05-30  Radek Doulik  <rodo@ximian.com>

	* mail-config.c (config_write_style): use %02x instead of %2x when
	formatting color for rc file

svn path=/trunk/; revision=21356
2003-05-30 18:27:03 +00:00
b732aa4bbb Fixes #43775
2003-05-29  JP Rosevear  <jpr@ximian.com>

	Fixes #43775

	* gui/weekday-picker.c (get_day_text): calculate the characters to
	display correctly
	(configure_items): use it
	(weekday_picker_style_set): ditto

	* gui/print.c (format_date): use e_utf8_strftime
	(print_week_view_background): ditto
	(print_month_summary): ditto
	(range_selector_new): ditto
	(print_comp_item): ditto

	* gui/itip-utils.c (comp_description): the translation is already
	utf8

	* gui/e-itip-control.c (write_label_piece): the string is already
	in utf8

	* gui/e-day-view.c (e_day_view_style_set): use e_utf8_strftime
	(e_day_view_recalc_cell_sizes): ditto

	* gui/e-day-view-top-item.c (e_day_view_top_item_draw): use
	e_utf8_strftime

	* gui/e-cell-date-edit-text.c (ecd_get_text): return the
	duplicated buffer (its already utf8)
	(show_date_warning): use e_utf8_strftime

	* gui/calendar-model.c (date_value_to_string): return the
	duplicated buffer (its already utf8)
	(calendar_model_value_to_string): the translations should already
	be in utf8

	* gui/calendar-config.c
	(calendar_config_locale_supports_12_hour_format): use
	e_utf8_strftime

	* gui/calendar-commands.c (calendar_set_folder_bar_label): use
	e_utf8_strftime

svn path=/trunk/; revision=21355
2003-05-30 17:35:10 +00:00
4d6913170e Fixes #43775
2003-05-29  JP Rosevear  <jpr@ximian.com>

	Fixes #43775

	* e-time-utils.c (locale_supports_12_hour_format): use
e_utf8_strftime
	(e_time_format_date_and_time): ditto
	(e_time_format_time): ditto

svn path=/trunk/; revision=21354
2003-05-30 17:32:52 +00:00
79f2149fd1 Fixes #43775
2003-05-29  JP Rosevear  <jpr@ximian.com>

	Fixes #43775

	* e-calendar-item.c (layout_set_day_text): calculate the day
	character correctly
	(e_calendar_item_draw_month): use it

	* e-dateedit.c (rebuild_time_popup): use e_utf8_strftime
	(e_date_edit_update_date_entry): ditto
	(e_date_edit_update_time_entry): ditto

	* e-calendar-item.c (layout_set_day_text): calculate the day
	character correctly
	(e_calendar_item_draw_month): use e_utf8_strftime and above
	(e_calendar_item_show_popup_menu): use e_utf8_strftime
	(e_calendar_item_recalc_sizes): use layout_set_day_text

svn path=/trunk/; revision=21352
2003-05-30 17:32:31 +00:00
e7ce96ace2 Turned off a debugging printf.
2003-05-30  Jeffrey Stedfast  <fejj@ximian.com>

	* camel-filter-driver.c (run_only_once): Turned off a debugging
	printf.

svn path=/trunk/; revision=21351
2003-05-30 15:50:07 +00:00
ade9104dc9 Dutch translation updated.
2003-05-30  Vincent van Adrighem  <V.vanAdrighem@dirck.mine.nu>

	* nl.po: Dutch translation updated.

svn path=/trunk/; revision=21350
2003-05-30 14:33:38 +00:00
e3e7a8b87b ru.po: Updated Russian translation from Russian team <gnome-cyr@gnome.org>.
svn path=/trunk/; revision=21349
2003-05-30 07:34:03 +00:00
4a67f45b4a Fixes bug #43805.
2003-05-29  Jeffrey Stedfast  <fejj@ximian.com>

	Fixes bug #43805.

	* mail-session.c (session_system_beep): Proxy the gdk_beep() call
	to the main thread.
	(session_play_sound): Proxy the gnome_sound_play() call to the
	main thread.

svn path=/trunk/; revision=21348
2003-05-30 03:01:47 +00:00
0fe03707c1 Dutch translation updated.
2003-05-30  Vincent van Adrighem  <V.vanAdrighem@dirck.mine.nu>

	* nl.po: Dutch translation updated.

svn path=/trunk/; revision=21347
2003-05-29 23:27:18 +00:00