Commit Graph

28696 Commits

Author SHA1 Message Date
Matthew Barnes cbffd030b9 ** Fixes bug #529768
2008-04-28  Matthew Barnes  <mbarnes@redhat.com>

	** Fixes bug #529768

	* gui/widgets/eab-gui-util.c (eab_send_to_contact_and_email_num_list):
	Setup default callbacks for the newly created EMsgComposer widget.


svn path=/trunk/; revision=35432
2008-04-28 18:39:50 +00:00
Matthew Barnes d062ed4733 Fix a typo in the EError tag.
2008-04-28  Matthew Barnes  <mbarnes@redhat.com>

	* composer/e-composer-actions.c (action_send_options_cb):
	Fix a typo in the EError tag.


svn path=/trunk/; revision=35431
2008-04-28 18:15:30 +00:00
Johan Euphrosine 2e6ea617fa ** Fix for bug #529247
2008-04-28  Johan Euphrosine  <proppy@aminche.com>

	** Fix for bug #529247

	* em-format-html.h (struct _EMFormatHTML): Add header_colour.

	* em-format-html-display.c (efhd_gtkhtml_realise): Use bg style
	properties for body_colour, fg for header_colour, darken for
	frame_colour, bg for content_colour.

	* em-format-html.c (efh_init), (efh_format_exec), (efh_init),
	(efh_text_plain), (efh_text_enriched), (efh_text_html),
	(efh_message_deliverystatus): Use header_colour for text color of
	the message header, body_colour for background color of the
	message header, text_colour for text color of the message content,
	base_colour for background color of the message content.


svn path=/trunk/; revision=35429
2008-04-28 13:16:48 +00:00
Milan Crha 582233e1de ** Fix for bug #524121
2008-04-28  Milan Crha  <mcrha@redhat.com>

	** Fix for bug #524121

	* gui/e-calendar-table.c: (copy_row_cb):
	Fixing typo from patch for bug #516408.


svn path=/trunk/; revision=35427
2008-04-28 08:46:23 +00:00
Srinivasa Ragavan 29d5ce762e Avoid crash while detecting mime types.
2008-04-28  Srinivasa Ragavan  <sragavan@novell.com>

	* mail/em-utils.c: Avoid crash while detecting mime types.

svn path=/trunk/; revision=35426
2008-04-28 05:36:20 +00:00
Srinivasa Ragavan 87307d8639 ** Fix for BNC bug #382687
2008-04-28  Srinivasa Ragavan  <sragavan@novell.com>

	** Fix for BNC bug #382687

	* plugins/itip-formatter/itip-formatter.c: Don't download contents in
	main thread, which causes deadlock

svn path=/trunk/; revision=35425
2008-04-28 05:35:59 +00:00
Srinivasa Ragavan 39bab1f871 Fix the Mailer header display
2008-04-28  Srinivasa Ragavan  <sragavan@novell.com>

	* mail/em-format-html.c: Fix the Mailer header display

svn path=/trunk/; revision=35423
2008-04-28 04:18:49 +00:00
Jorge Gonzalez Gonzalez b0d6af4e61 Updated Spanish translation
svn path=/trunk/; revision=35421
2008-04-27 19:11:51 +00:00
Suman Manjunath 71a2b97615 Patch from James Westby <jw+debian@jameswestby.net>: Fix for bug #518103 (Check online status from NetworkManager at startup instead of using the last-used-state)
svn path=/trunk/; revision=35420
2008-04-26 14:46:21 +00:00
Jorge Gonzalez Gonzalez b16ffa38da Updated Spanish translation
svn path=/trunk/; revision=35418
2008-04-26 11:56:00 +00:00
Danny Baumann 015345c498 ** Fix for bug #529893
2008-04-25  Danny Baumann  <dannybaumann@web.de>

	** Fix for bug #529893

	* widgets/misc/e-dateedit.c (create_children):
	* widgets/misc/e-combo-cell-editable.c (build_popup):
	* widgets/misc/e-cell-date-edit.c (e_cell_date_edit_init):
	* widgets/table/e-table-header-item.c: (make_shaped_window_from_xpm):
	* widgets/table/e-cell-combo.c: (e_cell_combo_init):
	* widgets/table/e-cell-text.c: (ect_show_tooltip):
	* widgets/text/e-text.c: (_do_tooltip):
	* calendar/gui/e-calendar-view.c: (e_calendar_view_get_tooltips):
	Properly set type hints for popup windows.


