aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog (follow)
Commit message (Expand)AuthorAgeFilesLines
* * xfns.c: (x_real_positions, xg_set_icon_from_xpm_data, x_create_tip_frame):Paul Eggert2011-03-091-0/+2
* * xfns.c (Fx_file_dialog, Fx_select_font): Fix pointer signedness.Paul Eggert2011-03-091-0/+1
* * xfns.c (Fx_create_frame): Add braces to silence GCC warning.Paul Eggert2011-03-091-0/+1
* * xfns.c (x_decode_color, x_set_name, x_window): Now static.Paul Eggert2011-03-091-0/+4
* * xterm.c (x_connection_closed): Tell GCC not to suggest NO_RETURN.Paul Eggert2011-03-091-0/+1
* * xterm.c (x_delete_glyphs, x_ins_del_lines): Mark with NO_RETURN.Paul Eggert2011-03-091-0/+1
* * xterm.c: (x_draw_image_foreground, redo_mouse_highlight, XTmouse_position):Paul Eggert2011-03-091-0/+5
* * xterm.c (XEMBED_VERSION, xembed_set_info): Don't define unless needed.Paul Eggert2011-03-081-0/+2
* * xterm.c (x_iconify_frame, x_free_frame_resources): Don't declare localsPaul Eggert2011-03-081-0/+2
* * xterm.c: Don't declare local "event" unless it's used.Paul Eggert2011-03-081-0/+1
* * xterm.c (XTread_socket): Don't define label "out" unless it's used.Paul Eggert2011-03-081-0/+1
* * xterm.c: (x_shift_glyphs_for_insert, XTflash, XTring_bell):Paul Eggert2011-03-081-0/+2
* * xterm.h (x_mouse_leave): New decl.Paul Eggert2011-03-081-0/+2
* * xterm.c (x_copy_dpy_color, x_focus_on_frame, x_unfocus_frame):Paul Eggert2011-03-081-0/+3
* * xfaces.c (STRDUPA, LSTRDUPA, FONT_POINT_SIZE_QUANTUM): Remove; not used.Paul Eggert2011-03-081-0/+2
* * xfaces.c (Fx_list_fonts): Mark variable that gcc -WuninitializedPaul Eggert2011-03-081-0/+2
* * xfaces.c (free_realized_faces_for_fontset): Remove; not used.Paul Eggert2011-03-081-0/+1
* * xfaces.c (tty_defined_color, merge_face_heights): Now static.Paul Eggert2011-03-081-0/+1
* * term.c (encode_terminal_code): Mark vars for gcc -Wuninitialized.Paul Eggert2011-03-081-0/+1
* * xfaces.c (clear_face_cache, Fx_list_fonts, Fface_font): RenamePaul Eggert2011-03-081-0/+3
* * terminal.c (store_terminal_param): Now static.Paul Eggert2011-03-081-1/+3
* * term.c, tparam.h (tgetflag, tgetnum, tgetstr): Move the const to the .h filePaul Eggert2011-03-081-1/+0
* * alloc.c (mark_ttys): Move decl from here ...Paul Eggert2011-03-081-0/+3
* * term.c (term_mouse_position): Rename local to avoid shadowing.Paul Eggert2011-03-081-0/+2
* * cm.c (calccost, cmgoto): Use const pointers where appropriate.Paul Eggert2011-03-081-0/+10
* * tparam.h: New file.Paul Eggert2011-03-081-0/+11
* * term.c (encode_terminal_code): Remove unused localPaul Eggert2011-03-081-1/+1
* * term.c (encode_terminal_code): Now static.Paul Eggert2011-03-081-0/+2
* * cm.c (cmgoto): Mark variables that gcc -Wuninitialized does notPaul Eggert2011-03-081-0/+3
* * bidi.c (BIDI_BOB): Remove unused macro.Paul Eggert2011-03-081-0/+1
* * dispextern.h (bidi_dump_cached_states): Likewise.Paul Eggert2011-03-081-0/+1
* * bidi.c (bidi_check_type): Now static, since it's not used elsewhere.Paul Eggert2011-03-081-0/+2
* * chartab.c (ASET_RANGE, GET_SUB_CHAR_TABLE): Remove unused macros.Paul Eggert2011-03-081-0/+1
* * chartab.c: (sub_char_table_ref_and_range, char_table_ref_and_range):Paul Eggert2011-03-081-0/+2
* * chartab.c (copy_sub_char_table): Now static, since it's not usedPaul Eggert2011-03-081-0/+3
* * character.c (string_count_byte8): Likewise.Paul Eggert2011-03-071-0/+1
* * ccl.c (CCL_WRITE_STRING, CCL_ENCODE_CHAR, Fccl_execute_on_string):Paul Eggert2011-03-071-0/+3
* * category.c (copy_category_table): Now static, since it's not used elsewhere.Paul Eggert2011-03-071-0/+1
* * category.c (hash_get_category_set): Remove unused local var.Paul Eggert2011-03-071-0/+2
* * coding.c (detect_coding_iso_2022): Initialize a local variable that mightPaul Eggert2011-03-071-0/+3
* * coding.c (decode_coding_emacs_mule): Mark variables that gccPaul Eggert2011-03-071-2/+2
* * coding.c: (ISO_CODE_LF, ISO_CODE_CR, CODING_ISO_FLAG_EUC_TW_SHIFT):Paul Eggert2011-03-071-0/+5
* * coding.c: (decode_coding_object, encode_coding_object, detect_coding_system):Paul Eggert2011-03-071-0/+3
* * coding.c (decode_coding_iso_2022): Add "default: abort ();" as a safety check.Paul Eggert2011-03-071-0/+1
* * coding.c (emacs_mule_char, encode_invocation_designation):Paul Eggert2011-03-071-0/+2
* * coding.c (Fdefine_coding_system_internal): Don't redeclare 'i' insidePaul Eggert2011-03-071-0/+9
* * coding.c (coding_set_source, coding_set_destination):Paul Eggert2011-03-071-0/+4
* * charset.c (load_charset): Abort instead of using uninitialized var.Paul Eggert2011-03-071-0/+1
* * charset.c (load_charset_map): Mark variables that gcc -WuninitializedPaul Eggert2011-03-071-0/+2
* * charset.c: Include <limits.h>.Paul Eggert2011-03-071-0/+3