From: Jason Rumney Date: Sun, 27 Feb 2000 21:52:51 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: emacs-pretest-21.0.90~4854 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=387023ee15566c21fd04a9137a0d6c1fd2410269;p=emacs.git *** empty log message *** --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 9c9b19b2ea4..a141a6dbc26 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,12 @@ +2000-02-27 Jason Rumney + + * faces.el (face-font-family-alternatives): Add arial to helv. + (mode-line, header-line, tool-bar): Same default as x for w32. + (fixed-pitch, variable-pitch): Remove wildcard as it prevents + face-font-family-alternatives from working. + * term/w32-win.el (mouse-set-font): Do not build fontset from + chosen font. + 2000-02-25 Sam Steingold * emacs-lisp/cl-indent.el (toplvel): Indent `pprint-logical-block' diff --git a/src/ChangeLog b/src/ChangeLog index fd5d325cd57..fe469f4f3c5 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,29 @@ +2000-02-27 Jason Rumney + + * makefile.nt: Add atimer.h to dependencies. + * w32.c (init_environment): Set Vw32_num_mouse_buttons here. + * w32console.c: Only disable window system features for dispextern.h + (initialize_w32_display): Build a display info for the console. + * w32faces.c (tty_defined_color): Apply xfaces.c change from 02-17. + * w32fns.c (w32_wnd_proc) [WM_LBUTTON_DOWN, WM_RBUTTON_DOWN, + WM_LBUTTON_UP, WM_RBUTTON_UP]: Do not treat 4 or more button mice + as 2 button mice. + * w32gui.h (struct W32FontStruct): Revert last change after change + to xdisp.c. + * w32menu.c (single_submenu): Set up help string. + [!HAVE_MULTILINGUAL_MENU]: Don't overwrite item_name with descrip. + (w32_dialog_show): Set up help string. + * w32term.c (w32_display_info_for_display): Remove unused function. + (w32_draw_bitmap): Use pre-built bitmaps. + (w32_initialize_display_info): New function to initialize parts of + display info that are common to both GUI and console frames. + (w32_term_init): Use w32_initialize_display_info. Do not set + Vw32_num_mouse_buttons here, as it is not called for console + frames. Build bitmaps for indicating truncated lines etc. + (x_delete_display): Destroy pre-built bitmaps. + * xdisp.c (handle_single_display_prop): Use FONT_HEIGHT macro. + (echo_area_display): Change HAVE_X_WINDOWS to HAVE_WINDOW_SYSTEM. + 2000-02-27 Dave Love * lisp.h: Add a bunch of prototypes.