From: Nick Roberts Date: Mon, 10 Aug 2009 03:47:13 +0000 (+0000) Subject: * Rename icons for 8+3 DOS filesystems, added on 2009-08-06, to: X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=d652c18fb6042a0ac56577d499289f60eb62fca5;p=emacs.git * Rename icons for 8+3 DOS filesystems, added on 2009-08-06, to: * etc/images/gud/recstart.xpm, etc/images/gud/recstop.xpm, * etc/images/gud/rcont.xpm, etc/images/gud/rnext.xpm * etc/images/gud/rfinish.xpm, etc/images/gud/rnexti.xpm, * etc/images/gud/rstep.xpm, etc/images/gud/rstepi.xpm: * images/gud/README (License): Use new filenames. --- diff --git a/etc/images/gud/README b/etc/images/gud/README index 1d8c5853319..b7defffc46d 100644 --- a/etc/images/gud/README +++ b/etc/images/gud/README @@ -8,8 +8,8 @@ License: GNU General Public License version 3 or later (see COPYING) break.pbm, nexti.pbm, go.pbm, pp.pbm, print.pbm, pstar.pbm, remove.pbm break.xpm, nexti.xpm, go.xpm, pp.xpm, print.xpm, pstar.xpm, remove.xpm stepi.pbm, until.pbm, stepi.xpm, until.xpm - reverse-nexti.xpm reverse-stepi.xpm - record-start.xpm record-stop.xpm + rnexti.xpm rstepi.xpm + recstart.xpm recstop.xpm Some icons are derived from Red Hat's Insight Debugger: @@ -53,5 +53,5 @@ Copyright (C) 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation, Inc. License: GNU General Public License version 3 or later (see COPYING) - reverse-continue.xpm reverse-finish.xpm - reverse-next.xpm reverse-step.xpm + rcont.xpm rfinish.xpm + rnext.xpm rstep.xpm diff --git a/etc/images/gud/rcont.xpm b/etc/images/gud/rcont.xpm new file mode 100644 index 00000000000..ce817193109 --- /dev/null +++ b/etc/images/gud/rcont.xpm @@ -0,0 +1,33 @@ +/* XPM */ +static char * reverse_continue_xpm[] = { +"24 24 6 1", +" c None", +". c #D99FAA", +"+ c #CC0033", +"@ c #616161", +"# c #2A1F55", +"$ c #AA9FAA", +" ", +" ", +" ", +" ", +" .+ ", +" .++. ", +" @# #@ +++++++ ", +" @#$ $#@ .++. ", +" ## ## .+ ", +" ## ## ", +" ## ## ", +" #@ @# ", +" ## ## ", +" #@ @# ", +" ## ## ", +" ## ## ", +" ## ## ", +" @#$ $#@ ", +" @# #@ ", +" ", +" ", +" ", +" ", +" "}; diff --git a/etc/images/gud/record-start.xpm b/etc/images/gud/record-start.xpm deleted file mode 100644 index 341a5d743ad..00000000000 --- a/etc/images/gud/record-start.xpm +++ /dev/null @@ -1,29 +0,0 @@ -/* XPM */ -static char * break_xpm[] = { -"24 24 2 1", -" c None", -". c #cc0033", -" ", -" ", -" ", -" ", -" .... ", -" ........ ", -" .......... ", -" ............ ", -" .............. ", -" .............. ", -" ................ ", -" ................ ", -" ................ ", -" ................ ", -" .............. ", -" .............. ", -" ............ ", -" .......... ", -" ........ ", -" .... ", -" ", -" ", -" ", -" "}; diff --git a/etc/images/gud/record-stop.xpm b/etc/images/gud/record-stop.xpm deleted file mode 100644 index 341a5d743ad..00000000000 --- a/etc/images/gud/record-stop.xpm +++ /dev/null @@ -1,29 +0,0 @@ -/* XPM */ -static char * break_xpm[] = { -"24 24 2 1", -" c None", -". c #cc0033", -" ", -" ", -" ", -" ", -" .... ", -" ........ ", -" .......... ", -" ............ ", -" .............. ", -" .............. ", -" ................ ", -" ................ ", -" ................ ", -" ................ ", -" .............. ", -" .............. ", -" ............ ", -" .......... ", -" ........ ", -" .... ", -" ", -" ", -" ", -" "}; diff --git a/etc/images/gud/recstart.xpm b/etc/images/gud/recstart.xpm new file mode 100644 index 00000000000..341a5d743ad --- /dev/null +++ b/etc/images/gud/recstart.xpm @@ -0,0 +1,29 @@ +/* XPM */ +static char * break_xpm[] = { +"24 24 2 1", +" c None", +". c #cc0033", +" ", +" ", +" ", +" ", +" .... ", +" ........ ", +" .......... ", +" ............ ", +" .............. ", +" .............. ", +" ................ ", +" ................ ", +" ................ ", +" ................ ", +" .............. ", +" .............. ", +" ............ ", +" .......... ", +" ........ ", +" .... ", +" ", +" ", +" ", +" "}; diff --git a/etc/images/gud/recstop.xpm b/etc/images/gud/recstop.xpm new file mode 100644 index 00000000000..341a5d743ad --- /dev/null +++ b/etc/images/gud/recstop.xpm @@ -0,0 +1,29 @@ +/* XPM */ +static char * break_xpm[] = { +"24 24 2 1", +" c None", +". c #cc0033", +" ", +" ", +" ", +" ", +" .... ", +" ........ ", +" .......... ", +" ............ ", +" .............. ", +" .............. ", +" ................ ", +" ................ ", +" ................ ", +" ................ ", +" .............. ", +" .............. ", +" ............ ", +" .......... ", +" ........ ", +" .... ", +" ", +" ", +" ", +" "}; diff --git a/etc/images/gud/reverse-continue.xpm b/etc/images/gud/reverse-continue.xpm deleted file mode 100644 index ce817193109..00000000000 --- a/etc/images/gud/reverse-continue.xpm +++ /dev/null @@ -1,33 +0,0 @@ -/* XPM */ -static char * reverse_continue_xpm[] = { -"24 24 6 1", -" c None", -". c #D99FAA", -"+ c #CC0033", -"@ c #616161", -"# c #2A1F55", -"$ c #AA9FAA", -" ", -" ", -" ", -" ", -" .+ ", -" .++. ", -" @# #@ +++++++ ", -" @#$ $#@ .++. ", -" ## ## .+ ", -" ## ## ", -" ## ## ", -" #@ @# ", -" ## ## ", -" #@ @# ", -" ## ## ", -" ## ## ", -" ## ## ", -" @#$ $#@ ", -" @# #@ ", -" ", -" ", -" ", -" ", -" "}; diff --git a/etc/images/gud/reverse-finish.xpm b/etc/images/gud/reverse-finish.xpm deleted file mode 100644 index f118466378d..00000000000 --- a/etc/images/gud/reverse-finish.xpm +++ /dev/null @@ -1,33 +0,0 @@ -/* XPM */ -static char * reverse_step_xpm[] = { -"24 24 6 1", -" c None", -". c #D40000", -"+ c #616161", -"@ c #2A1F55", -"# c #ADADAD", -"$ c #CC9999", -" ", -" ", -" ", -" ", -" ..... ", -" . . ", -" . . ", -" +@ . @+ . ", -" +@# . #@+ . ", -" @@ .$.$. @@ . ", -" @@ $...$ @@ ", -" @@ ... @@ ", -" @+ $.$ +@ ", -" @@ . @@ ", -" @+ +@ ", -" @@ @@ ", -" @@ @@ ", -" @@ @@ ", -" +@# #@+ ", -" +@ @+ ", -" ", -" ", -" ", -" "}; diff --git a/etc/images/gud/reverse-next.xpm b/etc/images/gud/reverse-next.xpm deleted file mode 100644 index ee6e03e4d07..00000000000 --- a/etc/images/gud/reverse-next.xpm +++ /dev/null @@ -1,34 +0,0 @@ -/* XPM */ -static char * reverse_next_xpm[] = { -"24 24 7 1", -" c None", -". c #CC0033", -"+ c #616161", -"@ c #2A1F55", -"# c #ADADAD", -"$ c #D40000", -"% c #CC9999", -" ", -" ", -" ", -" ", -" .......... ", -" . . ", -" . . ", -" . +@ @+ . ", -" . +@# #@+ . ", -" $%.%$ @@ @@ . ", -" %...% @@ @@ ", -" ... @@ @@ ", -" %.% @+ +@ ", -" . @@ @@ ", -" @+ +@ ", -" @@ @@ ", -" @@ @@ ", -" @@ @@ ", -" +@# #@+ ", -" +@ @+ ", -" ", -" ", -" ", -" "}; diff --git a/etc/images/gud/reverse-nexti.xpm b/etc/images/gud/reverse-nexti.xpm deleted file mode 100644 index 03d28734bfc..00000000000 --- a/etc/images/gud/reverse-nexti.xpm +++ /dev/null @@ -1,33 +0,0 @@ -/* XPM */ -static char * reverse_nexti_xpm[] = { -"24 24 6 1", -" c None", -". c #CC0033", -"+ c #D40000", -"@ c #CC9999", -"# c #616161", -"$ c #2A1F55", -" ", -" ", -" ", -" ", -" .......... ", -" . . ", -" . . ", -" . . ", -" . . ", -" +@.@+ # # . ", -" @...@ #$ $# ", -" ... #$ $# ", -" @.@ #$ $# ", -" . #$ $# ", -" $# #$ ", -" $# #$ ", -" $# #$ ", -" $# #$ ", -" $ $ ", -" ", -" ", -" ", -" ", -" "}; diff --git a/etc/images/gud/reverse-step.xpm b/etc/images/gud/reverse-step.xpm deleted file mode 100644 index 54516bf2c25..00000000000 --- a/etc/images/gud/reverse-step.xpm +++ /dev/null @@ -1,34 +0,0 @@ -/* XPM */ -static char * reverse_finish_xpm[] = { -"24 24 7 1", -" c None", -". c #CC0033", -"+ c #616161", -"@ c #2A1F55", -"# c #ADADAD", -"$ c #D40000", -"% c #CC9999", -" ", -" ", -" ", -" ", -" ..... ", -" . . ", -" . . ", -" . +@ . @+ ", -" . +@# . #@+ ", -" $%.%$ @@ . @@ ", -" %...% @@ @@ ", -" ... @@ @@ ", -" %.% @+ +@ ", -" . @@ @@ ", -" @+ +@ ", -" @@ @@ ", -" @@ @@ ", -" @@ @@ ", -" +@# #@+ ", -" +@ @+ ", -" ", -" ", -" ", -" "}; diff --git a/etc/images/gud/reverse-stepi.xpm b/etc/images/gud/reverse-stepi.xpm deleted file mode 100644 index e78a48eb2a8..00000000000 --- a/etc/images/gud/reverse-stepi.xpm +++ /dev/null @@ -1,32 +0,0 @@ -/* XPM */ -static char * reverse_stepi_xpm[] = { -"24 24 5 1", -" c None", -". c #D40000", -"+ c #616161", -"@ c #2A1F55", -"# c #CC9999", -" ", -" ", -" ", -" ", -" ..... ", -" . . ", -" . . ", -" . . ", -" + . + . ", -" +@ .#.#. @+ . ", -" +@ #...# @+ ", -" +@ ... @+ ", -" +@ #.# @+ ", -" @+ . +@ ", -" @+ +@ ", -" @+ +@ ", -" @+ +@ ", -" @ @ ", -" ", -" ", -" ", -" ", -" ", -" "}; diff --git a/etc/images/gud/rfinish.xpm b/etc/images/gud/rfinish.xpm new file mode 100644 index 00000000000..f118466378d --- /dev/null +++ b/etc/images/gud/rfinish.xpm @@ -0,0 +1,33 @@ +/* XPM */ +static char * reverse_step_xpm[] = { +"24 24 6 1", +" c None", +". c #D40000", +"+ c #616161", +"@ c #2A1F55", +"# c #ADADAD", +"$ c #CC9999", +" ", +" ", +" ", +" ", +" ..... ", +" . . ", +" . . ", +" +@ . @+ . ", +" +@# . #@+ . ", +" @@ .$.$. @@ . ", +" @@ $...$ @@ ", +" @@ ... @@ ", +" @+ $.$ +@ ", +" @@ . @@ ", +" @+ +@ ", +" @@ @@ ", +" @@ @@ ", +" @@ @@ ", +" +@# #@+ ", +" +@ @+ ", +" ", +" ", +" ", +" "}; diff --git a/etc/images/gud/rnext.xpm b/etc/images/gud/rnext.xpm new file mode 100644 index 00000000000..ee6e03e4d07 --- /dev/null +++ b/etc/images/gud/rnext.xpm @@ -0,0 +1,34 @@ +/* XPM */ +static char * reverse_next_xpm[] = { +"24 24 7 1", +" c None", +". c #CC0033", +"+ c #616161", +"@ c #2A1F55", +"# c #ADADAD", +"$ c #D40000", +"% c #CC9999", +" ", +" ", +" ", +" ", +" .......... ", +" . . ", +" . . ", +" . +@ @+ . ", +" . +@# #@+ . ", +" $%.%$ @@ @@ . ", +" %...% @@ @@ ", +" ... @@ @@ ", +" %.% @+ +@ ", +" . @@ @@ ", +" @+ +@ ", +" @@ @@ ", +" @@ @@ ", +" @@ @@ ", +" +@# #@+ ", +" +@ @+ ", +" ", +" ", +" ", +" "}; diff --git a/etc/images/gud/rnexti.xpm b/etc/images/gud/rnexti.xpm new file mode 100644 index 00000000000..03d28734bfc --- /dev/null +++ b/etc/images/gud/rnexti.xpm @@ -0,0 +1,33 @@ +/* XPM */ +static char * reverse_nexti_xpm[] = { +"24 24 6 1", +" c None", +". c #CC0033", +"+ c #D40000", +"@ c #CC9999", +"# c #616161", +"$ c #2A1F55", +" ", +" ", +" ", +" ", +" .......... ", +" . . ", +" . . ", +" . . ", +" . . ", +" +@.@+ # # . ", +" @...@ #$ $# ", +" ... #$ $# ", +" @.@ #$ $# ", +" . #$ $# ", +" $# #$ ", +" $# #$ ", +" $# #$ ", +" $# #$ ", +" $ $ ", +" ", +" ", +" ", +" ", +" "}; diff --git a/etc/images/gud/rstep.xpm b/etc/images/gud/rstep.xpm new file mode 100644 index 00000000000..54516bf2c25 --- /dev/null +++ b/etc/images/gud/rstep.xpm @@ -0,0 +1,34 @@ +/* XPM */ +static char * reverse_finish_xpm[] = { +"24 24 7 1", +" c None", +". c #CC0033", +"+ c #616161", +"@ c #2A1F55", +"# c #ADADAD", +"$ c #D40000", +"% c #CC9999", +" ", +" ", +" ", +" ", +" ..... ", +" . . ", +" . . ", +" . +@ . @+ ", +" . +@# . #@+ ", +" $%.%$ @@ . @@ ", +" %...% @@ @@ ", +" ... @@ @@ ", +" %.% @+ +@ ", +" . @@ @@ ", +" @+ +@ ", +" @@ @@ ", +" @@ @@ ", +" @@ @@ ", +" +@# #@+ ", +" +@ @+ ", +" ", +" ", +" ", +" "}; diff --git a/etc/images/gud/rstepi.xpm b/etc/images/gud/rstepi.xpm new file mode 100644 index 00000000000..e78a48eb2a8 --- /dev/null +++ b/etc/images/gud/rstepi.xpm @@ -0,0 +1,32 @@ +/* XPM */ +static char * reverse_stepi_xpm[] = { +"24 24 5 1", +" c None", +". c #D40000", +"+ c #616161", +"@ c #2A1F55", +"# c #CC9999", +" ", +" ", +" ", +" ", +" ..... ", +" . . ", +" . . ", +" . . ", +" + . + . ", +" +@ .#.#. @+ . ", +" +@ #...# @+ ", +" +@ ... @+ ", +" +@ #.# @+ ", +" @+ . +@ ", +" @+ +@ ", +" @+ +@ ", +" @+ +@ ", +" @ @ ", +" ", +" ", +" ", +" ", +" ", +" "};