aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Fix for bug #471779 (Timezone entries in the timezone dialog combo-box are ↵Suman Manjunath2008-02-243-83/+115
| | | | | | now sorted alphabetically) svn path=/trunk/; revision=35077
* Updated Italian translation.Luca Ferretti2008-02-242-1853/+1798
| | | | | | | | 2008-02-23 Luca Ferretti <elle.uca@libero.it> * it.po: Updated Italian translation. svn path=/trunk/; revision=35076
* Updated Occitan translationYannig MARCHEGAY2008-02-231-1/+1
| | | | svn path=/trunk/; revision=35075
* Translation updated by Ivar SmolinPriit Laes2008-02-232-2228/+2780
| | | | | | | | 2008-02-23 Priit Laes <plaes at svn dot gnome dot org> * et.po: Translation updated by Ivar Smolin svn path=/trunk/; revision=35074
* Updated Arabic Translation by Abou Manal. Djihed Afifi2008-02-232-2160/+1577
| | | | svn path=/trunk/; revision=35073
* ** Part of fix for bug #514836Milan Crha2008-02-232-4/+14
| | | | | | | | | | | | | 2008-02-22 Milan Crha <mcrha@redhat.com> ** Part of fix for bug #514836 * gui/contact-list-editor/e-contact-list-editor.c: (contact_list_editor_add_destination): Obsoleting EVC_X_DEST_EMAIL and EVC_X_DEST_NAME. svn path=/trunk/; revision=35072
* ** Fix for bug #512776Milan Crha2008-02-227-33/+69
| | | | | | | | | | | | | | | | | | | | | | | 2008-02-22 Milan Crha <mcrha@redhat.com> ** Fix for bug #512776 * Changes below prevents deadlock on start or send/receive. * mail-send-recv.c: (struct _refresh_folders_msg), (refresh_folders_exec), (refresh_folders_free), (receive_update_got_folderinfo): Do not look for active folders in main thread, rather do it in other thread and free folder info later. * mail-ops.h: (mail_get_folderinfo): * mail-ops.c: (struct _get_folderinfo_msg), (get_folderinfo_done), (get_folderinfo_free), (mail_get_folderinfo): * mail-folder-cache.h: (mail_note_store): * mail-folder-cache.c: (struct _update_data), (update_folders), (mail_note_store): * mail-component.c: (mc_add_store_done): The 'done' function returns if we can free folder info or not. svn path=/trunk/; revision=35071
* ** Fix for BNC #358697Srinivasa Ragavan2008-02-222-2/+33
| | | | | | | | | | | | | 2008-02-22 Srinivasa Ragavan <sragavan@novell.com> ** Fix for BNC #358697 * em-folder-browser.c: (emfb_set_folder): Make sure the default search filter for sent/draft/outbox is "Recipients Contain" svn path=/trunk/; revision=35070
* Translation updated by Reinout van Schouwen.Vincent van Adrighem2008-02-222-3213/+3975
| | | | | | | | 2008-02-22 Vincent van Adrighem <adrighem@gnome.org> * nl.po: Translation updated by Reinout van Schouwen. svn path=/trunk/; revision=35069
* Updating Macedonian translation, mk.po, Arangel Angov <arangel@linux.net.mk>Arangel Angov2008-02-221-1/+1
| | | | svn path=/trunk/; revision=35068
* Arangel Angov <arangel@linux.net.mk> * mk.po: Updated Macedonian translationArangel Angov2008-02-222-1007/+1134
| | | | svn path=/trunk/; revision=35067
* Updated Korean translationChangwoo Ryu2008-02-212-376/+403
| | | | svn path=/trunk/; revision=35066
* ** Fix for bug #440426Milan Crha2008-02-212-0/+11
| | | | | | | | | | | | 2008-02-20 Milan Crha <mcrha@redhat.com> ** Fix for bug #440426 * gui/e-cal-model.c: (e_cal_model_dispose), (remove_client): Unset also default_client if removing it. svn path=/trunk/; revision=35065
* Patch from Paul Bolle <pebolle@tiscali.nl>: Fix for bug #517082 (Fixed a ↵Suman Manjunath2008-02-202-1/+8
| | | | | | small memory-leak) svn path=/trunk/; revision=35064
* ** Part of fix for bug #515744Milan Crha2008-02-204-12/+17
| | | | | | | | | | | | | 2008-02-20 Milan Crha <mcrha@redhat.com> ** Part of fix for bug #515744 * composer/e-msg-composer.c: (drop_action): * calendar/gui/dialogs/comp-editor.c: (drop_action): Fixing previous fix - do not double free. svn path=/trunk/; revision=35063
* ** Follow up on bug #517072Paul Bolle2008-02-202-46/+53
| | | | | | | | | | | | 2008-02-19 Paul Bolle <pebolle@tiscali.nl> ** Follow up on bug #517072 * itip-view.c: (set_calendar_sender_text), (set_tasklist_sender_text), (set_journal_sender_text): Properly escape text here too. svn path=/trunk/; revision=35062
* ** Fix for bug #469292Srinivasa Ragavan2008-02-202-2/+11
| | | | | | | | | | | 2008-02-20 Srinivasa Ragavan <sragavan@novell.com> ** Fix for bug #469292 * em-format-quote.c: (emfq_format_clone): Add empty line only when top posting is enabled. svn path=/trunk/; revision=35061
* Use "pkill -x" to kill the process and use "$HOME" insteadJeff Cai2008-02-204-7/+21
| | | | | | | of "~". Fix for bug #516648 svn path=/trunk/; revision=35060
* Updated Occitan translationYannig MARCHEGAY2008-02-201-345/+371
| | | | svn path=/trunk/; revision=35059
* sv.po: Updated Swedish translationDaniel Nylander2008-02-201-2/+2
| | | | svn path=/trunk/; revision=35058
* sv.po: Updated Swedish translationDaniel Nylander2008-02-202-36/+40
| | | | svn path=/trunk/; revision=35057
* ** Fix for bug #383438Milan Crha2008-02-202-1/+8
| | | | | | | | | | | | 2008-02-19 Milan Crha <mcrha@redhat.com> ** Fix for bug #383438 * text/e-text.c: (e_text_point): Report "mouse over" even with no text entered. svn path=/trunk/; revision=35056
* ** Fix for bug #209353Milan Crha2008-02-204-4/+28
| | | | | | | | | | | | | | | | 2008-02-19 Milan Crha <mcrha@redhat.com> ** Fix for bug #209353 * e-util/e-text-event-processor-emacs-like.c: (e_text_event_processor_emacs_like_event): Allow paste text on mouse middle button click. * widgets/table/e-table-item.c: (eti_event): Pass Home/End keys to cell when editing. svn path=/trunk/; revision=35055
* ** Fix for bug #517458Srinivasa Ragavan2008-02-202-2/+16
| | | | | | | | | | | 2008-02-20 Srinivasa Ragavan <sragavan@novell.com> ** Fix for bug #517458 * gui/widgets/e-addressbook-reflow-adapter.c: (addressbook_compare): Handle broken UIDs. svn path=/trunk/; revision=35054
* Updated Slovenian translationMatej Urbančič2008-02-201-33/+21
| | | | svn path=/trunk/; revision=35053
* Updated Slovenian translationMatej Urbančič2008-02-191-2021/+2310
| | | | svn path=/trunk/; revision=35052
* ** Fix for bug #517072Paul Bolle2008-02-192-1/+8
| | | | | | | | | | | | 2008-02-19 Paul Bolle <pebolle@tiscali.nl> ** Fix for bug #517072 * itip-view.c: (set_summary_text): Properly escape summary text. svn path=/trunk/; revision=35051
* ** Fix for bug #516349Milan Crha2008-02-192-4/+9
| | | | | | | | | | | | 2008-02-19 Milan Crha <mcrha@redhat.com> ** Fix for bug #516349 * em-format-quote.c: (emfq_format_message): Do not force black text in quotation part of the message. svn path=/trunk/; revision=35050
* Bump eds_minimum_version to 2.21.92 for camel_application_is_exiting.Matthew Barnes2008-02-192-1/+6
| | | | | | | | | | 2008-02-18 Matthew Barnes <mbarnes@redhat.com> * configure.in: Bump eds_minimum_version to 2.21.92 for camel_application_is_exiting. svn path=/trunk/; revision=35049
* sv.po: Updated Swedish translationDaniel Nylander2008-02-192-294/+298
| | | | svn path=/trunk/; revision=35048
* Updated Spanish translation, fixed typo thanks to Ignacio Casal QuinteiroJorge Gonzalez Gonzalez2008-02-192-2/+7
| | | | svn path=/trunk/; revision=35047
* Updated Galician Translation.Ignacio Casal Quinteiro2008-02-192-1033/+1155
| | | | svn path=/trunk/; revision=35046
* Updated Spanish translation, fixed typo thanks to Nacho Casal QuinteroJorge Gonzalez Gonzalez2008-02-182-149/+158
| | | | svn path=/trunk/; revision=35045
* ** Part of fix for bug #515744Milan Crha2008-02-1834-29/+174
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 2008-02-18 Milan Crha <mcrha@redhat.com> ** Part of fix for bug #515744 * addressbook/gui/component/addressbook-migrate.c: (get_source_name): * plugins/groupwise-features/send-options.c: (get_source): * plugins/groupwise-features/share-folder-common.c: (get_container_id): * plugins/groupwise-features/install-shared.c: (install_folder_response): * plugins/external-editor/external-editor.c: (convert_to_camel_internet_address), (org_gnome_external_editor): * plugins/itip-formatter/itip-formatter.c: (idle_open_cb): * mail/em-folder-view.c: (emfv_setup_view_instance): * mail/mail-component.c: (impl_finalize): * mail/message-list.c: (ml_tree_value_at): * composer/e-msg-composer.c: (drop_action): * e-util/e-config.c: (ep_finalise): Use proper member to free. * widgets/misc/e-cursors.c: (e_cursors_init): * widgets/misc/e-calendar-item.c: (e_calendar_item_draw_month): * calendar/gui/dialogs/comp-editor.c: (drop_action): * calendar/gui/calendar-config.c: (calendar_config_get_hide_completed_tasks_sexp): * calendar/gui/comp-editor-factory.c: (edit_existing): * calendar/gui/e-day-view.c: (e_day_view_reshape_long_event), (e_day_view_on_top_canvas_drag_data_received): * calendar/gui/e-day-view-main-item.c: (e_day_view_main_item_draw_events_in_vbars), (e_day_view_main_item_draw_long_events_in_vbars): * calendar/gui/e-day-view-top-item.c: (e_day_view_top_item_draw_long_event): * calendar/gui/e-cal-model.c: (redo_queries): * calendar/gui/e-calendar-table.c: (e_calendar_table_open_task): * calendar/gui/e-memo-table.c: (open_memo): * calendar/gui/print.c: (print_todo_details): * calendar/gui/migration.c: (get_source_name): Memory leak fix. * calendar/gui/e-week-view.c: (e_week_view_reshape_events): Simplifies things. svn path=/trunk/; revision=35044
* Patch from OpenSUSESrinivasa Ragavan2008-02-182-1/+5
| | | | | | | | | | 2008-02-18 Srinivasa Ragavan <sragavan@novell.com> * ical-format.c: (do_save_calendar_ical): Patch from OpenSUSE svn path=/trunk/; revision=35043
* Patch from Akhil Laddha <lakhil@novell.com>: Fix for bug #517129 (Fixed ↵Suman Manjunath2008-02-182-0/+7
| | | | | | build break due to updated Polish translation) svn path=/trunk/; revision=35042
* Fix for bug #339266Srinivasa Ragavan2008-02-182-1/+15
| | | | | | | | | | | | 2008-02-18 Srinivasa Ragavan <sragavan@novell.com> * Fix for bug #339266 * exchange-account-setup.c: (org_gnome_exchange_show_folder_size_factory): Upstreamed OpenSUSE patch. svn path=/trunk/; revision=35041
* ** Fix for bug #294999Srinivasa Ragavan2008-02-182-1/+8
| | | | | | | | | | | 2008-02-18 Srinivasa Ragavan <sragavan@novell.com> ** Fix for bug #294999 * exchange-folder-subscription.c: (subscribe_to_folder): Upstreamed OpenSUSE patch. svn path=/trunk/; revision=35040
* ** Fix for bnc #178778Srinivasa Ragavan2008-02-184-3/+15
| | | | | | | | | | | | 2008-02-18 Srinivasa Ragavan <sragavan@novell.com> ** Fix for bnc #178778 * gui/dialogs/recurrence-page.c: (preview_recur): svn path=/trunk/; revision=35039
* ** Fix for bnc #173186Srinivasa Ragavan2008-02-182-1/+14
| | | | | | | | | | | 2008-02-18 Srinivasa Ragavan <sragavan@novell.com> ** Fix for bnc #173186 * e-shell-nm.c: (e_shell_network_monitor): Upstreamed Fejj's OpenSUSE patch. Crash while quitting. svn path=/trunk/; revision=35038
* ** Fix for bug #167638Srinivasa Ragavan2008-02-182-0/+10
| | | | | | | | | | | 2008-02-18 Srinivasa Ragavan <sragavan@novell.com> ** Fix for bug #167638 * mail-component.c: (impl_quit): Upstreamed Fejj's OpenSUSE patch for faster quitting. svn path=/trunk/; revision=35037
* Updated Vietnamese translationNguyễn Thái Ngọc Duy2008-02-182-1/+5
| | | | | | | | | 2008-02-18 Nguyễn Thái Ngọc Duy <pclouds@gmail.com> * vi.po: Updated Vietnamese translation svn path=/trunk/; revision=35036
* ** Fix for bnc #160049. Patch from OpenSUSE.Srinivasa Ragavan2008-02-185-0/+61
| | | | | | | | | | | | | | | | | 2008-02-18 Srinivasa Ragavan <sragavan@novell.com> ** Fix for bnc #160049. Patch from OpenSUSE. * common/authentication.c: (build_pass_key), (auth_cal_forget_password): * common/authentication.h: * gui/e-tasks.c: (client_cal_opened_cb), (default_client_cal_opened_cb): * gui/gnome-cal.c: (client_cal_opened_cb): svn path=/trunk/; revision=35035
* ** Fix for bnc #159736. Patch from OpenSUSE.Srinivasa Ragavan2008-02-182-2/+14
| | | | | | | | | | | | 2008-02-18 Srinivasa Ragavan <sragavan@novell.com> ** Fix for bnc #159736. Patch from OpenSUSE. * e-shell-nm.c: (e_shell_network_monitor): svn path=/trunk/; revision=35034
* ** Fix for bnc #153807Srinivasa Ragavan2008-02-182-0/+7
| | | | | | | | | | | | 2008-02-18 Srinivasa Ragavan <sragavan@novell.com> ** Fix for bnc #153807 * em-composer-utils.c: (em_utils_post_to_folder): Patch from OpenSUSE. svn path=/trunk/; revision=35033
* ** Patch from OpenSUSE.Srinivasa Ragavan2008-02-182-0/+11
| | | | | | | | | | | | 2008-02-18 Srinivasa Ragavan <sragavan@novell.com> ** Patch from OpenSUSE. * exchange-delegates-user.c: Warnings. svn path=/trunk/; revision=35032
* ** Downstream patches from OpenSUSESrinivasa Ragavan2008-02-184-0/+15
| | | | | | | | | | | | | | | 2008-02-18 Srinivasa Ragavan <sragavan@novell.com> ** Downstream patches from OpenSUSE * conduits/calendar/calendar-conduit.c: (local_record_to_pilot_record): * conduits/memo/memo-conduit.c: (local_record_to_pilot_record): * conduits/todo/todo-conduit.c: (local_record_to_pilot_record): svn path=/trunk/; revision=35031
* Upstream patch from OpenSUSE.Srinivasa Ragavan2008-02-182-0/+6
| | | | | | | | | | | 2008-02-18 Srinivasa Ragavan <sragavan@novell.com> * gui/merging/eab-contact-merging.c: (mergeit): Upstream patch from OpenSUSE. svn path=/trunk/; revision=35030
* Pushing a downstream patch from OpenSUSE.Srinivasa Ragavan2008-02-182-0/+12
| | | | | | | | | | 2008-02-18 Srinivasa Ragavan <sragavan@novell.com> * exchange-folder-subscription.c: (subscribe_to_folder), (create_folder_subscription_dialog): Pushing a downstream patch from OpenSUSE. svn path=/trunk/; revision=35029
* Updated polish translationWadim Dziedzic2008-02-182-30/+34
| | | | | | | | 2008-02-17 Wadim Dziedzic <wadimd@svn.gnome.org> * pl.po: Updated polish translation svn path=/trunk/; revision=35028
* Updated Norwegian bokmål translation.Kjartan Maraas2008-02-172-249/+268
| | | | | | | | | | 2008-02-17 Kjartan Maraas <kmaraas@gnome.org> * nb.po: Updated Norwegian bokmål translation. 2008-02-17 Djihed Afifi <djihed@gmail.com> svn path=/trunk/; revision=35027
* Updated Arabic Translation by Djihed Afifi. Djihed Afifi2008-02-172-512/+534
| | | | svn path=/trunk/; revision=35026
* Updated en_GB translationDavid Lodge2008-02-172-5817/+6616
| | | | svn path=/trunk/; revision=35025
* Patch from Aidan Delaney <a.j.delaney@brighton.ac.uk>: Fix for bug #516234 ↵Suman Manjunath2008-02-172-1/+6
| | | | | | (Removed a stray printf() statement) svn path=/trunk/; revision=35024
* Updated Basque translation.Inaki Larranaga Murgoitio2008-02-162-111/+122
| | | | | | | | | 2008-02-16 Inaki Larranaga Murgoitio <dooteo@euskalgnu.org> * eu.po: Updated Basque translation. svn path=/trunk/; revision=35023
* Updated Polish translationWadim Dziedzic2008-02-161-2/+2
| | | | | | | | 2008-02-16 Wadim Dziedzic <wadimd@svn.gnome.org> * pl.po: Updated Polish translation svn path=/trunk/; revision=35022
* Updated Polish translationWadim Dziedzic2008-02-167-1744/+2068
| | | | | | | | 2008-02-16 Wadim Dziedzic <wadimd@svn.gnome.org> * pl.po: Updated Polish translation svn path=/trunk/; revision=35021
* Updated turkish translationBaris Cicek2008-02-162-4566/+5770
| | | | svn path=/trunk/; revision=35020
* Updated Korean translationChangwoo Ryu2008-02-162-1415/+1605
| | | | svn path=/trunk/; revision=35019
* ** Fix for bug #515659Paul Bolle2008-02-162-0/+14
| | | | | | | | | | | | | 2008-02-15 Paul Bolle <pebolle@tiscali.nl> ** Fix for bug #515659 * em-format-html.c: (em_format_html_set_mark_citations): Keep mark_citations and the CAMEL_MIME_FILTER_TOHTML_MARK_CITATION flag (part of text_html_flags) in sync. svn path=/trunk/; revision=35018
* sv.po: Updated Swedish translationDaniel Nylander2008-02-152-221/+233
| | | | svn path=/trunk/; revision=35017
* Updated Catalan translation by David PlanellaGil Forcada Codinachs2008-02-152-89/+96
| | | | svn path=/trunk/; revision=35015
* ** Fix for bug #516453Milan Crha2008-02-152-0/+9
| | | | | | | | | | | | 2008-02-14 Milan Crha <mcrha@redhat.com> ** Fix for bug #516453 * gui/e-cal-model-tasks.c: (set_status): Change Not Started status back to Canceled when Canceled requested. svn path=/trunk/; revision=35014
* ** Fix for bug #514987Milan Crha2008-02-153-1/+45
| | | | | | | | | | | | | | 2008-02-14 Milan Crha <mcrha@redhat.com> ** Fix for bug #514987 * gui/e-calendar-table.etspec: * gui/e-calendar-table.c: (status_from_string), (status_compare_cb), (e_calendar_table_init): New sorting by Status based on the index in popup, not on the text. svn path=/trunk/; revision=35013
* Don't allow newlines in the password dialog title. Use a fixed stringMatthew Barnes2008-02-142-3/+9
| | | | | | | | | | | 2008-02-14 Matthew Barnes <mbarnes@redhat.com> * addressbook/gui/component/addressbook.c (addressbook_authenticate): Don't allow newlines in the password dialog title. Use a fixed string instead. (#516279) svn path=/trunk/; revision=35012
* Updated Nepali TranslationPawan Chitrakar2008-02-142-6005/+7154
| | | | svn path=/trunk/; revision=35011
* Updated Portuguese translation.Duarte Loreto2008-02-142-375/+400
| | | | | | | | 2008-02-14 Duarte Loreto <happyguy_pt@hotmail.com> * pt.po: Updated Portuguese translation. svn path=/trunk/; revision=35010
* Add commands to kill recent versions of evolution-data-server.Matthew Barnes2008-02-142-0/+7
| | | | | | | | | | 2008-02-13 Matthew Barnes <mbarnes@redhat.com> * main.c (kill_dataserver): Add commands to kill recent versions of evolution-data-server. svn path=/trunk/; revision=35008
* Updated German translation.Andre Klapper2008-02-132-728/+703
| | | | | | | | | 2008-02-13 Andre Klapper <a9016009@gmx.de> * de.po: Updated German translation. svn path=/trunk/; revision=35006
* Updated Occitan translationYannig MARCHEGAY2008-02-131-0/+4
| | | | svn path=/trunk/; revision=35005
* Updated Occitan translationYannig MARCHEGAY2008-02-131-419/+408
| | | | svn path=/trunk/; revision=35004
* Updated Thai translation.Theppitak Karoonboonyanan2008-02-132-3049/+3589
| | | | | | | | | 2008-02-13 Theppitak Karoonboonyanan <thep@linux.thai.net> * th.po: Updated Thai translation. svn path=/trunk/; revision=35003
* Updated Finnish translationIlkka Tuohela2008-02-132-2922/+3509
| | | | svn path=/trunk/; revision=35002
* Evolution 2.21.92 version bump.Srinivasa Ragavan2008-02-132-1/+5
| | | | | | | | | | 2008-02-13 Srinivasa Ragavan <sragavan@novell.com> * configure.in: Evolution 2.21.92 version bump. svn path=/trunk/; revision=35001
* Evolution 2.21.91 release.EVOLUTION_2_21_91Srinivasa Ragavan2008-02-132-0/+51
| | | | | | | | | | 2008-02-11 Srinivasa Ragavan <sragavan@novell.com> * NEWS: Evolution 2.21.91 release. svn path=/trunk/; revision=34999
* Updated Greek translationNikos Charonitakis2008-02-132-4005/+3612
| | | | svn path=/trunk/; revision=34998
* Impressive lifting to Catalan translation by David PlanellaGil Forcada Codinachs2008-02-132-3282/+3850
| | | | svn path=/trunk/; revision=34996
* Updated Spanish translationJorge Gonzalez Gonzalez2008-02-122-6/+9
| | | | svn path=/trunk/; revision=34995
* Bump eds_minimum_version to 2.21.91 for CAMEL_MESSAGE_NOTJUNK.Matthew Barnes2008-02-122-1/+6
| | | | | | | | | | 2008-02-11 Matthew Barnes <mbarnes@redhat.com> * configure.in: Bump eds_minimum_version to 2.21.91 for CAMEL_MESSAGE_NOTJUNK. svn path=/trunk/; revision=34993
* Updated Basque translation.Inaki Larranaga Murgoitio2008-02-122-289/+305
| | | | | | | | | | 2008-02-11 Inaki Larranaga Murgoitio <dooteo@euskalgnu.org> * eu.po: Updated Basque translation. svn path=/trunk/; revision=34992
* Updated Spanish translationJorge Gonzalez Gonzalez2008-02-112-146/+161
| | | | svn path=/trunk/; revision=34991
* Patch from Milan Crha <mcrha@redhat.com> ** Fix for bug #515054 (Clear/set ↵Suman Manjunath2008-02-112-3/+10
| | | | | | new CAMEL_MESSAGE_NOTJUNK flag) svn path=/trunk/; revision=34989
* Google Calendar alarm works now.Srinivasa Ragavan2008-02-112-1/+9
| | | | | | | | | 2008-02-11 Srinivasa Ragavan <sragavan@novell.com> * gui/alarm-notify/alarm-notify.c: (alarm_notify_add_calendar): Google Calendar alarm works now. svn path=/trunk/; revision=34988
* ** Fix for bug #411576Srinivasa Ragavan2008-02-113-1/+26
| | | | | | | | | | | | | | 2008-02-10 Srinivasa Ragavan <sragavan@novell.com> ** Fix for bug #411576 * evolution-mail.schemas.in: Add a key to decide if same fonts gotto be used in message list in vertical view column. * message-list.c: (create_composite_cell): svn path=/trunk/; revision=34987
* Updated Norwegian bokmål translation.Kjartan Maraas2008-02-112-261/+262
| | | | | | | | 2008-02-10 Kjartan Maraas <kmaraas@gnome.org> * nb.po: Updated Norwegian bokmål translation. svn path=/trunk/; revision=34985
* Updated Spanish translationJorge Gonzalez Gonzalez2008-02-112-285/+287
| | | | svn path=/trunk/; revision=34984
* sv.po: Updated Swedish translationDaniel Nylander2008-02-112-274/+286
| | | | svn path=/trunk/; revision=34983
* String changes for improved error-messages and a schema-description. Suman Manjunath2008-02-119-10/+36
| | | | | | | | | | | | | | M addressbook/ChangeLog M addressbook/addressbook.error.xml M mail/ChangeLog M mail/mail-config.glade M mail/evolution-mail.schemas.in M calendar/calendar.error.xml M calendar/gui/dialogs/comp-editor.c M calendar/gui/e-calendar-view.c M calendar/ChangeLog svn path=/trunk/; revision=34982
* Updated Spanish translationJorge Gonzalez Gonzalez2008-02-092-2175/+2425
| | | | svn path=/trunk/; revision=34980
* Updated Basque translation.Inaki Larranaga Murgoitio2008-02-092-1043/+1036
| | | | | | | | | 2008-02-08 Inaki Larranaga Murgoitio <dooteo@euskalgnu.org> * eu.po: Updated Basque translation. svn path=/trunk/; revision=34979
* Updated French translation by Stéphane Raimbault and Claude Paroz.Stéphane Raimbault2008-02-092-2836/+3286
| | | | | | | | | 2008-02-08 Stéphane Raimbault <stephane.raimbault@gmail.com> * fr.po: Updated French translation by Stéphane Raimbault and Claude Paroz. svn path=/trunk/; revision=34978
* ** Fixes part of bug #509741Matthew Barnes2008-02-085-14/+77
| | | | | | | | | | | | | | | | | | | | | | 2008-02-08 Matthew Barnes <mbarnes@redhat.com> ** Fixes part of bug #509741 * mail/mail-session.c (user_message_exec): Use the number of dialog buttons as a heuristic for whether to display a message in the status bar or immediately present the dialog to the user. * e-util/e-error.c (e_error_newv): If the error dialog has no primary text, fallback to the window title for the "primary" data key. This is what gets displayed in the status bar. * e-util/e-error.c (e_error_count_buttons): New function counts buttons in a dialog's action area. svn path=/trunk/; revision=34977
* ** Part of fixes for bug #395939Milan Crha2008-02-083-4/+17
| | | | | | | | | | | | | 2008-02-08 Milan Crha <mcrha@redhat.com> ** Part of fixes for bug #395939 * gui/alarm-notify/alarm-queue.c: (update_cqa): * conduits/calendar/calendar-conduit.c: (local_record_from_comp): Free alarm properly. svn path=/trunk/; revision=34976
* Committed on behalf of PC Radhika <pradhika@novell.com> . Fixes #511600, ↵Johnny Jacob2008-02-0815-19/+155
| | | | | | #511602. Docs for new features svn path=/trunk/; revision=34975
* ** Fix for bug #249501Milan Crha2008-02-082-0/+23
| | | | | | | | | | | | | 2008-02-07 Milan Crha <mcrha@redhat.com> ** Fix for bug #249501 * e-attachment.c: (attachment_guess_mime_type): gnome_vfs_get_file_info expects URI, thus if file_name contains '%' it failed. svn path=/trunk/; revision=34971
* Patch from Paul Bolle <pebolle@tiscali.nl>: Fix for bug #514736 (Added ↵Suman Manjunath2008-02-072-0/+11
| | | | | | 'application/ms-tnef' MIME type for TNEF attachment decoding) svn path=/trunk/; revision=34970
* Patch from Paul Bolle <pebolle@tiscali.nl>: Fix for bug #514771 (Fix for a ↵Suman Manjunath2008-02-072-1/+8
| | | | | | crash while decoding TNEF attachments) svn path=/trunk/; revision=34969
* Correct file names that have had the @BASE_VERSION@ dropped. Look forTor Lillqvist2008-02-062-13/+23
| | | | | | | | | | | | 2008-02-06 Tor Lillqvist <tml@novell.com> * evolution-zip.in: Correct file names that have had the @BASE_VERSION@ dropped. Look for message locales first from share/locale, as that is where they get stuffed when building against a properly built GNU gettext. svn path=/trunk/; revision=34966
* ** Fix for bug #514622Milan Crha2008-02-062-13/+9
| | | | | | | | | | | | | 2008-02-06 Milan Crha <mcrha@redhat.com> ** Fix for bug #514622 * icsimporter.c: (dialog_close_cb): Drop this function. * icsimporter.c: (init_widgets), (dialog_response_cb), (ical_import_done): Do not call "close" on already closed dialog. svn path=/trunk/; revision=34965
* Updated Portuguese translation.Duarte Loreto2008-02-052-2941/+3516
| | | | | | | | 2008-02-05 Duarte Loreto <happyguy_pt@hotmail.com> * pt.po: Updated Portuguese translation. svn path=/trunk/; revision=34961
* Srinivasa Ragavan <sragavan@novell.com> ** Fix for bug #468427, also fixes ↵Suman Manjunath2008-02-052-130/+181
| | | | | | a lot of other crashes around itip-formatter. svn path=/trunk/; revision=34960
* Updated Traditional Chinese translation(Hong Kong). Updated TraditionalChao-Hsiung Liao2008-02-053-8446/+11221
| | | | | | | | | | | 2008-02-05 Chao-Hsiung Liao <j_h_liau@yahoo.com.tw> * zh_HK.po: Updated Traditional Chinese translation(Hong Kong). * zh_TW.po: Updated Traditional Chinese translation(Taiwan). svn path=/trunk/; revision=34959
* Updated Spanish translationJorge Gonzalez Gonzalez2008-02-042-2459/+2459
| | | | svn path=/trunk/; revision=34958
* ** Fix for bug #513285Wouter Bolsterlee2008-02-042-182/+174
| | | | | | | | | | 2008-02-04 Wouter Bolsterlee <wbolster@gnome.org> ** Fix for bug #513285 * C/evolution.xml: Do not use entities. svn path=/trunk/; revision=34957
* Updated Occitan translationYannig MARCHEGAY2008-02-031-1/+1
| | | | svn path=/trunk/; revision=34955
* Updated Occitan translationYannig MARCHEGAY2008-02-031-1/+1
| | | | svn path=/trunk/; revision=34954
* Updated Occitan translationYannig MARCHEGAY2008-02-031-13/+32
| | | | svn path=/trunk/; revision=34953
* Fix a compiler warning.Matthew Barnes2008-02-034-53/+12
| | | | | | | | | | | | | | | 2008-02-03 Matthew Barnes <mbarnes@redhat.com> * pluginsattachment-reminder.c (org_gnome_evolution_attachment_reminder): Fix a compiler warning. * widgets/text/e-text.c (update_im_cursor_position): * widgets/text/e-text.c (e_text_get_cursor_locations): Remove these unused functions to silence compiler warnings. svn path=/trunk/; revision=34952
* Updated German translation.Andre Klapper2008-02-032-750/+845
| | | | | | | | | 2008-02-03 Andre Klapper <a9016009@gmx.de> * de.po: Updated German translation. svn path=/trunk/; revision=34951
* Updated Occitan translationYannig MARCHEGAY2008-02-031-2/+2
| | | | svn path=/trunk/; revision=34950
* Updated Occitan translationYannig MARCHEGAY2008-02-032-1383/+1554
| | | | svn path=/trunk/; revision=34949
* Updated Norwegian bokmål translation.Kjartan Maraas2008-02-032-165/+198
| | | | | | | | 2008-02-02 Kjartan Maraas <kmaraas@gnome.org> * nb.po: Updated Norwegian bokmål translation. svn path=/trunk/; revision=34948
* ** Fixes bug #513395Jeff Cai2008-02-022-7/+30
| | | | | | | | | | | | | 2008-02-02 Jeff Cai <jeff.cai@sun.com> ** Fixes bug #513395 * exchange-account-setup.c: (owa_authenticate_user), (owa_editor_entry_changed), (org_gnome_exchange_owa_url), (org_gnome_exchange_check_options), (org_gnome_exchange_commit): Check parameters before calling camel_url_new svn path=/trunk/; revision=34947
* Updating info about mk.po, Arangel Angov <arangel@linux.net.mk>Arangel Angov2008-02-022-1/+5
| | | | svn path=/trunk/; revision=34946
* Adding Macedonian Translation of Evolution's DOC, GHOP jobs #67 and #80Arangel Angov2008-02-021-0/+12912
| | | | svn path=/trunk/; revision=34945
* ** Fix for bug #512623Milan Crha2008-02-013-6/+16
| | | | | | | | | | | | | 2008-02-01 Milan Crha <mcrha@redhat.com> ** Fix for bug #512623 * e-tree.c: (item_key_press): Check only if Ctrl/Alt/Shift is pressed when required Shift only. * e-table.c: (group_key_press): Ignore/consider GDK_MODEx_MASK states. svn path=/trunk/; revision=34944
* Added Entry for Kannada Translation updation by Shankar PrasadRuna Bhattacharjee2008-02-011-0/+4
| | | | svn path=/trunk/; revision=34943
* Updated Kannada Translations by Shankar PrasadRuna Bhattacharjee2008-02-011-582/+757
| | | | svn path=/trunk/; revision=34942
* sv.po: Updated Swedish translationDaniel Nylander2008-02-011-2/+2
| | | | svn path=/trunk/; revision=34940
* sv.po: Updated Swedish translationDaniel Nylander2008-02-011-25/+25
| | | | svn path=/trunk/; revision=34939
* Updated Arabic Translation by Djihed Afifi. Djihed Afifi2008-01-312-2487/+3121
| | | | svn path=/trunk/; revision=34938
* sv.po: Updated Swedish translationDaniel Nylander2008-01-311-3/+3
| | | | svn path=/trunk/; revision=34937
* sv.po: Updated Swedish translationDaniel Nylander2008-01-312-31/+36
| | | | svn path=/trunk/; revision=34936
* Updated Spanish translationJorge Gonzalez Gonzalez2008-01-312-32/+39
| | | | svn path=/trunk/; revision=34935
* Change Crash Recovery to Crash detection.Srinivasa Ragavan2008-01-313-3/+9
| | | | | | | | | | | | 2008-01-30 Srinivasa Ragavan <sragavan@novell.com> * apps_evolution_shell.schemas.in: Change Crash Recovery to Crash detection. * main.c: (show_recovery_warning): svn path=/trunk/; revision=34934
* Updated Marathi TranslationsRahul Bhalerao2008-01-302-1029/+1249
| | | | svn path=/trunk/; revision=34933
* Minor build break.Matthew Barnes2008-01-301-1/+1
| | | | svn path=/trunk/; revision=34932
* Replace G_GNUC_FUNCTION (deprecated) with G_STRFUNC.Matthew Barnes2008-01-2912-12/+35
| | | | | | | | | | | | | | | | 2008-01-29 Matthew Barnes <mbarnes@redhat.com> * addressbook/gui/widgets/e-minicard.c: * addressbook/gui/widgets/gal-view-minicard.c: * mail/mail-send-recv.c: * shell/e-component-registry.c: * widgets/menus/gal-view-collection.c: * widgets/menus/gal-view-instance.c: * widgets/menus/gal-view-menus.c: Replace G_GNUC_FUNCTION (deprecated) with G_STRFUNC. svn path=/trunk/; revision=34931
* Brazilian Portuguese translation updated by Washington Lins.Jonh Wendell2008-01-292-4416/+3870
| | | | | | | | 2008-01-29 Jonh Wendell <jwendell@gnome.org> * pt_BR.po: Brazilian Portuguese translation updated by Washington Lins. svn path=/trunk/; revision=34930
* Evolution 2.21.91 version bump.Srinivasa Ragavan2008-01-292-1/+5
| | | | | | | | 2008-01-29 Srinivasa Ragavan <sragavan@novell.com> * configure.in: Evolution 2.21.91 version bump. svn path=/trunk/; revision=34929
* Evolution 2.21.90 release.EVOLUTION_2_21_90Srinivasa Ragavan2008-01-292-0/+59
| | | | | | | | 2008-01-29 Srinivasa Ragavan <sragavan@novell.com> * NEWS: Evolution 2.21.90 release. svn path=/trunk/; revision=34927
* updated si.poSANDRA MARAKKALA DANISHKA NAVIN2008-01-291-187/+207
| | | | svn path=/trunk/; revision=34926
* updated si.poSANDRA MARAKKALA DANISHKA NAVIN2008-01-291-0/+4
| | | | svn path=/trunk/; revision=34925
* updated si.poSANDRA MARAKKALA DANISHKA NAVIN2008-01-291-5/+5
| | | | svn path=/trunk/; revision=34924
* ** Fix for bug #240073Milan Crha2008-01-292-2/+10
| | | | | | | | | | | | | 2008-01-28 Milan Crha <mcrha@redhat.com> ** Fix for bug #240073 * gui/e-cal-model-tasks.h: (enum ECalModelTasksField): Move strikeout field to known fields, otherwise the "Click to add" row will have text strikeouted. svn path=/trunk/; revision=34920
* Updated Spanish translationJorge Gonzalez Gonzalez2008-01-282-198/+220
| | | | svn path=/trunk/; revision=34919
* ** Fix for bug #506948Srinivasa Ragavan2008-01-282-1/+39
| | | | | | | | | | | 2008-01-28 Srinivasa Ragavan <sragavan@novell.com> ** Fix for bug #506948 * em-folder-view.c: (url_unescape_amp), (emp_uri_popup_link_copy): Copy the unescaped url svn path=/trunk/; revision=34918
* Added proper translator comments for stringsJohnny Jacob2008-01-282-1/+7
| | | | svn path=/trunk/; revision=34917
* Fixes a double free.Srinivasa Ragavan2008-01-282-0/+6
| | | | | | | | | 2008-01-28 Srinivasa Ragavan <sragavan@novell.com> * exchange-calendar.c: (e_exchange_calendar_commit): Fixes a double free. svn path=/trunk/; revision=34916
* sv.po: Updated Swedish translationDaniel Nylander2008-01-282-804/+876
| | | | svn path=/trunk/; revision=34915
* Fix some gradient issues.Srinivasa Ragavan2008-01-282-4/+8
| | | | | | | | 2008-01-28 Srinivasa Ragavan <sragavan@novell.com> * e-table-item.c: (eti_draw): Fix some gradient issues. svn path=/trunk/; revision=34914
* Fixes Bug #511226. String fix.Johnny Jacob2008-01-282-2/+8
| | | | svn path=/trunk/; revision=34913
* Fix for Bug 504567. Added gettext for plurals in mail-notification plugin.Johnny Jacob2008-01-282-3/+13
| | | | svn path=/trunk/; revision=34912
* Patch from Milan Crha <mcrha@redhat.com> ** Fix for bug #504062 (Don't use ↵Suman Manjunath2008-01-283-2/+13
| | | | | | collate keys for comparing addresses as they are not hashed) svn path=/trunk/; revision=34911
* Patch from Andre Klapper <a9016009@gmx.de> ** Fix for bug #339156 (Added a ↵Suman Manjunath2008-01-287-26/+44
| | | | | | gettext context to the string "Read") svn path=/trunk/; revision=34910
* Patch from Milan Crha <mcrha@redhat.com> ** Fix for bug #512020 (Use only ↵Suman Manjunath2008-01-282-2/+20
| | | | | | searchable categories, like in calendar) svn path=/trunk/; revision=34909
* Patch from Chenthill Palanisamy <pchenthill@novell.com> (Fix memory leak ↵Suman Manjunath2008-01-282-0/+6
| | | | | | while printing month-view) svn path=/trunk/; revision=34908
* Patch from Milan Crha <mcrha@redhat.com> ** Fix for bug #355864 (Calendar ↵Suman Manjunath2008-01-282-11/+33
| | | | | | critical warning when unchecking a webcal) svn path=/trunk/; revision=34907
* Patch from Milan Crha <mcrha@redhat.com> ** Fix for bug #240073 (Cancelled ↵Suman Manjunath2008-01-284-9/+32
| | | | | | tasks should get a line striked through them) svn path=/trunk/; revision=34906
* ** Fix for bug #511488Srinivasa Ragavan2008-01-284-1/+38
| | | | | | | | | | | | | | | | 2008-01-24 Srinivasa Ragavan <sragavan@novell.com> ** Fix for bug #511488 * em-folder-tree-model.c: (em_folder_tree_model_signal_block): * em-folder-tree-model.h: Function to block folder-created function. * mail-vfolder.c: (vfolder_load_storage): Block the signal handler when loading. svn path=/trunk/; revision=34905
* Fix typo: s/EVOLUTION_CALENDAR_LIB1S/EVOLUTION_CALENDAR_LIBS/.Tor Lillqvist2008-01-282-1/+6
| | | | | | | | | | 2008-01-25 Tor Lillqvist <tml@novell.com> * Makefile.am (liborg_gnome_evolution_google_la_LIBADD): Fix typo: s/EVOLUTION_CALENDAR_LIB1S/EVOLUTION_CALENDAR_LIBS/. svn path=/trunk/; revision=34903
* Updated Norwegian bokmål translation.Kjartan Maraas2008-01-272-505/+564
| | | | | | | | 2008-01-27 Kjartan Maraas <kmaraas@gnome.org> * nb.po: Updated Norwegian bokmål translation. svn path=/trunk/; revision=34902
* Updated Galician Translation.Ignacio Casal Quinteiro2008-01-272-2637/+2833
| | | | | | | | | 2008-01-26 Ignacio Casal Quinteiro <nacho.resa@gmail.com> * gl.po: Updated Galician Translation. svn path=/trunk/; revision=34899
* Updated Spanish translationJorge Gonzalez Gonzalez2008-01-262-433/+499
| | | | svn path=/trunk/; revision=34898
* Updated Lithuanian translation.Žygimantas Beručka2008-01-262-1058/+928
| | | | svn path=/trunk/; revision=34896
* ** Fix for bug #475781Milan Crha2008-01-2515-55/+136
| | | | | | | | | | | | | | | | | | | | | | | | | | 2008-01-25 Milan Crha <mcrha@redhat.com> ** Fix for bug #475781 * plugins/save-calendar/csv-format.c: (do_save_calendar_csv): * plugins/save-calendar/rdf-format.c: (do_save_calendar_rdf): * plugins/itip-formatter/itip-formatter.c: (format_itip_object): * calendar/gui/dialogs/recurrence-page.c: (fill_ending_date), (recurrence_page_fill_widgets): * calendar/gui/dialogs/memo-page.c: (memo_page_fill_widgets): * calendar/gui/e-day-view.c: 2*(e_day_view_finish_long_event_resize), 2*(e_day_view_on_editing_stopped): * calendar/gui/itip-utils.c: (comp_compliant), (reply_to_calendar_comp): * calendar/gui/e-week-view.c: (e_week_view_on_editing_stopped): * calendar/gui/e-calendar-view.c: (e_calendar_view_add_event), (e_calendar_view_get_tooltips): * calendar/gui/e-cal-component-preview.c: (write_html): * calendar/gui/e-cal-component-memo-preview.c: (write_html): * calendar/gui/e-cal-model.c: (add_instance_cb): Fix memory leaks around ECalComponentDateTime. svn path=/trunk/; revision=34895
* Add two more entries for bootstrapping. TheTor Lillqvist2008-01-252-0/+9
| | | | | | | | | | | | 2008-01-25 Tor Lillqvist <tml@novell.com> * win32/libevolution-mail.def: Add two more entries for bootstrapping. The mail/importers/libevolution-mail-importers library depends on the libevolution-mail library which hasn't been built yet when libevolution-mail-importers is built. svn path=/trunk/; revision=34894
* ** Fix for bug #510409Milan Crha2008-01-256-4/+24
| | | | | | | | | | | | | | | | | 2008-01-25 Milan Crha <mcrha@redhat.com> ** Fix for bug #510409 * gui/e-memos.c: (obtain_list_of_components): * gui/e-tasks.c: (obtain_list_of_components): * gui/e-calendar-table.c: (e_calendar_table_copy_clipboard): * gui/e-memo-table.c: (e_memo_table_copy_clipboard): Do not free memmory owned by libical. * gui/e-week-view.c: (e_week_view_reshape_events): Free memory before assigning NULL. svn path=/trunk/; revision=34893
* Fix for 467581 : wrap a/c searches in a camel-op for better cancellation.Johnny Jacob2008-01-255-7/+43
| | | | svn path=/trunk/; revision=34892
* Fix for 371011 : Insert a new paragraph for for signature. needed by GTKHTML ↵Johnny Jacob2008-01-252-6/+11
| | | | | | for undo/redo. svn path=/trunk/; revision=34891
* Fix for #503327 : Fixes memory leaks and a buffer overflow in attachment ↵Johnny Jacob2008-01-255-10/+36
| | | | | | reminder. svn path=/trunk/; revision=34890
* Link with libefilterbar.Tor Lillqvist2008-01-252-0/+6
| | | | | | | | | | 2008-01-25 Tor Lillqvist <tml@novell.com> * gui/Makefile.am (libevolution_calendar_la_LIBADD): Link with libefilterbar. svn path=/trunk/; revision=34889
* Be more specific.Tor Lillqvist2008-01-251-1/+1
| | | | svn path=/trunk/; revision=34888
* Include camel in E_UTIL compile flags and libs, as at least libeutil usesTor Lillqvist2008-01-252-1/+6
| | | | | | | | | | 2008-01-24 Tor Lillqvist <tml@novell.com> * configure.in: Include camel in E_UTIL compile flags and libs, as at least libeutil uses a camel function now. svn path=/trunk/; revision=34887
* Fix typo: s/EVOLUTON_MAIL_LIBS/EVOLUTION_MAIL_LIBS/. No need to useTor Lillqvist2008-01-252-2/+7
| | | | | | | | | | | 2008-01-24 Tor Lillqvist <tml@novell.com> * Makefile.am (libemiscwidgets_la_LIBADD): Fix typo: s/EVOLUTON_MAIL_LIBS/EVOLUTION_MAIL_LIBS/. No need to use CAMEL_LIBS as EVOLUTION_MAIL_LIBS already covers that. svn path=/trunk/; revision=34886
* Construct pathname under EVOLUTION_DATADIR at run-time becauseTor Lillqvist2008-01-252-4/+15
| | | | | | | | | | | 2008-01-24 Tor Lillqvist <tml@novell.com> * e-icon-factory.c (e_icon_factory_init): Construct pathname under EVOLUTION_DATADIR at run-time because EVOLUTION_DATADIR is a function call on Windows. svn path=/trunk/; revision=34885
* Link with libeutil.la for e_get_weekday_name().Tor Lillqvist2008-01-252-0/+6
| | | | | | | | | | 2008-01-24 Tor Lillqvist <tml@novell.com> * widgets/Makefile.am (libevolution_widgets_a11y_la_LIBADD): Link with libeutil.la for e_get_weekday_name(). svn path=/trunk/; revision=34884
* ** Fixes bug #509124Matthew Barnes2008-01-242-2/+17
| | | | | | | | | | | | | 2008-01-24 Matthew Barnes <mbarnes@redhat.com> ** Fixes bug #509124 * composer/e-msg-composer.c (e_msg_composer_get_message_print), (e_msg_composer_get_message_draft): Check result of build_message() for NULL before proceeding. svn path=/trunk/; revision=34883
* Bump eds_minimum_version to 2.21.90 for new Camel functions.Matthew Barnes2008-01-242-1/+6
| | | | | | | | | | 2008-01-24 Matthew Barnes <mbarnes@redhat.com> * configure.in: Bump eds_minimum_version to 2.21.90 for new Camel functions. svn path=/trunk/; revision=34882
* ** Partial fix for bug #395939Milan Crha2008-01-244-2/+15
| | | | | | | | | | | | | | 2008-01-24 Milan Crha <mcrha@redhat.com> ** Partial fix for bug #395939 * em-format.c: (emf_inlinepgp_signed): * em-format-html-display.c: (efhd_format_optional): * em-folder-view.c: (emfv_destroy): Memory leak fix. svn path=/trunk/; revision=34881
* ** Fix for bug #402487Milan Crha2008-01-246-8/+52
| | | | | | | | | | | | | | 2008-01-24 Milan Crha <mcrha@redhat.com> ** Fix for bug #402487 * calendar/gui/cal-search-bar.c: (notify_e_cal_view_contains): * mail/em-folder-browser.c: (emfb_search_search_activated), (generate_viewoption_menu): * widgets/misc/e-search-bar.c: (search_now_verb_cb), (scopeoption_changed_cb): Memory leak fix. svn path=/trunk/; revision=34880
* Fix contact cards of RTLDjihed Afifi2008-01-243-13/+28
| | | | svn path=/trunk/; revision=34879
* ** Part of bug #511488Milan Crha2008-01-248-32/+46
| | | | | | | | | | | | | | | | | | | | | | | | 2008-01-24 Milan Crha <mcrha@redhat.com> ** Part of bug #511488 * mail/mail-vfolder.h: * mail/mail-vfolder.c: (vfolder_loaded): Function dropped. * mail/mail-vfolder.c: (vfolder_load_storage): Allow to call this function more than once, but do load the storage only once. * mail/em-folder-utils.c: (emfu_popup_new_folder_response): * mail/mail-vfolder.c: (vfolder_edit), (vfolder_gui_add_rule), (vfolder_gui_add_from_message), (vfolder_gui_add_from_address): * mail/em-folder-browser.c: (emfb_search_menu_activated): * mail/em-folder-view.c: (emp_uri_popup_vfolder_sender), (emp_uri_popup_vfolder_recipient), (vfolder_type_current): Ensure vfolder is running. * plugins/groupwise-features/share-folder-common.c: (users_dialog_response): The logic to check if vfolder is running has been changed, so reflect it here too. svn path=/trunk/; revision=34878
* Cairofication of the preference window's etable.Srinivasa Ragavan2008-01-244-80/+28
| | | | svn path=/trunk/; revision=34877
* ** Fix for bug #337046Srinivasa Ragavan2008-01-242-3/+17
| | | | | | | | | | | | 2008-01-22 Srinivasa Ragavan <sragavan@novell.com> ** Fix for bug #337046 * gui/dialogs/comp-editor.c: (get_attachment_list): Have a ticking filename for attachment, if the mime doesn't carry it. svn path=/trunk/; revision=34875
* Updated the right bug ids.Srinivasa Ragavan2008-01-241-0/+1
| | | | svn path=/trunk/; revision=34874
* ** Fix for bug #510779Srinivasa Ragavan2008-01-2410-19/+602
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 2008-01-24 Srinivasa Ragavan <sragavan@novell.com> ** Fix for bug #510779 * em-mailer-prefs.c: (jh_tree_refill), (jh_add_cb), (jh_remove_cb), (init_junk_tree), (custom_junk_button_toggled), (em_mailer_prefs_construct): Added UI for the new junk preferences. * em-mailer-prefs.h: * evolution-mail.schemas.in: Add schema for junk header and address lookup. * mail-config.c: (gconf_jh_check_changed), (gconf_lookup_book_changed), (gconf_jh_headers_changed), (mail_config_init), (mail_config_reload_junk_headers), (mail_config_get_lookup_book): * mail-config.glade: * mail-config.h: * mail-session.c: (class_init), (lookup_addressbook), (mail_session_init), (mail_session_set_junk_headers): * mail-session.h: 2008-01-22 Srinivasa Ragavan <sragavan@novell.com> ** Fix for bug #405777 * em-folder-view.c: (emfv_setup_view_instance), (emfv_setting_notify): Don't break abstraction. Call the right derived class. svn path=/trunk/; revision=34873
* 2008-01-24 Jovan Naumovski <jovanna@svn.gnome.org> *mk.po: Updated ↵Jovan Naumovski2008-01-242-2764/+3081
| | | | | | Macedonian translation. svn path=/trunk/; revision=34872
* Updated Spanish translationJorge Gonzalez Gonzalez2008-01-232-202/+211
| | | | svn path=/trunk/; revision=34871
* Added localized screenshots.Andre Klapper2008-01-2312-0/+15
| | | | | | | | | | | | | | | | | | | | 2008-01-23 Andre Klapper <a9016009@gmx.de> * de/figures/evo_gwreceive_a.png: * de/figures/evo_identity_a.png: * de/figures/evo_imapreceive_a.png: * de/figures/evo_maildirreceive_a.png: * de/figures/evo_mboxreceive_a.png: * de/figures/evo_mhreceive_a.png: * de/figures/evo_popreceive_a.png: * de/figures/evo_receive_setup_a.png: * de/figures/evo_send_setup_a.png: * de/figures/evo_timezone_a.png: * de/figures/evo_usereceive_a.png: Added localized screenshots. svn path=/trunk/; revision=34870
* ** Fix for bug #511232Jan Tichavsky2008-01-232-1/+8
| | | | | | | | | | | | 2008-01-22 Jan Tichavsky <Jan.Tichavsky@gmail.com> ** Fix for bug #511232 * e-shell.c: Fixed typo Uknown -> Unknown (patch committed by Andre Klapper) svn path=/trunk/; revision=34869
* ** Fix for bug #511105Milan Crha2008-01-234-5/+19
| | | | | | | | | | | | | | 2008-01-22 Milan Crha <mcrha@redhat.com> ** Fix for bug #511105 * e-tree-table-adapter.c: (e_tree_table_adapter_load_expanded_state): * e-table-item.c: (eti_draw): * e-table-column-specification.c: (free_strings): Free allocated memory properly. svn path=/trunk/; revision=34868
* ** Fix for bug #511094Milan Crha2008-01-232-0/+10
| | | | | | | | | | | | 2008-01-22 Milan Crha <mcrha@redhat.com> ** Fix for bug #511094 * e-cell-text.c: (ect_draw): Set proper foreground color based on focused/non-focused canvas. svn path=/trunk/; revision=34867
* ** Fix for bug #503551Milan Crha2008-01-232-6/+8
| | | | | | | | | | | | | 2008-01-22 Milan Crha <mcrha@redhat.com> ** Fix for bug #503551 * gui/widgets/e-minicard-view-widget.c: (selection_row_change): Emit selection changed signal even when unselecting, because we enable/disable menu items on selection change. svn path=/trunk/; revision=34866
* Updated German translation.Andre Klapper2008-01-222-1297/+1567
| | | | | | | | | 2008-01-22 Andre Klapper <a9016009@gmx.de> * de.po: Updated German translation. svn path=/trunk/; revision=34865
* Updated Norwegian bokmål translation.Kjartan Maraas2008-01-222-347/+376
| | | | | | | | 2008-01-21 Kjartan Maraas <kmaraas@gnome.org> * nb.po: Updated Norwegian bokmål translation. svn path=/trunk/; revision=34864
* ** Fix for bug #324604 inspired by patch of makuchaku (Mayank)Milan Crha2008-01-216-40/+236
| | | | | | | | | | | | | | | | | | | | | | | | 2008-01-21 Milan Crha <mcrha@redhat.com> ** Fix for bug #324604 inspired by patch of makuchaku (Mayank) * gui/widgets/eab-gui-util.h: * gui/widgets/eab-gui-util.c: (eab_parse_qp_email), (eab_parse_qp_email_to_html): New helper functions for decoding email addresses from RFC822 or RFC2047 form to UTF-8. * gui/widgets/e-minicard.c: (add_email_field): * gui/widgets/eab-contact-display.c: (render_contact_list), (render_contact), (eab_contact_display_render_compact): * gui/widgets/e-addressbook-table-adapter.c: (struct _EAddressbookTableAdapterPrivate), (addressbook_dispose), (addressbook_value_at), (addressbook_set_value_at), (remove_contacts), (modify_contact), (model_changed), (eab_table_adapter_construct): * gui/widgets/eab-gui-util.c: (get_email), (eab_send_contact_list_as_attachment): Ensure the print of the email is transformed from RFC822 or RFC2047. svn path=/trunk/; revision=34863
* Updated Lithuanian translation.Žygimantas Beručka2008-01-212-2420/+2969
| | | | svn path=/trunk/; revision=34862
* Add missing directory in configure.in Fixes build breakSankar P2008-01-212-0/+7
| | | | | | | | | | | | 2008-01-21 Sankar P <psankar@novell.com> * configure.in: Add missing directory in configure.in Fixes build break svn path=/trunk/; revision=34861
* Make the status bar height as large as the task bar to eliminateMatthew Barnes2008-01-212-0/+14
| | | | | | | | | | | | 2008-01-21 Matthew Barnes <mbarnes@redhat.com> * e-shell-window.c (setup_status_bar): Make the status bar height as large as the task bar to eliminate "bouncing" when navigating the main menu. Patch by Jean-Christophe Begue (#509509). svn path=/trunk/; revision=34860
* Draw the cursor only for multiselection.Srinivasa Ragavan2008-01-202-3/+7
| | | | | | | | | 2008-01-20 Srinivasa Ragavan <sragavan@novell.com> * e-table-item.c: (eti_draw): Draw the cursor only for multiselection. svn path=/trunk/; revision=34859
* Updated Occitan translationYannig MARCHEGAY2008-01-206-2742/+2989
| | | | svn path=/trunk/; revision=34858
* Revert the last cursor remove commit. It breaks selections with CTRL. MaySrinivasa Ragavan2008-01-202-1/+6
| | | | | | | | | 2008-01-20 Srinivasa Ragavan <sragavan@novell.com> * message-list.etspec: Revert the last cursor remove commit. It breaks selections with CTRL. May be, cairofy the cursor. svn path=/trunk/; revision=34857
* Revert my last patch.Srinivasa Ragavan2008-01-202-1/+5
| | | | | | | | 2008-01-20 Srinivasa Ragavan <sragavan@novell.com> * gui/widgets/e-addressbook-view.etspec: Revert my last patch. svn path=/trunk/; revision=34856
* Removed the pixmap cache. It wasn't giving alpha for the cairo renderedSrinivasa Ragavan2008-01-203-110/+87
| | | | | | | | | | | | | 2008-01-20 Srinivasa Ragavan <sragavan@novell.com> * e-cell-toggle.c: (etog_new_view), (etog_kill_view), (etog_draw), (etog_print), (e_cell_toggle_class_init), (e_cell_toggle_construct): Removed the pixmap cache. It wasn't giving alpha for the cairo rendered message list row. * e-table-item.c: (eti_draw): Render the rows with Cairo. It looks same as GtkTreeView and seems nice. svn path=/trunk/; revision=34855
* Remove the focus cursor on the message list. The message list now has aSrinivasa Ragavan2008-01-202-1/+7
| | | | | | | | | | 2008-01-20 Srinivasa Ragavan <sragavan@novell.com> * message-list.etspec: Remove the focus cursor on the message list. The message list now has a nice cairo rendered row. This looks very close to the GtkTreeView thing. svn path=/trunk/; revision=34854
* Take off the cursor/focus. Now we have a nice cairo rendered message listSrinivasa Ragavan2008-01-202-1/+6
| | | | | | | | | 2008-01-20 Srinivasa Ragavan <sragavan@novell.com> * gui/widgets/e-addressbook-view.etspec: Take off the cursor/focus. Now we have a nice cairo rendered message list row. svn path=/trunk/; revision=34853
* updated hebrew translationYair Hershkovitz2008-01-202-518/+524
| | | | svn path=/trunk/; revision=34852
* Fix a regression due to my previous commit.Srinivasa Ragavan2008-01-192-1/+6
| | | | | | | | | 2008-01-19 Srinivasa Ragavan <sragavan@novell.com> * e-shell.c: (set_line_status): Fix a regression due to my previous commit. svn path=/trunk/; revision=34851
* Bump some additional package requirements for libsoup-2.4: libbonobo-2.0Matthew Barnes2008-01-192-2/+11
| | | | | | | | | | | | 2008-01-19 Matthew Barnes <mbarnes@redhat.com> * configure.in: Bump some additional package requirements for libsoup-2.4: libbonobo-2.0 >= 2.20.3 glib-2.0 >= 2.15.3 svn path=/trunk/; revision=34850
* Updated Basque translation.Inaki Larranaga Murgoitio2008-01-192-45/+49
| | | | | | | | | 2008-01-18 Inaki Larranaga Murgoitio <dooteo@euskalgnu.org> * eu.po: Updated Basque translation. svn path=/trunk/; revision=34849
* Such a useful IMAP plugin. But doesn't detect USE_IMAP for GW users. FixedSrinivasa Ragavan2008-01-182-3/+12
| | | | | | | | | | 2008-01-18 Srinivasa Ragavan <sragavan@novell.com> * imap-headers.c: (imap_headers_commit), (org_gnome_imap_headers): Such a useful IMAP plugin. But doesn't detect USE_IMAP for GW users. Fixed it. svn path=/trunk/; revision=34848
* ** Fix for bug #329712Srinivasa Ragavan2008-01-185-7/+29
| | | | | | | | | | | | | | | | | 2008-01-18 Srinivasa Ragavan <sragavan@novell.com> ** Fix for bug #329712 * e-shell-window-commands.c: (update_offline_menu_item): * e-shell-window.c: (update_offline_toggle_status), (update_send_receive_sensitivity), (offline_toggle_clicked_callback): * e-shell.c: (e_shell_construct), (e_shell_save_settings), (set_line_status): * e-shell.h: Add a new state to maintian forced offline. svn path=/trunk/; revision=34847
* Port to libsoup 2.4. Plug a leak.Dan Winship2008-01-172-10/+15
| | | | | | | * gui/itip-utils.c (itip_publish_comp): Port to libsoup 2.4. Plug a leak. svn path=/trunk/; revision=34846
* Require libsoup-2.4. (Remove old "either 2.2 or 2.4" support, which onlyDan Winship2008-01-172-10/+8
| | | | | | | | | * configure.in: Require libsoup-2.4. (Remove old "either 2.2 or 2.4" support, which only ever worked because there was an old CVS version of libsoup that claimed to be 2.4 but still had the 2.2 API.) svn path=/trunk/; revision=34845
* ** Fix for bug #509879Milan Crha2008-01-172-17/+8
| | | | | | | | | | | | | 2008-01-17 Milan Crha <mcrha@redhat.com> ** Fix for bug #509879 * gui/e-memos.c: (struct _EMemosPrivate), (update_view_cb), (setup_widgets), (e_memos_destroy): Drop code to clear memo preview every 60 seconds. svn path=/trunk/; revision=34844
* Fix for bug #426159 (Allow users to snooze for 1+ hour 0 minutes)Suman Manjunath2008-01-173-1/+13
| | | | svn path=/trunk/; revision=34843
* Change of heart; decided we like the old "emblem-important" icon betterMatthew Barnes2008-01-173-2/+10
| | | | | | | | | | | | | 2008-01-16 Matthew Barnes <mbarnes@redhat.com> * em-folder-browser.c: * message-list.c: Change of heart; decided we like the old "emblem-important" icon better than "mail-mark-important" for the message list and "Show" combo box. svn path=/trunk/; revision=34842
* ** Fixes bug #509741Matthew Barnes2008-01-172-1/+16
| | | | | | | | | | | | | | 2008-01-16 Matthew Barnes <mbarnes@redhat.com> ** Fixes bug #509741 * mail-session.c (user_message_exec): Fix a crash that occurs when prompted to accept a certificate. This is just a quick temporary fix; Srini and I have a more sophisticated solution in mind. svn path=/trunk/; revision=34841
* updated hebrew translationwqYair Hershkovitz2008-01-172-3342/+4321
| | | | svn path=/trunk/; revision=34840
* Updated Marathi translationsRahul Bhalerao2008-01-162-7951/+8256
| | | | svn path=/trunk/; revision=34839
* ** Fix for bug #509697Milan Crha2008-01-162-0/+11
| | | | | | | | | | | | 2008-01-16 Milan Crha <mcrha@redhat.com> ** Fix for bug #509697 * mail-vfolder.c: (vfolder_edit): Ensure search folders are running before calling anything from this. svn path=/trunk/; revision=34838
* Added Entry for submission of updated Kannada Translations by Shankar PrasadRuna Bhattacharjee2008-01-161-0/+4
| | | | svn path=/trunk/; revision=34836
* Submitting updated Kannada Translations by Shankar PrasadRuna Bhattacharjee2008-01-161-1372/+1405
| | | | svn path=/trunk/; revision=34835
* Updated Russian translationLeonid Kanter2008-01-161-2740/+3029
| | | | svn path=/trunk/; revision=34834
* Updated Basque translation.Inaki Larranaga Murgoitio2008-01-152-1083/+1267
| | | | | | | | | 2008-01-15 Inaki Larranaga Murgoitio <dooteo@euskalgnu.org> * eu.po: Updated Basque translation. svn path=/trunk/; revision=34833
* ** Fix for bug #507564Djihed Afifi2008-01-152-18/+64
| | | | | | | | | | | | 2008-01-15 Djihed Afifi <djihed@gmail.com> ** Fix for bug #507564 * gui/widgets/eab-contact-display.c: Fix contact view for RTL languages. svn path=/trunk/; revision=34832
* Added Entry for Kannada Translation addition and Addition of Kannada (kn) to ↵Runa Bhattacharjee2008-01-151-0/+5
| | | | | | LINGUAS svn path=/trunk/; revision=34831
* Added Kannada Translations by Shankar PrasadRuna Bhattacharjee2008-01-151-0/+22088
| | | | svn path=/trunk/; revision=34830
* Added Kannada (kn) to the list of languagesRuna Bhattacharjee2008-01-151-0/+1
| | | | svn path=/trunk/; revision=34829
* ** Fix for bug #333695Milan Crha2008-01-152-3/+14
| | | | | | | | | | | | 2008-01-15 Milan Crha <mcrha@redhat.com> ** Fix for bug #333695 * gui/print.c: (print_attendees): Print attendee name instead of email address if available. svn path=/trunk/; revision=34828
* Version bump to 2.21.90Srinivasa Ragavan2008-01-152-1/+5
| | | | svn path=/trunk/; revision=34827
* Evolution 2.21.5 releaseSrinivasa Ragavan2008-01-152-0/+73
| | | | | | | | 2008-01-14 Srinivasa Ragavan <sragavan@novell.com> * NEWS: Evolution 2.21.5 release svn path=/trunk/; revision=34824
* sv.po: Swedish translation updatedDaniel Nylander2008-01-151-11/+11
| | | | svn path=/trunk/; revision=34823
* sv.po: Swedish translation updatedDaniel Nylander2008-01-152-1080/+1189
| | | | svn path=/trunk/; revision=34822
* Updated Spanish translationJorge Gonzalez Gonzalez2008-01-152-241/+265
| | | | svn path=/trunk/; revision=34821
* Add missing punctuation.Kjartan Maraas2008-01-142-2/+7
| | | | | | | | | 2008-01-14 Kjartan Maraas <kmaraas@gnome.org> * apps-evolution-attachment-reminder.schemas.in: Add missing punctuation. svn path=/trunk/; revision=34820
* Add missing punctuation.Kjartan Maraas2008-01-142-2/+6
| | | | | | | | 2008-01-14 Kjartan Maraas <kmaraas@gnome.org> * apps_evolution_shell.schemas.in: Add missing punctuation. svn path=/trunk/; revision=34819
* Add missing punctuation.Kjartan Maraas2008-01-142-27/+31
| | | | | | | | 2008-01-14 Kjartan Maraas <kmaraas@gnome.org> * evolution-mail.schemas.in: Add missing punctuation. svn path=/trunk/; revision=34818
* Updated assamese translationsAmitakhya Phukan2008-01-142-3971/+3975
| | | | svn path=/trunk/; revision=34817
* Patch from Milan Crha <mcrha@redhat.com> Fix for bug #333695 (Print ↵Suman Manjunath2008-01-142-1/+107
| | | | | | attendees, their types and roles in detailed print of an event) svn path=/trunk/; revision=34816
* Updated assamese translationsAmitakhya Phukan2008-01-142-4242/+4231
| | | | svn path=/trunk/; revision=34815
* Patch from Milan Crha <mcrha@redhat.com> Fix for bug #507359 (Free/Busy UI ↵Suman Manjunath2008-01-144-8/+43
| | | | | | needs names and graphs widgets in a container) svn path=/trunk/; revision=34814
* Patch from Milan Crha <mcrha@redhat.com> Fix for bug #490464 (Memo editor ↵Suman Manjunath2008-01-142-8/+56
| | | | | | hides "To" field when editing old shared memo) svn path=/trunk/; revision=34813
* Updated Norwegian bokmål translation.Kjartan Maraas2008-01-142-1712/+2145
| | | | | | | | 2008-01-14 Kjartan Maraas <kmaraas@gnome.org> * nb.po: Updated Norwegian bokmål translation. svn path=/trunk/; revision=34812
* Fix for bug #339620 (Disconnect signal handlers in the destroy_handler of ↵Suman Manjunath2008-01-142-0/+14
| | | | | | recurrence-page dialog) svn path=/trunk/; revision=34811
* Patch from David Turner <cillian64@googlemail.com> ** Partial fix for bug ↵Suman Manjunath2008-01-142-2/+9
| | | | | | #498095 (duplicate mnemonics) svn path=/trunk/; revision=34810
* Patch from Mayank Jain <mayank.gnu@gmail.com> ** Fix for bug #348638 ↵Suman Manjunath2008-01-142-16/+32
| | | | | | (Cleanly remove pre-edit buffer on pressing backspace in day-view, for non-ascii characters as well) svn path=/trunk/; revision=34809
* Patch from Suresh Chandrasekharan <suresh.chandrasekharan@sun.com> Fix for ↵Suman Manjunath2008-01-143-3/+10
| | | | | | bug #264404 (Pass down Enter if in preedit-mode) svn path=/trunk/; revision=34808
* Patch from Gert Kulyk <gkulyk@yahoo.de> ** Fix for bug #350932 (Enable the ↵Suman Manjunath2008-01-142-1/+8
| | | | | | use of scrollable tabs in the mail-preferences dialog) svn path=/trunk/; revision=34807
* Patch from Martin Meyer <elreydetodo@gmail.com> ** Fix for bug #496301 ↵Suman Manjunath2008-01-142-2/+12
| | | | | | (More readable schema descriptions) svn path=/trunk/; revision=34806
* Patch from <nickspoon0@gmail.com> ** Fix for bug #502783 (Restore states of ↵Suman Manjunath2008-01-142-0/+19
| | | | | | 'Request Read Receipt' and 'Prioritize Message' when opening a draft message) svn path=/trunk/; revision=34804
* Updated assamese translationsAmitakhya Phukan2008-01-142-4885/+4929
| | | | svn path=/trunk/; revision=34803
* Patch by Jean-Christophe BEGUE to fix bug #329692.Jeffrey Stedfast2008-01-122-1/+9
| | | | | | | | | | | | | 2008-01-11 Jeffrey Stedfast <fejj@novell.com> Patch by Jean-Christophe BEGUE to fix bug #329692. * e-attachment.c (e_attachment_new_from_mime_part): Get the content size of the MIME part by calling the new camel_mime_part_get_content_size() function. svn path=/trunk/; revision=34802
* ** Fix for bug #508731Srinivasa Ragavan2008-01-122-0/+10
| | | | | | | | | | | | | 2008-01-11 Srinivasa Ragavan <sragavan@novell.com> ** Fix for bug #508731 * gui/e-calendar-view.c: (e_calendar_view_new_appointment_full): Have a safe default, if the values from gconf isn't so nice. svn path=/trunk/; revision=34801
* ** Fix for bug #488213Milan Crha2008-01-1212-19/+80
| | | | | | | | | | | | | | | | | | | | | | | 2008-01-11 Milan Crha <mcrha@redhat.com> ** Fix for bug #488213 * e-util/e-icon-factory.h: (e_icon_factory_pixbuf_scale): * e-util/e-icon-factory.c: (e_icon_factory_pixbuf_scale): New global function for pixbuf scaling which speeds up scaling when HAVE_LIBGNOMEUI_GNOME_THUMBNAIL_H. * addressbook/gui/contact-editor/e-contact-editor.c: (extract_simple_field): * mail/em-icon-stream.c: (emis_fit): * mail/em-format-html-display.c: (efhd_attachment_button): * e-util/e-icon-factory.c: (load_icon): * widgets/misc/e-spinner.c: (scale_to_size): * widgets/misc/e-image-chooser.c: (set_image_from_data): * widgets/misc/e-attachment-bar.c: (e_attachment_bar_create_attachment_cache), (update): Use global function e_icon_factory_pixbuf_scale for scaling pixbufs. svn path=/trunk/; revision=34800
* ** Fix for bug #502303Milan Crha2008-01-112-6/+17
| | | | | | | | | | | | | | | | 2008-01-11 Milan Crha <mcrha@redhat.com> ** Fix for bug #502303 * plugin-manager.c: (eppm_response): Always destroy dialog and unset global variable. * plugin-manager.c: (org_gnome_plugin_manager_manage): Use G_TYPE_POINTER instead of GTK_TYPE_WIDGET in a list store to get rid of reference counting troubles on configuration widgets of plugins. Remember created dialog for future use. svn path=/trunk/; revision=34799
* Updated Norwegian Bokmål translation.Espen Stefansen2008-01-112-2601/+2217
| | | | | | | | | 2008-01-11 Espen Stefansen <espens@svn.gnome.org> * nb.po: Updated Norwegian Bokmål translation. svn path=/trunk/; revision=34798
* Updated Spanish translationJorge Gonzalez Gonzalez2008-01-112-8/+19
| | | | svn path=/trunk/; revision=34797
* ** Fix for bug #508678Bharath Acharya2008-01-112-0/+7
| | | | | | | | | | | | 2008-01-11 Bharath Acharya <abharath@novell.com> ** Fix for bug #508678 * e-shell-view.c: Included missing header glib/gi18n.h svn path=/trunk/; revision=34796