diff options
| author | Jason Rumney | 2000-01-23 03:09:45 +0000 |
|---|---|---|
| committer | Jason Rumney | 2000-01-23 03:09:45 +0000 |
| commit | 63bd786b12b63809d94bcf1151b0cb78c848a4fe (patch) | |
| tree | ed3e82713d132933416e16798d3e99f64882d2c9 /src | |
| parent | d2ce3151a3fe0ea72b6445337ebc8d5dd7820163 (diff) | |
| download | emacs-63bd786b12b63809d94bcf1151b0cb78c848a4fe.tar.gz emacs-63bd786b12b63809d94bcf1151b0cb78c848a4fe.zip | |
Port of redisplay to W32.
Diffstat (limited to 'src')
| -rw-r--r-- | src/ChangeLog | 43 |
1 files changed, 43 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 817d4e4d677..17cc9052c33 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,46 @@ | |||
| 1 | 2000-01-22 Jason Rumney <jasonr@gnu.org> | ||
| 2 | |||
| 3 | * makefile.nt (intervals.obj, composite.obj): New modules. | ||
| 4 | (composite.h): Added as dependency where appropriate. | ||
| 5 | |||
| 6 | * w32gui.h (XGCValue): New struct for emulating X GCs. | ||
| 7 | |||
| 8 | * w32term.h (XCharStruct): New struct for emulating X. | ||
| 9 | |||
| 10 | * w32console.c (turn_on_face, turn_off_face): New functions. | ||
| 11 | (change_line_highlight): New prototype for new redisplay. | ||
| 12 | (write_glyphs): Support multibyte text. Support faces. | ||
| 13 | |||
| 14 | * w32faces.c: Complete rewrite for new redisplay based on new | ||
| 15 | xfaces.c. | ||
| 16 | |||
| 17 | * w32fns.c: Use SELECTED_FRAME macro in place of selected_frame | ||
| 18 | throughout. struct frame * in place of FRAME_PTR. | ||
| 19 | Skeleton support for images, toolbars, tooltips from xfns.c. | ||
| 20 | (Fx_create_frame): Use system default for default scroll bar | ||
| 21 | width. | ||
| 22 | (w32_get_arg): Renamed from x_get_arg. | ||
| 23 | (Fx_file_dialog): New function. | ||
| 24 | (w32_list_fonts): Check cache before asking system. | ||
| 25 | (Vw32_enable_synthesized_fonts): New variable. | ||
| 26 | (Vw32_enable_italics): Obsolete, removed. | ||
| 27 | |||
| 28 | * w32inevt.c (get_frame, w32_console_mouse_position, mouse_moved_to): | ||
| 29 | Use SELECTED_FRAME macro. | ||
| 30 | |||
| 31 | * w32menu.c: Add skeleton support for help strings on menus. | ||
| 32 | (add_menu_item): Native checkbox and radio support added, but not | ||
| 33 | yet enabled due to bugs. | ||
| 34 | (push_menu_item): Add parameters type, selection and help. | ||
| 35 | Callers updated. | ||
| 36 | Formatting changes to reduce unnecessary diffs with xmenu.c. | ||
| 37 | |||
| 38 | * w32select.c (Fw32_set_clipboard_data): Update call to | ||
| 39 | find_charset_in_str. | ||
| 40 | |||
| 41 | * w32term.c: Complete rewrite for new redisplay based on new | ||
| 42 | xterm.c with necessary sections merged back in from old w32term.c. | ||
| 43 | |||
| 1 | 2000-01-21 Richard M. Stallman <rms@caffeine.ai.mit.edu> | 44 | 2000-01-21 Richard M. Stallman <rms@caffeine.ai.mit.edu> |
| 2 | 45 | ||
| 3 | * data.c (set_internal): Further fix in same criterion. | 46 | * data.c (set_internal): Further fix in same criterion. |