summaryrefslogtreecommitdiff
path: root/src/ChangeLog
AgeCommit message (Expand)Author
2011-03-09* xterm.c (x_connection_closed): Tell GCC not to suggest NO_RETURN.Paul Eggert
2011-03-09* xterm.c (x_delete_glyphs, x_ins_del_lines): Mark with NO_RETURN.Paul Eggert
2011-03-09* src/search.c (compile_pattern_1): Remove unused argument.Juanma Barranquero
2011-03-09* xterm.c: (x_draw_image_foreground, redo_mouse_highlight, XTmouse_position):Paul Eggert
2011-03-08* xterm.c (XEMBED_VERSION, xembed_set_info): Don't define unless needed.Paul Eggert
2011-03-08* xterm.c (x_iconify_frame, x_free_frame_resources): Don't declare localsPaul Eggert
2011-03-08* xterm.c: Don't declare local "event" unless it's used.Paul Eggert
2011-03-08* xterm.c (XTread_socket): Don't define label "out" unless it's used.Paul Eggert
2011-03-08* xterm.c: (x_shift_glyphs_for_insert, XTflash, XTring_bell):Paul Eggert
2011-03-08* xterm.h (x_mouse_leave): New decl.Paul Eggert
2011-03-08* xterm.c (x_copy_dpy_color, x_focus_on_frame, x_unfocus_frame):Paul Eggert
2011-03-08* xfaces.c (STRDUPA, LSTRDUPA, FONT_POINT_SIZE_QUANTUM): Remove; not used.Paul Eggert
2011-03-08* xfaces.c (Fx_list_fonts): Mark variable that gcc -WuninitializedPaul Eggert
2011-03-08* xfaces.c (free_realized_faces_for_fontset): Remove; not used.Paul Eggert
2011-03-08* xfaces.c (tty_defined_color, merge_face_heights): Now static.Paul Eggert
2011-03-08* term.c (encode_terminal_code): Mark vars for gcc -Wuninitialized.Paul Eggert
2011-03-08* xfaces.c (clear_face_cache, Fx_list_fonts, Fface_font): RenamePaul Eggert
2011-03-08* terminal.c (store_terminal_param): Now static.Paul Eggert
2011-03-08* term.c, tparam.h (tgetflag, tgetnum, tgetstr): Move the const to the .h filePaul Eggert
2011-03-08* alloc.c (mark_ttys): Move decl from here ...Paul Eggert
2011-03-08* term.c (term_mouse_position): Rename local to avoid shadowing.Paul Eggert
2011-03-08* cm.c (calccost, cmgoto): Use const pointers where appropriate.Paul Eggert
2011-03-08* tparam.h: New file.Paul Eggert
2011-03-08* term.c (encode_terminal_code): Remove unused localPaul Eggert
2011-03-08* term.c (encode_terminal_code): Now static.Paul Eggert
2011-03-08* cm.c (cmgoto): Mark variables that gcc -Wuninitialized does notPaul Eggert
2011-03-08* bidi.c (BIDI_BOB): Remove unused macro.Paul Eggert
2011-03-08Updates for compiling with Gtk+ 3.0 (--with-x-toolkit=gtk3).Jan D
2011-03-08* dispextern.h (bidi_dump_cached_states): Likewise.Paul Eggert
2011-03-08* bidi.c (bidi_check_type): Now static, since it's not used elsewhere.Paul Eggert
2011-03-08* chartab.c (ASET_RANGE, GET_SUB_CHAR_TABLE): Remove unused macros.Paul Eggert
2011-03-08* chartab.c: (sub_char_table_ref_and_range, char_table_ref_and_range):Paul Eggert
2011-03-08* chartab.c (copy_sub_char_table): Now static, since it's not usedPaul Eggert
2011-03-07* character.c (string_count_byte8): Likewise.Paul Eggert
2011-03-07* ccl.c (CCL_WRITE_STRING, CCL_ENCODE_CHAR, Fccl_execute_on_string):Paul Eggert
2011-03-07* category.c (copy_category_table): Now static, since it's not used elsewhere.Paul Eggert
2011-03-07* category.c (hash_get_category_set): Remove unused local var.Paul Eggert
2011-03-07* coding.c (detect_coding_iso_2022): Initialize a local variable that mightPaul Eggert
2011-03-07* coding.c (decode_coding_emacs_mule): Mark variables that gccPaul Eggert
2011-03-07* coding.c: (ISO_CODE_LF, ISO_CODE_CR, CODING_ISO_FLAG_EUC_TW_SHIFT):Paul Eggert
2011-03-07* coding.c: (decode_coding_object, encode_coding_object, detect_coding_system):Paul Eggert
2011-03-07* coding.c (decode_coding_iso_2022): Add "default: abort ();" as a safety check.Paul Eggert
2011-03-07* coding.c (emacs_mule_char, encode_invocation_designation):Paul Eggert
2011-03-07* coding.c (Fdefine_coding_system_internal): Don't redeclare 'i' insidePaul Eggert
2011-03-08src/w32xfns.c (select_palette): Check success of RealizePalette against GDI_E...Juanma Barranquero
2011-03-07* coding.c (coding_set_source, coding_set_destination):Paul Eggert
2011-03-07* charset.c (load_charset): Abort instead of using uninitialized var.Paul Eggert
2011-03-07* charset.c (load_charset_map): Mark variables that gcc -WuninitializedPaul Eggert
2011-03-07* charset.c: Include <limits.h>.Paul Eggert
2011-03-07* charset.h (CHECK_CHARSET_GET_CHARSET): Rename locals to avoidPaul Eggert