diff --git a/etc/ChangeLog b/etc/ChangeLog index eb9a310cb28..b4f84749ee4 100644 --- a/etc/ChangeLog +++ b/etc/ChangeLog @@ -1,3 +1,8 @@ +2009-08-08 Dmitry Dzhus + + * images/gud/all.xpm, images/gud/thread.xpm: New icons for + gdb-mi.el + 2009-08-07 Dan Nicolaescu * 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 @@ +/* XPM */ +static char * all_xpm[] = { +"24 24 4 1", +" c None", +". c #000000", +"+ c #E5E5E5", +"@ c #FFFFFF", +" ", +" ", +" .................... ", +" .................... ", +" .................... ", +" ++++++@@@@@@@@++++++ ", +" ++++++@@....@@++++++ ", +" ++++++@......@++++++ ", +" ......@..@@..@...... ", +" ......@..@@..@...... ", +" ......@..@@..@...... ", +" ++++++@......@++++++ ", +" ++++++@......@++++++ ", +" ++++++@..@@..@++++++ ", +" ......@..@@..@...... ", +" ......@..@@..@...... ", +" ......@..@@..@...... ", +" ++++++@..@@..@++++++ ", +" ++++++...@@...++++++ ", +" ++++++++++++++++++++ ", +" .................... ", +" .................... ", +" ", +" "}; 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 @@ +/* XPM */ +static char * thread_xpm[] = { +"24 24 5 1", +" c None", +". c #B2B2B2", +"+ c #E5E5E5", +"@ c #FFFFFF", +"# c #000000", +" ", +" ", +" .................... ", +" .................... ", +" .................... ", +" ++++++@@@@@@@@++++++ ", +" ++++++########++++++ ", +" ++++++########++++++ ", +" ......##@##@##...... ", +" ......@@@##@@@...... ", +" ......@@@##@@@...... ", +" ++++++@@@##@@@++++++ ", +" ++++++@@@##@@@++++++ ", +" ++++++@@@##@@@++++++ ", +" ######@@@##@@@###### ", +" ######@@@##@@@###### ", +" ######@@@##@@@###### ", +" ++++++@@@##@@@++++++ ", +" ++++++@@####@@++++++ ", +" ++++++++++++++++++++ ", +" .................... ", +" .................... ", +" ", +" "};