summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* (dumpglyphs): Set a clipping region when we draw glyphsKenichi Handa1997-03-191-111/+183
* (Valternative_fontname_alist): New variable.Kenichi Handa1997-03-191-1/+7
* (Valternative_fontname_alist): Extern it.Kenichi Handa1997-03-191-0/+1
* (insert_glyphs): Fix a bug which turns up whenKenichi Handa1997-03-191-1/+1
* Adjusted for the change of MAX_CHARSET.Kenichi Handa1997-03-185-16/+16
* (describe_vector): Adjusted for the change of CHAR_TABLE_ORDINARY_SLOTS.Kenichi Handa1997-03-181-13/+18
* (CHAR_TABLE_ORDINARY_SLOTS): Change to 384 (== 256 + 128).Kenichi Handa1997-03-181-4/+32
* Adjusted for the change of CHAR_TABLE_ORDINARY_SLOTS.Kenichi Handa1997-03-182-8/+8
* Adjusted for the change of MAX_CHARSET.Kenichi Handa1997-03-181-24/+23
* (MAX_CHARSET): Definition changed to the actualKenichi Handa1997-03-181-5/+8
* (Faref, Faset): Adjusted for the change of CHAR_TABLE_ORDINARY_SLOTS.Kenichi Handa1997-03-181-12/+10
* (GLYPH_FOLLOW_ALIASES): Assure that the resulting GKenichi Handa1997-03-181-4/+8
* (map_char_table): Handle multibyte characters.Kenichi Handa1997-03-181-8/+21
* (SET_RAW_SYNTAX_ENTRY, SYNTAX_ENTRY): Adjusted for the change ofKenichi Handa1997-03-181-2/+2
* (encode_terminal_code): Check validity of character code.Kenichi Handa1997-03-181-4/+9
* (copy_part_of_rope): Declare glyph as type GLYPH. For aKenichi Handa1997-03-181-14/+29
* (x_list_fonts): Comment about cached font list added.Kenichi Handa1997-03-181-1/+6
* Fix typo in comment.Karl Heuer1997-03-171-1/+1
* Fix typos in comment.Karl Heuer1997-03-171-2/+2
* (change_window_height): Handle shrink as well as enlarge.Karl Heuer1997-03-141-1/+1
* (FAST_MAKE_GLYPH): Don't cast CHAR arg; character codesKarl Heuer1997-03-101-2/+1
* (decode_eol): Fix bug of converting CRLF to LF.Kenichi Handa1997-03-051-1/+1
* (compute_motion): When POS >= TO, don't callKenichi Handa1997-03-051-14/+20
* (CATEGORY_SET): Cast arg C toKenichi Handa1997-03-031-5/+7
* [__GLIBC__ >= 2]: Don't declare __getpagesize.Karl Heuer1997-03-011-0/+4
* Initial revisionKarl Heuer1997-03-011-0/+1638
* (SET_RAW_SYNTAX_ENTRY, SYNTAX_ENTRY): Cast arg C toKenichi Handa1997-02-281-8/+10
* (init_syntax_once): Add trick to avoid compiler warningKenichi Handa1997-02-281-3/+9
* (Fload): Call Vload_source_file_function with 4 args.Erik Naggum1997-02-271-1/+1
* (init_buffer_once): Make memberKenichi Handa1997-02-271-2/+9
* (CATEGORY_SET): For a composite character, returnKenichi Handa1997-02-271-10/+13
* (Fregister_ccl_program): Escape newlines in docstring.Kenichi Handa1997-02-271-2/+2
* (Fcmpchar_cmp_rule): Escape newlines in docstring.Kenichi Handa1997-02-271-8/+8
* (INC_POS, DEC_POS): Don't increase or decrease tooKenichi Handa1997-02-271-6/+9
* (create_process, Fopen_network_stream): Typo in indexesKenichi Handa1997-02-271-167/+254
* (struct iso2022_spec): Member requested_designation isKenichi Handa1997-02-271-4/+14
* (Faref, Faset): Handle a composite char correctly in char-table.Kenichi Handa1997-02-271-8/+8
* (DISP_CHAR_VECTOR): Allow bare 8-bit in display-table.Kenichi Handa1997-02-271-1/+2
* Escape newlines in docstring.Kenichi Handa1997-02-271-1/+1
* (Finsert_file_contents, Fwrite_region): Do not performKenichi Handa1997-02-271-2/+4
* (Vuse_default_ascent): Extern.Kenichi Handa1997-02-271-0/+5
* (syms_of_fontset): Intern Qfontset. Declare new lispKenichi Handa1997-02-271-11/+25
* (describe_vector): Do not descibe deeper char-table ifKenichi Handa1997-02-271-1/+3
* (Fstart_process, Fopen_network_stream): Do not performKenichi Handa1997-02-271-76/+104
* (describe_syntax): Handle the case that the argumentKenichi Handa1997-02-271-0/+6
* `ospeed' should be short if not HAVE_TERMIIO_H.Kenichi Handa1997-02-271-1/+1
* (try_window_id): Display blank lines from the nextKenichi Handa1997-02-271-5/+12
* (syms_of_xfns): Documentation ofKenichi Handa1997-02-271-1/+1
* (lisp_data_to_selection_data, selection_data_to_lisp_data):Kenichi Handa1997-02-271-2/+2
* (struct x_display_info): New member Xatom_MULE_DEFAULT_ASCENT.Kenichi Handa1997-02-271-2/+3