aboutsummaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
* (main): In the case of --unibyte, instead of aborting onKenichi Handa2002-08-191-6/+9
* (main): In the case of --unibyte, instead of aborting on findingKenichi Handa2002-08-191-3/+7
* *** 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
* (x_produce_glyphs): Use ASCII_CHAR_P, notKenichi Handa2002-08-151-14/+6
* (charset_unibyte): Renamed from charset_primary.Kenichi Handa2002-08-151-11/+11
* (charset_unibyte): Extern it instead ofKenichi Handa2002-08-151-1/+1
* (unibyte_char_to_multibyte): Refer toKenichi Handa2002-08-151-7/+6
* (fontset_add): Make the type `int'.Kenichi Handa2002-08-151-2/+18
* *** 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
* (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
* (fs_load_font): If fontp->charset is not negative,Kenichi Handa2002-08-012-12/+28
* (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.Dave Love2002-07-311-15/+0
* (NO_SIOCTL_H): Don't define.Dave Love2002-07-311-10/+5
* (HAVE_ALLOCA): Delete.Dave Love2002-07-311-8/+0
* (syms_of_charset): Fix previous change.Kenichi Handa2002-07-311-1/+1
* *** empty log message ***Kenichi Handa2002-07-311-0/+38
* (Fstring_to_multibyte): New function.Kenichi Handa2002-07-311-0/+35
* (setup_echo_area_for_printing, set_message_1): AdjustedKenichi Handa2002-07-311-2/+2
* (Fset_buffer_multibyte): Prototype adjusted.Kenichi Handa2002-07-311-1/+1
* * coding.c (make_conversion_work_buffer): Adjusted for the changeKenichi Handa2002-07-311-5/+7
* (charset_8_bit): Extern it.Kenichi Handa2002-07-311-1/+1
* (charset_eight_bit, Qeight_bit_control): NewKenichi Handa2002-07-311-87/+88
* (Funibyte_char_to_multibyte): If C can't be decodedKenichi Handa2002-07-311-8/+3
* (CHAR_TO_BYTE8): If C is not eight-bit char, callKenichi Handa2002-07-311-5/+8
* (Fcall_process): Don't call insert_1_both directly ifKenichi Handa2002-07-311-1/+2
* (Qas, Qmake, Qto): New variables.Kenichi Handa2002-07-311-11/+65
* *** empty log message ***Dave Love2002-07-301-0/+41
* (x_put_x_image): Declare args.Dave Love2002-07-301-0/+1
* (font_name_registry, choose_face_font): Delete unusedDave Love2002-07-301-5/+1
* (message2_nolog, set_message): Declare an arg.Dave Love2002-07-301-2/+2
* (tparam): Declare an arg. Use P_ to declare tparm.Dave Love2002-07-301-2/+2
* Comment fixDave Love2002-07-302-2/+2
* (scan_sexps_forward): Declare an arg.Dave Love2002-07-301-0/+1
* (calculate_scrolling, calculate_direct_scrolling):Dave Love2002-07-301-0/+2
* (Fnew_fontset): Declare.Dave Love2002-07-301-2/+2
* (push_key_description): Call CHARACTERP correctly.Dave Love2002-07-301-1/+1
* (fontset_add): Declare args. Call make_numberDave Love2002-07-301-15/+11