bpt/emacs.git
21 years ago(kill_workbuf_unwind): New function.
Kenichi Handa [Wed, 28 May 2003 11:35:50 +0000 (11:35 +0000)]
(kill_workbuf_unwind): New function.
(Finsert_file_contents): On replacing, call
make_conversion_work_buffer with correct args, and call
record_unwind_protect with the first arg kill_workbuf_unwind.

21 years ago(Fgenerate_new_buffer_name): EXFUN it.
Kenichi Handa [Wed, 28 May 2003 11:35:32 +0000 (11:35 +0000)]
(Fgenerate_new_buffer_name): EXFUN it.

21 years ago(define-coding-system): Doc fix.
Dave Love [Fri, 23 May 2003 23:32:28 +0000 (23:32 +0000)]
(define-coding-system): Doc fix.

21 years ago(utf-16le, utf-16be-16be)
Dave Love [Fri, 23 May 2003 23:31:25 +0000 (23:31 +0000)]
(utf-16le, utf-16be-16be)
(utf-16le-with-signature, utf-16be-with-signature, utf-16):
Define :mime-text-unsuitable.  `utf-16{b,l}e...' renamed from
`-16-{b,l}e-' and aliases defined for the old names.

21 years agoFix previous change.
Kenichi Handa [Tue, 20 May 2003 13:16:17 +0000 (13:16 +0000)]
Fix previous change.

21 years ago*** empty log message ***
Kenichi Handa [Tue, 20 May 2003 13:15:45 +0000 (13:15 +0000)]
*** empty log message ***

21 years agoRemade.
Kenichi Handa [Tue, 20 May 2003 13:11:31 +0000 (13:11 +0000)]
Remade.

21 years agoFix previous change.
Kenichi Handa [Tue, 20 May 2003 13:09:47 +0000 (13:09 +0000)]
Fix previous change.

21 years agoMake it work for the map file included int glibc.
Kenichi Handa [Tue, 20 May 2003 13:07:55 +0000 (13:07 +0000)]
Make it work for the map file included int glibc.

21 years ago(MAPS): Change gb18030.map to gb18030-2.map
Kenichi Handa [Tue, 20 May 2003 13:06:09 +0000 (13:06 +0000)]
(MAPS): Change gb18030.map to gb18030-2.map
and gb18030-4.map.
(gb18030.map): Delete this target.
(gb18030-2.map, gb18030-4.map): New targets.

21 years ago(Fdefine_coding_system_internal): Fix for the case that
Kenichi Handa [Tue, 20 May 2003 13:05:14 +0000 (13:05 +0000)]
(Fdefine_coding_system_internal): Fix for the case that
coding_type is Qcharset.

21 years ago(BASE_FONTSET_P): Check FONTSET_BASE, not
Kenichi Handa [Tue, 20 May 2003 13:04:49 +0000 (13:04 +0000)]
(BASE_FONTSET_P): Check FONTSET_BASE, not
FONTSET_NAME.
(fontset_add): Fix for the case that TO is less than TO1.
(Ffontset_info): Don't use fallback fontset on checking the
default fontset.
(dump_fontset): New function for debugging.

21 years ago*** empty log message ***
Dave Love [Thu, 8 May 2003 17:58:17 +0000 (17:58 +0000)]
*** empty log message ***

21 years ago(utf-7): New.
Dave Love [Thu, 8 May 2003 17:57:14 +0000 (17:57 +0000)]
(utf-7): New.

21 years ago*** empty log message ***
Kenichi Handa [Tue, 6 May 2003 23:43:33 +0000 (23:43 +0000)]
*** empty log message ***

21 years ago(map_sub_char_table): New argument DEFAULT_VAL.
Kenichi Handa [Tue, 6 May 2003 23:24:36 +0000 (23:24 +0000)]
(map_sub_char_table): New argument DEFAULT_VAL.
(map_char_table): Don't inherit the value from the parent on
initializing VAL.  Adjusted for the above change.

21 years ago*** empty log message ***
Kenichi Handa [Tue, 6 May 2003 12:31:32 +0000 (12:31 +0000)]
*** empty log message ***

