diff options
| author | Eli Zaretskii | 2006-06-30 13:41:54 +0000 |
|---|---|---|
| committer | Eli Zaretskii | 2006-06-30 13:41:54 +0000 |
| commit | 6407e67c1be1373fbf584db83229815c07a9786b (patch) | |
| tree | fd22fbcd2420aabe5756ba3a04f5814ce0a1c4b0 /src/ChangeLog | |
| parent | 8958048c293369ded3b309fe664ba7ea84b4ade2 (diff) | |
| download | emacs-6407e67c1be1373fbf584db83229815c07a9786b.tar.gz emacs-6407e67c1be1373fbf584db83229815c07a9786b.zip | |
*** empty log message ***
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>: |