diff options
-rw-r--r-- | ChangeLog | 7 | ||||
-rw-r--r-- | NEWS | 75 | ||||
-rw-r--r-- | configure.in | 2 |
3 files changed, 82 insertions, 2 deletions
@@ -1,10 +1,15 @@ +2008-07-23 Johnny Jacob <jjohnny@novell.com> + + * configure.in: Version bumped to 2.23.6. + * NEWS: Updates for 2.23.5 + 2008-07-22 Milan Crha <mcrha@redhat.com> ** Part of fix for bug #544022 * configure.in: Do not redefine DBUS_VERSION define supplied by dbus itself, rather rename our define to FOUND_DBUS_VERSION. - + 2008-07-21 Johnny Jacob <jjohnny@novell.com> * data/hicolor_actions_24x24_query-free-busy.png: Moved to @@ -1,3 +1,78 @@ +Evolution 2.23.5 2008-07-21 +--------------------------- +New in 2.23.5 + Camel DB Summary support. (Srinivasa Ragavan & Sankar P) + New EPlugin for message templates. (Bharath Acharya & Diego Escalante Urrelo) + Google Contacts support (Jörgen Scheibengruber) + +Bug Fixes: + #543753: Addressbook error string fixes (Andre Klapper) + #228725: Contacts view should not say "no items in this view" until the backend is done responding (Milan Crha) + #543134: Mail notification plugin should provide a right-click menu for preferences (Milan Crha) + #269152: Work-around for MS Outlook/Lookout that use X-MimeOLE (Milan Crha) + #200147: Added basic Template support (Bharath Acharya) + #206592: Action to invoke New Message window from the composer itself (Milan Crha) + #207802: Do not allow drop messages to the same message list as is the source. (Milan Crha) + #243201: Escape rule title so that can contain also XML entities in the file (Milan Crha) + #310988: Don't even show the "send-options" action unless an Exchange or GroupWise account appears in the From combo box (Matthew Barnes) + #318089: Ask for destination source only when have more than one writable source defined (Milan Crha) + #329821: Show tooltips over task's table (Milan Crha) + #368038: Ensure only one Birthdays & Anniversaries source (Milan Crha) + #370731: (Novell Bugzilla) Use MAX to determine the minimal size for each cell. This prevents the numbers and day-names from getting fuzzy when using large font-sizes (Suman Manjunath) + #382783: Grab focus of new rule part on adding and scroll to the bottom too (Milan Crha) + #395636: Added accel key Ctrl+Shift+B for collapsing all threads and Ctrl+/ for marking all messages as read (Roshan Kumar Singh) + #423395: Put the anchor where the message body begins and let GtkHTML know the anchor name to place the cursor there in caret mode on the first focus (Milan Crha) + #440818: Convert line to UTF-8 if not a valid one. Pretend it to be an ISO-8859-1 line (Rodrigo Castro) + #477082,#438479: Fixed documentation (Andre Klapper) + #478469: Changed the progress dialog to be more HIG compliant (Milan Crha) + #519536: Handle freeing of data safely. (Srinivasa Ragavan) + #524130: Pass description text through 'camel_text_to_html' to have links clickable in a preview (Milan Crha) + #526262: Handle _title element in analogical way as title (Maciej Piechotka) + #530069: Don't show the configuration tab unless the selected plugin actually has configuration options (Matthew Barnes) + #532472: Strip the account URL (via CAMEL_URL_HIDE_ALL) before comparing it to the already-stripped 'transport_url', to avoid unnecessary password prompts (Matthew Barnes) + #532597: Do not leave selected more than one item if somebody else took care or reposition of the cursor row before the delete (Milan Crha) + #534039: Track folders even when Search Folders disabled, to have them known when enabling Search Folders on demand (Milan Crha) + #536488: Remove '~/.evolution/.running' file before backup/after restore, thus Evolution will not claim next start it was closed incorrectly (Milan Crha) + #537275: Do not pass data to the child structure if we were canceled (Milan Crha) + #537725: Set the autosaved flag so we don't get pestered with a save dialog if the user then decides to close the composer window (Matthew Barnes) + #538741: Strip preceding tabs from Date headers too (Paul Bolle) + #538908: Desensitize the "send-options" action unless we've selected as Exchange or GroupWise account. (Paul Bolle) + #539268: Do not use both filename and description if these are identical (Paul Bolle) + #539755: Do not access memory beyond the columns array (Milan Crha) + #540152: Fix some memory leaks (Milan Crha) + #540160: Remember whether we come from none/multi select to single select and properly update the preview. (Milan Crha) + #540274: After restore walk through all account, addressbook, calendar, task and memo sources and fix the base uri if required (Milan Crha) + #540282: Remove the "printing" GConf key. We use a key file now (Matthew Barnes) + #540282: Store printer and page settings in a key file rather than GConf (Matthew Barnes) + #540400: Make Evolution Backup follow symbolic links (Roger Zauner) + #540516: Sanitize user input while accepting path/filename of the backup (Tobias Mueller) + #540972: Small memory leak fix. (Milan Crha) + #541355: Removes any freed objects from the 'locals' list in each conduit which otherwise frees them again when the conduit is closed (Keith Packard) + #541365: Do not call 'camel_folder_sort_uids' when we do not have folder or uid (Milan Crha) + #542101: Escape PlaceOfTheMeeting in the Location: line of the tooltip (Paul Bolle) + #542125: Remove unnecessary files from source control (Matthew Barnes) + #542149: Display an error message to restart if user tries to subscribe to other's mailbox (Bharath Acharya) + #542587: New widget implements the online/offline button used in the main window. (Matthew Barnes) + #542631: Use g_format_size_for_display instead of cut and pasted code (Paolo Borelli) + #542889: Port to the new gtk tooltip api (Paolo Borelli) + #543758: Never mark empty strings for translations (Tor Lillqvist) + +Other Contributors: + Sort the uids so that moving/copying messages preserves mailbox ordering rather than jumbled randomness. (Jeffrey Stedfast) + Add dolt revision 5e9eef10 to the autotools build system. Speeds up the build, otherwise falls back to libtool (Alp Toker) + Configure email-custom-header plugin within the plugin-manager. (Ashish Shrivastava) + +Updated Translations: + Andre Klapper (de) + Jorge Gonzalez (es) + Kjartan Maraas (nb) + Jorge Gonzalez (es) + Ivar Smolin (et) + Yannig Marchegay (oc) + Leonardo Ferreira Fontenelle (pt_BR) + Timo Jyrinki (fi) + Lucas Lommer (cs) + Evolution 2.23.4 2008-06-16 --------------------------- New in 2.23.4 diff --git a/configure.in b/configure.in index 37ea0e5704..8b4bf97bca 100644 --- a/configure.in +++ b/configure.in @@ -1,7 +1,7 @@ # Process this file with autoconf to produce a configure script. AC_PREREQ(2.52) -AC_INIT(evolution, 2.23.5, http://bugzilla.gnome.org/enter_bug.cgi?product=Evolution) +AC_INIT(evolution, 2.23.6, http://bugzilla.gnome.org/enter_bug.cgi?product=Evolution) AC_CONFIG_SRCDIR(README) # Some requirements have versioned package names |