aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorJason Rumney2000-03-04 14:56:00 +0000
committerJason Rumney2000-03-04 14:56:00 +0000
commitc3cee01337f6c09aa3444c99d76fdc3f257f0e1c (patch)
treeaaca22c4f5c87afc62c2ffd52c03492e3effe2f0 /src/ChangeLog
parent00150e8a22b200eb6e18c39a177aef8b9162ed9d (diff)
downloademacs-c3cee01337f6c09aa3444c99d76fdc3f257f0e1c.tar.gz
emacs-c3cee01337f6c09aa3444c99d76fdc3f257f0e1c.zip
Change many FRAME_X... macros to FRAME_WINDOW... or other
non-platform-specific equivalents. [WINDOWSNT]: include w32term.h, fontset.h and define X specific functions and macros as their w32 equivalents where non-platform-specifics are not available. [HAVE_X_WINDOWS]: Change most of these to HAVE_WINDOW_SYSTEM. (x_create_gc, x_free_gc) [WINDOWSNT]: Add W32 versions. (clear_font_table) [WINDOWSNT]: Call w32_unload_font. (frame_update_line_height): Use macros to access f->output_data. (defined_color): Remove FIXME comments; fixed. (x_face_list_fonts, prepare_face_for_display): Put X specifics into #ifdef blocks. Add WINDOWSNT blocks. (Fx_list_fonts): Use macros for accessing font data. (set_lface_from_font_name): Different default fonts for X and WINDOWSNT. (font_scalable_p) [WINDOWSNT]: Treat wildcard XLFD_AVGWIDTH as scalable for backward compatibility. (realize_tty_face) [MSDOS]: do the same for WINDOWSNT. (syms_of_xfaces) [WINDOWSNT]: Allow scalable fonts by default.
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog28
1 files changed, 28 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 8d783d5993f..725a012544a 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,31 @@
12000-03-04 Jason Rumney <jasonr@gnu.org>
2
3 * xfaces.c Change many FRAME_X... macros to FRAME_WINDOW... or
4 other non-platform-specific equivalents.
5 [WINDOWSNT]: include w32term.h, fontset.h and define X
6 specific functions and macros as their w32 equivalents where
7 non-platform-specifics are not available.
8 [HAVE_X_WINDOWS]: Change most of these to HAVE_WINDOW_SYSTEM.
9 (x_create_gc, x_free_gc) [WINDOWSNT]: Add W32 versions.
10 (clear_font_table) [WINDOWSNT]: Call w32_unload_font.
11 (frame_update_line_height): Use macros to access f->output_data.
12 (defined_color): Remove FIXME comments; fixed.
13 (x_face_list_fonts, prepare_face_for_display): Put X specifics
14 into #ifdef blocks. Add WINDOWSNT blocks.
15 (Fx_list_fonts): Use macros for accessing font data.
16 (set_lface_from_font_name): Different default fonts for X and
17 WINDOWSNT.
18 (font_scalable_p) [WINDOWSNT]: Treat wildcard XLFD_AVGWIDTH as
19 scalable for backward compatibility.
20 (realize_tty_face) [MSDOS]: do the same for WINDOWSNT.
21 (syms_of_xfaces) [WINDOWSNT]: Allow scalable fonts by default.
22
23 * emacs.c (main) [HAVE_NTGUI]: call syms_of_xfaces instead of
24 syms_of_w32faces.
25
26 * makefile.nt (w32faces.obj): Remove.
27 (xfaces.obj): Add.
28
12000-03-03 Jason Rumney <jasonr@gnu.org> 292000-03-03 Jason Rumney <jasonr@gnu.org>
2 30
3 * keyboard.c (make_lispy_event): Call buffer_posn_from_coords with 31 * keyboard.c (make_lispy_event): Call buffer_posn_from_coords with