aboutsummaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Collapse)AuthorAgeFilesLines
* *** empty log message ***Kenichi Handa2002-08-211-0/+6
|
* (base64_decode_1): Insert eight-bit chars correctly.Kenichi Handa2002-08-211-6/+6
|
* (BYTE8_STRING): New macro.Kenichi Handa2002-08-211-0/+9
|
* *** empty log message ***Kenichi Handa2002-08-201-0/+2
|
* (Finsert_byte): New function.Kenichi Handa2002-08-201-0/+24
| | | | (syms_of_editfns): Defsubr it.
* *** empty log message ***Kenichi Handa2002-08-201-5/+20
|
* (set_canon, set_identity, shuffle): Simplified.Kenichi Handa2002-08-201-31/+16
|
* (get_next_display_element): Don't display unibyte 8-bitKenichi Handa2002-08-201-2/+2
| | | | characters by octal form.
* (syms_of_character): Setup Vprintable_chars.Kenichi Handa2002-08-201-0/+5
|
* (Freplace_match): Fix previous change.Kenichi Handa2002-08-201-0/+1
|
* (Freplace_match): Fix for the unibyte case.Kenichi Handa2002-08-201-2/+12
|
* (read_key_sequence): Use ~CHAR_MODIFIER_MASK insteadKenichi Handa2002-08-201-5/+4
| | | | of direct code 0x3ffff.
* (Fchar_equal): Fix for the unibyte case.Kenichi Handa2002-08-201-2/+14
|
* (Fexpand_abbrev): Fix for the multibyte case.Kenichi Handa2002-08-201-7/+20
|
* *** empty log message ***Kenichi Handa2002-08-201-0/+16
|
* (_fetch_multibyte_char_len): This variable deleted.Kenichi Handa2002-08-201-2/+1
|
* (_fetch_multibyte_char_len): Extern deleted.Kenichi Handa2002-08-201-8/+12
| | | | | | (FETCH_MULTIBYTE_CHAR): Don't use _fetch_multibyte_char_len. (BUF_FETCH_MULTIBYTE_CHAR): Likewise. (FETCH_CHAR_AS_MULTIBYTE): New macro.
* (MAKE_CHAR_UNIBYTE, MAKE_CHAR_MULTIBYTE): New macros.Kenichi Handa2002-08-201-0/+16
|
* (casify_object): Simplified. Handle the case thatKenichi Handa2002-08-201-114/+83
| | | | | the case conversion change the byte length. (casify_region): Likewise
* *** empty log message ***Kenichi Handa2002-08-191-0/+2
|
* (safe_to_load_p): Fix the logic.Kenichi Handa2002-08-191-2/+2
|
* (scan_words): Don't treat characters belonging toKenichi Handa2002-08-192-28/+45
| | | | different scripts constituting a work.
* (Fformat): Use ASCII_CHAR_P, not SINGLE_BYTE_CHAR_P.Kenichi Handa2002-08-191-1/+1
|
* (Fset_fontset_font): Treate `ascii' as charset, not script.Kenichi Handa2002-08-192-7/+10
|
* *** empty log message ***Kenichi Handa2002-08-191-0/+10
|
* (main): In the case of --unibyte, instead of aborting onKenichi Handa2002-08-191-6/+9
| | | | finding non-empty buffer, make it unibyte.
* (main): In the case of --unibyte, instead of aborting on findingKenichi Handa2002-08-191-3/+7
| | | | non-empty buffer, make it unibyte.
* *** empty log message ***Dave Love2002-08-181-7/+13
|
* (Funibyte_char_to_multibyte): Doc fix.Dave Love2002-08-181-1/+1
|
* Fix last change.Dave Love2002-08-181-3/+3
|
* *** empty log message ***Kenichi Handa2002-08-152-1/+26
|
* (nonascii_insert_offset, Vnonascii_translation_table):Kenichi Handa2002-08-151-2/+0
| | | | Extern deleted.
* (x_produce_glyphs): Use ASCII_CHAR_P, notKenichi Handa2002-08-151-14/+6
| | | | | SINGLE_BYTE_CHAR_P. Fix the logic of handling non-ASCII char when it->multibyte_p is zero.
* (charset_unibyte): Renamed from charset_primary.Kenichi Handa2002-08-151-11/+11
| | | | | | (Funibyte_charset): Renamed from Fprimary_charset. (Fset_unibyte_charset): Renamed from Fset_primary_charset. (syms_of_charset): Adjusted for the above changes.
* (charset_unibyte): Extern it instead ofKenichi Handa2002-08-151-1/+1
| | | | charset_primary.
* (unibyte_char_to_multibyte): Refer toKenichi Handa2002-08-151-7/+6
| | | | | | charset_unibyte, not charset_primary. (multibyte_char_to_unibyte): Likewise. (Funibyte_char_to_multibyte): Likewise.
* (fontset_add): Make the type `int'.Kenichi Handa2002-08-151-2/+18
| | | | (fontset_id_valid_p): Define it if FONTSET_DEBUG is defined.
* *** empty log message ***Kenichi Handa2002-08-151-3/+1
|
* *** empty log message ***Kenichi Handa2002-08-081-0/+5
|
* (Fdefine_coding_system_internal): Fix category settingKenichi Handa2002-08-081-2/+1
| | | | for a coding system of type iso-2022.
* (FS_LOAD_FONT): Call fs_load_font with the arg CHARSET -1.Kenichi Handa2002-08-012-1/+6
|
* *** empty log message ***Kenichi Handa2002-08-011-0/+5
|
* (Vnext_word_boundary_function_table): New variable.Kenichi Handa2002-08-011-25/+70
| | | | | | (syms_of_syntax): Declare it as a Lisp variable. (scan_words): Call functions in Vnext_word_boundary_function_table if any.
* (fs_load_font): If fontp->charset is not negative,Kenichi Handa2002-08-012-12/+28
| | | | return fontp without setting its members.
* (x_load_font): Initialize fontp->fontset to -1.Kenichi Handa2002-08-011-0/+1
|
* *** empty log message ***Dave Love2002-07-311-0/+17
|
* Generated with autoheader.Dave Love2002-07-311-306/+655
|
* Change logic (instead of fixing typo).Dave Love2002-07-311-9/+8
|
* Don't include strings.h.Dave Love2002-07-311-12/+0
| | | | (bcopy, bzero, bcmp): Don't undef.
* (bcopy, bzero, bcmp): Don't undef.Dave Love2002-07-311-15/+0
|