summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJason Rumney <jasonr@gnu.org>2000-02-27 21:52:51 +0000
committerJason Rumney <jasonr@gnu.org>2000-02-27 21:52:51 +0000
commit387023ee15566c21fd04a9137a0d6c1fd2410269 (patch)
treef2c64d1051e7b23c396d560306b14c5a610e1280
parent1ab3e082d07c8c05803bbb8f20669df09eaabf16 (diff)
downloademacs-387023ee15566c21fd04a9137a0d6c1fd2410269.tar.gz
*** empty log message ***
-rw-r--r--lisp/ChangeLog9
-rw-r--r--src/ChangeLog26
2 files changed, 35 insertions, 0 deletions
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 <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'
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 <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.