21 years ago(utf-16-be)
Kenichi Handa [Tue, 6 May 2003 12:30:29 +0000 (12:30 +0000)]
(utf-16-be)
(utf-16-be-with-signature): Cancel the previous change.
(utf-16): Add :endinan 'big.

21 years ago(define-coding-system): Fix docstring about :bom and :endian.
Kenichi Handa [Tue, 6 May 2003 12:29:02 +0000 (12:29 +0000)]
(define-coding-system): Fix docstring about :bom and :endian.

21 years ago(Qsignature, Qendian): Delete these variables.
Kenichi Handa [Tue, 6 May 2003 12:28:11 +0000 (12:28 +0000)]
(Qsignature, Qendian): Delete these variables.
(syms_of_coding): Don't initialize them.
(CATEGORY_MASK_UTF_16_AUTO): New macro.
(detect_coding_utf_16): Add CATEGORY_MASK_UTF_16_AUTO in
detect_info->found.
(decode_coding_utf_16): Don't detect BOM here.
(encode_coding_utf_16): Produce BOM if CODING_UTF_16_BOM (coding)
is NOT utf_16_without_bom.
(setup_coding_system): For a coding system of type utf-16, check
if the attribute :endian is Qbig or not (not nil or not), and set
CODING_REQUIRE_DETECTION_MASK if BOM detection is required.
(detect_coding): If coding type is utf-16 and BOM detection is
required, detect it.
(Fdefine_coding_system_internal): For a coding system of type
utf-16, check if the attribute :endian is Qbig or not (not nil or
not).

21 years ago*** empty log message ***
Kenichi Handa [Tue, 6 May 2003 08:22:13 +0000 (08:22 +0000)]
*** empty log message ***

21 years ago(coding_set_source): Fix for the case that the current
Kenichi Handa [Tue, 6 May 2003 08:16:37 +0000 (08:16 +0000)]
(coding_set_source): Fix for the case that the current
buffer is different from coding->src_object.
(decode_coding_object): Don't use the conversion work buffer if
DST_OBJECT is a buffer.

21 years agoFix last change.
Dave Love [Sun, 4 May 2003 15:46:26 +0000 (15:46 +0000)]
Fix last change.

21 years ago*** empty log message ***
Dave Love [Sun, 4 May 2003 11:53:38 +0000 (11:53 +0000)]
*** empty log message ***

21 years ago(read_emacs_mule_char) [len==2]: Index
Dave Love [Sun, 4 May 2003 10:57:34 +0000 (10:57 +0000)]
(read_emacs_mule_char) [len==2]: Index
emacs_mule_charset correctly.

21 years ago*** empty log message ***
Dave Love [Fri, 2 May 2003 14:51:18 +0000 (14:51 +0000)]
*** empty log message ***

21 years ago(utf-16-be)
Dave Love [Wed, 30 Apr 2003 22:51:23 +0000 (22:51 +0000)]
(utf-16-be)
(utf-16-be-with-signature): Comment-out :endian.

21 years ago(describe-character-set): Fix
Dave Love [Wed, 30 Apr 2003 22:50:34 +0000 (22:50 +0000)]
(describe-character-set): Fix
printing dimensions.  Use `�, not `x'.

21 years ago*** empty log message ***
Kenichi Handa [Sat, 12 Apr 2003 02:43:34 +0000 (02:43 +0000)]
*** empty log message ***

21 years agoChange "Hindi" to more common characters.
Kenichi Handa [Sat, 12 Apr 2003 02:43:17 +0000 (02:43 +0000)]
Change "Hindi" to more common characters.

21 years agoRegister CDAC fonts in
Kenichi Handa [Sat, 12 Apr 2003 02:39:22 +0000 (02:39 +0000)]
Register CDAC fonts in
face-font-rescale-alist instead of face-resizing-fonts.

21 years ago(utf-16-le-with-signature): Renamed from utf-16-le-with-sig.
Kenichi Handa [Sat, 12 Apr 2003 02:38:11 +0000 (02:38 +0000)]
(utf-16-le-with-signature): Renamed from utf-16-le-with-sig.
(utf-16-be-with-signature): Renamed from utf-16-be-with-sig.
(utf-16): Adjust :bom.

