aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog (follow)
Commit message (Expand)AuthorAgeFilesLines
* src/w32*.c: Clean up extern declarations.Juanma Barranquero2011-03-141-0/+25
* * src/buffer.c (Fmake_indirect_buffer): Fix incorrect assertion.Chong Yidong2011-03-141-0/+4
* Fix BUF_* macros to handle indirect buffers properly (Bug#8219).Chong Yidong2011-03-131-0/+22
* MS-Windows followup for 2011-03-13T06:43:00Z!eggert@cs.ucla.edu.Eli Zaretskii2011-03-131-0/+5
* Merge from mainline.Paul Eggert2011-03-131-2/+71
|\
| * Improve quality of tests for time stamp overflow.Paul Eggert2011-03-121-0/+32
| |\
| | * * editfns.c (lisp_time_argument): Check for time stamp overflow.Paul Eggert2011-03-121-0/+4
| | * Improve quality of tests for time stamp overflow. For example,Paul Eggert2011-03-111-0/+19
| | * * editfns.c (time_overflow): New function, refactoring common code.Paul Eggert2011-03-111-0/+4
| | * Move 'make_time' to be next to its inverse 'lisp_time_argument'.Paul Eggert2011-03-111-0/+7
| * | Merge from emacs-23; up to 2010-06-03T22:16:02Z!dann@ics.uci.eduGlenn Morris2011-03-121-0/+7
| |\ \
| | * | Backport 2011-03-08T01:52:20Z!lekktu@gmail.com from trunk.Juanma Barranquero2011-03-111-0/+6
| | * | * src/fringe.c (update_window_fringes): Remove unused variables.YAMAMOTO Mitsuharu2011-03-111-0/+2
| | * | * src/unexmacosx.c (copy_data_segment): Also copy __got section. (Bug#8223)YAMAMOTO Mitsuharu2011-03-111-0/+5
| | * | Revert 2010-05-25T15:54:53Z!juri@jurta.org; regenerate release logs.Chong Yidong2011-03-071-1/+1
| | * | Release logs for 23.3 release.Chong Yidong2011-02-281-0/+4
| | * | Fix typos.Juanma Barranquero2011-02-231-1/+1
| | * | Remove bogus duplicate ChangeLog entry from 2010-06-01T13:47:14Z!lekktu@gmail...Glenn Morris2011-02-221-6/+0
| * | | src/ChangeLog: Fix last entry for deps.mk.Eli Zaretskii2011-03-121-1/+1
| * | | Make termcap.c implementations consistent with tparam.h prototypes.Eli Zaretskii2011-03-121-0/+7
| * | | 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
* | | * gtkutil.c (gdk_window_get_screen): Make it clear that this macro is neededPaul Eggert2011-03-131-0/+2
* | | * gtkutil.c: (get_utf8_string, xg_get_file_with_chooser):Paul Eggert2011-03-131-0/+3
* | | * gtkutil.c (int_gtk_range_get_value): New function, which avoids a diagnosticPaul Eggert2011-03-131-0/+5
* | | * gtkutil.c (xg_free_frame_widgets): Make it clear that a local variable isPaul Eggert2011-03-131-0/+2
* | | * gtkutil.c (xg_get_pixbuf_from_pixmap): Add cast from char *Paul Eggert2011-03-131-0/+3
* | | * xgselect.c (xg_select): Remove unused var.Paul Eggert2011-03-131-0/+2
* | | * image.c (my_png_error, my_error_exit): Mark with NO_RETURN.Paul Eggert2011-03-131-0/+1
* | | * image.c (four_corners_best): Mark locals as initialized.Paul Eggert2011-03-121-0/+6
* | | * image.c: (clear_image_cache, xbm_read_bitmap_data, x_detect_edges):Paul Eggert2011-03-111-0/+2
* | | * image.c (gif_load): Fix pointer signedness.Paul Eggert2011-03-111-0/+1
* | | * image.c (x_edge_detection): Remove unnecessary cast thatPaul Eggert2011-03-101-0/+2
* | | * image.c (xpm_load): Redo to avoid "discards qualifiers" gcc warning.Paul Eggert2011-03-101-0/+1
* | | * image.c (DIM, HAVE_STDLIB_H_1): Remove unused macros.Paul Eggert2011-03-101-0/+1
* | | * image.c (clear_image_cache): Now static.Paul Eggert2011-03-101-0/+4
|/ /
* | 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