summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKim F. Storm <storm@cua.dk>2006-07-18 23:03:17 +0000
committerKim F. Storm <storm@cua.dk>2006-07-18 23:03:17 +0000
commiteeeda6f14d4182d349c185208f3fb3c089f9d67d (patch)
tree4de008e08971a4d7cb55ab076fe2297b6ec184d6
parentc6b71045505c0a3b941f75f2ae481a463f8b86c3 (diff)
downloademacs-eeeda6f14d4182d349c185208f3fb3c089f9d67d.tar.gz
*** empty log message ***
-rw-r--r--src/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 41b3f92a4c8..70d8f0b9548 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,8 @@
+2006-07-18 Francis Litterio <franl@world.std.com>
+
+ * w32term.c (x_calc_absolute_position): Fix frame positioning
+ with negative X/Y coordinates.
+
2006-07-18 Dan Nicolaescu <dann@ics.uci.edu>
* xterm.c (x_connection_closed, x_error_quitter): Mark as NO_RETURN.