aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorJason Rumney2000-02-27 21:52:51 +0000
committerJason Rumney2000-02-27 21:52:51 +0000
commit387023ee15566c21fd04a9137a0d6c1fd2410269 (patch)
treef2c64d1051e7b23c396d560306b14c5a610e1280 /src
parent1ab3e082d07c8c05803bbb8f20669df09eaabf16 (diff)
downloademacs-387023ee15566c21fd04a9137a0d6c1fd2410269.tar.gz
emacs-387023ee15566c21fd04a9137a0d6c1fd2410269.zip
*** empty log message ***
Diffstat (limited to 'src')
-rw-r--r--src/ChangeLog26
1 files changed, 26 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index fd5d325cd57..fe469f4f3c5 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,29 @@
12000-02-27 Jason Rumney <jasonr@gnu.org>
2
3 * makefile.nt: Add atimer.h to dependencies.
4 * w32.c (init_environment): Set Vw32_num_mouse_buttons here.
5 * w32console.c: Only disable window system features for dispextern.h
6 (initialize_w32_display): Build a display info for the console.
7 * w32faces.c (tty_defined_color): Apply xfaces.c change from 02-17.
8 * w32fns.c (w32_wnd_proc) [WM_LBUTTON_DOWN, WM_RBUTTON_DOWN,
9 WM_LBUTTON_UP, WM_RBUTTON_UP]: Do not treat 4 or more button mice
10 as 2 button mice.
11 * w32gui.h (struct W32FontStruct): Revert last change after change
12 to xdisp.c.
13 * w32menu.c (single_submenu): Set up help string.
14 [!HAVE_MULTILINGUAL_MENU]: Don't overwrite item_name with descrip.
15 (w32_dialog_show): Set up help string.
16 * w32term.c (w32_display_info_for_display): Remove unused function.
17 (w32_draw_bitmap): Use pre-built bitmaps.
18 (w32_initialize_display_info): New function to initialize parts of
19 display info that are common to both GUI and console frames.
20 (w32_term_init): Use w32_initialize_display_info. Do not set
21 Vw32_num_mouse_buttons here, as it is not called for console
22 frames. Build bitmaps for indicating truncated lines etc.
23 (x_delete_display): Destroy pre-built bitmaps.
24 * xdisp.c (handle_single_display_prop): Use FONT_HEIGHT macro.
25 (echo_area_display): Change HAVE_X_WINDOWS to HAVE_WINDOW_SYSTEM.
26
12000-02-27 Dave Love <fx@gnu.org> 272000-02-27 Dave Love <fx@gnu.org>
2 28
3 * lisp.h: Add a bunch of prototypes. 29 * lisp.h: Add a bunch of prototypes.