]> git.eshelyaron.com Git - emacs.git/log
emacs.git
21 years ago(x_new_fontset): Change the arg FONTSETNAME to Lisp
Kenichi Handa [Fri, 10 Jan 2003 07:22:03 +0000 (07:22 +0000)]
(x_new_fontset): Change the arg FONTSETNAME to Lisp
string.  Use new_fontset_from_font_name to create a fontset from a
font name.

21 years ago(x_set_font, x_create_tip_frame): Adjusted to the change
Kenichi Handa [Fri, 10 Jan 2003 07:20:25 +0000 (07:20 +0000)]
(x_set_font, x_create_tip_frame): Adjusted to the change
of x_new_fontset.
(Fx_create_frame): Don't call x_new_fontset here.  Just use
x_list_fonts to check the existence of fonts.

21 years ago(check_face_attributes, generate_ascii_font_name)
Kenichi Handa [Fri, 10 Jan 2003 07:16:14 +0000 (07:16 +0000)]
(check_face_attributes, generate_ascii_font_name)
(font_name_registry): Don't extern them.
(split_font_name_into_vector, build_font_name_from_vector): Extern
them.

21 years ago(Qfontset): Don't extern it.
Kenichi Handa [Fri, 10 Jan 2003 07:14:47 +0000 (07:14 +0000)]
(Qfontset): Don't extern it.
(new_fontset_from_font_name): Extern it.

21 years agoGive 8 extra slots to fontset objects.
Kenichi Handa [Fri, 10 Jan 2003 07:13:43 +0000 (07:13 +0000)]
Give 8 extra slots to fontset objects.
(Qfontset_info): New variable.
(syms_of_fontset): Defsym it.
(FONTSET_FALLBACK): New macro.
(fontset_face): Try also the default fontset.
(make_fontset): Realize a fallback fontset from the default
fontset.
(generate_ascii_font_name): Moved from xfaces.c.  Rewritten by
using split_font_name_into_vector and build_font_name_from_vector.
(Fset_fontset_font): Access the elements of font_spec by enum
FONT_SPEC_INDEX.  If font_spec is a string, extract the registry
name by using split_font_name_into_vector.
(Fnew_fontset): If no ASCII font is specified in FONTLIST,
generate a proper font name from the fontset name.  Update
Vfontset_alias_alist.
(n_auto_fontsets): New variable.
(new_fontset_from_font_name): New function.
(Ffont_info): Store the information about fonts generated from the
default fontset in the first extra slot of the returned
char-table.

21 years ago(generate_ascii_font_name): Moved to fontset.c.
Kenichi Handa [Fri, 10 Jan 2003 06:55:55 +0000 (06:55 +0000)]
(generate_ascii_font_name): Moved to fontset.c.
(font_name_registry): Function deleted.
(split_font_name_into_vector): New function.
(build_font_name_from_vector): New function.
(font_list): The argument REGISTRY is now a list of registry
names.
(choose_face_font): If we are choosing an ASCII font, and ATTRS
specifies an explicit font name, return the name as is.  Make a
list of registy names.

21 years ago(print-fontset): Insert proper newline and indentation spaces.
Kenichi Handa [Thu, 9 Jan 2003 11:55:10 +0000 (11:55 +0000)]
(print-fontset): Insert proper newline and indentation spaces.

21 years ago*** empty log message ***
Dave Love [Tue, 7 Jan 2003 18:07:20 +0000 (18:07 +0000)]
*** empty log message ***

21 years ago(find-coding-systems-for-charsets):
Dave Love [Tue, 7 Jan 2003 18:06:43 +0000 (18:06 +0000)]
(find-coding-systems-for-charsets):
Use coding-system-type, coding-system-charset-list.
(standard-keyboard-coding-systems): Deleted.
(set-locale-environment): Maybe set keyboard coding system.  Avoid
typical warning about codeset in C locale.

21 years ago(cl-make-type-test): Use characterp.
Dave Love [Tue, 7 Jan 2003 18:06:29 +0000 (18:06 +0000)]
(cl-make-type-test): Use characterp.

