diff options
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index a1685b85d9b..5d1e8c10320 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,5 +1,19 @@ | |||
| 1 | 2013-08-03 Dmitry Antipov <dmantipov@yandex.ru> | 1 | 2013-08-03 Dmitry Antipov <dmantipov@yandex.ru> |
| 2 | 2 | ||
| 3 | Do not use global Lisp_Object in composition macros. | ||
| 4 | * composite.h (composition_temp): Remove declaration. | ||
| 5 | (COMPOSITION_METHOD, COMPOSITION_VALID_P): Replace with... | ||
| 6 | (composition_method, composition_valid_p): ...inline functions. | ||
| 7 | * composite.c (composition_temp): Remove. | ||
| 8 | (run_composition_function, update_compositions) | ||
| 9 | (composition_compute_stop_pos, composition_adjust_point) | ||
| 10 | (Ffind_composition_internal): | ||
| 11 | * coding.c (handle_composition_annotation): | ||
| 12 | * xdisp.c (handle_composition_prop, check_point_in_composition): | ||
| 13 | Related users changed. | ||
| 14 | |||
| 15 | 2013-08-03 Dmitry Antipov <dmantipov@yandex.ru> | ||
| 16 | |||
| 3 | Drop FRAME_PTR typedef. | 17 | Drop FRAME_PTR typedef. |
| 4 | * composite.c, font.c, font.h, fontset.c, fontset.h, frame.c, frame.h: | 18 | * composite.c, font.c, font.h, fontset.c, fontset.h, frame.c, frame.h: |
| 5 | * ftfont.c, ftxfont.c, gtkutil.c, gtkutil.h, image.c, keyboard.c: | 19 | * ftfont.c, ftxfont.c, gtkutil.c, gtkutil.h, image.c, keyboard.c: |