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
Richard M. Stallman
4fe2b2b6c3
(struct x_output): New field has_been_visible.
1997-05-31 07:32:47 +00:00
Richard M. Stallman
089e71e47a
(Fsplit_window): Ignore FRAME_NO_SPLIT_P here.
...
(inhibit_frame_unsplittable): Variable deleted.
(syms_of_window): Don't set up Lisp variable.
1997-05-31 05:50:22 +00:00
Richard M. Stallman
dcdcce1a92
(main): Call syms_of_xfaces whenever ! HAVE_NTGUI.
1997-05-31 05:32:56 +00:00
Richard M. Stallman
5bfd038eca
(XOBJ, MSDOS_OBJ, SOME_MACHINE_OBJECTS): Delete xfaces.o.
...
(obj): Add xfaces.o.
(FACE_SUPPORT, SOME_MACHINE_LISP): Delete faces.elc.
(shortlisp, lisp): Add faces.elc
1997-05-31 05:31:42 +00:00
Richard M. Stallman
f3c6bfa210
(insert_glyphs): Use &, not &&.
1997-05-31 02:45:18 +00:00
Richard M. Stallman
8ff102bda5
(x_load_font): Use macro FONT_ENCODING_NOT_DECIDED.
1997-05-31 02:03:43 +00:00
Richard M. Stallman
87631ef75d
(intern): Don't make a pure string here, since Fintern does that.
1997-05-31 00:43:47 +00:00
Richard M. Stallman
7b30f6cfdf
(lisp, shortlisp): Use cus-start.el, not .elc.
1997-05-31 00:29:11 +00:00
Richard M. Stallman
a9729926eb
(Farrayp): Accept bool-vectors and char-tables.
1997-05-30 20:13:21 +00:00
Richard M. Stallman
67f41c5d96
(x_real_positions): Subtract border width from results.
1997-05-30 05:13:47 +00:00
Richard M. Stallman
e814a15920
(Fchar_table_range, Fset_char_table_range):
...
Make one-element vector work for RANGE.
1997-05-30 05:11:26 +00:00
Richard M. Stallman
7a8630dac3
(Fcurrent_time_string): Doc fix.
1997-05-29 21:33:41 +00:00
Richard M. Stallman
f01a9c5bc5
(Fsignal): Use call2 to call Vsignal_hook_function.
1997-05-29 06:33:12 +00:00
Richard M. Stallman
f188b3c4b8
(scrolling): If a line is not enabled,
...
give it an infinite draw_cost.
1997-05-29 03:32:17 +00:00
Richard M. Stallman
9346f5077f
(Faset): Doc fix.
1997-05-29 00:14:20 +00:00
Richard M. Stallman
41ab224090
(Fmake_bool_vector): Doc fix.
1997-05-28 17:19:16 +00:00