Commit Graph

28823 Commits

Author SHA1 Message Date
4503c052d0 ** Allow evolution to build with G_DISABLE_SINGLE_INCLUDES and
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
2008-06-06 15:12:53 +00:00
6efe8d58cd Fix a typo.
2008-06-06  Matthew Barnes  <mbarnes@redhat.com>

	* mail/evolution-mail.schemas.in: Fix a typo.


svn path=/trunk/; revision=35605
2008-06-06 14:44:43 +00:00
ab29a358fd Tell which plugin it could not load in the warning message.
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
2008-06-06 12:25:02 +00:00
14a5251790 Add -Wl,--exclude-libs=libiconv.a to ICONV_LIBS on Windows to avoid
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
2008-06-06 11:19:17 +00:00
77a5d97f70 Never undefine DISABLE_DEPRECATED macros in source code. Yes, it will
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
2008-06-06 01:50:42 +00:00
7c1158d545 updated hebrew translation
svn path=/trunk/; revision=35599
2008-06-05 15:59:56 +00:00
b27741d9b8 Added libebackend to EVOLUTION_CALENDAR_LIBS (Committing on behalf of Chen)
svn path=/trunk/; revision=35597
2008-06-05 06:05:25 +00:00
eee2362620 ** Fixes security vulnerabilities CVE-2008-1108 and CVE-2008-1109
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
2008-06-04 10:46:38 +00:00
c1b28e2e05 Don't undef DISABLE_DEPRECATED macros in source code. That's just evil.
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
2008-06-04 10:37:22 +00:00
dc11e097f7 ** Fix for bug #535204
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
2008-06-04 07:20:24 +00:00
2e763ace9a gtk_window_set_policy -> gtk_window_set_resizable + other cleanups.
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
2008-06-03 20:00:15 +00:00
a6a2b0baca gdk_rgb_get_cmap -> gdk_rgb_get_colormap
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
2008-06-03 19:58:06 +00:00
5bca57d569 gdk_rgb_get_cmap -> gdk_rgb_get_colormap
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
2008-06-03 19:57:21 +00:00
66bcc503dd gdk_pixbuf_unref() -> g_object_unref()
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
2008-06-03 19:17:46 +00:00
73ec31f853 gtk_window_set_policy -> gtk_window_set_resizable.
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
2008-06-03 18:37:17 +00:00
b98a472f23 gtk_window_set_policy -> gtk_window_set_resizable
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
2008-06-03 18:36:01 +00:00
64b15c5cb7 Migrate from gtk_window_set_policy() to gtk_window_set_resizable() and
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
2008-06-03 18:35:02 +00:00
1986408a1e Use non-deprecated gtk+ api.
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
2008-06-03 18:30:44 +00:00
64a710c95d Evolution 2.23.1.1 release and version bump.
2008-06-02  Srinivasa Ragavan  <sragavan@novell.com>

	* NEWS: Evolution 2.23.1.1 release and version bump.

svn path=/trunk/; revision=35581
2008-06-03 03:33:25 +00:00
2a3e8d0e25 ** Re-fixes bug #437579
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
2008-06-02 14:03:55 +00:00
8cf79d6364 Bump eds_minimum_version to 2.23.3 for CAMEL_MESSAGE_FORWARDED.
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
2008-06-02 12:51:13 +00:00
7bef9f5b1b Distribute the Glade file.
2008-06-02  Matthew Barnes  <mbarnes@redhat.com>

	* plugins/email-custom-header/Makefile.am:
	Distribute the Glade file.


svn path=/trunk/; revision=35578
2008-06-02 12:33:08 +00:00
edc197b0c7 Committing on behalf of Ashish Shrivastava <shashish@novell.com>
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
2008-06-02 11:17:52 +00:00
ffd9371f0d Updated Vietnamese translation
svn path=/trunk/; revision=35576
2008-06-02 06:33:10 +00:00
a1592d02b0 Committing on behalf of Jacob Brown <jeblinux@gmail.com>
2008-06-02  Jacob Brown  <jeblinux@gmail.com>

        ** Fix for bug #529464

