summaryrefslogtreecommitdiff
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
* (Finsert_char): Check QUIT.Richard M. Stallman1997-06-091-0/+1
|
* (fast_c_string_match_ignore_case):Richard M. Stallman1997-06-091-1/+2
| | | | Renamed from fast_string_match_ignore_case. Set re_match_object.
* (list_fontsets, fs_load_font): fast_c_string_match_ignore_case renamed.Richard M. Stallman1997-06-091-5/+5
|
* (x_list_fonts): fast_c_string_match_ignore_case renamed.Richard M. Stallman1997-06-091-2/+2
|
* (dumpglyph): Shift baseline for such a font that isKenichi Handa1997-06-091-14/+32
| | | | | | shorter but ascent or descent exceed the line height. For a larger font, draw a small hook at right-bottom edge instead of a rectangle.
* (selection_data_to_lisp_data): Change coding systemKenichi Handa1997-06-091-2/+2
| | | | | name to iso-latin-1. (lisp_data_to_selection_data): Likewise.
* (Faset): Inherit default value correctly while creatingKenichi Handa1997-06-091-2/+5
| | | | sub char table.
* (Fwrite_region): Cancel the 7th argument CODING_SYSTEMKenichi Handa1997-06-091-16/+6
| | | | | added by the previous change. (auto_save_1): Adjusted for the above change.
* (decode_mode_spec): Access the value ofKenichi Handa1997-06-091-3/+2
| | | | buffer-file-coding-system by b->buffer_file_coding_system.
* (Fstart_process):Pay attention toKenichi Handa1997-06-091-2/+12
| | | | | Vdefault_process_coding_system. (Fopen_network_stream): Likewise.
* (Fcall_process): Pay attention toKenichi Handa1997-06-091-4/+13
| | | | | Vdefault_process_coding_system. (Fcall_process_region): Likewise.
* (Vdefault_process_coding_system): Extern it.Kenichi Handa1997-06-091-1/+2
|
* (Vcoding_system_alist): Deleted.Kenichi Handa1997-06-091-38/+88
| | | | | | | | | | (Qcoding_system_spec): Renamed from Qcoding_system_vector. (Vdefault_process_coding_system, Vfile_coding_system_alist, Vprocess_coding_system_alist, Vnetwork_coding_system_alist): New variables. (Ffind_coding_system): Adjusted for the above change. (syms_of_coding): Declare them as lisp variables. (Fcheck_coding_system): Pass list as DATA argument to Fsignal.
* (struct buffer): New member buffer_file_coding_system.Kenichi Handa1997-06-091-0/+4
|
* (init_buffer_once): Inititialize the memberKenichi Handa1997-06-091-1/+20
| | | | | | buffer_file_coding_system. (syms_of_buffer): Declare Lisp variables default-buffer-file-coding-system and buffer-file-coding-system.
* (Fcopy_keymap): After copying a sub-char-table, do store the copy.Richard M. Stallman1997-06-041-0/+2
|
* (stamp-oldxmenu): Always define this one way or another.Richard M. Stallman1997-06-041-1/+6
|
* (casify_object): Fix bug on handling a characterKenichi Handa1997-06-041-3/+7
| | | | arguement.
* (find_interval): No longer inline.Richard M. Stallman1997-06-021-1/+1
|
* (Freplace_match): If opoint is 0, that's relative to ZV.Richard M. Stallman1997-06-021-1/+1
|
* (NO_SHARED_LIBS): Test __alpha__ && ! __ELF__.Richard M. Stallman1997-06-021-1/+1
|
* (syms_of_keyboard): Doc fix.Richard M. Stallman1997-06-021-2/+4
|
* (VALMASK, GCTYPEMASK, MARKBIT, ARRAY_MARK_FLAG)Richard M. Stallman1997-06-021-5/+2
| | | | | (PSEUDOVECTOR_FLAG, enum pvec_type, PSEUDOVECTOR_SIZE_MASK): Define regardless of NO_UNION_TYPE.
* (Fx_create_frame): Use XINT to access parent.Richard M. Stallman1997-06-021-1/+1
|
* (Fsyntax_table_p, check_syntax_table): Use EQ.Richard M. Stallman1997-06-021-6/+6
| | | | | (Fmodify_syntax_entry): Use XINT to access c. (describe_syntax): Use XINT to access first.
* (search_buffer): Use XINT around refs to trt.Richard M. Stallman1997-06-021-5/+5
|
* (concat3, get_truename_buffer): Declare them.Richard M. Stallman1997-06-021-2/+3
|
* (read_key_sequence): Change some locals to `int'.Richard M. Stallman1997-06-021-4/+4
|
* (compute_motion): Use XFASTINT on width_table elts.Richard M. Stallman1997-06-021-2/+2
|
* (map_char_table): Use XSETFASTINT.Richard M. Stallman1997-06-021-1/+1
|
* (Fwrite_region, build_annotations):Richard M. Stallman1997-06-021-6/+6
| | | | Set start and end using XFASTINT.
* (Fcompare_buffer_substrings): trt contains Lisp_Objects.Richard M. Stallman1997-06-021-3/+3
| | | | (transpose_markers): Use marker_position, not Fmarker_position.
* (Fmove_overlay): Clean up setting o_beg and o_end.Richard M. Stallman1997-06-021-8/+4
|
* (Fmake_byte_code): Set val from p, not from val.Richard M. Stallman1997-06-021-2/+2
| | | | (make_event_array): Convert nargs to Lisp_Object.
* [__NetBSD__]: Don't include filehdr.h, aouthdr.hRichard M. Stallman1997-06-021-0/+37
| | | | scnhdr.h or syms.h. Add many other conditionalized definitions.
* [__alpha__] (NO_SHARED_LIBS): Defined.Richard M. Stallman1997-06-021-0/+4
|
* [__NetBSD__]: Include stdlib.h, not alloca.h.Richard M. Stallman1997-06-021-0/+8
| | | | (ORDINARY_LINK): Defined (if __NetBSD__).
* Initial revisionRichard M. Stallman1997-06-011-0/+134
|
* (signal): Define only if not NO_DGUX_SIGNAL_REDEF.Richard M. Stallman1997-06-011-0/+2
|
* (init_baud_rate): Use INIT_BAUD_RATE if it's defined.Richard M. Stallman1997-06-011-6/+4
| | | | (sys_signal): Lose DGUX special case.
* (init_lread): Sometimes add to load-pathRichard M. Stallman1997-06-011-0/+26
| | | | the lisp and site-lisp dirs under the source directory.
* Include frame.h unconditionally.Richard M. Stallman1997-06-011-36/+40
| | | | | | | (Fframe_face_alist, Fset_frame_face_alist): Define unconditionally. (Finternal_next_face_id, next_face_id): Likewise. (syms_of_xfaces): Define unconditionally, but conditionalize some of the contents.
* (Freplace_match): Fix previous change.Richard M. Stallman1997-05-311-2/+4
|
* (Fforward_comment): Handle unmatched two-character comment starters.Richard M. Stallman1997-05-311-0/+11
|
* (back_comment): Detect 2-char comment starts properly.Richard M. Stallman1997-05-311-9/+15
| | | | New arg COMSTYLE; callers changed.
* (move_if_not_intangible): Fix previous change.Richard M. Stallman1997-05-311-2/+2
|
* (Freplace_match): Use move_if_not_intangibleRichard M. Stallman1997-05-311-3/+21
| | | | | | | to handle intangible text better. (looking_at_1): Change using DOWNCASE_TABLE. (string_match_1): Likewise.
* (move_if_not_intangible): New function.Richard M. Stallman1997-05-311-0/+56
|
* (process_expose_from_menu, XTread_socket):Richard M. Stallman1997-05-311-1/+5
| | | | | Set has_been_visible field. (x_make_frame_visible): Don't do XMoveWindow unles has_been_visible.
* (struct x_output): New field has_been_visible.Richard M. Stallman1997-05-311-0/+3
|