svn path=/trunk/; revision=35416
2008-04-25 13:35:38 +00:00
Milan Crha 7ab42c2897 ** Fix for bug #273041
2008-04-25  Milan Crha  <mcrha@redhat.com>

	** Fix for bug #273041

	* mail/mail.error.xml: (junk-check-error), (junk-report-error),
	(junk-not-report-error): New error messages added.
	* mail/em-junk-hook.h: (struct _EMJunkHookTarget), (em_junk_error_quark):
	* mail/em-junk-hook.c: (manage_error), (em_junk_check_junk),
	(em_junk_report_junk), (em_junk_report_non_junk):
	Allow propagation of the error from the plugin in the hook target.

	* plugins/bogo-junk-plugin/bf-junk-filter.c: (pipe_to_bogofilter), (em_junk_bf_check_junk),
	(em_junk_bf_report_junk), (em_junk_bf_report_non_junk):
	Propagate possible errors to the UI.

	* sa-junk-plugin/em-junk-filter.c: (em_junk_sa_commit_reports),
	(em_junk_sa_validate_binary): Fix function prototype.
	* sa-junk-plugin/em-junk-filter.c: (pipe_to_sa_full), (em_junk_sa_test_spamd_running),
	(em_junk_sa_test_spamassassin),	(pipe_to_sa), (em_junk_sa_run_spamd),
	(em_junk_sa_test_spamd), (em_junk_sa_is_available),
	(em_junk_sa_check_junk), (get_spamassassin_version),
	(em_junk_sa_report_junk), (em_junk_sa_report_non_junk):
	Propagate possible errors to the UI.


svn path=/trunk/; revision=35415
2008-04-25 13:12:22 +00:00
Milan Crha 2999fa6c7b ** Fix for bug #529855
2008-04-25  Milan Crha  <mcrha@redhat.com>

	** Fix for bug #529855

	* org-gnome-shared-folder.errors.xml: (recurrence):
	Use proper label element name, these are localized by default.


svn path=/trunk/; revision=35414
2008-04-25 12:37:39 +00:00
Milan Crha f2eed20374 Compiler warning fix.
2008-04-23  Milan Crha  <mcrha@redhat.com>

	* em-format-html-display.c: (efhd_update_bar):
	Compiler warning fix.


svn path=/trunk/; revision=35412
2008-04-23 09:57:24 +00:00
Milan Crha 71e5a4dcbb ** Fix for bug #529375
2008-04-23  Milan Crha  <mcrha@redhat.com>

	** Fix for bug #529375

	* evolution-mail.schemas.in:
	* mail-config.glade:
	* em-utils.h: (em_utils_in_addressbook):
	* em-utils.c: (em_utils_in_addressbook):
	* em-format-html.c: (emfh_gethttp):
	* mail-session.c: (lookup_addressbook):
	* mail-config.h: (mail_config_get_lookup_book_local_only):
	* mail-config.c: (struct MailConfig), (mail_config_init),
	(mail_config_get_lookup_book_local_only):
	* em-mailer-prefs.h: (struct _EMMailerPrefs):
	* em-mailer-prefs.c: (junk_book_lookup_button_toggled),
	(em_mailer_prefs_construct): Add new option
	/apps/evolution/mail/junk/lookup_addressbook_local_only
	to determine whether check for address in a local address book only.


svn path=/trunk/; revision=35410
2008-04-23 09:29:11 +00:00
Milan Crha 9364fe5036 ** Fix for bug #529254
2008-04-23  Milan Crha  <mcrha@redhat.com>

	** Fix for bug #529254

	* e-util/e-util.c: (e_write_file_uri):	Save file properly.
	Handle either URI or filename. Return success or failure, not gint.

	* addressbook/gui/widgets/eab-gui-util.c: (save_it):
	Prototype and return value of e_write_file_uri has been changed.


