Re: [evolution-patches] Wrong Undo operation of input method handling on editor



Hi,

I am sorry I missed your message, thus this long delay. I have committed your patch today (it will be in evo 2.0.1). One thing I had to fix was to revert the if (freeze_count <= 0) return; condition to freeze_count > 0. I've also added ChangeLog entry, please write ChangeLog entry next time.

Cheers
Radek

On Sun, 2004-08-15 at 02:53 +0900, Yukihiro Nakai wrote:
Updated in:
http://bugzilla.ximian.com/show_bug.cgi?id=62637

Thanks for your review.
--
Nakai

On Wed, 11 Aug 2004 14:47:09 +0200

> Hi,
> 
> your patch looks mostly good. Just few comments:
> 
> I would like to have undo freeze/thaw implemented using integer counter
> rather than using simple boolean flag.
> 
> Also please use the same indentation style as gtkhtml sources (eg. if
> (undo->freeze_count <= 0) instead of if( undo->freeze ) and
> html_undo_freeze (html->engine->undo); instead of html_undo_freeze(html-
> >engine->undo);).
> 
> Please put the freeze test always to the top of undo methods (not as in
> html_undo_discard_redo).
> 
> Cheers
> Radek
> 
> On Sat, 2004-08-07 at 01:27 +0900, Yukihiro Nakai wrote:
> 
> > Hi,
> > 
> > Many nice i18n works on evolution happen in this list,
> > but I don't think anybody even thinks about this undo failure.
> > 
> > Users compose mails so frequently, so the behavior on
> > editor changes usability so much.
> > 
> > http://bugzilla.ximian.com/show_bug.cgi?id=62637
> > 
> > Thanks.
> 
> -- 
> Novell, Inc.
> 


--
Radek Doulík <rodo novell com>
Novell, Inc.


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]