Mercurial > emacs
annotate doc/man/ChangeLog @ 92409:8171649adf8a
(Quniscribe, QCformat): New symbols.
(syms_of_w32font): Define them.
(w32font_has_char): Indicate uncertainty.
(w32font_encode_char): Encode as glyph point. Make static.
(recompute_cached_metrics): New function.
(w32font_open_internal): Use it. Set font to use glyph points
initially. Set format based on type of font.
(w32font_text_extents, w32font_draw): Optionally use glyph points.
(w32_enumfont_pattern_entity): Accept backend arg. Set type based
on it. Set format based on information available here.
(add_font_entity_to_list): Identify backend based on opentype_only.
author | Jason Rumney <jasonr@gnu.org> |
---|---|
date | Mon, 03 Mar 2008 00:31:18 +0000 |
parents | e0b0ad5822e9 |
children | 5a34fa440a51 |
rev | line source |
---|---|
87631 | 1 2008-01-08 Glenn Morris <rgm@gnu.org> |
2 | |
3 * emacs.1: Update Emacs version. | |
4 | |
86316 | 5 2007-11-22 Francesco Potort,Al(B <pot@gnu.org> |
6 | |
7 * etags.1: Ctags and Etags now share the same defaults, so remove | |
8 --defines, --globals, --members, --typedefs, --typedefs-and-c++. | |
9 | |
86090
4023cc57741b
etags.1: note that you can use "-" for stdout with -o.
Francesco Potortì <pot@gnu.org>
parents:
84367
diff
changeset
|
10 2007-11-15 Francesco Potort,Al(B <pot@gnu.org> |
4023cc57741b
etags.1: note that you can use "-" for stdout with -o.
Francesco Potortì <pot@gnu.org>
parents:
84367
diff
changeset
|
11 |
86151
da4c5938f977
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
86090
diff
changeset
|
12 * etags.1: Note that you can use "-" for stdout with -o. |
86090
4023cc57741b
etags.1: note that you can use "-" for stdout with -o.
Francesco Potortì <pot@gnu.org>
parents:
84367
diff
changeset
|
13 |
83916 | 14 2007-09-06 Glenn Morris <rgm@gnu.org> |
15 | |
16 * ctags.1, emacs.1, emacsclient.1, etags.1: Move from etc/ to | |
17 doc/man/. | |
18 | |
19 ;; Local Variables: | |
20 ;; coding: iso-2022-7bit | |
21 ;; fill-column: 79 | |
22 ;; add-log-time-zone-rule: t | |
23 ;; End: | |
24 | |
87663 | 25 Copyright (C) 2007, 2008 Free Software Foundation, Inc. |
83916 | 26 |
27 This file is part of GNU Emacs. | |
28 | |
29 GNU Emacs is free software; you can redistribute it and/or modify | |
30 it under the terms of the GNU General Public License as published by | |
31 the Free Software Foundation; either version 3, or (at your option) | |
32 any later version. | |
33 | |
34 GNU Emacs is distributed in the hope that it will be useful, | |
35 but WITHOUT ANY WARRANTY; without even the implied warranty of | |
36 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | |
37 GNU General Public License for more details. | |
38 | |
39 You should have received a copy of the GNU General Public License | |
40 along with GNU Emacs; see the file COPYING. If not, write to the | |
41 Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, | |
42 Boston, MA 02110-1301, USA. | |
43 | |
84367 | 44 ;; arch-tag: 2bd1112e-157f-4884-b0ca-0fb1057972d7 |