"Stephen J. Turnbull" <stephen(a)xemacs.org> writes:
APPROVE COMMIT
Ben thinks it's good enough, I've had no problems in a week.
>>>>> "sjt" == Stephen J Turnbull <stephen(a)xemacs.org>
writes:
sjt> Vin, please note: For me this applies to 21.4 with offset -3,
sjt> but is NOT RECOMMENDED yet.
This is still true. A mostly offline discussion with Werner Fink of
SuSE encourages me (although his approach was quite different), but
I'm still not happy about applying it to stable, since geometry
management routines still call each other recursively (in what I think
are "safe" cases, no famous last words this time, please!), and that's
an Xt no-no.
Testers: please look for oddities in the borders. Dr. Fink observes
that truncation of the minibuffer line is a side effect of his patch,
so that's something to look for.
Index: src/ChangeLog
===================================================================
RCS file: /pack/xemacscvs/XEmacs/xemacs/src/ChangeLog,v
retrieving revision 1.761
diff -u -U0 -r1.761 ChangeLog
--- src/ChangeLog 7 Dec 2004 12:52:48 -0000 1.761
+++ src/ChangeLog 15 Dec 2004 03:57:02 -0000
@@ -0,0 +1,4 @@
+2004-12-15 Stephen J. Turnbull <stephen(a)xemacs.org>
+
+ * EmacsManager.c (EmacsManagerChangeSize): Respect XtGeometryNo.
+
Stephen,
Do you think this is ready for prime time (ie 21.4.17) yet?
- Vin