diff options
| author | Eli Zaretskii | 2001-01-02 14:27:49 +0000 |
|---|---|---|
| committer | Eli Zaretskii | 2001-01-02 14:27:49 +0000 |
| commit | 315f5865d494fdc6c74f92a88eae944b253675d3 (patch) | |
| tree | f9f5eae35c6dce2cfba4532f58d409d60665250f /src/ChangeLog | |
| parent | da55a2b79af1cf83fa661e26e8932b3f6a26d7f4 (diff) | |
| download | emacs-315f5865d494fdc6c74f92a88eae944b253675d3.tar.gz emacs-315f5865d494fdc6c74f92a88eae944b253675d3.zip | |
*** empty log message ***
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 125 |
1 files changed, 125 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 5cf4b1d7b1c..dce919970c3 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,128 @@ | |||
| 1 | 2001-01-02 Eli Zaretskii <eliz@is.elta.co.il> | ||
| 2 | |||
| 3 | * widget.c (EmacsFrameSetCharSize): Remove unused variables `ac' | ||
| 4 | and al[]. | ||
| 5 | |||
| 6 | * composite.c (run_composition_function): Remove unused variable | ||
| 7 | `val'. | ||
| 8 | (update_compositions): Remove unused variable `hook'. | ||
| 9 | |||
| 10 | * intervals.c (get_local_map): Remove unused variable `tem'. | ||
| 11 | |||
| 12 | * doprnt.c (doprnt1): Remove unused variable `size'. | ||
| 13 | |||
| 14 | * fns.c (Flength): Remove unused variable `tail'. | ||
| 15 | (Fdelete): Remove unused variable `size'. | ||
| 16 | |||
| 17 | * editfns.c (Ftranspose_regions): Remove unused variables `gcpro1' | ||
| 18 | and `gcpro2'. | ||
| 19 | |||
| 20 | * doc.c (Fsnarf_documentation): Remove unused variables `fun' and | ||
| 21 | `tem'. | ||
| 22 | |||
| 23 | * data.c (find_symbol_value): Remove extra 3rd argument in the | ||
| 24 | call to swap_in_symval_forwarding. | ||
| 25 | |||
| 26 | * undo.c (Fprimitive_undo): Remove unused block-scope variable | ||
| 27 | `end'. | ||
| 28 | |||
| 29 | * search.c (shrink_regexp_cache): Remove unused variable `cpp'. | ||
| 30 | (trivial_regexp_p): Remove unused variable `c'. | ||
| 31 | (boyer_moore): Remove unused variable `k'. | ||
| 32 | |||
| 33 | * indent.c (current_column): Remove unused variable `stopchar'. | ||
| 34 | (Fcompute_motion): Remove unused variable `contin'. | ||
| 35 | |||
| 36 | * casefiddle.c (casify_object): Remove unused variable `tolen'. | ||
| 37 | |||
| 38 | * dired.c (directory_files_internal): Fix a typo in a comment. | ||
| 39 | Remove an unused variable `handler'. | ||
| 40 | (file_name_completion): Remove unused function-scope variable | ||
| 41 | `dp'. | ||
| 42 | (Ffile_attributes) <dirname, sdir>: Make declarations conditioned | ||
| 43 | on BSD4_2. | ||
| 44 | |||
| 45 | * fileio.c (e_write): Remove unused variable | ||
| 46 | `require_encoding_p'. | ||
| 47 | |||
| 48 | * marker.c (Fmarker_position): Remove unused variables `pos', `i', | ||
| 49 | and `buf'. | ||
| 50 | (Fmarker_insertion_type): Remove unused variable `buf'. | ||
| 51 | |||
| 52 | * insdel.c (make_gap): Remove unused variable `result'. | ||
| 53 | |||
| 54 | * keyboard.c (record_char): Remove unused function-scope variable | ||
| 55 | `help'. | ||
| 56 | (kbd_buffer_get_event): Remove unused block-scope variable `idx'. | ||
| 57 | (menu_bar_items): Remove unused function-scope variable `tem'. | ||
| 58 | |||
| 59 | * fontset.c (fontset_ref): Remove unused variable `i'. | ||
| 60 | (fontset_set): Remove unused variables `j' and `tmp'. | ||
| 61 | (make_fontset): Remove unused variables `i', `j', `elt' and | ||
| 62 | `base_elt'. | ||
| 63 | (make_fontset_for_ascii_face): Remove unused variable `name'. | ||
| 64 | (fs_load_font): Remove unused variable `font_idx'. | ||
| 65 | (fs_query_fontset): Remove unused function-local variable | ||
| 66 | `fontset'. | ||
| 67 | (list_fontsets): Remove unused variable `tail'. | ||
| 68 | (Fnew_fontset): Remove unused variables `family' and `registry'. | ||
| 69 | (accumulate_font_info): Remove unused variable `tmp'. | ||
| 70 | (Ffontset_font): Remove unused variable `id'. | ||
| 71 | (syms_of_fontset): Remove unused variable `i'. | ||
| 72 | |||
| 73 | * xfns.c (x_display_info_for_name): Cast 0 to "char *" in the call | ||
| 74 | to x_term_init. | ||
| 75 | (lookup_image): Remove unused variable `file'. | ||
| 76 | (xbm_load): Remove unused variables `bitmap_data', `height', and | ||
| 77 | `width'. Remove function-local variable `i', leave the | ||
| 78 | block-local one. | ||
| 79 | (gif_load): Remove unused variable `inc'. | ||
| 80 | |||
| 81 | * xterm.c (XTread_socket): Remove unused variables `p' and | ||
| 82 | `pend'. | ||
| 83 | (XTread_socket) <LeaveNotify>: Remove unused variable `frame', | ||
| 84 | leave only the one in the inner block. | ||
| 85 | |||
| 86 | * xfaces.c (face_fontset, realize_default_face): Remove unused | ||
| 87 | variable `fontset'. | ||
| 88 | (face_at_buffer_position): Remove unused variable `multibyte_p'. | ||
| 89 | |||
| 90 | * term.c (encode_terminal_code): Remove unused variable `c'. | ||
| 91 | |||
| 92 | * ccl.c (Fccl_execute): Cast ccl_driver parameters to `unsigned | ||
| 93 | char *' instead of `char *'. | ||
| 94 | |||
| 95 | * category.c (Fcategory_docstring): Remove unused variable `doc'. | ||
| 96 | (Fget_unused_category): Remove unused variable | ||
| 97 | `docstring_vector'. | ||
| 98 | (Fchar_category_set): Remove unused variables `val', `charset', | ||
| 99 | `c1' and `c2'. | ||
| 100 | |||
| 101 | * coding.c (detect_coding_iso2022, setup_coding_system): Remove | ||
| 102 | unused variable `i'. | ||
| 103 | (detect_coding_mask): Remove unused variable `idx'. | ||
| 104 | (detect_coding): Remove unused variable `i'. | ||
| 105 | (ccl_coding_driver): Remove unused variable `result'. | ||
| 106 | (run_pre_post_conversion_on_str): Remove unused variable `prev'. | ||
| 107 | (decode_coding_string): Remove unused variables `to' and | ||
| 108 | `gcpro1'. | ||
| 109 | (encode_coding_string): Remove unused variables `gcpro1' and | ||
| 110 | `saved_coding_symbol'. | ||
| 111 | (Ffind_coding_systems_region_internal): Remove function-local | ||
| 112 | variable args[], leave only the block-local one. | ||
| 113 | (code_convert_region1): Remove unused variable `len'. | ||
| 114 | |||
| 115 | * charset.c (char_printable_p): Remove unused variable `chars'. | ||
| 116 | (Fsplit_char, Fchar_bytes): Remove unused variable `val'. | ||
| 117 | (str_to_multibyte): Remove unused variable `c'. | ||
| 118 | |||
| 119 | * window.c (size_window): Remove block-local variable `min_size'. | ||
| 120 | |||
| 121 | * xdisp.c (make_cursor_line_fully_visible): Remove unused variable | ||
| 122 | `header_line_height'. | ||
| 123 | (append_space, extend_face_to_end_of_line): Declare `saved_what' | ||
| 124 | enum display_element_type. | ||
| 125 | |||
| 1 | 2001-01-02 Gerd Moellmann <gerd@gnu.org> | 126 | 2001-01-02 Gerd Moellmann <gerd@gnu.org> |
| 2 | 127 | ||
| 3 | * xterm.c (x_connection_closed): Catch X errors around all | 128 | * xterm.c (x_connection_closed): Catch X errors around all |