Mercurial > emacs
view etc/images/gnus/describe-group.xpm @ 71862:99b8c897395e
Fix typos.
(Getting started with rcirc): New calling convention for M-x irc.
Mention #rcirc. Removed channel tracking.
(Configuration): Changed the names of all variables that got changed
recently, eg. rcirc-server to rcirc-default-server. Added
documentation for rcirc-authinfo, some background for Bitlbee, and
rcirc-track-minor-mode.
(Scrolling conservatively): Fixed the xref from Auto Scrolling to just
Scrolling.
(Reconnecting after you have lost the connection): Fixed example code
to match code changes.
author | Alex Schroeder <alex@gnu.org> |
---|---|
date | Wed, 12 Jul 2006 19:05:50 +0000 |
parents | 210af0ad3d35 |
children |
line wrap: on
line source
/* XPM */ static char * describe_group_xpm[] = { "24 24 5 1", ". c None", " c #000000000000", "o c #FFFFF5F5ACAC", "+ c #E1E1E0E0E0E0", "@ c #C7C7C6C6C6C6", "........................", "........................", ".................oooo...", " .. .. .. .. .. oo oo o.", "..............oooooooooo", ".............ooooooooooo", " .. .. .. .. oo oo oo oo", "............oooooooooooo", "............oooooooooooo", " .. .. .. .. oo oo oo oo", "............oooooooooooo", "............oooooooooooo", " .. .. .. .. oo oo oo oo", "............oooooooooooo", "..... ...oooooooooooo", " .. ++ .. .o oo oo oo", "... @@@+ ....ooooooooo", "... @ ....oooooooo.", " . . .. .. .. ..", ". ..............", " ................", " .. .. .. .. .. ..", " ..................", " ...................."};