21 years ago(side-effect-free-fns): Add langinfo,
Dave Love [Tue, 7 Jan 2003 18:06:20 +0000 (18:06 +0000)]
(side-effect-free-fns): Add langinfo,
multibyte-char-to-unibyte.

21 years ago(skip_chars, skip_syntaxes): Fix type errors.
Dave Love [Tue, 7 Jan 2003 17:54:30 +0000 (17:54 +0000)]
(skip_chars, skip_syntaxes): Fix type errors.

21 years ago(update_compositions): Fix type error.
Dave Love [Tue, 7 Jan 2003 17:54:11 +0000 (17:54 +0000)]
(update_compositions): Fix type error.

21 years ago(Fapropos_internal): Don't gcpro apropos_predicate but
Dave Love [Tue, 7 Jan 2003 17:53:49 +0000 (17:53 +0000)]
(Fapropos_internal): Don't gcpro apropos_predicate but
set it to nil before returning.

21 years agoFix some dependencies.
Dave Love [Tue, 7 Jan 2003 17:52:51 +0000 (17:52 +0000)]
Fix some dependencies.

21 years ago(Fset_fontset_font): Fix indentation of docstring.
Kenichi Handa [Tue, 7 Jan 2003 01:28:01 +0000 (01:28 +0000)]
(Fset_fontset_font): Fix indentation of docstring.

21 years ago(x_new_font): Optimize for the case that the font is
Kenichi Handa [Tue, 7 Jan 2003 01:26:33 +0000 (01:26 +0000)]
(x_new_font): Optimize for the case that the font is
already set for the frame.

21 years ago*** empty log message ***
Kenichi Handa [Tue, 7 Jan 2003 01:26:08 +0000 (01:26 +0000)]
*** empty log message ***

21 years ago(char_table_ascii): Check if the char table contents
Kenichi Handa [Mon, 6 Jan 2003 13:26:04 +0000 (13:26 +0000)]
(char_table_ascii): Check if the char table contents
is sub-char-table or not.
(char_table_set): Fix argument to char_table_ascii.
(char_table_set_range): Likewise.

21 years ago*** empty log message ***
Kenichi Handa [Mon, 6 Jan 2003 13:25:48 +0000 (13:25 +0000)]
*** empty log message ***

21 years ago*** empty log message ***
Kenichi Handa [Mon, 6 Jan 2003 12:24:13 +0000 (12:24 +0000)]
*** empty log message ***

21 years ago(CATEGORY_MASK_RAW_TEXT): New macro.
Kenichi Handa [Mon, 6 Jan 2003 11:37:17 +0000 (11:37 +0000)]
(CATEGORY_MASK_RAW_TEXT): New macro.
(detect_coding_utf_8, detect_coding_utf_16)
(detect_coding_emacs_mule, detect_coding_iso_2022)
(detect_coding_sjis, detect_coding_big5)
(detect_coding_ccl, detect_coding_charset): Change argument MASK
to DETECT_INFO.  Update DETECT_INFO and return 1 if the byte
sequence is valid in this coding system.  Callers changed.
(MAX_ANNOTATION_LENGTH): New macro.
(ADD_ANNOTATION_DATA): New macro.
(ADD_COMPOSITION_DATA): Argument changed.  Callers changed.  Call
ADD_ANNOTATION_DATA.  The format of annotation data changed.
(ADD_CHARSET_DATA): New macro.
(emacs_mule_char): New argument ID.  Callers changed.
(decode_coding_emacs_mule, decode_coding_iso_2022)
(decode_coding_sjis, decode_coding_big5, decode_coding_charset):
Produce charset annotation data in coding->charbuf.
(encode_coding_emacs_mule, encode_coding_iso_2022): Pay attention
to charset annotation data in coding->charbuf.
(setup_coding_system): Add CODING_ANNOTATE_CHARSET_MASK
coding->common_flags if the coding system is iso-2022 based and
uses designation.
(produce_composition): Adjusted for the new annotation data
format.
(produce_charset): New function.
(produce_annotation): Handle charset annotation.
(handle_composition_annotation, handle_charset_annotation): New
functions.
(consume_chars): Handle charset annotation.  Utilize the above two
functions.
(encode_coding_object): If SRC_OBJECT and DST_OBJECT are the same
buffer, get the deleted text as a string and set
coding->src_object to that string.
(detect_coding, detect_coding_system): Use the new struct
coding_detection_info.

