Commit Graph

38090 Commits

Author SHA1 Message Date
3d2b48ae94 Post-release version bump. 2012-08-19 17:21:11 -04:00
dca621e382 NEWS update for 3.5.90 release. 2012-08-19 16:03:49 -04:00
2167e37071 EAttachment: Minor code rearrangement. 2012-08-19 14:21:22 -04:00
c85109fc32 Coding style and whitespace cleanup. 2012-08-19 14:17:55 -04:00
7d1751cc26 Update Punjabi Translation 2012-08-19 14:59:44 +05:30
528eef4f3c Bind labels to widgets for day times settings in preferences so mnemonics work 2012-08-18 20:33:37 +02:00
a4701b5455 Bug 682102 - Upstream Debian's 04_gettext_intltool.patch
Debian changelog:

    04_gettext_intltool.patch: new patch. Remove gettext from the
    configure script, we already use intltool and they step on each
    other's toe.

Taking their word for it...
2012-08-18 14:08:11 -04:00
6ec3b5ae14 Add cal_shell_content_check_state(). 2012-08-18 12:33:00 -04:00
e1f45e288a Add event/memo/task "Save As" item to File menu.
Contacts view already has "File -> Save as vCard".

This adds "File -> Save as iCalendar" to Calendar/Memos/Tasks views.
2012-08-18 11:17:42 -04:00
e341456463 Bug 555325 - Delete key should not delete a whole address book 2012-08-18 09:09:11 -04:00
6480444d70 action_memo_list_delete_cb(): Fix typo. 2012-08-18 09:09:11 -04:00
0f7ae17400 Bug #680702 - Freeze/crash when loading remote images
Simplify the EHttpRequest by using synchronous libsoup API instead
of spawning another async operation within already asynchronous handler.

This avoids nested event loop, complex locking and makes to code much
simpler.
2012-08-17 22:56:45 +02:00
b821ef3c2e User Docs: Update TODO, instructions are clearly wrong 2012-08-17 20:58:14 +02:00
11d055fdbc User Docs: Remove obsolete TODO 2012-08-17 20:39:04 +02:00
a3ec6af00d User Docs: Document searching inside of one task/memo 2012-08-17 20:37:54 +02:00
650917dc80 User Docs: Document searching inside of one contact 2012-08-17 20:35:57 +02:00
ab13368b86 User Docs: Document searching inside of one message 2012-08-17 20:34:37 +02:00
1559b60380 User Docs: Update a TODO 2012-08-17 20:22:05 +02:00
8f23685eb8 User Docs: Update instructions for enabling search folders 2012-08-17 20:19:26 +02:00
14189325c2 User Docs: Update the Makefile.am. I'd love to get rid of this task. 2012-08-17 20:09:29 +02:00
be211b9367 User Docs: Link to old manual for Groupwise-specific Spam Handling instead for the time being. 2012-08-17 19:57:04 +02:00
3e6a6e9ca2 User Docs: Remove Groupwise-specific Spam Handling sections. This should be provided by the Groupwise package instead. 2012-08-17 19:52:22 +02:00
472065108c User Docs: Split long Message Templates page into subpages 2012-08-17 14:50:55 +02:00
ada496b530 User Docs: Clarify/Simplify some strings 2012-08-17 14:50:55 +02:00
fb59157739 Bug #682019 - Always display text/plain when there's nothing else in multipart/alternative 2012-08-17 14:43:12 +02:00
74c1bf9714 Include folder uri in "Failed to refresh folder" runtime warning 2012-08-17 14:22:50 +02:00
a47f92b5da Bug #681783 - Critical warning and freeze with libsoup-2.39 and webkitgtk-1.9.2 2012-08-17 13:03:34 +02:00
c87a26985c Updated Serbian translation 2012-08-17 10:48:43 +02:00
a2fab34512 Updated Galician translations 2012-08-17 00:26:12 +02:00
29ba0744ee Updated Spanish translation 2012-08-16 17:21:14 +02:00
75075d7f5b Updated Spanish translation 2012-08-16 16:09:03 +02:00
1bc654429c User Docs: Document Global Search in Calendar. Fixes bug #673929 2012-08-16 13:36:50 +02:00
83db23bc04 User Docs: Describe handling localized Re: prefixes. Fixes bug #678392 2012-08-16 13:25:04 +02:00
97d83eee64 User Docs: Add hint about dconf-editor 2012-08-16 13:19:02 +02:00
94ca0b07bf User Docs: Finally split formatting options into Plain Text and HTML 2012-08-16 12:58:45 +02:00
5ef1922d22 User Docs: Initial rewrite of HTML Composer settings 2012-08-16 12:29:15 +02:00
582ba50c50 Bug 681882 - Account signature not selected in new composer window 2012-08-16 01:08:36 -04:00
e68fb2bd5d Fix a wrong translation 2012-08-15 17:56:07 +02:00
cbf51737fa Add e_mail_session_append_to_local_folder().
Asynchronous + synchronous convenience functions.

Uses the EMailLocalFolder enumeration to specify a well-known folder.
2012-08-15 11:44:29 -04:00
3aa74ebe41 Updated Galician translations 2012-08-14 11:40:26 +02:00
ff88d1f111 Bug 681321 - Support both old and new-buf libxml2 APIs
libxml2 changed the API for xmlOutputBuffer incompatibly.
See https://mail.gnome.org/archives/desktop-devel-list/2012-August/msg00004.html
2012-08-13 11:42:12 -04:00
e41f778ba7 Remove GroupWise specific code from itip-formatter
This had been removing meeting invitations from mail folders when
they were added to calendars which had set "save-schedules", but
it removed them only from summary, thus server had the message still
there, only users didn't see them. As a comment said, this belongs
to GroupWise mail provider anyway, thus I removed it.
2012-08-13 11:57:47 +02:00
be173ae845 Updated Spanish translation 2012-08-13 10:58:02 +02:00
cfc8ef4c6c Adapt to CamelService API changes.
camel_service_get_settings() is now camel_service_ref_settings()
and it returns a new CamelSettings reference which the caller must
release with g_object_unref().
2012-08-12 14:16:04 -04:00
6be2668e48 Adapt to CamelSession API changes.
These functions now return new references:

  camel_session_add_service()
  camel_session_list_services()

These functions have been renamed and also return new references:

  camel_session_get_service()        -> camel_session_ref_service()
  camel_session_get_service_by_url() -> camel_session_ref_service_by_url()
2012-08-12 11:44:37 -04:00
6456e814fa Adapt to CamelSession forward_to() changes. 2012-08-12 08:00:04 -04:00
b1ae9e5c83 prefer-plain: Unref objects in dispose(), not finalize(). 2012-08-11 17:56:49 -04:00
6f451f9f65 prefer-plain: Cleanups. 2012-08-11 17:53:59 -04:00
91b7fd65d3 Update git.mk.
Source: https://github.com/behdad/git.mk
2012-08-11 10:31:41 -04:00
67135c3fb6 Bug 681641 - Port to new documentation infrastructure
https://live.gnome.org/GnomeGoals/NewDocumentationInfrastructure
2012-08-11 09:54:15 -04:00