diff options
| author | Jason Rumney | 2000-01-30 19:04:28 +0000 |
|---|---|---|
| committer | Jason Rumney | 2000-01-30 19:04:28 +0000 |
| commit | f00276e3d8f2464335d9fb4e8770da5018dcf512 (patch) | |
| tree | f4a1df26986f4dd475dd6eb94a4bf3193410fca2 /src/ChangeLog | |
| parent | 429fc14fe5a49f8dc7e551f0e2517dbe7ec18431 (diff) | |
| download | emacs-f00276e3d8f2464335d9fb4e8770da5018dcf512.tar.gz emacs-f00276e3d8f2464335d9fb4e8770da5018dcf512.zip | |
*** empty log message ***
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 44 |
1 files changed, 44 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 9c38c746acb..ef2c2692772 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,47 @@ | |||
| 1 | 2000-01-30 Jason Rumney <jasonr@gnu.org> | ||
| 2 | |||
| 3 | * w32inevt.c (get_frame, w32_console_mouse_position, mouse_moved_to): | ||
| 4 | Change selected_frame to SELECTED_FRAME (). | ||
| 5 | (w32_console_mouse_position): Remove #ifndef MULE from around | ||
| 6 | `insist' parameter. | ||
| 7 | |||
| 8 | * makefile.nt: Remove dosfns.obj. | ||
| 9 | |||
| 10 | * term.c (term_init) [WINDOWSNT]: Initialize TN_max_colors. | ||
| 11 | |||
| 12 | * w32fns.c (w32_defined_color): Check for valid frame before | ||
| 13 | applying gamma correction. Eliminate dependency on frame elsewhere. | ||
| 14 | (w32_load_system_font): Switch FIXED_PITCH and VARIABLE_PITCH. | ||
| 15 | (w32_to_x_font): Use resx and resy not height_in and width_in. | ||
| 16 | (x_to_w32_font): Doc fix. | ||
| 17 | (xlfd_strip_height): New function to strip and return font height. | ||
| 18 | (w32_font_match): Compare height separately from rest of xlfd | ||
| 19 | spec, using xlfd_strip_height. | ||
| 20 | |||
| 21 | * w32term.c (w32_term_init): Swap resx and height_in, resy and | ||
| 22 | width_in. Use w32_defined_color in place of defined_color. | ||
| 23 | |||
| 24 | * w32faces.c: Merge more of DOS and X specifics in preparation for | ||
| 25 | merge with xfaces.c. | ||
| 26 | (defined_color): Remove FIXME comment. | ||
| 27 | (tty_color_name): Provide w32-specific function. | ||
| 28 | (realize_tty_face): Handle FACE_TTY_DEFAULT*_COLOR specially. | ||
| 29 | |||
| 30 | * w32console.c (turn_on_face, turn_off_face): Removed. | ||
| 31 | (w32_face_attributes): New function. | ||
| 32 | (Global_variables): Reduce scope where possible. | ||
| 33 | (clear_frame, ins_del_lines, scroll_line): Use char_attr_normal as | ||
| 34 | fill attribute. | ||
| 35 | (hl_mode): Don't modify text attributes. | ||
| 36 | (write_glyphs): Don't do anything if len <= 0. Use | ||
| 37 | w32_face_attributes to get attributes for drawing. Write | ||
| 38 | terminating codes using char_attr_normal. | ||
| 39 | (reset_terminal_modes, set_terminal_modes): Turn off highlight. | ||
| 40 | (update_begin, update_end): Likewise. | ||
| 41 | (vga_stdcolor_name): New function. | ||
| 42 | (initialize_w32_display): Remove char_attr_reverse and char_attr. | ||
| 43 | (Fset_screen_color): Remove char_attr_reverse. | ||
| 44 | |||
| 1 | 2000-01-29 Gerd Moellmann <gerd@gnu.org> | 45 | 2000-01-29 Gerd Moellmann <gerd@gnu.org> |
| 2 | 46 | ||
| 3 | * xfns.c (xic_set_preeditarea): Take window parameter and | 47 | * xfns.c (xic_set_preeditarea): Take window parameter and |