svn path=/trunk/; revision=35409
2008-04-23 09:19:23 +00:00
Milan Crha 0696568dc9 ** Fix for bug #529179
2008-04-23  Milan Crha  <mcrha@redhat.com>

	** Fix for bug #529179

	* em-folder-browser.c: (struct _EMFolderBrowserPrivate),
	(labels_changed_idle_cb), (gconf_labels_changed), (emfb_destroy):
	Rebuild search menu rather on idle, then immediately after the change
	in gconf, because other parts may not have this change propagated yet.


svn path=/trunk/; revision=35408
2008-04-23 09:06:31 +00:00
Srinivasa Ragavan 4b831234e0 Evolution 2.23.1 release and version bump.
2008-04-21  Srinivasa Ragavan  <sragavan@novell.com>

	* NEWS, configure.in: Evolution 2.23.1 release and version bump.



svn path=/trunk/; revision=35407
2008-04-23 05:31:28 +00:00
Matthew Barnes d45f9bbd60 ** Fixes bug #458505
2008-04-22  Matthew Barnes  <mbarnes@redhat.com>

	** Fixes bug #458505

	* mail/mail-config.glade:
	One space between "Sender" and "Photograph".


svn path=/trunk/; revision=35405
2008-04-23 02:11:32 +00:00
Matthew Barnes 69ca3b1c81 ** Fixes bug #529462
2008-04-22  Matthew Barnes  <mbarnes@redhat.com>

	** Fixes bug #529462

	* evolution-mail.schemas.in:
	Fix wording of "custom_header" GConf key description.


svn path=/trunk/; revision=35404
2008-04-23 01:40:38 +00:00
Matthew Barnes f76933cb58 ** Fixes bug #529465
2008-04-22  Matthew Barnes  <mbarnes@redhat.com>

	** Fixes bug #529465

	* gui/component/GNOME_Evolution_Addressbook.server.in.in:
	Prefer "popup" to "pop-up" per the GNOME Documentation Style Guide.


svn path=/trunk/; revision=35403
2008-04-23 01:29:10 +00:00
Matthew Barnes 592375b3a0 ** Fixes bug #529641
2008-04-22  Matthew Barnes  <mbarnes@redhat.com>

	** Fixes bug #529641

	* widgets/e-timezone-dialog/e-timezone-dialog.glade:
	* widgets/e-dateedit.c (create_children):
	* widgets/e-map.c (e_map_new):
	Prefer the term "drop-down combination box" to "combo box" per the
	GNOME Documentation Style Guide.


svn path=/trunk/; revision=35402
2008-04-23 01:23:42 +00:00
Kjartan Maraas 8fcf9d9a08 Cater for some files that were moved. Updated translation.
2008-04-22  Kjartan Maraas  <kmaraas@gnome.org>

	* POTFILES.in: Cater for some files that were moved.
	* nb.po: Updated translation.

svn path=/trunk/; revision=35401
2008-04-22 19:20:19 +00:00
Matthew Barnes 3050e6d36d ** Fixes bug #494171
2008-04-22  Matthew Barnes  <mbarnes@redhat.com>

	** Fixes bug #494171

	* mail/mail-send-recv.c (build_dialog):
	Make the "Send & Receive Mail" window dimensions persistent.

	* mail/evolution-mail.schemas.in:
	Add keys for storing "Send & Receive Mail" window dimensions:
		/apps/evolution/mail/send_recv_height
		/apps/evolution/mail/send_recv_maximized
		/apps/evolution/mail/send_recv_width
	Note the "maximized" key is required by GConfBridge but is not
	actually used since the window cannot be maximized.


svn path=/trunk/; revision=35400
2008-04-22 15:13:23 +00:00
Matthew Barnes 24b0c3d20d Move these files to e-util.
2008-04-22  Matthew Barnes  <mbarnes@redhat.com>

	* composer/gconf-bridge.c:
	* composer/gconf-bridge.h:
	Move these files to e-util.

	* composer/Makefile.am:
	* composer/e-composer-private.h:
	* mail/em-composer-prefs.c:
	Adapt.

	* e-util/Makefile.am:
	Add gconf-bridge.[ch] from composer.


