(Caching passphrase): Clean up previous change.
[emacs.git] / etc / images / README
blob4d2056b27acd4b34416623bc893d2a0479cfd8ec
1 * The default GTK icons were not overridden by the GNOME theme due to
2   a 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 a part of Emacs:
21 File: mh-logo.xpm
22 Author: Satyaki Das
23 Copyright (C) 2003, 2004, 2005, 2006, 2007 Free Software Foundation, Inc.
24 License: GNU General Public License version 2 or later (see COPYING)
27 The following icons are from GTK+ 2.x and GNOME 2.x.  They are not
28 part of Emacs, but distributed and used by Emacs.
30   Copyright (C) 2002, 2003, 2004, 2005, 2006, 2007
31   Tuomas Kuosmanen, Rodney Dawes, Jakub Steiner, Alexander Larsson,
32   Tor Lillqvist, Garrett LeSage, Dennis Cranston, Jody Goldberg, Luca
33   Ferretti, Mark Finlay, Lapo Calamandrei, Andreas Nilsson and Marco
34   Pesenti Gritti
35   License: GNU General Public License version 2 (see COPYING)
37 * From GTK+ 2.x:
39     close.xpm copy.xpm cut.xpm help.xpm home.xpm index.xpm info.pbm
40     info.xpm jump-to.xpm left-arrow.xpm new.xpm open.xpm paste.xpm
41     preferences.xpm print.xpm refresh.xpm right-arrow.xpm save.xpm
42     saveas.xpm search.xpm sort-ascending.xpm sort-descending.xpm
43     spell.xpm undo.xpm up-arrow.xpm
45     back-arrow.xpm and fwd-arrow.xpm are slightly modified undo and redo.
46     diropen.xpm is file-manager.png from Gnome hicolor theme.
48 * From GNOME 2.x:
50   Emacs images and their source in the GNOME icons stock/ directory:
52     attach.xpm                document/stock_attach
53     cancel.xpm                slightly modified generic/stock_stop
54     connect.xpm               net/stock_connect
55     contact.xpm               net/stock_contact
56     data-save.xpm             data/stock_data-save
57     delete.xpm                generic/stock_delete
58     describe.xpm              generic/stock_properties
59     disconnect.xpm            net/stock_disconnect
60     exit.xpm                  generic/stock_exit
61     lock-broken.xpm           data/stock_lock-broken
62     lock-ok.xpm               data/stock_lock-ok
63     lock.xpm                  data/stock_lock
64     redo.xpm                  generic/stock_redo
65     search-replace.xpm        slightly modified generic/stock_search-and-replace
66     next-page.xpm             navigation/stock_next-page
67     refresh.xpm               generic/stock_refresh
68     separator.xpm             ?
69     show.xpm                  slightly modified document/stock_new
70     sort-ascending.xpm        slightly modified data/stock_sort-ascending
71     sort-column-ascending.xpm data/stock_sort-column-ascending
72     sort-criteria.xpm         data/stock_sort-criteria
73     sort-descending.xpm       slightly modified data/stock_sort-descending
74     sort-row-ascending.xpm    data/stock_sort-row-ascending
75     zoom-in.xpm               navigation/stock_zoom-in
76     zoom-out.xpm              navigation/stock_zoom-out
78     next-node.xpm and prev-node.xpm are from gthumb version 2.0 (part of
79     GNOME 2.x) where they are called next-image-24.png and prev-image-24.png.
80     up-node.xpm is just next-node.xpm rotated 90 degrees.
82     Some icons in the mail/ and gnus/ subdirectories are also taken
83     from this source (see their separate README files).
85 The images in the low-color/ subdirectory are low-color versions of
86 the files of the same name in this directory, and are subject to the
87 same conditions.