Add 2010 to copyright years.
[bpt/emacs.git] / etc / images / README
CommitLineData
2613d012
BW
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.
995e48b0
CY
5
6* Recipe for Creating PBM Versions
7
81. Edit .xpm image in GIMP.
92. Image > Mode > Indexed. Check Use Black/White Palette and No
10 Color Dithering.
113. File > Save As file.xbm.
124. Run xbmtopbm < file.xbm > file.pbm.
13
14Thanks to jan.h.d@swipnet.se for the help.
15
16
17COPYRIGHT AND LICENSE INFORMATION FOR IMAGE FILES
18
bfee87fb
GM
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.
ccde764b
CY
23
24File: mh-logo.xpm
bfee87fb 25 Author: Satyaki Das
114f9c96 26 Copyright (C) 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010
bfee87fb 27 Free Software Foundation, Inc.
ccde764b 28
ef8d8996 29Files: splash.pbm, splash.xpm, gnus.pbm
15014c95 30 Author: Luis Fernandes <elf@ee.ryerson.ca>
114f9c96
GM
31 Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009,
32 2010 Free Software Foundation, Inc.
bfee87fb
GM
33
34Files: splash.png, splash.svg
35 Author: Francesc Rocher <rocher@member.fsf.org>
114f9c96 36 Copyright (C) 2008, 2009, 2010 Free Software Foundation, Inc.
15014c95
GM
37
38
c8ad8829
GM
39* The following icons are from GTK+ 2.x. They are not part of Emacs, but
40are distributed and used by Emacs. They are licensed under the
41GNU Library General Public License version 2 or later. See the source
42of the gtk+ package for more information.
14066941
GM
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
c8ad8829
GM
54* The following icons are from GNOME 2.x. They are not part of Emacs,
55but are distributed and used by Emacs. They are licensed under the
56GNU General Public License version 2 or later. See the source of
57the gnome-icons-theme package for more information.
58
59Emacs images and their source in the GNOME icons stock/ directory:
60
61 attach.xpm document/stock_attach
8e5ff5e3 62 bookmark_add.xpm actions/bookmark_add
c8ad8829
GM
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).
cf164db2
GM
94
95The images in the low-color/ subdirectory are low-color versions of
96the files of the same name in this directory, and are subject to the
97same conditions.