comparison src/ChangeLog @ 59433:100bcbece57b

*** empty log message ***
author Kim F. Storm <storm@cua.dk>
date Sun, 09 Jan 2005 02:12:43 +0000
parents eb72706060ad
children e024e6716c4a
comparison
equal deleted inserted replaced
59432:b6b9daefbc42 59433:100bcbece57b
1 2005-01-09 Kim F. Storm <storm@cua.dk>
2
3 * dispextern.h (struct it): New member dpvec_face_id.
4 (merge_into_realized_face): Add prototype.
5
6 * xfaces.c (merge_into_realized_face): New function. Used to
7 merge escape-glyph face or face from display table into current face.
8
9 * xdisp.c (Vshow_nonbreak_escape): New lisp var.
10 (syms_of_xdisp): DEFVAR_LISP it.
11 (escape_glyph_face): Remove var.
12 (redisplay_window): Don't initialize it.
13 (setup_for_ellipsis, get_next_display_element):
14 Set it->dpvec_face_id to -1.
15 (get_next_display_element): Test Vshow_nonbreak_escape.
16 Do not setup escape_glyph_face.
17 Properly merge escape-glyph face or face from display table with
18 current face for escape and control characters. Set
19 it->dpvec_face_id to relevant face id instead of adding it to each
20 element of display vector.
21 (next_element_from_display_vector): If it->dpvec_face_id is set,
22 use that instead of lface_id from glyph itself.
23
1 2005-01-08 Jan Dj,Ad(Brv <jan.h.d@swipnet.se> 24 2005-01-08 Jan Dj,Ad(Brv <jan.h.d@swipnet.se>
2 25
3 * xterm.h (struct x_output): New member, toolbar_detached. 26 * xterm.h (struct x_output): New member, toolbar_detached.
4 27
5 * gtkutil.c (xg_create_frame_widgets): Set initial tool bar height to 28 * gtkutil.c (xg_create_frame_widgets): Set initial tool bar height to
19 (xg_tool_bar_callback, xg_tool_bar_help_callback) 42 (xg_tool_bar_callback, xg_tool_bar_help_callback)
20 (update_frame_tool_bar): Cast to EMACS_INT to avoid compiler 43 (update_frame_tool_bar): Cast to EMACS_INT to avoid compiler
21 warning. 44 warning.
22 45
23 * xselect.c (x_get_foreign_selection, x_fill_property_data) 46 * xselect.c (x_get_foreign_selection, x_fill_property_data)
24 (Fx_get_atom_name, Fx_send_client_event): Replace XFLOAT with 47 (Fx_get_atom_name, Fx_send_client_event): Replace XFLOAT with
25 XFLOAT_DATA to get extract number from Lisp object. 48 XFLOAT_DATA to get extract number from Lisp object.
26 49
27 2005-01-07 Kim F. Storm <storm@cua.dk> 50 2005-01-07 Kim F. Storm <storm@cua.dk>
28 51
29 * xdisp.c (set_iterator_to_next): Fix 2004-12-13 change. 52 * xdisp.c (set_iterator_to_next): Fix 2004-12-13 change.