]> code.delx.au - gnu-emacs/commitdiff
*** empty log message ***
authorEli Zaretskii <eliz@gnu.org>
Fri, 30 Jun 2006 13:41:54 +0000 (13:41 +0000)
committerEli Zaretskii <eliz@gnu.org>
Fri, 30 Jun 2006 13:41:54 +0000 (13:41 +0000)
man/ChangeLog
src/ChangeLog

index 3bcf31803b2f58af432d93fab5b0642b4267ecf7..70a024ccadeec375bd74e51d8d0cfe2cb75be573 100644 (file)
@@ -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
index 83c581a4116497730a39c1b0b0a61b0e027eca46..8289442da83da4a15dddbc2b0b8aa359c310b900 100644 (file)
@@ -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>: