aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorDmitry Antipov2013-09-06 20:40:12 +0400
committerDmitry Antipov2013-09-06 20:40:12 +0400
commit77394d40d90fe4ba150444c0160654c608ef227d (patch)
tree3deb81e4974e1974bac3f5e2cbabefcac3ebebf4 /src/ChangeLog
parent86cf73299170efd02eb9ede42547eca65df83c86 (diff)
downloademacs-77394d40d90fe4ba150444c0160654c608ef227d.tar.gz
emacs-77394d40d90fe4ba150444c0160654c608ef227d.zip
* lisp.h (last_glyphless_glyph_frame, last_glyphless_glyph_face_id)
(last_glyphless_glyph_merged_face_id): Remove declarations. * dispextern.h (merge_glyphless_glyph_face): Add prototype. * xdisp.c (last_glyphless_glyph_frame, last_glyphless_glyph_face_id) (last_glyphless_glyph_merged_face_id): Now static. (merge_escape_glyph_face): New function, refactored from... (get_next_display_element): ...here. (merge_glyphless_glyph_face): New function, refactored from... (produce_glyphless_glyph): ...here... * term.c (produce_glyphless_glyph): ...and here.
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog13
1 files changed, 13 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 526b05fbd9f..7f41abc46bb 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,16 @@
12013-09-06 Dmitry Antipov <dmantipov@yandex.ru>
2
3 * lisp.h (last_glyphless_glyph_frame, last_glyphless_glyph_face_id)
4 (last_glyphless_glyph_merged_face_id): Remove declarations.
5 * dispextern.h (merge_glyphless_glyph_face): Add prototype.
6 * xdisp.c (last_glyphless_glyph_frame, last_glyphless_glyph_face_id)
7 (last_glyphless_glyph_merged_face_id): Now static.
8 (merge_escape_glyph_face): New function, refactored from...
9 (get_next_display_element): ...here.
10 (merge_glyphless_glyph_face): New function, refactored from...
11 (produce_glyphless_glyph): ...here...
12 * term.c (produce_glyphless_glyph): ...and here.
13
12013-09-06 Stefan Monnier <monnier@iro.umontreal.ca> 142013-09-06 Stefan Monnier <monnier@iro.umontreal.ca>
2 15
3 * eval.c (eval_sub): Only call Ffunction if necessary. 16 * eval.c (eval_sub): Only call Ffunction if necessary.