svn path=/trunk/; revision=35399
2008-04-22 14:57:43 +00:00
Matthew Barnes 527610fcf1 ** Fixes #528793, solution by Reece Hart
2008-04-21  Matthew Barnes  <mbarnes@redhat.com>

	** Fixes #528793, solution by Reece Hart
	
	* plugins/audio-inline/org-gnome-audio-inline.eplug.xml:
	Add inline disposition for "audio/microsoft-wav" MIME types.


svn path=/trunk/; revision=35398
2008-04-22 01:03:27 +00:00
Bastien Nocera 7f70036372 _Trash -> Wastebaske_t
2008-04-21  Bastien Nocera  <hadess@hadess.net>

	* en_GB.po: _Trash -> Wastebaske_t


svn path=/trunk/; revision=35397
2008-04-21 10:10:02 +00:00
Milan Crha bf869bebd4 ** Fix for bug #448863
2008-04-21  Milan Crha  <mcrha@redhat.com>

	** Fix for bug #448863

	* default-source.c: (org_gnome_default_book),
	(get_calendar_option_caption), (org_gnome_default_cal):
	Use better description of the option based on source type.


svn path=/trunk/; revision=35396
2008-04-21 08:47:43 +00:00
Milan Crha 4a1c3b9aba ** Fix for bug #323402
2008-04-21  Milan Crha  <mcrha@redhat.com>

	** Fix for bug #323402

	* em-folder-tree.c: (folder_tree_new):
	* evolution-mail.schemas.in: Be able to disable ellipsizing of folder
	names with hidden option /apps/evolution/mail/display/no_folder_dots.


svn path=/trunk/; revision=35395
2008-04-21 08:41:29 +00:00
Srinivasa Ragavan d48f96dd9f ** Fix for bug #334444
2008-04-20  Srinivasa Ragavan  <sragavan@novell.com>

	** Fix for bug #334444

	* em-format-html-display.c: (efhd_attachment_button),
	(efhd_update_bar), (efhd_message_update_bar),
	(efhd_message_add_bar):
	* em-format-html.c: (efh_format_exec):
2008-04-20  Srinivasa Ragavan  <sragavan@novell.com>

	** Fix for bug #334444

	* e-attachment-bar.c: (e_attachment_bar_add_attachment_silent),
	(e_attachment_bar_refresh):
	* e-attachment-bar.h:




svn path=/trunk/; revision=35393
2008-04-21 05:11:07 +00:00
Bharath Acharya d10522d185 Fixes bnc #378203 * exchange-folder-permission.c: (org_gnome_exchange_folder_permissions): Return sanely if the path value is corrupted
svn path=/trunk/; revision=35392
2008-04-21 05:09:43 +00:00
Jorge Gonzalez Gonzalez 4ab6e5aa1e Updated Spanish translation
svn path=/trunk/; revision=35390
2008-04-20 16:00:38 +00:00
Matthew Barnes dae2273659 Fix some compilation errors.
2008-04-19  Matthew Barnes  <mbarnes@redhat.com>

	* plugins/ipod-sync/ical-fomat.c (do_save_calendar_ical):
	* plugins/ipod-sync/ipod-sync.c (open_for_writing),
	(destination_save_addressbook):
	Fix some compilation errors.


svn path=/trunk/; revision=35389
2008-04-19 19:53:51 +00:00
Jorge Gonzalez Gonzalez 2758c38b48 Updated Spanish translation
svn path=/trunk/; revision=35388
2008-04-19 11:44:05 +00:00
Jorge Gonzalez Gonzalez 5bc80c0676 Updated Spanish translation
svn path=/trunk/; revision=35387
2008-04-19 11:36:40 +00:00
Kjartan Maraas 738b44a656 Add missing file.
2008-04-19  Kjartan Maraas  <kmaraas@gnome.org>

	* POTFILES.in: Add missing file.

