Richard M. Stallman
3a7cf11581
(HAVE_VFORK): Defined.
...
[__GNUC__] (C_SWITCH_SYSTEM): Add #undef.
1994-09-17 01:24:59 +00:00
Richard M. Stallman
820b2ca25c
(struct scroll_bar, SCROLL_BAR_VEC_SIZE): Use EMACS_INT.
1994-09-17 01:00:25 +00:00
Richard M. Stallman
b061d5f1ee
Initial revision
1994-09-17 00:59:56 +00:00
Richard M. Stallman
ce99fd6592
(EMACS_INT, EMACS_UINT): Define, if not already defined.
1994-09-17 00:51:52 +00:00
Richard M. Stallman
5d5ed90761
(message): Use EMACS_INT.
1994-09-17 00:45:16 +00:00
Richard M. Stallman
dc83de2d44
(struct window): Use EMACS_INT.
1994-09-17 00:43:45 +00:00
Richard M. Stallman
5647f9794b
(CHECK_IMPURE, all versions): Use EMACS_INT.
1994-09-17 00:41:40 +00:00
Richard M. Stallman
1687325e19
(print): Use EMACS_UINT.
1994-09-17 00:40:54 +00:00
Richard M. Stallman
9aae3fc9eb
Check for __alpha, in __osf__ conditional.
...
(EXCEEDS_LISP_PTR): Use EMACS_UINT.
1994-09-17 00:39:50 +00:00
Richard M. Stallman
609b39788d
(unchain_marker): Use EMACS_INT.
1994-09-17 00:37:10 +00:00
Richard M. Stallman
7a70b397ae
(Fload): Use EMACS_INT.
1994-09-17 00:36:43 +00:00
Richard M. Stallman
627a950226
(Lisp_Object): Use EMACS_INT.
...
(MARKBIT): Don't define if already defined.
(VALMASK, GCTYPEMASK, XSETTYPE, XSET)
(XSETCONS, XSETBUFFER, XSETVECTOR, XSETSUBR, XSETSTRING)
(XSETSYMBOL, XSETFUNCTION, XSETMARKER, XSETOBJFWD)
(XSETINTPTR, XSETWINDOW, XSETPROCESS, XSETFLOAT)
(struct Lisp_String, struct Lisp_Vector): Use EMACS_INT.
1994-09-17 00:35:09 +00:00
Richard M. Stallman
0c38c2f9e0
(struct frame, selected_frame, last_nonminibuf_frame): Use EMACS_INT.
1994-09-17 00:32:14 +00:00
Richard M. Stallman
7936dcdb52
(FLOAT_TO_INT, FLOAT_TO_INT2): Use EMACS_INT.
1994-09-17 00:31:05 +00:00
Richard M. Stallman
679e18b112
(Fnarrow_to_region, format1): Use EMACS_INT.
1994-09-17 00:30:07 +00:00
Richard M. Stallman
f0f787b8b8
(Fdocumentation): Use EMACS_INT.
1994-09-17 00:29:03 +00:00
Richard M. Stallman
0246d16591
(struct face): Use EMACS_UINT.
1994-09-17 00:28:39 +00:00
Richard M. Stallman
a0ed95ea0a
(sign_extend_lisp_int): Use EMACS_INT.
1994-09-17 00:27:54 +00:00
Richard M. Stallman
132b933732
(Fcall_interactively): Use EMACS_INT.
1994-09-17 00:27:16 +00:00
Richard M. Stallman
4d2f13893e
(reset_buffer_local_variables, Fbuffer_local_variables)
...
(init_buffer_once): Use EMACS_INT.
1994-09-17 00:26:43 +00:00
Richard M. Stallman
426076815f
(pure, pure_size): Use EMACS_INT.
...
(free_float, free_cons, PAD, STRING_FULLSIZE, struct string_block)
(make_pure_string, make_pure_vector, Fgarbage_collect, mark_object)
(gc_sweep, compact_strings, Fmemory_limit): Use EMACS_INT.
1994-09-17 00:25:35 +00:00
Richard M. Stallman
bbd619d769
(getloadavg): Add OSF_ALPHA support.
1994-09-17 00:16:57 +00:00
Richard M. Stallman
5e7f8733e5
(shut_down_emacs): Don't call Fx_close_current_connection.
1994-09-17 00:14:40 +00:00
Richard M. Stallman
ed4e8e4096
[__alpha] (LD_SWITCH_SYSTEM): Alternate definition.
1994-09-17 00:09:21 +00:00
Karl Heuer
edb06ed060
(Finsert_file_contents) [MSDOS]: Don't re-gc-protect filename; delete unused
...
variables.
1994-09-16 23:39:59 +00:00
Karl Heuer
759d9005b9
(clear_to_end): Fix reversed condition.
1994-09-16 23:35:43 +00:00
Karl Heuer
408e56e14d
(Qcompletion_ignored_extensions): New symbol.
...
(syms_of_dired): Initialize it.
1994-09-16 22:18:10 +00:00
Karl Heuer
1b50b4f279
(Fdelete_file): Bind completion-ignored-extensions to nil.
1994-09-16 22:17:40 +00:00
Karl Heuer
b7abc8faa6
(Fcdr_safe): Delete extraneous blank in docstring.
1994-09-16 22:02:54 +00:00
Karl Heuer
dce36b491f
(decode_mode_spec): Use MODE_LINE_BINARY_TEXT when defined.
1994-09-16 21:57:45 +00:00
Karl Heuer
b77c566049
Define MODE_LINE_BINARY_TEXT.
1994-09-16 21:56:18 +00:00
Karl Heuer
7c70cfd377
(read_minibuf): Don't add to the history list if the minibuffer string is
...
empty, since it is not very useful.
1994-09-16 21:31:00 +00:00
Richard M. Stallman
11ec70418c
[not BSD4_3] [__GNUC__] (HAVE_ALLOCA): Defined.
1994-09-16 20:08:33 +00:00
Richard M. Stallman
f489d5262b
(xmenu.o): Depend on puresize.h.
...
(cmds.o): Depend on window.h.
(OLDXMENU variable): Refer to the library in the dir where it is compiled.
(OLDXMENU rule): Delete the commands; keep just a dep.
1994-09-16 20:06:28 +00:00
Karl Heuer
c7c9ca979f
[!HAVE_X_WINDOWS] (frame_title_ptr): define as always null.
1994-09-16 11:18:45 +00:00
Richard M. Stallman
3457bc6e93
Delete X11 conditionals.
...
(defined_color, x_decode_color, x_set_foreground_color)
(x_set_background_color, x_set_mouse_color, x_set_cursor_color)
(x_set_border_color, x_set_border_pixel, Fx_create_frame)
(Fx_open_connection, Fx_close_current_connection, syms_of_xfns):
Delete X10 code.
(Fx_get_default, Fx_get_resource, Fx_rubber_band)
(Fx_store_cut_buffer, Fx_get_cut_buffer): Delete X10 definitions.
1994-09-16 09:23:48 +00:00
Richard M. Stallman
6ccf47d10f
Delete X11 conditionals.
...
(XTupdate_end, XTupdate_begin, XTclear_end_of_line)
(XTclear_frame, XRINGBELL, stufflines, scraplines, dumprectangle)
(XTread_socket, x_draw_box, clear_cursor, refreshicon, x_iconify_frame)
(x_bitmap_icon, x_text_icon, x_new_font, x_term_init)
(x_calc_absolute_position, x_set_window_size)
(x_make_frame_visible, x_make_frame_invisible): Delete X10 code.
(dumpqueue, x_do_pending_expose, dumpborder, XEvent, x_read_exposes)
(enqueue_event, dequeue_event, queue_event_count)
(mouse_event_pending_p, x_set_resize_hint): Delete X10 versions.
1994-09-16 09:23:15 +00:00
Richard M. Stallman
3f8600ae72
(Fx_display_grayscale_p): Check for > 1 pane.
1994-09-16 08:51:35 +00:00
Richard M. Stallman
d0c9d2196c
(Fx_display_grayscale_p): New function.
...
(syms_of_xfns): defsubr it.
1994-09-16 08:44:49 +00:00
Richard M. Stallman
3f1e0e3afe
(__bsdi__): Define, unless already defined.
...
(DECLARE_GETPWUID_WITH_UID_T): Define.
1994-09-16 07:51:40 +00:00
Richard M. Stallman
a35e9c8273
(getpwuid): Test just DECLARE_GETPWUID_WITH_UID_T, not __bsdi__.
1994-09-16 07:51:25 +00:00
Richard M. Stallman
2d487ae57b
(getpwuid, getpwnam): Test just DECLARE_GETPWUID_WITH_UID_T, not __bsdi__.
1994-09-16 07:51:10 +00:00
Karl Heuer
d39b669674
(multiple_frames, Vframe_title_format, Vicon_title_format): New variables.
...
(store_frame_title): New function.
(x_consider_frame_title): Format title according to template.
(display_mode_element): Handle frame title as well as mode line.
(decode_mode_spec): Use w->buffer, not current_buffer.
1994-09-16 03:29:33 +00:00
Karl Heuer
f43754f6a0
(syms_of_editfns): Make Vsystem_name and Vuser...name lisp variables again.
1994-09-16 00:41:59 +00:00
Richard M. Stallman
f2495b93d4
(syms_of_textprop): Delete Lisp var interval-balance-threshold.
1994-09-15 21:24:37 +00:00
Richard M. Stallman
49c49d2299
(interval_balance_threshold): Var deleted.
1994-09-15 21:22:26 +00:00
Richard M. Stallman
c7bcb20dc6
(Fx_create_frame): Make 1 the default for menu-bar-lines.
1994-09-15 08:45:46 +00:00
Richard M. Stallman
8a63d4ba5e
(SUNOS4): Defined.
1994-09-15 05:51:07 +00:00
Richard M. Stallman
f109dfa278
Include window.h.
...
(Fnewline): Inhibit the insert-at-end-of-line hack
when at the top of the window.
1994-09-15 04:06:55 +00:00
Richard M. Stallman
cbbc391717
(Fcompleting_read): Doc fix.
1994-09-15 03:31:52 +00:00