evolution r36674 - in branches/EXCHANGE_MAPI_BRANCH: . calendar calendar/gui/dialogs po
- From: msuman svn gnome org
- To: svn-commits-list gnome org
- Subject: evolution r36674 - in branches/EXCHANGE_MAPI_BRANCH: . calendar calendar/gui/dialogs po
- Date: Wed, 22 Oct 2008 04:14:23 +0000 (UTC)
Author: msuman
Date: Wed Oct 22 04:14:22 2008
New Revision: 36674
URL: http://svn.gnome.org/viewvc/evolution?rev=36674&view=rev
Log:
Merge changes from gnome-2-24 branch to EXCHANGE_MAPI_BRANCH (-r 36663:36670) - we now have 2.24.1
Modified:
branches/EXCHANGE_MAPI_BRANCH/ChangeLog
branches/EXCHANGE_MAPI_BRANCH/NEWS
branches/EXCHANGE_MAPI_BRANCH/calendar/ChangeLog
branches/EXCHANGE_MAPI_BRANCH/calendar/gui/dialogs/comp-editor.c
branches/EXCHANGE_MAPI_BRANCH/configure.in
branches/EXCHANGE_MAPI_BRANCH/po/ChangeLog
branches/EXCHANGE_MAPI_BRANCH/po/ja.po
branches/EXCHANGE_MAPI_BRANCH/po/ko.po
Modified: branches/EXCHANGE_MAPI_BRANCH/NEWS
==============================================================================
--- branches/EXCHANGE_MAPI_BRANCH/NEWS (original)
+++ branches/EXCHANGE_MAPI_BRANCH/NEWS Wed Oct 22 04:14:22 2008
@@ -1,3 +1,70 @@
+Evolution 2.24.1 2008-10-20
+---------------------------
+
+Bug Fixes:
+ #364542: Evolution message preview window freezes (Milan Crha)
+ #438155: Crash trying to start Evolution (Milan Crha)
+ #497928: Crash deleting Address book assigned to Pidgin Automatic Contacts (Milan Crha)
+ #511918: evolution-addressbook-export crashes while exporting to CSV (Milan Crha)
+ #511947: Crash when right-click on bogus Groupwise account (Milan Crha)
+ #514989: Calendar preview reports the wrong date for meetings (Milan Crha)
+ #519491: Crash while trying to open Evolution (Milan Crha)
+ #528816: Evolution ignores timezone info when importing ics calendars (Milan Crha)
+ #530606: Crash trying to setup an Exchange account (Milan Crha)
+ #530691: Hang trying to delete a folder (Milan Crha)
+ #530716: Evolution crashed just after opening an error message window from status bar log (Milan Crha)
+ #530872: Evolution crash trying to open a task after creating a new local task list. (Milan Crha)
+ #535248: Don't implicitly use log file if it is not opened properly (Milan Crha)
+ #541121: Updated Meetings Need to Notify the Organizer Just as Brand New Meetings Do(Patrick Ohly)
+ #550441: Crash when accepting/declining a recurring meeting (Milan Crha)
+ #552575: Forwarding vCard fails (Milan Crha)
+ #552583: Passwords don't get stored when using other authentication type than "Password" (Milan Crha)
+ #553273: e_error_* calls should always end with a NULL (Milan Crha)
+ #553297: Crash in calendar day view when inline editing instance summary (Milan Crha)
+ #553527: Let bbdb plugin do its work in a separate thread (Milan Crha)
+ #553609: Runtime critical warning when clicking "Today" in calendar (Milan Crha)
+ #553715: Editing summary in a week view of the instance changes end time to start time (Milan Crha)
+ #554349: Eexporting messages with "save message" command does not export all messages (Sankar P)
+ #554418: Use the filename to determine the mimetype for application/octet-stream contents (Milan Crha)
+ #554456: First attempt at Advanced search does not work (Srinivasa Ragavan)
+ #554566: Wrong rule selected using typeahead-find on message filter editor (Lucian Langa)
+ #554664: Attaching a networked file fails in evolution (Milan Crha)
+ #555276: Corrupted vfolders; SIGSEGV in camel_folder_get_message() (Srinivasa Ragavan)
+ #555494: Category icons are not appearing in search of calendar/contact (Matthew Barnes)
+ #555775: Critical error 'evolution-composer.ui' : No such file or directory (Bharath Acharya)
+ #556059: Include directory paths don't support building outside the source tree (Matt Davey)
+ #556284: Crash on right-clicking a new message (Bharath Acharya)
+ #424818 (bugzilla.novell.com): Use correct properties for offline sync (Suman Manjunath)
+
+Updated Translations:
+ Jiri Eischmann (cs)
+ Claude Paroz (fr)
+ Osama Khalid (ar)
+ Theppitak Karoonboonyanan (th)
+ Marcel Telka (sk)
+ Andre Klapper (de)
+ Kenneth Nielsen (da)
+ Gil Forcada (ca)
+ Leonardo Ferreira Fontenelle (pt_BR)
+ Ihar Hrachyshka (be)
+ Jorge Gonzalez (es)
+ Kjartan Maraas (nb)
+ Luca Ferretti (it)
+ Daniel Nylander (sv)
+ Ignacio Casal Quinteiro (gl)
+ Ilkka Tuohela (fi)
+ Duarte Loreto (pt)
+ Og Maciel (pt_BR)
+ Robert-Andrà Mauchin (fr)
+ Ivar Smolin (et)
+ Gabor Kelemen (hu)
+ Vladimir Melo (pt_BR)
+ Alexander Shopov (bg)
+ Wouter Bolsterlee (nl)
+ Jovan Naumovski (mk)
+ Takeshi AIHANA (ja)
+ Hari Vishnu (ml)
+
Evolution 2.24.0 2008-09-22
---------------------------
Modified: branches/EXCHANGE_MAPI_BRANCH/calendar/gui/dialogs/comp-editor.c
==============================================================================
--- branches/EXCHANGE_MAPI_BRANCH/calendar/gui/dialogs/comp-editor.c (original)
+++ branches/EXCHANGE_MAPI_BRANCH/calendar/gui/dialogs/comp-editor.c Wed Oct 22 04:14:22 2008
@@ -1741,6 +1741,10 @@
priv->attachment_bar = e_attachment_bar_new (NULL);
priv->manager = gtk_ui_manager_new ();
+ gtk_window_add_accel_group (
+ GTK_WINDOW (editor),
+ gtk_ui_manager_get_accel_group (priv->manager));
+
action_group = gtk_action_group_new ("core");
gtk_action_group_set_translation_domain (
action_group, GETTEXT_PACKAGE);
Modified: branches/EXCHANGE_MAPI_BRANCH/configure.in
==============================================================================
--- branches/EXCHANGE_MAPI_BRANCH/configure.in (original)
+++ branches/EXCHANGE_MAPI_BRANCH/configure.in Wed Oct 22 04:14:22 2008
@@ -1,7 +1,7 @@
# Process this file with autoconf to produce a configure script.
AC_PREREQ(2.52)
-AC_INIT(evolution, 2.24.0, http://bugzilla.gnome.org/enter_bug.cgi?product=Evolution)
+AC_INIT(evolution, 2.24.2, http://bugzilla.gnome.org/enter_bug.cgi?product=Evolution)
AC_CONFIG_SRCDIR(README)
# Some requirements have versioned package names
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]