21 years ago*** empty log message ***
Kenichi Handa [Sat, 12 Apr 2003 02:37:18 +0000 (02:37 +0000)]
*** empty log message ***

21 years ago(Vface_font_rescale_alist): Renamed from
Kenichi Handa [Wed, 9 Apr 2003 08:35:07 +0000 (08:35 +0000)]
(Vface_font_rescale_alist): Renamed from
Vface_resizing_fonts.
(struct font_name): Rename member resizing_ratio to rescale_ratio.
(font_rescale_ratio): Renamed from font_resizing_ratio.
(split_font_name): Set font->rescale_ratio.
(better_font_p): Pay attention to font->rescale_ratio.
(build_scalable_font_name): Likewise.  Change RESX, and RESY
fields.
(syms_of_xfaces): Declare Vface_font_rescale_alist as a Lisp
variable.

21 years ago(Qutf_16_be_nosig, Qutf_16_be, Qutf_16_le_nosig)
Kenichi Handa [Fri, 28 Mar 2003 04:09:32 +0000 (04:09 +0000)]
(Qutf_16_be_nosig, Qutf_16_be, Qutf_16_le_nosig)
(Qutf_16_le): Remove these variables.
(syms_of_coding): Don't DEFSYM them.
(decode_coding_utf_16): Fix handling of BOM.
(encode_coding_utf_16): Fix handling of BOM.

21 years ago(utf-16-le): Renamed from utf-16-le-nosig.
Kenichi Handa [Fri, 28 Mar 2003 04:06:53 +0000 (04:06 +0000)]
(utf-16-le): Renamed from utf-16-le-nosig.
(utf-16-be): Renamed from utf-16-be-nosig.
(utf-16-le-with-sig): Renamed from utf-16-le.
(utf-16-be-with-sig): Renamed from utf-16-be.
(utf-16): Set :bom to (utf-16-le-with-sig . utf-16-be-with-sig).

21 years ago*** empty log message ***
Kenichi Handa [Fri, 14 Mar 2003 07:58:54 +0000 (07:58 +0000)]
*** empty log message ***

21 years ago(Finsert_file_contents): On replacing, before decoding the file into
Kenichi Handa [Fri, 14 Mar 2003 05:13:52 +0000 (05:13 +0000)]
(Finsert_file_contents): On replacing, before decoding the file into
the work buffer, set point of the work buffer to the end.

21 years ago("polish-slash"): Doc fix.
Dave Love [Fri, 14 Feb 2003 19:30:09 +0000 (19:30 +0000)]
("polish-slash"): Doc fix.

21 years ago*** empty log message ***
Dave Love [Thu, 13 Feb 2003 22:46:33 +0000 (22:46 +0000)]
*** empty log message ***

21 years ago("turkish-latin-3-postfix"): Make it
Dave Love [Thu, 13 Feb 2003 22:46:13 +0000 (22:46 +0000)]
("turkish-latin-3-postfix"): Make it
just an alias for turkish-postfix.

21 years ago("turkish-latin-3-alt-postfix"): Make it
Dave Love [Thu, 13 Feb 2003 22:45:54 +0000 (22:45 +0000)]
("turkish-latin-3-alt-postfix"): Make it
just an alias for turkish-alt-postfix.

21 years ago(ukrainian-computer): Fix duplicate `\'.
Dave Love [Thu, 13 Feb 2003 22:26:17 +0000 (22:26 +0000)]
(ukrainian-computer): Fix duplicate `\'.

21 years ago(Fcheck_coding_systems_region): Fix type errors.
Dave Love [Thu, 13 Feb 2003 22:23:01 +0000 (22:23 +0000)]
(Fcheck_coding_systems_region): Fix type errors.

21 years ago(chinese-big5-hkscs): New coding system.
Dave Love [Wed, 12 Feb 2003 18:48:38 +0000 (18:48 +0000)]
(chinese-big5-hkscs): New coding system.
(big5-hkscs, cn-big5-hkscs): New aliases.

21 years ago(georgian-ps, georgian-academy): New coding
Dave Love [Wed, 12 Feb 2003 18:47:23 +0000 (18:47 +0000)]
(georgian-ps, georgian-academy): New coding
system.

21 years agoRevert bogus checkin.
Dave Love [Wed, 12 Feb 2003 18:46:52 +0000 (18:46 +0000)]
Revert bogus checkin.

