aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorJason Rumney2000-07-15 12:23:35 +0000
committerJason Rumney2000-07-15 12:23:35 +0000
commit3fddcdc33cfdb246710c936d2e467287533b8bbd (patch)
treed24e23908603bc5e5626bc4643b6d612eaa19f5c /src/ChangeLog
parentec48c3a7954046e828e98ac87c312e46a20d9acd (diff)
downloademacs-3fddcdc33cfdb246710c936d2e467287533b8bbd.tar.gz
emacs-3fddcdc33cfdb246710c936d2e467287533b8bbd.zip
*** empty log message ***
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog43
1 files changed, 43 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 3ccc751a414..6407d84e050 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,46 @@
12000-07-15 Jason Rumney <jasonr@gnu.org>
2
3 * w32menu.c (w32_menu_show): Call free_menubar_widget_value_tree
4 after menu is finished with.
5 (add_menu_item): Only consider wv->title as a menu title.
6 (w32_menu_display_help): Add OBJECT and POS to show_help_echo.
7
8 * w32fns.c (w32_wnd_proc) [WM_DRAW_ITEM]: Do not try to draw a
9 null title.
10 (FONT_REGEXP): Remove unused macro, and its sub-components.
11 (syms_of_w32fns): Replace underscore in w32-enable-synthesized-fonts.
12
13 * w32term.c (help_echo_object, help_echo_pos): New variables.
14 (note_mode_line_highlight): Store additional information about the
15 help-echo in help_echo_object and help_echo_pos. Check both
16 `local-map' and `keymap' properties for changing the cursor
17 (note_mouse_highlight): Store additional information about the
18 help-echo in help_echo_object and help_echo_pos.
19 (note_tool_bar_highlight): Set help_echo_object to nil and
20 help_echo_pos to -1.
21 (w32_read_socket): Use gen_help_event instead of filling
22 input_events manually.
23 (syms_of_w32term): Staticpro help_echo_object.
24 (x_update_window_end): Add parameter MOUSE_FACE_OVERWRITTEN_P. If
25 set, arrange for a mouse-highlight redisplay in
26 XTframe_up_to_date.
27 (x_clear_mouse_face): New function.
28 (w32_redisplay_interface): Add pointer to x_clear_mouse_face.
29 (x_update_window_begin): No need to turn off the mouse
30 highlight here.
31 (show_mouse_face): Set the mouse_face_p flag of glyph rows
32 depending on whether they contain glyphs highlighted in
33 mouse-face.
34 (x_fill_stretch_glyph_string): Consume runs of stretch
35 glyphs instead of a single one.
36 (BUILD_STRETCH_GLYPH_STRING): Call x_fill_stretch_glyph_string
37 with new argument list.
38 (x_set_glyph_string_gc): Make sure the face's GC is valid.
39 (x_append_glyph, x_append_composite_glyph)
40 (x_produce_image_glyph, x_append_stretch_glyph): Accomodate to
41 changes in struct glyph starting 1999-12-27. See comments for
42 xterm.c on 2000-07-05.
43
12000-07-14 Sam Steingold <sds@gnu.org> 442000-07-14 Sam Steingold <sds@gnu.org>
2 45
3 * xfaces.c (realize_x_face): Fix the last patch: 46 * xfaces.c (realize_x_face): Fix the last patch: