bpt/emacs.git
21 years ago(Fnew_fontset): Declare.
Dave Love [Tue, 30 Jul 2002 11:35:53 +0000 (11:35 +0000)]
(Fnew_fontset): Declare.

21 years ago(push_key_description): Call CHARACTERP correctly.
Dave Love [Tue, 30 Jul 2002 11:35:28 +0000 (11:35 +0000)]
(push_key_description): Call CHARACTERP correctly.

21 years ago(fontset_add): Declare args. Call make_number
Dave Love [Tue, 30 Jul 2002 11:35:17 +0000 (11:35 +0000)]
(fontset_add): Declare args.  Call make_number
correctly.
(face_for_char): Delete unused vars.
(Fset_fontset_font): Doc fix.  Delete unused vars.

21 years ago(Fsubstitute_command_keys): Delete unused vars.
Dave Love [Tue, 30 Jul 2002 11:34:55 +0000 (11:34 +0000)]
(Fsubstitute_command_keys): Delete unused vars.

21 years ago(update_compositions): Declare arg.
Dave Love [Tue, 30 Jul 2002 11:34:40 +0000 (11:34 +0000)]
(update_compositions): Declare arg.

21 years ago(calccost, cmgoto): Declare args.
Dave Love [Tue, 30 Jul 2002 11:33:39 +0000 (11:33 +0000)]
(calccost, cmgoto): Declare args.

21 years agoRemove `emacs' conditional. Doc fixes.
Dave Love [Tue, 30 Jul 2002 11:33:15 +0000 (11:33 +0000)]
Remove `emacs' conditional.  Doc fixes.
(map_char_table_for_charset): Declare.

21 years ago(syms_of_character) <translation-table-vector>: Doc
Dave Love [Tue, 30 Jul 2002 11:32:52 +0000 (11:32 +0000)]
(syms_of_character) <translation-table-vector>: Doc
fix.

21 years agoRemove `emacs' conditional. Include hash table stuff
Dave Love [Tue, 30 Jul 2002 11:31:54 +0000 (11:31 +0000)]
Remove `emacs' conditional.  Include hash table stuff
from trunk.

21 years agoDon't redefine P_.
Dave Love [Tue, 30 Jul 2002 11:30:32 +0000 (11:30 +0000)]
Don't redefine P_.

21 years agoUpdates for current changes.
Dave Love [Tue, 30 Jul 2002 11:29:11 +0000 (11:29 +0000)]
Updates for current changes.

21 years ago(quail-cxterm-package-ext-info): Doc
Dave Love [Tue, 30 Jul 2002 11:27:03 +0000 (11:27 +0000)]
(quail-cxterm-package-ext-info): Doc
fix.

21 years agocomment
Dave Love [Tue, 30 Jul 2002 11:25:43 +0000 (11:25 +0000)]
comment

21 years ago(rfc2047-charset-encoding-alist): Use B for Hebrew.
Dave Love [Tue, 30 Jul 2002 11:24:33 +0000 (11:24 +0000)]
(rfc2047-charset-encoding-alist): Use B for Hebrew.
Doc fix.

21 years ago(gnus-read-newsrc-el-file): Don't bind
Dave Love [Tue, 30 Jul 2002 11:24:20 +0000 (11:24 +0000)]
(gnus-read-newsrc-el-file): Don't bind
coding-system-for-read.
(gnus-gnus-to-quick-newsrc-format): Insert coding cookie.

21 years agoCopyright up-date
Dave Love [Tue, 30 Jul 2002 11:24:02 +0000 (11:24 +0000)]
Copyright up-date

21 years ago(copyright-regexp): Remove redundancy.
Dave Love [Tue, 30 Jul 2002 11:23:12 +0000 (11:23 +0000)]
(copyright-regexp): Remove redundancy.

21 years ago(Vchar_script_table): Extern it.
Kenichi Handa [Fri, 26 Jul 2002 06:20:47 +0000 (06:20 +0000)]
(Vchar_script_table): Extern it.

21 years ago(Vscript_alist): This variable deleted.
Kenichi Handa [Fri, 26 Jul 2002 06:20:29 +0000 (06:20 +0000)]
(Vscript_alist): This variable deleted.
(Vchar_script_table, Qchar_script_table): New variable.
(syms_of_character): Declare Vchar_script_table as a lisp variable
and initialize it.