21 years ago(big5-hkscs, georgian-academy): New
Dave Love [Wed, 12 Feb 2003 18:02:51 +0000 (18:02 +0000)]
(big5-hkscs, georgian-academy): New
charset.
(ibm1047): Doc fix.
(pt154): Add mime-charset.
(ptcp154, cp154): New aliases.

21 years ago(georgian-ps, georgian-academy): New coding
Dave Love [Wed, 12 Feb 2003 18:01:35 +0000 (18:01 +0000)]
(georgian-ps, georgian-academy): New coding
system.

21 years ago*** empty log message ***
Dave Love [Wed, 12 Feb 2003 15:09:46 +0000 (15:09 +0000)]
*** empty log message ***

21 years ago*** empty log message ***
Dave Love [Tue, 4 Feb 2003 19:29:56 +0000 (19:29 +0000)]
*** empty log message ***

21 years ago(charset-iso-final-char)
Dave Love [Tue, 4 Feb 2003 19:26:38 +0000 (19:26 +0000)]
(charset-iso-final-char)
(define-coding-system): Doc fix.

21 years agoComment.
Dave Love [Tue, 4 Feb 2003 19:25:06 +0000 (19:25 +0000)]
Comment.

21 years ago(XTread_socket): Check Lisp types for Vx_keysym_table
Dave Love [Tue, 4 Feb 2003 19:24:26 +0000 (19:24 +0000)]
(XTread_socket): Check Lisp types for Vx_keysym_table
and fix C types.

21 years ago(SKIP_GLYPHS): New macro.
Kenichi Handa [Fri, 31 Jan 2003 06:11:29 +0000 (06:11 +0000)]
(SKIP_GLYPHS): New macro.
(set_cursor_from_row): Pay attention to string display properties.

21 years ago(copy_category_entry): Fix for the case that RANGE is an integer.
Kenichi Handa [Fri, 31 Jan 2003 06:10:06 +0000 (06:10 +0000)]
(copy_category_entry): Fix for the case that RANGE is an integer.

21 years ago(x_encode_char): Call ccl_driver with the last arg Qnil.
Kenichi Handa [Fri, 31 Jan 2003 06:09:27 +0000 (06:09 +0000)]
(x_encode_char): Call ccl_driver with the last arg Qnil.

21 years ago(w32_encode_char): Call ccl_driver with the last arg Qnil.
Kenichi Handa [Fri, 31 Jan 2003 06:08:43 +0000 (06:08 +0000)]
(w32_encode_char): Call ccl_driver with the last arg Qnil.

21 years ago*** empty log message ***
Kenichi Handa [Thu, 30 Jan 2003 02:28:24 +0000 (02:28 +0000)]
*** empty log message ***

21 years ago(define-ccl-program): Fset charset-id to charset-id-internal
Kenichi Handa [Thu, 30 Jan 2003 02:27:52 +0000 (02:27 +0000)]
(define-ccl-program): Fset charset-id to charset-id-internal
temporarily.

21 years ago(Fcharset_id_internal): New function.
Kenichi Handa [Thu, 30 Jan 2003 02:25:12 +0000 (02:25 +0000)]
(Fcharset_id_internal): New function.
(syms_of_charset): Defsubr it.

21 years ago(decode_coding_ccl, encode_coding_ccl): Call ccl_driver
Kenichi Handa [Thu, 30 Jan 2003 02:23:40 +0000 (02:23 +0000)]
(decode_coding_ccl, encode_coding_ccl): Call ccl_driver
with the last arg charset_list acquired from coding.
(Fdefine_coding_system_internal): For ccl-based coding system, fix
the attribute coding_attr_ccl_valids.

21 years ago(enum define_coding_ccl_arg_index): Set the first
Kenichi Handa [Thu, 30 Jan 2003 02:20:43 +0000 (02:20 +0000)]
(enum define_coding_ccl_arg_index): Set the first
member coding_arg_ccl_decoder to coding_arg_max.

21 years ago(ccl_driver): Prototype adjusted.
Kenichi Handa [Thu, 30 Jan 2003 02:19:36 +0000 (02:19 +0000)]
(ccl_driver): Prototype adjusted.

