aboutsummaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
* (Fcopy_sequence): Delete unused variable.Karl Heuer1997-04-031-7/+6
* Fix comment typo.Karl Heuer1997-04-031-1/+1
* (CHAR_TABLE_REF): Fix syntax error.Karl Heuer1997-04-031-7/+3
* [!__GNUC__] (CATEGORY_SET): Fix syntax error.Karl Heuer1997-04-031-1/+1
* (Fcopy_file): Fix error message.Richard M. Stallman1997-04-021-1/+1
* (Finsert_file_contents): Handle non-regular files.Richard M. Stallman1997-04-021-19/+47
* (Finsert_file_contents): When handling REPLACE,Richard M. Stallman1997-04-021-55/+77
* (skip_chars): Make `c' an unsigned int.Richard M. Stallman1997-04-021-1/+1
* (change_frame_size_1): Call Fset_window_buffer,Richard M. Stallman1997-04-021-0/+4
* (Qwindow_configuration_change_hook): New variable.Richard M. Stallman1997-04-021-7/+48
* (Fuser_variable_p): If not a symbol, return nil.Richard M. Stallman1997-04-011-0/+3
* (Finsert_file_contents): Determine the character codingRichard M. Stallman1997-04-011-35/+198
* (Fcopy_file): Use Qfile_date_error if can't set file date.Richard M. Stallman1997-04-011-2/+12
* (Faccessible_keymaps): When metizing, convert aRichard M. Stallman1997-03-301-3/+8
* (Fopen_network_stream): Use same socket for in and out.Richard M. Stallman1997-03-251-3/+1
* (Fbury_buffer): add missing semiErik Naggum1997-03-231-1/+1
* (frames_bury_buffer): New function.Richard M. Stallman1997-03-231-0/+16
* (Fbury_buffer): Call frames_bury_buffer.Richard M. Stallman1997-03-231-0/+2
* (XTread_socket): Accept XK_ISO_* keys.Richard M. Stallman1997-03-221-1/+1
* (make_lispy_event): Use iso_lispy_function_keys forRichard M. Stallman1997-03-221-12/+42
* (XTread_socket): Handle ISO_Left_Tab.Richard M. Stallman1997-03-221-0/+3
* (Fset_window_buffer): Increment display_count if it is an integer.Richard M. Stallman1997-03-221-0/+3
* (Freplace_match): Give error ifRichard M. Stallman1997-03-221-2/+8
* (wait_reading_process_input): If wait_for_cell,Richard M. Stallman1997-03-221-1/+10
* (print): Generate a backslash in \2e10.Richard M. Stallman1997-03-221-1/+3
* (struct frame): New field buffer_list.Richard M. Stallman1997-03-221-1/+4
* (frame_buffer_list, set_frame_buffer_list): New functions.Richard M. Stallman1997-03-221-1/+46
* Change copyright year.Richard M. Stallman1997-03-221-1/+1
* (struct buffer): New field display_count.Richard M. Stallman1997-03-221-0/+3
* (reset_buffer): Initialize display_count slot.Richard M. Stallman1997-03-221-6/+54
* (mark_object): Mark the buffer_list field.Richard M. Stallman1997-03-221-0/+1
* (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