Cleaned up.

From Luis Fernandes <elf@ee.ryerson.ca>.
This commit is contained in:
Gerd Moellmann 2001-07-09 10:54:37 +00:00
parent 524ac5b25a
commit 1d9f4dc126
23 changed files with 36 additions and 36 deletions

View file

@ -5,6 +5,9 @@
doesn't look like what the Internet draft for FTP extensions
specifies.
* toolbar/*.pbm, toolbar/preferences.xpm: Cleaned up.
From Luis Fernandes <elf@ee.ryerson.ca>.
2001-07-09 Martin Stjernholm <bug-cc-mode@gnu.org>
* cc-cmds.el: Extended the kludge to interoperate with the

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

View file

@ -1,38 +1,35 @@
/* XPM */
static char *magick[] = {
/* columns rows colors chars-per-pixel */
static char * preferences_xpm[] = {
"24 24 8 1",
" c Gray0",
". c #9adf6c4a4e4e",
"X c #adad8e8e3030",
"o c #858585857979",
"O c #a4ffa1fc996c",
"+ c #d791c99a9b6c",
"@ c #e113e0eee0c4",
"# c None",
/* pixels */
"########################",
"########################",
"########################",
"############# #########",
"########### @@ ##### ##",
"######### @@@@ #### + #",
"###### @@@@@@+ ## +. #",
"#### @@@@@@@+@@ # +. ##",
"### @@@@@.@@@@o@@ +. ###",
"### @@@@@.O@oo@@ +. ####",
"#### @@@@.@o@@@ +. #####",
"#### @@.O.@@@@ +. @ ####",
"##### @@..@@@ +. @@+ ###",
"##### @@@@@@ +. @@@+o ##",
"###### @@@@X@ +OOOOo ##",
"###### @@@@ OOOOOO+ ###",
"####### @OooO@@@@@ ####",
"####### @@@@@@@@@ ######",
"######## @@@@@@ #######",
"######## @@@@+ #########",
"######### @@ ##########",
"########## ############",
"########################",
"########################"
};
" c None",
". c #000000",
"+ c #E1E0E0",
"@ c #D7C99B",
"# c #9A6C4E",
"$ c #A4A199",
"% c #858579",
"& c #AD8E30",
" ",
" ",
" ",
" .. ",
" ..++. . ",
" ..++++. .@. ",
" ...+++++++. .@#. ",
" ..++++++++++. .@#. ",
" .++++++#++++++.@#. ",
" .+++++#++++++.@#. ",
" .++#+#+++++.@#. ",
" .++#$#++++.@#.+. ",
" .++##+++.@#.++@. ",
" .++++++.@#.+++@%. ",
" .++++&+..@$$$$%. ",
" .++++..$$$$$$@. ",
" .+$%%$+++++.. ",
" .+++++++++. ",
" .++++++.. ",
" .++++@. ",
" .++.. ",
" .. ",
" ",
" "};

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.