21 years ago(CCL_DECODE_CHAR, CCL_ENCODE_CHAR): New macros.
Kenichi Handa [Thu, 30 Jan 2003 02:19:06 +0000 (02:19 +0000)]
(CCL_DECODE_CHAR, CCL_ENCODE_CHAR): New macros.
(ccl_driver): New arg CHARSET_LIST.  Use the above macros instead
of DECODE_CAHR, ENCODE_CHAR, CHAR_CHARSET.
(Fccl_execute): Call ccl_driver with the last arg Qnil.
(Fccl_execute_on_string): Likewise.

21 years ago(list-block-of-chars): Use decode-char instead of make-char.
Kenichi Handa [Tue, 21 Jan 2003 08:30:08 +0000 (08:30 +0000)]
(list-block-of-chars): Use decode-char instead of make-char.

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

21 years ago(ENCODE_CHAR): If the method is SUBSET or SUPERSET, call encode_char.
Kenichi Handa [Sat, 11 Jan 2003 03:39:02 +0000 (03:39 +0000)]
(ENCODE_CHAR): If the method is SUBSET or SUPERSET, call encode_char.

21 years ago(encode_char): Fix handling of methods SUBSET and SUPERSET.
Kenichi Handa [Sat, 11 Jan 2003 03:38:05 +0000 (03:38 +0000)]
(encode_char): Fix handling of methods SUBSET and SUPERSET.

21 years ago*** empty log message ***
Kenichi Handa [Sat, 11 Jan 2003 01:59:15 +0000 (01:59 +0000)]
*** empty log message ***

21 years ago(x_new_fontset): Fix previous change.
Kenichi Handa [Sat, 11 Jan 2003 01:50:19 +0000 (01:50 +0000)]
(x_new_fontset): Fix previous change.

21 years ago(syms_of_composite): Make composition_hash_table
Dave Love [Fri, 10 Jan 2003 12:45:24 +0000 (12:45 +0000)]
(syms_of_composite): Make composition_hash_table
weak.

21 years ago*** empty log message ***
Kenichi Handa [Fri, 10 Jan 2003 07:42:18 +0000 (07:42 +0000)]
*** empty log message ***

21 years ago* HELLO: Fix upcase and downcase for several languages. Change
Kenichi Handa [Fri, 10 Jan 2003 07:42:08 +0000 (07:42 +0000)]
* HELLO: Fix upcase and downcase for several languages.  Change
the two German lines into one.  Change "Nederlangs" to
"Dutch (Nederlands)".  Add original language names to several
entries.

21 years agoDelete the code to create a fontset from the X resource "Font".
Kenichi Handa [Fri, 10 Jan 2003 07:37:08 +0000 (07:37 +0000)]
Delete the code to create a fontset from the X resource "Font".

21 years agoEnable the default fontset to use
Kenichi Handa [Fri, 10 Jan 2003 07:35:06 +0000 (07:35 +0000)]
Enable the default fontset to use
unicode fonts for ASCII characters.
(x-decompose-font-name): Don't try to resolve PATTERN by
x-resolve-font-name.
(x-complement-fontset-spec): Never prepend an ASCII font.
(create-fontset-from-fontset-spec): If a fontset of the same name
already exists, override it instead of signalling an error.  Don't
turn `ascii' into `latin'.  Don't update fontset-alias-alist here.

21 years ago(unicode-bmp): Delete duplicated definition. Give it :code-offset 0.
Kenichi Handa [Fri, 10 Jan 2003 07:26:55 +0000 (07:26 +0000)]
(unicode-bmp): Delete duplicated definition.  Give it :code-offset 0.

21 years ago(print-fontset-element): New
Kenichi Handa [Fri, 10 Jan 2003 07:25:31 +0000 (07:25 +0000)]
(print-fontset-element): New
function.
(print-fontset): Use print-fontset-element to print the elements
of a fontset.  Use it also to print fonts fallen back to the
default fontsets.

21 years ago(x_new_fontset): Prototype adjusted.
Kenichi Handa [Fri, 10 Jan 2003 07:22:39 +0000 (07:22 +0000)]
(x_new_fontset): Prototype adjusted.

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 ***