]> git.eshelyaron.com Git - emacs.git/commitdiff
Flip to put highlight in correct place.
authorMiles Bader <miles@gnu.org>
Mon, 9 Oct 2000 01:03:32 +0000 (01:03 +0000)
committerMiles Bader <miles@gnu.org>
Mon, 9 Oct 2000 01:03:32 +0000 (01:03 +0000)
Correct image size.

lisp/ChangeLog
lisp/toolbar/up_arrow.xpm

index 27b732da5fc0e113d9663db9f5e6a501b07ce5db..bc812e24830e3f952f990a302a38a6c231e0f4cf 100644 (file)
@@ -1,5 +1,9 @@
 2000-10-09  Miles Bader  <miles@gnu.org>
 
+       * toolbar/up_arrow.xpm: Flip to put highlight in correct place.
+       Correct image size.
+       * toolbar/left_arrow.xpm: Correct image size.
+
        * jka-compr.el: Don't call `jka-compr-install' when loading (it
        will be done by the definition of `auto-compression-mode' if
        necessary.  Move code to uninstall existing file-name handler
index 093a06c90cc3b7201d40ab4679fd1561b78a69e0..abb54befd6686a46d9f3c955af5f71a9c014667a 100644 (file)
@@ -1,72 +1,69 @@
 /* XPM */
-static char *magick[] = {
-/* columns rows colors chars-per-pixel */
-"25 24 42 1",
-"  c Gray0",
-". c #121b12",
-"X c #243221",
-"o c #36582e",
-"O c #375930",
-"+ c #46703c",
-"@ c #49763f",
-"# c #4e7c44",
-"$ c #516f4a",
-"% c #548149",
-"& c #5b8851",
-"* c #608c56",
-"= c #67925c",
-"- c #709864",
-"; c #719a67",
-": c #729b68",
-"> c #739c6a",
-", c #6fa763",
-"< c #7da473",
-"1 c #80a776",
-"2 c #81a877",
-"3 c #81a878",
-"4 c #83aa7a",
-"5 c #84a979",
-"6 c #87ac7d",
-"7 c None",
-"8 c #b1c7ac",
-"9 c #c6d7c3",
-"0 c #d7e3d5",
-"q c #dce6d9",
-"w c #dee7dc",
-"e c #dfe8dd",
-"r c #e4ebe2",
-"t c #e9efe8",
-"y c #ebf1ea",
-"u c #eef3ed",
-"i c #eff3ee",
-"p c #f1f5f0",
-"a c #f2f6f1",
-"s c #f3f7f3",
-"d c #f4f7f4",
-"f c Gray100",
-/* pixels */
-"7777777777777777777777777",
-"7777777777777777777777777",
-"7777777777777777777777777",
-"7777777777777777777777777",
-"777777777777  77777777777",
-"777777777777  77777777777",
-"77777777777 O8 7777777777",
-"77777777777 %f.7777777777",
-"7777777777 $:tw 777777777",
-"7777777777 #10f 777777777",
-"777777777 O><wuq 77777777",
-"777777777 #52ryf 77777777",
-"77777777 @-14yyae 7777777",
-"77777777 #236iiif 7777777",
-"7777777 +;164iipsr 777777",
-"7777777 ,1646iidsf 777777",
-"777777 o&*===999999 77777",
-"777777       X      77777",
-"7777777777777777777777777",
-"7777777777777777777777777",
-"7777777777777777777777777",
-"7777777777777777777777777",
-"7777777777777777777777777",
-"7777777777777777777777777"
-};
+static char * up_arrow_xpm[] = {
+"24 24 42 1",
+"      c None",
+".     c #000000",
+"+     c #B1C7AC",
+"@     c #375930",
+"#     c #121B12",
+"$     c #FFFFFF",
+"%     c #548149",
+"&     c #DEE7DC",
+"*     c #E9EFE8",
+"=     c #729B68",
+"-     c #516F4A",
+";     c #D7E3D5",
+">     c #80A776",
+",     c #4E7C44",
+"'     c #DCE6D9",
+")     c #EEF3ED",
+"!     c #7DA473",
+"~     c #739C6A",
+"{     c #EBF1EA",
+"]     c #E4EBE2",
+"^     c #81A877",
+"/     c #84A979",
+"(     c #DFE8DD",
+"_     c #F2F6F1",
+":     c #83AA7A",
+"<     c #709864",
+"[     c #49763F",
+"}     c #EFF3EE",
+"|     c #87AC7D",
+"1     c #81A878",
+"2     c #F3F7F3",
+"3     c #F1F5F0",
+"4     c #719A67",
+"5     c #46703C",
+"6     c #F4F7F4",
+"7     c #6FA763",
+"8     c #C6D7C3",
+"9     c #67925C",
+"0     c #608C56",
+"a     c #5B8851",
+"b     c #36582E",
+"c     c #243221",
+"                        ",
+"                        ",
+"                        ",
+"                        ",
+"           ..           ",
+"           ..           ",
+"          .+@.          ",
+"          #$%.          ",
+"         .&*=-.         ",
+"         .$;>,.         ",
+"        .')&!~@.        ",
+"        .${]^/,.        ",
+"       .(_{{:><[.       ",
+"       .$}}}|1^,.       ",
+"      .]23}}:|>45.      ",
+"      .$26}}|:|>7.      ",
+"     .8888889990ab.     ",
+"     ......c.......     ",
+"                        ",
+"                        ",
+"                        ",
+"                        ",
+"                        ",
+"                        "};