aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorKim F. Storm2005-01-09 02:12:43 +0000
committerKim F. Storm2005-01-09 02:12:43 +0000
commit8ab2c119c23ef0f81e59d379343c16f70521978f (patch)
treeb489095d9ecb218228b94eba38fb83032dcce266 /src/ChangeLog
parentfe1c200654a56b604a061441c572fd065183622d (diff)
downloademacs-8ab2c119c23ef0f81e59d379343c16f70521978f.tar.gz
emacs-8ab2c119c23ef0f81e59d379343c16f70521978f.zip
*** empty log message ***
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog25
1 files changed, 24 insertions, 1 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 2326957d4e0..2635af04ee5 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,26 @@
12005-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
12005-01-08 Jan Dj,Ad(Brv <jan.h.d@swipnet.se> 242005-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.
@@ -21,7 +44,7 @@
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
272005-01-07 Kim F. Storm <storm@cua.dk> 502005-01-07 Kim F. Storm <storm@cua.dk>