aboutsummaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
* (xdisp.o): Add coding.h in dependency list.Kenichi Handa1997-05-191-1/+1
* Change the declaration o encodingKenichi Handa1997-05-191-1/+1
* (fs_load_font): Modified to cope with the above changeKenichi Handa1997-05-191-1/+1
* (struct font_info): Change the declaration o encodingKenichi Handa1997-05-191-1/+1
* (Ffind_charset_region): Change the declaration ofKenichi Handa1997-05-191-4/+4
* (struct iso2022_spec): Change the declaration ofKenichi Handa1997-05-191-1/+1
* (lisp_data_to_selection_data): charsets from `char' to `int.Kenichi Handa1997-05-191-2/+2
* (x_load_font): Set 4 instead of -1 in fontp->encoding[1]Kenichi Handa1997-05-191-7/+7
* (Fcall_interactively): Use num_input_events.Richard M. Stallman1997-05-191-2/+2
* (num_input_events, num_nonmacro_input_events):Richard M. Stallman1997-05-191-2/+2
* (num_nonmacro_input_events):Richard M. Stallman1997-05-191-13/+13
* (num_nonmacro_input_events):Richard M. Stallman1997-05-191-5/+5
* (Vtty_erase_char): Declared.Richard M. Stallman1997-05-191-1/+1
* (Vtty_erase_char): Variable definedRichard M. Stallman1997-05-191-0/+12
* (init_sys_modes): Initialize Vtty_erase_char ifRichard M. Stallman1997-05-191-1/+6
* (Ffile_attributes): Return inode number as a cons only if necessary.Richard M. Stallman1997-05-191-8/+8
* (strwidth): Fix previous change.Richard M. Stallman1997-05-181-1/+4
* (copy_keymap_1): Do nothing if ELT isn't a keymap.Richard M. Stallman1997-05-181-1/+2
* (make_terminal_frame): Don't add `Emacs' to frame name.Richard M. Stallman1997-05-171-9/+2
* (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