svn path=/trunk/; revision=35575
2008-06-02 06:01:57 +00:00
b6442f0191 Committing on behalf of Milan Crha <mcrha@redhat.com>
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
2008-06-02 05:39:51 +00:00
48fbd44f44 Committing on behalf of Milan Crha <mcrha@redhat.com>
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
2008-06-02 05:33:10 +00:00
31cfa1dd24 Committing on behalf of Srinivasa Ragavan <sragavan@novell.com>
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
2008-06-02 05:15:09 +00:00
341147f72e Committing on behalf of Milan Crha <mcrha@redhat.com>
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
2008-06-02 05:00:46 +00:00
e61139fbec ** Fix for bug #535689
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
2008-06-02 04:53:46 +00:00
4c2a34cddd Committing on behalf of Milan Crha <mcrha@redhat.com>
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
2008-06-02 04:42:19 +00:00
851c7fac43 Committing on behalf of Milan Crha <mcrha@redhat.com>
2008-05-29  Milan Crha  <mcrha@redhat.com>

       ** Fix for bug #535459


svn path=/trunk/; revision=35566
2008-06-02 04:24:36 +00:00
cef99d25f5 Updated Vietnamese translation
svn path=/trunk/; revision=35562
2008-06-01 13:15:09 +00:00
a487f57dd9 Corrected my name in the About dialog -- for some reason, it was in the wrong (Hungarian) order
svn path=/trunk/; revision=35561
2008-05-31 20:06:23 +00:00
88f96184dc Updated Galician Translation.
svn path=/trunk/; revision=35560
2008-05-31 16:40:50 +00:00
9025a50010 ** Fix for bug #535670
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
2008-05-30 17:57:40 +00:00
66c4549eb8 ** Fixes bug #535273
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
2008-05-29 16:14:29 +00:00
d7d7fe2763 Updated Spanish translation, fixes bug #535014
svn path=/trunk/; revision=35556
2008-05-27 17:42:25 +00:00
e0afa81375 ** Fix for bug #532384
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
2008-05-27 12:38:24 +00:00
c3d6e8a11a Fixes bnc #394441
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
2008-05-27 04:17:04 +00:00
b67d6b02ca ** Fix for bug #317755
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
2008-05-26 18:11:49 +00:00
c9d8512b2e ** Fix for bug #322553
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
2008-05-26 18:02:30 +00:00
f4db109972 Fix for Bug 496476 : Let the plugin configure widgets expand (resize).
svn path=/trunk/; revision=35549
2008-05-26 11:20:45 +00:00
f0c1d53ccf Updated British English translation.
2008-05-25  Philip Withnall  <pwithnall@svn.gnome.org>

	* en_GB.po: Updated British English translation.


svn path=/trunk/; revision=35547
2008-05-25 13:40:20 +00:00
301cd7ac46 Updated British English translation.
2008-05-25  Philip Withnall  <pwithnall@svn.gnome.org>

	* en_GB.po: Updated British English translation.


svn path=/trunk/; revision=35546
2008-05-25 12:54:42 +00:00
1f403c4f41 Updated Vietnamese translation
svn path=/trunk/; revision=35545
2008-05-25 11:26:13 +00:00
e8a6b34326 Translation updated by Ivar Smolin
2008-05-25  Priit Laes  <plaes at svn dot gnome dot org>

	* et.po: Translation updated by Ivar Smolin

svn path=/trunk/; revision=35544
2008-05-25 08:44:31 +00:00
a06be003e6 Translation updated by Tino Meinen.
2008-05-24  Vincent van Adrighem  <adrighem@gnome.org>

	* nl.po: Translation updated by Tino Meinen.

svn path=/trunk/; revision=35542
2008-05-24 15:18:39 +00:00
8f86899bb1 Translation updated by Ivar Smolin
2008-05-24  Priit Laes  <plaes at svn dot gnome dot org>

	* et.po: Translation updated by Ivar Smolin

svn path=/trunk/; revision=35540
2008-05-24 12:12:54 +00:00
725f303eed Fixed a typo
svn path=/trunk/; revision=35539
2008-05-24 00:19:14 +00:00