annotate src/fontset.h @ 100267:c851df8e004e

2008-12-07 Carsten Dominik <carsten.dominik@gmail.com> * org-id.el (org-id-locations-file): Wrap file name with `convert-standard-filename'. (org-id-files): New variable. (org-id-use-hash): New option. (org-id-update-id-locations): Also search in all files current listed in `org-id-files'. Convert the resulting alist to a hash if the user customation says so. (org-id-locations-save): Handle he case if `org-id-locations' is a hash. (org-id-locations-load): Convert the alist to a hash. (org-id-add-location): Handle the hast case. (kill-emacs-hook): Make sure id locations are saved when Emacs is exited. (org-id-hash-to-alist, org-id-alist-to-hash) (org-id-paste-tracker): New functions. 2008-12-07 Carsten Dominik <carsten.dominik@gmail.com> * org-agenda.el (org-agenda-goto-calendar): Remove duplicate let bindings of calendar variables. * org-table.el (org-table-find-row-type): Renamed from `org-find-row-type'. (org-table-rewrite-old-row-references): Renamed from `org-rewrite-old-row-references'. (org-table-shift-refpart): Renamed from `org-shift-refpart'. (org-table-cleanup-narrow-column-properties): Renamed from `org-cleanup-narrow-column-properties'. 2008-12-07 Carsten Dominik <carsten.dominik@gmail.com> * org-table.el (org-find-row-type): New arguments DESC and CLINE, for better error messages. (org-table-get-descriptor-line): Supply the new arguments to `org-find-row-type'. (org-table-error-on-row-ref-crossing-hline): New option. * org.el (org-target-link-regexp): Make buffer-local. (org-move-subtree-down): Fix bug with trees at beginning of buffer. 2008-12-07 Carsten Dominik <carsten.dominik@gmail.com> * org-faces.el (org-set-tag-faces): New function. (org-tags-special-faces-re): New variable. * org.el (org-font-lock-add-tag-faces, org-get-tag-face): New functions. * org-faces.el (org-tag-faces): New option. (org-tag): Mention `org-tag-faces' in the docstring. 2008-12-07 Carsten Dominik <carsten.dominik@gmail.com> * org-exp.el (org-export-html-style-default): Implement new quoting. * org-jsinfo.el (org-infojs-template): Implement new quoting. * org-w3m.el (w3m-minor-mode-hook): Also add the special copy command to the `w3m-minor-mode-map'. * org-archive.el (org-archive-to-archive-sibling): Protect `this-command' to avoid appending kills during archiving. * org-exp.el (org-export-with-priority): New variable. (org-export-add-options-to-plist): Use `org-export-plist-vars' instead of internal list of strings and properties. (org-print-icalendar-entries): Retrieve the location property with inheritance. 2008-12-07 Carsten Dominik <carsten.dominik@gmail.com> * org-exp.el (org-export-with-todo-keywords): New option. (org-export-plist-vars): Include also the keys for the #+OPTIONS line. (org-default-export-plist, org-export-add-options-to-plist) (org-export-as-ascii, org-export-as-html): Use the new structure of `org-export-plist-vars'. * org.el (org-map-entries): Return all values. 2008-12-07 Carsten Dominik <carsten.dominik@gmail.com> * org.el (org-matcher-time): Recognize more special values. * org-gnus.el (fboundp): Fix defvaralias for XEmacs. 2008-12-07 Carsten Dominik <carsten.dominik@gmail.com> * org.el (org-tags-exclude-from-inheritance): New option. (org-tag-inherit-p, org-remove-uniherited-tags): Respect `org-tags-exclude-from-inheritance'. * org-agenda.el (org-agenda-show-inherited-tags): New option. (org-format-agenda-item): Add inherited tags to the agenda line string, and make sure that properties are kept when downcasing the tags list. (org-agenda-add-inherited-tags): New function. (org-downcase-keep-props): New function. * org.el (org-scan-tags): Mark inherited tags with a text property. (org-get-tags-at): Mark inherited tags with a text property. (org-add-prop-inherited): New function. * org-agenda.el (org-agenda-add-inherited-tags): New function. (org-agenda-show-inherited-tags): New option. 2008-12-07 Carsten Dominik <carsten.dominik@gmail.com> * org.el (org-modules): Add org-w3m to the default modules. * org-table.el (orgtbl-self-insert-command): Make S-SPC work in orgtbl-mode. (orgtabl-create-or-convert-from-region): New command. * org-exp.el (org-export-as-ascii): Remove the handling of targets. (org-export-ascii-preprocess): Handle targets already in this function. 2008-12-07 Carsten Dominik <carsten.dominik@gmail.com> * org-timer.el (org-timer-start-time): Define this variable. (org-timer-item): Make argument optional. * org-list.el (org-insert-item): Automatically insert a timer item if the current list is a timer list. * org-timer.el: New file. * org-publish.el (org-publish-org-index): Only exclude the index file in the main directory from being added to the site-map. (org-publish-get-project-from-filename): If the current project is a component, start publishing from the parent project. 2008-12-07 Carsten Dominik <carsten.dominik@gmail.com> * org-table.el (orgtbl-ret): Fix RET at beginning-of-buffer. * org-publish.el (org-publish-org-index): Improve removal of temporary buffers.
author Carsten Dominik <dominik@science.uva.nl>
date Sun, 07 Dec 2008 18:36:02 +0000
parents 2f7d54ce5f2a
children e038c1a8307c
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
17052
d0d7b244b1d0 Initial revision
Karl Heuer <kwzh@gnu.org>
parents:
diff changeset
1 /* Header for fontset handler.
75227
e90d04cd455a Update copyright for years from Emacs 21 to present (mainly adding
Glenn Morris <rgm@gnu.org>
parents: 74605
diff changeset
2 Copyright (C) 1998, 2001, 2002, 2003, 2004, 2005,
79759
fc2bcd2a8aad Add 2008 to copyright years.
Glenn Morris <rgm@gnu.org>
parents: 78501
diff changeset
3 2006, 2007, 2008 Free Software Foundation, Inc.
74605
6ee41fdd69ff Update AIST copyright years.
Kenichi Handa <handa@m17n.org>
parents: 68651
diff changeset
4 Copyright (C) 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004,
79759
fc2bcd2a8aad Add 2008 to copyright years.
Glenn Morris <rgm@gnu.org>
parents: 78501
diff changeset
5 2005, 2006, 2007, 2008
67658
547f2b420666 Copyright fixed
Kenichi Handa <handa@m17n.org>
parents: 64770
diff changeset
6 National Institute of Advanced Industrial Science and Technology (AIST)
547f2b420666 Copyright fixed
Kenichi Handa <handa@m17n.org>
parents: 64770
diff changeset
7 Registration Number H14PRO021
90409
0347a454915c (FONT_INFO_FROM_FACE): New macro.
Kenichi Handa <handa@m17n.org>
parents: 90294
diff changeset
8 Copyright (C) 2003, 2006
88376
7c109f1a7bcb (struct font_info): Type of the member encoding_type
Kenichi Handa <handa@m17n.org>
parents: 41053
diff changeset
9 National Institute of Advanced Industrial Science and Technology (AIST)
7c109f1a7bcb (struct font_info): Type of the member encoding_type
Kenichi Handa <handa@m17n.org>
parents: 41053
diff changeset
10 Registration Number H13PRO009
17052
d0d7b244b1d0 Initial revision
Karl Heuer <kwzh@gnu.org>
parents:
diff changeset
11
17071
70194012fb3a Fix FSF address in comment.
Karl Heuer <kwzh@gnu.org>
parents: 17052
diff changeset
12 This file is part of GNU Emacs.
70194012fb3a Fix FSF address in comment.
Karl Heuer <kwzh@gnu.org>
parents: 17052
diff changeset
13
94994
29adfc9354e7 Switch to recommended form of GPLv3 permissions notice.
Glenn Morris <rgm@gnu.org>
parents: 94927
diff changeset
14 GNU Emacs is free software: you can redistribute it and/or modify
17071
70194012fb3a Fix FSF address in comment.
Karl Heuer <kwzh@gnu.org>
parents: 17052
diff changeset
15 it under the terms of the GNU General Public License as published by
94994
29adfc9354e7 Switch to recommended form of GPLv3 permissions notice.
Glenn Morris <rgm@gnu.org>
parents: 94927
diff changeset
16 the Free Software Foundation, either version 3 of the License, or
29adfc9354e7 Switch to recommended form of GPLv3 permissions notice.
Glenn Morris <rgm@gnu.org>
parents: 94927
diff changeset
17 (at your option) any later version.
17052
d0d7b244b1d0 Initial revision
Karl Heuer <kwzh@gnu.org>
parents:
diff changeset
18
17071
70194012fb3a Fix FSF address in comment.
Karl Heuer <kwzh@gnu.org>
parents: 17052
diff changeset
19 GNU Emacs is distributed in the hope that it will be useful,
70194012fb3a Fix FSF address in comment.
Karl Heuer <kwzh@gnu.org>
parents: 17052
diff changeset
20 but WITHOUT ANY WARRANTY; without even the implied warranty of
70194012fb3a Fix FSF address in comment.
Karl Heuer <kwzh@gnu.org>
parents: 17052
diff changeset
21 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
70194012fb3a Fix FSF address in comment.
Karl Heuer <kwzh@gnu.org>
parents: 17052
diff changeset
22 GNU General Public License for more details.
17052
d0d7b244b1d0 Initial revision
Karl Heuer <kwzh@gnu.org>
parents:
diff changeset
23
17071
70194012fb3a Fix FSF address in comment.
Karl Heuer <kwzh@gnu.org>
parents: 17052
diff changeset
24 You should have received a copy of the GNU General Public License
94994
29adfc9354e7 Switch to recommended form of GPLv3 permissions notice.
Glenn Morris <rgm@gnu.org>
parents: 94927
diff changeset
25 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */
17052
d0d7b244b1d0 Initial revision
Karl Heuer <kwzh@gnu.org>
parents:
diff changeset
26
29573
2b0359c5b384 (EMACS_FONTSET_H): Renamed from _FONTSET_H.
Kenichi Handa <handa@m17n.org>
parents: 28224
diff changeset
27 #ifndef EMACS_FONTSET_H
2b0359c5b384 (EMACS_FONTSET_H): Renamed from _FONTSET_H.
Kenichi Handa <handa@m17n.org>
parents: 28224
diff changeset
28 #define EMACS_FONTSET_H
17052
d0d7b244b1d0 Initial revision
Karl Heuer <kwzh@gnu.org>
parents:
diff changeset
29
d0d7b244b1d0 Initial revision
Karl Heuer <kwzh@gnu.org>
parents:
diff changeset
30 /* Check if any window system is used now. */
20318
1507c5324f4c Add prototypes and more function declarations.
Andreas Schwab <schwab@suse.de>
parents: 19449
diff changeset
31 extern void (*check_window_system_func) P_ ((void));
17052
d0d7b244b1d0 Initial revision
Karl Heuer <kwzh@gnu.org>
parents:
diff changeset
32
28224
04099a17871f (FONT_NOT_OPENED, FONT_NOT_FOUND): Macros removed.
Kenichi Handa <handa@m17n.org>
parents: 26857
diff changeset
33 struct face;
04099a17871f (FONT_NOT_OPENED, FONT_NOT_FOUND): Macros removed.
Kenichi Handa <handa@m17n.org>
parents: 26857
diff changeset
34
29896
929a27e59f25 (free_face_fontset): Renamed from fs_free_face_fontset.
Dave Love <fx@gnu.org>
parents: 29573
diff changeset
35 extern void free_face_fontset P_ ((FRAME_PTR, struct face *));
88376
7c109f1a7bcb (struct font_info): Type of the member encoding_type
Kenichi Handa <handa@m17n.org>
parents: 41053
diff changeset
36 extern Lisp_Object fontset_font_pattern P_ ((FRAME_PTR, struct face *, int));
28224
04099a17871f (FONT_NOT_OPENED, FONT_NOT_FOUND): Macros removed.
Kenichi Handa <handa@m17n.org>
parents: 26857
diff changeset
37 extern int face_suitable_for_char_p P_ ((struct face *, int));
89698
2ae6208036bd (face_for_char): Prototype adjusted.
Kenichi Handa <handa@m17n.org>
parents: 89574
diff changeset
38 extern int face_for_char P_ ((FRAME_PTR, struct face *, int,
2ae6208036bd (face_for_char): Prototype adjusted.
Kenichi Handa <handa@m17n.org>
parents: 89574
diff changeset
39 int, Lisp_Object));
97825
2f7d54ce5f2a (font_for_char): Extern it.
Kenichi Handa <handa@m17n.org>
parents: 96546
diff changeset
40 extern Lisp_Object font_for_char P_ ((struct face *, int, int, Lisp_Object));
2f7d54ce5f2a (font_for_char): Extern it.
Kenichi Handa <handa@m17n.org>
parents: 96546
diff changeset
41
88902
8975795eb087 (get_font_repertory_func): New prototype.
Kenichi Handa <handa@m17n.org>
parents: 88376
diff changeset
42 extern int make_fontset_for_ascii_face P_ ((FRAME_PTR, int, struct face *));
96546
acb2b0117c96 * fontset.h: Declare fontset_from_font. Don't declare
Andreas Schwab <schwab@suse.de>
parents: 94994
diff changeset
43 extern int fontset_from_font P_ ((Lisp_Object));
60510
09ba76deaedd (set_default_ascii_font): Extern it.
Kenichi Handa <handa@m17n.org>
parents: 59202
diff changeset
44 extern void set_default_ascii_font P_ ((Lisp_Object));
28224
04099a17871f (FONT_NOT_OPENED, FONT_NOT_FOUND): Macros removed.
Kenichi Handa <handa@m17n.org>
parents: 26857
diff changeset
45 extern int fs_query_fontset P_ ((Lisp_Object, int));
21552
14f3ce59e036 (FONT_ENCODING_NOT_DECIDED): The value is changed to 255.
Kenichi Handa <handa@m17n.org>
parents: 20855
diff changeset
46 EXFUN (Fquery_fontset, 2);
20318
1507c5324f4c Add prototypes and more function declarations.
Andreas Schwab <schwab@suse.de>
parents: 19449
diff changeset
47 extern Lisp_Object list_fontsets P_ ((struct frame *, Lisp_Object, int));
17052
d0d7b244b1d0 Initial revision
Karl Heuer <kwzh@gnu.org>
parents:
diff changeset
48
49600
23a1cea22d13 Trailing whitespace deleted.
Juanma Barranquero <lekktu@gmail.com>
parents: 41053
diff changeset
49 extern Lisp_Object Vuse_default_ascent;
19281
5834b16ab7fa (Vignore_relative_composition): Extern it.
Kenichi Handa <handa@m17n.org>
parents: 18541
diff changeset
50 extern Lisp_Object Vignore_relative_composition;
19449
7574338c92e2 Adjusted for the name change of
Kenichi Handa <handa@m17n.org>
parents: 19281
diff changeset
51 extern Lisp_Object Valternate_fontname_alist;
28224
04099a17871f (FONT_NOT_OPENED, FONT_NOT_FOUND): Macros removed.
Kenichi Handa <handa@m17n.org>
parents: 26857
diff changeset
52 extern Lisp_Object Vfontset_alias_alist;
26857
cd7f4013a815 (struct font_info): New member vertical_centering.
Kenichi Handa <handa@m17n.org>
parents: 25031
diff changeset
53 extern Lisp_Object Vvertical_centering_font_regexp;
90508
1a247e569906 (Votf_script_alist): Extern it.
Kenichi Handa <handa@m17n.org>
parents: 90467
diff changeset
54 extern Lisp_Object Votf_script_alist;
18345
6e93b01c3883 (font_idx_temp): Extern it.
Kenichi Handa <handa@m17n.org>
parents: 18341
diff changeset
55
28224
04099a17871f (FONT_NOT_OPENED, FONT_NOT_FOUND): Macros removed.
Kenichi Handa <handa@m17n.org>
parents: 26857
diff changeset
56 extern Lisp_Object fontset_name P_ ((int));
04099a17871f (FONT_NOT_OPENED, FONT_NOT_FOUND): Macros removed.
Kenichi Handa <handa@m17n.org>
parents: 26857
diff changeset
57 extern Lisp_Object fontset_ascii P_ ((int));
04099a17871f (FONT_NOT_OPENED, FONT_NOT_FOUND): Macros removed.
Kenichi Handa <handa@m17n.org>
parents: 26857
diff changeset
58 extern int fontset_height P_ ((int));
04099a17871f (FONT_NOT_OPENED, FONT_NOT_FOUND): Macros removed.
Kenichi Handa <handa@m17n.org>
parents: 26857
diff changeset
59
90409
0347a454915c (FONT_INFO_FROM_FACE): New macro.
Kenichi Handa <handa@m17n.org>
parents: 90294
diff changeset
60 struct font;
94927
1a920d0cdcb9 (struct font_info): Delete it. Most memnbers go to
Kenichi Handa <handa@m17n.org>
parents: 91327
diff changeset
61 extern int face_for_font P_ ((struct frame *, Lisp_Object, struct face *));
90409
0347a454915c (FONT_INFO_FROM_FACE): New macro.
Kenichi Handa <handa@m17n.org>
parents: 90294
diff changeset
62
29573
2b0359c5b384 (EMACS_FONTSET_H): Renamed from _FONTSET_H.
Kenichi Handa <handa@m17n.org>
parents: 28224
diff changeset
63 #endif /* EMACS_FONTSET_H */
52401
695cf19ef79e Add arch taglines
Miles Bader <miles@gnu.org>
parents: 49600
diff changeset
64
695cf19ef79e Add arch taglines
Miles Bader <miles@gnu.org>
parents: 49600
diff changeset
65 /* arch-tag: c27cef7b-3cab-488a-8398-7a4daa96bb77
695cf19ef79e Add arch taglines
Miles Bader <miles@gnu.org>
parents: 49600
diff changeset
66 (do not change this comment) */