changeset 71547:c8c9ce33fedf

*** empty log message ***
author Eli Zaretskii <eliz@gnu.org>
date Fri, 30 Jun 2006 13:41:54 +0000
parents d1eb48dbd3e6
children b1556bb47998
files man/ChangeLog src/ChangeLog
diffstat 2 files changed, 18 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/man/ChangeLog	Fri Jun 30 13:41:15 2006 +0000
+++ b/man/ChangeLog	Fri Jun 30 13:41:54 2006 +0000
@@ -1,3 +1,9 @@
+2006-06-30  Eli Zaretskii  <eliz@gnu.org>
+
+	* msdog.texi (ls in Lisp, Windows Keyboard, Windows Mouse)
+	(Windows Processes, Windows Misc): Shorten the printed version by
+	selectively conditioning less important portions by @ifnottex.
+
 2006-06-30  Ralf Angeli  <angeli@caeruleus.net>
 
 	* pcl-cvs.texi (Customizing Faces): Remove -face suffix from face
--- a/src/ChangeLog	Fri Jun 30 13:41:15 2006 +0000
+++ b/src/ChangeLog	Fri Jun 30 13:41:54 2006 +0000
@@ -1,3 +1,15 @@
+2006-06-30  Ralf Angeli  <angeli@caeruleus.net>
+
+	* w32term.c (x_make_frame_visible): Use SystemParametersInfo with
+	SPI_GETWORKAREA to find the dimensions of the screen work area,
+	and adjust vertical position of the frame in order to avoid being
+	covered by the task bar.
+
+	* w32fns.c (w32_createwindow): Use CW_USEDEFAULT instead of
+	f->left_pos and SH_SHOW instead of f->top_pos in the call to
+	CreateWindow.  Record the actual position in f->left_pos and
+	f->top_pos.
+
 2006-06-30  John Paul Wallington  <jpw@pobox.com>
 
 	* w32console.c (syms_of_ntterm) <w32-use-full-screen-buffer>: