diff options
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 83c581a4116..8289442da83 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,15 @@ | |||
| 1 | 2006-06-30 Ralf Angeli <angeli@caeruleus.net> | ||
| 2 | |||
| 3 | * w32term.c (x_make_frame_visible): Use SystemParametersInfo with | ||
| 4 | SPI_GETWORKAREA to find the dimensions of the screen work area, | ||
| 5 | and adjust vertical position of the frame in order to avoid being | ||
| 6 | covered by the task bar. | ||
| 7 | |||
| 8 | * w32fns.c (w32_createwindow): Use CW_USEDEFAULT instead of | ||
| 9 | f->left_pos and SH_SHOW instead of f->top_pos in the call to | ||
| 10 | CreateWindow. Record the actual position in f->left_pos and | ||
| 11 | f->top_pos. | ||
| 12 | |||
| 1 | 2006-06-30 John Paul Wallington <jpw@pobox.com> | 13 | 2006-06-30 John Paul Wallington <jpw@pobox.com> |
| 2 | 14 | ||
| 3 | * w32console.c (syms_of_ntterm) <w32-use-full-screen-buffer>: | 15 | * w32console.c (syms_of_ntterm) <w32-use-full-screen-buffer>: |