Apparently, due to a BTS problem this mail was not forwarded to some of you guys.
Here it is again. Please keep the bug report in CC. ---------- Forwarded message ---------- From: Eddy Petrișor <[EMAIL PROTECTED]> Date: 21 Jan 2008 14:12 Subject: Debian bug#454221 when the "tabs not closed on exit" bug was introduced To: [EMAIL PROTECTED] Hello, This mail is about this bug in tilda: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=454221 I have managed to locate (yay git bisect!) the bad upstream commit that introduced this bug. This was: Author: irasnyd <irasnyd> Date: Wed Sep 12 03:39:29 2007 +0000 Major audit of tilda This is the results of a major audit of the tilda code. I went through and reorganized the codebase to make things work in a more sane order. This involved creating _init() and _free() functions for the two major data structures: tilda_window and tilda_term. I also moved all functions that should have been local to the proper source file and made them static. This mostly involved callbacks, which were moved to the file where they were attached. I renamed functions to have the same convention. This mostly applies to callbacks, which now have _cb() on the end. There is likely more cleanup yet to be done in this area. I hope tha, in spite of the size of the commit, the bug will be easier to locate by upstream. -- Regards, EddyP ============================================= "Imagination is more important than knowledge" A.Einstein -- Regards, EddyP ============================================= "Imagination is more important than knowledge" A.Einstein

