aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorDmitry Antipov2013-08-30 16:17:44 +0400
committerDmitry Antipov2013-08-30 16:17:44 +0400
commit9d7693d74c4ec73c01d03d990d552e1480ec2739 (patch)
tree9b3862361d8d0ca7ca8456321e8eda3e4ac5c54c /src/ChangeLog
parent112798c18dbbb095a34ace257767ae6f57643468 (diff)
downloademacs-9d7693d74c4ec73c01d03d990d552e1480ec2739.tar.gz
emacs-9d7693d74c4ec73c01d03d990d552e1480ec2739.zip
Minor cleanup to avoid forward declarations.
* coding.h (struct ccl_spec): Remove forward declaration. * composite.h (toplevel): Include font.h. (struct composition_it, struct face, struct font_metrics): Remove forward declaration. * dispextern.h (struct image, struct atimer): Likewise. * emacsgtkfixed.h (struct frame): Likewise. * emacsgtkfixed.c (toplevel): Reorder headers and drop stdio.h. * font.h (struct font_driver, struct font, struct glyph_string) (struct face): Remove forward declaration. * fontset.h (struct face, struct font): Likewise. * frame.h (toplevel): Style cleanup. (enum output_method): Move to... * termhooks.h (enum output_method): ...here. (struct glyph, struct frame, struct ns_display_info) (struct x_display_info, struct w32_display_info): Remove forward declaration. * xterm.h (toplevel): Include termhooks.h. (struct font, struct window, struct glyph_matrix, struct frame) (struct input_event, struct face, struct image): Remove forward declaration. * gtkutil.h (struct _widget_value): Likewise. * keyboard.h (toplevel): Include termhooks.h. (struct input_event): Remove forward declaration.
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog27
1 files changed, 27 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index c605c5ec4d3..e11587450ec 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,30 @@
12013-08-30 Dmitry Antipov <dmantipov@yandex.ru>
2
3 Minor cleanup to avoid forward declarations.
4 * coding.h (struct ccl_spec): Remove forward declaration.
5 * composite.h (toplevel): Include font.h.
6 (struct composition_it, struct face, struct font_metrics):
7 Remove forward declaration.
8 * dispextern.h (struct image, struct atimer): Likewise.
9 * emacsgtkfixed.h (struct frame): Likewise.
10 * emacsgtkfixed.c (toplevel): Reorder headers and drop stdio.h.
11 * font.h (struct font_driver, struct font, struct glyph_string)
12 (struct face): Remove forward declaration.
13 * fontset.h (struct face, struct font): Likewise.
14 * frame.h (toplevel): Style cleanup.
15 (enum output_method): Move to...
16 * termhooks.h (enum output_method): ...here.
17 (struct glyph, struct frame, struct ns_display_info)
18 (struct x_display_info, struct w32_display_info):
19 Remove forward declaration.
20 * xterm.h (toplevel): Include termhooks.h.
21 (struct font, struct window, struct glyph_matrix, struct frame)
22 (struct input_event, struct face, struct image): Remove forward
23 declaration.
24 * gtkutil.h (struct _widget_value): Likewise.
25 * keyboard.h (toplevel): Include termhooks.h.
26 (struct input_event): Remove forward declaration.
27
12013-08-29 Dmitry Antipov <dmantipov@yandex.ru> 282013-08-29 Dmitry Antipov <dmantipov@yandex.ru>
2 29
3 * intervals.c (set_point_from_marker): New function. 30 * intervals.c (set_point_from_marker): New function.