aboutsummaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
* (nonascii_insert_offset): New variable.Richard M. Stallman1997-05-161-4/+28
* (display_text_line): Move the code to fill out the lineRichard M. Stallman1997-05-161-11/+35
* (mallopt): Declare, if appropriate.Richard M. Stallman1997-05-161-0/+9
* (charset.o): Add disptab.h in dependency list.Kenichi Handa1997-05-161-1/+1
* Include disptab.h.Kenichi Handa1997-05-161-0/+1
* (Fx_create_frame): Delete unnecessary code.Kenichi Handa1997-05-161-11/+0
* Name change through the code:Kenichi Handa1997-05-163-71/+73
* (non_ascii_char_to_string): Signal error if theKenichi Handa1997-05-161-5/+9
* (VALID_CHAR_P): New macro.Kenichi Handa1997-05-161-1/+11
* Declare Fcopy_keymap as Lisp_Object in advance toKenichi Handa1997-05-161-0/+1
* (BYTES_USED): Put # at the beginning of line.Kenichi Handa1997-05-161-5/+5
* Declare set_internal as Lisp_Object in advance to avoidKenichi Handa1997-05-161-0/+2
* Declare Fuser_full_name as Lisp_Object in advance toKenichi Handa1997-05-161-0/+2
* (struct ccl_prog_stack): Declear the member ccl_prog asKenichi Handa1997-05-161-1/+1
* (fontset_pattern_regexp): Cast to (char *) beforeKenichi Handa1997-05-161-1/+1
* (copy_sub_char_table): Declare the argument ARG asKenichi Handa1997-05-161-0/+50
* (dumpglyphs): Draw glyphs one by one if the font forKenichi Handa1997-05-161-5/+5
* (Finsert_file_contents): Use xrealloc too.Richard M. Stallman1997-05-151-1/+1
* (Finsert_file_contents): Use xmalloc. not malloc.Richard M. Stallman1997-05-151-3/+3
* (Fcopy_sequence): Correctly copy the char-table contents.Richard M. Stallman1997-05-151-1/+1
* (strwidth, Fchar_width): Handle display table.Richard M. Stallman1997-05-151-25/+46
* Include charset.h.Karl Heuer1997-05-151-16/+91
* (compute_trt_identity, compute_trt_shuffle): Add comments.Karl Heuer1997-05-151-0/+15
* (compute_trt_identity): Use make_sub_char_table.Richard M. Stallman1997-05-151-11/+11
* (Fcall_interactively): Pass extra arg to Fread_string.Richard M. Stallman1997-05-151-2/+3
* (Fread_from_minibuffer): Add gcpro.Richard M. Stallman1997-05-151-1/+5
* Include charset.h.Karl Heuer1997-05-151-28/+83
* (describe_vector): Identify charset row numbers clearly.Richard M. Stallman1997-05-141-7/+9
* (map_char_table): New arg SUBTABLE. Callers changed.Richard M. Stallman1997-05-131-11/+14
* (get_keyelt): Handle an indirect entry with meta char.Richard M. Stallman1997-05-131-241/+429
* (describe_category_1): Pass new args to describe_vector.Richard M. Stallman1997-05-131-2/+4
* (describe_syntax_1): Pass new args to describe_vector.Richard M. Stallman1997-05-131-2/+3
* (wrong_type_argument): Pass new arg to Fstring_to_number.Richard M. Stallman1997-05-121-14/+61
* (Fx_create_frame): Get X resources from the displayRichard M. Stallman1997-05-121-22/+94
* (command_loop_1): Use an int for last_command_char.Richard M. Stallman1997-05-101-1/+1
* (Fread_command): New optional arg DEFAULT-VALUE. Callers changed.Richard M. Stallman1997-05-101-57/+80
* (Fcall_interactively): Pass new arg toRichard M. Stallman1997-05-101-4/+6
* (Fbury_buffer): If buffer is in selected window, remove it.Richard M. Stallman1997-05-101-3/+7
* (Vfontset_alias_alist): New variable.Kenichi Handa1997-05-101-36/+35
* (Fcall_process_region): Supply 7th new argKenichi Handa1997-05-101-1/+1
* (Fccl_execute_on_string): Add 4th optional argKenichi Handa1997-05-101-5/+8
* (unify_char): New function.Kenichi Handa1997-05-101-14/+68
* (unify_char): Extern it.Kenichi Handa1997-05-101-0/+2
* (Valternate_charset_table): The valiable deleted.Kenichi Handa1997-05-101-95/+152
* (CODING_SPEC_ISO_PLANE_CHARSET): Return -1 if noKenichi Handa1997-05-101-3/+8
* (Fwrite_region): Add 7th optional argKenichi Handa1997-05-101-56/+60
* (Fx_create_frame): Delete code for handling the XKenichi Handa1997-05-101-7/+17
* (selection_data_to_lisp_data): If TYPE is `STRING'Kenichi Handa1997-05-101-6/+23
* (dumpglyphs): Even if font (not fontset) is used,Kenichi Handa1997-05-101-14/+25
* (Fexecute_extended_command): Pass new arg to Fcompleting_read.Richard M. Stallman1997-05-101-1/+1