diff options
| author | Eli Zaretskii | 2010-01-09 06:00:21 -0500 |
|---|---|---|
| committer | Eli Zaretskii | 2010-01-09 06:00:21 -0500 |
| commit | 6eca625b774a4bdc782e8b878c8cf05663742101 (patch) | |
| tree | 23651e860aa105896ce862462830ec5e00f1e510 /src/ChangeLog | |
| parent | f14e303adcecf25fa1f116c4040de08a9ed6231b (diff) | |
| parent | 4b00d3b1594378e77b3b485d1ed272be5bdab644 (diff) | |
| download | emacs-6eca625b774a4bdc782e8b878c8cf05663742101.tar.gz emacs-6eca625b774a4bdc782e8b878c8cf05663742101.zip | |
Merge from mainline.
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index fd32d739bc0..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 |
| @@ -38,6 +60,7 @@ | |||
| 38 | (xg_frame_resized, xg_frame_set_char_size): Call | 60 | (xg_frame_resized, xg_frame_set_char_size): Call |
| 39 | xg_clear_under_internal_border. | 61 | xg_clear_under_internal_border. |
| 40 | (xg_update_scrollbar_pos): Clear under old scroll bar position. | 62 | (xg_update_scrollbar_pos): Clear under old scroll bar position. |
| 63 | |||
| 41 | 2010-01-05 Chong Yidong <cyd@stupidchicken.com> | 64 | 2010-01-05 Chong Yidong <cyd@stupidchicken.com> |
| 42 | 65 | ||
| 43 | * keyboard.c (read_key_sequence): Catch keyboard switch after | 66 | * keyboard.c (read_key_sequence): Catch keyboard switch after |