diff options
| author | Dmitry Antipov | 2013-08-01 11:33:58 +0400 |
|---|---|---|
| committer | Dmitry Antipov | 2013-08-01 11:33:58 +0400 |
| commit | 2f935d86fd7aa551e2c61d71c14a1c1a8b3ba707 (patch) | |
| tree | e04789553000bbac7cc2e64c42262f8cd9d5bef9 /src/ChangeLog | |
| parent | 52b8a085f779789a9774b2890390df3758c8c302 (diff) | |
| download | emacs-2f935d86fd7aa551e2c61d71c14a1c1a8b3ba707.tar.gz emacs-2f935d86fd7aa551e2c61d71c14a1c1a8b3ba707.zip | |
* xterm.c (any_help_event_p, x_draw_glyph_string_background):
(x_display_ok): Use bool for booleans.
(x_draw_glyph_string_background, cvt_string_to_pixel):
(cvt_pixel_dtor): Drop unnecessary prototypes.
* xterm.h (x_display_ok): Adjust prototype.
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 4fb6a657939..8dc5fbbd01d 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -17,6 +17,11 @@ | |||
| 17 | This is better because this code always unconditionally skips | 17 | This is better because this code always unconditionally skips |
| 18 | non-X frames in Vframe_list and issues the only XFlush if we | 18 | non-X frames in Vframe_list and issues the only XFlush if we |
| 19 | have more than one X frame on the same X display. | 19 | have more than one X frame on the same X display. |
| 20 | (any_help_event_p, x_draw_glyph_string_background, x_display_ok): | ||
| 21 | Use bool for booleans. | ||
| 22 | (x_draw_glyph_string_background, cvt_string_to_pixel): | ||
| 23 | (cvt_pixel_dtor): Drop unnecessary prototypes. | ||
| 24 | * xterm.h (x_display_ok): Adjust prototype. | ||
| 20 | 25 | ||
| 21 | 2013-07-31 Dmitry Antipov <dmantipov@yandex.ru> | 26 | 2013-07-31 Dmitry Antipov <dmantipov@yandex.ru> |
| 22 | 27 | ||