annotate lisp/sb-tag-minus.xpm @ 59472:1e81e65f3201

(Info-history-forward): New variable. (Info-select-node): Reset Info-history-forward to nil. (Info-last): Turn into defalias. (Info-history-back): Rename from Info-last. Add current node to Info-history-forward. (Info-history-forward): New fun. (Info-mode-map): Replace Info-last by Info-history-back. Bind Info-history-forward to "r". (Info-mode-menu): Replace Info-last by Info-history-back. Fix menu item text. Add menu item for Info-history-forward. (info-tool-bar-map): Replace Info-last by Info-history-back. Replace its icon "undo" by "back_arrow". Add icon "fwd_arrow" for Info-history-forward. (Info-mode): Replace Info-last by Info-history-back in docstring. Add local variable Info-history-forward. (Info-goto-emacs-command-node): Replace Info-last by Info-history-back.
author Juri Linkov <juri@jurta.org>
date Tue, 11 Jan 2005 21:57:16 +0000
parents c2a09ac7b7b1
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
29137
b33142291391 Renamed sb-tag-.xpm to sb-tag-minus.xpm
Eric M. Ludlam <zappo@gnu.org>
parents:
diff changeset
1 /* XPM */
55471
c2a09ac7b7b1 less heavy lines
Daniel Pfeiffer <occitan@esperanto.org>
parents: 29137
diff changeset
2 static char * sb_tag_minus_xpm[] = {
c2a09ac7b7b1 less heavy lines
Daniel Pfeiffer <occitan@esperanto.org>
parents: 29137
diff changeset
3 "20 15 5 1",
29137
b33142291391 Renamed sb-tag-.xpm to sb-tag-minus.xpm
Eric M. Ludlam <zappo@gnu.org>
parents:
diff changeset
4 " c None",
55471
c2a09ac7b7b1 less heavy lines
Daniel Pfeiffer <occitan@esperanto.org>
parents: 29137
diff changeset
5 ". c #B8B8B8",
29137
b33142291391 Renamed sb-tag-.xpm to sb-tag-minus.xpm
Eric M. Ludlam <zappo@gnu.org>
parents:
diff changeset
6 "+ c #000000",
b33142291391 Renamed sb-tag-.xpm to sb-tag-minus.xpm
Eric M. Ludlam <zappo@gnu.org>
parents:
diff changeset
7 "@ c #FFF993",
55471
c2a09ac7b7b1 less heavy lines
Daniel Pfeiffer <occitan@esperanto.org>
parents: 29137
diff changeset
8 "# c #828282",
29137
b33142291391 Renamed sb-tag-.xpm to sb-tag-minus.xpm
Eric M. Ludlam <zappo@gnu.org>
parents:
diff changeset
9 " ",
b33142291391 Renamed sb-tag-.xpm to sb-tag-minus.xpm
Eric M. Ludlam <zappo@gnu.org>
parents:
diff changeset
10 " ",
55471
c2a09ac7b7b1 less heavy lines
Daniel Pfeiffer <occitan@esperanto.org>
parents: 29137
diff changeset
11 " .............. ",
c2a09ac7b7b1 less heavy lines
Daniel Pfeiffer <occitan@esperanto.org>
parents: 29137
diff changeset
12 " .++++++++++++++. ",
c2a09ac7b7b1 less heavy lines
Daniel Pfeiffer <occitan@esperanto.org>
parents: 29137
diff changeset
13 " .+@@@@@@@@@@@@@@+#",
c2a09ac7b7b1 less heavy lines
Daniel Pfeiffer <occitan@esperanto.org>
parents: 29137
diff changeset
14 " .+@@@@@@@@@@@@@@@+#",
c2a09ac7b7b1 less heavy lines
Daniel Pfeiffer <occitan@esperanto.org>
parents: 29137
diff changeset
15 ".+@@@@@@@@@@@@@@@@+#",
c2a09ac7b7b1 less heavy lines
Daniel Pfeiffer <occitan@esperanto.org>
parents: 29137
diff changeset
16 ".+@++@@+++++@@@@@@+#",
c2a09ac7b7b1 less heavy lines
Daniel Pfeiffer <occitan@esperanto.org>
parents: 29137
diff changeset
17 ".+@++@@@.....@@@@@+#",
c2a09ac7b7b1 less heavy lines
Daniel Pfeiffer <occitan@esperanto.org>
parents: 29137
diff changeset
18 ".+@@@@@@@@@@@@@@@@+#",
c2a09ac7b7b1 less heavy lines
Daniel Pfeiffer <occitan@esperanto.org>
parents: 29137
diff changeset
19 " #+@@@@@@@@@@@@@@@+#",
c2a09ac7b7b1 less heavy lines
Daniel Pfeiffer <occitan@esperanto.org>
parents: 29137
diff changeset
20 " #+@@@@@@@@@@@@@@+#",
c2a09ac7b7b1 less heavy lines
Daniel Pfeiffer <occitan@esperanto.org>
parents: 29137
diff changeset
21 " #++++++++++++++# ",
c2a09ac7b7b1 less heavy lines
Daniel Pfeiffer <occitan@esperanto.org>
parents: 29137
diff changeset
22 " ############## ",
29137
b33142291391 Renamed sb-tag-.xpm to sb-tag-minus.xpm
Eric M. Ludlam <zappo@gnu.org>
parents:
diff changeset
23 " "};