]> git.eshelyaron.com Git - emacs.git/commitdiff
*** empty log message ***
authorJason Rumney <jasonr@gnu.org>
Sun, 27 Feb 2000 21:52:51 +0000 (21:52 +0000)
committerJason Rumney <jasonr@gnu.org>
Sun, 27 Feb 2000 21:52:51 +0000 (21:52 +0000)
lisp/ChangeLog
src/ChangeLog

index 9c9b19b2ea459e11b65de274d8584fab7dd70155..a141a6dbc26a6425ab10ab58ec02b75341a3586e 100644 (file)
@@ -1,3 +1,12 @@
+2000-02-27  Jason Rumney  <jasonr@gnu.org>
+
+       * 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  <sds@goems.com>
 
        * emacs-lisp/cl-indent.el (toplvel): Indent `pprint-logical-block'
index fd5d325cd5730b98c83f8fc1dc2fbd8ab6d39486..fe469f4f3c51b2a9e0afc0f5c75c6d95e4747fc2 100644 (file)
@@ -1,3 +1,29 @@
+2000-02-27  Jason Rumney  <jasonr@gnu.org>
+
+       * 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  <fx@gnu.org>
 
        * lisp.h: Add a bunch of prototypes.