| Commit message (Expand) | Author | Age | Files | Lines |
* | * fringe.c: Add comment. | Paul Eggert | 2011-03-10 | 1 | -0/+5 |
* | * fringe.c (update_window_fringes): Mark locals as initialized | Paul Eggert | 2011-03-10 | 2 | -8/+5 |
* | * fringe.c (update_window_fringes): Initialize top_row_ends_at_zv_p and | Paul Eggert | 2011-03-10 | 2 | -1/+6 |
* | * fringe.c (destroy_fringe_bitmap, init_fringe_bitmap): Now static. | Paul Eggert | 2011-03-09 | 2 | -3/+4 |
* | * alloc.c (mark_fringe_data): Move decl from here ... | Paul Eggert | 2011-03-09 | 3 | -4/+8 |
* | * xfns.c (Fx_create_frame, x_create_tip_frame, Fx_show_tip): | Paul Eggert | 2011-03-09 | 2 | -13/+16 |
* | * fontset.c (FONTSET_SPEC, FONTSET_REPERTORY, RFONT_DEF_REPERTORY): Remove; u... | Paul Eggert | 2011-03-09 | 2 | -3/+3 |
* | * fontset.c (fontset_font): Mark local as initialized. | Paul Eggert | 2011-03-09 | 2 | -1/+2 |
* | * fontset.c (Fset_fontset_font): Rename local to avoid shadowing. | Paul Eggert | 2011-03-09 | 2 | -4/+5 |
* | * fontset.c (free_realized_fontset): Now static. | Paul Eggert | 2011-03-09 | 2 | -1/+3 |
* | * xrdb.c: Include "xterm.h", to check x_load_resources's interface. | Paul Eggert | 2011-03-09 | 2 | -2/+8 |
* | * xselect.c (x_own_selection, Fx_disown_selection_internal): Rename locals | Paul Eggert | 2011-03-09 | 2 | -7/+9 |
* | * xselect.c (TRACE3) [!defined TRACE_SELECTION]: Remove; not used. | Paul Eggert | 2011-03-09 | 2 | -1/+1 |
* | * xselect.c (x_disown_buffer_selections): Remove; not used. | Paul Eggert | 2011-03-09 | 2 | -20/+2 |
* | * lisp.h (GCPRO1_VAR, UNGCPRO_VAR): New macros, | Paul Eggert | 2011-03-09 | 2 | -6/+16 |
* | * xfns.c: (x_real_positions, xg_set_icon_from_xpm_data, x_create_tip_frame): | Paul Eggert | 2011-03-09 | 2 | -3/+4 |
* | * xfns.c (Fx_file_dialog, Fx_select_font): Fix pointer signedness. | Paul Eggert | 2011-03-09 | 2 | -5/+6 |
* | * xfns.c (Fx_create_frame): Add braces to silence GCC warning. | Paul Eggert | 2011-03-09 | 2 | -2/+4 |
* | * xfns.c (x_decode_color, x_set_name, x_window): Now static. | Paul Eggert | 2011-03-09 | 2 | -4/+8 |
* | * xterm.c (x_connection_closed): Tell GCC not to suggest NO_RETURN. | Paul Eggert | 2011-03-09 | 2 | -0/+5 |
* | * xterm.c (x_delete_glyphs, x_ins_del_lines): Mark with NO_RETURN. | Paul Eggert | 2011-03-09 | 2 | -0/+3 |
* | * xterm.c: (x_draw_image_foreground, redo_mouse_highlight, XTmouse_position): | Paul Eggert | 2011-03-09 | 2 | -46/+58 |
* | * xterm.c (XEMBED_VERSION, xembed_set_info): Don't define unless needed. | Paul Eggert | 2011-03-08 | 2 | -15/+9 |
* | * xterm.c (x_iconify_frame, x_free_frame_resources): Don't declare locals | Paul Eggert | 2011-03-08 | 2 | -1/+7 |
* | * xterm.c: Don't declare local "event" unless it's used. | Paul Eggert | 2011-03-08 | 2 | -1/+2 |
* | * xterm.c (XTread_socket): Don't define label "out" unless it's used. | Paul Eggert | 2011-03-08 | 2 | -2/+3 |
* | * xterm.c: (x_shift_glyphs_for_insert, XTflash, XTring_bell): | Paul Eggert | 2011-03-08 | 2 | -4/+6 |
* | * xterm.h (x_mouse_leave): New decl. | Paul Eggert | 2011-03-08 | 2 | -0/+3 |
* | * xterm.c (x_copy_dpy_color, x_focus_on_frame, x_unfocus_frame): | Paul Eggert | 2011-03-08 | 2 | -46/+3 |
* | * xfaces.c (STRDUPA, LSTRDUPA, FONT_POINT_SIZE_QUANTUM): Remove; not used. | Paul Eggert | 2011-03-08 | 2 | -14/+4 |
* | * xfaces.c (Fx_list_fonts): Mark variable that gcc -Wuninitialized | Paul Eggert | 2011-03-08 | 2 | -1/+3 |
* | * xfaces.c (free_realized_faces_for_fontset): Remove; not used. | Paul Eggert | 2011-03-08 | 2 | -39/+1 |
* | * xfaces.c (tty_defined_color, merge_face_heights): Now static. | Paul Eggert | 2011-03-08 | 2 | -2/+3 |
* | * term.c (encode_terminal_code): Mark vars for gcc -Wuninitialized. | Paul Eggert | 2011-03-08 | 2 | -3/+4 |
* | * xfaces.c (clear_face_cache, Fx_list_fonts, Fface_font): Rename | Paul Eggert | 2011-03-08 | 2 | -14/+16 |
* | * terminal.c (store_terminal_param): Now static. | Paul Eggert | 2011-03-08 | 2 | -4/+5 |
* | * term.c, tparam.h (tgetflag, tgetnum, tgetstr): Move the const to the .h file | Paul Eggert | 2011-03-08 | 3 | -16/+3 |
* | * alloc.c (mark_ttys): Move decl from here ... | Paul Eggert | 2011-03-08 | 3 | -1/+4 |
* | * term.c (term_mouse_position): Rename local to avoid shadowing. | Paul Eggert | 2011-03-08 | 2 | -3/+5 |
* | * cm.c (calccost, cmgoto): Use const pointers where appropriate. | Paul Eggert | 2011-03-08 | 7 | -93/+120 |
* | * tparam.h: New file. | Paul Eggert | 2011-03-08 | 5 | -27/+60 |
* | * term.c (encode_terminal_code): Remove unused local | Paul Eggert | 2011-03-08 | 2 | -3/+1 |
* | * term.c (encode_terminal_code): Now static. | Paul Eggert | 2011-03-08 | 2 | -1/+3 |
* | * cm.c (cmgoto): Mark variables that gcc -Wuninitialized does not | Paul Eggert | 2011-03-08 | 2 | -2/+4 |
* | * bidi.c (BIDI_BOB): Remove unused macro. | Paul Eggert | 2011-03-08 | 2 | -1/+1 |
* | * dispextern.h (bidi_dump_cached_states): Likewise. | Paul Eggert | 2011-03-08 | 2 | -0/+2 |
* | * bidi.c (bidi_check_type): Now static, since it's not used elsewhere. | Paul Eggert | 2011-03-08 | 2 | -1/+3 |
* | * chartab.c (ASET_RANGE, GET_SUB_CHAR_TABLE): Remove unused macros. | Paul Eggert | 2011-03-08 | 2 | -14/+1 |
* | * chartab.c: (sub_char_table_ref_and_range, char_table_ref_and_range): | Paul Eggert | 2011-03-08 | 2 | -13/+15 |
* | * chartab.c (copy_sub_char_table): Now static, since it's not used | Paul Eggert | 2011-03-08 | 2 | -3/+5 |