21 years ago(struct coding_detection_info): New structure.
Kenichi Handa [Mon, 6 Jan 2003 11:36:42 +0000 (11:36 +0000)]
(struct coding_detection_info): New structure.
(struct coding_system): Prototype of the member `detector'
adjusted.
(CODING_ANNOTATE_CHARSET_MASK): New macro.

21 years agoAdd local variable coding: latin-1.
Kenichi Handa [Mon, 6 Jan 2003 11:09:58 +0000 (11:09 +0000)]
Add local variable coding: latin-1.

21 years ago*** empty log message ***
Kenichi Handa [Mon, 6 Jan 2003 11:09:39 +0000 (11:09 +0000)]
*** empty log message ***

21 years ago*** empty log message ***
Kenichi Handa [Mon, 6 Jan 2003 01:18:01 +0000 (01:18 +0000)]
*** empty log message ***

21 years ago(insert_from_gap): Fix argument to offset_intervals.
Kenichi Handa [Mon, 6 Jan 2003 01:17:47 +0000 (01:17 +0000)]
(insert_from_gap): Fix argument to offset_intervals.

21 years ago(x-complement-fontset-spec): If a fontname doesn't conform to XLFD
Kenichi Handa [Mon, 6 Jan 2003 01:12:14 +0000 (01:12 +0000)]
(x-complement-fontset-spec): If a fontname doesn't conform to XLFD
format, try to get XLFD name by x-list-fonts.

21 years ago(apropos_predicate, apropos_accumulate): Declare
Dave Love [Fri, 3 Jan 2003 20:25:06 +0000 (20:25 +0000)]
(apropos_predicate, apropos_accumulate): Declare
static.
(Fapropos_internal): Don't gcpro apropos_accumulate.  Set result
to new local and nullify apropos_accumulate before returning.
(syms_of_keymap): Staticpro and initialize apropos_accumulate.

21 years agoFixed/updated
Dave Love [Thu, 12 Dec 2002 19:42:58 +0000 (19:42 +0000)]
Fixed/updated
from haible's version.

21 years ago*** empty log message ***
Dave Love [Sun, 8 Dec 2002 22:50:32 +0000 (22:50 +0000)]
*** empty log message ***

21 years ago(mik, pt154): New coding systems.
Dave Love [Sun, 8 Dec 2002 22:48:37 +0000 (22:48 +0000)]
(mik, pt154): New coding systems.

21 years ago(mik, pt154): New charsets.
Dave Love [Sun, 8 Dec 2002 22:48:16 +0000 (22:48 +0000)]
(mik, pt154): New charsets.

21 years agoRemove codepoint 0x7f.
Dave Love [Sun, 8 Dec 2002 22:45:54 +0000 (22:45 +0000)]
Remove codepoint 0x7f.

21 years ago(unicode-data): Fix treatment of
Dave Love [Thu, 5 Dec 2002 14:31:28 +0000 (14:31 +0000)]
(unicode-data): Fix treatment of
numeric-value fields.

21 years agoMove parts around so that syntax
Dave Love [Thu, 5 Dec 2002 14:28:21 +0000 (14:28 +0000)]
Move parts around so that syntax
definitions aren't overwritten wrongly.

21 years ago(Fdefine_charset_internal): Setup charset.fast_map correctly.
Kenichi Handa [Thu, 5 Dec 2002 04:25:02 +0000 (04:25 +0000)]
(Fdefine_charset_internal): Setup charset.fast_map correctly.

21 years ago*** empty log message ***
Kenichi Handa [Thu, 5 Dec 2002 04:24:45 +0000 (04:24 +0000)]
*** empty log message ***

21 years ago*** empty log message ***
Dave Love [Sun, 1 Dec 2002 12:19:36 +0000 (12:19 +0000)]
*** empty log message ***

21 years ago(Flanginfo): Call synchronize_system_time_locale.
Dave Love [Tue, 26 Nov 2002 17:48:07 +0000 (17:48 +0000)]
(Flanginfo): Call synchronize_system_time_locale.

22 years agoUse AC_CONFIG_LIBOBJ_DIR. Require autoconf 2.54.
Dave Love [Thu, 7 Nov 2002 20:26:51 +0000 (20:26 +0000)]
Use AC_CONFIG_LIBOBJ_DIR.  Require autoconf 2.54.

22 years agoFix previous change.
Kenichi Handa [Thu, 7 Nov 2002 07:32:07 +0000 (07:32 +0000)]
Fix previous change.

22 years ago*** empty log message ***
Kenichi Handa [Thu, 7 Nov 2002 06:34:54 +0000 (06:34 +0000)]
*** empty log message ***

22 years agoLoad composite
Kenichi Handa [Thu, 7 Nov 2002 06:33:32 +0000 (06:33 +0000)]
Load composite

22 years ago(tibetan-composition-function): Change
Kenichi Handa [Thu, 7 Nov 2002 06:33:13 +0000 (06:33 +0000)]
(tibetan-composition-function): Change
arguments to conform to composition-function-table.

22 years agoRegister tibetan-composition-function in
Kenichi Handa [Thu, 7 Nov 2002 06:32:49 +0000 (06:32 +0000)]
Register tibetan-composition-function in
composition-function-table for Tibetan characters.

22 years ago(thai-post-read-conversion): Delete this
Kenichi Handa [Thu, 7 Nov 2002 06:32:26 +0000 (06:32 +0000)]
(thai-post-read-conversion): Delete this
function.
(thai-composition-function): Change arguments to conform to
composition-function-table.

22 years agoRegister thai-composition-function in
Kenichi Handa [Thu, 7 Nov 2002 06:32:02 +0000 (06:32 +0000)]
Register thai-composition-function in
composition-function-table for Thai vowels and tones.
(thai-tis620): Don't use thai-post-read-conversion.

22 years ago(lao-post-read-conversion): Delete this
Kenichi Handa [Thu, 7 Nov 2002 06:31:37 +0000 (06:31 +0000)]
(lao-post-read-conversion): Delete this
function.
(lao-composition-function): Change arguments to conform to
composition-function-table.

22 years agoRegister lao-composition-function in
Kenichi Handa [Thu, 7 Nov 2002 06:31:13 +0000 (06:31 +0000)]
Register lao-composition-function in
composition-function-table for Lao vowels and tones.
(lao): Don't use lao-post-read-conversion.

22 years ago(indian-compose-region): Don't call
Kenichi Handa [Thu, 7 Nov 2002 06:30:49 +0000 (06:30 +0000)]
(indian-compose-region): Don't call
compose-chars-after, instead call a function registered in
composition-function-table.

22 years ago(indian-composable-pattern): New variable.
Kenichi Handa [Thu, 7 Nov 2002 06:30:22 +0000 (06:30 +0000)]
(indian-composable-pattern): New variable.

22 years agoRegister combining characters in
Kenichi Handa [Thu, 7 Nov 2002 06:29:59 +0000 (06:29 +0000)]
Register combining characters in
composition-function-table.
(diacritic-composition-function): Change arguments to conform to
composition-function-table.

22 years agoRegister devanagari-composable-pattern
Kenichi Handa [Thu, 7 Nov 2002 06:29:31 +0000 (06:29 +0000)]
Register devanagari-composable-pattern
in indian-composable-pattern.
(devanagari-composition-function): Add autoload cookie.  Change
arguments to conform to composition-function-table.

22 years agoRegister devanagari-composable-function
Kenichi Handa [Thu, 7 Nov 2002 06:29:07 +0000 (06:29 +0000)]
Register devanagari-composable-function
in composition-function-table for Devanagari characters.

22 years ago(quail-input-string-to-events): Don't generate compose-chars-after
Kenichi Handa [Thu, 7 Nov 2002 06:28:35 +0000 (06:28 +0000)]
(quail-input-string-to-events): Don't generate compose-chars-after
events.

22 years ago(tibetan): Fix :code-space property.
Kenichi Handa [Thu, 7 Nov 2002 06:28:16 +0000 (06:28 +0000)]
(tibetan): Fix :code-space property.
(tibetan-1-column): Delete :superset property, add :code-offset
property.

22 years agoMake all chararacters in the charset tibetan to tibetan script.
Kenichi Handa [Thu, 7 Nov 2002 06:27:55 +0000 (06:27 +0000)]
Make all chararacters in the charset tibetan to tibetan script.

22 years agoRemove all autoload cookies.
Kenichi Handa [Thu, 7 Nov 2002 06:27:27 +0000 (06:27 +0000)]
Remove all autoload cookies.
(composition-function-table): Variable declaration moved from
composite.c.  Format changed.
(save-buffer-state): Copied from font-lock.el.
(auto-composition-chunk-size): New variable.
(auto-compose-chars): New function.  Set
auto-composition-function to it.
(toggle-auto-composition): New function.

22 years ago*** empty log message ***
Kenichi Handa [Thu, 7 Nov 2002 06:27:02 +0000 (06:27 +0000)]
*** empty log message ***

22 years ago(quail-indian-preceding-char-position): Function
Kenichi Handa [Thu, 7 Nov 2002 06:26:17 +0000 (06:26 +0000)]
(quail-indian-preceding-char-position): Function
deleted.
(quail-indian-update-preceding-char): Variable deleted.
(quail-indian-update-translation): Function deleted.
(quail-define-indian-trans-package): Don't call
quail-define-package with quail-indian-update-translation.
(quail-define-inscript-package): Likewise.

22 years agoDon't require thai-util.
Kenichi Handa [Thu, 7 Nov 2002 06:25:49 +0000 (06:25 +0000)]
Don't require thai-util.
(quail-thai-update-translation): Function deleted.
(thai-generate-quail-map): Changed to a macro that directly calls
quail-define-rules.
("thai-kesmanee", "thai-pattachote"): Don't use
UPDATE-TRANSLATION-FUNCTION.

22 years ago(selection_data_to_lisp_data): Don't call
Kenichi Handa [Thu, 7 Nov 2002 06:25:02 +0000 (06:25 +0000)]
(selection_data_to_lisp_data): Don't call
compose_chars_in_text.

22 years ago(it_props): Add an entry for Qauto_composed.
Kenichi Handa [Thu, 7 Nov 2002 06:24:40 +0000 (06:24 +0000)]
(it_props): Add an entry for Qauto_composed.
(handle_auto_composed_prop): New function.

22 years ago(enum prop_idx): Add member AUTO_COMPOSED_PROP_IDX.
Kenichi Handa [Thu, 7 Nov 2002 06:24:09 +0000 (06:24 +0000)]
(enum prop_idx): Add member AUTO_COMPOSED_PROP_IDX.

22 years ago(Vcomposition_function_table,
Kenichi Handa [Thu, 7 Nov 2002 06:23:47 +0000 (06:23 +0000)]
(Vcomposition_function_table,
Qcomposition_function_table): Delete variables.
(Qauto_composed, Vauto_composition_function,
Qauto_composition_function): New variables.
(run_composition_function): Don't call
compose-chars-after-function.
(update_compositions): Clear `auto-composed' text property.
(compose_chars_in_text): Delete this function.
(syms_of_composite): Staticpro Qauto_composed and
Qauto_composition_function.  Declare Vauto_composition_function as
a Lisp variable.

