aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* ** Allow evolution to build with G_DISABLE_SINGLE_INCLUDES andMatthew Barnes2008-06-06372-1337/+327
| | | | | | | | | | 2008-06-06 Matthew Barnes <mbarnes@redhat.com> ** Allow evolution to build with G_DISABLE_SINGLE_INCLUDES and GTK_DISABLE_SINGLE_INCLUDES defined. (#536637) svn path=/trunk/; revision=35606
* Fix a typo.Matthew Barnes2008-06-062-1/+5
| | | | | | | | | 2008-06-06 Matthew Barnes <mbarnes@redhat.com> * mail/evolution-mail.schemas.in: Fix a typo. svn path=/trunk/; revision=35605
* Tell which plugin it could not load in the warning message.Tor Lillqvist2008-06-062-1/+6
| | | | | | | | | | 2008-06-06 Tor Lillqvist <tml@novell.com> * e-plugin.c (epl_loadmodule): Tell which plugin it could not load in the warning message. svn path=/trunk/; revision=35604
* Add -Wl,--exclude-libs=libiconv.a to ICONV_LIBS on Windows to avoidTor Lillqvist2008-06-062-0/+11
| | | | | | | | | | | 2008-06-06 Tor Lillqvist <tml@novell.com> * configure.in: Add -Wl,--exclude-libs=libiconv.a to ICONV_LIBS on Windows to avoid auto-exporting functions from the static libiconv.a implementation in win_iconv from evolution's DLLs. svn path=/trunk/; revision=35602
* Never undefine DISABLE_DEPRECATED macros in source code. Yes, it willMatthew Barnes2008-06-064-12/+11
| | | | | | | | | | | 2008-06-05 Matthew Barnes <mbarnes@redhat.com> * mail/message-tag-followup.c: Never undefine DISABLE_DEPRECATED macros in source code. Yes, it will break the build if it's defined. That's the point! svn path=/trunk/; revision=35600
* updated hebrew translationYair Hershkovitz2008-06-052-263/+252
| | | | svn path=/trunk/; revision=35599
* Added libebackend to EVOLUTION_CALENDAR_LIBS (Committing on behalf of Chen)Johnny Jacob2008-06-052-1/+7
| | | | svn path=/trunk/; revision=35597
* ** Fixes security vulnerabilities CVE-2008-1108 and CVE-2008-1109Matthew Barnes2008-06-043-96/+96
| | | | | | | | | | | | | | | | | | | | 2008-06-04 Matthew Barnes <mbarnes@redhat.com> ** Fixes security vulnerabilities CVE-2008-1108 and CVE-2008-1109 * calendar/gui/itip-utils.c (html_new_lines_for): Do not use a fixed-size buffer for parsing external data. Simplify the logic to just split and rejoin the string with a different line separator. * calendar/gui/e-itip-control.c (write_label_piece), (write_recurrence_piece), (set_date_label): Use a GString rather than a fixed-size buffer to build the HTML string to avoid the possibility of an overflow. svn path=/trunk/; revision=35594
* Don't undef DISABLE_DEPRECATED macros in source code. That's just evil.Matthew Barnes2008-06-042-1/+6
| | | | | | | | | | | 2008-06-04 Matthew Barnes <mbarnes@redhat.com> * plugins/exchange-operations/exchange-delegates-user.c: Don't undef DISABLE_DEPRECATED macros in source code. That's just evil. svn path=/trunk/; revision=35593
* ** Fix for bug #535204Shuai Liu2008-06-042-2/+8
| | | | | | | | | | | | | 2008-06-04 Shuai Liu <shuai.liu@sun.com> ** Fix for bug #535204 * gui/tasks-component.c: (destroy_component_view): The tasks objects had been destroyed before the call of destroy_ component in tasks-component.c. No need to call them. svn path=/trunk/; revision=35591
* gtk_window_set_policy -> gtk_window_set_resizable + other cleanups.Kjartan Maraas2008-06-042-7/+12
| | | | | | | | | 2008-06-03 Kjartan Maraas <kmaraas@gnome.org> * filter-part.c: (main): gtk_window_set_policy -> gtk_window_set_resizable + other cleanups. svn path=/trunk/; revision=35590
* gdk_rgb_get_cmap -> gdk_rgb_get_colormapKjartan Maraas2008-06-043-3/+9
| | | | | | | | | | 2008-06-03 Kjartan Maraas <kmaraas@gnome.org> * text/e-text-model-test.c: (main): * text/e-text-test.c: (main): gdk_rgb_get_cmap -> gdk_rgb_get_colormap svn path=/trunk/; revision=35589
* gdk_rgb_get_cmap -> gdk_rgb_get_colormapKjartan Maraas2008-06-046-5/+14
| | | | | | | | | | | | | 2008-06-03 Kjartan Maraas <kmaraas@gnome.org> * e-table-example-1.c: (main): * e-table-example-2.c: (main): * e-table-size-test.c: (main): * test-check.c: (check_test): * test-cols.c: (multi_cols_test): gdk_rgb_get_cmap -> gdk_rgb_get_colormap svn path=/trunk/; revision=35588
* gdk_pixbuf_unref() -> g_object_unref()Kjartan Maraas2008-06-043-2/+8
| | | | | | | | | | 2008-06-03 Kjartan Maraas <kmaraas@gnome.org> * test-check.c: (check_test): * test-cols.c: (multi_cols_test): gdk_pixbuf_unref() -> g_object_unref() svn path=/trunk/; revision=35587
* gtk_window_set_policy -> gtk_window_set_resizable.Kjartan Maraas2008-06-043-13/+19
| | | | | | | | | | 2008-06-03 Kjartan Maraas <kmaraas@gnome.org> * menus/gal-define-views-dialog.c: (gal_define_views_dialog_init): * menus/gal-view-new-dialog.c: (gal_view_new_dialog_init): gtk_window_set_policy -> gtk_window_set_resizable. svn path=/trunk/; revision=35586
* gtk_window_set_policy -> gtk_window_set_resizableKjartan Maraas2008-06-042-2/+6
| | | | | | | | | 2008-06-03 Kjartan Maraas <kmaraas@gnome.org> * e-cell-combo.c: (e_cell_combo_init): gtk_window_set_policy -> gtk_window_set_resizable svn path=/trunk/; revision=35585
* Migrate from gtk_window_set_policy() to gtk_window_set_resizable() andKjartan Maraas2008-06-048-52/+55
| | | | | | | | | | | | | | | | 2008-06-03 Kjartan Maraas <kmaraas@gnome.org> * e-cell-date-edit.c: (e_cell_date_edit_init): * e-dateedit.c: (create_children): * e-multi-config-dialog.c: (e_multi_config_dialog_init): * e-unicode.h: * test-calendar.c: (main): * test-dateedit.c: (main): * test-info-label.c: (main): Migrate from gtk_window_set_policy() to gtk_window_set_resizable() and clean up a bunch of coding style issues along the way. svn path=/trunk/; revision=35584
* Use non-deprecated gtk+ api.Kjartan Maraas2008-06-042-1/+6
| | | | | | | | | 2008-06-03 Kjartan Maraas <kmaraas@gnome.org> * gui/merging/eab-contact-merging.c: (mergeit): Use non-deprecated gtk+ api. svn path=/trunk/; revision=35583
* Evolution 2.23.1.1 release and version bump.EVOLUTION_2_23_3Srinivasa Ragavan2008-06-033-1/+58
| | | | | | | | 2008-06-02 Srinivasa Ragavan <sragavan@novell.com> * NEWS: Evolution 2.23.1.1 release and version bump. svn path=/trunk/; revision=35581
* ** Re-fixes bug #437579Matthew Barnes2008-06-022-60/+66
| | | | | | | | | | | 2008-06-02 Matthew Barnes <mbarnes@redhat.com> ** Re-fixes bug #437579 * help/C/evolution.xml: Fix "entity not defined" regressions. svn path=/trunk/; revision=35580
* Bump eds_minimum_version to 2.23.3 for CAMEL_MESSAGE_FORWARDED.Matthew Barnes2008-06-022-1/+6
| | | | | | | | | | 2008-06-02 Matthew Barnes <mbarnes@redhat.com> * configure.in: Bump eds_minimum_version to 2.23.3 for CAMEL_MESSAGE_FORWARDED. svn path=/trunk/; revision=35579
* Distribute the Glade file.Matthew Barnes2008-06-022-1/+7
| | | | | | | | | | 2008-06-02 Matthew Barnes <mbarnes@redhat.com> * plugins/email-custom-header/Makefile.am: Distribute the Glade file. svn path=/trunk/; revision=35578
* Committing on behalf of Ashish Shrivastava <shashish@novell.com>Ashish Shrivastava2008-06-023-54/+20
| | | | | | | | | | | | 2008-06-02 Ashish Shrivastava <shashish@novell.com> ** Fixes bug #536183 * email-custom-header.c: * org-gnome-email-custom-header.glade: Change email custom header's dialog to non-modal. Remove un-used tab from dialog svn path=/trunk/; revision=35577
* Updated Vietnamese translationClytie Siddall2008-06-022-157/+169
| | | | svn path=/trunk/; revision=35576
* Committing on behalf of Jacob Brown <jeblinux@gmail.com>Jacob Brown2008-06-028-4/+28
| | | | | | | | 2008-06-02 Jacob Brown <jeblinux@gmail.com> ** Fix for bug #529464 svn path=/trunk/; revision=35575
* Committing on behalf of Milan Crha <mcrha@redhat.com>Milan Crha2008-06-022-7/+26
| | | | | | | | | | | | 2008-06-02 Milan Crha <mcrha@redhat.com> ** Fix for bug #535749 * message-list.c: (regen_list_exec): Use better condition whether keep cursor_uid in the message list or not on regeneration. svn path=/trunk/; revision=35574
* Committing on behalf of Milan Crha <mcrha@redhat.com>Milan Crha2008-06-023-19/+64
| | | | | | | | | | | | | | | | | | 2008-05-28 Milan Crha <mcrha@redhat.com> ** Fix for bug #532597 * e-selection-model-array.h: (struct ESelectionModelArray): * e-selection-model-array.c: (es_row_model_to_sorted), (es_row_sorted_to_model), (e_selection_model_array_delete_rows), (e_selection_model_array_insert_rows), (esma_invert_selection), (e_selection_model_array_move_row), (esma_clear), (esma_select_all), (esma_change_cursor), (esma_set_selection_end), (e_selection_model_array_init): Work with sorted cursor row to keep right position after insert/delete/move row(s). svn path=/trunk/; revision=35573
* Committing on behalf of Srinivasa Ragavan <sragavan@novell.com>Srinivasa Ragavan2008-06-024-3/+19
| | | | | | | | | | 2008-06-02 Srinivasa Ragavan <sragavan@novell.com> ** Fix for bug #531836 Added bonobo accel key for Ctrl+D, Del to keep working on deleted mails, but not the toolbar/menu svn path=/trunk/; revision=35570
* Committing on behalf of Milan Crha <mcrha@redhat.com>Milan Crha2008-06-022-44/+45
| | | | | | | | | | | | | | | | | | | | | 2008-05-29 Milan Crha <mcrha@redhat.com> ** Fix for bug #525966 * em-composer-utils.c: (composer_set_no_change): New helper function to set composers state properly to "no change". * em-composer-utils.c: (em_utils_compose_new_message), (em_utils_compose_new_message_with_mailto), (em_utils_post_to_folder), (em_utils_post_to_url), (edit_message), (forward_attached), (forward_non_attached), (em_utils_redirect_message), (em_utils_reply_to_message), (post_reply_to_message): Use the above helper function. * em-composer-utils.c: (reply_get_composer), (composer_set_body): Do not drop undo in the editor multiple times, do that only once. svn path=/trunk/; revision=35569
* ** Fix for bug #535689Lucian Langa2008-06-022-1/+9
| | | | | | | | | | | 2008-06-02 Lucian Langa <lucilanga@gnome.org> ** Fix for bug #535689 * mail-send-recv.c: (build_dialog): Transmit gd data to hook's event target data svn path=/trunk/; revision=35568
* Committing on behalf of Milan Crha <mcrha@redhat.com>Milan Crha2008-06-023-28/+120
| | | | | | | | | | | | | | | | | | | | 2008-05-29 Milan Crha <mcrha@redhat.com> ** Fix for bug #534312 * em-composer-utils.c: (create_new_composer), (em_utils_compose_new_message), (struct forward_attached_data), (real_update_forwarded_flag), (update_forwarded_flags_cb), (composer_destroy_fad_cb), (setup_forward_attached_callbacks), (forward_attached), (forward_attached_cb), (em_utils_forward_attached), (forward_non_attached), (forward_quoted), (em_utils_forward_message): Set new CAMEL_MESSAGE_FORWARDED flag on forwarded messages. * message-list.c: (ml_value_to_string), (message_list_create_extras), (ml_tree_value_at), (create_composite_cell), (struct states_pixmaps): Draw mail-forward icon on forwarded messages. svn path=/trunk/; revision=35567
* Committing on behalf of Milan Crha <mcrha@redhat.com>Milan Crha2008-06-026-3/+55
| | | | | | | | | 2008-05-29 Milan Crha <mcrha@redhat.com> ** Fix for bug #535459 svn path=/trunk/; revision=35566
* Updated Vietnamese translationClytie Siddall2008-06-012-1416/+1025
| | | | svn path=/trunk/; revision=35562
* Corrected my name in the About dialog -- for some reason, it was in the ↵ÉRDI Gergo2008-06-011-1/+1
| | | | | | wrong (Hungarian) order svn path=/trunk/; revision=35561
* Updated Galician Translation.Ignacio Casal Quinteiro2008-06-012-2399/+2974
| | | | svn path=/trunk/; revision=35560
* ** Fix for bug #535670Lucian Langa2008-05-313-0/+12
| | | | | | | | | | | | | | 2008-05-30 Lucian Langa <lucilanga@gnome.org> ** Fix for bug #535670 * em-format-quote.c: (type_builtin_table): Add x-evolution/evolution-feed-rss as internal mime for evolution-rss artiles. * em-format.c: (em_format_is_attachment): prevent evolution-rss articles being formatted as attachments. svn path=/trunk/; revision=35559
* ** Fixes bug #535273Frederic Crozat2008-05-302-1/+9
| | | | | | | | | | | | 2008-05-29 Frederic Crozat <fcrozat@mandriva.com> ** Fixes bug #535273 * Makefile.am: Link e-util and econduit libraries with gnome-pilot. svn path=/trunk/; revision=35558
* Updated Spanish translation, fixes bug #535014Jorge Gonzalez Gonzalez2008-05-282-141/+159
| | | | svn path=/trunk/; revision=35556
* ** Fix for bug #532384Milan Crha2008-05-272-4/+33
| | | | | | | | | | | | | 2008-05-27 Milan Crha <mcrha@redhat.com> ** Fix for bug #532384 * prefer-plain.c: (org_gnome_prefer_plain_multipart_alternative): Choose the text/html part in normal mode only if the alrenative multipart contains also a text/plain part. svn path=/trunk/; revision=35554
* Fixes bnc #394441Bharath Acharya2008-05-272-0/+8
| | | | | | | | | | | 2008-05-27 Bharath Acharya <abharath@novell.com> * Fixes bnc #394441 * exchange-contacts.c: (e_exchange_contacts_commit): * Fixes a double free svn path=/trunk/; revision=35553
* ** Fix for bug #317755Milan Crha2008-05-277-2/+117
| | | | | | | | | | | | | | | | | | | | | | | 2008-05-26 Milan Crha <mcrha@redhat.com> ** Fix for bug #317755 * mail-send-recv.c: (refresh_folders_exec): * mail-ops.c: (refresh_folder_desc): Also sync with a server when refreshing folder. * evolution-mail.schemas.in: * mail-config.h: (mail_config_get_sync_timeout): * mail-config.c: (mail_config_get_sync_timeout): Use int value of /apps/evolution/mail/sync_interval where is set how often propagate local changes to server. * mail-component.c: (struct _MailComponentPrivate), (impl_dispose), (mc_sync_store_done), (mc_sync_store), (call_mail_sync), (mail_component_init): Upload local changes to server on some interval. * mail-component.c: (impl_quit): Do not quit until we are done with mail sync. svn path=/trunk/; revision=35552
* ** Fix for bug #322553Milan Crha2008-05-274-3/+47
| | | | | | | | | | | | | | | | | | | | 2008-05-26 Milan Crha <mcrha@redhat.com> ** Fix for bug #322553 * mail-config.h: (mail_config_scripts_disabled): * mail-config.c: (struct MailConfig), (mail_config_init), (mail_config_scripts_disabled): New helper function. * em-composer-prefs.c: (sig_load_preview): Write to html stream at least one character. * em-composer-prefs.c: (em_composer_prefs_construct): Disable signature's Add Script button when not approved running scripts. * mail-config.c: (mail_config_get_gconf_client): Ensure init. * mail-config.c: (mail_config_signature_run_script): Do not run script when disabled in /desktop/gnome/lockdown/disable_command_line. svn path=/trunk/; revision=35551
* Fix for Bug 496476 : Let the plugin configure widgets expand (resize).Johnny Jacob2008-05-265-42/+35
| | | | svn path=/trunk/; revision=35549
* Updated British English translation.Philip Withnall2008-05-252-19/+23
| | | | | | | | | 2008-05-25 Philip Withnall <pwithnall@svn.gnome.org> * en_GB.po: Updated British English translation. svn path=/trunk/; revision=35547
* Updated British English translation.Philip Withnall2008-05-252-2232/+2607
| | | | | | | | | 2008-05-25 Philip Withnall <pwithnall@svn.gnome.org> * en_GB.po: Updated British English translation. svn path=/trunk/; revision=35546
* Updated Vietnamese translationClytie Siddall2008-05-252-4019/+4769
| | | | svn path=/trunk/; revision=35545
* Translation updated by Ivar SmolinPriit Laes2008-05-252-3/+7
| | | | | | | | 2008-05-25 Priit Laes <plaes at svn dot gnome dot org> * et.po: Translation updated by Ivar Smolin svn path=/trunk/; revision=35544
* Translation updated by Tino Meinen.Vincent van Adrighem2008-05-241-0/+4
| | | | | | | | 2008-05-24 Vincent van Adrighem <adrighem@gnome.org> * nl.po: Translation updated by Tino Meinen. svn path=/trunk/; revision=35542
* Translation updated by Ivar SmolinPriit Laes2008-05-242-2/+6
| | | | | | | | 2008-05-24 Priit Laes <plaes at svn dot gnome dot org> * et.po: Translation updated by Ivar Smolin svn path=/trunk/; revision=35540
* Fixed a typoNikos Charonitakis2008-05-241-0/+4
| | | | svn path=/trunk/; revision=35539
* Fixed a typoNikos Charonitakis2008-05-241-2409/+1631
| | | | svn path=/trunk/; revision=35538
* Updated Spanish translationJorge Gonzalez Gonzalez2008-05-242-438/+413
| | | | svn path=/trunk/; revision=35536
* Updated Spanish translationJorge Gonzalez Gonzalez2008-05-242-161/+132
| | | | svn path=/trunk/; revision=35535
* ** Fixes bug #534476Matthew Barnes2008-05-237-28/+40
| | | | | | | | | | | | | | | | | | | 2008-05-23 Matthew Barnes <mbarnes@redhat.com> ** Fixes bug #534476 * configure.in: Require shared-mime-info >= 0.22 to make sure we pick up the fix for correctly identifying "winmail.dat" attachments. * calendar/gui/e-cal-popup.c (ecalp_standard_menu_factory): * mail/em-utils.c (em_utils_snoop_type): * mail/em-popup.c (emp_standard_menu_factory): Remove the special check for "winmail.dat". GIO correctly identifies it as "application/ms-tnef". svn path=/trunk/; revision=35534
* Patch from Milan Crha <mcrha@redhat.com> ** Part of fix for bug #523402 ↵Suman Manjunath2008-05-233-0/+12
| | | | | | (leak fix, reassign back the old values before freeing) svn path=/trunk/; revision=35533
* Convert the the warning to a message.Srinivasa Ragavan2008-05-232-1/+6
| | | | | | | | | 2008-05-23 Srinivasa Ragavan <sragavan@novell.com> * mail-mt.c: (mail_msg_check_error): Convert the the warning to a message. svn path=/trunk/; revision=35531
* Fix this up. Updated Norwegian bokmål translation.Kjartan Maraas2008-05-233-364/+329
| | | | | | | | | 2008-05-23 Kjartan Maraas <kmaraas@gnome.org> * POTFILES.in: Fix this up. * nb.po: Updated Norwegian bokmål translation. svn path=/trunk/; revision=35530
* Attachment Reminder - Fixes Bug #529995. Disable the plugin when user says - ↵Johnny Jacob2008-05-234-232/+141
| | | | | | do not show this message again svn path=/trunk/; revision=35529
* Code cleanup. Also add an "enabled" property to EPlugin.Matthew Barnes2008-05-233-168/+366
| | | | | | | | | | | 2008-05-22 Matthew Barnes <mbarnes@redhat.com> * e-util/e-plugin.c: * e-util/e-plugin.h: Code cleanup. Also add an "enabled" property to EPlugin. svn path=/trunk/; revision=35528
* ** Fix a bunch of compiler warnings.Matthew Barnes2008-05-2310-33/+28
| | | | | | | | | | | | | | | | | | | | | | | | | | | 2008-05-22 Matthew Barnes <mbarnes@redhat.com> ** Fix a bunch of compiler warnings. * calendar/gui/e-select-names-renderer.c (e_select_names_renderer_focus_out_event): Remove this function. Looks like it hasn't been used in years. * mail/em-format-html.c (efh_message_external): Fix a typo in checking for an empty 'mode' string. * mail/message-list.c (subtree_size): Remove this function. Looks like it hasn't been used in years. * plugins/email-custom-header/email-custom-header.c (action_email_custom_header_cb): Remove unused 'editor' variable. * plugins/save-calendar/csv-format.c (do_save_calendar_csv): * plugins/save-calendar/rdf-format.c (do_save_calendar_rdf): Remove pointless address check of a local variable. svn path=/trunk/; revision=35527
* ** Fixes bug #534360Matthew Barnes2008-05-23172-1488/+1992
| | | | | | | | | | | | 2008-05-22 Matthew Barnes <mbarnes@redhat.com> ** Fixes bug #534360 Migrate from deprecated GtkObject symbols to GObject equivalents. Touches over 150 files in all components; too many to list. svn path=/trunk/; revision=35526
* Patch from Chenthill Palanisamy <pchenthill@novell.com> ** Fix for bug ↵Suman Manjunath2008-05-222-2/+16
| | | | | | #533820 (crash on double-clicking the border of meetings in day-view) svn path=/trunk/; revision=35525
* attachment-reminder.c (strip_text_msg): Wrong condition checkJohnny Jacob2008-05-222-1/+5
| | | | svn path=/trunk/; revision=35523
* Updated Spanish translationJorge Gonzalez Gonzalez2008-05-222-135/+87
| | | | svn path=/trunk/; revision=35522
* Fix for #473198. Attachment Reminder Plugin : Ignore signatures when looking ↵Johnny Jacob2008-05-212-2/+10
| | | | | | for clues. svn path=/trunk/; revision=35521
* Move some EPlugin macros from e-plugin-ui.c to e-plugin.h where they belong.Matthew Barnes2008-05-202-20/+19
| | | | svn path=/trunk/; revision=35520
* Indicate error if backup folder chosen lacks permissions.Sankar P2008-05-203-3/+36
| | | | | | | | | | | | | | | 2008-05-20 Sankar P <psankar@novell.com> * backup-restore.c: (epbr_perform_pre_backup_checks), (org_gnome_backup_restore_backup): * org-gnome-backup-restore.error.xml: Indicate error if backup folder chosen lacks permissions. ** Fixes bug #534012 svn path=/trunk/; revision=35519
* Translation updated by Tino Meinen.Vincent van Adrighem2008-05-202-91/+80
| | | | | | | | 2008-05-20 Vincent van Adrighem <adrighem@gnome.org> * nl.po: Translation updated by Tino Meinen. svn path=/trunk/; revision=35518
* Neither is this. Remove it from source control.Matthew Barnes2008-05-203-74/+6
| | | | | | | | | | | 2008-05-19 Matthew Barnes <mbarnes@redhat.com> * ui/Makefile.am: * ui/evolution-signature-editor.xml: Neither is this. Remove it from source control. svn path=/trunk/; revision=35517
* This file is no longer used. Remove it from source control.Matthew Barnes2008-05-203-58/+6
| | | | | | | | | | | 2008-05-19 Matthew Barnes <mbarnes@redhat.com> * ui/Makefile.am: * ui/evolution-subscribe.xml: This file is no longer used. Remove it from source control. svn path=/trunk/; revision=35516
* Use a bit more direct English when informing the user of no messages inMatthew Barnes2008-05-202-1/+7
| | | | | | | | | | | 2008-05-19 Matthew Barnes <mbarnes@redhat.com> * mail/message-list.c (regen_list_done): Use a bit more direct English when informing the user of no messages in the currently selected folder. svn path=/trunk/; revision=35515
* ** Fixes bug #530392Matthew Barnes2008-05-202-0/+9
| | | | | | | | | | | | 2008-05-19 Matthew Barnes <mbarnes@redhat.com> ** Fixes bug #530392 * e-util/e-util-labels.c (e_util_labels_add_with_dlg): Pressing Enter in the entry activates the default response. svn path=/trunk/; revision=35513
* ** Fixes bug #533465, patch from Ritesh KhadgarayMatthew Barnes2008-05-192-3/+13
| | | | | | | | | | | | 2008-05-19 Matthew Barnes <mbarnes@redhat.com> ** Fixes bug #533465, patch from Ritesh Khadgaray * mail/em-account-editor.c (emae_url_set_hostport): Strip whitespace from user-entered hostname. svn path=/trunk/; revision=35511
* Committing on behalf of Ashish Shrivastava <shashish@novell.com>Akhil Laddha2008-05-199-1/+899
| | | | | | Commit for Custom header support svn path=/trunk/; revision=35510
* Make non junk learn work again.Srinivasa Ragavan2008-05-192-1/+5
| | | | | | | | 2008-05-19 Srinivasa Ragavan <sragavan@novell.com> * mail/em-folder-view.c: Make non junk learn work again. svn path=/trunk/; revision=35509
* Updated Arabic Translation by Abou Manal. Djihed Afifi2008-05-192-3179/+4248
| | | | svn path=/trunk/; revision=35507
* actually commit the file for previous commit, which wrongly went toTheppitak Karoonboonyanan2008-05-181-6/+6
| | | | | | | * th.po: actually commit the file for previous commit, which wrongly went to gnome-2-22 branch. svn path=/trunk/; revision=35506
* Updated Thai translation.Theppitak Karoonboonyanan2008-05-181-0/+4
| | | | | | | | | 2008-05-18 Theppitak Karoonboonyanan <thep@linux.thai.net> * th.po: Updated Thai translation. svn path=/trunk/; revision=35505
* ** Fixes bug #514383Matthew Barnes2008-05-176-20/+177
| | | | | | | | | | | | | | | 2008-05-16 Matthew Barnes <mbarnes@redhat.com> ** Fixes bug #514383 * plugins/mark-all-read/mark-all-read.c: Add a Cancel button. * mail/mail.error.xml: Remove the "ask-mark-read" error. * e-error.c (e_error_newv): Widget packing adjustments. svn path=/trunk/; revision=35504
* add gtk/gtkspinbutton.h to the includesJeffrey Stedfast2008-05-171-0/+1
| | | | svn path=/trunk/; revision=35503
* Needed so that IMAP4 can allow users to configure cache expirationJeffrey Stedfast2008-05-152-0/+43
| | | | | | | | | | | | | | 2008-05-14 Jeffrey Stedfast <fejj@novell.com> Needed so that IMAP4 can allow users to configure cache expiration per-folder. * em-folder-properties.c (emfp_get_folder_item): Add support for CAMEL_ARG_INT and CAMEL_ARG_DBL. (emfp_commit): Same. svn path=/trunk/; revision=35502
* ** Fixes bug #531592Matthew Barnes2008-05-142-9/+24
| | | | | | | | | | | | | | | | 2008-05-14 Matthew Barnes <mbarnes@redhat.com> ** Fixes bug #531592 * e-error.c (ee_build_label): Add an 'escape_args' parameter for strings that should /not/ be escaped, such as window titles and status bar messages. * e-error.c (e_error_newv): Pass an appropriate 'escape_args' value to ee_build_label(). svn path=/trunk/; revision=35500
* ** Fixes bug #311042, Patch by Milan CrhaMatthew Barnes2008-05-142-4/+87
| | | | | | | | | | | | | | 2008-05-14 Matthew Barnes <mbarnes@redhat.com> ** Fixes bug #311042, Patch by Milan Crha * widgets/misc/e-info-label.c: (el_size_allocate), (el_class_init), (e_info_label_set_info), (get_text_full_width): Allocate size for location and info labels differently, than GtkHBox does, to be able to minimize it as much as possible and do not waste empty space. svn path=/trunk/; revision=35499
* Remove obsolete file. Updated Norwegian bokmål translation.Kjartan Maraas2008-05-143-79/+90
| | | | | | | | | 2008-05-14 Kjartan Maraas <kmaraas@gnome.org> * POTFILES.in: Remove obsolete file. * nb.po: Updated Norwegian bokmål translation. svn path=/trunk/; revision=35496
* Actually remov the fileKjartan Maraas2008-05-141-0/+0
| | | | svn path=/trunk/; revision=35495
* ** Fixes bug #463040, Patch by Milan CrhaMatthew Barnes2008-05-142-0/+12
| | | | | | | | | | | | | 2008-05-14 Matthew Barnes <mbarnes@redhat.com> ** Fixes bug #463040, Patch by Milan Crha * mail/em-folder-browser.c (emfb_list_message_selectedi), (emfb_set_folder): Forget former selected uid as soon as we know we moved to other. svn path=/trunk/; revision=35494
* Fixed a minor typoGil Forcada Codinachs2008-05-142-2219/+2862
| | | | svn path=/trunk/; revision=35493
* Translation updated by Reinout van Schouwen.Vincent van Adrighem2008-05-142-145/+146
| | | | | | | | 2008-05-13 Vincent van Adrighem <adrighem@gnome.org> * nl.po: Translation updated by Reinout van Schouwen. svn path=/trunk/; revision=35490
* Evolution 2.23.2 release and version bump.EVOLUTION_2_23_2Srinivasa Ragavan2008-05-133-1/+49
| | | | | | | | 2008-05-12 Srinivasa Ragavan <sragavan@novell.com> * NEWS, configure.in : Evolution 2.23.2 release and version bump. svn path=/trunk/; revision=35488
* ** Fix for bug #531519Sankar P2008-05-092-1/+10
| | | | | | | | | | | | | | | 2008-05-09 Sankar P <psankar@novell.com> ** Fix for bug #531519 * em-format-html-display.c: (efhd_message_update_bar): Evolution crashes on print-preview. ** Committed on behalf of Srinivasa Ragavan <sragavan@novell.com> svn path=/trunk/; revision=35486
* ** Fixes bug #525241 (EPluginUI)Matthew Barnes2008-05-0915-68/+671
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 2008-05-08 Matthew Barnes <mbarnes@redhat.com> ** Fixes bug #525241 (EPluginUI) * e-util/Makefile.am: Add e-plugin-ui.[ch]. * e-util/e-plugin.h (EPluginClass): Add a "get_symbol" method for extracting arbitrary symbols from an EPlugin. Implementation of the method is optional. * e-util/e-plugin.c (e_plugin_get_symbol): New function invokes the new "get_symbol" EPlugin method. * e-util/e-plugin.c (epl_get_symbol): New function implements the new "get_symbol" EPlugin method. It extracts the given symbol name from the GModule. * e-util/e-plugin-ui.[ch]: New EPluginHook subclass that allows plugins to extend menus, toolbars, and popups that are managed by GtkUIManager instead of BonoboUI. Should eventually replace EMenu/EPopup. * shell/main.c (main): Register the EPluginUIHook type. * composer/e-msg-composer.c (msg_composer_destroy), (msg_composer_init): Rip out the EMenu logic. * composer/e-msg-composer.c (msg_composer_init): Register the GtkUIManager with EPluginUI. * plugins/face/Makefile.am: * plugins/face/org-gnome-face-ui.xml: Remove org-gnome-face-ui.xml (obsolete). * plugins/face/face.c (e_plugin_ui_init): Initialization callback for EPluginUI. Adds a "face" action to the EMsgComposer instance's "composer" action group. * plugins/face/org-gnome-face.eplug.xml: Replace the "bonobomenu" hook definition with a new one for EPluginUI. Include the UI definition inline. svn path=/trunk/; revision=35485
* Translation updated by Tino Meinen.Vincent van Adrighem2008-05-082-2319/+3013
| | | | | | | | 2008-05-08 Vincent van Adrighem <adrighem@gnome.org> * nl.po: Translation updated by Tino Meinen. svn path=/trunk/; revision=35484
* Include e-util-private.h for the mapping of EVOLUTION_GLADEDIR to aTor Lillqvist2008-05-082-2/+17
| | | | | | | | | | | | | 2008-05-08 Tor Lillqvist <tml@novell.com> * gui/alarm-notify/alarm-notify-dialog.c: Include e-util-private.h for the mapping of EVOLUTION_GLADEDIR to a function call on Windows. Construct the glade file pathname at run-time so that it is found also on Windows where we don't use compile-time pathnames at run-time. svn path=/trunk/; revision=35482
* Explain moreTor Lillqvist2008-05-081-1/+4
| | | | svn path=/trunk/; revision=35480
* If no message catalog is installed for the current locale language, don'tTor Lillqvist2008-05-082-0/+18
| | | | | | | | | | | | 2008-05-08 Tor Lillqvist <tml@novell.com> * main.c (main) [Win32]: If no message catalog is installed for the current locale language, don't bother with the localisations provided by other things then either. Reset thread locale to "en-US" and C library locale to "C" to ensure that. svn path=/trunk/; revision=35479
* Fix last ChangeLog entry.Tor Lillqvist2008-05-081-5/+4
| | | | svn path=/trunk/; revision=35478
* Include the whole etc/gconf/gconf.xml.defaults and etc/gconf/schemasTor Lillqvist2008-05-082-2/+10
| | | | | | | | | | | | | | 2008-05-08 Tor Lillqvist <tml@novell.com> * evolution-zip.in: Include the whole etc/gconf/gconf.xml.defaults and etc/gconf/schemas trees. The intent is to do "make install" to a temporary empty folder anyway, so there won't be any extra stuff in there. It is essential to get all the empty %gconf.xml files, also from the gconf.xml.defaults/apps and gconf.xml.defaults/schemas folders. svn path=/trunk/; revision=35476
* updated hebrew translationYair Hershkovitz2008-05-082-183/+188
| | | | svn path=/trunk/; revision=35475
* ** Fixes part of bug #424744Matthew Barnes2008-05-0717-31/+66
| | | | | | | | | | | | | | | | | | | | | | | 2008-05-06 Matthew Barnes <mbarnes@redhat.com> ** Fixes part of bug #424744 * configure.in: Bump eds_minimum_version to 2.23.2 for camel-iconv.h. * composer/e-composer-private.c: * composer/e-composer-private.h: * composer/e-msg-composer.c: * mail/em-composer-prefs.c: * mail/em-format-html.c: * mail/em-format-quote.c: * mail/em-mailer-prefs.c: * widgets/misc/e-attachment-bar.c: * widgets/misc/e-unicode.c: Use camel-iconv.c instead of e-iconv.h (now deprecated). svn path=/trunk/; revision=35474
* Use the GtkCellRendererText's "markup" property for error messages.Matthew Barnes2008-05-072-19/+14
| | | | | | | | | | 2008-05-06 Matthew Barnes <mbarnes@redhat.com> * mail-component.c (mail_component_show_logger): Use the GtkCellRendererText's "markup" property for error messages. svn path=/trunk/; revision=35473
* Updated Norwegian bokmål translation.Kjartan Maraas2008-05-072-189/+201
| | | | | | | | 2008-05-06 Kjartan Maraas <kmaraas@gnome.org> * nb.po: Updated Norwegian bokmål translation. svn path=/trunk/; revision=35472
* updated hebrew translationYair Hershkovitz2008-05-062-2107/+2615
| | | | svn path=/trunk/; revision=35471
* ** Fixes bug #531426Matthew Barnes2008-05-062-1/+9
| | | | | | | | | | | | | 2008-05-05 Matthew Barnes <mbarnes@redhat.com> ** Fixes bug #531426 * mail/em-format-html.c (efh_format_headers): Display face header images at 48x48 instead of 64x64. Patch from Roland Clobus. svn path=/trunk/; revision=35469
* Fix include path for e-dbhash.h, now in libebackend.Johan Euphrosine2008-05-052-1/+5
| | | | | | | | | | 2008-05-05 Johan Euphrosine <proppy@aminche.com> * gui/migration.c: Fix include path for e-dbhash.h, now in libebackend. svn path=/trunk/; revision=35468
* Fix up the Debug Logs window a bit: - Add a Close button. - Fix someMatthew Barnes2008-05-052-116/+165
| | | | | | | | | | | | | | | | | 2008-05-04 Matthew Barnes <mbarnes@redhat.com> * mail/mail-component.c (mail_component_show_logger): Fix up the Debug Logs window a bit: - Add a Close button. - Fix some spacing issues (HIG compliance). - Just show the log level icon. Add a tooltip for the icon showing a description of the log level (Error/Warning/Debug). Also, avoid using e-icon-factory. Set the GtkCellRendererPixbuf's "stock-id" and "stock-size" properties instead. - Use GConfBridge to track the user's log level preference. svn path=/trunk/; revision=35466
* Updated Slovenian translationMatej Urbančič2008-05-011-316/+320
| | | | svn path=/trunk/; revision=35464
* Updated Slovenian translationMatej Urbančič2008-05-011-2157/+2548
| | | | svn path=/trunk/; revision=35463
* Updated Spansih translationJorge Gonzalez Gonzalez2008-05-012-318/+338
| | | | svn path=/trunk/; revision=35462
* Updated Spanish translationJorge Gonzalez Gonzalez2008-05-012-87/+57
| | | | svn path=/trunk/; revision=35461
* Link with libebackend (see #530576.)Rob Bradford2008-04-302-1/+7
| | | | | | | | | | 2008-04-30 Rob Bradford <rob@openedhand.com> * configure.in: Link with libebackend (see #530576.) svn path=/trunk/; revision=35460
* ** Fix for bug #528288Milan Crha2008-04-308-6/+129
| | | | | | | | | | | | | | | | | | | | | | | | | 2008-04-30 Milan Crha <mcrha@redhat.com> ** Fix for bug #528288 * widgets/misc/e-filter-bar.c: (get_property): Do not return any query with empty text from search bar. * widgets/table/e-tree.h: (e_tree_set_info_message): * widgets/table/e-tree.c: (struct ETreePriv), (et_dispose), (e_tree_init), (tree_size_allocate), (e_tree_set_info_message): Allow setting info message into the tree. It doesn't check whether the tree is empty or not, so take care of that. * mail/em-folder-browser.c: (emfb_init), (em_folder_browser_show_wide): Ensure minimum size for preview and message list. * mail/em-folder-browser.c: (get_view_query): Distinguish between no filter and custom filter. * mail/message-list.c: (regen_list_done): Set info message to tree when no message shown in a list. svn path=/trunk/; revision=35459
* ** Fix for bug #316390Milan Crha2008-04-306-70/+57
| | | | | | | | | | | | | | | | | | | | | | | | | 2008-04-30 Milan Crha <mcrha@redhat.com> ** Fix for bug #316390 * addressbook/gui/widgets/e-addressbook-view.c: (categories_changed_cb), (get_master_list), (eab_view_dispose), (eab_view_new), (search_activated), (make_suboptions): Listen for changes in categories setup and propagate them to UI. * calendar/gui/e-memos.c: (struct _EMemosPrivate), (categories_changed_cb), (setup_widgets), (e_memos_init), (e_memos_destroy): * calendar/gui/gnome-cal.c: (struct _GnomeCalendarPrivate), (setup_widgets), (categories_changed_cb), (gnome_calendar_init), (gnome_calendar_destroy): * calendar/gui/e-tasks.c: (struct _ETasksPrivate), (categories_changed_cb), (setup_widgets), (e_tasks_init), (e_tasks_destroy): Listen for changes in categories setup and propagate them to UI. Note: be sure you've eds revision 8718 or better svn path=/trunk/; revision=35458
* ** Fix for bug #530245Milan Crha2008-04-302-2/+8
| | | | | | | | | | | 2008-04-30 Milan Crha <mcrha@redhat.com> ** Fix for bug #530245 * searchtypes.xml: Let searches work with labels again. svn path=/trunk/; revision=35456
* ** Fix for bug #467892Milan Crha2008-04-303-12/+34
| | | | | | | | | | | | | | | | 2008-04-30 Milan Crha <mcrha@redhat.com> ** Fix for bug #467892 * em-folder-view.c: (em_folder_view_open_selected): Do not inherit search filters when opening messages in new window. * message-list.c: (regen_list_exec): If we are called from folder_changed even, then keep the actually selected message so it will not disappear when user reads it and it doesn't belong to actual filter anymore. svn path=/trunk/; revision=35454
* Patch from Srinivasa Ragavan <sragavan@novell.com>Bharath Acharya2008-04-302-0/+12
| | | | | | | ** Fix for bnc #363908 Fix for Evolution crashed during exit svn path=/trunk/; revision=35452
* Patch from Ashish Shrivastava <shashish@novell.com>Ashish Shrivastava2008-04-302-1/+11
| | | | | | | | | 2008-04-30 Ashish Shrivastava <shashish@novell.com> ** Fix for bnc #368277 Can't C & P Email Addresses from an Appt. to a Mail Message svn path=/trunk/; revision=35451
* Committing on behalf of Chenthill Palanisamy <pchenthill@novell.com>Chenthill Palanisamy2008-04-302-5/+14
| | | | | | | | | 2008-04-30 Chenthill Palanisamy <pchenthill@novell.com> ** Fixes #338330 (bnc) Internet Based Calendar Events Are Declined By Evolution/GroupWise svn path=/trunk/; revision=35450
* Committing on behalf of Chenthill Palanisamy <pchenthill@novell.com>Chenthill Palanisamy2008-04-304-15/+151
| | | | | | | | | | 2008-04-30 Chenthill Palanisamy <pchenthill@novell.com> ** Fixes #358644 (bnc) Retracted groupwise appointments should disappear as soon as they are retracted. svn path=/trunk/; revision=35449
* Patch from Shuai Liu <shuai.liu@sun.com>Shuai Liu2008-04-302-2/+10
| | | | | | | | | | | | | | 2008-04-30 Shuai Liu <shuai.liu@sun.com> ** Fix for bug #530672 Evolution crashes when viewing pgp-signed message * em-format-html-display.c: Modify the array of smime_sign_colour from 4 to 5 to ensure the input by data-server is right svn path=/trunk/; revision=35447
* Updated Norwegian bokmål translation.Kjartan Maraas2008-04-301-572/+651
| | | | | | | | 2008-04-30 Kjartan Maraas <kmaraas@gnome.org> * nb.po: Updated Norwegian bokmål translation. svn path=/trunk/; revision=35446
* Updated Norwegian bokmål translation.Kjartan Maraas2008-04-301-0/+4
| | | | | | | | 2008-04-30 Kjartan Maraas <kmaraas@gnome.org> * nb.po: Updated Norwegian bokmål translation. svn path=/trunk/; revision=35445
* ** Fix for bug #240823Milan Crha2008-04-292-2/+16
| | | | | | | | | | | | 2008-04-29 Milan Crha <mcrha@redhat.com> ** Fix for bug #240823 * gui/itip-utils.c: (comp_to_list): Send notification only to individuals and groups. svn path=/trunk/; revision=35444
* Report errors properly. Thanks to Reid Thompson whom found it.Milan Crha2008-04-292-1/+6
| | | | | | | | | | 2008-04-29 Milan Crha <mcrha@redhat.com> * bf-junk-filter.c: (pipe_to_bogofilter): Report errors properly. Thanks to Reid Thompson whom found it. svn path=/trunk/; revision=35443
* Fixes compiler warning (unused variable).Milan Crha2008-04-292-1/+5
| | | | | | | | | | 2008-04-29 Milan Crha <mcrha@redhat.com> * em-utils.c: (em_utils_snoop_type): Fixes compiler warning (unused variable). svn path=/trunk/; revision=35439
* ** Fix for bug #511337Milan Crha2008-04-294-2/+53
| | | | | | | | | | | | | | | | | | | 2008-04-29 Milan Crha <mcrha@redhat.com> ** Fix for bug #511337 * em-format-html.h: (EMFormatHTMLState), (struct _EMFormatHTML): * em-format-html.c: (efh_init), (efh_format_done), (efh_format_timeout): Track state of the object to recognize whether rendering new content or doing nothing. * em-format-html-display.c: (efhd_can_process_attachment), (efhd_attachment_show), (efhd_attachment_popup), (efhd_attachment_image), (efhd_attachment_button): Do nothing when EMFormatHTML object's state is RENDERING, the puri object instance is not valid anyway. svn path=/trunk/; revision=35437
* Updated Occitan translationYannig MARCHEGAY2008-04-292-1731/+2001
| | | | svn path=/trunk/; revision=35436
* Changed stable version to 2.22.1 in Beta version warning messageAkhil Laddha2008-04-292-1/+7
| | | | | | * shell/main.c : Changed stable version to 2.22.1 in Beta version warning message svn path=/trunk/; revision=35433
* ** Fixes bug #529768Matthew Barnes2008-04-292-0/+9
| | | | | | | | | | | | 2008-04-28 Matthew Barnes <mbarnes@redhat.com> ** Fixes bug #529768 * gui/widgets/eab-gui-util.c (eab_send_to_contact_and_email_num_list): Setup default callbacks for the newly created EMsgComposer widget. svn path=/trunk/; revision=35432
* Fix a typo in the EError tag.Matthew Barnes2008-04-292-1/+6
| | | | | | | | | | 2008-04-28 Matthew Barnes <mbarnes@redhat.com> * composer/e-composer-actions.c (action_send_options_cb): Fix a typo in the EError tag. svn path=/trunk/; revision=35431
* ** Fix for bug #529247Johan Euphrosine2008-04-284-26/+41
| | | | | | | | | | | | | | | | | | | | | | 2008-04-28 Johan Euphrosine <proppy@aminche.com> ** Fix for bug #529247 * em-format-html.h (struct _EMFormatHTML): Add header_colour. * em-format-html-display.c (efhd_gtkhtml_realise): Use bg style properties for body_colour, fg for header_colour, darken for frame_colour, bg for content_colour. * em-format-html.c (efh_init), (efh_format_exec), (efh_init), (efh_text_plain), (efh_text_enriched), (efh_text_html), (efh_message_deliverystatus): Use header_colour for text color of the message header, body_colour for background color of the message header, text_colour for text color of the message content, base_colour for background color of the message content. svn path=/trunk/; revision=35429
* ** Fix for bug #524121Milan Crha2008-04-282-1/+8
| | | | | | | | | | | | 2008-04-28 Milan Crha <mcrha@redhat.com> ** Fix for bug #524121 * gui/e-calendar-table.c: (copy_row_cb): Fixing typo from patch for bug #516408. svn path=/trunk/; revision=35427
* Avoid crash while detecting mime types.Srinivasa Ragavan2008-04-282-6/+13
| | | | | | | | 2008-04-28 Srinivasa Ragavan <sragavan@novell.com> * mail/em-utils.c: Avoid crash while detecting mime types. svn path=/trunk/; revision=35426
* ** Fix for BNC bug #382687Srinivasa Ragavan2008-04-282-11/+22
| | | | | | | | | | | 2008-04-28 Srinivasa Ragavan <sragavan@novell.com> ** Fix for BNC bug #382687 * plugins/itip-formatter/itip-formatter.c: Don't download contents in main thread, which causes deadlock svn path=/trunk/; revision=35425
* Fix the Mailer header displaySrinivasa Ragavan2008-04-282-1/+5
| | | | | | | | 2008-04-28 Srinivasa Ragavan <sragavan@novell.com> * mail/em-format-html.c: Fix the Mailer header display svn path=/trunk/; revision=35423
* Updated Spanish translationJorge Gonzalez Gonzalez2008-04-282-110/+136
| | | | svn path=/trunk/; revision=35421
* Patch from James Westby <jw+debian@jameswestby.net>: Fix for bug #518103 ↵Suman Manjunath2008-04-264-3/+13
| | | | | | (Check online status from NetworkManager at startup instead of using the last-used-state) svn path=/trunk/; revision=35420
* Updated Spanish translationJorge Gonzalez Gonzalez2008-04-262-482/+618
| | | | svn path=/trunk/; revision=35418
* ** Fix for bug #529893Danny Baumann2008-04-2512-1/+42
| | | | | | | | | | | | | | | | | | | 2008-04-25 Danny Baumann <dannybaumann@web.de> ** Fix for bug #529893 * widgets/misc/e-dateedit.c (create_children): * widgets/misc/e-combo-cell-editable.c (build_popup): * widgets/misc/e-cell-date-edit.c (e_cell_date_edit_init): * widgets/table/e-table-header-item.c: (make_shaped_window_from_xpm): * widgets/table/e-cell-combo.c: (e_cell_combo_init): * widgets/table/e-cell-text.c: (ect_show_tooltip): * widgets/text/e-text.c: (_do_tooltip): * calendar/gui/e-calendar-view.c: (e_calendar_view_get_tooltips): Properly set type hints for popup windows. svn path=/trunk/; revision=35416
* ** Fix for bug #273041Milan Crha2008-04-258-38/+151
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | 2008-04-25 Milan Crha <mcrha@redhat.com> ** Fix for bug #273041 * mail/mail.error.xml: (junk-check-error), (junk-report-error), (junk-not-report-error): New error messages added. * mail/em-junk-hook.h: (struct _EMJunkHookTarget), (em_junk_error_quark): * mail/em-junk-hook.c: (manage_error), (em_junk_check_junk), (em_junk_report_junk), (em_junk_report_non_junk): Allow propagation of the error from the plugin in the hook target. * plugins/bogo-junk-plugin/bf-junk-filter.c: (pipe_to_bogofilter), (em_junk_bf_check_junk), (em_junk_bf_report_junk), (em_junk_bf_report_non_junk): Propagate possible errors to the UI. * sa-junk-plugin/em-junk-filter.c: (em_junk_sa_commit_reports), (em_junk_sa_validate_binary): Fix function prototype. * sa-junk-plugin/em-junk-filter.c: (pipe_to_sa_full), (em_junk_sa_test_spamd_running), (em_junk_sa_test_spamassassin), (pipe_to_sa), (em_junk_sa_run_spamd), (em_junk_sa_test_spamd), (em_junk_sa_is_available), (em_junk_sa_check_junk), (get_spamassassin_version), (em_junk_sa_report_junk), (em_junk_sa_report_non_junk): Propagate possible errors to the UI. svn path=/trunk/; revision=35415
* ** Fix for bug #529855Milan Crha2008-04-252-2/+9
| | | | | | | | | | | | 2008-04-25 Milan Crha <mcrha@redhat.com> ** Fix for bug #529855 * org-gnome-shared-folder.errors.xml: (recurrence): Use proper label element name, these are localized by default. svn path=/trunk/; revision=35414
* Compiler warning fix.Milan Crha2008-04-232-1/+7
| | | | | | | | | | 2008-04-23 Milan Crha <mcrha@redhat.com> * em-format-html-display.c: (efhd_update_bar): Compiler warning fix. svn path=/trunk/; revision=35412
* ** Fix for bug #529375Milan Crha2008-04-2311-16/+108
| | | | | | | | | | | | | | | | | | | | | | | | 2008-04-23 Milan Crha <mcrha@redhat.com> ** Fix for bug #529375 * evolution-mail.schemas.in: * mail-config.glade: * em-utils.h: (em_utils_in_addressbook): * em-utils.c: (em_utils_in_addressbook): * em-format-html.c: (emfh_gethttp): * mail-session.c: (lookup_addressbook): * mail-config.h: (mail_config_get_lookup_book_local_only): * mail-config.c: (struct MailConfig), (mail_config_init), (mail_config_get_lookup_book_local_only): * em-mailer-prefs.h: (struct _EMMailerPrefs): * em-mailer-prefs.c: (junk_book_lookup_button_toggled), (em_mailer_prefs_construct): Add new option /apps/evolution/mail/junk/lookup_addressbook_local_only to determine whether check for address in a local address book only. svn path=/trunk/; revision=35410
* ** Fix for bug #529254Milan Crha2008-04-235-26/+37
| | | | | | | | | | | | | | | 2008-04-23 Milan Crha <mcrha@redhat.com> ** Fix for bug #529254 * e-util/e-util.c: (e_write_file_uri): Save file properly. Handle either URI or filename. Return success or failure, not gint. * addressbook/gui/widgets/eab-gui-util.c: (save_it): Prototype and return value of e_write_file_uri has been changed. svn path=/trunk/; revision=35409
* ** Fix for bug #529179Milan Crha2008-04-232-2/+32
| | | | | | | | | | | | | | 2008-04-23 Milan Crha <mcrha@redhat.com> ** Fix for bug #529179 * em-folder-browser.c: (struct _EMFolderBrowserPrivate), (labels_changed_idle_cb), (gconf_labels_changed), (emfb_destroy): Rebuild search menu rather on idle, then immediately after the change in gconf, because other parts may not have this change propagated yet. svn path=/trunk/; revision=35408
* Evolution 2.23.1 release and version bump.Srinivasa Ragavan2008-04-233-2/+108
| | | | | | | | | | 2008-04-21 Srinivasa Ragavan <sragavan@novell.com> * NEWS, configure.in: Evolution 2.23.1 release and version bump. svn path=/trunk/; revision=35407
* ** Fixes bug #458505EVOLUTION_2_23_1Matthew Barnes2008-04-232-1/+8
| | | | | | | | | | | | 2008-04-22 Matthew Barnes <mbarnes@redhat.com> ** Fixes bug #458505 * mail/mail-config.glade: One space between "Sender" and "Photograph". svn path=/trunk/; revision=35405
* ** Fixes bug #529462Matthew Barnes2008-04-232-2/+10
| | | | | | | | | | | | 2008-04-22 Matthew Barnes <mbarnes@redhat.com> ** Fixes bug #529462 * evolution-mail.schemas.in: Fix wording of "custom_header" GConf key description. svn path=/trunk/; revision=35404
* ** Fixes bug #529465Matthew Barnes2008-04-232-1/+8
| | | | | | | | | | | | 2008-04-22 Matthew Barnes <mbarnes@redhat.com> ** Fixes bug #529465 * gui/component/GNOME_Evolution_Addressbook.server.in.in: Prefer "popup" to "pop-up" per the GNOME Documentation Style Guide. svn path=/trunk/; revision=35403
* ** Fixes bug #529641Matthew Barnes2008-04-235-3/+20
| | | | | | | | | | | | | | | 2008-04-22 Matthew Barnes <mbarnes@redhat.com> ** Fixes bug #529641 * widgets/e-timezone-dialog/e-timezone-dialog.glade: * widgets/e-dateedit.c (create_children): * widgets/e-map.c (e_map_new): Prefer the term "drop-down combination box" to "combo box" per the GNOME Documentation Style Guide. svn path=/trunk/; revision=35402
* Cater for some files that were moved. Updated translation.Kjartan Maraas2008-04-233-273/+330
| | | | | | | | | 2008-04-22 Kjartan Maraas <kmaraas@gnome.org> * POTFILES.in: Cater for some files that were moved. * nb.po: Updated translation. svn path=/trunk/; revision=35401
* ** Fixes bug #494171Matthew Barnes2008-04-223-1/+72
| | | | | | | | | | | | | | | | | | | | 2008-04-22 Matthew Barnes <mbarnes@redhat.com> ** Fixes bug #494171 * mail/mail-send-recv.c (build_dialog): Make the "Send & Receive Mail" window dimensions persistent. * mail/evolution-mail.schemas.in: Add keys for storing "Send & Receive Mail" window dimensions: /apps/evolution/mail/send_recv_height /apps/evolution/mail/send_recv_maximized /apps/evolution/mail/send_recv_width Note the "maximized" key is required by GConfBridge but is not actually used since the window cannot be maximized. svn path=/trunk/; revision=35400
* Move these files to e-util.Matthew Barnes2008-04-229-5/+25
| | | | | | | | | | | | | | | | | | | 2008-04-22 Matthew Barnes <mbarnes@redhat.com> * composer/gconf-bridge.c: * composer/gconf-bridge.h: Move these files to e-util. * composer/Makefile.am: * composer/e-composer-private.h: * mail/em-composer-prefs.c: Adapt. * e-util/Makefile.am: Add gconf-bridge.[ch] from composer. svn path=/trunk/; revision=35399
* ** Fixes #528793, solution by Reece HartMatthew Barnes2008-04-222-0/+8
| | | | | | | | | | | | 2008-04-21 Matthew Barnes <mbarnes@redhat.com> ** Fixes #528793, solution by Reece Hart * plugins/audio-inline/org-gnome-audio-inline.eplug.xml: Add inline disposition for "audio/microsoft-wav" MIME types. svn path=/trunk/; revision=35398
* _Trash -> Wastebaske_tBastien Nocera2008-04-212-1/+5
| | | | | | | | | 2008-04-21 Bastien Nocera <hadess@hadess.net> * en_GB.po: _Trash -> Wastebaske_t svn path=/trunk/; revision=35397
* ** Fix for bug #448863Milan Crha2008-04-212-2/+25
| | | | | | | | | | | | | 2008-04-21 Milan Crha <mcrha@redhat.com> ** Fix for bug #448863 * default-source.c: (org_gnome_default_book), (get_calendar_option_caption), (org_gnome_default_cal): Use better description of the option based on source type. svn path=/trunk/; revision=35396
* ** Fix for bug #323402Milan Crha2008-04-213-1/+24
| | | | | | | | | | | | | 2008-04-21 Milan Crha <mcrha@redhat.com> ** Fix for bug #323402 * em-folder-tree.c: (folder_tree_new): * evolution-mail.schemas.in: Be able to disable ellipsizing of folder names with hidden option /apps/evolution/mail/display/no_folder_dots. svn path=/trunk/; revision=35395
* ** Fix for bug #334444Srinivasa Ragavan2008-04-216-1/+77
| | | | | | | | | | | | | | | | | | | | | | | 2008-04-20 Srinivasa Ragavan <sragavan@novell.com> ** Fix for bug #334444 * em-format-html-display.c: (efhd_attachment_button), (efhd_update_bar), (efhd_message_update_bar), (efhd_message_add_bar): * em-format-html.c: (efh_format_exec): 2008-04-20 Srinivasa Ragavan <sragavan@novell.com> ** Fix for bug #334444 * e-attachment-bar.c: (e_attachment_bar_add_attachment_silent), (e_attachment_bar_refresh): * e-attachment-bar.h: svn path=/trunk/; revision=35393
* Fixes bnc #378203 * exchange-folder-permission.c: ↵Bharath Acharya2008-04-212-0/+12
| | | | | | (org_gnome_exchange_folder_permissions): Return sanely if the path value is corrupted svn path=/trunk/; revision=35392
* Updated Spanish translationJorge Gonzalez Gonzalez2008-04-212-47/+42
| | | | svn path=/trunk/; revision=35390
* Fix some compilation errors.Matthew Barnes2008-04-203-5/+13
| | | | | | | | | | | | 2008-04-19 Matthew Barnes <mbarnes@redhat.com> * plugins/ipod-sync/ical-fomat.c (do_save_calendar_ical): * plugins/ipod-sync/ipod-sync.c (open_for_writing), (destination_save_addressbook): Fix some compilation errors. svn path=/trunk/; revision=35389
* Updated Spanish translationJorge Gonzalez Gonzalez2008-04-192-67/+67
| | | | svn path=/trunk/; revision=35388
* Updated Spanish translationJorge Gonzalez Gonzalez2008-04-192-449/+498
| | | | svn path=/trunk/; revision=35387
* Add missing file.Kjartan Maraas2008-04-193-16/+52
| | | | | | | | 2008-04-19 Kjartan Maraas <kmaraas@gnome.org> * POTFILES.in: Add missing file. svn path=/trunk/; revision=35386
* Updated Norwegian bokmål translation.Kjartan Maraas2008-04-192-586/+634
| | | | | | | | 2008-04-19 Kjartan Maraas <kmaraas@gnome.org> * nb.po: Updated Norwegian bokmål translation. svn path=/trunk/; revision=35385
* ** Fixes bug #528817Matthew Barnes2008-04-192-1/+9
| | | | | | | | | | | | | 2008-04-18 Matthew Barnes <mbarnes@redhat.com> ** Fixes bug #528817 * e-util/e-plugin.c (e_plugin_register_type): Fix a typo in the logic. This might explain why I occasionally find Exchange Operations disabled on startup. svn path=/trunk/; revision=35383
* ** Fix for bug #509923Milan Crha2008-04-184-7/+80
| | | | | | | | | | | | | | | | | 2008-04-18 Milan Crha <mcrha@redhat.com> ** Fix for bug #509923 * gui/dialogs/comp-editor.c: (real_send_comp): * gui/e-calendar-view.c: (e_calendar_view_modify_and_send): * gui/e-cal-model-calendar.c: (ecmc_set_value_at): Send changes based on the user's choice of "all instances" or "only this instance" for recurring events. * gui/e-cal-model-calendar.c: (ecmc_set_value_at): Also modify objects based on the user's choice. svn path=/trunk/; revision=35382
* Update the Mail guards.Srinivasa Ragavan2008-04-182-1/+5
| | | | | | | | 2008-04-18 Srinivasa Ragavan <sragavan@novell.com> * MAINTAINERS: Update the Mail guards. svn path=/trunk/; revision=35380
* Remove and obsolete comment from configure.in and #include <gio/gio.h> inMatthew Barnes2008-04-182-1/+1
| | | | | | calendar/gui/e-cal-component-preview.c. svn path=/trunk/; revision=35379
* ** Fix for bug #526741 (gnome-vfs to gio/gvfs port)Milan Crha2008-04-1863-1261/+1374
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 2008-04-17 Milan Crha <mcrha@redhat.com> ** Fix for bug #526741 (gnome-vfs to gio/gvfs port) * configure.in: Drop dependency on gnome-vfs, depend on gio instead. * addressbook/gui/contact-editor/e-contact-editor.c: Do not include gnome-vfs. * calendar/gui/e-meeting-store.c: (start_async_read), (freebusy_async), (async_read): Read data with gio, not with gnome-vfs. * calendar/gui/e-meeting-store.c: (async_close): Function removed. * calendar/gui/migration.c: * calendar/gui/e-memos.c: * calendar/gui/alarm-notify/notify-main.c: * calendar/gui/e-tasks.c: * calendar/gui/main.c: * calendar/gui/e-meeting-list-view.c: Do not include gnome-vfs. * calendar/gui/dialogs/comp-editor.c: (set_attachment_list): * calendar/gui/dialogs/comp-editor.c: (attachment_guess_mime_type): Function removed, use e-util function instead. * calendar/gui/e-cal-popup.c: (temp_save_part): Reflect changes in CamelStreamVFS. * calendar/gui/e-cal-popup.c: (ecalp_apps_open_in), (ecalp_apps_popup_free), (ecalp_standard_menu_factory): Use gio to fill popup and launch app. * calendar/gui/e-cal-component-preview.h: (e_cal_comp_preview_url_requested_cb): * calendar/gui/e-cal-component-preview.c: (e_cal_comp_preview_url_requested_cb): New helper function to manage file:// urls for GtkHTML component. * calendar/gui/e-cal-component-preview.c: (e_cal_component_preview_init): * calendar/gui/e-cal-component-memo-preview.c: (e_cal_comp_preview_url_requested_cb): Use above helper function. * calendar/gui/e-cal-component-memo-preview.c: (url_requested_cb): * calendar/gui/e-cal-component-preview.c: (url_requested_cb): Function removed. * composer/e-msg-composer.h: (e_msg_composer_guess_mime_type): * composer/e-msg-composer.c: (e_msg_composer_guess_mime_type), (handle_uri), (e_msg_composer_add_inline_image_from_file): Use shared e_util_guess_mime_type instead of its own. * e-util/e-gui-utils.c: Do not include gnome-vfs. * e-util/e-util.c: (e_write_file_uri), (e_file_get_save_path): * e-util/e-dialog-utils.c: (e_file_can_save), (e_file_check_local): Use gio instead of gnome-vfs. * e-util/e-util.h: * e-util/e-util.c: (e_util_guess_mime_type), (e_util_filename_to_uri), (e_util_uri_to_filename), (e_util_read_file): New helper functions. * mail/Makefile.am: * mail/em-vfs-stream.h: * mail/em-vfs-stream.c: Removed from project, not used anywhere. * mail/em-menu.c: * mail/em-config.c: Do not include gnome-vfs. * mail/mail-ops.c: (save_messages_exec), (save_part_exec): Changes related to Data Server change of CamelStreamVFS. * mail/em-format.c: (em_format_describe_part): * mail/em-format-html-display.c: (efhd_bonobo_object), (efhd_find_handler), (efhd_use_component), (efhd_bonobo_unknown), (efhd_check_server_prop), (efhd_format_attachment): Drop use of deprecated gnome-vfs functions. * mail/em-utils.c: (em_utils_snoop_type): Use gio to guess the mime_type. * mail/em-popup.c: (emp_apps_open_in), (emp_apps_popup_free), (emp_standard_menu_factory): Use gio to fill popup and launch app. * plugins/import-ics-attachments/icsimporter.c: Do not include gnome-vfs. * plugins/ipod-sync/ical-format.c: (do_save_calendar_ical): * plugins/ipod-sync/ipod-sync.c: (destination_save_addressbook): Write to gio GOutputStream instead of gnome-vfs handle. * plugins/ipod-sync/format-handler.h: (open_for_writing): * plugins/ipod-sync/ipod-sync.c: (open_for_writing): New helper function. * plugins/publish-calendar/publish-format-fb.h: (publish_calendar_as_fb): * plugins/publish-calendar/publish-format-fb.c: (write_calendar), (publish_calendar_as_fb): * plugins/publish-calendar/publish-format-ical.h: (publish_calendar_as_ical): * plugins/publish-calendar/publish-format-ical.c: (write_calendar), (publish_calendar_as_ical): Use gio GOutputStream instead of gnome-vfs handle. * plugins/publish-calendar/url-editor-dialog.c: (create_uri): Use glib function to escape URI. * plugins/publish-calendar/publish-location.c: (migrateURI): Use EUri to parse URI. * plugins/publish-calendar/publish-calendar.c: (publish_online), (unmount_done_cb), (struct mnt_struct), (mount_ready_cb), (ask_password), (ask_question), (mount_first), (publish): Use gio instead of gnome-vfs for opening (remote) files. * plugins/save-calendar/ical-format.c: (do_save_calendar_ical): * plugins/save-calendar/csv-format.c: (do_save_calendar_csv): * plugins/save-calendar/rdf-format.c: (do_save_calendar_rdf): Use gio GOutpuStream instead of gnome-vfs handle. * plugins/save-calendar/format-handler.h: (open_for_writing): * plugins/save-calendar/save-calendar.c: (open_for_writing): New helper function. * shell/e-shell-window-commands.c: (command_quick_reference): Use gio instead of gnome-vfs. * widgets/misc/e-attachment.h: (struct _EAttachment): * widgets/misc/e-attachment.c: (finalise), (init), (attachment_guess_mime_type), (e_attachment_new), (struct DownloadInfo), (download_info_free), (data_ready_cb), (download_to_local_path), (e_attachment_new_remote_file): Use gio instead of gnome-vfs to download remote files. * widgets/misc/e-image-chooser.c: (image_drag_data_received_cb): Use new util function to read file. * widgets/misc/e-attachment-bar.c: (size_to_string): Stolen from gnome-vfs. svn path=/trunk/; revision=35378
* ** Fix for bug #523402Milan Crha2008-04-172-0/+9
| | | | | | | | | | | | 2008-04-17 Milan Crha <mcrha@redhat.com> ** Fix for bug #523402 * gui/e-calendar-view.c: (e_calendar_view_add_event): Do not free value returned by icaltimezone_get_tzid. svn path=/trunk/; revision=35376
* ** Fix for bug #451976Milan Crha2008-04-172-1/+27
| | | | | | | | | | | | 2008-04-17 Milan Crha <mcrha@redhat.com> ** Fix for bug #451976 * prefer-plain.c: (org_gnome_prefer_plain_multipart_alternative): Try to find text/html part in multipart/alternative when in normal mode. svn path=/trunk/; revision=35374
* Added new files deleted files not needed.Sankar P2008-04-178-55/+224
| | | | | | | | | | | | | | | | | | | | | | | | | | | | 2008-04-17 Sankar P <psankar@novell.com> * Makefile.am: Added new files deleted files not needed. * external-editor.c: (convert_to_camel_internet_address), (ee_editor_command_changed), (e_plugin_lib_get_configure_widget), (async_external_editor), (show_composer_dialog), (org_gnome_external_editor): Leak fixes, Temporary files, Bug fixes and so on. * org-gnome-external-editor-errors.xml: Modified error file for staying aligned with other plugins * apps-evolution-external-editor.schemas.in: Added new file for default schema * org-gnome-external-editor.error.xml: Removed in favor of the other errors file. ** Fix for bug #517168 svn path=/trunk/; revision=35373
* Patch from Shuai Liu <shuai.liu@sun.com>: Fix for bug #528358 (Use message ↵Suman Manjunath2008-04-172-1/+20
| | | | | | subject as default filename when attempting to 'save message') svn path=/trunk/; revision=35372
* cs.po: Typo fix.Stanislav Brabec2008-04-162-2/+6
| | | | svn path=/trunk/; revision=35371
* ** Fix for bug #232594Milan Crha2008-04-162-13/+29
| | | | | | | | | | | | 2008-04-16 Milan Crha <mcrha@redhat.com> ** Fix for bug #232594 * gui/e-meeting-list-view.c: (attendee_edited_cb): Set status to Needs Action when attendee's address have been changed. svn path=/trunk/; revision=35370
* Merged from branch gnome-2-22 (where it got fixes).Leonardo Ferreira Fontenelle2008-04-152-175/+186
| | | | | | | | 2008-04-14 Leonardo Ferreira Fontenelle <leonardof@svn.gnome.org> * pt_BR.po: Merged from branch gnome-2-22 (where it got fixes). svn path=/trunk/; revision=35368
* ** Fix for bug #270406Milan Crha2008-04-144-24/+160
| | | | | | | | | | | | | | | | | | | 2008-04-14 Milan Crha <mcrha@redhat.com> ** Fix for bug #270406 * em-folder-properties.c: (struct _prop_data), (emfp_free), (add_numbered_row), (emfp_get_folder_item), (emfp_dialog_got_folder_quota), (emfp_dialog_got_folder): Retrieve quota information for a folder and show it in a dialog. * mail-ops.h: (mail_get_folder_quota): * mail-ops.c: (struct _get_quota_msg), (get_quota_desc), (get_quota_exec), (get_quota_done), (get_quota_free), (MailMsgInfo get_quota_info), (mail_get_folder_quota): New operation to get folder's quota information. svn path=/trunk/; revision=35366
* Remove some unused variables.Matthew Barnes2008-04-144-3/+12
| | | | | | | | | | | | | | 2008-04-14 Matthew Barnes <mbarnes@redhat.com> * composer/e-composer-autosave.c (e_composer_autosave_unregister): Remove some unused variables. * widgets/misc/e-attachment-bar.c (e_attachment_bar_bonobo_ui_populate_with_recent): Fix a compiler warning. svn path=/trunk/; revision=35365
* Add an icon for Folder->New.Matthew Barnes2008-04-146-7/+23
| | | | | | | | | | | | | | | | 2008-04-13 Matthew Barnes <mbarnes@redhat.com> * mail/em-folder-browser.c: Add an icon for Folder->New. * ui/evolution-addressbook.xml: Add an icon for Edit->Select All. * ui/evolution-mail-list.xml: Add icons for Folder->Delete and Folder->Refresh. svn path=/trunk/; revision=35363
* Updated Spanish translationJorge Gonzalez Gonzalez2008-04-142-47/+35
| | | | svn path=/trunk/; revision=35362
* Updated Spanish translationJorge Gonzalez Gonzalez2008-04-142-68/+59
| | | | svn path=/trunk/; revision=35361
* Clarify an error message. (#509672)Matthew Barnes2008-04-132-1/+6
| | | | | | | | | | 2008-04-12 Matthew Barnes <mbarnes@redhat.com> * e-util/e-util-labels.c (e_util_labels_add_with_dlg): Clarify an error message. (#509672) svn path=/trunk/; revision=35360
* updated hebrew translationYair Hershkovitz2008-04-132-202/+197
| | | | svn path=/trunk/; revision=35359
* Updated Spanish translationJorge Gonzalez Gonzalez2008-04-132-3016/+2985
| | | | svn path=/trunk/; revision=35357
* Updated Spanish translationJorge Gonzalez Gonzalez2008-04-132-155/+203
| | | | svn path=/trunk/; revision=35356
* some updatesVladimer Sichinava2008-04-121-5090/+6538
| | | | svn path=/trunk/; revision=35355
* Fix for bug #517134 : Extend the 'Insert' menu (in editors) to show a ↵Suman Manjunath2008-04-1213-22/+311
| | | | | | | | | | | | | | | | | | | | "Recent Documents" submenu (to quickly add them as attachments). M configure.in M ChangeLog M composer/evolution-composer.ui M composer/ChangeLog M composer/e-composer-actions.c M composer/e-composer-private.c M widgets/misc/ChangeLog M widgets/misc/e-attachment-bar.c M widgets/misc/e-attachment-bar.h M calendar/gui/dialogs/comp-editor.c M calendar/ChangeLog M ui/ChangeLog M ui/evolution-editor.xml svn path=/trunk/; revision=35354
* Revert my previous change. Glade was more destructive toward the file thanMatthew Barnes2008-04-112-5867/+9823
| | | | | | | | | | | | | 2008-04-10 Matthew Barnes <mbarnes@redhat.com> * mail-config.glade: Revert my previous change. Glade was more destructive toward the file than I realized. But I think I fixed the core issue that was causing Glade 3 to crash: there were two widgets named "omenuCharset". Now the one in Composer Preferences is named "omenuCharset1". svn path=/trunk/; revision=35353
* Change the name of the variable we look for in the glade file.Sankar P2008-04-102-7/+25
| | | | | | | | | | | | | | | | 2008-04-10 Sankar P <psankar@novell.com> * em-composer-prefs.c: (em_composer_prefs_construct): Change the name of the variable we look for in the glade file. Also add some if conditions to avoid certain crash. ** See bug #527327 svn path=/trunk/; revision=35352
* Loaded this file into Glade 3.5 and saved it. Doing so appears to haveMatthew Barnes2008-04-092-9815/+5874
| | | | | | | | | | | | 2008-04-09 Matthew Barnes <mbarnes@redhat.com> * mail-config.glade: Loaded this file into Glade 3.5 and saved it. Doing so appears to have fixed whatever corruption was causing previous Glade 3 releases to choke on it. svn path=/trunk/; revision=35351
* updated hebrew translationYair Hershkovitz2008-04-091-114/+123
| | | | svn path=/trunk/; revision=35350
* updated hebrew translationYair Hershkovitz2008-04-091-91/+82
| | | | svn path=/trunk/; revision=35349
* updated hebrew translationYair Hershkovitz2008-04-092-182/+110
| | | | svn path=/trunk/; revision=35348
* ** Fixes bug #523413Matthew Barnes2008-04-099-21/+90
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 2008-04-08 Matthew Barnes <mbarnes@redhat.com> ** Fixes bug #523413 * composer/e-msg-composer.c (msg_composer_dispose): Use the 'application_exiting' private flag to determine whether to tell e_composer_autosave_unregister() to delete the autosave file. * composer/e-msg-composer.c (msg_composer_class_init), (e_msg_composer_save_draft): Remove the 'quit' parameter from the 'save-draft' signal. * composer/e-msg-composer.c (e_msg_composer_request_close_all): Take an autosave snapshot before activating the CLOSE action, and set the private 'application_exiting' flag. This should avoid prompting the user before shutting down. * composer/e-composer-actions.c (action_close_cb): When electing to save a message before closing, hide the window immediately. The callback function can then check the window's visibility after the save is complete to know whether to destroy the window. * composer/e-composer-autosave.c (e_composer_autosave_unregister): Add a 'delete_file' boolean parameter to determine whether to delete the autosave file. * composer/e-composer-private.h: Add an 'application_exiting' flag. * mail/em-composer-utils.c (save_draft_done): Check the composer window's visibility to determine whether to destroy the window. See the corresponding composer/ChangeLog entry to get the full story. * mail/em-composer-utils.c (em_utils_composer_save_draft_cb): Remove the 'quit' parameter. svn path=/trunk/; revision=35346
* ** Fixes bug #525966Matthew Barnes2008-04-082-1/+8
| | | | | | | | | | | | 2008-04-08 Matthew Barnes <mbarnes@redhat.com> ** Fixes bug #525966 * e-composer-actions.c (action_close_cb): Fix a boolean error in detecting unsaved changes. svn path=/trunk/; revision=35344
* updated hebrew translationYair Hershkovitz2008-04-082-1681/+1731
| | | | svn path=/trunk/; revision=35343
* ** Fixes bug #328146Matthew Barnes2008-04-082-2/+9
| | | | | | | | | | | | 2008-04-07 Matthew Barnes <mbarnes@redhat.com> ** Fixes bug #328146 * e-composer-actions.c: Fix missing and conflicting mnemonics. svn path=/trunk/; revision=35339
* Updated Spanish translation, fixed bug #525068Jorge Gonzalez Gonzalez2008-04-082-1143/+1378
| | | | svn path=/trunk/; revision=35337
* ** Fix for bug #525234Ondrej Jirman2008-04-073-1/+17
| | | | | | | | | | | | | 2008-04-07 Ondrej Jirman <megous@megous.com> ** Fix for bug #525234 * gui/Makefile.am: * gui/dialogs/Makefile.am: Install more include files that are useful to the out of tree evolution plugins. svn path=/trunk/; revision=35335
* Translation updated by Ivar SmolinPriit Laes2008-04-072-26/+30
| | | | | | | | 2008-04-07 Priit Laes <plaes at svn dot gnome dot org> * et.po: Translation updated by Ivar Smolin svn path=/trunk/; revision=35333
* ** Fix for bug #525238Ondrej Jirman2008-04-074-1/+42
| | | | | | | | | | | | | | | | 2008-04-07 Ondrej Jirman <megous@megous.com> ** Fix for bug #525238 * e-shell-window.c: (switch_view): * es-event.c: * es-event.h: Add new "component.activated" event. Event is emitted whenever component is activated. ESEventTargetComponent contains an id of the component being activated. svn path=/trunk/; revision=35332
* Patch from Ambuj Chitranshi <ambuj_1075@yahoo.co.in>: Fix for bug #484793 ↵Suman Manjunath2008-04-072-1/+8
| | | | | | (String change: 'Continue Editing' -> 'Edit Message') svn path=/trunk/; revision=35331
* Fix a stupid typo.Matthew Barnes2008-04-071-1/+1
| | | | svn path=/trunk/; revision=35330
* reviewed by: Milan CrhaTakao Fujiwara2008-04-074-48/+66
| | | | | | | | | | | | | | | 2008-04-07 Takao Fujiwara <takao.fujiwara@sun.com> reviewed by: Milan Crha ** Fix for bug #408579 * mail/mail.error.xml: * e-util/e-system.error.xml: Changed '&quot;' to '\"' to work with intltool. svn path=/trunk/; revision=35329
* ** Fixes bug #335891Matthew Barnes2008-04-072-13/+42
| | | | | | | | | | | | | 2008-04-06 Matthew Barnes <mbarnes@redhat.com> ** Fixes bug #335891 * mail/em-composer-prefs.c (em_composer_prefs_construct): Desensitize the signature editing interface if the "signatures" GConf key is not writable. svn path=/trunk/; revision=35328
* Updated Norwegian bokmål translation.Kjartan Maraas2008-04-072-1637/+1859
| | | | | | | | 2008-04-06 Kjartan Maraas <kmaraas@gnome.org> * nb.po: Updated Norwegian bokmål translation. svn path=/trunk/; revision=35327
* Updated Russian translation by Sergey Mironov <sergo@bk.ru>Nickolay V. Shmyrev2008-04-062-4169/+10599
| | | | | | | | | 2008-04-05 Nickolay V. Shmyrev <nshmyrev@yandex.ru> * ru/ru.po: Updated Russian translation by Sergey Mironov <sergo@bk.ru> svn path=/trunk/; revision=35325
* Fix a corner case that I missed in my last commit.Matthew Barnes2008-04-064-6/+27
| | | | | | | | | | 2008-04-05 Matthew Barnes <mbarnes@redhat.com> * mail/em-composer-prefs.c: Fix a corner case that I missed in my last commit. svn path=/trunk/; revision=35324
* Updated Czech doc translation by Jiri Eischmann.Petr Kovář2008-04-062-3157/+3193
| | | | svn path=/trunk/; revision=35323
* ** Fixes part of bug #526152, plus some tangential code cleanup.Matthew Barnes2008-04-0512-805/+824
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 2008-04-05 Matthew Barnes <mbarnes@redhat.com> ** Fixes part of bug #526152, plus some tangential code cleanup. * mail/Makefile.am: Remove all the IDL crud for GnomeSpell. * mail/em-composer-prefs.c: * mail/evolution-mail.schemas.in: * mail/mail-config.c: Define our own GConf keys for active spell checking languages and the underline color for misspelled words, instead of relying on GnomeSpell's GConf keys. The new keys are: /apps/evolution/mail/composer/spell_color (string) /apps/evolution/mail/composer/spell_languages (list of strings) * mail/em-composer-prefs.c: * mail/em-composer-prefs.h: Cleanup the logic a bit to improve readability. * mail/mail-config.c: Cleanup the GConf notification logic: - We don't need the notification IDs for GConf keys we're watching. - Minimize the repetition of GConf keys to reduce the risk of typos. - Reduce the number of notification callback functions. * mail/Spell.idl: Remove this file; we don't use GnomeSpell anymore. * composer/e-msg-composer.c: * composer/e-composer-private.h: Initialize a new composer's spell checking language menu via our new "spell_languages" GConf key. * tools/killev.c (main): No need to continue killing the GnomeSpell Bonobo server. svn path=/trunk/; revision=35322
* Same as below.Jeffrey Stedfast2008-04-053-39/+55
| | | | | | | | | 2008-04-04 Jeffrey Stedfast <fejj@novell.com> * em-format-quote.c (emfq_format_header): Same as below. svn path=/trunk/; revision=35320
* Need to unfold some headers. Also simplified figuring out the label.Jeffrey Stedfast2008-04-052-81/+111
| | | | | | | | | | | 2008-04-04 Jeffrey Stedfast <fejj@novell.com> * em-format-html.c (efh_format_header): Need to unfold some headers. Also simplified figuring out the label. (efh_format_headers): Cleaned up some code. svn path=/trunk/; revision=35319
* ** Fix for bug #264456Milan Crha2008-04-032-1/+13
| | | | | | | | | | | | 2008-04-02 Milan Crha <mcrha@redhat.com> ** Fix for bug #264456 * mail-component.c: (view_changed): Do not count deleted junk messages when doesn't show deleted messages. svn path=/trunk/; revision=35317
* ** Fix for bug #350308Milan Crha2008-04-032-22/+15
| | | | | | | | | | | | 2008-04-03 Milan Crha <mcrha@redhat.com> ** Fix for bug #350308 * em-format-html-display.c: (efhd_gtkhtml_realise): Make colors only darker, not lighter. Use black in case someone has too dark theme. svn path=/trunk/; revision=35316
* ** Merge the mbarnes-composer branchMatthew Barnes2008-04-0378-8023/+8244
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 2008-04-02 Matthew Barnes <mbarnes@redhat.com> ** Merge the mbarnes-composer branch * configure.in: Bump libgtkhtml requirement to 3.19.1. Add gtkhtml-editor dependency for addressbook, calendar and mail. Remove print-message plugin; new composer implements this natively. * tools/Makefile.am: Remove CORBA rules for the old composer. * addressbook/gui/widgets/Makefile.am: Remove CORBA rules for the old composer. * addressbook/gui/widgets/eab-gui-util.c (eab_send_to_contact_and_email_num_list), (eab_send_contact_list_as_attachment): Adapt to new Bonobo-less composer widget. * calendar/gui/Makefile.am: Remove CORBA rules for the old composer. * calendar/gui/itip-utils.c (comp_from), (comp_to_list), (comp_subject), (comp_content_type), (comp_filename), (comp_description), (append_cal_attachments), (itip_send_comp), (reply_to_calendar_comp): Adapt to new Bonobo-less composer widget. * composer/Makefile.am: Remove CORBA rules for the old composer. * composer/e-msg-composer.c: * composer/e-msg-composer.h: EMsgComposer is now a subclass of GtkhtmlEditor. Extensive refactoring and cleanup, too much to list in detail. * composer/e-composer-header.c: * composer/e-composer-header.h: Add "sensitive" property along with get/set functions. * composer/e-composer-from-header.c: * composer/e-composer-from-header.h: Propagate "refreshed" signal from EAccountComboBox. Add function e_composer_from_header_get_account_list(). * composer/e-composer-private.c: * composer/e-composer-private.h: New files manage composer's private data. Allows other composer files to manipulate private data. * composer/e-msg-composer-hdrs.c: * composer/e-msg-composer-hdrs.h: Remove these files; replaced by EComposerHeaderTable widget. * composer/evolution-composer.c: * composer/evolution-composer.h: Remove these files; composer is now a subclass of GtkhtmlEditor. * composer/e-msg-composer-select-file.c: * composer/e-msg-composer-select-file.h: Remove these files; logic moved to e-msg-composer.c. * composer/listener.c: * composer/listener.h: Remove these files; event handlers moved to e-msg-composer.c. * composer/Composer.idl: * composer/Evolution-Composer.idl: Remove these files; composer is no longer a Bonobo object. * mail/em-composer-prefs (sig_edit_cb), (em_composer_prefs_new_signature): Adapt to new Bonobo-less signature editor. * mail/mail-signature-editor.c: * mail/mail-signature-editor.h: Rewrite the signature editor as a subclass of GtkhtmlEditor. Eliminates Bonobo from the equation. * mail/em-composer-utils.c (composer_get_message), (em_utils_composer_send_cb), (save_draft_done), (em_utils_composer_save_draft_cb), (create_new_composer), (em_utils_compose_new_message), (em_utils_compose_new_message_with_mailto), (em_utils_post_to_folder), (em_utils_post_to_url), (edit_message), (forward_attached), (forward_non_attached), (reply_get_composer), (composer_set_body), (em_utils_reply_to_message), (post_reply_to_message): Adapt to new Bonobo-less composer. * mail/mail-component-factory.c: Composer is no longer needs a Bonobo factory. * mail/mail-config.c: Fix style pattern for EMsgComposer widgets. * plugins/groupwise/mail-send-options.c (org_gnome_composer_send_options): Adapt to streamlined EMsgComposer API. * plugins/exchange-operations/Makefile.am: Add EVOLUTION_MAIL_CFLAGS and EVOLUTION_MAIL_LIBS. * plugins/exchange-operations/exchange-mail-send-options.c (append_to_header), (org_gnome_exchange_send_options): Adapt to streamlined EMsgComposer API. * plugins/mailing-list-actions/mailing-list-actions.c (emla_list_action_do): Adapt to streamlined EMsgComposer API. * po/POTFILES.in: Update file list for new composer. * ui/evolution-composer-entries.xml: Remove this file; obsoleted by new composer. * widgets/misc/Makefile.am: Add EVOLUTION_MAIL_LIBS. * widgets/misc/e-account-combo-box.c: * widgets/misc/e-account-combo-box.h: New function e_account_combo_box_get_account_list(). Emit a "refreshed" signal when the EAccountList changes. Add an internal reverse-lookup index. * widgets/misc/e-charset-picker.c (e_charser_add_radio_actions): New function adds radio actions to an action group. Will eventually replace e_charset_picker_bonobo_ui_populate(). * widgets/misc/e-signature-combo-box.c: * widgets/misc/e-signature-combo-box.h: New function e_signature_combo_box_get_signature_list(). ... separate issue ... * configure.in: Bump eds_minimum_version to 2.23.1 for CAMEL_FOLDER_JUNKED_NOT_DELETED symbol. svn path=/trunk/; revision=35313
* ** Fix for bug #271863Milan Crha2008-04-022-2/+11
| | | | | | | | | | | | | 2008-04-02 Milan Crha <mcrha@redhat.com> ** Fix for bug #271863 * mail-component.c: (view_changed): Do not count deleted junked messages to total number of messages with unchecked "Hide Deleted Messages" option. svn path=/trunk/; revision=35312
* ** Fix for bug #522764Ross Burton2008-04-024-3/+8
| | | | | | | | | | | | | 2008-04-02 Ross Burton <ross@openedhand.com> ** Fix for bug #522764 * exchange-account-setup.c: * exchange-folder-subscription.c: * exchange-folder-permission.c: Remove unused include. svn path=/trunk/; revision=35311
* s/evo_label_a.PNG/evo_label_a.png here, too.Tor Lillqvist2008-04-022-1/+6
| | | | | | | | | | 2008-04-02 Tor Lillqvist <tml@novell.com> * Makefile.am (DOC_FIGURES): s/evo_label_a.PNG/evo_label_a.png here, too. svn path=/trunk/; revision=35309
* Duplicate. Use evo_label_a.png.Tor Lillqvist2008-04-021-0/+0
| | | | svn path=/trunk/; revision=35308
* Version bump for 2.23.1.Matthew Barnes2008-04-022-3/+7
| | | | | | | | | 2008-04-01 Matthew Barnes <mbarnes@redhat.com> * configure.in: Version bump for 2.23.1. svn path=/trunk/; revision=35303
* Remove this, it's a duplicate of es/figures/evo_label_a.png.Tor Lillqvist2008-04-012-0/+5
| | | | | | | | | | 2008-04-01 Tor Lillqvist <tml@novell.com> * es/figures/evo_label_a.PNG: Remove this, it's a duplicate of es/figures/evo_label_a.png. svn path=/trunk/; revision=35298
* ** Fixes bug #525508, spotted by Thomas M.Matthew Barnes2008-04-012-0/+8
| | | | | | | | | | | | 2008-04-01 Matthew Barnes <mbarnes@redhat.com> ** Fixes bug #525508, spotted by Thomas M. * message-list.c (ml_tree_value_at): Fix a leaking CamelURL in the COL_LOCATION case. svn path=/trunk/; revision=35297
* ** Fixes bug #525510, patch from Thomas M.Matthew Barnes2008-04-012-1/+8
| | | | | | | | | | | | 2008-04-01 Matthew Barnes <mbarnes@redhat.com> ** Fixes bug #525510, patch from Thomas M. * mail/message-list.c (ml_tree_value_at): Mark "On This Computer" for translation. svn path=/trunk/; revision=35296
* Mono Loader Camel.cs: Type cast. Fixes compile error.Johnny Jacob2008-04-012-12/+16
| | | | svn path=/trunk/; revision=35295
* Updated German translation.Philipp Kerling2008-03-312-2/+6
| | | | | | | | 2008-31-31 Philipp Kerling <k.philipp@gmail.com> * de.po: Updated German translation. svn path=/trunk/; revision=35293
* Bugfix in German translation by Dominik SandjajaPhilipp Kerling2008-03-312-461/+831
| | | | | | | | 2008-03-31 Philipp Kerling <k.philipp@gmail.com> * de.po: Bugfix in German translation by Dominik Sandjaja svn path=/trunk/; revision=35292
* ** Fix for bug #521562Milan Crha2008-03-312-1/+8
| | | | | | | | | | | | 2008-03-31 Milan Crha <mcrha@redhat.com> ** Fix for bug #521562 * gui/contact-editor/e-contact-editor-address.c: (countries []): Small typo fix. svn path=/trunk/; revision=35291
* ** Fix for bug #506347Milan Crha2008-03-312-3/+30
| | | | | | | | | | | | | 2008-03-31 Milan Crha <mcrha@redhat.com> ** Fix for bug #506347 * gui/widgets/eab-contact-display.c: (eab_contact_display_render_compact): Inherit background colors from actual theme, do not use hardcoded one. svn path=/trunk/; revision=35290
* ** Fix for bug #404241Milan Crha2008-03-313-6/+11
| | | | | | | | | | | | | 2008-03-31 Milan Crha <mcrha@redhat.com> ** Fix for bug #404241 * gui/widgets/e-minicard.c: (get_email_location), (add_email_field): * gui/widgets/eab-contact-display.c: (get_email_location): Never return NULL, rather return "Other" as default. svn path=/trunk/; revision=35289
* Patch from Qin Kuangyu: Fix for bug #346555 (Fixed a couple of mnemonic ↵Suman Manjunath2008-03-318-4/+32
| | | | | | conflicts) svn path=/trunk/; revision=35288
* Patch from Frederic Crozat <fcrozat@mandriva.com>: Fix for bug #501885 ↵Suman Manjunath2008-03-312-1/+7
| | | | | | (Specify locale directory correctly) svn path=/trunk/; revision=35287
* Fix some unused variable warnings.Matthew Barnes2008-03-292-4/+6
| | | | | | | | | | | 2008-03-29 Matthew Barnes <mbarnes@redhat.com> * mail/em-network-prefs.c (em_network_prefs_finalise), (em_network_prefs_destroy), (emnp_parse_ignore_hosts): Fix some unused variable warnings. svn path=/trunk/; revision=35283
* sv.po: Updated Swedish translationDaniel Nylander2008-03-282-662/+940
| | | | svn path=/trunk/; revision=35280
* ** Fixes bug #523271Matthew Barnes2008-03-282-0/+14
| | | | | | | | | | | | | 2008-03-27 Matthew Barnes <mbarnes@redhat.com> ** Fixes bug #523271 * mail/em-popup.c (emp_standard_menu_factory): Lowercase the MIME type before passing it to gnome_vfs_mime_get_all_applications(). svn path=/trunk/; revision=35276
* ** Fix for bug #523541Milan Crha2008-03-272-0/+10
| | | | | | | | | | | | 2008-03-27 Milan Crha <mcrha@redhat.com> ** Fix for bug #523541 * itip-formatter.c: (find_server): Do not leak memory returned by e_cal_component_get_recurid_as_string. svn path=/trunk/; revision=35275
* ** Fix for bug #522178Milan Crha2008-03-272-1/+14
| | | | | | | | | | | | | 2008-03-27 Milan Crha <mcrha@redhat.com> ** Fix for bug #522178 * mail-folder-cache.c: (folder_changed): Put back hack with checking time of new message in the folder based with last time of new mail as it was before patch in bug #492702. svn path=/trunk/; revision=35273
* ** Fix for bug #519292Milan Crha2008-03-275-16/+21
| | | | | | | | | | | | | | | | | | 2008-03-27 Milan Crha <mcrha@redhat.com> ** Fix for bug #519292 * mail/message-list.h: (message_list_set_expand_all): * mail/message-list.c: (message_list_set_expand_all): Remove unused confusing function. * mail/message-list.c: (regen_list_done): Use numbers instead of gboolean value. * widgets/table/e-tree-table-adapter.c: (set_expanded_state_func), (set_collapsed_state_func): Use rather recurse function. svn path=/trunk/; revision=35271
* ** Fix for bug #517492Milan Crha2008-03-272-6/+11
| | | | | | | | | | | | | 2008-03-27 Milan Crha <mcrha@redhat.com> ** Fix for bug #517492 * gui/dialogs/calendar-setup.c: (calendar_setup_edit_calendar), (calendar_setup_edit_task_list), (calendar_setup_edit_memo_list): Set proper dialog caption with New or Properties. svn path=/trunk/; revision=35270
* ** Fix for bug #511957Milan Crha2008-03-277-28/+45
| | | | | | | | | | | | | | | | | | 2008-03-27 Milan Crha <mcrha@redhat.com> ** Fix for bug #511957 * plugins/groupwise-features/org-gnome-proxy-login-errors.xml: * plugins/groupwise-features/org-gnome-shared-folder.errors.xml: * plugins/groupwise-features/org-gnome-proxy-errors.xml: * plugins/groupwise-features/org-gnome-mail-retract-errors.xml: Mark messages for translation. * po/POTFILES.in: Added plugins/groupwise-features/org-gnome-mail-retract-errors.xml. svn path=/trunk/; revision=35269
* ** Fix for bug #511956Milan Crha2008-03-273-6/+14
| | | | | | | | | | | | 2008-03-27 Milan Crha <mcrha@redhat.com> ** Fix for bug #511956 * share-folder.c: (notification_clicked): Mark text for translation. * properties.glade: Make dialog nicer. svn path=/trunk/; revision=35268
* ** Fix for bug #511953Milan Crha2008-03-272-3/+9
| | | | | | | | | | | 2008-03-27 Milan Crha <mcrha@redhat.com> ** Fix for bug #511953 * share-folder.c: (notification_clicked): Create dialog properly. svn path=/trunk/; revision=35266
* ** Fix for bug #511950Milan Crha2008-03-272-4/+6
| | | | | | | | | | | 2008-03-27 Milan Crha <mcrha@redhat.com> ** Fix for bug #511950 * properties.glade: Do not force button/label sizes. svn path=/trunk/; revision=35264
* ** Fix for bug #507526Milan Crha2008-03-272-1/+7
| | | | | | | | | | | 2008-03-27 Milan Crha <mcrha@redhat.com> ** Fix for bug #507526 * e-send-options.glade: Add translators' comment. svn path=/trunk/; revision=35263
* ** Fix for bug #502826 (original patch by nickspoon0)Milan Crha2008-03-273-11/+43
| | | | | | | | | | | | | | 2008-03-27 Milan Crha <mcrha@redhat.com> ** Fix for bug #502826 (original patch by nickspoon0) * mail-config.glade: * em-composer-prefs.c: (attach_style_reply_new_order), (attach_style_info_reply), (em_composer_prefs_construct): Reword and reorder Reply Style items in the Preferences. svn path=/trunk/; revision=35262
* ** Fix for bug #488175Milan Crha2008-03-272-5/+11
| | | | | | | | | | | | 2008-03-27 Milan Crha <mcrha@redhat.com> ** Fix for bug #488175 * message-list.c: (ml_tree_value_at): Colorize follow-up messages same as with due-by flag. svn path=/trunk/; revision=35261
* ** Fix for bug #438613Milan Crha2008-03-275-3/+26
| | | | | | | | | | | | | | | | | 2008-03-27 Milan Crha <mcrha@redhat.com> ** Fix for bug #438613 * addressbook/addressbook.error.xml: Improved "contact-delete-error-perm" secondary text. * calendar/calendar.error.xml: New message "prompt-read-only-cal-editor". * calendar/gui/dialogs/comp-editor.c: (prompt_and_save_changes), (menu_file_save_cb): Use different read-only message when checking from contact editor and from calendar UI. svn path=/trunk/; revision=35260
* ** Fix for bug #316572Milan Crha2008-03-272-4/+10
| | | | | | | | | | | 2008-03-27 Milan Crha <mcrha@redhat.com> ** Fix for bug #316572 * gui/component/ldap-config.glade: Do not translate unused text. svn path=/trunk/; revision=35258
* Fixes Bug #524434. From PC Radhika <pradhika@novell.com>Johnny Jacob2008-03-262-4/+10
| | | | svn path=/trunk/; revision=35252
* Updated British English translation.Philip Withnall2008-03-262-2084/+3058
| | | | | | | | | 2008-03-25 Philip Withnall <pwithnall@svn.gnome.org> * en_GB.po: Updated British English translation. svn path=/trunk/; revision=35250
* Updated Greek translationSimos Xenitellis2008-03-262-399/+635
| | | | svn path=/trunk/; revision=35247