aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorPaul Eggert2015-02-03 18:53:15 -0800
committerPaul Eggert2015-02-03 18:54:01 -0800
commitac27180cca90fa1919ba0331e01794602901e7bc (patch)
tree2e7ce429a847bbc42f7a946a9dee8e6ef105edc8 /src/ChangeLog
parent0f5e0449960621d58f2b751078235f593530ebc5 (diff)
downloademacs-ac27180cca90fa1919ba0331e01794602901e7bc.tar.gz
emacs-ac27180cca90fa1919ba0331e01794602901e7bc.zip
Remove no-longer-used two_byte_p calculations
* dispextern.h (struct glyph_string): Remove member two_byte_p. All uses removed. * xdisp.c (get_glyph_face_and_encoding): Remove arg two_byte_p. All callers changed.
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index a1d4c7dbd08..6b56abbafd1 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,11 @@
12015-02-04 Paul Eggert <eggert@cs.ucla.edu>
2
3 Remove no-longer-used two_byte_p calculations
4 * dispextern.h (struct glyph_string): Remove member two_byte_p.
5 All uses removed.
6 * xdisp.c (get_glyph_face_and_encoding): Remove arg two_byte_p.
7 All callers changed.
8
12015-02-03 Paul Eggert <eggert@cs.ucla.edu> 92015-02-03 Paul Eggert <eggert@cs.ucla.edu>
2 10
3 Omit unnecessary var if GTK or NS 11 Omit unnecessary var if GTK or NS