comparison src/ChangeLog.22 @ 89557:d2c6900fc175

*** empty log message ***
author Dave Love <fx@gnu.org>
date Mon, 29 Sep 2003 18:18:04 +0000
parents c4a2841dbe3d
children 3b8f43ceb4b9
comparison
equal deleted inserted replaced
89556:9064ba07898b 89557:d2c6900fc175
1 2003-09-29 Dave Love <fx@gnu.org>
2
3 * xmenu.c (find_and_call_menu_selection): Make menu_bar_items_used
4 EMACS_INT.
5
6 * xfns.c (DefaultDepthOfScreen, x_encode_text): Remove unused vars.
7
8 * xfaces.c (face_numeric_value): Declare dim size_t.
9 (Finternal_lisp_face_equal_p): Remove unused f.
10
11 * xdisp.c (BUILD_CHAR_GLYPH_STRINGS, display_and_set_cursor)
12 (MATRIX_ROW): Remove unused vars.
13 (draw_glyphs, x_insert_glyphs, fast_find_position)
14 (fast_find_position, fast_find_string_pos): Use EMACS_INT for
15 byte/char counts.
16
17 * regex.c (regex_compile): Remove unused var.
18
19 * minibuf.c (Fminibuffer_complete_word): Remove unused var.
20
21 * keymap.c (Fset_keymap_parent, map_keymap, Fcopy_keymap)
22 (Faccessible_keymaps, where_is_internal): Remove unused vars.
23
24 * keyboard.c (cancel_hourglass_unwind): Return Qnil.
25
26 * frame.c (frame_name_fnn_p): Make len EMACS_INT.
27
28 * fileio.c (Fwrite_region): Remove unused var.
29
30 * dispnew.c (adjust_frame_glyphs_for_frame_redisplay)
31 (adjust_frame_glyphs_for_window_redisplay): Remove unused ch_dim.
32
33 * composite.c (Fremove_list_of_text_properties): Declare.
34
35 * coding.c (inhibit_pre_post_conversion): Removed (unused).
36 (alloc_destination, produce_chars): Use EMACS_INT for byte/char
37 counts.
38 (coding_inherit_eol_type): Remove unused attrs.
39 (detect_coding): Cast arg of detect_eol.
40
41 * charset.c (syms_of_charset): Remove unused var p.
42 (find_charsets_in_text, Ffind_charset_region): Use EMACS_INT for
43 byte/char counts.
44
45 * casetab.c (set_case_table): Remove unused var.
46
47 * window.c (Fdisplay_buffer, Fframe_selected_window): Remove
48 unsued vars.
49
1 2003-09-26 Dave Love <fx@gnu.org> 50 2003-09-26 Dave Love <fx@gnu.org>
2 51
3 * xterm.c (x_bitmap_mask): Declare. 52 * xterm.c (x_bitmap_mask): Declare.
4 53
5 2003-09-17 Dave Love <fx@gnu.org> 54 2003-09-17 Dave Love <fx@gnu.org>