* lisp/emacs-lisp/checkdoc.el (checkdoc-syntax-table): Fix last change.
[emacs.git] / etc / images / README
blob7adb3c7eb8578b2168b18397b9c777f5f0797a84
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 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.  
24 File: mh-logo.xpm
25   Author: Satyaki Das
26   Copyright (C) 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010
27     Free Software Foundation, Inc.
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 Free Software Foundation, Inc.
34 Files: splash.png, splash.svg
35   Author: Francesc Rocher <rocher@member.fsf.org>
36   Copyright (C) 2008, 2009, 2010 Free Software Foundation, Inc.
38 Files: checked.xpm, unchecked.xpm
39   Author: Chong Yidong <cyd@stupidchicken.com>
40   Copyright (C) 2010 Free Software Foundation, Inc.
43 * The following icons are from GTK+ 2.x. They are not part of Emacs, but
44 are distributed and used by Emacs.  They are licensed under the
45 GNU Library General Public License version 2 or later.  See the source
46 of the gtk+ package for more information.
48   close.xpm copy.xpm cut.xpm help.xpm home.xpm index.xpm info.pbm
49   info.xpm jump-to.xpm left-arrow.xpm new.xpm open.xpm paste.xpm
50   preferences.xpm print.xpm refresh.xpm right-arrow.xpm save.xpm
51   saveas.xpm search.xpm sort-ascending.xpm sort-descending.xpm
52   spell.xpm undo.xpm up-arrow.xpm
54   back-arrow.xpm and fwd-arrow.xpm are slightly modified undo and redo.
55   diropen.xpm is file-manager.png from Gnome hicolor theme.
58 * The following icons are from GNOME 2.x. They are not part of Emacs,
59 but are distributed and used by Emacs.  They are licensed under the
60 GNU General Public License version 2 or later.  See the source of
61 the gnome-icons-theme package for more information.
63 Emacs images and their source in the GNOME icons stock/ directory:
65   attach.xpm                document/stock_attach
66   bookmark_add.xpm          actions/bookmark_add
67   cancel.xpm                slightly modified generic/stock_stop
68   connect.xpm               net/stock_connect
69   contact.xpm               net/stock_contact
70   data-save.xpm             data/stock_data-save
71   delete.xpm                generic/stock_delete
72   describe.xpm              generic/stock_properties
73   disconnect.xpm            net/stock_disconnect
74   exit.xpm                  generic/stock_exit
75   lock-broken.xpm           data/stock_lock-broken
76   lock-ok.xpm               data/stock_lock-ok
77   lock.xpm                  data/stock_lock
78   redo.xpm                  generic/stock_redo
79   search-replace.xpm        slightly modified generic/stock_search-and-replace
80   next-page.xpm             navigation/stock_next-page
81   refresh.xpm               generic/stock_refresh
82   separator.xpm             ?
83   show.xpm                  slightly modified document/stock_new
84   sort-ascending.xpm        slightly modified data/stock_sort-ascending
85   sort-column-ascending.xpm data/stock_sort-column-ascending
86   sort-criteria.xpm         data/stock_sort-criteria
87   sort-descending.xpm       slightly modified data/stock_sort-descending
88   sort-row-ascending.xpm    data/stock_sort-row-ascending
89   zoom-in.xpm               navigation/stock_zoom-in
90   zoom-out.xpm              navigation/stock_zoom-out
92   next-node.xpm and prev-node.xpm are from gthumb version 2.0 (part of
93   GNOME 2.x) where they are called next-image-24.png and prev-image-24.png.
94   up-node.xpm is just next-node.xpm rotated 90 degrees.
96   Some icons in the mail/ and gnus/ subdirectories are also taken
97   from this source (see their separate README files).
99 The images in the low-color/ subdirectory are low-color versions of
100 the files of the same name in this directory, and are subject to the
101 same conditions.