21 years ago*** empty log message ***
Kenichi Handa [Fri, 26 Jul 2002 06:18:44 +0000 (06:18 +0000)]
*** empty log message ***

21 years ago*** empty log message ***
Kenichi Handa [Fri, 26 Jul 2002 04:08:40 +0000 (04:08 +0000)]
*** empty log message ***

21 years ago(x_produce_glyphs): Use ASCII_CHAR_P, not
Kenichi Handa [Fri, 26 Jul 2002 04:08:30 +0000 (04:08 +0000)]
(x_produce_glyphs): Use ASCII_CHAR_P, not
SINGLE_BYTE_CHAR_P.  Fix the logic of handling non-ASCII char when
it->multibyte_p is zero.
(XTread_socket): Use ASCII_CHAR_P, not SINGLE_BYTE_CHAR_P.
(x_new_fontset): If FONTSETNAME doesn't match any existing
fontsets, create a new one.
(x_get_font_repertory): New function.

21 years ago(x_get_font_repertory): Extern it.
Kenichi Handa [Fri, 26 Jul 2002 04:08:13 +0000 (04:08 +0000)]
(x_get_font_repertory): Extern it.

21 years ago(x_set_font): Always call x_new_fontset and
Kenichi Handa [Fri, 26 Jul 2002 04:07:58 +0000 (04:07 +0000)]
(x_set_font): Always call x_new_fontset and
store_frame_parameter.
(Fx_create_frame): Call x_new_fontset, not x_new_font.
(syms_of_xfns): Set get_font_repertory_func to
x_get_font_repertory.

21 years agoInclude charset.h.
Kenichi Handa [Fri, 26 Jul 2002 04:07:39 +0000 (04:07 +0000)]
Include charset.h.
(load_face_font): Argument C deleted.  Caller changed.
(generate_ascii_font_name): Renamed from generate_ascii_font.
(font_name_registry): New function.
(cache_face): Store ascii faces before non-ascii faces in buckets.
(lookup_face): Arguments C and BASE_FACE deleted.  Caller changed.
Lookup only ascii faces.
(lookup_non_ascii_face): New function.
(lookup_named_face): Argument C deleted.  Caller changed.
(lookup_derived_face): Argument C deleted.  Caller changed.
(try_font_list): New arg PATTERN.  Caller changed.  If PATTERN is
a string, just call font_list with it.
(choose_face_font): Arguments FACE and C deleted.  New arg
FONT_SPEC.  Caller changed.
(realize_face): Arguments C and BASE_FACE deleted.  Caller
(realize_x_face): Likewise.
(realize_non_ascii_face): New function.
(realize_x_face): Call load_face_font here.
(realize_tty_face): Argument C deleted.  Caller changed.
(compute_char_face): If CH is not ascii, call FACE_FOR_CHAR to
get a face ID.
(dump_realized_face): Don't print charset of FACE.

