aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDmitry Dzhus2009-08-08 22:17:05 +0000
committerDmitry Dzhus2009-08-08 22:17:05 +0000
commite9b23a040feb02e98d6c877ae1cdca33d46028d2 (patch)
treed2c8177f974154726f3e41afc19608de9cb0a77f
parentaa701ce8a390a3a781d8ac910f065294e52a6516 (diff)
downloademacs-e9b23a040feb02e98d6c877ae1cdca33d46028d2.tar.gz
emacs-e9b23a040feb02e98d6c877ae1cdca33d46028d2.zip
* images/gud/all.xpm, images/gud/thread.xpm: New icons for gdb-mi.el
-rw-r--r--etc/ChangeLog5
-rw-r--r--etc/images/gud/all.xpm31
-rw-r--r--etc/images/gud/thread.xpm32
3 files changed, 68 insertions, 0 deletions
diff --git a/etc/ChangeLog b/etc/ChangeLog
index eb9a310cb28..b4f84749ee4 100644
--- a/etc/ChangeLog
+++ b/etc/ChangeLog
@@ -1,3 +1,8 @@
12009-08-08 Dmitry Dzhus <dima@sphinx.net.ru>
2
3 * images/gud/all.xpm, images/gud/thread.xpm: New icons for
4 gdb-mi.el
5
12009-08-07 Dan Nicolaescu <dann@ics.uci.edu> 62009-08-07 Dan Nicolaescu <dann@ics.uci.edu>
2 7
3 * e/eterm-color.ti (msgr, u6, u7): New capabilities. 8 * e/eterm-color.ti (msgr, u6, u7): New capabilities.
diff --git a/etc/images/gud/all.xpm b/etc/images/gud/all.xpm
new file mode 100644
index 00000000000..c45bade0b8e
--- /dev/null
+++ b/etc/images/gud/all.xpm
@@ -0,0 +1,31 @@
1/* XPM */
2static char * all_xpm[] = {
3"24 24 4 1",
4" c None",
5". c #000000",
6"+ c #E5E5E5",
7"@ c #FFFFFF",
8" ",
9" ",
10" .................... ",
11" .................... ",
12" .................... ",
13" ++++++@@@@@@@@++++++ ",
14" ++++++@@....@@++++++ ",
15" ++++++@......@++++++ ",
16" ......@..@@..@...... ",
17" ......@..@@..@...... ",
18" ......@..@@..@...... ",
19" ++++++@......@++++++ ",
20" ++++++@......@++++++ ",
21" ++++++@..@@..@++++++ ",
22" ......@..@@..@...... ",
23" ......@..@@..@...... ",
24" ......@..@@..@...... ",
25" ++++++@..@@..@++++++ ",
26" ++++++...@@...++++++ ",
27" ++++++++++++++++++++ ",
28" .................... ",
29" .................... ",
30" ",
31" "};
diff --git a/etc/images/gud/thread.xpm b/etc/images/gud/thread.xpm
new file mode 100644
index 00000000000..b84a8b80d59
--- /dev/null
+++ b/etc/images/gud/thread.xpm
@@ -0,0 +1,32 @@
1/* XPM */
2static char * thread_xpm[] = {
3"24 24 5 1",
4" c None",
5". c #B2B2B2",
6"+ c #E5E5E5",
7"@ c #FFFFFF",
8"# c #000000",
9" ",
10" ",
11" .................... ",
12" .................... ",
13" .................... ",
14" ++++++@@@@@@@@++++++ ",
15" ++++++########++++++ ",
16" ++++++########++++++ ",
17" ......##@##@##...... ",
18" ......@@@##@@@...... ",
19" ......@@@##@@@...... ",
20" ++++++@@@##@@@++++++ ",
21" ++++++@@@##@@@++++++ ",
22" ++++++@@@##@@@++++++ ",
23" ######@@@##@@@###### ",
24" ######@@@##@@@###### ",
25" ######@@@##@@@###### ",
26" ++++++@@@##@@@++++++ ",
27" ++++++@@####@@++++++ ",
28" ++++++++++++++++++++ ",
29" .................... ",
30" .................... ",
31" ",
32" "};