# HG changeset patch # User Nick Roberts # Date 1129416717 0 # Node ID 876c8d128b4e1e57f53f3aa6196322f52d6f253c # Parent 34ac1add981ee7163047f34404a84a94916e4ac8 *** empty log message *** diff -r 34ac1add981e -r 876c8d128b4e etc/ChangeLog --- a/etc/ChangeLog Sat Oct 15 17:42:34 2005 +0000 +++ b/etc/ChangeLog Sat Oct 15 22:51:57 2005 +0000 @@ -1,3 +1,12 @@ +2005-10-16 Nick Roberts + + * images/gud/n.pbm, images/gud/n.xpm + * images/gud/ni.xpm, images/gud/ni.xpm + * images/gud/s.xpm, images/gud/s.xpm + * images/gud/si.xpm, images/gud/si.xpm: Rename to + next.*, nexti.*, step.*, and stepi.* , respectively, as the + file-name no longer clashes on 8+3 filesystems. + 2005-10-14 Bill Wohler * etc/images/gud/break.*: Moved here from toolbar/gud-break.*. diff -r 34ac1add981e -r 876c8d128b4e lisp/ChangeLog --- a/lisp/ChangeLog Sat Oct 15 17:42:34 2005 +0000 +++ b/lisp/ChangeLog Sat Oct 15 22:51:57 2005 +0000 @@ -1,3 +1,9 @@ +2005-10-16 Nick Roberts + + * progmodes/gud.el (gud-tool-bar-map): Rename the images + appropriately (gud/next, gud/nexti, gud/step, gud/stepi). + (gud-sentinel): Use speedbar-frame to check for speedbar. + 2005-10-15 Richard M. Stallman * savehist.el (savehist-history-variables): New file.