diff options
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 80da326c1a9..309c663d1ef 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,25 @@ | |||
| 1 | 2010-01-09 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp> | ||
| 2 | |||
| 3 | * frame.h (FRAME_TOP_MARGIN_HEIGHT): New macro. | ||
| 4 | (FRAME_LINE_TO_PIXEL_Y, FRAME_PIXEL_Y_TO_LINE): Take account of pseudo | ||
| 5 | windows above internal border. | ||
| 6 | |||
| 7 | * window.h (WINDOW_MENU_BAR_P, WINDOW_TOOL_BAR_P): New macros. | ||
| 8 | (WINDOW_TOP_EDGE_Y, WINDOW_BOTTOM_EDGE_Y): Take account of pseudo | ||
| 9 | windows above internal border. | ||
| 10 | |||
| 11 | * xdisp.c (get_glyph_string_clip_rects, init_glyph_string): Don't treat | ||
| 12 | tool bar windows specially. | ||
| 13 | |||
| 14 | * xfns.c (x_set_tool_bar_lines): Take account of menu bar height. | ||
| 15 | |||
| 16 | * xterm.c (x_after_update_window_line): Don't treat tool bar windows | ||
| 17 | specially. | ||
| 18 | (XTflash): Take account of menu bar height. | ||
| 19 | |||
| 20 | * w32term.c (x_after_update_window_line): Don't treat tool bar windows | ||
| 21 | specially. | ||
| 22 | |||
| 1 | 2010-01-08 Jan Djärv <jan.h.d@swipnet.se> | 23 | 2010-01-08 Jan Djärv <jan.h.d@swipnet.se> |
| 2 | 24 | ||
| 3 | * dispnew.c (change_frame_size_1): newwidth == FRAME_COLS (f) must | 25 | * dispnew.c (change_frame_size_1): newwidth == FRAME_COLS (f) must |