I agree that this should wait until 0.95 has been released. Fred, you can commit this after 0.95 so we're not rushing to make sure the new key is translated for every language.
Thanks, ~Lee On 11/27/05, Frédéric <[EMAIL PROTECTED]> wrote: > Ok, I'm so sorry. > Just wanted to do that a long time ago and that's only this week-end I > could find a couple of minutes. > > Fred > > Arieh Schneier a écrit : > > >What happened to the feature freeze? You just added a new language key. > > > >If this happened where I worked that would be automatically rolled back by > >the manager and you would get a major telling off :P. > > > >But please we have declared a lockdown no more features, especially if they > >add new language keys. I actually think we should roll this back, if we want > >to guarantee that the linguists have had ample opportunity before the > >release. > > > >Lio. > > > >----- Original Message From: "Frédéric Diaz" ----- > > > > > >>Update of /cvsroot/amsn/msn > >>In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv30158 > >> > >>Modified Files: > >>loging.tcl > >>Log Message: > >>Add total size in stat window > >> > >> > >>Index: loging.tcl > >>=================================================================== > >>RCS file: /cvsroot/amsn/msn/loging.tcl,v > >>retrieving revision 1.70 > >>retrieving revision 1.71 > >>diff -C2 -d -r1.70 -r1.71 > >>*** loging.tcl 8 Oct 2005 13:13:10 -0000 1.70 > >>--- loging.tcl 27 Nov 2005 13:32:49 -0000 1.71 > >>*************** > >>*** 1517,1523 **** > >>--- 1517,1529 ---- > >> $w.select.list list insert end "$month" > >> } > >>+ > >> pack configure $w.select.text -side top > >> pack configure $w.select.list -side right > >> pack configure $w.select -side top -fill x -expand false > >>+ > >>+ frame $w.totalsize > >>+ label $w.totalsize.txt -text "[trans totalsize] :" > >>+ pack configure $w.totalsize.txt -side bottom -fill x > >>+ pack $w.totalsize -side top -fill x -expand false > >> > >> ScrolledWindow $w.list > >>*************** > >>*** 1530,1533 **** > >>--- 1536,1540 ---- > >> > >> set id 0 > >>+ set totalsize 0 > >> > >> foreach contact $contactsize { > >>*************** > >>*** 1538,1541 **** > >>--- 1545,1549 ---- > >> } > >> incr id > >>+ incr totalsize $size > >> set wlabel "label_$id" > >> label $frame.$wlabel -text "$id) $email ([::amsn::sizeconvert $size]b)" > >>*************** > >>*** 1543,1546 **** > >>--- 1551,1555 ---- > >> } > >> > >>+ $w.totalsize.txt configure -text "[trans totalsize] : > >> > >> > >[::amsn::sizeconvert $totalsize]b" > > > > > >> $w.select.list configure -editable false -command "::log::stats_select > >> > >> > >$id" > > > > > >>*************** > >>*** 1577,1580 **** > >>--- 1586,1590 ---- > >> > >> set id 0 > >>+ set totalsize 0 > >> > >> foreach contact $contactsize { > >>*************** > >>*** 1584,1587 **** > >>--- 1594,1598 ---- > >> break > >> } > >>+ incr totalsize $size > >> incr id > >> set wlabel "label_$id" > >>*************** > >>*** 1590,1593 **** > >>--- 1601,1605 ---- > >> } > >> > >>+ $w.totalsize.txt configure -text "[trans totalsize] : > >> > >> > >[::amsn::sizeconvert $totalsize]b" > > > > > >> $w.select.list configure -editable false -command "::log::stats_select > >> > >> > >$id" > > > > > >> $w.list.sf yview moveto 0 > >> > >> > >> > >>------------------------------------------------------- > >>This SF.net email is sponsored by: Splunk Inc. Do you grep through log > >> > >> > >files > > > > > >>for problems? Stop! Download the new AJAX search engine that makes > >>searching your log files as easy as surfing the web. DOWNLOAD SPLUNK! > >>http://ads.osdn.com/?ad_id=7637&alloc_id=16865&op=click > >>_______________________________________________ > >>Amsn-commits mailing list > >>[EMAIL PROTECTED] > >>https://lists.sourceforge.net/lists/listinfo/amsn-commits > >> > >> > >> > > > > > > > >------------------------------------------------------- > >This SF.net email is sponsored by: Splunk Inc. Do you grep through log files > >for problems? Stop! Download the new AJAX search engine that makes > >searching your log files as easy as surfing the web. DOWNLOAD SPLUNK! > >http://ads.osdn.com/?ad_idv37&alloc_id865&op=click > >_______________________________________________ > >Amsn-devel mailing list > >Amsn-devel@lists.sourceforge.net > >https://lists.sourceforge.net/lists/listinfo/amsn-devel > > > > > > > > > > > ------------------------------------------------------- > This SF.net email is sponsored by: Splunk Inc. Do you grep through log files > for problems? Stop! Download the new AJAX search engine that makes > searching your log files as easy as surfing the web. DOWNLOAD SPLUNK! > http://ads.osdn.com/?ad_idv37&alloc_id865&opclick > _______________________________________________ > Amsn-devel mailing list > Amsn-devel@lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/amsn-devel > ------------------------------------------------------- This SF.net email is sponsored by: Splunk Inc. Do you grep through log files for problems? Stop! Download the new AJAX search engine that makes searching your log files as easy as surfing the web. DOWNLOAD SPLUNK! http://ads.osdn.com/?ad_idv37&alloc_id865&op=click _______________________________________________ Amsn-devel mailing list Amsn-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/amsn-devel