aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| | * | Backport 2011-03-08T01:52:[email protected] from trunk.Juanma Barranquero2011-03-112-1/+7
| | * | Backport 2011-03-01T03:59:[email protected] from trunk.Juanma Barranquero2011-03-113-3/+6
| | * | Backport 2011-03-11T00:33:[email protected] from trunk.Juanma Barranquero2011-03-112-3/+10
| | * | Fix comparisons of file ownership on MS-Windows for the Administrator user.Eli Zaretskii2011-03-113-3/+27
| | * | Fix bug #8221 with description of how HOME is set on Windows.Eli Zaretskii2011-03-112-22/+36
| | * | * src/fringe.c (update_window_fringes): Remove unused variables.YAMAMOTO Mitsuharu2011-03-112-8/+2
| | * | * src/unexmacosx.c (copy_data_segment): Also copy __got section. (Bug#8223)YAMAMOTO Mitsuharu2011-03-112-0/+6
| | * | Fix 2011-01-31 change; patch supplied by acm was applied incorrectly.Chong Yidong2011-03-072-15/+22
| | * | Revert 2010-05-25T15:54:[email protected]; regenerate release logs.Chong Yidong2011-03-0724-43/+39
| | * | Release logs for 23.3 release.Chong Yidong2011-02-2843-63/+155
| * | | Some more html rules for doc/misc/Makefile.in.Glenn Morris2011-03-122-2/+11
| * | | Fix typos.Juanma Barranquero2011-03-121-12/+10
| * | | lisp/vc/vc-bzr.el (vc-bzr-state): Handle bzr 2.3.0 (follow-up to bug#8170).Juanma Barranquero2011-03-122-2/+11
| * | | Sync with Tramp 2.2.1.Michael Albinus2011-03-122-1/+7
| * | | Sync with Tramp 2.2.1.Michael Albinus2011-03-123-14/+22
| * | | 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-123-8/+19
| * | | Fix compilation warnings on MS-DOS due to constifying of pointers in xmenu.c.Eli Zaretskii2011-03-123-4/+11
| * | | Merge changes made in Gnus trunk.Gnus developers2011-03-123-5/+25
| * | | * lisp/progmodes/compile.el (compilation--previous-directory): Fix upStefan Monnier2011-03-112-23/+31
| * | | * lisp/emacs-lisp/bytecomp.el (byte-compile-make-obsolete-variable):Stefan Monnier2011-03-112-0/+16
| * | | admin/notes/elpa: Make Bzr checkout directions more explicit.Chong Yidong2011-03-111-16/+16
| | |/ | |/|
| * | * allout-widgets.el (allout-widgets-tally) Initialize allout-widgets-tallyKen Manheimer2011-03-112-2/+10
| * | * buffer.c (syms_of_buffer): Remove obsolete comment.Tom Tromey2011-03-112-3/+4
| * | Fix MS-Windows build broken by 2011-03-11T07:24:[email protected].Eli Zaretskii2011-03-115-1/+19
| * | Fix previous change.Glenn Morris2011-03-111-1/+1
| * | Add Makefile rules for generating html version of Emacs FAQ.Glenn Morris2011-03-112-1/+15
* | | * gtkutil.c (gdk_window_get_screen): Make it clear that this macro is neededPaul Eggert2011-03-132-0/+4
* | | * gtkutil.c: (get_utf8_string, xg_get_file_with_chooser):Paul Eggert2011-03-132-24/+25
* | | * gtkutil.c (int_gtk_range_get_value): New function, which avoids a diagnosticPaul Eggert2011-03-132-7/+19
* | | * gtkutil.c (xg_free_frame_widgets): Make it clear that a local variable isPaul Eggert2011-03-132-0/+4
* | | * gtkutil.c (xg_get_pixbuf_from_pixmap): Add cast from char *Paul Eggert2011-03-132-4/+7
* | | * xgselect.c (xg_select): Remove unused var.Paul Eggert2011-03-132-9/+10
* | | * image.c (my_png_error, my_error_exit): Mark with NO_RETURN.Paul Eggert2011-03-132-0/+3
* | | * image.c (four_corners_best): Mark locals as initialized.Paul Eggert2011-03-122-3/+9
* | | * image.c: (clear_image_cache, xbm_read_bitmap_data, x_detect_edges):Paul Eggert2011-03-112-18/+20
* | | * image.c (gif_load): Fix pointer signedness.Paul Eggert2011-03-112-1/+2
* | | * image.c (x_edge_detection): Remove unnecessary cast thatPaul Eggert2011-03-102-1/+3
* | | * image.c (xpm_load): Redo to avoid "discards qualifiers" gcc warning.Paul Eggert2011-03-102-4/+6
* | | * image.c (DIM, HAVE_STDLIB_H_1): Remove unused macros.Paul Eggert2011-03-102-5/+1
* | | * image.c (clear_image_cache): Now static.Paul Eggert2011-03-102-1/+5
|/ /
* | Fix some minor problems found by GCC 4.5.2's static checks.Paul Eggert2011-03-1035-670/+732
|\ \
| * | Merge: Minor changes for problems found by GCC 4.5.2's static checks.Paul Eggert2011-03-1035-670/+732
|/| |
| * | Add bug#s.Paul Eggert2011-03-101-5/+3
| * | * fringe.c: Add comment.Paul Eggert2011-03-101-0/+5
| * | * fringe.c (update_window_fringes): Mark locals as initializedPaul Eggert2011-03-102-8/+5
| * | * fringe.c (update_window_fringes): Initialize top_row_ends_at_zv_p andPaul Eggert2011-03-102-1/+6
| * | * fringe.c (destroy_fringe_bitmap, init_fringe_bitmap): Now static.Paul Eggert2011-03-092-3/+4
| * | * alloc.c (mark_fringe_data): Move decl from here ...Paul Eggert2011-03-093-4/+8
| * | * xfns.c (Fx_create_frame, x_create_tip_frame, Fx_show_tip):Paul Eggert2011-03-092-13/+16