/* -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*- */ /* * e-text-model-uri.h - a text model w/ clickable URIs * Copyright 2000, 2001, Ximian, Inc. * * Authors: * Jon Trowbridge * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Library General Public * License, version 2, as published by the Free Software Foundation. * * This library is distributed in the hope that it will be useful, but * WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Library General Public License for more details. * * You should have received a copy of the GNU Library General Public * License along with this library; if not, write to the Free Software * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA * 02111-1307, USA. */ #ifndef E_TEXT_MODEL_URI_H #define E_TEXT_MODEL_URI_H #include G_BEGIN_DECLS #define E_TYPE_TEXT_MODEL_URI (e_text_model_uri_get_type ()) #define E_TEXT_MODEL_URI(obj) (G_TYPE_CHECK_INSTANCE_CAST ((obj), E_TYPE_TEXT_MODEL_URI, ETextModelURI)) #define E_TEXT_MODEL_URI_CLASS(klass) (G_TYPE_CHECK_CLASS_CAST ((klass), E_TYPE_TEXT_MODEL_URI, ETextModelURIClass)) #define E_IS_TEXT_MODEL_URI(obj) (G_TYPE_CHECK_INSTANCE_TYPE ((obj), E_TYPE_TEXT_MODEL_URI)) #define E_IS_TEXT_MODEL_URI_CLASS(klass) (G_TYPE_CHECK_CLASS_TYPE ((klass), E_TYPE_TEXT_MODEL_URI)) typedef struct _ETextModelURI ETextModelURI; typedef struct _ETextModelURIClass ETextModelURIClass; struct _ETextModelURI { ETextModel item; GList *uris; guint objectify_idle; }; struct _ETextModelURIClass { ETextModelClass parent_class; }; GtkType e_text_model_uri_get_type (void); ETextModel *e_text_model_uri_new (void); G_END_DECLS #endif maryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Fixed wrong translations.Takeshi AIHANA2008-03-042-199/+203
| | | | | | | | 2008-03-04 Takeshi AIHANA <takeshi.aihana@gmail.com> * ja.po: Fixed wrong translations. svn path=/trunk/; revision=35132
* Updated zh_CN translationYang Zhang2008-03-041-22/+43
| | | | svn path=/trunk/; revision=35131
* Move the call to set_paths() on Windows earlier beforeTor Lillqvist2008-03-041-4/+4
| | | | | | gnome_program_init() so that it affects gconfd-2. svn path=/trunk/; revision=35130
* Add share/icons/hicolor.Tor Lillqvist2008-03-042-1/+3
| | | | | | | | | 2008-03-03 Tor Lillqvist <tml@novell.com> * evolution-zip.in: Add share/icons/hicolor. svn path=/trunk/; revision=35129
* Translation updated by Tino Meinen.Vincent van Adrighem2008-03-042-620/+566
| | | | | | | | 2008-03-03 Vincent van Adrighem <adrighem@gnome.org> * nl.po: Translation updated by Tino Meinen. svn path=/trunk/; revision=35128
* Typo.Tor Lillqvist2008-03-041-3/+3
| | | | svn path=/trunk/; revision=35127
* Drop the call to gtk_rc_parse_string() to set gtk-fallback-icon-theme =Tor Lillqvist2008-03-042-1/+9
| | | | | | | | | | | | | | 2008-03-03 Tor Lillqvist <tml@novell.com> * main.c (main) [Win32]: Drop the call to gtk_rc_parse_string() to set gtk-fallback-icon-theme = "gnome". Instead just bundle a suitable gtkrc with Evolution. And actually what we want seems to get Tango icons seems to be gtk-fallback-icon-theme = "Tango", and no mention of the gnome icon theme at all in gtkrc. (It is still used, though.) svn path=/trunk/; revision=35126
* svn move evolution/help/C/figures/evo_label_a.PNGAndre Klapper2008-03-042-0/+6
| | | | | | | | | | | 2008-03-03 Andre Klapper <a9016009@gmx.de> * evolution/help/C/figures/evo_label_a.PNG: svn move evolution/help/C/figures/evo_label_a.PNG evolution/help/C/figures/evo_label_a.png. svn path=/trunk/; revision=35125
* Re-fix bug #351672 since my patch for bug #362638 accidentally revertedMatthew Barnes2008-03-042-18/+7
| | | | | | | | | | | 2008-03-03 Matthew Barnes <mbarnes@redhat.com> * mail/em-folder-tree.c (emft_drop_async__done): Re-fix bug #351672 since my patch for bug #362638 accidentally reverted the original solution. svn path=/trunk/; revision=35124
* updating Translation for PunjabiAmanpreet Singh Alam2008-03-041-3048/+3603
| | | | svn path=/trunk/; revision=35123
* Translation updated by Ivar SmolinPriit Laes2008-03-032-67/+35
| | | | | | | | 2008-03-03 Priit Laes <plaes at svn dot gnome dot org> * et.po: Translation updated by Ivar Smolin svn path=/trunk/; revision=35122
* On Windows, set PATH to include Evolution's "bin" folder and theTor Lillqvist2008-03-032-1/+68
| | | | | | | | | | | 2008-03-03 Tor Lillqvist <tml@novell.com> * main.c: On Windows, set PATH to include Evolution's "bin" folder and the "lib/evolution/$(BASE_VERSION)/components" folder. Set BONOBO_ACTIVATION_PATH to the "lib/bonobo/servers" folder svn path=/trunk/; revision=35121
* Updated Marathi Translations.Rahul Bhalerao2008-03-032-1064/+1167
| | | | svn path=/trunk/; revision=35120
* Fixed contribution list. missed a few quotes :-)Johnny Jacob2008-03-032-2/+6
| | | | svn path=/trunk/; revision=35119
* Updated contributors list in creditsJohnny Jacob2008-03-032-1/+86
| | | | svn path=/trunk/; revision=35118
* Updated Italian translation.Luca Ferretti2008-03-032-90/+106
| | | | | | | | 2008-03-03 Luca Ferretti <elle.uca@libero.it> * it.po: Updated Italian translation. svn path=/trunk/; revision=35117
* ** Fix for BNC bug #282466Srinivasa Ragavan2008-03-032-2/+15
| | | | | | | | | | | | | 2008-03-03 Srinivasa Ragavan <sragavan@novell.com> ** Fix for BNC bug #282466 * em-icon-stream.c: (em_icon_stream_get_image), (em_icon_stream_is_resized): Handle CIDs of broken cases too. svn path=/trunk/; revision=35116
* Fixed some strings in Belarusian Latin translation.Ihar Hrachyshka2008-03-031-3/+3
| | | | svn path=/trunk/; revision=35115
* Updated Norwegian Nynorsk translation.Åsmund Skjæveland2008-03-031-230/+134
| | | | | | | | 2008-03-03 Åsmund Skjæveland <aasmunds@ulrik.uio.no> * nn.po: Updated Norwegian Nynorsk translation. svn path=/trunk/; revision=35114
* Misc simplification and cleanup.Tor Lillqvist2008-03-032-70/+48
| | | | | | | | | 2008-03-03 Tor Lillqvist <tml@novell.com> * evolution-zip.in: Misc simplification and cleanup. svn path=/trunk/; revision=35113
* Updated Norwegian Nynorsk translation.Åsmund Skjæveland2008-03-032-4301/+5713
| | | | | | | | 2008-03-03 Åsmund Skjæveland <aasmunds@ulrik.uio.no> * nn.po: Updated Norwegian Nynorsk translation. svn path=/trunk/; revision=35112
* Updated Belarusian Latin translation.Ihar Hrachyshka2008-03-032-390/+226
| | | | svn path=/trunk/; revision=35111
* Added Belarusian Latin translation.Ihar Hrachyshka2008-03-033-0/+23295
| | | | svn path=/trunk/; revision=35110
* sv.po: Updated Swedish translationDaniel Nylander2008-03-031-300/+300
| | | | svn path=/trunk/; revision=35109
* Updated Korean translationChangwoo Ryu2008-03-032-226/+255
| | | | svn path=/trunk/; revision=35108
* Add mail/default/ko/Makefile to AC_OUTPUT.Changwoo Ryu2008-03-036-1/+358
| | | | | | | | | | | | | | 2008-03-03 Changwoo Ryu <cwryu@debian.org> * configure.in: Add mail/default/ko/Makefile to AC_OUTPUT. 2008-03-03 Changwoo Ryu <cwryu@debian.org> * default/Makefile.am: * default/ko/*: Add Korean welcome message translation. svn path=/trunk/; revision=35107
* Make Bogofilter the default junk plugin in Evolution.Srinivasa Ragavan2008-03-032-1/+6
| | | | | | | | | 2008-03-02 Srinivasa Ragavan <sragavan@novell.com> * evolution-mail.schemas.in: Make Bogofilter the default junk plugin in Evolution. svn path=/trunk/; revision=35106
* Updates for 2.21.92Srinivasa Ragavan2008-03-032-0/+65
| | | | svn path=/trunk/; revision=35105
* Committing the build fix that comes up if DEVELOPMENT is enabled.Srinivasa Ragavan2008-03-022-3/+9
| | | | | | | | | 2008-03-02 Srinivasa Ragavan <sragavan@novell.com> * main.c: (main): Committing the build fix that comes up if DEVELOPMENT is enabled. svn path=/trunk/; revision=35104
* Updated zh_CN translationYang Zhang2008-03-021-220/+115
| | | | svn path=/trunk/; revision=35103
* Updated Lithuanian translation.Gintautas Miliauskas2008-03-022-1060/+1104
| | | | | | | | | | 2008-03-02 Gintautas Miliauskas <gintas@akl.lt> * lt.po: Updated Lithuanian translation. svn path=/trunk/; revision=35102
* Updated zh_CN translationYang Zhang2008-03-011-3053/+3701
| | | | svn path=/trunk/; revision=35101
* Updated French translation. Updated and added screenshots.Claude Paroz2008-03-0112-3084/+3088
| | | | | | | | | 2008-02-29 Claude Paroz <claude@2xlibre.net> * fr/fr.po: Updated French translation. * fr/figures/*: Updated and added screenshots. svn path=/trunk/; revision=35100
* Updated Spanish translationJorge Gonzalez Gonzalez2008-02-292-335/+351
| | | | svn path=/trunk/; revision=35099
* Updated Basque translation.Inaki Larranaga Murgoitio2008-02-292-557/+669
| | | | | | | | | 2008-02-29 Inaki Larranaga Murgoitio <dooteo@euskalgnu.org> * eu.po: Updated Basque translation. svn path=/trunk/; revision=35098
* Updated Italian translation.Luca Ferretti2008-02-282-214/+271
| | | | | | | | 2008-02-28 Luca Ferretti <elle.uca@libero.it> * it.po: Updated Italian translation. svn path=/trunk/; revision=35097
* cs.po: Updated Czech translation by Jiri Eischmann.Petr Kovář2008-02-282-3901/+4386
| | | | svn path=/trunk/; revision=35096
* Updated French translation by Robert-André Mauchin and StéphaneStéphane Raimbault2008-02-282-883/+909
| | | | | | | | | 2008-02-27 Stéphane Raimbault <stephane.raimbault@gmail.com> * fr.po: Updated French translation by Robert-André Mauchin and Stéphane Raimbault. svn path=/trunk/; revision=35095
* Updated Occitan translationYannig MARCHEGAY2008-02-271-51/+32
| | | | svn path=/trunk/; revision=35094
* Updated pt_BR translationJonh Wendell S. Santana2008-02-271-22/+14
| | | | svn path=/trunk/; revision=35093
* Fixed an issue in pt_BR.poJonh Wendell S. Santana2008-02-271-440/+164
| | | | svn path=/trunk/; revision=35092
* fix a small issue in pt_BRJonh Wendell S. Santana2008-02-261-2616/+2113
| | | | svn path=/trunk/; revision=35091
* Brazilian Portuguese translation by Washington Lins.Leonardo Ferreira Fontenelle2008-02-262-4090/+4872
| | | | | | | | 2008-02-25 Leonardo Ferreira Fontenelle <leonardof@svn.gnome.org> * pt_BR.po: Brazilian Portuguese translation by Washington Lins. svn path=/trunk/; revision=35088
* Free the memory returned by e_cal_component_get_recurid_as_string.Chenthill Palanisamy2008-02-252-3/+10
| | | | | | | | | | 2008-02-25 Chenthill Palanisamy <pchenthill@novell.com> * itip-formatter.c: (find_server), (update_attendee_status): * Free the memory returned by e_cal_component_get_recurid_as_string. svn path=/trunk/; revision=35087
* Fixes #516498Chenthill Palanisamy2008-02-255-8/+29
| | | | | | | | | | | | | | | 2008-02-25 Chenthill Palanisamy <pchenthill@novell.com> Fixes #516498 * gui/comp-util.c: (cal_comp_is_on_server): * gui/e-calendar-view.c: (e_calendar_view_cut_clipboard), (delete_event), (e_calendar_view_delete_selected_occurrence): * gui/e-day-view.c: (process_component): * gui/e-week-view.c: (process_component): Free memory returned by e_cal_component_get_recurid_as_string. svn path=/trunk/; revision=35086
* set HANDLE_LIBICAL_MEMORY to 1.Chenthill Palanisamy2008-02-252-0/+6
| | | | | | | | | 2008-02-25 Chenthill Palanisamy <pchenthill@novell.com> * configure.in: set HANDLE_LIBICAL_MEMORY to 1. svn path=/trunk/; revision=35085
* Because Solaris tar doesn't respect '-z' option, use gzip&tar to finishJeff Cai2008-02-252-2/+8
| | | | | | | | | | | 2008-02-25 Jeff Cai<jeff.cai@sun.com> * backup.c: (backup), (restore): Because Solaris tar doesn't respect '-z' option, use gzip&tar to finish the silimar function. svn path=/trunk/; revision=35084
* Reverting commit for #371011Johnny Jacob2008-02-252-4/+11
| | | | svn path=/trunk/; revision=35083
* Fixes#516408 Free the memory returned by libical.Chenthill Palanisamy2008-02-252-5/+20
| | | | | | | | | | | | 2008-02-25 Chenthill Palanisamy <pchenthill@novell.com> Fixes#516408 * itip-formatter.c (find_attendee), (find_to_address), (find_from_address), (update_item): Free the memory returned by libical. svn path=/trunk/; revision=35082
* Fixes#516408Chenthill Palanisamy2008-02-2513-19/+90
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 2008-02-24 Chenthill Palanisamy <pchenthill@novell.com> Fixes#516408 * gui/dialogs/e-send-options-utils.c (e_sendoptions_utils_fill_component): * gui/e-cal-model.c (search_by_id_and_client): * gui/e-calendar-table.c (copy_row_cb), (e_calendar_table_copy_clipboard): * gui/e-calendar-view.c (e_calendar_view_copy_clipboard), (icalcomp_contains_category): * gui/e-day-view.c (model_rows_deleted_cb), (e_day_view_find_event_from_uid), (e_day_view_reshape_day_events), (e_day_view_on_drag_data_get): * gui/e-itip-control.c (update_item): * gui/e-memo-table.c (copy_row_cb), * (e_memo_table_copy_clipboard): * gui/e-memos.c (obtain_list_of_components): * gui/e-tasks.c (obtain_list_of_components): * gui/e-week-view.c (model_rows_deleted_cb), (e_week_view_reshape_events), (e_week_view_find_event_from_uid): * gui/gnome-cal.c (gnome_calendar_purge): * gui/itip-utils.c (comp_limit_attendees), (itip_send_comp), (reply_to_calendar_comp), (itip_publish_comp): Free the memory returned by libical svn path=/trunk/; revision=35081
* Updated Japanese translation.Takeshi AIHANA2008-02-242-3175/+3629
| | | | | | | | 2008-02-24 Takeshi AIHANA <takeshi.aihana@gmail.com> * ja.po: Updated Japanese translation. svn path=/trunk/; revision=35080
* Translation updated by Ivar SmolinPriit Laes2008-02-242-35/+22
| | | | | | | | 2008-02-24 Priit Laes <plaes at svn dot gnome dot org> * et.po: Translation updated by Ivar Smolin svn path=/trunk/; revision=35079
* Fix the string freeze break of the former commit.Andre Klapper2008-02-242-1/+6
| | | | | | | | | | 2008-02-23 Andre Klapper <a9016009@gmx.de> * e-timezone-dialog/e-timezone-dialog.glade: Fix the string freeze break of the former commit. svn path=/trunk/; revision=35078
* 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-18