Mercurial > emacs
comparison src/ChangeLog @ 57369:a64bca5fcf8f
*** empty log message ***
| author | Kim F. Storm <storm@cua.dk> |
|---|---|
| date | Thu, 07 Oct 2004 21:57:15 +0000 |
| parents | 05fe2d3ca439 |
| children | 8434603cae5b |
comparison
equal
deleted
inserted
replaced
| 57368:835cdd5d000f | 57369:a64bca5fcf8f |
|---|---|
| 1 2004-10-07 Kim F. Storm <storm@cua.dk> | |
| 2 | |
| 3 * xdisp.c (redisplay_window): Fix flicker on vertical line between | |
| 4 windows. Update vertical line after drawing window fringes, but | |
| 5 only if actually drawing any bitmaps--or there is no fringe. | |
| 6 | |
| 7 * xterm.c (x_update_window_end): Likewise. | |
| 8 * macterm.c (x_update_window_end): Likewise. | |
| 9 * w32term.c (x_update_window_end): Likewise. | |
| 10 | |
| 11 * fringe.c (draw_window_fringes): Return value now indicates if | |
| 12 any fringe bitmaps were redrawn (or there are no fringes). | |
| 13 | |
| 14 * dispextern.h (draw_window_fringes): Update prototype. | |
| 15 | |
| 1 2004-10-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp> | 16 2004-10-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp> |
| 2 | 17 |
| 3 * macfns.c (mac_get_window_bounds): Add extern. | 18 * macfns.c (mac_get_window_bounds): Add extern. |
| 4 (x_real_positions): Use mac_get_window_bounds. | 19 (x_real_positions): Use mac_get_window_bounds. |
| 5 | 20 |
| 6 * macmenu.c (update_submenu_strings): Apply 2004-09-07 change for | 21 * macmenu.c (update_submenu_strings): Apply 2004-09-07 change for |
| 7 xmenu.c (YAILOM). | 22 xmenu.c (YAILOM). |
| 8 | 23 |
| 9 * macterm.c [!MAC_OSX]: Include Windows.h. | 24 * macterm.c [!MAC_OSX]: Include Windows.h. |
| 10 (front_emacs_window): Rename from mac_front_window. All uses | 25 (front_emacs_window): Rename from mac_front_window. All uses |
| 11 changed. Return the frontmost non-tooltip emacs window. | 26 changed. Return the frontmost non-tooltip emacs window. |
| 12 (mac_get_window_bounds): New function. | 27 (mac_get_window_bounds): New function. |
| 13 (x_calc_absolute_position): Use the difference of width and height | 28 (x_calc_absolute_position): Use the difference of width and height |
