| Commit message (Expand) | Author | Age | Files | Lines |
| * | src/w32*.c: Clean up extern declarations. | Juanma Barranquero | 2011-03-14 | 1 | -0/+25 |
| * | * src/buffer.c (Fmake_indirect_buffer): Fix incorrect assertion. | Chong Yidong | 2011-03-14 | 1 | -0/+4 |
| * | Fix BUF_* macros to handle indirect buffers properly (Bug#8219). | Chong Yidong | 2011-03-13 | 1 | -0/+22 |
| * | MS-Windows followup for 2011-03-13T06:43:00Z!eggert@cs.ucla.edu. | Eli Zaretskii | 2011-03-13 | 1 | -0/+5 |
| * | Merge from mainline. | Paul Eggert | 2011-03-13 | 1 | -2/+71 |
| |\ |
|
| | * | Improve quality of tests for time stamp overflow. | Paul Eggert | 2011-03-12 | 1 | -0/+32 |
| | |\ |
|
| | | * | * editfns.c (lisp_time_argument): Check for time stamp overflow. | Paul Eggert | 2011-03-12 | 1 | -0/+4 |
| | | * | Improve quality of tests for time stamp overflow. For example, | Paul Eggert | 2011-03-11 | 1 | -0/+19 |
| | | * | * editfns.c (time_overflow): New function, refactoring common code. | Paul Eggert | 2011-03-11 | 1 | -0/+4 |
| | | * | Move 'make_time' to be next to its inverse 'lisp_time_argument'. | Paul Eggert | 2011-03-11 | 1 | -0/+7 |
| | * | | Merge from emacs-23; up to 2010-06-03T22:16:02Z!dann@ics.uci.edu | Glenn Morris | 2011-03-12 | 1 | -0/+7 |
| | |\ \ |
|
| | | * | | Backport 2011-03-08T01:52:20Z!lekktu@gmail.com from trunk. | Juanma Barranquero | 2011-03-11 | 1 | -0/+6 |
| | | * | | * src/fringe.c (update_window_fringes): Remove unused variables. | YAMAMOTO Mitsuharu | 2011-03-11 | 1 | -0/+2 |
| | | * | | * src/unexmacosx.c (copy_data_segment): Also copy __got section. (Bug#8223) | YAMAMOTO Mitsuharu | 2011-03-11 | 1 | -0/+5 |
| | | * | | Revert 2010-05-25T15:54:53Z!juri@jurta.org; regenerate release logs. | Chong Yidong | 2011-03-07 | 1 | -1/+1 |
| | | * | | Release logs for 23.3 release. | Chong Yidong | 2011-02-28 | 1 | -0/+4 |
| | | * | | Fix typos. | Juanma Barranquero | 2011-02-23 | 1 | -1/+1 |
| | | * | | Remove bogus duplicate ChangeLog entry from 2010-06-01T13:47:14Z!lekktu@gmail... | Glenn Morris | 2011-02-22 | 1 | -6/+0 |
| | * | | | src/ChangeLog: Fix last entry for deps.mk. | Eli Zaretskii | 2011-03-12 | 1 | -1/+1 |
| | * | | | Make termcap.c implementations consistent with tparam.h prototypes. | Eli Zaretskii | 2011-03-12 | 1 | -0/+7 |
| | * | | | Fix compilation warnings on MS-DOS due to constifying of pointers in xmenu.c. | Eli Zaretskii | 2011-03-12 | 1 | -0/+7 |
| | | |/
| |/| |
|
| | * | | * buffer.c (syms_of_buffer): Remove obsolete comment. | Tom Tromey | 2011-03-11 | 1 | -0/+4 |
| | * | | Fix MS-Windows build broken by 2011-03-11T07:24:21Z!eggert@cs.ucla.edu. | Eli Zaretskii | 2011-03-11 | 1 | -0/+12 |
| * | | | * gtkutil.c (gdk_window_get_screen): Make it clear that this macro is needed | Paul Eggert | 2011-03-13 | 1 | -0/+2 |
| * | | | * gtkutil.c: (get_utf8_string, xg_get_file_with_chooser): | Paul Eggert | 2011-03-13 | 1 | -0/+3 |
| * | | | * gtkutil.c (int_gtk_range_get_value): New function, which avoids a diagnostic | Paul Eggert | 2011-03-13 | 1 | -0/+5 |
| * | | | * gtkutil.c (xg_free_frame_widgets): Make it clear that a local variable is | Paul Eggert | 2011-03-13 | 1 | -0/+2 |
| * | | | * gtkutil.c (xg_get_pixbuf_from_pixmap): Add cast from char * | Paul Eggert | 2011-03-13 | 1 | -0/+3 |
| * | | | * xgselect.c (xg_select): Remove unused var. | Paul Eggert | 2011-03-13 | 1 | -0/+2 |
| * | | | * image.c (my_png_error, my_error_exit): Mark with NO_RETURN. | Paul Eggert | 2011-03-13 | 1 | -0/+1 |
| * | | | * image.c (four_corners_best): Mark locals as initialized. | Paul Eggert | 2011-03-12 | 1 | -0/+6 |
| * | | | * image.c: (clear_image_cache, xbm_read_bitmap_data, x_detect_edges): | Paul Eggert | 2011-03-11 | 1 | -0/+2 |
| * | | | * image.c (gif_load): Fix pointer signedness. | Paul Eggert | 2011-03-11 | 1 | -0/+1 |
| * | | | * image.c (x_edge_detection): Remove unnecessary cast that | Paul Eggert | 2011-03-10 | 1 | -0/+2 |
| * | | | * image.c (xpm_load): Redo to avoid "discards qualifiers" gcc warning. | Paul Eggert | 2011-03-10 | 1 | -0/+1 |
| * | | | * image.c (DIM, HAVE_STDLIB_H_1): Remove unused macros. | Paul Eggert | 2011-03-10 | 1 | -0/+1 |
| * | | | * image.c (clear_image_cache): Now static. | Paul Eggert | 2011-03-10 | 1 | -0/+4 |
| |/ / |
|
| * | | Fix some minor problems found by GCC 4.5.2's static checks. | Paul Eggert | 2011-03-10 | 1 | -0/+186 |
| |\ \ |
|
| | * \ | Merge: Minor changes for problems found by GCC 4.5.2's static checks. | Paul Eggert | 2011-03-10 | 1 | -0/+186 |
| | |\ \
|/ / / |
|
| | * | | Add bug#s. | Paul Eggert | 2011-03-10 | 1 | -5/+3 |
| | * | | * fringe.c (update_window_fringes): Mark locals as initialized | Paul Eggert | 2011-03-10 | 1 | -4/+4 |
| | * | | * fringe.c (update_window_fringes): Initialize top_row_ends_at_zv_p and | Paul Eggert | 2011-03-10 | 1 | -0/+2 |
| | * | | * fringe.c (destroy_fringe_bitmap, init_fringe_bitmap): Now static. | Paul Eggert | 2011-03-09 | 1 | -0/+2 |
| | * | | * alloc.c (mark_fringe_data): Move decl from here ... | Paul Eggert | 2011-03-09 | 1 | -0/+5 |
| | * | | * xfns.c (Fx_create_frame, x_create_tip_frame, Fx_show_tip): | Paul Eggert | 2011-03-09 | 1 | -1/+4 |
| | * | | * fontset.c (FONTSET_SPEC, FONTSET_REPERTORY, RFONT_DEF_REPERTORY): Remove; u... | Paul Eggert | 2011-03-09 | 1 | -0/+1 |
| | * | | * fontset.c (fontset_font): Mark local as initialized. | Paul Eggert | 2011-03-09 | 1 | -0/+1 |
| | * | | * fontset.c (Fset_fontset_font): Rename local to avoid shadowing. | Paul Eggert | 2011-03-09 | 1 | -0/+1 |
| | * | | * fontset.c (free_realized_fontset): Now static. | Paul Eggert | 2011-03-09 | 1 | -0/+2 |
| | * | | * xrdb.c: Include "xterm.h", to check x_load_resources's interface. | Paul Eggert | 2011-03-09 | 1 | -0/+2 |