annotate etc/images/README @ 75792:535a1c0f164b

*** empty log message ***
author Glenn Morris <rgm@gnu.org>
date Sun, 11 Feb 2007 03:33:04 +0000
parents 03163aa7e9a9
children 661ff00f2769
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
75728
7442836ceba2 Add GTK/Gnome icons copyright info.
Chong Yidong <cyd@stupidchicken.com>
parents: 69776
diff changeset
1 The default GTK icons were not overridden by the GNOME theme due to a
7442836ceba2 Add GTK/Gnome icons copyright info.
Chong Yidong <cyd@stupidchicken.com>
parents: 69776
diff changeset
2 bug which was fixed in GNOME 2.15. Once GNOME 2.16 is in wide
7442836ceba2 Add GTK/Gnome icons copyright info.
Chong Yidong <cyd@stupidchicken.com>
parents: 69776
diff changeset
3 circulation, the GTK icons should be replaced with the equivalent
69776
98fd471d25c9 Revision: emacs@sv.gnu.org/emacs--devo--0--patch-191
Miles Bader <miles@gnu.org>
parents: 69763
diff changeset
4 GNOME icons.
98fd471d25c9 Revision: emacs@sv.gnu.org/emacs--devo--0--patch-191
Miles Bader <miles@gnu.org>
parents: 69763
diff changeset
5
98fd471d25c9 Revision: emacs@sv.gnu.org/emacs--devo--0--patch-191
Miles Bader <miles@gnu.org>
parents: 69763
diff changeset
6 * Recipe for Creating PBM Versions
69713
75b06a7624a1 * images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents: 66168
diff changeset
7
69776
98fd471d25c9 Revision: emacs@sv.gnu.org/emacs--devo--0--patch-191
Miles Bader <miles@gnu.org>
parents: 69763
diff changeset
8 1. Edit .xpm image in GIMP.
98fd471d25c9 Revision: emacs@sv.gnu.org/emacs--devo--0--patch-191
Miles Bader <miles@gnu.org>
parents: 69763
diff changeset
9 2. Image > Mode > Indexed. Check Use Black/White Palette and No
98fd471d25c9 Revision: emacs@sv.gnu.org/emacs--devo--0--patch-191
Miles Bader <miles@gnu.org>
parents: 69763
diff changeset
10 Color Dithering.
98fd471d25c9 Revision: emacs@sv.gnu.org/emacs--devo--0--patch-191
Miles Bader <miles@gnu.org>
parents: 69763
diff changeset
11 3. File > Save As file.xbm.
98fd471d25c9 Revision: emacs@sv.gnu.org/emacs--devo--0--patch-191
Miles Bader <miles@gnu.org>
parents: 69763
diff changeset
12 4. Run xbmtopbm < file.xbm > file.pbm.
69713
75b06a7624a1 * images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents: 66168
diff changeset
13
69776
98fd471d25c9 Revision: emacs@sv.gnu.org/emacs--devo--0--patch-191
Miles Bader <miles@gnu.org>
parents: 69763
diff changeset
14 Thanks to jan.h.d@swipnet.se for the help.
98fd471d25c9 Revision: emacs@sv.gnu.org/emacs--devo--0--patch-191
Miles Bader <miles@gnu.org>
parents: 69763
diff changeset
15
75728
7442836ceba2 Add GTK/Gnome icons copyright info.
Chong Yidong <cyd@stupidchicken.com>
parents: 69776
diff changeset
16
7442836ceba2 Add GTK/Gnome icons copyright info.
Chong Yidong <cyd@stupidchicken.com>
parents: 69776
diff changeset
17 COPYRIGHT AND LICENSE INFORMATION FOR IMAGE FILES
7442836ceba2 Add GTK/Gnome icons copyright info.
Chong Yidong <cyd@stupidchicken.com>
parents: 69776
diff changeset
18
7442836ceba2 Add GTK/Gnome icons copyright info.
Chong Yidong <cyd@stupidchicken.com>
parents: 69776
diff changeset
19 The following icons are from GTK+ 2.x and GNOME 2.x. They are not
7442836ceba2 Add GTK/Gnome icons copyright info.
Chong Yidong <cyd@stupidchicken.com>
parents: 69776
diff changeset
20 part of Emacs, but distributed and used by Emacs.
7442836ceba2 Add GTK/Gnome icons copyright info.
Chong Yidong <cyd@stupidchicken.com>
parents: 69776
diff changeset
21
7442836ceba2 Add GTK/Gnome icons copyright info.
Chong Yidong <cyd@stupidchicken.com>
parents: 69776
diff changeset
22 Copyright (C) 2002, 2003, 2004, 2005, 2006, 2007
7442836ceba2 Add GTK/Gnome icons copyright info.
Chong Yidong <cyd@stupidchicken.com>
parents: 69776
diff changeset
23 Tuomas Kuosmanen, Rodney Dawes, Jakub Steiner, Alexander Larsson,
7442836ceba2 Add GTK/Gnome icons copyright info.
Chong Yidong <cyd@stupidchicken.com>
parents: 69776
diff changeset
24 Tor Lillqvist, Garrett LeSage, Dennis Cranston, Jody Goldberg, Luca
75749
cb02cf6abcf1 Add three more authors from AUTHORS file of gnome-icon-theme
Chong Yidong <cyd@stupidchicken.com>
parents: 75734
diff changeset
25 Ferretti, Mark Finlay, Lapo Calamandrei, Andreas Nilsson and Marco
cb02cf6abcf1 Add three more authors from AUTHORS file of gnome-icon-theme
Chong Yidong <cyd@stupidchicken.com>
parents: 75734
diff changeset
26 Pesenti Gritti
75728
7442836ceba2 Add GTK/Gnome icons copyright info.
Chong Yidong <cyd@stupidchicken.com>
parents: 69776
diff changeset
27 License: GNU General Public License version 2 (see COPYING)
7442836ceba2 Add GTK/Gnome icons copyright info.
Chong Yidong <cyd@stupidchicken.com>
parents: 69776
diff changeset
28
7442836ceba2 Add GTK/Gnome icons copyright info.
Chong Yidong <cyd@stupidchicken.com>
parents: 69776
diff changeset
29 * From GTK+ 2.x:
7442836ceba2 Add GTK/Gnome icons copyright info.
Chong Yidong <cyd@stupidchicken.com>
parents: 69776
diff changeset
30
75792
535a1c0f164b *** empty log message ***
Glenn Morris <rgm@gnu.org>
parents: 75779
diff changeset
31 close.xpm copy.xpm cut.xpm help.xpm home.xpm
75728
7442836ceba2 Add GTK/Gnome icons copyright info.
Chong Yidong <cyd@stupidchicken.com>
parents: 69776
diff changeset
32 index.xpm jump-to.xpm left-arrow.xpm new.xpm open.xpm paste.xpm
7442836ceba2 Add GTK/Gnome icons copyright info.
Chong Yidong <cyd@stupidchicken.com>
parents: 69776
diff changeset
33 preferences.xpm print.xpm refresh.xpm right-arrow.xpm save.xpm
7442836ceba2 Add GTK/Gnome icons copyright info.
Chong Yidong <cyd@stupidchicken.com>
parents: 69776
diff changeset
34 saveas.xpm search.xpm sort-ascending.xpm sort-descending.xpm
7442836ceba2 Add GTK/Gnome icons copyright info.
Chong Yidong <cyd@stupidchicken.com>
parents: 69776
diff changeset
35 spell.xpm undo.xpm up-arrow.xpm
7442836ceba2 Add GTK/Gnome icons copyright info.
Chong Yidong <cyd@stupidchicken.com>
parents: 69776
diff changeset
36
7442836ceba2 Add GTK/Gnome icons copyright info.
Chong Yidong <cyd@stupidchicken.com>
parents: 69776
diff changeset
37 back-arrow.xpm and fwd-arrow.xpm are slightly modified undo and redo.
7442836ceba2 Add GTK/Gnome icons copyright info.
Chong Yidong <cyd@stupidchicken.com>
parents: 69776
diff changeset
38 diropen.xpm is file-manager.png from Gnome hicolor theme.
7442836ceba2 Add GTK/Gnome icons copyright info.
Chong Yidong <cyd@stupidchicken.com>
parents: 69776
diff changeset
39
7442836ceba2 Add GTK/Gnome icons copyright info.
Chong Yidong <cyd@stupidchicken.com>
parents: 69776
diff changeset
40 * From GNOME 2.x:
7442836ceba2 Add GTK/Gnome icons copyright info.
Chong Yidong <cyd@stupidchicken.com>
parents: 69776
diff changeset
41
7442836ceba2 Add GTK/Gnome icons copyright info.
Chong Yidong <cyd@stupidchicken.com>
parents: 69776
diff changeset
42 attach.xpm connect.xpm contact.xpm data-save.xpm delete.xpm
75792
535a1c0f164b *** empty log message ***
Glenn Morris <rgm@gnu.org>
parents: 75779
diff changeset
43 describe.xpm disconnect.xpm exit.xpm lock-broken.xpm lock-ok.xpm
535a1c0f164b *** empty log message ***
Glenn Morris <rgm@gnu.org>
parents: 75779
diff changeset
44 lock.xpm redo.xpm search-replace.xpm next-page.xpm refresh.xpm
535a1c0f164b *** empty log message ***
Glenn Morris <rgm@gnu.org>
parents: 75779
diff changeset
45 separator.xpm sort-ascending.xpm sort-column-ascending.xpm
535a1c0f164b *** empty log message ***
Glenn Morris <rgm@gnu.org>
parents: 75779
diff changeset
46 sort-criteria.xpm sort-descending.xpm sort-row-ascending.xpm
535a1c0f164b *** empty log message ***
Glenn Morris <rgm@gnu.org>
parents: 75779
diff changeset
47 zoom-in.xpm zoom-out.xpm
75728
7442836ceba2 Add GTK/Gnome icons copyright info.
Chong Yidong <cyd@stupidchicken.com>
parents: 69776
diff changeset
48
7442836ceba2 Add GTK/Gnome icons copyright info.
Chong Yidong <cyd@stupidchicken.com>
parents: 69776
diff changeset
49 cancel.xpm is a slightly modified stock_stop.
7442836ceba2 Add GTK/Gnome icons copyright info.
Chong Yidong <cyd@stupidchicken.com>
parents: 69776
diff changeset
50 show.xpm is a slightly modified stock_new.
75733
e61c6445cee2 Add text about next-node.xpm, prev-node.xpm and up-node.xpm.
Jan Djärv <jan.h.d@swipnet.se>
parents: 75732
diff changeset
51
e61c6445cee2 Add text about next-node.xpm, prev-node.xpm and up-node.xpm.
Jan Djärv <jan.h.d@swipnet.se>
parents: 75732
diff changeset
52 next-node.xpm and prev-node.xpm are from gthumb version 2.0 (part of
e61c6445cee2 Add text about next-node.xpm, prev-node.xpm and up-node.xpm.
Jan Djärv <jan.h.d@swipnet.se>
parents: 75732
diff changeset
53 GNOME 2.x) where they are called next-image-24.png and prev-image-24.png.
e61c6445cee2 Add text about next-node.xpm, prev-node.xpm and up-node.xpm.
Jan Djärv <jan.h.d@swipnet.se>
parents: 75732
diff changeset
54 up-node.xpm is just next-node.xpm rotated 90 degrees.
75792
535a1c0f164b *** empty log message ***
Glenn Morris <rgm@gnu.org>
parents: 75779
diff changeset
55
535a1c0f164b *** empty log message ***
Glenn Morris <rgm@gnu.org>
parents: 75779
diff changeset
56 Some icons in the mail/ and gnus/ subdirectories are also taken
535a1c0f164b *** empty log message ***
Glenn Morris <rgm@gnu.org>
parents: 75779
diff changeset
57 from this source (see their separate README files).
535a1c0f164b *** empty log message ***
Glenn Morris <rgm@gnu.org>
parents: 75779
diff changeset
58
535a1c0f164b *** empty log message ***
Glenn Morris <rgm@gnu.org>
parents: 75779
diff changeset
59 The images in the low-color/ subdirectory are low-color versions of
535a1c0f164b *** empty log message ***
Glenn Morris <rgm@gnu.org>
parents: 75779
diff changeset
60 the files of the same name in this directory, and are subject to the
535a1c0f164b *** empty log message ***
Glenn Morris <rgm@gnu.org>
parents: 75779
diff changeset
61 same conditions.