Re: [Evolution-hackers] ANNOUNCE: Evolution 2.10.0, Evolution-Data-Server 1.10.0, GtkHTML 3.14.0 and Evolution Exchange 2.10.0

2007-03-14 Thread guenther
On Tue, 2007-03-13 at 23:04 -0400, Claudio Saavedra wrote:

>  g_print ("\n\a Header string finally is ** \n%s\n",
>header_spec->str);
> 
> in e-d-s, camel/providers/imap/camel-imap-folder.c:2367, which is pretty
> annoying, specially because of the '\a' (i.e., a beep every time a new
> mail arrives or a mail is moved to another folder).

This appears to have been fixed in SVN trunk [1] already.

Thanks Claudio for catching this and pointing it out! :)

GARNOME trunk already includes the fix, as will the dot zero release
today. Going to send a heads up to distributor-list as well.

  guenther


[1] 
http://svn.gnome.org/viewcvs/evolution-data-server/trunk/camel/providers/imap/camel-imap-folder.c?r1=7628&r2=7654

-- 
char *t="[EMAIL PROTECTED]";
main(){ char h,m=h=*t++,*x=t+2*h,c,i,l=*x,s=0; for (i=0;i>=1)||!t[s+h]){ putchar(t[s]);h=m;s=0; }}}

___
Evolution-hackers mailing list
Evolution-hackers@gnome.org
http://mail.gnome.org/mailman/listinfo/evolution-hackers


Re: [Evolution-hackers] ANNOUNCE: Evolution 2.10.0, Evolution-Data-Server 1.10.0, GtkHTML 3.14.0 and Evolution Exchange 2.10.0

2007-03-14 Thread Frederic Crozat
Le mercredi 14 mars 2007 à 12:44 +0530, Harish Krishnaswamy a écrit :
> On Tue, 2007-03-13 at 23:04 -0400, Claudio Saavedra wrote:
> > El Tue, 13-03-2007 a las 13:08 +0530, Harish Krishnaswamy escribió:
> > > Hi All,
> > > 
> > > The Evolution Team is pleased to announce the release of
> > > 
> > > * Evolution 2.10.0
> > > 
> > > * Evolution-Data-Server 1.10.0
> > 
> > I'm sorry to spoil the fun, but you guys left
> > 
> >  g_print ("\n\a Header string finally is ** \n%s\n",
> >header_spec->str);
> > 
> > in e-d-s, camel/providers/imap/camel-imap-folder.c:2367, which is pretty
> > annoying, specially because of the '\a' (i.e., a beep every time a new
> > mail arrives or a mail is moved to another folder).
> > 
> > This appeared with a patch for this bug[1], I tried to warn but it seems
> > it got unnoticed. Hope it's not too late to fix this.
> > 
> > Claudio
> > 
> > [1] http://bugzilla.gnome.org/show_bug.cgi?id=400841
> > 
> 
> You are right - this *is* an annoyance and should have been pruned
> before the release,
> but it is a tad late - the tarballs are already out.

Nothing is preventing you to issue a 1.10.0.1 release ...

-- 
Frederic Crozat <[EMAIL PROTECTED]>
Mandriva

___
Evolution-hackers mailing list
Evolution-hackers@gnome.org
http://mail.gnome.org/mailman/listinfo/evolution-hackers


Re: [Evolution-hackers] ANNOUNCE: Evolution 2.10.0, Evolution-Data-Server 1.10.0, GtkHTML 3.14.0 and Evolution Exchange 2.10.0

2007-03-13 Thread Tor Lillqvist
> > I'm sorry to spoil the fun, but you guys left
> > 
> >  g_print ("\n\a Header string finally is ** \n%s\n",
> >header_spec->str);
> > 
> > in e-d-s, camel/providers/imap/camel-imap-folder.c:2367, which is pretty
> > annoying, 

Ah. So *that* is why my wife keeps waking me up at night asking "what
was that noise"...

Not entirely seriously,
--tml


___
Evolution-hackers mailing list
Evolution-hackers@gnome.org
http://mail.gnome.org/mailman/listinfo/evolution-hackers


Re: [Evolution-hackers] ANNOUNCE: Evolution 2.10.0, Evolution-Data-Server 1.10.0, GtkHTML 3.14.0 and Evolution Exchange 2.10.0

2007-03-13 Thread Claudio Saavedra
El Tue, 13-03-2007 a las 13:08 +0530, Harish Krishnaswamy escribió:
> Hi All,
> 
> The Evolution Team is pleased to announce the release of
> 
> * Evolution 2.10.0
> 
> * Evolution-Data-Server 1.10.0

I'm sorry to spoil the fun, but you guys left

 g_print ("\n\a Header string finally is ** \n%s\n",
   header_spec->str);

in e-d-s, camel/providers/imap/camel-imap-folder.c:2367, which is pretty
annoying, specially because of the '\a' (i.e., a beep every time a new
mail arrives or a mail is moved to another folder).

This appeared with a patch for this bug[1], I tried to warn but it seems
it got unnoticed. Hope it's not too late to fix this.

Claudio

[1] http://bugzilla.gnome.org/show_bug.cgi?id=400841

-- 
Claudio Saavedra <[EMAIL PROTECTED]>

___
Evolution-hackers mailing list
Evolution-hackers@gnome.org
http://mail.gnome.org/mailman/listinfo/evolution-hackers


Re: [Evolution-hackers] ANNOUNCE: Evolution 2.10.0, Evolution-Data-Server 1.10.0, GtkHTML 3.14.0 and Evolution Exchange 2.10.0

