summaryrefslogtreecommitdiff
path: root/src/ChangeLog
AgeCommit message (Expand)Author
2011-03-13* gtkutil.c: (get_utf8_string, xg_get_file_with_chooser):Paul Eggert
2011-03-13* gtkutil.c (int_gtk_range_get_value): New function, which avoids a diagnosticPaul Eggert
2011-03-13* gtkutil.c (xg_free_frame_widgets): Make it clear that a local variable isPaul Eggert
2011-03-13* gtkutil.c (xg_get_pixbuf_from_pixmap): Add cast from char *Paul Eggert
2011-03-13* xgselect.c (xg_select): Remove unused var.Paul Eggert
2011-03-13* image.c (my_png_error, my_error_exit): Mark with NO_RETURN.Paul Eggert
2011-03-12* image.c (four_corners_best): Mark locals as initialized.Paul Eggert
2011-03-12Improve quality of tests for time stamp overflow.Paul Eggert
2011-03-12* editfns.c (lisp_time_argument): Check for time stamp overflow.Paul Eggert
2011-03-12Merge from emacs-23; up to 2010-06-03T22:16:02Z!dann@ics.uci.eduGlenn Morris
2011-03-12src/ChangeLog: Fix last entry for deps.mk.Eli Zaretskii
2011-03-12Make termcap.c implementations consistent with tparam.h prototypes.Eli Zaretskii
2011-03-12Fix compilation warnings on MS-DOS due to constifying of pointers in xmenu.c.Eli Zaretskii
2011-03-11Improve quality of tests for time stamp overflow. For example,Paul Eggert
2011-03-11* editfns.c (time_overflow): New function, refactoring common code.Paul Eggert
2011-03-11Move 'make_time' to be next to its inverse 'lisp_time_argument'.Paul Eggert
2011-03-11Misc fixes, and use lexical-binding in more files.Stefan Monnier
2011-03-11* buffer.c (syms_of_buffer): Remove obsolete comment.Tom Tromey
2011-03-11Backport 2011-03-08T01:52:20Z!lekktu@gmail.com from trunk.Juanma Barranquero
2011-03-11Fix MS-Windows build broken by 2011-03-11T07:24:21Z!eggert@cs.ucla.edu.Eli Zaretskii
2011-03-11* image.c: (clear_image_cache, xbm_read_bitmap_data, x_detect_edges):Paul Eggert
2011-03-11* image.c (gif_load): Fix pointer signedness.Paul Eggert
2011-03-10* image.c (x_edge_detection): Remove unnecessary cast thatPaul Eggert
2011-03-10* image.c (xpm_load): Redo to avoid "discards qualifiers" gcc warning.Paul Eggert
2011-03-10* image.c (DIM, HAVE_STDLIB_H_1): Remove unused macros.Paul Eggert
2011-03-10* image.c (clear_image_cache): Now static.Paul Eggert
2011-03-10Fix some minor problems found by GCC 4.5.2's static checks.Paul Eggert
2011-03-10Merge: Minor changes for problems found by GCC 4.5.2's static checks.Paul Eggert
2011-03-10Add bug#s.Paul Eggert
2011-03-10* fringe.c (update_window_fringes): Mark locals as initializedPaul Eggert
2011-03-11* src/fringe.c (update_window_fringes): Remove unused variables.YAMAMOTO Mitsuharu
2011-03-11* src/unexmacosx.c (copy_data_segment): Also copy __got section. (Bug#8223)YAMAMOTO Mitsuharu
2011-03-11* .gdbinit (pwinx, xbuffer): Fix access to buffer name.Andreas Schwab
2011-03-10* fringe.c (update_window_fringes): Initialize top_row_ends_at_zv_p andPaul Eggert
2011-03-09* fringe.c (destroy_fringe_bitmap, init_fringe_bitmap): Now static.Paul Eggert
2011-03-09* alloc.c (mark_fringe_data): Move decl from here ...Paul Eggert
2011-03-09* xfns.c (Fx_create_frame, x_create_tip_frame, Fx_show_tip):Paul Eggert
2011-03-09* fontset.c (FONTSET_SPEC, FONTSET_REPERTORY, RFONT_DEF_REPERTORY): Remove; u...Paul Eggert
2011-03-09* fontset.c (fontset_font): Mark local as initialized.Paul Eggert
2011-03-09* fontset.c (Fset_fontset_font): Rename local to avoid shadowing.Paul Eggert
2011-03-09* fontset.c (free_realized_fontset): Now static.Paul Eggert
2011-03-09* xrdb.c: Include "xterm.h", to check x_load_resources's interface.Paul Eggert
2011-03-09* xselect.c (x_own_selection, Fx_disown_selection_internal): Rename localsPaul Eggert
2011-03-09* xselect.c (TRACE3) [!defined TRACE_SELECTION]: Remove; not used.Paul Eggert
2011-03-09* xselect.c (x_disown_buffer_selections): Remove; not used.Paul Eggert
2011-03-09* lisp.h (GCPRO1_VAR, UNGCPRO_VAR): New macros,Paul Eggert
2011-03-09* xfns.c: (x_real_positions, xg_set_icon_from_xpm_data, x_create_tip_frame):Paul Eggert
2011-03-09* xfns.c (Fx_file_dialog, Fx_select_font): Fix pointer signedness.Paul Eggert
2011-03-09* xfns.c (Fx_create_frame): Add braces to silence GCC warning.Paul Eggert
2011-03-09* xfns.c (x_decode_color, x_set_name, x_window): Now static.Paul Eggert