Commit Graph

12948 Commits

Author SHA1 Message Date
b208aa28dc Updated Spanish translation.
svn path=/trunk/; revision=14823
2001-11-30 08:40:44 +00:00
d46cb0fd8d Completely new implementation of NNTP.
2001-11-30  Not Zed  <NotZed@Ximian.com>

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

        Completely new implementation of NNTP.

        Doesn't support subscriptions yet (lists all folders), but should
        be more reliable (faster?), and has an integrated cache.

        * camel-exception.c (camel_exception_new): Use e_memchunks for
        exception blocks.
        (camel_exception_free): Same.

        * camel-data-cache.[ch]: New object for managing on-disk caches of
        anything that can be stored in a camel-stream.

        * camel-file-utils.c (camel_file_util_mkdir): New function, just a
        nicer place to put this (than camel-store), should be removed from
        camel-store.
        (camel_file_util_safe_filename): New function to url-encode a
        filename.

        * camel-mime-parser.c (drop_states): New func to drop the parser
        state to initial state.
        (folder_scan_init_with_fd):
        (folder_scan_init_with_stream): Call above func to reset state if
        the stream is changed on us so we can change streams to reuse a
        parser object.

svn path=/trunk/; revision=14822
2001-11-30 03:09:38 +00:00
1af092ec09 Set the category of the new task to that of the search bar. Fixes bug
2001-11-28  Federico Mena Quintero  <federico@ximian.com>

	* gui/gnome-cal.c (gnome_calendar_new_task): Set the category of
	the new task to that of the search bar.  Fixes bug #15533.

svn path=/trunk/; revision=14821
2001-11-30 02:12:13 +00:00
8f5cd24b3e Fixes bug #3290.
2001-11-28  Federico Mena Quintero  <federico@ximian.com>

	Fixes bug #3290.

	* e-shell-folder-selection-dialog.c
	(e_shell_folder_selection_dialog_construct): Use our own filename
	for the collapsation state of the tree, instead of sharing the one
	of shell view number 0.
	(save_expanded_state): New function, saves the collapsation state
	of the tree.
	(impl_destroy): Call save_expanded_state().

2001-11-14  Ettore Perazzoli  <ettore@ximian.com>

svn path=/trunk/; revision=14820
2001-11-30 01:41:27 +00:00
57d95cb3b7 updated to new version from Ximian Setup Tools. Fixes bug #7641.
2001-11-28  Damon Chaplin  <damon@ximian.com>

	* e-map.c: updated to new version from Ximian Setup Tools.
	Fixes bug #7641.

2001-11-27  Damon Chaplin  <damon@ximian.com>

	* e-dateedit.c (e_date_edit_get_date): if allow_no_date_set is FALSE,
	return the last valid date entered, even if the field is currently
	empty. Fixes bug #15749.

svn path=/trunk/; revision=14817
2001-11-28 22:11:07 +00:00
38fbff6863 Added section about how to make your email pretty. I'll add more each day
2001-11-28  Kevin Breit  <mrproper@ximian.com>

	* C/usage-mail.sgml: Added section about how to make your email pretty.  I'll add more each day or something.

svn path=/trunk/; revision=14816
2001-11-28 20:07:33 +00:00
8dbd9b831c fixed typos in translatable strings. Fixes Ximian #15456
2001-11-27  Rodrigo Moya <rodrigo@ximian.com>

	* gui/e-itip-control.c (update_attendee_status):
	* gui/itip-utils.c (comp_to_list): fixed typos in translatable
	strings. Fixes Ximian #15456

svn path=/trunk/; revision=14814
2001-11-28 10:57:58 +00:00
267d5ca986 Fixed a typo: inlude -> include
* gnome-pilot.m4 (PILOT_LINK_HOOK):
        Fixed a typo: inlude -> include

svn path=/trunk/; revision=14801
2001-11-28 01:38:38 +00:00
4b89a1c6b2 If the uid doesn't have a ',' in it, fail to crash.
2001-11-25  Not Zed  <NotZed@Ximian.com>

        * providers/nntp/camel-nntp-folder.c (nntp_folder_get_message): If
        the uid doesn't have a ',' in it, fail to crash.

        * providers/nntp/camel-nntp-newsrc.c
        (camel_nntp_newsrc_article_is_read): check group != NULL before scanning.
        (camel_nntp_newsrc_get_highest_article_read): "
        (camel_nntp_newsrc_get_num_articles_read): "
        (camel_nntp_newsrc_mark_range_read): "

        * providers/nntp/camel-nntp-store.c
        (camel_nntp_store_get_overview_fmt): IF we dont have
        nntp_list_follows, dont try and get a list response.
        (nntp_store_get_folder_info): Set path part of folderinfo.