svn path=/trunk/; revision=35386
2008-04-19 09:34:59 +00:00
Kjartan Maraas a7f6345654 Updated Norwegian bokmål translation.
2008-04-19  Kjartan Maraas  <kmaraas@gnome.org>

	* nb.po: Updated Norwegian bokmål translation.

svn path=/trunk/; revision=35385
2008-04-19 09:07:23 +00:00
Matthew Barnes 1052963824 ** Fixes bug #528817
2008-04-18  Matthew Barnes  <mbarnes@redhat.com>

	** Fixes bug #528817

	* e-util/e-plugin.c (e_plugin_register_type):
	Fix a typo in the logic.  This might explain why I occasionally
	find Exchange Operations disabled on startup.


svn path=/trunk/; revision=35383
2008-04-18 20:57:43 +00:00
Milan Crha 6a52b2cc19 ** Fix for bug #509923
2008-04-18  Milan Crha  <mcrha@redhat.com>

	** Fix for bug #509923

	* gui/dialogs/comp-editor.c: (real_send_comp):
	* gui/e-calendar-view.c: (e_calendar_view_modify_and_send):
	* gui/e-cal-model-calendar.c: (ecmc_set_value_at):
	Send changes based on the user's choice of "all instances" or
	"only this instance" for recurring events.
	* gui/e-cal-model-calendar.c: (ecmc_set_value_at):
	Also modify objects based on the user's choice.


svn path=/trunk/; revision=35382
2008-04-18 09:12:26 +00:00
Srinivasa Ragavan a4f5f85400 Update the Mail guards.
2008-04-18  Srinivasa Ragavan  <sragavan@novell.com>

	* MAINTAINERS: Update the Mail guards.

svn path=/trunk/; revision=35380
2008-04-18 05:23:00 +00:00
Matthew Barnes 415d7e3635 Remove and obsolete comment from configure.in and #include <gio/gio.h> in
calendar/gui/e-cal-component-preview.c.

