# HG changeset patch # User Eli Zaretskii # Date 1151674914 0 # Node ID c8c9ce33fedfe7f7c3de66b6023a9f9b75f317d7 # Parent d1eb48dbd3e602d216816f76ac2b0ebccc46c50c *** empty log message *** diff -r d1eb48dbd3e6 -r c8c9ce33fedf man/ChangeLog --- 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 + + * 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 * pcl-cvs.texi (Customizing Faces): Remove -face suffix from face diff -r d1eb48dbd3e6 -r c8c9ce33fedf src/ChangeLog --- 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 + + * 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 * w32console.c (syms_of_ntterm) :