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