svn path=/trunk/; revision=35379
2008-04-18 02:13:19 +00:00
Milan Crha e9a0cfe1a9 ** Fix for bug #526741 (gnome-vfs to gio/gvfs port)
2008-04-17  Milan Crha  <mcrha@redhat.com>

	** Fix for bug #526741 (gnome-vfs to gio/gvfs port)

	* configure.in: Drop dependency on gnome-vfs, depend on gio instead.

	* addressbook/gui/contact-editor/e-contact-editor.c: Do not include gnome-vfs.

	* calendar/gui/e-meeting-store.c: (start_async_read), (freebusy_async),
	(async_read): Read data with gio, not with gnome-vfs.
	* calendar/gui/e-meeting-store.c: (async_close): Function removed.
	* calendar/gui/migration.c:
	* calendar/gui/e-memos.c:
	* calendar/gui/alarm-notify/notify-main.c:
	* calendar/gui/e-tasks.c:
	* calendar/gui/main.c:
	* calendar/gui/e-meeting-list-view.c:
	Do not include gnome-vfs.
	* calendar/gui/dialogs/comp-editor.c: (set_attachment_list):
	* calendar/gui/dialogs/comp-editor.c: (attachment_guess_mime_type):
	Function removed, use e-util function instead.
	* calendar/gui/e-cal-popup.c: (temp_save_part):
	Reflect changes in CamelStreamVFS.
	* calendar/gui/e-cal-popup.c: (ecalp_apps_open_in), (ecalp_apps_popup_free),
	(ecalp_standard_menu_factory): Use gio to fill popup and launch app.
	* calendar/gui/e-cal-component-preview.h: (e_cal_comp_preview_url_requested_cb):
	* calendar/gui/e-cal-component-preview.c: (e_cal_comp_preview_url_requested_cb):
	New helper function to manage file:// urls for GtkHTML component.
	* calendar/gui/e-cal-component-preview.c: (e_cal_component_preview_init):
	* calendar/gui/e-cal-component-memo-preview.c:
	(e_cal_comp_preview_url_requested_cb):
	Use above helper function.
	* calendar/gui/e-cal-component-memo-preview.c: (url_requested_cb):
	* calendar/gui/e-cal-component-preview.c: (url_requested_cb): Function removed.

	* composer/e-msg-composer.h: (e_msg_composer_guess_mime_type):
	* composer/e-msg-composer.c: (e_msg_composer_guess_mime_type), (handle_uri),
	(e_msg_composer_add_inline_image_from_file):
	Use shared e_util_guess_mime_type instead of its own.

	* e-util/e-gui-utils.c: Do not include gnome-vfs.
	* e-util/e-util.c: (e_write_file_uri), (e_file_get_save_path):
	* e-util/e-dialog-utils.c: (e_file_can_save), (e_file_check_local):
	Use gio instead of gnome-vfs.
	* e-util/e-util.h:
	* e-util/e-util.c: (e_util_guess_mime_type), (e_util_filename_to_uri),
	(e_util_uri_to_filename), (e_util_read_file): New helper functions.

	* mail/Makefile.am:
	* mail/em-vfs-stream.h:
	* mail/em-vfs-stream.c: Removed from project, not used anywhere.
	* mail/em-menu.c:
	* mail/em-config.c: Do not include gnome-vfs.
	* mail/mail-ops.c: (save_messages_exec), (save_part_exec):
	Changes related to Data Server change of CamelStreamVFS.
	* mail/em-format.c: (em_format_describe_part):
	* mail/em-format-html-display.c: (efhd_bonobo_object), (efhd_find_handler),
	(efhd_use_component), (efhd_bonobo_unknown), (efhd_check_server_prop),
	(efhd_format_attachment): Drop use of deprecated gnome-vfs functions.
	* mail/em-utils.c: (em_utils_snoop_type): Use gio to guess the mime_type.
	* mail/em-popup.c: (emp_apps_open_in), (emp_apps_popup_free),
	(emp_standard_menu_factory): Use gio to fill popup and launch app.

	* plugins/import-ics-attachments/icsimporter.c: Do not include gnome-vfs.

	* plugins/ipod-sync/ical-format.c: (do_save_calendar_ical):
	* plugins/ipod-sync/ipod-sync.c: (destination_save_addressbook):
	Write to gio GOutputStream instead of gnome-vfs handle.
	* plugins/ipod-sync/format-handler.h: (open_for_writing):
	* plugins/ipod-sync/ipod-sync.c: (open_for_writing): New helper function.

	* plugins/publish-calendar/publish-format-fb.h: (publish_calendar_as_fb):
	* plugins/publish-calendar/publish-format-fb.c: (write_calendar), (publish_calendar_as_fb):
	* plugins/publish-calendar/publish-format-ical.h: (publish_calendar_as_ical):
	* plugins/publish-calendar/publish-format-ical.c: (write_calendar), (publish_calendar_as_ical):
	Use gio GOutputStream instead of gnome-vfs handle.
	* plugins/publish-calendar/url-editor-dialog.c: (create_uri): Use glib function to escape URI.
	* plugins/publish-calendar/publish-location.c: (migrateURI): Use EUri to parse URI.
	* plugins/publish-calendar/publish-calendar.c: (publish_online), (unmount_done_cb),
	(struct mnt_struct), (mount_ready_cb), (ask_password), (ask_question),
	(mount_first), (publish):
	Use gio instead of gnome-vfs for opening (remote) files.

	* plugins/save-calendar/ical-format.c: (do_save_calendar_ical):
	* plugins/save-calendar/csv-format.c: (do_save_calendar_csv):
	* plugins/save-calendar/rdf-format.c: (do_save_calendar_rdf):
	Use gio GOutpuStream instead of gnome-vfs handle.
	* plugins/save-calendar/format-handler.h: (open_for_writing):
	* plugins/save-calendar/save-calendar.c: (open_for_writing): New helper function.

	* shell/e-shell-window-commands.c: (command_quick_reference):
	Use gio instead of gnome-vfs.

	* widgets/misc/e-attachment.h: (struct _EAttachment):
	* widgets/misc/e-attachment.c: (finalise), (init), (attachment_guess_mime_type),
	(e_attachment_new), (struct DownloadInfo), (download_info_free),
	(data_ready_cb), (download_to_local_path),
	(e_attachment_new_remote_file):
	Use gio instead of gnome-vfs to download remote files.
	* widgets/misc/e-image-chooser.c: (image_drag_data_received_cb):
	Use new util function to read file.
	* widgets/misc/e-attachment-bar.c: (size_to_string): Stolen from gnome-vfs.