svn path=/trunk/; revision=14799
2001-11-27 23:05:30 +00:00
45aa3c7664 Reverted the non-NULL mime-type patch from a little while back, didn't
2001-11-27  Jeffrey Stedfast  <fejj@ximian.com>

	* mail-format.c (format_mime_part): Reverted the non-NULL
	mime-type patch from a little while back, didn't mean to commit
	this.

svn path=/trunk/; revision=14798
2001-11-27 21:58:14 +00:00
7660ee4120 Removed U_. Fixes #15415.
2001-11-15  Zbigniew Chyla  <cyba@gnome.pl>

        * rule-editor.c (set_source): Removed U_.  Fixes #15415.

svn path=/trunk/; revision=14797
2001-11-27 21:46:22 +00:00
ba58d14fae merged from evoution-1-0-branch
2001-11-25  Not Zed  <NotZed@Ximian.com>

        * mail-config.c (config_read): Enable news accounts that exist
        always, since no gui for it.

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

        * message-list.c (message_list_select): 'n' shouldn't wrap if 'p'
        doesn't.

        * mail-format.c (format_mime_part): Make sure the mime-type is
        non-NULL before passing it off to mail_lookup_handler().

2001-11-20  Not Zed  <NotZed@Ximian.com>

        * folder-browser-ui.c: Disable search if no message
        loaded/viewed.  Also for #14348.

        * folder-browser.c: Disable "Add sender to addressbook" if we dont
        have a message loaded (it wont work).  For #14348.

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

        * mail-display.c (load_content_loaded): Make sure the mail-display
        object is still "alive" before accessing any of it's data.

svn path=/trunk/; revision=14796
2001-11-27 21:41:18 +00:00
8b80096cad Hook onto destroy event. (edit_editor_destroyed): IF we get destroyed,
2001-11-21  Not Zed  <NotZed@Ximian.com>

        * rule-editor.c (rule_edit): Hook onto destroy event.
        (edit_editor_destroyed): IF we get destroyed, fake a -1 click
        event to clean up.
        (rule_add): hook onto destroy of dialogue.
        (add_editor_destroyed): Simulate -1 click event to clean up.  Fix
        for #15745.

2001-11-20  Not Zed  <NotZed@Ximian.com>

        * vfolder-rule.c (source_add): Desensitise button while we're
        running, and if we are destroyed, exit and do nothing when we're
        done.  Fixes crash in #15498.

        * filter-folder.c (button_clicked): Ref 'ff' around dialogue
        showing incase we go away before it returns.  Also desensitise
        button that invoked us while its being processed & remove
        'is_active' hack.  Fixes similar problems to those in #15498.

svn path=/trunk/; revision=14794
2001-11-27 21:32:04 +00:00
95e93d3433 Updated Norwegian (nynorsk) translation.
svn path=/trunk/; revision=14791
2001-11-27 13:39:38 +00:00
b1efae86ff Check to see that errno is non-zero before returning g_strerror. If it's
2001-11-20  Jeffrey Stedfast  <fejj@ximian.com>

	* providers/smtp/camel-smtp-transport.c (get_smtp_error_string):
	Check to see that errno is non-zero before returning
	g_strerror. If it's 0, then we have an unknown error.

svn path=/trunk/; revision=14790
2001-11-26 21:32:26 +00:00
7228996216 For the uudecoding mode, garble up the "begin <mode> <filename>" line
2001-11-26  Jeffrey Stedfast  <fejj@ximian.com>

	* camel-mime-filter-basic.c: For the uudecoding mode, garble up
	the "begin <mode> <filename>" line before decoding.

	* camel-mime-part-utils.c
	(simple_data_wrapper_construct_from_parser): Add a uudecoder if
	the transfer encoding is x-uuencode.

	* camel-mime-part.c (write_to_stream): Handle x-uuencoded content
	too.

