aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog.6
diff options
context:
space:
mode:
authorJoakim Verona2012-07-31 00:00:41 +0200
committerJoakim Verona2012-07-31 00:00:41 +0200
commit55fa71b3d9bb8609ca3cbb56f92c776ad8724a69 (patch)
treeb002fe941cc8636f8bd735717e440014359839dd /src/ChangeLog.6
parent5fb63197843dcae66f2fe0ddd6f4a9d560e9db2f (diff)
parentb429a4eee4e09b1ba09e17ced5091d042955d84f (diff)
downloademacs-55fa71b3d9bb8609ca3cbb56f92c776ad8724a69.tar.gz
emacs-55fa71b3d9bb8609ca3cbb56f92c776ad8724a69.zip
upstream
Diffstat (limited to 'src/ChangeLog.6')
-rw-r--r--src/ChangeLog.618
1 files changed, 9 insertions, 9 deletions
diff --git a/src/ChangeLog.6 b/src/ChangeLog.6
index 3aa1a23818e..64f8b3a8314 100644
--- a/src/ChangeLog.6
+++ b/src/ChangeLog.6
@@ -1269,7 +1269,7 @@
1269 "light", "extralight", and "thin" fonts. 1269 "light", "extralight", and "thin" fonts.
1270 (x_to_win32_charset, win32_to_x_charset): New functions. 1270 (x_to_win32_charset, win32_to_x_charset): New functions.
1271 (win32_to_x_font): Use new height units. Use win32_to_x_charset. 1271 (win32_to_x_font): Use new height units. Use win32_to_x_charset.
1272 (x_to_win32_font): Use x_to_win32_charset. Support Win32 font names 1272 (x_to_win32_font): Use x_to_win32_charset. Support w32 font names
1273 in addition to X font names. 1273 in addition to X font names.
1274 1274
1275 (win32_load_font, Fx_list_fonts, Fx_display_color_cells) 1275 (win32_load_font, Fx_list_fonts, Fx_display_color_cells)
@@ -3625,11 +3625,11 @@
3625 3625
3626 * xdisp.c [HAVE_NTGUI] (set_menu_framebar): Declare external. 3626 * xdisp.c [HAVE_NTGUI] (set_menu_framebar): Declare external.
3627 [HAVE_NTGUI] (frame_title_buf, frame_title_ptr): Include variables 3627 [HAVE_NTGUI] (frame_title_buf, frame_title_ptr): Include variables
3628 for Win32 window system. 3628 for w32 window system.
3629 [HAVE_NTGUI] (store_frame_title, x_consider_frame_title): Include 3629 [HAVE_NTGUI] (store_frame_title, x_consider_frame_title): Include
3630 procedures for Win32 window system. 3630 procedures for w32 window system.
3631 [HAVE_NTGUI] (x_consider_frame_title): Test for Win32 frame. 3631 [HAVE_NTGUI] (x_consider_frame_title): Test for w32 frame.
3632 [HAVE_NTGUI] (display_text_line): Test for Win32 frame on face change. 3632 [HAVE_NTGUI] (display_text_line): Test for w32 frame on face change.
3633 [HAVE_NTGUI] (display_menu_bar): Perform no-op for NT window system. 3633 [HAVE_NTGUI] (display_menu_bar): Perform no-op for NT window system.
3634 3634
3635 * window.c [HAVE_NTGUI] (Fset_window_configuration): Set menu 3635 * window.c [HAVE_NTGUI] (Fset_window_configuration): Set menu
@@ -3659,7 +3659,7 @@
3659 (make_lispy_event): Use FUNCTION_KEY_OFFSET to modify event codes 3659 (make_lispy_event): Use FUNCTION_KEY_OFFSET to modify event codes
3660 before applying modifiers. 3660 before applying modifiers.
3661 3661
3662 * frame.c [HAVE_NTGUI]: Test for a Win32 frame in procedures 3662 * frame.c [HAVE_NTGUI]: Test for a w32 frame in procedures
3663 that test for an X frame. 3663 that test for an X frame.
3664 3664
3665 * frame.h (output_method): New method: output_win32. 3665 * frame.h (output_method): New method: output_win32.
@@ -3673,13 +3673,13 @@
3673 * emacs.c [HAVE_NTGUI]: Declare Vwindow_system. 3673 * emacs.c [HAVE_NTGUI]: Declare Vwindow_system.
3674 [HAVE_NTGUI] (main): Enable inhibit_window_system. 3674 [HAVE_NTGUI] (main): Enable inhibit_window_system.
3675 Initialize environment from registry. 3675 Initialize environment from registry.
3676 Declare syms of Win32 windowing modules. 3676 Declare syms of w32 windowing modules.
3677 3677
3678 * dispnew.c [HAVE_NTGUI]: Include w32term.h. 3678 * dispnew.c [HAVE_NTGUI]: Include w32term.h.
3679 Include dispextern.h before cm.h since dispextern.h includes windows.h. 3679 Include dispextern.h before cm.h since dispextern.h includes windows.h.
3680 [HAVE_NTGUI] (make_frame_glyphs, free_frame_glyphs, scroll_frame_lines) 3680 [HAVE_NTGUI] (make_frame_glyphs, free_frame_glyphs, scroll_frame_lines)
3681 (update_frame, update_line): Test for WIN32 frame. 3681 (update_frame, update_line): Test for w32 frame.
3682 [HAVE_NTGUI] (init_display): Initialize WIN32 window system. 3682 [HAVE_NTGUI] (init_display): Initialize w32 window system.
3683 3683
3684 * dispextern.h [HAVE_NTGUI]: Include win32.h. 3684 * dispextern.h [HAVE_NTGUI]: Include win32.h.
3685 [HAVE_NTGUI] (struct frame_glyphs): Include pixel fields. 3685 [HAVE_NTGUI] (struct frame_glyphs): Include pixel fields.