aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog20
1 files changed, 20 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 73525169bf9..79fce55c003 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,5 +1,25 @@
12013-07-30 Dmitry Antipov <dmantipov@yandex.ru> 12013-07-30 Dmitry Antipov <dmantipov@yandex.ru>
2 2
3 * fringe.c (draw_window_fringes, update_window_fringes)
4 (compute_fringe_widths):
5 * w32term.c (x_draw_glyph_string):
6 * window.c (candidate_window_p, Frecenter):
7 * xfaces.c (realize_basic_faces, realize_default_face)
8 (Fbitmap_space_p, Finternal_set_lisp_face_attribute)
9 (x_update_menu_appearance, face_attr_equal_p, lface_equal_p):
10 * xfns.c (x_set_cursor_color, xic_free_xfontset):
11 * xmenu.c (Fx_menu_bar_open_internal):
12 * xselect.c (x_reply_selection_request, Fx_get_atom_name):
13 * xsettings.c (xft_settings_event):
14 * xterm.c (x_draw_glyph_string, x_had_errors_p):
15 Use bool for booleans. Adjust style and comments where
16 appropriate.
17 * dispextern.h (draw_window_fringes, update_window_fringes)
18 (compute_fringe_widths):
19 * xterm.h (x_had_errors_p): Adjust prototype.
20
212013-07-30 Dmitry Antipov <dmantipov@yandex.ru>
22
3 * frame.c (Fmodify_frame_parameters): Always check 2nd arg with 23 * frame.c (Fmodify_frame_parameters): Always check 2nd arg with
4 CHECK_LIST. Rewrite the loop to avoid useless local variable. 24 CHECK_LIST. Rewrite the loop to avoid useless local variable.
5 25