aboutsummaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
* *** empty log message ***Kenichi Handa2003-05-201-0/+12
* (Fdefine_coding_system_internal): Fix for the case thatKenichi Handa2003-05-201-1/+16
* (BASE_FONTSET_P): Check FONTSET_BASE, notKenichi Handa2003-05-201-4/+30
* *** empty log message ***Kenichi Handa2003-05-062-1/+7
* (map_sub_char_table): New argument DEFAULT_VAL.Kenichi Handa2003-05-061-32/+56
* *** empty log message ***Kenichi Handa2003-05-061-0/+19
* (Qsignature, Qendian): Delete these variables.Kenichi Handa2003-05-061-35/+51
* *** empty log message ***Kenichi Handa2003-05-061-2/+9
* (coding_set_source): Fix for the case that the currentKenichi Handa2003-05-061-13/+8
* Fix last change.Dave Love2003-05-041-1/+1
* *** empty log message ***Dave Love2003-05-041-0/+14
* (read_emacs_mule_char) [len==2]: IndexDave Love2003-05-041-1/+1
* (Vface_font_rescale_alist): Renamed fromKenichi Handa2003-04-092-37/+61
* (Qutf_16_be_nosig, Qutf_16_be, Qutf_16_le_nosig)Kenichi Handa2003-03-281-10/+5
* *** empty log message ***Kenichi Handa2003-03-141-0/+6
* (Finsert_file_contents): On replacing, before decoding the file intoKenichi Handa2003-03-141-1/+5
* *** empty log message ***Dave Love2003-02-131-0/+4
* (Fcheck_coding_systems_region): Fix type errors.Dave Love2003-02-131-13/+13
* *** empty log message ***Dave Love2003-02-041-0/+5
* (XTread_socket): Check Lisp types for Vx_keysym_tableDave Love2003-02-041-5/+6
* (SKIP_GLYPHS): New macro.Kenichi Handa2003-01-312-3/+96
* (copy_category_entry): Fix for the case that RANGE is an integer.Kenichi Handa2003-01-311-2/+6
* (x_encode_char): Call ccl_driver with the last arg Qnil.Kenichi Handa2003-01-311-1/+1
* (w32_encode_char): Call ccl_driver with the last arg Qnil.Kenichi Handa2003-01-311-1/+1
* *** empty log message ***Kenichi Handa2003-01-301-0/+3
* (Fcharset_id_internal): New function.Kenichi Handa2003-01-301-0/+15
* (decode_coding_ccl, encode_coding_ccl): Call ccl_driverKenichi Handa2003-01-302-7/+40
* (enum define_coding_ccl_arg_index): Set the firstKenichi Handa2003-01-301-1/+1
* (ccl_driver): Prototype adjusted.Kenichi Handa2003-01-301-1/+2
* (CCL_DECODE_CHAR, CCL_ENCODE_CHAR): New macros.Kenichi Handa2003-01-301-22/+42
* (ENCODE_CHAR): If the method is SUBSET or SUPERSET, call encode_char.Kenichi Handa2003-01-112-1/+9
* (encode_char): Fix handling of methods SUBSET and SUPERSET.Kenichi Handa2003-01-111-4/+4
* *** empty log message ***Kenichi Handa2003-01-111-0/+4
* (x_new_fontset): Fix previous change.Kenichi Handa2003-01-111-1/+0
* (syms_of_composite): Make composition_hash_tableDave Love2003-01-102-11/+16
* *** empty log message ***Kenichi Handa2003-01-101-0/+52
* (x_new_fontset): Prototype adjusted.Kenichi Handa2003-01-101-1/+1
* (x_new_fontset): Change the arg FONTSETNAME to LispKenichi Handa2003-01-101-14/+5
* (x_set_font, x_create_tip_frame): Adjusted to the changeKenichi Handa2003-01-101-26/+37
* (check_face_attributes, generate_ascii_font_name)Kenichi Handa2003-01-101-3/+2
* (Qfontset): Don't extern it.Kenichi Handa2003-01-101-1/+1
* Give 8 extra slots to fontset objects.Kenichi Handa2003-01-101-75/+190
* (generate_ascii_font_name): Moved to fontset.c.Kenichi Handa2003-01-101-87/+99
* *** empty log message ***Dave Love2003-01-071-0/+11
* (skip_chars, skip_syntaxes): Fix type errors.Dave Love2003-01-071-3/+3
* (update_compositions): Fix type error.Dave Love2003-01-071-1/+2
* (Fapropos_internal): Don't gcpro apropos_predicate butDave Love2003-01-071-3/+2
* Fix some dependencies.Dave Love2003-01-071-11/+11
* (Fset_fontset_font): Fix indentation of docstring.Kenichi Handa2003-01-071-1/+1
* (x_new_font): Optimize for the case that the font isKenichi Handa2003-01-071-5/+13