/net-im/

s='column1'>| | | | | | | | | 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 * *** empty log message ***Wang Jian2001-11-192-351/+835 | | | | svn path=/trunk/; revision=14747 * *** empty log message ***Wang Jian2001-11-191-351/+49 | | | | svn path=/trunk/; revision=14745 * Updated Greek translationSimos Xenitellis2001-11-192-382/+281 | | | | svn path=/trunk/; revision=14744 * Updated Greek translationSimos Xenitellis2001-11-192-2312/+2054 | | | | svn path=/trunk/; revision=14743 * *** empty log message ***Wang Jian2001-11-172-3126/+3536 | | | | svn path=/trunk/; revision=14740 * s/gnome_font_get_width_string/gnome_font_get_width_utf8/Chyla Zbigniew2001-11-173-24/+34 | | | | | | | | | | | | * 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 * Abort if body == NULL.Jeffrey Stedfast2001-11-172-1/+4 | | | | | | | | | 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 * New mime filter to convert plain text to html.Jeffrey Stedfast2001-11-174-0/+602 | | | | | | | | | 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 * see the ChangeLog, I forgetJeffrey Stedfast2001-11-173-6/+15 | | | | svn path=/trunk/; revision=14736 * If we get a BYE response, call camel_service_disconnect() and set anJeffrey Stedfast2001-11-172-13/+29 | | | | | | | | | | | | | 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 * Save hide state. (message_list_hide_uids): Save hide state.Jeffrey Stedfast2001-11-173-6/+25 | | | | | | | | | | | | | 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 * Undo a really weird mangling of part of the ChangeLog from last AugustDan Winship2001-11-161-42/+42 | | | | svn path=/trunk/; revision=14728 * Allow drag & drop for vcards.Jeffrey Stedfast2001-11-162-0/+21 | | | | | | | | | 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 * Updated russian translation.Valek Frob2001-11-162-234/+205 | | | | svn path=/trunk/; revision=14726 * Sync for 0.99.2.Ettore Perazzoli2001-11-1531-13055/+14420 | | | | svn path=/trunk/; revision=14725 * check against LDAP_SUCCESS as the return value, not -1.Chris Toshok2001-11-152-7/+16 | | | | | | | | | | | 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 * Updated.Ettore Perazzoli2001-11-153-36/+20 | | | | | | | | * README: Updated. * configure.in: 0.99.2. Require gtkhtml 0.16.1 and GAL 0.18.1. svn path=/trunk/; revision=14723 * Substituted gnome_font_get_width_string() with gnome_font_get_width_utf8()Damon Chaplin2001-11-152-8/+14 | | | | | | | | | | 2001-11-14 Damon Chaplin <damon@ximian.com> * gui/print.c: Substituted gnome_font_get_width_string() with gnome_font_get_width_utf8() and gnome_font_get_width_string_n() with gnome_font_get_width_utf8_sized(). Fixes calendar part of #15379. svn path=/trunk/; revision=14722 * Redone with the bug #s from Bugzilla.Ettore Perazzoli2001-11-152-20/+79 | | | | | | * NEWS: Redone with the bug #s from Bugzilla. svn path=/trunk/; revision=14721 * Calendar/tasks NEWS.Federico Mena Quintero2001-11-152-0/+39 | | | | | | | | 2001-11-14 Federico Mena Quintero <federico@ximian.com> * NEWS: Calendar/tasks NEWS. svn path=/trunk/; revision=14717 * popup failure dialog if we cannot get a valid editor_engine.Larry Ewing2001-11-152-4/+36 | | | | | | | | | | | 2001-11-14 Larry Ewing <lewing@ximian.com> * e-msg-composer.c (create_composer): popup failure dialog if we cannot get a valid editor_engine. (prepare_engine): make the checks robust and make sure that we unset the engine if any part fails. svn path=/trunk/; revision=14715 * Bumped version number to 0.18.1.Christopher James Lahey2001-11-151-1/+8 | | | | | | | | | | | | 2001-11-14 Christopher James Lahey <clahey@ximian.com> * configure.in (GAL_CURRENT): Bumped version number to 0.18.1. * gal/widgets/e-selection-model-array.c (e_selection_model_array_delete_rows): Make sure the cursor row is selected after deleting here. svn path=/trunk/; revision=14711 * Convert the buffer to UTF8. (calendar_model_value_to_string): Do notFederico Mena Quintero2001-11-152-2/+10 | | | | | | | | | | | | 2001-11-14 Federico Mena Quintero <federico@ximian.com> * gui/calendar-model.c (date_value_to_string): Convert the buffer to UTF8. (calendar_model_value_to_string): Do not convert the string fields to UTF8 again; they are already in UTF8. Fixes the UTF8-related bits of bug #15304. svn path=/trunk/; revision=14710 * #ifdef'ed out the LOCATION field for now, since it wasn't supportedDamon Chaplin2001-11-15