]> git.eshelyaron.com Git - emacs.git/commitdiff
* images/gud/n.pbm, images/gud/n.xpm
authorNick Roberts <nickrob@snap.net.nz>
Sat, 15 Oct 2005 22:56:30 +0000 (22:56 +0000)
committerNick Roberts <nickrob@snap.net.nz>
Sat, 15 Oct 2005 22:56:30 +0000 (22:56 +0000)
* 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.

16 files changed:
etc/images/gud/n.pbm [deleted file]
etc/images/gud/n.xpm [deleted file]
etc/images/gud/next.pbm [new file with mode: 0644]
etc/images/gud/next.xpm [new file with mode: 0644]
etc/images/gud/nexti.pbm [new file with mode: 0644]
etc/images/gud/nexti.xpm [new file with mode: 0644]
etc/images/gud/ni.pbm [deleted file]
etc/images/gud/ni.xpm [deleted file]
etc/images/gud/s.pbm [deleted file]
etc/images/gud/s.xpm [deleted file]
etc/images/gud/si.pbm [deleted file]
etc/images/gud/si.xpm [deleted file]
etc/images/gud/step.pbm [new file with mode: 0644]
etc/images/gud/step.xpm [new file with mode: 0644]
etc/images/gud/stepi.pbm [new file with mode: 0644]
etc/images/gud/stepi.xpm [new file with mode: 0644]