svn path=/trunk/; revision=35378
2008-04-17 16:59:08 +00:00
Milan Crha b24bdfcc8d ** Fix for bug #523402
2008-04-17  Milan Crha  <mcrha@redhat.com>

	** Fix for bug #523402

	* gui/e-calendar-view.c: (e_calendar_view_add_event):
	Do not free value returned by icaltimezone_get_tzid.


svn path=/trunk/; revision=35376
2008-04-17 10:03:00 +00:00
Milan Crha 1314ec2abd ** Fix for bug #451976
2008-04-17  Milan Crha  <mcrha@redhat.com>

	** Fix for bug #451976

	* prefer-plain.c: (org_gnome_prefer_plain_multipart_alternative): Try
	to find text/html part in multipart/alternative when in normal mode.


svn path=/trunk/; revision=35374
2008-04-17 09:51:21 +00:00
Sankar P 298f58a3e7 Added new files deleted files not needed.
2008-04-17  Sankar P  <psankar@novell.com>

	* Makefile.am:
	Added new files deleted files not needed.

	* external-editor.c: (convert_to_camel_internet_address),
	(ee_editor_command_changed), (e_plugin_lib_get_configure_widget),
	(async_external_editor), (show_composer_dialog),
	(org_gnome_external_editor):
	Leak fixes, Temporary files, Bug fixes and so on.

	* org-gnome-external-editor-errors.xml:
	Modified error file for staying aligned with other plugins

	* apps-evolution-external-editor.schemas.in:
	Added new file for default schema

	* org-gnome-external-editor.error.xml:
	Removed in favor of the other errors file.

	** Fix for bug #517168



svn path=/trunk/; revision=35373
2008-04-17 09:16:25 +00:00
Suman Manjunath e7adc5aefa Patch from Shuai Liu <shuai.liu@sun.com>: Fix for bug #528358 (Use message subject as default filename when attempting to 'save message')
svn path=/trunk/; revision=35372
2008-04-16 18:05:18 +00:00
Stanislav Brabec e635ff27e9 cs.po: Typo fix.
svn path=/trunk/; revision=35371
2008-04-16 14:45:13 +00:00
Milan Crha c38c10de69 ** Fix for bug #232594
2008-04-16  Milan Crha  <mcrha@redhat.com>

	** Fix for bug #232594

	* gui/e-meeting-list-view.c: (attendee_edited_cb):
	Set status to Needs Action when attendee's address have been changed.


svn path=/trunk/; revision=35370
2008-04-16 11:38:57 +00:00
Leonardo Ferreira Fontenelle 8d389d27a3 Merged from branch gnome-2-22 (where it got fixes).
2008-04-14  Leonardo Ferreira Fontenelle  <leonardof@svn.gnome.org>

	* pt_BR.po: Merged from branch gnome-2-22 (where it got fixes).

svn path=/trunk/; revision=35368
2008-04-15 00:46:54 +00:00
Milan Crha 8a6e09d1cf ** Fix for bug #270406
2008-04-14  Milan Crha  <mcrha@redhat.com>

	** Fix for bug #270406

	* em-folder-properties.c: (struct _prop_data), (emfp_free),
	(add_numbered_row), (emfp_get_folder_item),
	(emfp_dialog_got_folder_quota), (emfp_dialog_got_folder):
	Retrieve quota information for a folder and show it in a dialog.
	* mail-ops.h: (mail_get_folder_quota):
	* mail-ops.c: (struct _get_quota_msg), (get_quota_desc),
	(get_quota_exec), (get_quota_done), (get_quota_free),
	(MailMsgInfo get_quota_info), (mail_get_folder_quota):
	New operation to get folder's quota information.


svn path=/trunk/; revision=35366
2008-04-14 14:59:36 +00:00