# HG changeset patch # User Nick Roberts # Date 1132057496 0 # Node ID 7ca2e66dcf8a6aa92049c13d011386702fb3fd32 # Parent 96c76ff2e77b07cc02e42e6c035b5ef032c8f0ec *** empty log message *** diff -r 96c76ff2e77b -r 7ca2e66dcf8a etc/ChangeLog --- a/etc/ChangeLog Tue Nov 15 11:57:24 2005 +0000 +++ b/etc/ChangeLog Tue Nov 15 12:24:56 2005 +0000 @@ -1,3 +1,14 @@ +2005-11-16 Nick Roberts + + * images/gud/go.xpm, images/gud/go.pbm: Old gud-remove icons. + Use for run/continue. + * images/gud/stop.xpm, images/gud/stop.pbm: Old gud-break icons. + Use for interrupting inferior. + * images/gud/pp.xpm, images/gud/pstar.xpm, images/gud/until.xpm: + Use a more appropriate variable name. + * images/gud/remove.xpm, images/gud/remove.pbm + * images/gud/break.xpm, images/gud/break.pbm: Make more intuitive. + 2005-11-09 Nick Roberts * images/gud/pp.xpm, images/gud/pp.pbm: New icons. diff -r 96c76ff2e77b -r 7ca2e66dcf8a lisp/ChangeLog --- a/lisp/ChangeLog Tue Nov 15 11:57:24 2005 +0000 +++ b/lisp/ChangeLog Tue Nov 15 12:24:56 2005 +0000 @@ -1,3 +1,21 @@ +2005-11-16 Nick Roberts + + * progmodes/gdb-ui.el: Remove face-alias left over from change on + 2005-08-15. + (gdb-ann3): New command gud-go. + (menu): Accomodate gdb-mi.el. + (gdb-assembler-custom): Make buffer of selected window current + so that set-window-point works. + + * progmodes/gud.el (gud-menu-map, gud-tool-bar-map): Re-define + buttons and include new ones. + +2005-11-16 Kim F. Storm + + * progmodes/gud.el (gud-tool-bar-item-visible-no-fringe): New + function. + (gud-menu-map): Use it. + 2005-11-14 Luc Teirlinck * jka-cmpr-hook.el (auto-compression-mode): Enable it in a way