diff --git a/etc/images/gud/n.pbm b/etc/images/gud/n.pbm
deleted file mode 100644 (file)
index dc2a153..0000000
Binary files a/etc/images/gud/n.pbm and /dev/null differ
diff --git a/etc/images/gud/n.xpm b/etc/images/gud/n.xpm
deleted file mode 100644 (file)
index f0257da..0000000
+++ /dev/null
@@ -1,34 +0,0 @@
-/* XPM */
-static char * next_xpm[] = {
-"24 24 7 1",
-"      c None",
-".     c #cc0033",
-"X     c #616161",
-"o     c #2a1f55",
-"O     c #adadad",
-"+     c #d40000",
-"@     c #cc9999",
-"                        ",
-"                        ",
-"                        ",
-"                        ",
-"      ..........        ",
-"     .          .       ",
-"    .            .      ",
-"    .  Xo  oX    .      ",
-"    . XoO  OoX   .      ",
-"    . oo    oo +@.@+    ",
-"      oo    oo @...@    ",
-"      oo    oo  ...     ",
-"      oX    Xo  @.@     ",
-"     oo      oo  .      ",
-"      oX    Xo          ",
-"      oo    oo          ",
-"      oo    oo          ",
-"      oo    oo          ",
-"      XoO  OoX          ",
-"       Xo  oX           ",
-"                        ",
-"                        ",
-"                        ",
-"                        "};
diff --git a/etc/images/gud/next.pbm b/etc/images/gud/next.pbm
new file mode 100644 (file)
index 0000000..dc2a153
Binary files /dev/null and b/etc/images/gud/next.pbm differ
diff --git a/etc/images/gud/next.xpm b/etc/images/gud/next.xpm
new file mode 100644 (file)
index 0000000..f0257da
--- /dev/null
@@ -0,0 +1,34 @@
+/* XPM */
+static char * next_xpm[] = {
+"24 24 7 1",
+"      c None",
+".     c #cc0033",
+"X     c #616161",
+"o     c #2a1f55",
+"O     c #adadad",
+"+     c #d40000",
+"@     c #cc9999",
+"                        ",
+"                        ",
+"                        ",
+"                        ",
+"      ..........        ",
+"     .          .       ",
+"    .            .      ",
+"    .  Xo  oX    .      ",
+"    . XoO  OoX   .      ",
+"    . oo    oo +@.@+    ",
+"      oo    oo @...@    ",
+"      oo    oo  ...     ",
+"      oX    Xo  @.@     ",
+"     oo      oo  .      ",
+"      oX    Xo          ",
+"      oo    oo          ",
+"      oo    oo          ",
+"      oo    oo          ",
+"      XoO  OoX          ",
+"       Xo  oX           ",
+"                        ",
+"                        ",
+"                        ",
+"                        "};
diff --git a/etc/images/gud/nexti.pbm b/etc/images/gud/nexti.pbm
new file mode 100644 (file)
index 0000000..ecad296
Binary files /dev/null and b/etc/images/gud/nexti.pbm differ
diff --git a/etc/images/gud/nexti.xpm b/etc/images/gud/nexti.xpm
new file mode 100644 (file)
index 0000000..bd4f02d
--- /dev/null
@@ -0,0 +1,33 @@
+/* XPM */
+static char * gud_nexti_xpm[] = {
+"24 24 6 1",
+"      c None",
+".     c #CCCC00003333",
+"X     c #616161616161",
+"o     c #D4D400000000",
+"O     c #CCCC99999999",
+"+     c #2A2A1F1F5555",
+"                        ",
+"                        ",
+"                        ",
+"                        ",
+"      ..........        ",
+"     .          .       ",
+"    .            .      ",
+"    .            .      ",
+"    .            .      ",
+"    .   X  X   oO.Oo    ",
+"       X+  +X  O...O    ",
+"      X+    +X  ...     ",
+"     X+      +X O.O     ",
+"    X+        +X .      ",
+"    +X        X+        ",
+"     +X      X+         ",
+"      +X    X+          ",
+"       +X  X+           ",
+"        +  +            ",
+"                        ",
+"                        ",
+"                        ",
+"                        ",
+"                        "};
diff --git a/etc/images/gud/ni.pbm b/etc/images/gud/ni.pbm
deleted file mode 100644 (file)
index ecad296..0000000
Binary files a/etc/images/gud/ni.pbm and /dev/null differ
diff --git a/etc/images/gud/ni.xpm b/etc/images/gud/ni.xpm
deleted file mode 100644 (file)
index bd4f02d..0000000
+++ /dev/null
@@ -1,33 +0,0 @@
-/* XPM */
-static char * gud_nexti_xpm[] = {
-"24 24 6 1",
-"      c None",
-".     c #CCCC00003333",
-"X     c #616161616161",
-"o     c #D4D400000000",
-"O     c #CCCC99999999",
-"+     c #2A2A1F1F5555",
-"                        ",
-"                        ",
-"                        ",
-"                        ",
-"      ..........        ",
-"     .          .       ",
-"    .            .      ",
-"    .            .      ",
-"    .            .      ",
-"    .   X  X   oO.Oo    ",
-"       X+  +X  O...O    ",
-"      X+    +X  ...     ",
-"     X+      +X O.O     ",
-"    X+        +X .      ",
-"    +X        X+        ",
-"     +X      X+         ",
-"      +X    X+          ",
-"       +X  X+           ",
-"        +  +            ",
-"                        ",
-"                        ",
-"                        ",
-"                        ",
-"                        "};
diff --git a/etc/images/gud/s.pbm b/etc/images/gud/s.pbm
deleted file mode 100644 (file)
index de7caa5..0000000
Binary files a/etc/images/gud/s.pbm and /dev/null differ
diff --git a/etc/images/gud/s.xpm b/etc/images/gud/s.xpm
deleted file mode 100644 (file)
index 4ee3ecc..0000000
+++ /dev/null
@@ -1,33 +0,0 @@
-/* XPM */
-static char * step_xpm[] = {
-"24 24 6 1",
-"      c None",
-".     c #d40000",
-"X     c #616161",
-"o     c #2a1f55",
-"O     c #adadad",
-"+     c #cc9999",
-"                        ",
-"                        ",
-"                        ",
-"                        ",
-"      .....             ",
-"     .     .            ",
-"    .       .           ",
-"    .  Xo   .   oX      ",
-"    . XoO   .   OoX     ",
-"    . oo  .+.+.  oo     ",
-"      oo  +...+  oo     ",
-"      oo   ...   oo     ",
-"      oX   +.+   Xo     ",
-"     oo     .     oo    ",
-"      oX         Xo     ",
-"      oo         oo     ",
-"      oo         oo     ",
-"      oo         oo     ",
-"      XoO       OoX     ",
-"       Xo       oX      ",
-"                        ",
-"                        ",
-"                        ",
-"                        "};
diff --git a/etc/images/gud/si.pbm b/etc/images/gud/si.pbm
deleted file mode 100644 (file)
index eed55cc..0000000
Binary files a/etc/images/gud/si.pbm and /dev/null differ
diff --git a/etc/images/gud/si.xpm b/etc/images/gud/si.xpm
deleted file mode 100644 (file)
index b20eb62..0000000
+++ /dev/null
@@ -1,32 +0,0 @@
-/* XPM */
-static char * gud_stepi_xpm[] = {
-"24 24 5 1",
-"      c None",
-".     c #D4D400000000",
-"X     c #616161616161",
-"o     c #2A2A1F1F5555",
-"O     c #CCCC99999999",
-"                        ",
-"                        ",
-"                        ",
-"                        ",
-"      .....             ",
-"     .     .            ",
-"    .       .           ",
-"    .       .           ",
-"    .   X   .   X       ",
-"    .  Xo .O.O. oX      ",
-"      Xo  O...O  oX     ",
-"     Xo    ...    oX    ",
-"    Xo     O.O     oX   ",
-"    oX      .      Xo   ",
-"     oX           Xo    ",
-"      oX         Xo     ",
-"       oX       Xo      ",
-"        o       o       ",
-"                        ",
-"                        ",
-"                        ",
-"                        ",
-"                        ",
-"                        "};
diff --git a/etc/images/gud/step.pbm b/etc/images/gud/step.pbm
new file mode 100644 (file)
index 0000000..de7caa5
Binary files /dev/null and b/etc/images/gud/step.pbm differ
diff --git a/etc/images/gud/step.xpm b/etc/images/gud/step.xpm
new file mode 100644 (file)
index 0000000..4ee3ecc
--- /dev/null
@@ -0,0 +1,33 @@
+/* XPM */
+static char * step_xpm[] = {
+"24 24 6 1",
+"      c None",
+".     c #d40000",
+"X     c #616161",
+"o     c #2a1f55",
+"O     c #adadad",
+"+     c #cc9999",
+"                        ",
+"                        ",
+"                        ",
+"                        ",
+"      .....             ",
+"     .     .            ",
+"    .       .           ",
+"    .  Xo   .   oX      ",
+"    . XoO   .   OoX     ",
+"    . oo  .+.+.  oo     ",
+"      oo  +...+  oo     ",
+"      oo   ...   oo     ",
+"      oX   +.+   Xo     ",
+"     oo     .     oo    ",
+"      oX         Xo     ",
+"      oo         oo     ",
+"      oo         oo     ",
+"      oo         oo     ",
+"      XoO       OoX     ",
+"       Xo       oX      ",
+"                        ",
+"                        ",
+"                        ",
+"                        "};
diff --git a/etc/images/gud/stepi.pbm b/etc/images/gud/stepi.pbm
new file mode 100644 (file)
index 0000000..eed55cc
Binary files /dev/null and b/etc/images/gud/stepi.pbm differ
diff --git a/etc/images/gud/stepi.xpm b/etc/images/gud/stepi.xpm
new file mode 100644 (file)
index 0000000..b20eb62
--- /dev/null
@@ -0,0 +1,32 @@
+/* XPM */
+static char * gud_stepi_xpm[] = {
+"24 24 5 1",
+"      c None",
+".     c #D4D400000000",
+"X     c #616161616161",
+"o     c #2A2A1F1F5555",
+"O     c #CCCC99999999",
+"                        ",
+"                        ",
+"                        ",
+"                        ",
+"      .....             ",
+"     .     .            ",
+"    .       .           ",
+"    .       .           ",
+"    .   X   .   X       ",
+"    .  Xo .O.O. oX      ",
+"      Xo  O...O  oX     ",
+"     Xo    ...    oX    ",
+"    Xo     O.O     oX   ",
+"    oX      .      Xo   ",
+"     oX           Xo    ",
+"      oX         Xo     ",
+"       oX       Xo      ",
+"        o       o       ",
+"                        ",
+"                        ",
+"                        ",
+"                        ",
+"                        ",
+"                        "};