1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-01-19 01:10:57 -08:00
Commit graph

7558 commits

Author SHA1 Message Date
Erik Naggum
8b68aae754 (Fwrite_region): Fix previous doc change. 1997-06-10 11:58:57 +00:00
Richard M. Stallman
54e42e2dbd (Finsert_char): Check QUIT. 1997-06-09 18:21:52 +00:00
Richard M. Stallman
b4577c63a7 (fast_c_string_match_ignore_case):
Renamed from fast_string_match_ignore_case.  Set re_match_object.
1997-06-09 18:01:02 +00:00
Richard M. Stallman
dacc955ce6 (list_fontsets, fs_load_font): fast_c_string_match_ignore_case renamed. 1997-06-09 18:00:36 +00:00
Richard M. Stallman
f39db7eaf4 (x_list_fonts): fast_c_string_match_ignore_case renamed. 1997-06-09 17:58:49 +00:00
Kenichi Handa
97210f4e3f (dumpglyph): Shift baseline for such a font that is
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.
1997-06-09 13:00:24 +00:00
Kenichi Handa
569e0c76bd (selection_data_to_lisp_data): Change coding system
name to iso-latin-1.
(lisp_data_to_selection_data): Likewise.
1997-06-09 13:00:16 +00:00
Kenichi Handa
c8823c61e4 (Faset): Inherit default value correctly while creating
sub char table.
1997-06-09 13:00:07 +00:00
Kenichi Handa
115af12793 (Fwrite_region): Cancel the 7th argument CODING_SYSTEM
added by the previous change.
(auto_save_1): Adjusted for the above change.
1997-06-09 12:59:52 +00:00
Kenichi Handa
2e0a2a9cfd (decode_mode_spec): Access the value of
buffer-file-coding-system by b->buffer_file_coding_system.
1997-06-09 12:59:38 +00:00
Kenichi Handa
83502605be (Fstart_process):Pay attention to
Vdefault_process_coding_system.
(Fopen_network_stream): Likewise.
1997-06-09 12:59:28 +00:00
Kenichi Handa
776b95cb48 (Fcall_process): Pay attention to
Vdefault_process_coding_system.
(Fcall_process_region): Likewise.
1997-06-09 12:59:22 +00:00
Kenichi Handa
a5825a24c3 (Vdefault_process_coding_system): Extern it. 1997-06-09 12:59:20 +00:00
Kenichi Handa
02ba47237b (Vcoding_system_alist): Deleted.
(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.
1997-06-09 12:59:12 +00:00
Kenichi Handa
c204d14f43 (struct buffer): New member buffer_file_coding_system. 1997-06-09 12:59:11 +00:00
Kenichi Handa
c71b5d9b49 (init_buffer_once): Inititialize the member
buffer_file_coding_system.
(syms_of_buffer): Declare Lisp variables
default-buffer-file-coding-system and buffer-file-coding-system.
1997-06-09 12:58:58 +00:00
Richard M. Stallman
7cc0629653 (Fcopy_keymap): After copying a sub-char-table, do store the copy. 1997-06-04 21:21:53 +00:00
Richard M. Stallman
4e7c142c7f (stamp-oldxmenu): Always define this one way or another. 1997-06-04 19:45:17 +00:00
Kenichi Handa
5dd4d40aaf (casify_object): Fix bug on handling a character
arguement.
1997-06-04 00:56:08 +00:00
Richard M. Stallman
1863bbf894 (find_interval): No longer inline. 1997-06-02 18:30:21 +00:00
Richard M. Stallman
8d808a65ec (Freplace_match): If opoint is 0, that's relative to ZV. 1997-06-02 18:30:09 +00:00
Richard M. Stallman
ea224d5b33 (NO_SHARED_LIBS): Test __alpha__ && ! __ELF__. 1997-06-02 06:34:28 +00:00
Richard M. Stallman
779b34dfaa (syms_of_keyboard): Doc fix. 1997-06-02 05:05:47 +00:00
Richard M. Stallman
1c5ca8b608 (VALMASK, GCTYPEMASK, MARKBIT, ARRAY_MARK_FLAG)
(PSEUDOVECTOR_FLAG, enum pvec_type, PSEUDOVECTOR_SIZE_MASK):
Define regardless of NO_UNION_TYPE.
1997-06-02 02:34:00 +00:00
Richard M. Stallman
e8d0501f72 (Fx_create_frame): Use XINT to access parent. 1997-06-02 02:25:15 +00:00
Richard M. Stallman
e704cb4bc6 (Fsyntax_table_p, check_syntax_table): Use EQ.
(Fmodify_syntax_entry): Use XINT to access c.
(describe_syntax): Use XINT to access first.
1997-06-02 02:21:48 +00:00
Richard M. Stallman
2fd7a4a4e2 (search_buffer): Use XINT around refs to trt. 1997-06-02 02:19:29 +00:00
Richard M. Stallman
476d47ce09 (concat3, get_truename_buffer): Declare them. 1997-06-02 00:56:23 +00:00
Richard M. Stallman
3fdfceb3aa (read_key_sequence): Change some locals to `int'. 1997-06-02 00:47:07 +00:00
Richard M. Stallman
5db0afb7fb (compute_motion): Use XFASTINT on width_table elts. 1997-06-02 00:45:18 +00:00
Richard M. Stallman
09ee221d20 (map_char_table): Use XSETFASTINT. 1997-06-02 00:33:14 +00:00
Richard M. Stallman
3cf29f61ea (Fwrite_region, build_annotations):
Set start and end using XFASTINT.
1997-06-02 00:32:20 +00:00
Richard M. Stallman
1b10fb7768 (Fcompare_buffer_substrings): trt contains Lisp_Objects.
(transpose_markers): Use marker_position, not Fmarker_position.
1997-06-02 00:28:46 +00:00
Richard M. Stallman
80509f2f6e (Fmove_overlay): Clean up setting o_beg and o_end. 1997-06-02 00:24:11 +00:00
Richard M. Stallman
50aee051c3 (Fmake_byte_code): Set val from p, not from val.
(make_event_array): Convert nargs to Lisp_Object.
1997-06-02 00:22:49 +00:00
Richard M. Stallman
6538ee2e81 [__NetBSD__]: Don't include filehdr.h, aouthdr.h
scnhdr.h or syms.h.  Add many other conditionalized definitions.
1997-06-02 00:09:40 +00:00
Richard M. Stallman
9e30760d44 [__alpha__] (NO_SHARED_LIBS): Defined. 1997-06-02 00:07:26 +00:00
Richard M. Stallman
6c73d3466f [__NetBSD__]: Include stdlib.h, not alloca.h.
(ORDINARY_LINK): Defined (if __NetBSD__).
1997-06-02 00:03:17 +00:00
Richard M. Stallman
e72a4cff08 Initial revision 1997-06-01 23:49:06 +00:00
Richard M. Stallman
e4532ad9bc (signal): Define only if not NO_DGUX_SIGNAL_REDEF. 1997-06-01 23:48:38 +00:00
Richard M. Stallman
dfc366c954 (init_baud_rate): Use INIT_BAUD_RATE if it's defined.
(sys_signal): Lose DGUX special case.
1997-06-01 23:47:01 +00:00
Richard M. Stallman
0f337465d5 (init_lread): Sometimes add to load-path
the lisp and site-lisp dirs under the source directory.
1997-06-01 01:03:51 +00:00
Richard M. Stallman
b5c535767f Include frame.h unconditionally.
(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.
1997-06-01 00:30:01 +00:00
Richard M. Stallman
3e18eecf35 (Freplace_match): Fix previous change. 1997-05-31 19:20:26 +00:00
Richard M. Stallman
ae03af3444 (Fforward_comment): Handle unmatched two-character comment starters. 1997-05-31 18:30:56 +00:00
Richard M. Stallman
ea315ed6e4 (back_comment): Detect 2-char comment starts properly.
New arg COMSTYLE; callers changed.
1997-05-31 18:16:22 +00:00
Richard M. Stallman
5509c7ff85 (move_if_not_intangible): Fix previous change. 1997-05-31 08:34:13 +00:00
Richard M. Stallman
b0eba99132 (Freplace_match): Use move_if_not_intangible
to handle intangible text better.

(looking_at_1): Change using DOWNCASE_TABLE.
(string_match_1): Likewise.
1997-05-31 07:40:46 +00:00
Richard M. Stallman
a7fa233fe7 (move_if_not_intangible): New function. 1997-05-31 07:38:44 +00:00
Richard M. Stallman
06c488fde2 (process_expose_from_menu, XTread_socket):
Set has_been_visible field.
(x_make_frame_visible): Don't do XMoveWindow unles has_been_visible.
1997-05-31 07:37:09 +00:00