aboutsummaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorKenichi Handa2010-02-17 15:51:01 +0900
committerKenichi Handa2010-02-17 15:51:01 +0900
commit7fb371fec340f903da655d243c02f204a5b60ce4 (patch)
tree45e31c0b62518cb0d55dae4d9fd43d80ec299842 /etc
parentd0396581d5db3d6fd0b27db3511a281cf50b6bd2 (diff)
parentaac0b0f2be0f68669368b6050e4d0df26a9a8d9c (diff)
downloademacs-7fb371fec340f903da655d243c02f204a5b60ce4.tar.gz
emacs-7fb371fec340f903da655d243c02f204a5b60ce4.zip
from trunk
Diffstat (limited to 'etc')
-rw-r--r--etc/ChangeLog7
-rw-r--r--etc/images/custom/down-pushed.xpm8
-rw-r--r--etc/images/custom/down.xpm8
-rw-r--r--etc/images/custom/right-pushed.xpm8
-rw-r--r--etc/images/custom/right.xpm8
5 files changed, 31 insertions, 8 deletions
diff --git a/etc/ChangeLog b/etc/ChangeLog
index a5ab8ee4452..b67b69a361b 100644
--- a/etc/ChangeLog
+++ b/etc/ChangeLog
@@ -1,3 +1,10 @@
12010-02-14 Chong Yidong <cyd@stupidchicken.com>
2
3 * etc/images/custom/down-pushed.xpm, etc/images/custom/down.xpm:
4 * etc/images/custom/right-pushed.xpm:
5 * etc/images/custom/right-pushed.xpm: Increase height by four
6 pixels, to improve text alignment.
7
12010-01-16 Mario Lang <mlang@delysid.org> 82010-01-16 Mario Lang <mlang@delysid.org>
2 9
3 * srecode/doc-cpp.srt, srecode/doc-default.srt: 10 * srecode/doc-cpp.srt, srecode/doc-default.srt:
diff --git a/etc/images/custom/down-pushed.xpm b/etc/images/custom/down-pushed.xpm
index a3b8fc909b9..7342336956b 100644
--- a/etc/images/custom/down-pushed.xpm
+++ b/etc/images/custom/down-pushed.xpm
@@ -1,6 +1,6 @@
1/* XPM */ 1/* XPM */
2static char * down_pushed_xpm[] = { 2static char * down_pushed_xpm[] = {
3"8 8 4 1", 3"8 12 4 1",
4" c none", 4" c none",
5". c gray45", 5". c gray45",
6"X c gray90", 6"X c gray90",
@@ -12,4 +12,8 @@ static char * down_pushed_xpm[] = {
12" .OOX ", 12" .OOX ",
13" .OOX ", 13" .OOX ",
14" OX ", 14" OX ",
15" OX "}; 15" OX ",
16" ",
17" ",
18" ",
19" "};
diff --git a/etc/images/custom/down.xpm b/etc/images/custom/down.xpm
index 4205c6130f8..4ddb255bc44 100644
--- a/etc/images/custom/down.xpm
+++ b/etc/images/custom/down.xpm
@@ -1,6 +1,6 @@
1/* XPM */ 1/* XPM */
2static char * down_xpm[] = { 2static char * down_xpm[] = {
3"8 8 4 1", 3"8 12 4 1",
4" c none", 4" c none",
5". c gray90", 5". c gray90",
6"X c gray45", 6"X c gray45",
@@ -12,4 +12,8 @@ static char * down_xpm[] = {
12" .OOX ", 12" .OOX ",
13" .OOX ", 13" .OOX ",
14" OX ", 14" OX ",
15" OX "}; 15" OX ",
16" ",
17" ",
18" ",
19" "};
diff --git a/etc/images/custom/right-pushed.xpm b/etc/images/custom/right-pushed.xpm
index ca17b3a4825..1b8aeaf7776 100644
--- a/etc/images/custom/right-pushed.xpm
+++ b/etc/images/custom/right-pushed.xpm
@@ -1,6 +1,6 @@
1/* XPM */ 1/* XPM */
2static char * right_pushed_xpm[] = { 2static char * right_pushed_xpm[] = {
3"8 8 4 1", 3"8 12 4 1",
4" c none", 4" c none",
5". c gray45", 5". c gray45",
6"X c gray90", 6"X c gray90",
@@ -12,4 +12,8 @@ static char * right_pushed_xpm[] = {
12"..OOOOXX", 12"..OOOOXX",
13"..OOXX ", 13"..OOXX ",
14"..XX ", 14"..XX ",
15"OO "}; 15"OO ",
16" ",
17" ",
18" ",
19" "};
diff --git a/etc/images/custom/right.xpm b/etc/images/custom/right.xpm
index 726830bab4a..c75f7e74058 100644
--- a/etc/images/custom/right.xpm
+++ b/etc/images/custom/right.xpm
@@ -1,6 +1,6 @@
1/* XPM */ 1/* XPM */
2static char * right_xpm[] = { 2static char * right_xpm[] = {
3"8 8 4 1", 3"8 12 4 1",
4" c none", 4" c none",
5". c gray90", 5". c gray90",
6"X c gray45", 6"X c gray45",
@@ -12,4 +12,8 @@ static char * right_xpm[] = {
12"..OOOOXX", 12"..OOOOXX",
13"..OOXX ", 13"..OOXX ",
14"..XX ", 14"..XX ",
15"OO "}; 15"OO ",
16" ",
17" ",
18" ",
19" " };