22 years ago(Qauto_composed, Vauto_composition_function,
Kenichi Handa [Thu, 7 Nov 2002 06:23:23 +0000 (06:23 +0000)]
(Qauto_composed, Vauto_composition_function,
Qauto_composition_function): Extern them.

22 years ago(lisp, shortlisp): Add composite.elc
Kenichi Handa [Thu, 7 Nov 2002 06:23:04 +0000 (06:23 +0000)]
(lisp, shortlisp): Add composite.elc

22 years ago*** empty log message ***
Dave Love [Wed, 6 Nov 2002 11:55:37 +0000 (11:55 +0000)]
*** empty log message ***

22 years ago(decode_coding_utf_8): When eol_type is Qdos, handle
Kenichi Handa [Wed, 6 Nov 2002 00:10:42 +0000 (00:10 +0000)]
(decode_coding_utf_8): When eol_type is Qdos, handle
the case that the last byte is '\r' correctly.
(decode_coding_emacs_mule): Likewise.
(decode_coding_iso_2022): Likewise.
(decode_coding_sjis): Likewise.
(decode_coding_big5): Likewise.
(decode_coding_charset): Likewise.
(produce_chars): Likewise.
(decode_coding): Flushing out the unprocessed data correctly.
(decode_coding_gap): Set CODING_MODE_LAST_BLOCK bit of
coding->mode.

22 years ago*** empty log message ***
Kenichi Handa [Wed, 6 Nov 2002 00:10:18 +0000 (00:10 +0000)]
*** empty log message ***

22 years ago(unicode-data): Find unicodedata-file
Dave Love [Fri, 1 Nov 2002 22:56:13 +0000 (22:56 +0000)]
(unicode-data): Find unicodedata-file
literally.

22 years ago*** empty log message ***
Dave Love [Thu, 31 Oct 2002 22:08:28 +0000 (22:08 +0000)]
*** empty log message ***

22 years agoDoc fixes.
Dave Love [Thu, 31 Oct 2002 22:01:58 +0000 (22:01 +0000)]
Doc fixes.

22 years ago(XTread_socket): Fix changes for defined keysyms. Add
Dave Love [Thu, 31 Oct 2002 17:57:54 +0000 (17:57 +0000)]
(XTread_socket): Fix changes for defined keysyms.  Add
XK_ISO... case.
(xaw_scroll_callback): Revert last change.

22 years ago*** empty log message ***
Kenichi Handa [Wed, 30 Oct 2002 03:51:06 +0000 (03:51 +0000)]
*** empty log message ***

22 years agoChange indian-2-column chars of Hindi line to Unicode chars.
Kenichi Handa [Wed, 30 Oct 2002 01:27:45 +0000 (01:27 +0000)]
Change indian-2-column chars of Hindi line to Unicode chars.

22 years ago*** empty log message ***
Kenichi Handa [Wed, 30 Oct 2002 01:27:27 +0000 (01:27 +0000)]
*** empty log message ***

22 years ago("fontset-default"): Add an entry for `indian-is13194' charset.
Kenichi Handa [Wed, 30 Oct 2002 01:20:15 +0000 (01:20 +0000)]
("fontset-default"): Add an entry for `indian-is13194' charset.

22 years ago(indian-is13194): Delete :unify-map
Kenichi Handa [Wed, 30 Oct 2002 01:19:27 +0000 (01:19 +0000)]
(indian-is13194): Delete :unify-map
property.  Don't unify this charset.
(indian-2-column): Delete :superset property, add :code-offset
property.

22 years ago*** empty log message ***
Kenichi Handa [Wed, 30 Oct 2002 01:18:54 +0000 (01:18 +0000)]
*** empty log message ***

22 years agoDelete the superfluous autoload cookie
Kenichi Handa [Wed, 30 Oct 2002 00:59:54 +0000 (00:59 +0000)]
Delete the superfluous autoload cookie
near the head of the file.
(devanagari-compose-region): Add autoload cookie.

22 years ago(Fset_charset_priority): Fix previous change.
Kenichi Handa [Wed, 30 Oct 2002 00:56:45 +0000 (00:56 +0000)]
(Fset_charset_priority): Fix previous change.

22 years ago(indian-2-column-to-ucs-region): Add autoload cookie.
Kenichi Handa [Wed, 30 Oct 2002 00:43:11 +0000 (00:43 +0000)]
(indian-2-column-to-ucs-region): Add autoload cookie.

22 years ago(Fset_charset_priority): Update Viso_2022_charset_list.
Kenichi Handa [Wed, 30 Oct 2002 00:38:43 +0000 (00:38 +0000)]
(Fset_charset_priority): Update Viso_2022_charset_list.

22 years ago(font_resizing_ratio): Fix last change.
Kenichi Handa [Tue, 29 Oct 2002 12:14:44 +0000 (12:14 +0000)]
(font_resizing_ratio): Fix last change.

22 years ago*** empty log message ***
Kenichi Handa [Tue, 29 Oct 2002 12:11:48 +0000 (12:11 +0000)]
*** empty log message ***

22 years ago("fontset-default"): Add an entry for
Kenichi Handa [Tue, 29 Oct 2002 12:11:24 +0000 (12:11 +0000)]
("fontset-default"): Add an entry for
`devanagari' script and `malayalam-glyph' charset.
(face-resizing-fonts): Register CDAC fonts.

22 years ago(malayalam-glyph): New charset.
Kenichi Handa [Tue, 29 Oct 2002 12:09:37 +0000 (12:09 +0000)]
(malayalam-glyph): New charset.

22 years ago(Vface_resizing_fonts): New variable.
Kenichi Handa [Tue, 29 Oct 2002 12:02:20 +0000 (12:02 +0000)]
(Vface_resizing_fonts): New variable.
(struct font_name): New member `resizing_ratio'.
(font_resizing_ratio): New function.
(split_font_name): Set font->resizing_ratio.
(better_font_p): Pay attention to font->resizing_ratio.
(build_scalable_font_name): Likewise.  Don't change POINT_SIZE,
RESX, and RESY fields.
(try_alternative_families): Try scalable fonts if
Vscalable_fonts_allowed is not Qt.
(syms_of_xfaces): Declare Vface_resizing_fonts as a Lisp variable.

22 years ago(xaw_scroll_callback): Cast correctly.
Dave Love [Tue, 29 Oct 2002 11:39:06 +0000 (11:39 +0000)]
(xaw_scroll_callback): Cast correctly.

22 years ago*** empty log message ***
Dave Love [Mon, 28 Oct 2002 23:11:26 +0000 (23:11 +0000)]
*** empty log message ***

22 years ago(XTread_socket): Only consider keysym>=32 for ASCII.
Dave Love [Mon, 28 Oct 2002 22:57:17 +0000 (22:57 +0000)]
(XTread_socket): Only consider keysym>=32 for ASCII.

22 years ago(lispy_accent_codes, lispy_accent_keys): Extend.
Dave Love [Mon, 28 Oct 2002 22:50:00 +0000 (22:50 +0000)]
(lispy_accent_codes, lispy_accent_keys): Extend.
(lispy_kana_keys): Comment out.
(make_lispy_event) [XK_kana_A]: Comment out.

22 years agoComment.
Dave Love [Mon, 28 Oct 2002 22:48:53 +0000 (22:48 +0000)]
Comment.

22 years ago*** empty log message ***
Dave Love [Mon, 28 Oct 2002 20:18:17 +0000 (20:18 +0000)]
*** empty log message ***

22 years ago*** empty log message ***
Dave Love [Mon, 28 Oct 2002 15:36:19 +0000 (15:36 +0000)]
*** empty log message ***

22 years ago(xaw_scroll_callback): Cast call_data.
Dave Love [Mon, 28 Oct 2002 15:35:53 +0000 (15:35 +0000)]
(xaw_scroll_callback): Cast call_data.
(XTread_socket): Deal with ASCII keysyms.
(syms_of_xterm) <Vx_keysym_table>: Fix args of make_hash_table.

22 years agoFix typo in loop setting x-keysym-table.
Dave Love [Mon, 28 Oct 2002 14:46:01 +0000 (14:46 +0000)]
Fix typo in loop setting x-keysym-table.

22 years ago*** empty log message ***
Dave Love [Sun, 27 Oct 2002 21:29:08 +0000 (21:29 +0000)]
*** empty log message ***