2007-03-13 Thread Harish Krishnaswamy
On Tue, 2007-03-13 at 23:04 -0400, Claudio Saavedra wrote:
> El Tue, 13-03-2007 a las 13:08 +0530, Harish Krishnaswamy escribió:
> > Hi All,
> > 
> > The Evolution Team is pleased to announce the release of
> > 
> > * Evolution 2.10.0
> > 
> > * Evolution-Data-Server 1.10.0
> 
> I'm sorry to spoil the fun, but you guys left
> 
>  g_print ("\n\a Header string finally is ** \n%s\n",
>header_spec->str);
> 
> in e-d-s, camel/providers/imap/camel-imap-folder.c:2367, which is pretty
> annoying, specially because of the '\a' (i.e., a beep every time a new
> mail arrives or a mail is moved to another folder).
> 
> This appeared with a patch for this bug[1], I tried to warn but it seems
> it got unnoticed. Hope it's not too late to fix this.
> 
> Claudio
> 
> [1] http://bugzilla.gnome.org/show_bug.cgi?id=400841
> 

You are right - this *is* an annoyance and should have been pruned
before the release,
but it is a tad late - the tarballs are already out.

I also feel that this g_print statement should be conditional on the
debug flags turned on - and should not add noise to normal usage. The
use of \a looks superfluous too.

Varadhan/Sankar : Can you wrap the statement within a suitable DEBUG
level check and get the change committed asap.  TIA.

Thanks,
Harish


-- 
Novell, Inc. 
Software for the Open Enterprise™
http://www.novell.com


___
Evolution-hackers mailing list
Evolution-hackers@gnome.org
http://mail.gnome.org/mailman/listinfo/evolution-hackers


[Evolution-hackers] ANNOUNCE: Evolution 2.10.0, Evolution-Data-Server 1.10.0, GtkHTML 3.14.0 and Evolution Exchange 2.10.0

2007-03-12 Thread Harish Krishnaswamy
Hi All,

The Evolution Team is pleased to announce the release of

* Evolution 2.10.0

* Evolution-Data-Server 1.10.0

* GtkHTML 3.14.0

* Evolution Exchange 2.10.0

This stable release is for GNOME 2.18.

Evolution 2.10 brings you

# Integration with gtk-print
# Customizable fetching of IMAP headers.
# Faster Performance, lots of Memory Fixes and Memory Reduction
# Lots of Bug fixes and lots of other Improvements

It was never so easy to subscribe to Public folders on your Exchange
account or to auto-complete from the Global Address List.


   Where can you get this ?


You can find the tarballs here :

http://ftp.gnome.org/pub/gnome/sources/gtkhtml/3.14/gtkhtml-3.14.0.tar.bz2
http://ftp.gnome.org/pub/gnome/sources/evolution-data-server/1.10/evolution-data-server-1.10.0.tar.bz2
http://ftp.gnome.org/pub/gnome/sources/evolution/2.10/evolution-2.10.0.tar.bz2
http://ftp.gnome.org/pub/gnome/sources/evolution-exchange/2.10/evolution-exchange-2.10.0.tar.bz2

==
Reporting Bugs
==

If you have problems with 2.10.0, please take the time to submit the bug
using Bug Buddy or at http://bugzilla.gnome.org.  Try to fill in as
much detail as you can regarding the circumstances that lead to the
problem.

Kindly check if your bug has been reported before by using the
search functionality of Bugzilla.

More information is available at the project website
http://www.gnome.org/projects/evolution
and the project wiki :
http://go-evolution.org/

Thanks to our wonderful

=
Contributors
=

Andre Klapper
Andrew Ruthven
Artur Flinta
Bernat Tallaferro
Carlos Garcia Campos
Chao-Hsiung Liao
Chenthill Palanisamy
Chris Halls
Chris Heath
Claudio Saavedra
Clytie Siddall
Daniel Gryniewicz
Daniel Nylander
David Lodge
Devashish Sharma
Djihed Afifi
Duarte Loreto
Francisco Javier F. Serrador
Gabor Kelemen
Gintautas Miliauskas
Hans Petter Jansson
Harish Krishnaswamy
Hendrik Brandt
Hendrik Richter
Ignacio Casal Quinteiro
Jakub Friedl
Jeff Cai
Johan Dahlin
Jordi Mas
Josep Puigdemont i Casamajó
Jovan Naumovski
Jules Colding
Kjartan Maraas
Leonardo Ferreira Fontenelle
Leonid Kanter
Luca Ferretti
Matthew Barnes
Maxim Dziumanenko
Mugurel Tudor
Nguyễn Thái Ngọc Duy
Nickolay V. Shmyrev
Parthasarathi Susarla
Patrick Ohly
Pawan Chitrakar
PC Radhika
Pema Geyleg
Priit Laes
Raghavendran
Raphael Higino
Ross Burton
Sankar P
Satoru SATOH
Simon Zheng
Srinivasa Ragavan
Stéphane Raimbault
Tor Lillqvist
Ushveen Kaur
Veerapuram Varadhan
Wang Xin
William Jon McCann

and all our users who continue to inspire us and help us make Evolution better.

Thanks,
Harish Krishnaswamy.



-- 
Pure in heart, like uncut jade,
he cleared the muddy water
by leaving it alone.
___
Evolution-hackers mailing list
Evolution-hackers@gnome.org
http://mail.gnome.org/mailman/listinfo/evolution-hackers