Revision: emacs@sv.gnu.org/emacs--devo--0--patch-191
[emacs.git] / etc / images / README
blob0f74a900109f2e4391915327b67b2aa2e0b04186
1 All of the following icons are not part of Emacs, but distributed and
2 used by Emacs.
4 * The following icons are from GTK+ 2.x:
6     close.xpm copy.xpm cut.xpm find-replace.xpm help.xpm home.xpm
7     index.xpm jump-to.xpm left-arrow.xpm new.xpm open.xpm paste.xpm
8     preferences.xpm print.xpm refresh.xpm right-arrow.xpm save.xpm
9     saveas.xpm search.xpm sort-ascending.xpm sort-descending.xpm
10     spell.xpm undo.xpm up-arrow.xpm
12     back-arrow.xpm and fwd-arrow.xpm are slightly modified undo and redo.
14     diropen.xpm is file-manager.png from Gnome hicolor theme.
16 * The following icons are from GNOME 2.x:
18     attach.xpm connect.xpm contact.xpm data-save.xpm delete.xpm
19     describe.xpm disconnect.xpm exit.xpm gnus/toggle-subscription.xpm
20     lock-broken.xpm lock-ok.xpm lock.xpm mail/compose.xpm
21     mail/copy.xpm mail/flag-for-followup.xpm mail/forward.xpm
22     mail/inbox.xpm mail/move.xpm mail/not-spam.xpm mail/outbox.xpm
23     mail/preview.xpm mail/reply-all.xpm mail/reply.xpm
24     mail/save-draft.xpm mail/save.xpm mail/send.xpm mail/spam.xpm
25     next-page.xpm refresh.xpm separator.xpm sort-ascending.xpm
26     sort-column-ascending.xpm sort-criteria.xpm sort-descending.xpm
27     sort-row-ascending.xpm zoom-in.xpm zoom-out.xpm 
29 * Note that the default GTK icons were not overridden by the GNOME theme
30 due to a bug which was fixed in GNOME 2.15.  Once GNOME 2.16 is in wide
31 circulation, then the GTK icons should be replaced with the equivalent
32 GNOME icons.
34 * Recipe for Creating PBM Versions
36 1. Edit .xpm image in GIMP.
37 2. Image > Mode > Indexed. Check Use Black/White Palette and No
38    Color Dithering.
39 3. File > Save As file.xbm.
40 4. Run xbmtopbm < file.xbm > file.pbm.
42 Thanks to jan.h.d@swipnet.se for the help.