diff options
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 13 |
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 @@ | |||
| 1 | 2013-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 | |||
| 1 | 2013-09-06 Stefan Monnier <monnier@iro.umontreal.ca> | 14 | 2013-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. |