Mercurial > emacs
annotate etc/images/README @ 94926:70a8f8c84456
Include <strings.h>.
(enable_font_backend): Delete it.
(Qfont_spec, Qfont_entity, Qfont_object): New variables.
(CHECK_VALIDATE_FONT_SPEC): Delete it.
(PT_PER_INCH, POINT_TO_PIXEL, PIXEL_TO_POINT): Moved to font.h.
(null_string): Delete it.
(null_vector): Make it static.
(font_family_alist): Delete it.
(Qnormal): Extern it.
(QCextra, QClanguage): Delete it.
(QClang, QCavgwidth, QCfont_entity, QCfc_unknown_spec): New
variables.
(font_make_spec, font_make_entity, font_make_object)
(font_intern_prop): Renamed from intern_downcase. Don't downcase
the string. Callers changed.
(font_pixel_size): Adjusted for the format change of font-related
objects.
(prop_name_to_numeric, prop_numeric_to_name): Delete them.
(font_style_to_value, font_style_symbolic): New function.
(build_font_family_alist): Delete it.
(font_registry_charsets): Use Fassoc_string instead of
assq_no_quit.
(font_prop_validate_symbol): Don't return null_string.
(font_prop_validate_style): Adjusted for the change of
style-related values in a font vector.
(font_property_table): Delete entries for QClangauge and
QCantialias, add entries for QCavgwidth.
(get_font_prop_index): Delete the 2nd argument FROM.
(font_prop_validate): Arguments changed.
(font_put_extra): Adjusted for the change of font-related objects.
(font_expand_wildcards, font_parse_xlfd, font_unparse_xlfd)
(font_parse_fcname, font_unparse_fcname)
(font_prepare_composition): Likewise.
(font_parse_family_registry): Renamed from font_merge_old_spec.
(otf_open): Delete the 1st arg entity.
(font_otf_capability): Adjusted for the above change.
(font_score): New arg alternate_families. Adjusted for the change
of font-related objects.
(font_sort_entites): New arg best_only.
(font_symbolic_weight, font_symbolic_slant, font_symbolic_width):
Delete them.
(font_match_p): Check alternate families.
(font_find_object): Delete it.
(font_check_object): New function.
(font_clear_cache): Adjusted for the change of font-related
objects.
(font_delete_unmatched): New arg.
(font_list_entities): Call font_driver->list with a spec that
doesn't specify style-related properties.
(font_matching_entity): Arguments changed. Caller changed.
(font_open_entity): Adjusted for the change of font-related
objects.
(font_close_object, font_has_char, font_encode_char)
(font_get_name, font_get_spec): Likewise.
(font_spec_from_name, font_clear_prop, font_update_lface): New
functions.
(font_find_for_lface, font_open_for_lface, font_load_for_lface):
(font_prepare_for_face, font_done_for_face, font_open_by_name)
(font_at): Adjusted for the change of font-related objects.
(font_range): New function.
(Ffontp, Ffont_spec, Ffont_get, Ffont_put, Flist_fonts)
(Ffont_xlfd_name): Adjusted for the change of font-related
objects.
(Fcopy_font_spec, Fmerge_font_spec): New function.
(Ffont_family_list): Renamed from list-families.
(Finternal_set_font_style_table): Arguments changed.
(Ffont_fill_gstring, Ffont_shape_text, Fopen_font)
(Ffont_drive_otf, Fquery_font, Ffont_match_p): Adjusted for the
change of font-related objects.
(syms_of_font): Delete "ifdef USE_FONT_BACKEND". DEFSYM new
symboles.
author | Kenichi Handa <handa@m17n.org> |
---|---|
date | Wed, 14 May 2008 01:25:55 +0000 |
parents | 41394004a10d |
children | e4bd3eb6b493 |
rev | line source |
---|---|
75830
de1ac66b39ff
Add section for icons that are a part of Emacs.
Bill Wohler <wohler@newt.com>
parents:
75809
diff
changeset
|
1 * The default GTK icons were not overridden by the GNOME theme due to |
de1ac66b39ff
Add section for icons that are a part of Emacs.
Bill Wohler <wohler@newt.com>
parents:
75809
diff
changeset
|
2 a bug which was fixed in GNOME 2.15. Once GNOME 2.16 is in wide |
de1ac66b39ff
Add section for icons that are a part of Emacs.
Bill Wohler <wohler@newt.com>
parents:
75809
diff
changeset
|
3 circulation, the GTK icons should be replaced with the equivalent |
de1ac66b39ff
Add section for icons that are a part of Emacs.
Bill Wohler <wohler@newt.com>
parents:
75809
diff
changeset
|
4 GNOME icons. |
69776
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 |
75845
5e25c83b84f0
Move mh-logo-copyright to copyrights section.
Chong Yidong <cyd@stupidchicken.com>
parents:
75830
diff
changeset
|
19 * The following icons are a part of Emacs: |
5e25c83b84f0
Move mh-logo-copyright to copyrights section.
Chong Yidong <cyd@stupidchicken.com>
parents:
75830
diff
changeset
|
20 |
5e25c83b84f0
Move mh-logo-copyright to copyrights section.
Chong Yidong <cyd@stupidchicken.com>
parents:
75830
diff
changeset
|
21 File: mh-logo.xpm |
5e25c83b84f0
Move mh-logo-copyright to copyrights section.
Chong Yidong <cyd@stupidchicken.com>
parents:
75830
diff
changeset
|
22 Author: Satyaki Das |
79762 | 23 Copyright (C) 2003, 2004, 2005, 2006, 2007, 2008 |
24 Free Software Foundation, Inc. | |
78270
cea60c1e501a
Switch license to GPLv3 or later.
Glenn Morris <rgm@gnu.org>
parents:
75908
diff
changeset
|
25 License: GNU General Public License version 3 or later (see COPYING) |
75908 | 26 |
82741
8846592b1afd
Relocate license info for moved images from etc/README to
Glenn Morris <rgm@gnu.org>
parents:
78270
diff
changeset
|
27 The files splash.xpm, splash8.xpm contain copyright and license |
8846592b1afd
Relocate license info for moved images from etc/README to
Glenn Morris <rgm@gnu.org>
parents:
78270
diff
changeset
|
28 information, but it is reproduced here for convenience. |
75845
5e25c83b84f0
Move mh-logo-copyright to copyrights section.
Chong Yidong <cyd@stupidchicken.com>
parents:
75830
diff
changeset
|
29 |
82741
8846592b1afd
Relocate license info for moved images from etc/README to
Glenn Morris <rgm@gnu.org>
parents:
78270
diff
changeset
|
30 Files: splash.pbm, splash.xpm, splash8.xpm, gnus.pbm |
8846592b1afd
Relocate license info for moved images from etc/README to
Glenn Morris <rgm@gnu.org>
parents:
78270
diff
changeset
|
31 Author: Luis Fernandes <elf@ee.ryerson.ca> |
8846592b1afd
Relocate license info for moved images from etc/README to
Glenn Morris <rgm@gnu.org>
parents:
78270
diff
changeset
|
32 Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007 |
8846592b1afd
Relocate license info for moved images from etc/README to
Glenn Morris <rgm@gnu.org>
parents:
78270
diff
changeset
|
33 Free Software Foundation, Inc. |
8846592b1afd
Relocate license info for moved images from etc/README to
Glenn Morris <rgm@gnu.org>
parents:
78270
diff
changeset
|
34 License: GNU General Public License version 3 or later (see COPYING) |
8846592b1afd
Relocate license info for moved images from etc/README to
Glenn Morris <rgm@gnu.org>
parents:
78270
diff
changeset
|
35 |
8846592b1afd
Relocate license info for moved images from etc/README to
Glenn Morris <rgm@gnu.org>
parents:
78270
diff
changeset
|
36 |
87762
9759bfb65382
Simplify details of external icon licensing.
Glenn Morris <rgm@gnu.org>
parents:
87671
diff
changeset
|
37 * The following icons are from GTK+ 2.x. They are not part of Emacs, but |
9759bfb65382
Simplify details of external icon licensing.
Glenn Morris <rgm@gnu.org>
parents:
87671
diff
changeset
|
38 are distributed and used by Emacs. They are licensed under the |
9759bfb65382
Simplify details of external icon licensing.
Glenn Morris <rgm@gnu.org>
parents:
87671
diff
changeset
|
39 GNU Library General Public License version 2 or later. See the source |
9759bfb65382
Simplify details of external icon licensing.
Glenn Morris <rgm@gnu.org>
parents:
87671
diff
changeset
|
40 of the gtk+ package for more information. |
87671
c6166f66e673
gnome icons are GPLv2 or later.
Glenn Morris <rgm@gnu.org>
parents:
87649
diff
changeset
|
41 |
c6166f66e673
gnome icons are GPLv2 or later.
Glenn Morris <rgm@gnu.org>
parents:
87649
diff
changeset
|
42 close.xpm copy.xpm cut.xpm help.xpm home.xpm index.xpm info.pbm |
c6166f66e673
gnome icons are GPLv2 or later.
Glenn Morris <rgm@gnu.org>
parents:
87649
diff
changeset
|
43 info.xpm jump-to.xpm left-arrow.xpm new.xpm open.xpm paste.xpm |
c6166f66e673
gnome icons are GPLv2 or later.
Glenn Morris <rgm@gnu.org>
parents:
87649
diff
changeset
|
44 preferences.xpm print.xpm refresh.xpm right-arrow.xpm save.xpm |
c6166f66e673
gnome icons are GPLv2 or later.
Glenn Morris <rgm@gnu.org>
parents:
87649
diff
changeset
|
45 saveas.xpm search.xpm sort-ascending.xpm sort-descending.xpm |
c6166f66e673
gnome icons are GPLv2 or later.
Glenn Morris <rgm@gnu.org>
parents:
87649
diff
changeset
|
46 spell.xpm undo.xpm up-arrow.xpm |
c6166f66e673
gnome icons are GPLv2 or later.
Glenn Morris <rgm@gnu.org>
parents:
87649
diff
changeset
|
47 |
c6166f66e673
gnome icons are GPLv2 or later.
Glenn Morris <rgm@gnu.org>
parents:
87649
diff
changeset
|
48 back-arrow.xpm and fwd-arrow.xpm are slightly modified undo and redo. |
c6166f66e673
gnome icons are GPLv2 or later.
Glenn Morris <rgm@gnu.org>
parents:
87649
diff
changeset
|
49 diropen.xpm is file-manager.png from Gnome hicolor theme. |
c6166f66e673
gnome icons are GPLv2 or later.
Glenn Morris <rgm@gnu.org>
parents:
87649
diff
changeset
|
50 |
c6166f66e673
gnome icons are GPLv2 or later.
Glenn Morris <rgm@gnu.org>
parents:
87649
diff
changeset
|
51 |
87762
9759bfb65382
Simplify details of external icon licensing.
Glenn Morris <rgm@gnu.org>
parents:
87671
diff
changeset
|
52 * The following icons are from GNOME 2.x. They are not part of Emacs, |
9759bfb65382
Simplify details of external icon licensing.
Glenn Morris <rgm@gnu.org>
parents:
87671
diff
changeset
|
53 but are distributed and used by Emacs. They are licensed under the |
9759bfb65382
Simplify details of external icon licensing.
Glenn Morris <rgm@gnu.org>
parents:
87671
diff
changeset
|
54 GNU General Public License version 2 or later. See the source of |
9759bfb65382
Simplify details of external icon licensing.
Glenn Morris <rgm@gnu.org>
parents:
87671
diff
changeset
|
55 the gnome-icons-theme package for more information. |
75728
7442836ceba2
Add GTK/Gnome icons copyright info.
Chong Yidong <cyd@stupidchicken.com>
parents:
69776
diff
changeset
|
56 |
87762
9759bfb65382
Simplify details of external icon licensing.
Glenn Morris <rgm@gnu.org>
parents:
87671
diff
changeset
|
57 Emacs images and their source in the GNOME icons stock/ directory: |
75728
7442836ceba2
Add GTK/Gnome icons copyright info.
Chong Yidong <cyd@stupidchicken.com>
parents:
69776
diff
changeset
|
58 |
87762
9759bfb65382
Simplify details of external icon licensing.
Glenn Morris <rgm@gnu.org>
parents:
87671
diff
changeset
|
59 attach.xpm document/stock_attach |
92526 | 60 bookmark_add.xpm actions/bookmark_add |
87762
9759bfb65382
Simplify details of external icon licensing.
Glenn Morris <rgm@gnu.org>
parents:
87671
diff
changeset
|
61 cancel.xpm slightly modified generic/stock_stop |
9759bfb65382
Simplify details of external icon licensing.
Glenn Morris <rgm@gnu.org>
parents:
87671
diff
changeset
|
62 connect.xpm net/stock_connect |
9759bfb65382
Simplify details of external icon licensing.
Glenn Morris <rgm@gnu.org>
parents:
87671
diff
changeset
|
63 contact.xpm net/stock_contact |
9759bfb65382
Simplify details of external icon licensing.
Glenn Morris <rgm@gnu.org>
parents:
87671
diff
changeset
|
64 data-save.xpm data/stock_data-save |
9759bfb65382
Simplify details of external icon licensing.
Glenn Morris <rgm@gnu.org>
parents:
87671
diff
changeset
|
65 delete.xpm generic/stock_delete |
9759bfb65382
Simplify details of external icon licensing.
Glenn Morris <rgm@gnu.org>
parents:
87671
diff
changeset
|
66 describe.xpm generic/stock_properties |
9759bfb65382
Simplify details of external icon licensing.
Glenn Morris <rgm@gnu.org>
parents:
87671
diff
changeset
|
67 disconnect.xpm net/stock_disconnect |
9759bfb65382
Simplify details of external icon licensing.
Glenn Morris <rgm@gnu.org>
parents:
87671
diff
changeset
|
68 exit.xpm generic/stock_exit |
9759bfb65382
Simplify details of external icon licensing.
Glenn Morris <rgm@gnu.org>
parents:
87671
diff
changeset
|
69 lock-broken.xpm data/stock_lock-broken |
9759bfb65382
Simplify details of external icon licensing.
Glenn Morris <rgm@gnu.org>
parents:
87671
diff
changeset
|
70 lock-ok.xpm data/stock_lock-ok |
9759bfb65382
Simplify details of external icon licensing.
Glenn Morris <rgm@gnu.org>
parents:
87671
diff
changeset
|
71 lock.xpm data/stock_lock |
9759bfb65382
Simplify details of external icon licensing.
Glenn Morris <rgm@gnu.org>
parents:
87671
diff
changeset
|
72 redo.xpm generic/stock_redo |
9759bfb65382
Simplify details of external icon licensing.
Glenn Morris <rgm@gnu.org>
parents:
87671
diff
changeset
|
73 search-replace.xpm slightly modified generic/stock_search-and-replace |
9759bfb65382
Simplify details of external icon licensing.
Glenn Morris <rgm@gnu.org>
parents:
87671
diff
changeset
|
74 next-page.xpm navigation/stock_next-page |
9759bfb65382
Simplify details of external icon licensing.
Glenn Morris <rgm@gnu.org>
parents:
87671
diff
changeset
|
75 refresh.xpm generic/stock_refresh |
9759bfb65382
Simplify details of external icon licensing.
Glenn Morris <rgm@gnu.org>
parents:
87671
diff
changeset
|
76 separator.xpm ? |
9759bfb65382
Simplify details of external icon licensing.
Glenn Morris <rgm@gnu.org>
parents:
87671
diff
changeset
|
77 show.xpm slightly modified document/stock_new |
9759bfb65382
Simplify details of external icon licensing.
Glenn Morris <rgm@gnu.org>
parents:
87671
diff
changeset
|
78 sort-ascending.xpm slightly modified data/stock_sort-ascending |
9759bfb65382
Simplify details of external icon licensing.
Glenn Morris <rgm@gnu.org>
parents:
87671
diff
changeset
|
79 sort-column-ascending.xpm data/stock_sort-column-ascending |
9759bfb65382
Simplify details of external icon licensing.
Glenn Morris <rgm@gnu.org>
parents:
87671
diff
changeset
|
80 sort-criteria.xpm data/stock_sort-criteria |
9759bfb65382
Simplify details of external icon licensing.
Glenn Morris <rgm@gnu.org>
parents:
87671
diff
changeset
|
81 sort-descending.xpm slightly modified data/stock_sort-descending |
9759bfb65382
Simplify details of external icon licensing.
Glenn Morris <rgm@gnu.org>
parents:
87671
diff
changeset
|
82 sort-row-ascending.xpm data/stock_sort-row-ascending |
9759bfb65382
Simplify details of external icon licensing.
Glenn Morris <rgm@gnu.org>
parents:
87671
diff
changeset
|
83 zoom-in.xpm navigation/stock_zoom-in |
9759bfb65382
Simplify details of external icon licensing.
Glenn Morris <rgm@gnu.org>
parents:
87671
diff
changeset
|
84 zoom-out.xpm navigation/stock_zoom-out |
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
|
85 |
87762
9759bfb65382
Simplify details of external icon licensing.
Glenn Morris <rgm@gnu.org>
parents:
87671
diff
changeset
|
86 next-node.xpm and prev-node.xpm are from gthumb version 2.0 (part of |
9759bfb65382
Simplify details of external icon licensing.
Glenn Morris <rgm@gnu.org>
parents:
87671
diff
changeset
|
87 GNOME 2.x) where they are called next-image-24.png and prev-image-24.png. |
9759bfb65382
Simplify details of external icon licensing.
Glenn Morris <rgm@gnu.org>
parents:
87671
diff
changeset
|
88 up-node.xpm is just next-node.xpm rotated 90 degrees. |
75792 | 89 |
87762
9759bfb65382
Simplify details of external icon licensing.
Glenn Morris <rgm@gnu.org>
parents:
87671
diff
changeset
|
90 Some icons in the mail/ and gnus/ subdirectories are also taken |
9759bfb65382
Simplify details of external icon licensing.
Glenn Morris <rgm@gnu.org>
parents:
87671
diff
changeset
|
91 from this source (see their separate README files). |
75792 | 92 |
93 The images in the low-color/ subdirectory are low-color versions of | |
94 the files of the same name in this directory, and are subject to the | |
95 same conditions. |