Add info.xbm and info.xpm from GTK sources, replacing
[emacs.git] / etc / images / README
blob2c4833a339f7fb78e0d56df8292b48555dc36220
1 The default GTK icons were not overridden by the GNOME theme due to a
2 bug which was fixed in GNOME 2.15.  Once GNOME 2.16 is in wide
3 circulation, the GTK icons should be replaced with the equivalent
4 GNOME icons.
6 * Recipe for Creating PBM Versions
8 1. Edit .xpm image in GIMP.
9 2. Image > Mode > Indexed. Check Use Black/White Palette and No
10    Color Dithering.
11 3. File > Save As file.xbm.
12 4. Run xbmtopbm < file.xbm > file.pbm.
14 Thanks to jan.h.d@swipnet.se for the help.
17 COPYRIGHT AND LICENSE INFORMATION FOR IMAGE FILES
19 The following icons are from GTK+ 2.x and GNOME 2.x.  They are not
20 part of Emacs, but distributed and used by Emacs.
22   Copyright (C) 2002, 2003, 2004, 2005, 2006, 2007
23   Tuomas Kuosmanen, Rodney Dawes, Jakub Steiner, Alexander Larsson,
24   Tor Lillqvist, Garrett LeSage, Dennis Cranston, Jody Goldberg, Luca
25   Ferretti, Mark Finlay, Lapo Calamandrei, Andreas Nilsson and Marco
26   Pesenti Gritti
27   License: GNU General Public License version 2 (see COPYING)
29 * From GTK+ 2.x:
31     close.xpm copy.xpm cut.xpm help.xpm home.xpm index.xpm info.pbm
32     info.xpm jump-to.xpm left-arrow.xpm new.xpm open.xpm paste.xpm
33     preferences.xpm print.xpm refresh.xpm right-arrow.xpm save.xpm
34     saveas.xpm search.xpm sort-ascending.xpm sort-descending.xpm
35     spell.xpm undo.xpm up-arrow.xpm
37     back-arrow.xpm and fwd-arrow.xpm are slightly modified undo and redo.
38     diropen.xpm is file-manager.png from Gnome hicolor theme.
40 * From GNOME 2.x:
42     attach.xpm connect.xpm contact.xpm data-save.xpm delete.xpm
43     describe.xpm disconnect.xpm exit.xpm lock-broken.xpm lock-ok.xpm
44     lock.xpm redo.xpm search-replace.xpm next-page.xpm refresh.xpm
45     separator.xpm sort-ascending.xpm sort-column-ascending.xpm
46     sort-criteria.xpm sort-descending.xpm sort-row-ascending.xpm
47     zoom-in.xpm zoom-out.xpm 
49     cancel.xpm is a slightly modified stock_stop.
50     show.xpm is a slightly modified stock_new.    
52     next-node.xpm and prev-node.xpm are from gthumb version 2.0 (part of
53     GNOME 2.x) where they are called next-image-24.png and prev-image-24.png.
54     up-node.xpm is just next-node.xpm rotated 90 degrees.
56     Some icons in the mail/ and gnus/ subdirectories are also taken
57     from this source (see their separate README files).
59 The images in the low-color/ subdirectory are low-color versions of
60 the files of the same name in this directory, and are subject to the
61 same conditions.