diff options
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 3753d88a0e8..e13ffe8fc66 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,29 @@ | |||
| 1 | 2005-07-06 Richard M. Stallman <rms@gnu.org> | ||
| 2 | |||
| 3 | * window.c (Frecenter): When arg is inside the scroll margin, | ||
| 4 | move it out of the margin. | ||
| 5 | |||
| 6 | 2005-07-06 Jason Rumney <jasonr@gnu.org> | ||
| 7 | |||
| 8 | * w32console.c (initialize_w32_display): Detect when the console | ||
| 9 | dimensions are insane, and default to 80x25 instead. | ||
| 10 | (w32_use_full_screen_buffer): default to NIL. | ||
| 11 | |||
| 12 | 2005-07-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp> | ||
| 13 | |||
| 14 | * macterm.c (mac_draw_vertical_window_border): Use foreground of | ||
| 15 | VERTICAL_BORDER_FACE_ID for vertical border line. | ||
| 16 | (mac_encode_char): Call check_ccl_update in advance. | ||
| 17 | (mac_to_x_fontname, x_font_name_to_mac_font_name) | ||
| 18 | (init_font_name_table, mac_do_list_fonts, XLoadQueryFont): Don't | ||
| 19 | assume that font family length is less than 32. | ||
| 20 | (x_compute_min_glyph_bounds): Make static. | ||
| 21 | (x_load_font): Never set fonts_changed_p to zero. | ||
| 22 | |||
| 23 | 2005-07-04 Lute Kamstra <lute@gnu.org> | ||
| 24 | |||
| 25 | * Update FSF's address in GPL notices. | ||
| 26 | |||
| 1 | 2005-07-03 Richard M. Stallman <rms@gnu.org> | 27 | 2005-07-03 Richard M. Stallman <rms@gnu.org> |
| 2 | 28 | ||
| 3 | * xdisp.c (try_window): Fix previous change in how it handles | 29 | * xdisp.c (try_window): Fix previous change in how it handles |