diff options
| author | Jan Djärv | 2005-11-04 17:24:09 +0000 |
|---|---|---|
| committer | Jan Djärv | 2005-11-04 17:24:09 +0000 |
| commit | db2cf961d715f83ce47e68e90b910297b4af9619 (patch) | |
| tree | 353dd6183c001538a755b98d19f74cf00a66c82b | |
| parent | dc9cfe1e55b661f32a11464ea224b82da5a944a0 (diff) | |
| download | emacs-db2cf961d715f83ce47e68e90b910297b4af9619.tar.gz emacs-db2cf961d715f83ce47e68e90b910297b4af9619.zip | |
New images for info.
| -rw-r--r-- | etc/ChangeLog | 7 | ||||
| -rw-r--r-- | etc/images/low-color/next-node.xpm | 35 | ||||
| -rw-r--r-- | etc/images/low-color/prev-node.xpm | 34 | ||||
| -rw-r--r-- | etc/images/low-color/up-node.xpm | 35 | ||||
| -rw-r--r-- | etc/images/next-node.pbm | bin | 0 -> 1786 bytes | |||
| -rw-r--r-- | etc/images/next-node.xpm | 45 | ||||
| -rw-r--r-- | etc/images/prev-node.pbm | bin | 0 -> 1786 bytes | |||
| -rw-r--r-- | etc/images/prev-node.xpm | 44 | ||||
| -rw-r--r-- | etc/images/up-node.pbm | bin | 0 -> 1786 bytes | |||
| -rw-r--r-- | etc/images/up-node.xpm | 45 | ||||
| -rw-r--r-- | lisp/ChangeLog | 5 | ||||
| -rw-r--r-- | lisp/info.el | 10 |
12 files changed, 255 insertions, 5 deletions
diff --git a/etc/ChangeLog b/etc/ChangeLog index b38ae5a87ed..0b5dfd1cadb 100644 --- a/etc/ChangeLog +++ b/etc/ChangeLog | |||
| @@ -1,3 +1,10 @@ | |||
| 1 | 2005-11-04 Jan Dj,Ad(Brv <jan.h.d@swipnet.se> | ||
| 2 | |||
| 3 | * images/up-node.xpm, images/prev-node.xpm, images/next-node.xpm | ||
| 4 | * images/up-node.pbm, images/prev-node.pbm, images/next-node.pbm | ||
| 5 | * images/low-color/up-node.xpm, images/low-color/prev-node.xpm | ||
| 6 | * images/low-color/next-node.xpm: New images. | ||
| 7 | |||
| 1 | 2005-11-04 Carsten Dominik <dominik@science.uva.nl> | 8 | 2005-11-04 Carsten Dominik <dominik@science.uva.nl> |
| 2 | 9 | ||
| 3 | * orgcard.tex (section{Notes}): Version number change. | 10 | * 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 @@ | |||
| 1 | /* XPM */ | ||
| 2 | static char * next_node_xpm[] = { | ||
| 3 | "24 24 8 1", | ||
| 4 | " c None", | ||
| 5 | ". c #BBBDBA", | ||
| 6 | "+ c #000000", | ||
| 7 | "@ c #FFFFFF", | ||
| 8 | "# c #87AF85", | ||
| 9 | "$ c #504D46", | ||
| 10 | "% c #6B6B66", | ||
| 11 | "& c #000100", | ||
| 12 | " ", | ||
| 13 | " ++++++++++++++++++ ", | ||
| 14 | " +@@@@@@@@@@@@@@@..+ ", | ||
| 15 | " +@@@@@@@@@@@@@@@.@.+ ", | ||
| 16 | " +@@@@@@@@@@@@@@@.#%&+ ", | ||
| 17 | " +@@@%.@@@@@@@@@@.#%&+ ", | ||
| 18 | " +@@@++..@@@@@@@@@@..+ ", | ||
| 19 | " +@@@+#+...@.@.......+ ", | ||
| 20 | " +@..+.#+...@@@......+ ", | ||
| 21 | "+++++++.##+...........+ ", | ||
| 22 | "+.......###+..........+ ", | ||
| 23 | "+.####.#####+.........+ ", | ||
| 24 | "+..........##+........+ ", | ||
| 25 | "+###########$+#.......+ ", | ||
| 26 | "+##########$+#........+ ", | ||
| 27 | "+#########$+%#........+ ", | ||
| 28 | "+++++++##$+#..........+ ", | ||
| 29 | " +..#+#$+%#..........+ ", | ||
| 30 | " +...+$+#............+ ", | ||
| 31 | " +@..++##............+ ", | ||
| 32 | " +@..+...............+ ", | ||
| 33 | " +@..................+ ", | ||
| 34 | " +@..................+ ", | ||
| 35 | " +++++++++++++++++++++ "}; | ||
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 @@ | |||
| 1 | /* XPM */ | ||
| 2 | static char * prev_node_xpm[] = { | ||
| 3 | "24 24 7 1", | ||
| 4 | " c None", | ||
| 5 | ". c #BBBDBA", | ||
| 6 | "+ c #000000", | ||
| 7 | "@ c #FFFFFF", | ||
| 8 | "# c #87AF85", | ||
| 9 | "$ c #504D46", | ||
| 10 | "% c #000100", | ||
| 11 | " ", | ||
| 12 | " ++++++++++++++++++ ", | ||
| 13 | " %@.@@@@@@@@@@@@@@.+ ", | ||
| 14 | " %@@#.@@@@@@@@@@@@@.+ ", | ||
| 15 | " +..##.@@@@@@@@@@@@@.+ ", | ||
| 16 | " +#....@@@@@@@@@.+...+ ", | ||
| 17 | " +.@@@@@@@@@@@@.++...+ ", | ||
| 18 | " +.@@@@@@@@@...+.+...+ ", | ||
| 19 | " +@@@@@@@@@@@.+.#+...+ ", | ||
| 20 | " +@@@@@@@....+.##+++++++", | ||
| 21 | " +@@@@@@@...+.##......#+", | ||
| 22 | " +@.@......+@####.#####+", | ||
| 23 | " +@.@.....+...........#+", | ||
| 24 | " +@.......+###########$+", | ||
| 25 | " +@........+##########$+", | ||
| 26 | " +@........#+#####$$$$$+", | ||
| 27 | " +@.........#+##$+++++++", | ||
| 28 | " +@..........#+#$+###+ ", | ||
| 29 | " +@...........#+$+#..+ ", | ||
| 30 | " +@............#++...+ ", | ||
| 31 | " +@.............#+...+ ", | ||
| 32 | " +@..................+ ", | ||
| 33 | " +@..................+ ", | ||
| 34 | " +++++++++++++++++++++ "}; | ||
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 @@ | |||
| 1 | /* XPM */ | ||
| 2 | static char * up_node_xpm[] = { | ||
| 3 | "24 24 8 1", | ||
| 4 | " c None", | ||
| 5 | ". c #BBBDBA", | ||
| 6 | "+ c #000000", | ||
| 7 | "@ c #FFFFFF", | ||
| 8 | "# c #87AF85", | ||
| 9 | "$ c #504D46", | ||
| 10 | "% c #6B6B66", | ||
| 11 | "& c #000100", | ||
| 12 | " ", | ||
| 13 | " ++++++++++++++++++++", | ||
| 14 | " +&&@@@@@@@@@@.......+", | ||
| 15 | " +.%%@@@@@@@@@@.......+", | ||
| 16 | " +.@##@@@@@@@@@@.......+", | ||
| 17 | " +....@@@@@@...........+", | ||
| 18 | " +@@@@@@@@@@...........+", | ||
| 19 | " +@@@@@@@@@@...........+", | ||
| 20 | " +@@@@@.@..............+", | ||
| 21 | " +@@@@@@@....#.........+", | ||
| 22 | " +@@@@@.@...++##.......+", | ||
| 23 | " +@@@@@@...+#$+%.......+", | ||
| 24 | " +@@@@@...+###$+##.....+", | ||
| 25 | " +@@@@@..+##.##$+%.....+", | ||
| 26 | " +@@@@..+###.###$+##...+", | ||
| 27 | " +@@@@.+####.####$+#...+", | ||
| 28 | " +@@@.+#...#.#####$+...+", | ||
| 29 | " +@@@%++++...###+++++..+", | ||
| 30 | " +@......+.#.###+#.....+", | ||
| 31 | " +@......+.#.###+......+", | ||
| 32 | " +@......+.#.###+..@@@@+", | ||
| 33 | " +++++++++.#.###++++++++", | ||
| 34 | " +...###+ ", | ||
| 35 | " ++++++++ "}; | ||
diff --git a/etc/images/next-node.pbm b/etc/images/next-node.pbm new file mode 100644 index 00000000000..e9e090d2d0e --- /dev/null +++ b/etc/images/next-node.pbm | |||
| Binary files differ | |||
diff --git a/etc/images/next-node.xpm b/etc/images/next-node.xpm new file mode 100644 index 00000000000..042b8bc9254 --- /dev/null +++ b/etc/images/next-node.xpm | |||
| @@ -0,0 +1,45 @@ | |||
| 1 | /* XPM */ | ||
| 2 | static char * next_image_24_xpm[] = { | ||
| 3 | "24 24 18 1", | ||
| 4 | " c None", | ||
| 5 | ". c #000000", | ||
| 6 | "+ c #BCBCB8", | ||
| 7 | "@ c #DADAD6", | ||
| 8 | "# c #FFFFFF", | ||
| 9 | "$ c #6B9060", | ||
| 10 | "% c #A9C7A6", | ||
| 11 | "& c #778E6F", | ||
| 12 | "* c #BDD3B8", | ||
| 13 | "= c #C1D6BD", | ||
| 14 | "- c #445B2C", | ||
| 15 | "; c #506B46", | ||
| 16 | "> c #C2D7BE", | ||
| 17 | ", c #77A16E", | ||
| 18 | "' c #0F1308", | ||
| 19 | ") c #A4C3A2", | ||
| 20 | "! c #B0CAAD", | ||
| 21 | "~ c #8CA782", | ||
| 22 | " ", | ||
| 23 | " .................. ", | ||
| 24 | " .###############@+. ", | ||
| 25 | " .###############+#+. ", | ||
| 26 | " .###############+&;'. ", | ||
| 27 | " .###;+##########@&;'. ", | ||
| 28 | " .###..+@##########@+. ", | ||
| 29 | " .###.,.+@@#@#@@@@@@+. ", | ||
| 30 | " .#@@.>$.+@@###@@@@@+. ", | ||
| 31 | ".......>%$.+@@@@@@@@@+. ", | ||
| 32 | ".>=====*%%$.+@@@@@@@@+. ", | ||
| 33 | ".>%%%%!%%%%$.++@@@@@@+. ", | ||
| 34 | ".@=***=****%$.++@@@@@+. ", | ||
| 35 | ".)$$$$$$$$$$-.&+@@@@++. ", | ||
| 36 | ".~$$$$$$$$$-.&++@@@@@+. ", | ||
| 37 | ".,$$$$$$$$-.;&++@@@@@+. ", | ||
| 38 | ".......$$-.&++++@@@@++. ", | ||
| 39 | " .++&.$-.;&+++++++@++. ", | ||
| 40 | " .@++.-.&++++@@@@@@@+. ", | ||
| 41 | " .#++..&&+++++++++@@+. ", | ||
| 42 | " .#@+.+++++@@@@@++@++. ", | ||
| 43 | " .#@@+++++@@@@++++@++. ", | ||
| 44 | " .#++++++++++++++++++. ", | ||
| 45 | " ..................... "}; | ||
diff --git a/etc/images/prev-node.pbm b/etc/images/prev-node.pbm new file mode 100644 index 00000000000..538dcd9e056 --- /dev/null +++ b/etc/images/prev-node.pbm | |||
| Binary files differ | |||
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 @@ | |||
| 1 | /* XPM */ | ||
| 2 | static char * prev_image_24_xpm[] = { | ||
| 3 | "24 24 17 1", | ||
| 4 | " c None", | ||
| 5 | ". c #000000", | ||
| 6 | "+ c #FFFFFF", | ||
| 7 | "@ c #DADAD6", | ||
| 8 | "# c #BCBCB8", | ||
| 9 | "$ c #6B9060", | ||
| 10 | "% c #778E6F", | ||
| 11 | "& c #A9C7A6", | ||
| 12 | "* c #445B2C", | ||
| 13 | "= c #C1D6BD", | ||
| 14 | "- c #5B7950", | ||
| 15 | "; c #C2D7BE", | ||
| 16 | "> c #A6BFA0", | ||
| 17 | ", c #0F1308", | ||
| 18 | "' c #BDD3B8", | ||
| 19 | ") c #B0CAAD", | ||
| 20 | "! c #8CA782", | ||
| 21 | " ", | ||
| 22 | " .................. ", | ||
| 23 | " ,+#++++++++++++++@. ", | ||
| 24 | " ,++%@+++++++++++++@. ", | ||
| 25 | " .@#%%@+++++++++++++@. ", | ||
| 26 | " .%@##@+++++++++@.@@@. ", | ||
| 27 | " .#++++++++++++#..@@@. ", | ||
| 28 | " .@+++++++++@@#.;.#@@. ", | ||
| 29 | " .+++++++++++#.@>.##@. ", | ||
| 30 | " .+++++++@@@#.@&>.......", | ||
| 31 | " .+++++++@@#.@&&';;;;;>.", | ||
| 32 | " .+@+@@@@##.+&&&&)&&&&%.", | ||
| 33 | " .+@+@@@@#.@==========!.", | ||
| 34 | " .+@@@@@@#.-$$$$$$$$$$*.", | ||
| 35 | " .+@@@@@@##.-$$$$$$$$$*.", | ||
| 36 | " .+@@@@@###%.-$$$-*****.", | ||
| 37 | " .+@@@@@@@@#%.-$*.......", | ||
| 38 | " .+@@########%.-*.%%%. ", | ||
| 39 | " .+@@@@@@@@@##%.*.%##. ", | ||
| 40 | " .+@@##########%..###. ", | ||
| 41 | " .+@@@@@@@@@@###%.###. ", | ||
| 42 | " .+@@@@@@@@@@@#######. ", | ||
| 43 | " .+##################. ", | ||
| 44 | " ..................... "}; | ||
diff --git a/etc/images/up-node.pbm b/etc/images/up-node.pbm new file mode 100644 index 00000000000..29334d04791 --- /dev/null +++ b/etc/images/up-node.pbm | |||
| Binary files differ | |||
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 @@ | |||
| 1 | /* XPM */ | ||
| 2 | static char * up_arrow_xpm[] = { | ||
| 3 | "24 24 18 1", | ||
| 4 | " c None", | ||
| 5 | ". c #000000", | ||
| 6 | "+ c #0F1308", | ||
| 7 | "@ c #FFFFFF", | ||
| 8 | "# c #DADAD6", | ||
| 9 | "$ c #BCBCB8", | ||
| 10 | "% c #506B46", | ||
| 11 | "& c #778E6F", | ||
| 12 | "* c #6B9060", | ||
| 13 | "= c #445B2C", | ||
| 14 | "- c #A9C7A6", | ||
| 15 | "; c #BDD3B8", | ||
| 16 | "> c #77A16E", | ||
| 17 | ", c #C2D7BE", | ||
| 18 | "' c #C1D6BD", | ||
| 19 | ") c #B0CAAD", | ||
| 20 | "! c #A4C3A2", | ||
| 21 | "~ c #8CA782", | ||
| 22 | " ", | ||
| 23 | " ....................", | ||
| 24 | " .++@@@@@@@@@@#####$$.", | ||
| 25 | " .$%%@@@@@@@@@@#####$$.", | ||
| 26 | " .$@&&@@@@@@@@@@######$.", | ||
| 27 | " .#$$#@@@@@@#########$$.", | ||
| 28 | " .@@@@@@@@@@#####$#$$$$.", | ||
| 29 | " .@@@@@@@@@@#####$#$#$$.", | ||
| 30 | " .@@@@@#@###$$$$$$#$#$$.", | ||
| 31 | " .@@@@@@@##$$&$$$$#$##$.", | ||
| 32 | " .@@@@@#@##$..&&$$$$##$.", | ||
| 33 | " .@@@@@@##$.*=.%$$$$##$.", | ||
| 34 | " .@@@@@##$.*-*=.&&$$$#$.", | ||
| 35 | " .@@@@@#$.*-;**=.%$$$$$.", | ||
| 36 | " .@@@@#$.*--;***=.&&$$$.", | ||
| 37 | " .@@@@$.*---;****=.&$$$.", | ||
| 38 | " .@@@$.>,,;-;*****=.$$$.", | ||
| 39 | " .@@@%....')'***.....$$.", | ||
| 40 | " .@######.'-;***.&$$$#$.", | ||
| 41 | " .@######.'-;***.$$$##$.", | ||
| 42 | " .@######.'-;***.$#@@@@.", | ||
| 43 | " .........'-'***........", | ||
| 44 | " .,,#!~>. ", | ||
| 45 | " ........ "}; | ||
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index ea73aa84bb8..65fc56bf58b 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,8 @@ | |||
| 1 | 2005-11-04 Jan Dj,Ad(Brv <jan.h.d@swipnet.se> | ||
| 2 | |||
| 3 | * info.el (info-tool-bar-map): Use images prev-node, next-node and | ||
| 4 | up-node. | ||
| 5 | |||
| 1 | 2005-11-04 Ulf Jasper <ulf.jasper@web.de> | 6 | 2005-11-04 Ulf Jasper <ulf.jasper@web.de> |
| 2 | 7 | ||
| 3 | * newsticker.el: Commentary updated. Code formatting changed. | 8 | * 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." | |||
| 3181 | (if (display-graphic-p) | 3181 | (if (display-graphic-p) |
| 3182 | (let ((map (make-sparse-keymap))) | 3182 | (let ((map (make-sparse-keymap))) |
| 3183 | (tool-bar-local-item-from-menu 'Info-exit "close" map Info-mode-map) | 3183 | (tool-bar-local-item-from-menu 'Info-exit "close" map Info-mode-map) |
| 3184 | (tool-bar-local-item-from-menu 'Info-prev "left-arrow" map Info-mode-map) | 3184 | (tool-bar-local-item-from-menu 'Info-prev "prev-node" map Info-mode-map) |
| 3185 | (tool-bar-local-item-from-menu 'Info-next "right-arrow" map Info-mode-map) | 3185 | (tool-bar-local-item-from-menu 'Info-next "next-node" map Info-mode-map) |
| 3186 | (tool-bar-local-item-from-menu 'Info-up "up-arrow" map Info-mode-map) | 3186 | (tool-bar-local-item-from-menu 'Info-up "up-node" map Info-mode-map) |
| 3187 | (tool-bar-local-item-from-menu 'Info-history-back "back-arrow" map Info-mode-map) | 3187 | (tool-bar-local-item-from-menu 'Info-history-back "left-arrow" map Info-mode-map) |
| 3188 | (tool-bar-local-item-from-menu 'Info-history-forward "fwd-arrow" map Info-mode-map) | 3188 | (tool-bar-local-item-from-menu 'Info-history-forward "right-arrow" map Info-mode-map) |
| 3189 | (tool-bar-local-item-from-menu 'Info-top-node "home" map Info-mode-map) | 3189 | (tool-bar-local-item-from-menu 'Info-top-node "home" map Info-mode-map) |
| 3190 | (tool-bar-local-item-from-menu 'Info-index "index" map Info-mode-map) | 3190 | (tool-bar-local-item-from-menu 'Info-index "index" map Info-mode-map) |
| 3191 | (tool-bar-local-item-from-menu 'Info-goto-node "jump-to" map Info-mode-map) | 3191 | (tool-bar-local-item-from-menu 'Info-goto-node "jump-to" map Info-mode-map) |