From 2527e95d1d625143f14261a1c29cffa8ab3ee925 Mon Sep 17 00:00:00 2001 From: Ettore Perazzoli Date: Tue, 31 Jul 2001 16:40:51 +0000 Subject: Added info about the shell changes and slightly changed the formatting for * NEWS: Added info about the shell changes and slightly changed the formatting for the addressbook ones. * configure.in: Require GtkHTML 0.10.0 and GAL 0.9.0. svn path=/trunk/; revision=11517 --- ChangeLog | 7 +++++++ NEWS | 68 +++++++++++++++++++++++++++++++++++++++++++----------------- configure.in | 4 ++-- 3 files changed, 58 insertions(+), 21 deletions(-) diff --git a/ChangeLog b/ChangeLog index d8afe121b2..bf717ddad5 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +2001-07-31 Ettore Perazzoli + + * NEWS: Added info about the shell changes and slightly changed + the formatting for the addressbook ones. + + * configure.in: Require GtkHTML 0.10.0 and GAL 0.9.0. + 2001-07-31 Christopher James Lahey * NEWS (Addressbook): Updated NEWS for addressbook. diff --git a/NEWS b/NEWS index 02be5e7cb2..93cfd48dbd 100644 --- a/NEWS +++ b/NEWS @@ -1,43 +1,72 @@ -Version 0.12 "No code name yet", 2001-07-31 ---------------------------------------------- +Version 0.12 (Beta 2), 2001-07-31 +--------------------------------- + +Shell: + + - Change the name of the local storage node from "local" to "Local + Folders". (Jason) + + - Fixed a problem with invalid URIs crashing the shell. (Jason) + + - Hide internal folder types (like "vtrash") from user. (Ettore) + + - Fixed some crashes that could happen when creating folders. + (Ettore) + + - Fixed the URIs for the installed manuals in the help menu. + (Ettore) + + - Added a status bar to show components' tasks instead of using + pop-up progress dialogs. (Ettore) + + - Other miscellaneous bug and leak fixes. (Jason, Ettore) + + - Initialize GConf properly when GtkHTML is built with GConf + support. (Frederic Crozat) + + - Make the shortcut bar not change the current group when renaming + it. (Jason) Addressbook: - - Fixed some warnings. (Chris Lahey) + - Fixed some warnings. (Chris T.) - - I18n fixes. (Zbigniew Chyla) + - I18n fixes. (Zbigniew Chyla) - - Address quoting in composer bug fixed. (Jon Trowbridge) + - Address quoting in composer bug fixed. (Jon) - Made it so that Other Contacts doesn't show up if you don't have - LDAP compiled in. (Jason Leach) + LDAP compiled in. (Jason) - Made it so that Other Contacts doesn't show up if you don't have - any LDAP servers configured. (Jos Dehaes) + any LDAP servers configured. (Jos Dehaes) - - General bug fixes. (Chris Tohsok, Jon , Frederic Crozat, Jason Leach, - JP Rosevear, Ettore Perazzoli, Chris Lahey) + - General bug fixes. (Chris T., Jon, Frederic Crozat, Jason, + JP, Ettore, Chris L.) - - Some LDAP cleanup. (Chris Toshok) + - Some LDAP cleanup. (Chris T.) - - Crash fixes. (Jon Trowbridge, Dan Winship) + - Crash fixes. (Jon, Dan) - - Work on contact lists. (Chris Toshok, Jon Trowbridge) + - Work on contact lists. (Chris T., Jon) - - Made Contact Editor Save & Close button not active if nothing is changed. (Chris Toshok) + - Made Contact Editor Save & Close button not active if nothing is + changed. (Chris T.) - - Added accelerators to a few dialogs. (Taylor Hayward) + - Added accelerators to a few dialogs. (Taylor Hayward) - - Made evolution-vcard-importer.c load the file into the correct directory. (Iain Holmes) + - Made evolution-vcard-importer.c load the file into the correct directory. + (Iain) Calendar & Tasks: - - Show icons for categories (Rodrigo) + - Show icons for categories. (Rodrigo) - - General bug fixes. (Federico, JP, Damon, Rodrigo) + - General bug fixes. (Federico, JP, Damon, Rodrigo) -Version 0.11 "No code name yet", 2001-07-12 ---------------------------------------------- + +Version 0.11 (Beta 1), 2001-07-12 +--------------------------------- Shell: @@ -166,6 +195,7 @@ My Evolution: lots of stuff to do when really you're just trying to pass the time by playing Aisleriot or GLine all day (Iain) + Version 0.10 "Tasmanian Devil", 2001-04-26 ------------------------------------------ diff --git a/configure.in b/configure.in index 73e4150e25..d300a62424 100644 --- a/configure.in +++ b/configure.in @@ -519,8 +519,8 @@ EVO_CHECK_LIB(OAF, oaf, 0.6.2) EVO_CHECK_LIB(Bonobo Conf, bonobo_conf, 0.2) EVO_CHECK_LIB(libglade, libglade, 0.14) EVO_CHECK_LIB(gdk-pixbuf with GNOME canvas support, gnomecanvaspixbuf, 0.9.0) -EVO_CHECK_LIB(GAL, gal, 0.8.99.8) -EVO_CHECK_LIB(GtkHTML, gtkhtml, 0.10.99) +EVO_CHECK_LIB(GAL, gal, 0.9.0) +EVO_CHECK_LIB(GtkHTML, gtkhtml, 0.10.0) EVO_CHECK_LIB(GNOME-VFS, vfs, 1.0) EVO_CHECK_LIB(libxml, xml, 1.8.10, 2.0) EVO_CHECK_LIB(bonobo-conf, bonobo_conf, 0.6) -- cgit