svn path=/trunk/; revision=14789
2001-11-26 21:30:55 +00:00
6f9e5d77d9 updated Azeri file
svn path=/trunk/; revision=14788
2001-11-26 14:32:53 +00:00
112441e4d7 Updated Slovenian translation
svn path=/trunk/; revision=14787
2001-11-25 22:24:04 +00:00
390e951287 A
svn path=/trunk/; revision=14785
2001-11-25 16:30:05 +00:00
206cb91300 Updated Slovenian translation
svn path=/trunk/; revision=14784
2001-11-24 23:26:44 +00:00
f345e6dfe3 Updated Slovenian translation
svn path=/trunk/; revision=14782
2001-11-24 13:51:21 +00:00
fe4e7ab763 A
svn path=/trunk/; revision=14780
2001-11-24 03:56:03 +00:00
7312361acd Updated French translation.
svn path=/trunk/; revision=14779
2001-11-23 12:49:39 +00:00
c07ade51d5 Reverted my hide_save_state patch.
2001-11-21  Jeffrey Stedfast  <fejj@ximian.com>

	* message-list.c: Reverted my hide_save_state patch.

svn path=/trunk/; revision=14775
2001-11-21 20:44:26 +00:00
9ce31bbfa8 'n' shouldn't wrap if 'p' doesn't.
2001-11-20  Jeffrey Stedfast  <fejj@ximian.com>

	* message-list.c (message_list_select): 'n' shouldn't wrap if 'p'
	doesn't.

svn path=/trunk/; revision=14766
2001-11-20 21:33:15 +00:00
b871d95781 Re-Re-enabled traditional Chinese translation
svn path=/trunk/; revision=14764
2001-11-20 18:07:40 +00:00
efe10afac5 *** empty log message ***
svn path=/trunk/; revision=14759
2001-11-20 10:57:20 +00:00
bc3ed70d25 Updated Spanish translation
svn path=/trunk/; revision=14757
2001-11-20 09:27:49 +00:00
7a1179f750 Updated German translation.
svn path=/trunk/; revision=14756
2001-11-20 09:13:53 +00:00
3bbe7554d7 Clear the password in bonobo-conf as well. Fixes ximian 14893.
* e-passwords.c (e_passwords_forget_password): Clear the password
        in bonobo-conf as well. Fixes ximian 14893.

svn path=/trunk/; revision=14754
2001-11-20 05:37:27 +00:00
b9a1423474 If we come back online, switch the Send accelerator back to the Send
2001-11-19  Jeffrey Stedfast  <fejj@ximian.com>

	* e-msg-composer.c (setup_ui): If we come back online, switch the
	Send accelerator back to the Send button from the Send Later
	button.

svn path=/trunk/; revision=14752
2001-11-19 22:03:51 +00:00
9b0ffde9c0 Added a check to see if the operation has been cancelled. (stream_write):
2001-11-19  Jeffrey Stedfast  <fejj@ximian.com>

	* camel-tcp-stream-ssl.c (stream_read): Added a check to see if
	the operation has been cancelled.
	(stream_write): Same.

svn path=/trunk/; revision=14751
2001-11-19 21:00:25 +00:00
5d3580719a Updates for compliance with rfc2231
2001-11-19  Jeffrey Stedfast  <fejj@ximian.com>

	Updates for compliance with rfc2231

	* camel-mime-utils.c (header_encode_param):
	camel_mime_special_table[c] & IS_ESAFE should have been
	!(camel_mime_special_table[c] & IS_ESAFE). Also added a few
	comments for how to improve the code at some future date.
	(header_decode_param): Now takes an argument rfc2184_part so our
	caller can get this information as well.
	(header_decode_param_list): Pass an rfc2184_part argument to
	header_decode_param and also added a few comments on where to
	improve on rfc2184/rfc2231 compliance.
	(rfc2047_decode_word): Updated to respect the updated ABNF syntax
	of rfc2047 encoded words, yay.

