b3271ae2ef5fcd2980952736105d0b6d70f86529
[gnus] / etc / images / README
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.
5
6 * Recipe for Creating PBM Versions
7
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.
13
14 Thanks to jan.h.d@swipnet.se for the help.
15
16
17 COPYRIGHT AND LICENSE INFORMATION FOR IMAGE FILES
18
19 * The following icons are a part of Emacs:
20
21 File: mh-logo.xpm
22 Author: Satyaki Das
23 Copyright (C) 2003, 2004, 2005, 2006, 2007, 2008
24   Free Software Foundation, Inc.
25 License: GNU General Public License version 3 or later (see COPYING)
26
27 The files splash.xpm, splash8.xpm contain copyright and license
28 information, but it is reproduced here for convenience.
29
30 Files: splash.pbm, splash.xpm, splash8.xpm, gnus.pbm
31   Author: Luis Fernandes <elf@ee.ryerson.ca>
32   Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007
33     Free Software Foundation, Inc.
34   License: GNU General Public License version 3 or later (see COPYING)
35
36
37 * The following icons are from GTK+ 2.x. They are not part of Emacs, but
38 are distributed and used by Emacs.  They are licensed under the
39 GNU Library General Public License version 2 or later.  See the source
40 of the gtk+ package for more information.
41
42   close.xpm copy.xpm cut.xpm help.xpm home.xpm index.xpm info.pbm
43   info.xpm jump-to.xpm left-arrow.xpm new.xpm open.xpm paste.xpm
44   preferences.xpm print.xpm refresh.xpm right-arrow.xpm save.xpm
45   saveas.xpm search.xpm sort-ascending.xpm sort-descending.xpm
46   spell.xpm undo.xpm up-arrow.xpm
47
48   back-arrow.xpm and fwd-arrow.xpm are slightly modified undo and redo.
49   diropen.xpm is file-manager.png from Gnome hicolor theme.
50
51
52 * The following icons are from GNOME 2.x. They are not part of Emacs,
53 but are distributed and used by Emacs.  They are licensed under the
54 GNU General Public License version 2 or later.  See the source of
55 the gnome-icons-theme package for more information.
56
57 Emacs images and their source in the GNOME icons stock/ directory:
58
59   attach.xpm                document/stock_attach
60   cancel.xpm                slightly modified generic/stock_stop
61   connect.xpm               net/stock_connect
62   contact.xpm               net/stock_contact
63   data-save.xpm             data/stock_data-save
64   delete.xpm                generic/stock_delete
65   describe.xpm              generic/stock_properties
66   disconnect.xpm            net/stock_disconnect
67   exit.xpm                  generic/stock_exit
68   lock-broken.xpm           data/stock_lock-broken
69   lock-ok.xpm               data/stock_lock-ok
70   lock.xpm                  data/stock_lock
71   redo.xpm                  generic/stock_redo
72   search-replace.xpm        slightly modified generic/stock_search-and-replace
73   next-page.xpm             navigation/stock_next-page
74   refresh.xpm               generic/stock_refresh
75   separator.xpm             ?
76   show.xpm                  slightly modified document/stock_new
77   sort-ascending.xpm        slightly modified data/stock_sort-ascending
78   sort-column-ascending.xpm data/stock_sort-column-ascending
79   sort-criteria.xpm         data/stock_sort-criteria
80   sort-descending.xpm       slightly modified data/stock_sort-descending
81   sort-row-ascending.xpm    data/stock_sort-row-ascending
82   zoom-in.xpm               navigation/stock_zoom-in
83   zoom-out.xpm              navigation/stock_zoom-out
84
85   next-node.xpm and prev-node.xpm are from gthumb version 2.0 (part of
86   GNOME 2.x) where they are called next-image-24.png and prev-image-24.png.
87   up-node.xpm is just next-node.xpm rotated 90 degrees.
88
89   Some icons in the mail/ and gnus/ subdirectories are also taken
90   from this source (see their separate README files).
91
92 The images in the low-color/ subdirectory are low-color versions of
93 the files of the same name in this directory, and are subject to the
94 same conditions.