aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog (follow)
Commit message (Expand)AuthorAgeFilesLines
* Fix compilation warnings on MS-DOS due to constifying of pointers in xmenu.c.Eli Zaretskii2011-03-121-0/+7
* * buffer.c (syms_of_buffer): Remove obsolete comment.Tom Tromey2011-03-111-0/+4
* Fix MS-Windows build broken by 2011-03-11T07:24:21Z!eggert@cs.ucla.edu.Eli Zaretskii2011-03-111-0/+12
* Fix some minor problems found by GCC 4.5.2's static checks.Paul Eggert2011-03-101-0/+186
|\
| * Merge: Minor changes for problems found by GCC 4.5.2's static checks.Paul Eggert2011-03-101-0/+186
| |\ |/ /
| * Add bug#s.Paul Eggert2011-03-101-5/+3
| * * fringe.c (update_window_fringes): Mark locals as initializedPaul Eggert2011-03-101-4/+4
| * * fringe.c (update_window_fringes): Initialize top_row_ends_at_zv_p andPaul Eggert2011-03-101-0/+2
| * * fringe.c (destroy_fringe_bitmap, init_fringe_bitmap): Now static.Paul Eggert2011-03-091-0/+2
| * * alloc.c (mark_fringe_data): Move decl from here ...Paul Eggert2011-03-091-0/+5
| * * xfns.c (Fx_create_frame, x_create_tip_frame, Fx_show_tip):Paul Eggert2011-03-091-1/+4
| * * fontset.c (FONTSET_SPEC, FONTSET_REPERTORY, RFONT_DEF_REPERTORY): Remove; u...Paul Eggert2011-03-091-0/+1
| * * fontset.c (fontset_font): Mark local as initialized.Paul Eggert2011-03-091-0/+1
| * * fontset.c (Fset_fontset_font): Rename local to avoid shadowing.Paul Eggert2011-03-091-0/+1
| * * fontset.c (free_realized_fontset): Now static.Paul Eggert2011-03-091-0/+2
| * * xrdb.c: Include "xterm.h", to check x_load_resources's interface.Paul Eggert2011-03-091-0/+2
| * * xselect.c (x_own_selection, Fx_disown_selection_internal): Rename localsPaul Eggert2011-03-091-0/+3
| * * xselect.c (TRACE3) [!defined TRACE_SELECTION]: Remove; not used.Paul Eggert2011-03-091-0/+1
| * * xselect.c (x_disown_buffer_selections): Remove; not used.Paul Eggert2011-03-091-0/+2
| * * lisp.h (GCPRO1_VAR, UNGCPRO_VAR): New macros,Paul Eggert2011-03-091-0/+7
| * * 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