From db2cf961d715f83ce47e68e90b910297b4af9619 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Jan=20Dj=C3=A4rv?= Date: Fri, 4 Nov 2005 17:24:09 +0000 Subject: [PATCH] New images for info. --- etc/ChangeLog | 7 +++++ etc/images/low-color/next-node.xpm | 35 ++++++++++++++++++++++ etc/images/low-color/prev-node.xpm | 34 ++++++++++++++++++++++ etc/images/low-color/up-node.xpm | 35 ++++++++++++++++++++++ etc/images/next-node.pbm | Bin 0 -> 1786 bytes etc/images/next-node.xpm | 45 +++++++++++++++++++++++++++++ etc/images/prev-node.pbm | Bin 0 -> 1786 bytes etc/images/prev-node.xpm | 44 ++++++++++++++++++++++++++++ etc/images/up-node.pbm | Bin 0 -> 1786 bytes etc/images/up-node.xpm | 45 +++++++++++++++++++++++++++++ lisp/ChangeLog | 5 ++++ lisp/info.el | 10 +++---- 12 files changed, 255 insertions(+), 5 deletions(-) create mode 100644 etc/images/low-color/next-node.xpm create mode 100644 etc/images/low-color/prev-node.xpm create mode 100644 etc/images/low-color/up-node.xpm create mode 100644 etc/images/next-node.pbm create mode 100644 etc/images/next-node.xpm create mode 100644 etc/images/prev-node.pbm create mode 100644 etc/images/prev-node.xpm create mode 100644 etc/images/up-node.pbm create mode 100644 etc/images/up-node.xpm diff --git a/etc/ChangeLog b/etc/ChangeLog index b38ae5a87ed..0b5dfd1cadb 100644 --- a/etc/ChangeLog +++ b/etc/ChangeLog @@ -1,3 +1,10 @@ +2005-11-04 Jan Dj,Ad(Brv + + * images/up-node.xpm, images/prev-node.xpm, images/next-node.xpm + * images/up-node.pbm, images/prev-node.pbm, images/next-node.pbm + * images/low-color/up-node.xpm, images/low-color/prev-node.xpm + * images/low-color/next-node.xpm: New images. + 2005-11-04 Carsten Dominik * orgcard.tex (section{Notes}): Version number change. diff --git a/etc/images/low-color/next-node.xpm b/etc/images/low-color/next-node.xpm new file mode 100644 index 00000000000..f13a40dcbfb --- /dev/null +++ b/etc/images/low-color/next-node.xpm @@ -0,0 +1,35 @@ +/* XPM */ +static char * next_node_xpm[] = { +"24 24 8 1", +" c None", +". c #BBBDBA", +"+ c #000000", +"@ c #FFFFFF", +"# c #87AF85", +"$ c #504D46", +"% c #6B6B66", +"& c #000100", +" ", +" ++++++++++++++++++ ", +" +@@@@@@@@@@@@@@@..+ ", +" +@@@@@@@@@@@@@@@.@.+ ", +" +@@@@@@@@@@@@@@@.#%&+ ", +" +@@@%.@@@@@@@@@@.#%&+ ", +" +@@@++..@@@@@@@@@@..+ ", +" +@@@+#+...@.@.......+ ", +" +@..+.#+...@@@......+ ", +"+++++++.##+...........+ ", +"+.......###+..........+ ", +"+.####.#####+.........+ ", +"+..........##+........+ ", +"+###########$+#.......+ ", +"+##########$+#........+ ", +"+#########$+%#........+ ", +"+++++++##$+#..........+ ", +" +..#+#$+%#..........+ ", +" +...+$+#............+ ", +" +@..++##............+ ", +" +@..+...............+ ", +" +@..................+ ", +" +@..................+ ", +" +++++++++++++++++++++ "}; diff --git a/etc/images/low-color/prev-node.xpm b/etc/images/low-color/prev-node.xpm new file mode 100644 index 00000000000..19fd7338ee5 --- /dev/null +++ b/etc/images/low-color/prev-node.xpm @@ -0,0 +1,34 @@ +/* XPM */ +static char * prev_node_xpm[] = { +"24 24 7 1", +" c None", +". c #BBBDBA", +"+ c #000000", +"@ c #FFFFFF", +"# c #87AF85", +"$ c #504D46", +"% c #000100", +" ", +" ++++++++++++++++++ ", +" %@.@@@@@@@@@@@@@@.+ ", +" %@@#.@@@@@@@@@@@@@.+ ", +" +..##.@@@@@@@@@@@@@.+ ", +" +#....@@@@@@@@@.+...+ ", +" +.@@@@@@@@@@@@.++...+ ", +" +.@@@@@@@@@...+.+...+ ", +" +@@@@@@@@@@@.+.#+...+ ", +" +@@@@@@@....+.##+++++++", +" +@@@@@@@...+.##......#+", +" +@.@......+@####.#####+", +" +@.@.....+...........#+", +" +@.......+###########$+", +" +@........+##########$+", +" +@........#+#####$$$$$+", +" +@.........#+##$+++++++", +" +@..........#+#$+###+ ", +" +@...........#+$+#..+ ", +" +@............#++...+ ", +" +@.............#+...+ ", +" +@..................+ ", +" +@..................+ ", +" +++++++++++++++++++++ "}; diff --git a/etc/images/low-color/up-node.xpm b/etc/images/low-color/up-node.xpm new file mode 100644 index 00000000000..2efdeba7302 --- /dev/null +++ b/etc/images/low-color/up-node.xpm @@ -0,0 +1,35 @@ +/* XPM */ +static char * up_node_xpm[] = { +"24 24 8 1", +" c None", +". c #BBBDBA", +"+ c #000000", +"@ c #FFFFFF", +"# c #87AF85", +"$ c #504D46", +"% c #6B6B66", +"& c #000100", +" ", +" ++++++++++++++++++++", +" +&&@@@@@@@@@@.......+", +" +.%%@@@@@@@@@@.......+", +" +.@##@@@@@@@@@@.......+", +" +....@@@@@@...........+", +" +@@@@@@@@@@...........+", +" +@@@@@@@@@@...........+", +" +@@@@@.@..............+", +" +@@@@@@@....#.........+", +" +@@@@@.@...++##.......+", +" +@@@@@@...+#$+%.......+", +" +@@@@@...+###$+##.....+", +" +@@@@@..+##.##$+%.....+", +" +@@@@..+###.###$+##...+", +" +@@@@.+####.####$+#...+", +" +@@@.+#...#.#####$+...+", +" +@@@%++++...###+++++..+", +" +@......+.#.###+#.....+", +" +@......+.#.###+......+", +" +@......+.#.###+..@@@@+", +" +++++++++.#.###++++++++", +" +...###+ ", +" ++++++++ "}; diff --git a/etc/images/next-node.pbm b/etc/images/next-node.pbm new file mode 100644 index 0000000000000000000000000000000000000000..e9e090d2d0ec09061db3d9938d7b3ea3d7cc9e19 GIT binary patch literal 1786 zcmcJL!3x4K3_v~aD*_(8iH^;KHxU&N(=mpBFmNCWoBywwfe;#-mZ3S6G?Mm z1TkF0W~gg3{1yX?_aI3yYh^+$10Z-%n17qPL1wVTd5Dx} c #C2D7BE", +", c #77A16E", +"' c #0F1308", +") c #A4C3A2", +"! c #B0CAAD", +"~ c #8CA782", +" ", +" .................. ", +" .###############@+. ", +" .###############+#+. ", +" .###############+&;'. ", +" .###;+##########@&;'. ", +" .###..+@##########@+. ", +" .###.,.+@@#@#@@@@@@+. ", +" .#@@.>$.+@@###@@@@@+. ", +".......>%$.+@@@@@@@@@+. ", +".>=====*%%$.+@@@@@@@@+. ", +".>%%%%!%%%%$.++@@@@@@+. ", +".@=***=****%$.++@@@@@+. ", +".)$$$$$$$$$$-.&+@@@@++. ", +".~$$$$$$$$$-.&++@@@@@+. ", +".,$$$$$$$$-.;&++@@@@@+. ", +".......$$-.&++++@@@@++. ", +" .++&.$-.;&+++++++@++. ", +" .@++.-.&++++@@@@@@@+. ", +" .#++..&&+++++++++@@+. ", +" .#@+.+++++@@@@@++@++. ", +" .#@@+++++@@@@++++@++. ", +" .#++++++++++++++++++. ", +" ..................... "}; diff --git a/etc/images/prev-node.pbm b/etc/images/prev-node.pbm new file mode 100644 index 0000000000000000000000000000000000000000..538dcd9e05688e08efa9f41811a08ef4f5daf406 GIT binary patch literal 1786 zcmcJL!3x4K42C`TDFPn6iI&ZSHxU&N(=mo`FmNCWoA0l|KnS7D%49i|Kk5H}%~o#Q z9QM^=S6{0w)b|EX=b~KnP+kf+wvTty!L8}~_VtAIa^-vmK65_L-DiTDjViSWGSnoc zRVme`5Xd8gQl}IC=g4P=-!UD}P9pflJwyG2}$iYZ(&OA*4U1jd<{CA`W6l7w!240K7p) literal 0 HcmV?d00001 diff --git a/etc/images/prev-node.xpm b/etc/images/prev-node.xpm new file mode 100644 index 00000000000..fcfff1fcf83 --- /dev/null +++ b/etc/images/prev-node.xpm @@ -0,0 +1,44 @@ +/* XPM */ +static char * prev_image_24_xpm[] = { +"24 24 17 1", +" c None", +". c #000000", +"+ c #FFFFFF", +"@ c #DADAD6", +"# c #BCBCB8", +"$ c #6B9060", +"% c #778E6F", +"& c #A9C7A6", +"* c #445B2C", +"= c #C1D6BD", +"- c #5B7950", +"; c #C2D7BE", +"> c #A6BFA0", +", c #0F1308", +"' c #BDD3B8", +") c #B0CAAD", +"! c #8CA782", +" ", +" .................. ", +" ,+#++++++++++++++@. ", +" ,++%@+++++++++++++@. ", +" .@#%%@+++++++++++++@. ", +" .%@##@+++++++++@.@@@. ", +" .#++++++++++++#..@@@. ", +" .@+++++++++@@#.;.#@@. ", +" .+++++++++++#.@>.##@. ", +" .+++++++@@@#.@&>.......", +" .+++++++@@#.@&&';;;;;>.", +" .+@+@@@@##.+&&&&)&&&&%.", +" .+@+@@@@#.@==========!.", +" .+@@@@@@#.-$$$$$$$$$$*.", +" .+@@@@@@##.-$$$$$$$$$*.", +" .+@@@@@###%.-$$$-*****.", +" .+@@@@@@@@#%.-$*.......", +" .+@@########%.-*.%%%. ", +" .+@@@@@@@@@##%.*.%##. ", +" .+@@##########%..###. ", +" .+@@@@@@@@@@###%.###. ", +" .+@@@@@@@@@@@#######. ", +" .+##################. ", +" ..................... "}; diff --git a/etc/images/up-node.pbm b/etc/images/up-node.pbm new file mode 100644 index 0000000000000000000000000000000000000000..29334d04791b200343649c5537b6b7da02bee2a6 GIT binary patch literal 1786 zcmeH`!3u&<5Jg+RuNY|2E=sgTyNHSw)8 zFk@IJn^k&DmXMw^*zIFGDZw6M*yfjeR=_DM%KUbP`E+K25Q5MIQDh!psL=<->u?5> z?hSfLObtbKx3iM%Oolc8oc8zjN literal 0 HcmV?d00001 diff --git a/etc/images/up-node.xpm b/etc/images/up-node.xpm new file mode 100644 index 00000000000..ba597e468f9 --- /dev/null +++ b/etc/images/up-node.xpm @@ -0,0 +1,45 @@ +/* XPM */ +static char * up_arrow_xpm[] = { +"24 24 18 1", +" c None", +". c #000000", +"+ c #0F1308", +"@ c #FFFFFF", +"# c #DADAD6", +"$ c #BCBCB8", +"% c #506B46", +"& c #778E6F", +"* c #6B9060", +"= c #445B2C", +"- c #A9C7A6", +"; c #BDD3B8", +"> c #77A16E", +", c #C2D7BE", +"' c #C1D6BD", +") c #B0CAAD", +"! c #A4C3A2", +"~ c #8CA782", +" ", +" ....................", +" .++@@@@@@@@@@#####$$.", +" .$%%@@@@@@@@@@#####$$.", +" .$@&&@@@@@@@@@@######$.", +" .#$$#@@@@@@#########$$.", +" .@@@@@@@@@@#####$#$$$$.", +" .@@@@@@@@@@#####$#$#$$.", +" .@@@@@#@###$$$$$$#$#$$.", +" .@@@@@@@##$$&$$$$#$##$.", +" .@@@@@#@##$..&&$$$$##$.", +" .@@@@@@##$.*=.%$$$$##$.", +" .@@@@@##$.*-*=.&&$$$#$.", +" .@@@@@#$.*-;**=.%$$$$$.", +" .@@@@#$.*--;***=.&&$$$.", +" .@@@@$.*---;****=.&$$$.", +" .@@@$.>,,;-;*****=.$$$.", +" .@@@%....')'***.....$$.", +" .@######.'-;***.&$$$#$.", +" .@######.'-;***.$$$##$.", +" .@######.'-;***.$#@@@@.", +" .........'-'***........", +" .,,#!~>. ", +" ........ "}; diff --git a/lisp/ChangeLog b/lisp/ChangeLog index ea73aa84bb8..65fc56bf58b 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,8 @@ +2005-11-04 Jan Dj,Ad(Brv + + * info.el (info-tool-bar-map): Use images prev-node, next-node and + up-node. + 2005-11-04 Ulf Jasper * newsticker.el: Commentary updated. Code formatting changed. diff --git a/lisp/info.el b/lisp/info.el index cbb8ec57e31..84c83bd419b 100644 --- a/lisp/info.el +++ b/lisp/info.el @@ -3181,11 +3181,11 @@ if point is in a menu item description, follow that menu item." (if (display-graphic-p) (let ((map (make-sparse-keymap))) (tool-bar-local-item-from-menu 'Info-exit "close" map Info-mode-map) - (tool-bar-local-item-from-menu 'Info-prev "left-arrow" map Info-mode-map) - (tool-bar-local-item-from-menu 'Info-next "right-arrow" map Info-mode-map) - (tool-bar-local-item-from-menu 'Info-up "up-arrow" map Info-mode-map) - (tool-bar-local-item-from-menu 'Info-history-back "back-arrow" map Info-mode-map) - (tool-bar-local-item-from-menu 'Info-history-forward "fwd-arrow" map Info-mode-map) + (tool-bar-local-item-from-menu 'Info-prev "prev-node" map Info-mode-map) + (tool-bar-local-item-from-menu 'Info-next "next-node" map Info-mode-map) + (tool-bar-local-item-from-menu 'Info-up "up-node" map Info-mode-map) + (tool-bar-local-item-from-menu 'Info-history-back "left-arrow" map Info-mode-map) + (tool-bar-local-item-from-menu 'Info-history-forward "right-arrow" map Info-mode-map) (tool-bar-local-item-from-menu 'Info-top-node "home" map Info-mode-map) (tool-bar-local-item-from-menu 'Info-index "index" map Info-mode-map) (tool-bar-local-item-from-menu 'Info-goto-node "jump-to" map Info-mode-map) -- 2.39.5