Jean-Marc Lasgouttes wrote:

> I tend to think that 1940 and 2016 are not very important anymore now
> that we have autoopen. Actually, I have a patch for 2016 that would
> just work if we decided to drop support for 1.3.x preference files
> (where viewers are different). Georg, I remember you told me you would
> try to fix this. Do you have any idea?

I have the patch applied in my "play" tree, but have had no time yet to look
at it. IMHO we should fix this some day, but it is not so important for
1.4.2.

> 2231 is almost fixed (as in, it is supposed to be fixed, but Bennett
> still have problems).

It would be really good if we had somebody who could debug this on a mac.
"Remote debugging" through Bennet (although he is very patient) is
difficult. I have absolutely no idea what happens there.

> I am not sure what to do with 2256.

I believe that the attached (untested) path fixes the last problem Uwe was
talking about. And of course we need better documentation.

> What else?

Somebody who has time should go through the untargetted bugs. There may be
something that is important, but I don't know.


Georg
Index: src/mathed/math_hullinset.C
===================================================================
--- src/mathed/math_hullinset.C	(Revision 13913)
+++ src/mathed/math_hullinset.C	(Arbeitskopie)
@@ -411,6 +411,8 @@ void MathHullInset::label(row_type row, 
 void MathHullInset::numbered(row_type row, bool num)
 {
 	nonum_[row] = !num;
+	if (nonum_[row])
+		label_[row].clear();
 }
 
 

Reply via email to