svn path=/trunk/; revision=14750
2001-11-19 19:27:46 +00:00
d62e530123 *** empty log message ***
svn path=/trunk/; revision=14747
2001-11-19 11:32:37 +00:00
34df2cdb4b *** empty log message ***
svn path=/trunk/; revision=14745
2001-11-19 08:43:48 +00:00
6ae889722a Updated Greek translation
svn path=/trunk/; revision=14744
2001-11-18 20:35:29 +00:00
116797d826 Updated Greek translation
svn path=/trunk/; revision=14743
2001-11-18 18:57:38 +00:00
9134985e13 *** empty log message ***
svn path=/trunk/; revision=14740
2001-11-17 13:59:44 +00:00
cbcfb37538 s/gnome_font_get_width_string/gnome_font_get_width_utf8/
* printing/e-contact-print-envelope.c (ecpe_linelist_dimensions),
printing/e-contact-print.c (e_contact_divide_text, e_contact_output,
e_contact_rectangle, e_contact_print_letter_tab,
e_contact_print_letter_heading, e_contact_get_card_size,
e_contact_print_card, e_contact_print_phone_list):
s/gnome_font_get_width_string/gnome_font_get_width_utf8/
s/gnome_font_get_width_string_n/gnome_font_get_width_utf8_sized/

svn path=/trunk/; revision=14739
2001-11-17 08:56:06 +00:00
48820eabf4 Abort if body == NULL.
2001-11-16  Jeffrey Stedfast  <fejj@ximian.com>

	* providers/imap/camel-imap-utils.c (imap_parse_body): Abort if
	body == NULL.

svn path=/trunk/; revision=14738
2001-11-16 23:19:55 +00:00
fc71161f50 New mime filter to convert plain text to html.
2001-11-16  Jeffrey Stedfast  <fejj@ximian.com>

	* camel-mime-filter-tohtml.c (camel_mime_filter_tohtml_new): New
	mime filter to convert plain text to html.

svn path=/trunk/; revision=14737
2001-11-16 23:00:08 +00:00
b64fee1ba4 see the ChangeLog, I forget
svn path=/trunk/; revision=14736
2001-11-16 22:58:53 +00:00
5701b20541 If we get a BYE response, call camel_service_disconnect() and set an
2001-11-14  Jeffrey Stedfast  <fejj@ximian.com>

	* providers/imap/camel-imap-command.c
	(camel_imap_command_response): If we get a BYE response, call
	camel_service_disconnect() and set an exception. Also do the check
	for "* BYE" first instead of passing it off imap_read_untagged()
	since we'll just waste time in there mallocing left and right only
	to arrive at the single response line "* BYE" again :-)

svn path=/trunk/; revision=14735
2001-11-16 22:55:45 +00:00
e0103cdf6e Save hide state. (message_list_hide_uids): Save hide state.
2001-11-16  Jeffrey Stedfast  <fejj@ximian.com>

	* message-list.c (message_list_hide_clear): Save hide state.
	(message_list_hide_uids): Save hide state.
	(message_list_hide_add): Save hide state.

	* mail-format.c (format_mime_part): Make sure the mime-type is
	non-NULL before passing it off to mail_lookup_handler().

svn path=/trunk/; revision=14734
2001-11-16 22:54:19 +00:00
71820c3740 Undo a really weird mangling of part of the ChangeLog from last August
svn path=/trunk/; revision=14728
2001-11-15 22:08:08 +00:00
8e2b3ae66d Allow drag & drop for vcards.
2001-11-11  Jeffrey Stedfast  <fejj@ximian.com>

	* e-msg-composer.c (drag_data_received): Allow drag & drop for
	vcards.

svn path=/trunk/; revision=14727
2001-11-15 21:48:37 +00:00
4b355d91cd Updated russian translation.
svn path=/trunk/; revision=14726
2001-11-15 18:00:49 +00:00
de7f16ca04 Sync for 0.99.2.
svn path=/trunk/; revision=14725
2001-11-15 01:02:20 +00:00
ae879d7443 check against LDAP_SUCCESS as the return value, not -1.
2001-11-14  Chris Toshok  <toshok@ximian.com>

	* backend/pas/pas-backend-ldap.c (search_for_dn): check against
	LDAP_SUCCESS as the return value, not -1.
	(pas_backend_ldap_build_all_cards_list): same.
	(pas_backend_ldap_process_authenticate_user): same.

svn path=/trunk/; revision=14724
2001-11-15 00:23:11 +00:00
e8d02483a8 Updated.
* README: Updated.

* configure.in: 0.99.2.  Require gtkhtml 0.16.1 and GAL 0.18.1.

svn path=/trunk/; revision=14723
2001-11-15 00:00:36 +00:00