21 years ago(message_dolog, set_message_1,
Kenichi Handa [Fri, 26 Jul 2002 04:07:18 +0000 (04:07 +0000)]
(message_dolog, set_message_1,
extend_face_to_end_of_line): Use ASCII_CHAR_P, not
SINGLE_BYTE_CHAR_P.
(highlight_trailing_whitespace): Adjusted for the change of
lookup_named_face.

21 years ago(XMenuActivate): Adjuted for the change of lookup_derived_face.
Kenichi Handa [Fri, 26 Jul 2002 04:07:00 +0000 (04:07 +0000)]
(XMenuActivate): Adjuted for the change of lookup_derived_face.

21 years ago(CHAR_TABLE_REF): Remove unnecessary check (IDX >= 0).
Kenichi Handa [Fri, 26 Jul 2002 04:06:43 +0000 (04:06 +0000)]
(CHAR_TABLE_REF): Remove unnecessary check (IDX >= 0).
(Fset_fotset_font): Fix arguments to 5.

21 years ago(Qprepend, Qappend): New variables.
Kenichi Handa [Fri, 26 Jul 2002 04:06:25 +0000 (04:06 +0000)]
(Qprepend, Qappend): New variables.
(FONTSET_CHARSET_ALIST, FONTSET_FACE_ALIST): These macros deleted.
(FONTSET_NOFONT_FACE, FONTSET_REPERTORY): New macros.
(FONTSET_REF): Optimize if FONTSET is Vdefault_fontset.
(FONTSET_REF_AND_RANGE, FONTSET_ADD): New macros.
(fontset_ref_and_range, fontset_add, reorder_font_vector)
(load_font_get_repertory): New functions.
(fontset_set): This function deleted.
(fontset_face): New arg FACE.  Return face ID, not face.
Completely re-written to handle new fontset structure.  Caller
changed.
(free_face_fontset): Use ASET istead of AREF (X) = Y.
(face_for_char): Don't call lookup_face.
(make_fontset_for_ascii_face): New arg FACE.
(fs_load_font): New arg CHARSET_ID.  Don't check
Vfont_encoding_alist here.
(find_font_encoding): New function.
(list_fontsets): Use STRINGP, not ! NILP.
(accumulate_script_ranges): New function.
(Fset_fontset_font, Fnew_fontset, Ffontset_info): Completely
re-written to handle new fontset structure.
(Ffontset_font): Return a copy of element.
(syms_of_fontset): Define symbols Qprepend and Qappend.  Fix
docstring of font-encoding-alist.

21 years ago(get_font_repertory_func): New prototype.
Kenichi Handa [Fri, 26 Jul 2002 04:06:05 +0000 (04:06 +0000)]
(get_font_repertory_func): New prototype.
(make_fontset_for_ascii_face, fs_load_font): Prototypes fixed.
(FS_LOAD_FONT): Call fs_load_font with the 3rd arg charset_ascii.

21 years ago(struct face): Member `charset' deleted.
Kenichi Handa [Fri, 26 Jul 2002 04:05:48 +0000 (04:05 +0000)]
(struct face): Member `charset' deleted.
(FACE_SUITABLE_FOR_CHAR_P): Use ASCII_CHAR_P, not
SINGLE_BYTE_CHAR_P.
(FACE_FOR_CHAR): Likewise.
(choose_face_font, lookup_non_ascii_face, font_name_registry): Add
prototypes
(lookup_face, lookup_named_face, lookup_derived_face): Prototype
fixed.
(generate_ascii_font_name): Renamed from generate_ascii_font.

21 years ago(Fmake_char_table): Doc fixed. If PURPOSE doesn't
Kenichi Handa [Fri, 26 Jul 2002 04:05:29 +0000 (04:05 +0000)]
(Fmake_char_table): Doc fixed.  If PURPOSE doesn't
have property char-table-extra-slots, make no extra slot.

21 years ago(Fccl_execute_on_string): Add `const' to local variables.
Kenichi Handa [Fri, 26 Jul 2002 04:05:16 +0000 (04:05 +0000)]
(Fccl_execute_on_string): Add `const' to local variables.

21 years ago(Fmake_string): Use ASCII_CHAR_P, not SINGLE_BYTE_CHAR_P.
Kenichi Handa [Fri, 26 Jul 2002 04:05:01 +0000 (04:05 +0000)]
(Fmake_string): Use ASCII_CHAR_P, not SINGLE_BYTE_CHAR_P.

21 years ago(abbrev.o): Depend on syntax.h.
Kenichi Handa [Fri, 26 Jul 2002 04:04:45 +0000 (04:04 +0000)]
(abbrev.o): Depend on syntax.h.
(xfaces.o): Depend on charset.h.

21 years agoDon't register ccl-encode-indian-glyph-font
Kenichi Handa [Fri, 26 Jul 2002 04:04:09 +0000 (04:04 +0000)]
Don't register ccl-encode-indian-glyph-font
and ccl-encode-unicode-font in font-ccl-encoder-alist.

21 years ago(print-fontset): Use describe-vector
Kenichi Handa [Fri, 26 Jul 2002 04:03:50 +0000 (04:03 +0000)]
(print-fontset): Use describe-vector
to handle a char table returned by fontset-info.

21 years agoUnify these charses: korean-ksc5601, ipa, tibetan, ethiopic,
Kenichi Handa [Fri, 26 Jul 2002 04:03:27 +0000 (04:03 +0000)]
Unify these charses: korean-ksc5601, ipa, tibetan, ethiopic,
japanese-jisx0208, japanese-jisx0212, japanese-jisx0213-1,
japanese-jisx0213-2.
(devanagari-glyph): New charset.

21 years agoSetup the default fontset by the new
Kenichi Handa [Fri, 26 Jul 2002 04:03:01 +0000 (04:03 +0000)]
Setup the default fontset by the new
script based way.
(x-complement-fontset-spec): Change the format of arg FONTLIST to
an alist of charsets vs font name lists.
(charset-script-alist): New variable.
(create-fontset-from-fontset-spec): Allow script name in
FONTSET-SPEC.  If charset is specified in FONTSET-SPEC, change it
to the corresponding script name.
(create-fontset-from-ascii-font): Slightly tuned.

21 years agoSetup char-script-table.
Kenichi Handa [Fri, 26 Jul 2002 04:02:41 +0000 (04:02 +0000)]
Setup char-script-table.

21 years ago*** empty log message ***
Kenichi Handa [Thu, 25 Jul 2002 11:12:30 +0000 (11:12 +0000)]
*** empty log message ***

21 years ago(Ffind_coding_systems_region_internal): Detect an
Kenichi Handa [Thu, 25 Jul 2002 02:01:39 +0000 (02:01 +0000)]
(Ffind_coding_systems_region_internal): Detect an
ASCII only string correctly.

21 years ago(Fload): Don't load with Qload_force_doc_strings t if
Kenichi Handa [Thu, 25 Jul 2002 01:30:27 +0000 (01:30 +0000)]
(Fload): Don't load with Qload_force_doc_strings t if
version is 0.

21 years ago*** empty log message ***
Kenichi Handa [Thu, 25 Jul 2002 01:29:57 +0000 (01:29 +0000)]
*** empty log message ***

21 years agoInclude "coding.h".
Kenichi Handa [Wed, 24 Jul 2002 10:51:15 +0000 (10:51 +0000)]
Include "coding.h".
(Qget_emacs_mule_file_char, Qload_force_doc_strings,
load_each_byte, unread_char): New variables.
(readchar_backlog): This variable deleted.
(readchar): Return a character unless load_each_byte is nonzero.
Handle the case that readcharfun is Qget_emacs_mule_file_char or a
cons.  If unread_char is not -1, simply return it.
(unreadchar): Handle the case that readcharfun is
Qget_emacs_mule_file_char or a cons.  Set unread_char if
necessary.
(read_multibyte): This function deleted.
(readbyte_for_lambda, readbyte_from_file, readbyte_from_string)
(read_emacs_mule_char): New functions.
(Fload): Even if the file doesn't have the extention ".elc", if
safe_to_load_p returns a positive version number, assume that the
file contains bytecompiled code.  If the version is less than 22,
load the file while decoding multibyte sequences by emacs-mule.
(readevalloop): Don't use readchar_backlog.
(Fread): Likewise.  Pay attention to the case that STREAM is a
cons.
(Fread_from_string): Pay attention to the case that STREAM is a
cons.
(read_escape): The arg BYTEREP deleted.
(read1): Set load_each_byte to 1 temporarily while handling
#@NUMBER.  Don't call read_multibyte.
(read_vector): Call Fread with a cons.  If readcharfun is
Qget_emacs_mule_file_char, decode the read string by emacs-mule.
(read_list): If doc_reference is 2, make the cdr part string as
unibyte.
(syms_of_lread): Intern and staticpro Qget_emacs_mule_file_char
and Qload_force_doc_strings.

21 years ago*** empty log message ***
Kenichi Handa [Wed, 24 Jul 2002 10:50:53 +0000 (10:50 +0000)]
*** empty log message ***

21 years ago*** empty log message ***
Dave Love [Tue, 23 Jul 2002 19:07:04 +0000 (19:07 +0000)]
*** empty log message ***

21 years ago(face_before_or_after_it_pos): Call
Kenichi Handa [Tue, 23 Jul 2002 02:58:07 +0000 (02:58 +0000)]
(face_before_or_after_it_pos): Call
FETCH_MULTIBYTE_CHAR with byte postion, not char position.

21 years ago*** empty log message ***
Kenichi Handa [Tue, 23 Jul 2002 02:57:49 +0000 (02:57 +0000)]
*** empty log message ***

21 years ago(Fmap_charset_chars): Fix handling of default value for FROM_CODE
Kenichi Handa [Mon, 22 Jul 2002 12:28:14 +0000 (12:28 +0000)]
(Fmap_charset_chars): Fix handling of default value for FROM_CODE
and TO_CODE.

21 years ago*** empty log message ***
Kenichi Handa [Mon, 22 Jul 2002 12:27:56 +0000 (12:27 +0000)]
*** empty log message ***

21 years ago(Vscript_alist): New variable.
Kenichi Handa [Mon, 22 Jul 2002 06:46:17 +0000 (06:46 +0000)]
(Vscript_alist): New variable.
(string_char_with_unification): Add `const' to local variables.
(str_as_unibyte): Likewise.
(string_escape_byte8): Likewise.
(syms_of_character): Declare script-alist as a Lisp variable.

21 years ago(LEADING_CODE_PRIVATE_11, LEADING_CODE_PRIVATE_12,
Kenichi Handa [Mon, 22 Jul 2002 06:40:36 +0000 (06:40 +0000)]
(LEADING_CODE_PRIVATE_11, LEADING_CODE_PRIVATE_12,
LEADING_CODE_PRIVATE_21, LEADING_CODE_PRIVATE_22): Macros
deleted.  Callers changes to use
EMACS_MULE_LEADING_CODE_PRIVATE_11, etc.
(decode_coding_ccl): Add `const' to local variables.
(consume_chars): Likewise.
(Ffind_coding_systems_region_internal): Likewise.
(Fcheck_coding_systems_region): Likewise.

21 years ago(Vcharset_ordered_list): Extern it.
Kenichi Handa [Mon, 22 Jul 2002 06:36:50 +0000 (06:36 +0000)]
(Vcharset_ordered_list): Extern it.
(charset_ordered_list_tick): Extern it.
(EMACS_MULE_LEADING_CODE_PRIVATE_11,
EMACS_MULE_LEADING_CODE_PRIVATE_12,
EMACS_MULE_LEADING_CODE_PRIVATE_21,
EMACS_MULE_LEADING_CODE_PRIVATE_22): New macros
(Funify_charset): Adjusted for the change of Funify_charset.

21 years ago(charset_ordered_list_tick): New variable.
Kenichi Handa [Mon, 22 Jul 2002 06:35:00 +0000 (06:35 +0000)]
(charset_ordered_list_tick): New variable.
(Fdefine_charset_internal): Increment charset_ordered_list_tick.
(Funify_charset): New optional arg DEUNIFY.  If it is non-nil,
deunify intead of unify a charset.
(string_xstring_p): Add `const' to local variables.
(find_charsets_in_text): Add `const' to arguemnts and local
variables.
(encode_char): Adjusted for the change of Funify_charset.  Fix
detecting of invalid code.
(Fset_charset_priority): Increment charset_ordered_list_tick.

21 years ago(TRAILING_CODE_P): New macro.
Kenichi Handa [Mon, 22 Jul 2002 06:30:30 +0000 (06:30 +0000)]
(TRAILING_CODE_P): New macro.
(MAYBE_UNIFY_CHAR): Adjusted for the change of Funify_charset.
(string_char_with_unification): Fix prototype.
(Vscript_alist): Extern it.

21 years ago(print_object): Use octal form for printing the
Kenichi Handa [Mon, 22 Jul 2002 06:27:09 +0000 (06:27 +0000)]
(print_object): Use octal form for printing the
contents of a bool vector.

21 years ago(Fload) <!load_dangerous_libraries>: Don't leak fd.
Dave Love [Thu, 18 Jul 2002 16:30:48 +0000 (16:30 +0000)]
(Fload) <!load_dangerous_libraries>: Don't leak fd.
<version == 20>: Refuse to load.

21 years ago(fancy-splash-head): Warn about status.
Dave Love [Thu, 18 Jul 2002 11:09:38 +0000 (11:09 +0000)]
(fancy-splash-head): Warn about status.
(fancy-splash-tail): Copyright up-date.

21 years ago(detect-coding-with-priority): Fix the place of using `,' marker in
Kenichi Handa [Wed, 17 Jul 2002 11:33:09 +0000 (11:33 +0000)]
(detect-coding-with-priority): Fix the place of using `,' marker in
backguote form.

21 years ago*** empty log message ***
Kenichi Handa [Wed, 17 Jul 2002 11:32:51 +0000 (11:32 +0000)]
*** empty log message ***

21 years agoMove coding.h.
Dave Love [Wed, 17 Jul 2002 10:29:18 +0000 (10:29 +0000)]
Move coding.h.
(Qcodeset, Qdays, Qmonths): New.
(concat): Use CHARACTERP instead of INTERGERP.
(Flocale_codeset): Deleted.
(Flanginfo): New function.
(syms_of_fns): Changed accordingly.

21 years ago(adjust_coding_eol_type): Fix eol_type/eol_seen mixup.
Dave Love [Wed, 17 Jul 2002 10:21:01 +0000 (10:21 +0000)]
(adjust_coding_eol_type): Fix eol_type/eol_seen mixup.

21 years ago(print_string): Remove CHAR_VALID_P test.
Dave Love [Tue, 16 Jul 2002 22:30:36 +0000 (22:30 +0000)]
(print_string): Remove CHAR_VALID_P test.

21 years agoComments.
Dave Love [Tue, 16 Jul 2002 21:58:25 +0000 (21:58 +0000)]
Comments.

21 years ago*** empty log message ***
Dave Love [Tue, 16 Jul 2002 15:22:12 +0000 (15:22 +0000)]
*** empty log message ***

21 years agoInclude "...h", not <...h> in some cases.
Dave Love [Tue, 16 Jul 2002 15:14:22 +0000 (15:14 +0000)]
Include "...h", not <...h> in some cases.

21 years ago(fontset_ref, fontset_set, fs_load_font)
Dave Love [Tue, 16 Jul 2002 15:10:44 +0000 (15:10 +0000)]
(fontset_ref, fontset_set, fs_load_font)
(Ffontset_info): Convert Lisp types.

21 years ago(ENCODE_DESIGNATION, decode_eol)
Dave Love [Tue, 16 Jul 2002 15:10:13 +0000 (15:10 +0000)]
(ENCODE_DESIGNATION, decode_eol)
(make_conversion_work_buffer, code_conversion_restore)
(Fdefine_coding_system_internal): Convert Lisp types.
(code_conversion_restore): Use EQ, not ==.
(Fencode_coding_string): Fix code_convert_string call.

21 years ago(Fmap_charset_chars): Check args. Convert Lisp types.
Dave Love [Tue, 16 Jul 2002 15:08:53 +0000 (15:08 +0000)]
(Fmap_charset_chars): Check args.  Convert Lisp types.
(load_charset_map, Fdeclare_equiv_charset, Fencode_char)
(Fset_charset_priority, syms_of_charset): Convert Lisp types.

21 years ago(CHECK_CHARSET_GET_ID): Use XINT on AREF result.
Dave Love [Tue, 16 Jul 2002 15:00:58 +0000 (15:00 +0000)]
(CHECK_CHARSET_GET_ID): Use XINT on AREF result.

21 years ago(syms_of_character): Fix CHAR_TABLE_SET call.
Dave Love [Tue, 16 Jul 2002 14:59:03 +0000 (14:59 +0000)]
(syms_of_character): Fix CHAR_TABLE_SET call.

21 years ago(SYNTAX_ENTRY_INT): Don't use make_number.
Dave Love [Tue, 16 Jul 2002 14:58:26 +0000 (14:58 +0000)]
(SYNTAX_ENTRY_INT): Don't use make_number.

21 years ago(init_casetab_once, init_casetab_once): Fix
Dave Love [Tue, 16 Jul 2002 14:56:55 +0000 (14:56 +0000)]
(init_casetab_once, init_casetab_once): Fix
CHAR_TABLE_SET call.

21 years ago(Fmodify_category_entry): Fix CATEGORY_MEMBER call.
Dave Love [Tue, 16 Jul 2002 14:56:33 +0000 (14:56 +0000)]
(Fmodify_category_entry): Fix CATEGORY_MEMBER call.

21 years ago(note_mouse_movement): Fix call of window_from_coordinates.
Dave Love [Tue, 16 Jul 2002 14:35:32 +0000 (14:35 +0000)]
(note_mouse_movement): Fix call of window_from_coordinates.

21 years ago(code_convert_region): Fix prototype.
Dave Love [Tue, 16 Jul 2002 13:57:41 +0000 (13:57 +0000)]
(code_convert_region): Fix prototype.

21 years ago(display_mode_element): Fix call of Fset_text_properties.
Dave Love [Tue, 16 Jul 2002 13:57:00 +0000 (13:57 +0000)]
(display_mode_element): Fix call of Fset_text_properties.

21 years ago*** empty log message ***
Dave Love [Thu, 11 Jul 2002 23:16:17 +0000 (23:16 +0000)]
*** empty log message ***

21 years ago(Fset_coding_system_priority): Allow null arg list.
Dave Love [Thu, 11 Jul 2002 23:15:52 +0000 (23:15 +0000)]
(Fset_coding_system_priority): Allow null arg list.

21 years ago(set-coding-priority): Fix obsolete spec.
Dave Love [Thu, 11 Jul 2002 23:08:18 +0000 (23:08 +0000)]
(set-coding-priority): Fix obsolete spec.

21 years ago(mule-unicode-e000-ffff): Set
Dave Love [Thu, 11 Jul 2002 23:05:47 +0000 (23:05 +0000)]
(mule-unicode-e000-ffff): Set
:max-code.

21 years ago(with-coding-priority): Fix.
Dave Love [Thu, 11 Jul 2002 22:59:06 +0000 (22:59 +0000)]
(with-coding-priority): Fix.

21 years ago(mm-find-mime-charset-region): Fix :mime-charset
Dave Love [Tue, 9 Jul 2002 22:35:42 +0000 (22:35 +0000)]
(mm-find-mime-charset-region): Fix :mime-charset
part.

21 years agoComments.
Dave Love [Sat, 6 Jul 2002 16:47:15 +0000 (16:47 +0000)]
Comments.

21 years ago*** empty log message ***
Dave Love [Fri, 5 Jul 2002 22:18:13 +0000 (22:18 +0000)]
*** empty log message ***

21 years ago(leim-list-header): Add coding tag.
Dave Love [Fri, 5 Jul 2002 21:59:41 +0000 (21:59 +0000)]
(leim-list-header): Add coding tag.

21 years ago*** empty log message ***
Dave Love [Fri, 5 Jul 2002 18:41:43 +0000 (18:41 +0000)]
*** empty log message ***

21 years ago(find-coding-systems-region)
Dave Love [Thu, 4 Jul 2002 23:05:18 +0000 (23:05 +0000)]
(find-coding-systems-region)
(language-info-alist, reset-language-environment, princ-list): Doc
fix.
(input-method-verbose-flag): Fix :type.
(set-locale-environment): Revert last change.

21 years ago*** empty log message ***
Dave Love [Wed, 3 Jul 2002 22:47:08 +0000 (22:47 +0000)]
*** empty log message ***

21 years agoComment.
Dave Love [Wed, 3 Jul 2002 22:47:00 +0000 (22:47 +0000)]
Comment.

21 years ago(set-char-table-default): Make obsolete.
Dave Love [Wed, 3 Jul 2002 22:37:38 +0000 (22:37 +0000)]
(set-char-table-default): Make obsolete.

21 years ago(Fminibuffer_complete_word): Remove unused var.
Dave Love [Wed, 3 Jul 2002 22:23:44 +0000 (22:23 +0000)]
(Fminibuffer_complete_word): Remove unused var.
(Fself_insert_and_exit): Use CHARACTERP.

21 years ago(Fcall_process): Remove unused vars.
Dave Love [Wed, 3 Jul 2002 22:20:52 +0000 (22:20 +0000)]
(Fcall_process): Remove unused vars.

21 years ago(XTread_socket): Add extra dead keysyms.
Dave Love [Wed, 3 Jul 2002 22:17:37 +0000 (22:17 +0000)]
(XTread_socket): Add extra dead keysyms.

21 years ago(decode_mode_spec_coding): Use CHARACTERP.
Dave Love [Wed, 3 Jul 2002 22:14:32 +0000 (22:14 +0000)]
(decode_mode_spec_coding): Use CHARACTERP.

21 years agoRemove prototypes for redraw_frame,
Dave Love [Wed, 3 Jul 2002 22:09:46 +0000 (22:09 +0000)]
Remove prototypes for redraw_frame,
redraw_garbaged_frames.

21 years agoCopyright up-date.
Dave Love [Wed, 3 Jul 2002 22:07:58 +0000 (22:07 +0000)]
Copyright up-date.

21 years ago(Fself_insert_command): Use CHARACTERP.
Dave Love [Wed, 3 Jul 2002 22:05:12 +0000 (22:05 +0000)]
(Fself_insert_command): Use CHARACTERP.

21 years ago(make_sub_char_table): Remove unused var.
Dave Love [Wed, 3 Jul 2002 22:03:46 +0000 (22:03 +0000)]
(make_sub_char_table): Remove unused var.
(Fset_char_table_default, Fmap_char_table): Doc fix.