aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorGlenn Morris2014-04-05 11:40:52 -0700
committerGlenn Morris2014-04-05 11:40:52 -0700
commit1b058e42524353c9ff133ea330876ed2d39b6515 (patch)
tree3d9eb39f6f3d5a4e705e6a363b0dcd8fa5af9abb /src
parentba8b8451d5b77aa880cf4f1c966e255be1846890 (diff)
downloademacs-1b058e42524353c9ff133ea330876ed2d39b6515.tar.gz
emacs-1b058e42524353c9ff133ea330876ed2d39b6515.zip
ChangeLog fix
Related entries do not get separated by blank lines (per standards.info). Use form from admin/notes/changelogs for repeated items.
Diffstat (limited to 'src')
-rw-r--r--src/ChangeLog85
1 files changed, 27 insertions, 58 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index b160668dc23..7152890f45d 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,63 +1,32 @@
12014-04-03 Daniel Colascione <dancol@dancol.org> 12014-04-03 Daniel Colascione <dancol@dancol.org>
2 2
3 In all places below, change expressions of the form sizeof(arr) / 3 * xterm.c (x_term_init):
4 sizeof(arr[0]) to ARRAYELTS(arr). 4 * xfns.c (best_xim_style):
5 5 * xfaces.c (Fdump_colors):
6 * xterm.c (x_term_init): See above. 6 * w32fns.c (w32_default_color_map):
7 7 * w32.c (init_environment, N_ENV_VARS):
8 * xfns.c (best_xim_style): See above. 8 * unexcw.c (read_exe_header):
9 9 * term.c (term_get_fkeys_1):
10 * xfaces.c (Fdump_colors): See above. 10 * sysdep.c (init_baud_rate):
11 11 * nsterm.m (ns_convert_key):
12 * w32fns.c (w32_default_color_map): See above. 12 * nsfns.m (get_geometry_from_preferences):
13 13 * msdos.c (dos_set_window_size, init_environment):
14 * w32.c: 14 * macfont.m (mac_font_get_glyph_for_cid)
15 (init_environment): See above. 15 (macfont_store_descriptor_attributes)
16 (N_ENV_VARS): See above. 16 (macfont_create_attributes_with_spec, mac_ctfont_get_glyph_for_cid):
17 17 * keyboard.c (command_loop_1, read_menu_command, make_lispy_event)
18 * unexcw.c (read_exe_header): See above. 18 (NUM_MOD_NAMES, read_key_sequence_vs, Fcurrent_input_mode)
19 19 (syms_of_keyboard):
20 * term.c (term_get_fkeys_1): See above. 20 * image.c (xpm_str_to_color_key):
21 21 * fringe.c (MAX_STANDARD_FRINGE_BITMAPS):
22 * sysdep.c (init_baud_rate): See above. 22 * frame.c (x_set_frame_parameters):
23 23 * fileio.c (Ffile_selinux_context):
24 * nsterm.m (ns_convert_key): See above. 24 * emacs.c (sort_args):
25 25 * dosfns.c (msdos_stdcolor_name):
26 * nsfns.m (get_geometry_from_preferences): See above. 26 * dired.c (file_attributes):
27 27 * chartab.c (uniprop_decoder_count, uniprop_encode_count):
28 * msdos.c (dos_set_window_size): See above. 28 Change expressions of the form sizeof(arr) / sizeof(arr[0])
29 (init_environment): See above. 29 to ARRAYELTS(arr).
30
31 * macfont.m (mac_font_get_glyph_for_cid): See above.
32 (macfont_store_descriptor_attributes): See above.
33 (macfont_create_attributes_with_spec): See above.
34 (mac_ctfont_get_glyph_for_cid): See above.
35
36 * keyboard.c (command_loop_1): See above.
37 (read_menu_command): See above.
38 (make_lispy_event): See above.
39 (NUM_MOD_NAMES): See above.
40 (read_key_sequence_vs): See above.
41 (Fcurrent_input_mode): See above.
42 (syms_of_keyboard): See above.
43
44 * image.c (xpm_str_to_color_key): See above.
45
46 * fringe.c (MAX_STANDARD_FRINGE_BITMAPS): See above.
47
48 * frame.c (x_set_frame_parameters): See above.
49
50 * fileio.c (Ffile_selinux_context): See above.
51
52 * emacs.c (sort_args): See above.
53
54 * dosfns.c ():
55 (msdos_stdcolor_name): See above.
56
57 * dired.c (file_attributes): See above.
58
59 * chartab.c:
60 (uniprop_decoder_count,uniprop_encode_count): See above.
61 30
622014-04-02 Daniel Colascione <dancol@dancol.org> 312014-04-02 Daniel Colascione <dancol@dancol.org>
63 32