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

10633 commits

Author SHA1 Message Date
Richard M. Stallman
378f89399a (Fx_popup_menu): Error if we don't get a window or a frame somehow. 1993-06-05 17:31:54 +00:00
Richard M. Stallman
4ce8eec2d5 Test MULTI_FRAME, not HAVE_X_WINDOWS. 1993-06-05 17:05:17 +00:00
Richard M. Stallman
cef28359c7 (Frubber_band_rectangle): Deleted.
(syms_of_frame): Don't defsubr it.
1993-06-05 17:03:08 +00:00
Richard M. Stallman
80da01904c (x_get_foreign_selection): Handle x_selection_timeout
as milliseconds, not as seconds.
(syms_of_xselect): Doc fix to match.
1993-06-05 08:37:45 +00:00
Richard M. Stallman
57a1f2a2ed (MIPS2): Comment out define.
(LIB_STANDARD): Delete -lisode.
1993-06-05 08:06:50 +00:00
Richard M. Stallman
95e3e1ef65 (copy_intervals): Don't adjust total_length at the end.
Set lengths of subintervals properly.
(balance_intervals): Balance left as well as right.
1993-06-05 07:57:32 +00:00
Richard M. Stallman
fc4f24da5c (term_get_fkeys): Use correct names for F10 and up.
Use the key sequence, not the termcap cap name, in Fdefine_key.
1993-06-05 07:56:46 +00:00
Richard M. Stallman
9bd67a3716 [POSIX] [!__GNUC__] (sys_sigmask): Add declaration. 1993-06-05 02:07:08 +00:00
Richard M. Stallman
704a9b457a [!MULTI_FRAME] (Fframep): New dummy definition.
(syms_of_frame): Defsubr that.
1993-06-04 18:42:12 +00:00
Richard M. Stallman
a96b68f119 (syms_of_buffer): Set up Lisp var inhibit-read-only.
(Vinhibit_read_only): Declared.
(Fbarf_if_buffer_read_only): Check Vinhibit_read_only.
1993-06-04 18:08:07 +00:00
Richard M. Stallman
69f19f89f7 (Fnewline): Use Fbarf_if_buffer_read_only. 1993-06-04 18:01:53 +00:00
Richard M. Stallman
47c0f58be5 (x_set_menu_bar_lines_1): Adjust just the uppermost child
in a vertical split.  Adjust the hight counter to the top.
(x_set_menu_bar_lines): Don't change overall frame height.
1993-06-04 07:14:47 +00:00
Richard M. Stallman
b9078b9d16 Redone by Joe Kelsey. 1993-06-04 05:34:47 +00:00
Richard M. Stallman
10608c8c2a (Fx_store_cut_buffer_internal): Handle empty string right. 1993-06-04 05:32:31 +00:00
Richard M. Stallman
92c995de73 (wait_for_termination): Fix sigpause in POSIX_SIGNALS case.
(init_sys_modes): Disable VLNEXT char.
Also VWERASE, VREPRINT, VDISCARD.

(sys_suspend): Handle GETPGRP_NO_ARG.
1993-06-04 05:22:19 +00:00
Richard M. Stallman
d5dd7d18cf [__GNUC__ >= 2]: Don't include alloca.h. 1993-06-04 05:21:01 +00:00
Richard M. Stallman
cf418db388 (hft_alrm): Don't return a value.
Always declare to return void.
1993-06-04 05:20:16 +00:00
Richard M. Stallman
60f9aad3af (x_catch_errors): Fill in missing array size in cast. 1993-06-04 00:57:45 +00:00
Richard M. Stallman
691d8b2c17 (xmakefile): Depend on ../config.status. 1993-06-03 22:42:02 +00:00
Richard M. Stallman
136351b742 (init_buffer): Init default-directory of minibuffer. 1993-06-03 22:07:18 +00:00
Richard M. Stallman
2e388a26de (HAVE_FTIME): Defined. 1993-06-03 20:27:26 +00:00
Richard M. Stallman
679aee027e (syms_of_emacs): Doc fix. 1993-06-03 18:32:26 +00:00
Richard M. Stallman
7617111fbd (read_char_menu_prompt): Now static. Add declaration. 1993-06-03 17:48:18 +00:00
Richard M. Stallman
a6d5386411 (read_key_sequence) [!USE_TEXT_PROPERTIES]: Fix typo.
(menu_bar_items) [!USE_TEXT_PROPERTIES]: Likewise.

(kbd_buffer_get_event):
Shorten the first MULTI_FRAME conditional.

(lispy_function_keys): Add `remove' key.

(read_key_sequence): Take out previous change.
If we changed buffers during read_char, go to replay_sequence.
1993-06-03 17:46:38 +00:00
Richard M. Stallman
08f7aa3edb (do_pending_window_change): No need to clear
FRAME_NEW_HEIGHT/WIDTH.  Do test width != 0.
1993-06-03 06:18:18 +00:00
Richard M. Stallman
f5e70acdd4 (x_set_frame_parameters): Process all parms in reverse order. 1993-06-03 05:56:44 +00:00
Richard M. Stallman
ebc9936d6a (x_window): Use Vxrdb_name for res_name field.
Delete the shortname stuff.
1993-06-03 05:55:55 +00:00
Richard M. Stallman
82ee0df472 (x_wm_set_size_hint): Handle XGetNormalHints returning 0. 1993-06-03 05:29:12 +00:00
Richard M. Stallman
22ff8740ac (C_SWITCH_SYSTEM): Fix typo in X11R5 dirname.
(random, srandom): Defined.
1993-06-03 03:45:55 +00:00
Richard M. Stallman
6233db358f Test XOS_NEEDS_TIME_H, not HPUX, for including time.hj. 1993-06-02 20:15:43 +00:00
Richard M. Stallman
5203799247 (XOS_NEEDS_TIME_H): Defined. 1993-06-02 20:15:04 +00:00
Richard M. Stallman
2144fd18d2 (shut_down_emacs): Handle GETPGRP_NO_ARG.
(main) [BSD]: Delete the setpgrp (both times).
1993-06-02 19:11:58 +00:00
Richard M. Stallman
4ab18f0d6a (MOTOROLA_DELTA): Defined.
(HAVE_SYSVIPC, BAT68K, BAT_ALLOCA): Deleted--obsolete.
(STACK_DIRECTION, HAVE_X_WINDOWS): Deleted--configure knows.
(C_SWITCH_MACHINE): Set to -ga if using the Green Hills compiler.
(LIB_STANDARD, LIB_MATH): Defined to the 68881 versions.
(LIBS_SYSTEM): -lbsd brings sigblock and sigsetmask.
(sigsetmask): Undefined--it is in -lbsd.
(LDAV_SYMBOL): Undefined--we have no such thing.
(KERNEL_FILE): Defined to "/sysV68".
(BSTRING, HAVE_SELECT, HAVE_UNISTD_H, HAVE_TIMEVAL): Defined.
(SIGNALS_VIA_CHARACTERS): Defined.
(memmove): Defined as memcpy--we have no memmove.
(SIGIO, INTERRUPT_INPUT): Undefined--not yet tested.
(SHORT_FILE_NAMES, CLASH_DETECTION): Defined.
1993-06-02 18:37:28 +00:00
Richard M. Stallman
fc91b8cb10 Comment change. 1993-06-02 05:19:11 +00:00
Richard M. Stallman
1447c534b5 (syms_of_keymap): Add missing 2nd arg to Fcons. 1993-06-02 02:09:04 +00:00
Richard M. Stallman
8ee0efed36 *** empty log message *** 1993-06-01 21:25:47 +00:00
Richard M. Stallman
1daffa1cf9 (Fwrite_region): Don't fsync if autosaving. 1993-06-01 21:15:25 +00:00
Richard M. Stallman
0360eb4bb5 (GETPGRP_NO_ARG): Defined. 1993-06-01 21:07:09 +00:00
Richard M. Stallman
83d1b92f9e Comment change. 1993-06-01 20:57:18 +00:00
Richard M. Stallman
47e7b9e5a9 [HPUX9]: Don't include errnet.h. 1993-06-01 20:49:28 +00:00
Richard M. Stallman
f8131ed22d [!FLOAT_CHECK_ERRNO] (IN_FLOAT): New definition.
(Flog): Fix argument of `log'.
1993-06-01 20:29:48 +00:00
Richard M. Stallman
9f717104c4 (KERNEL_FILE): New override definition. 1993-06-01 20:25:45 +00:00
Richard M. Stallman
069ca42f23 Comment changes. 1993-06-01 20:00:49 +00:00
Richard M. Stallman
a2d80780f0 #undef C_SWITCH_SYSTEM. 1993-06-01 19:57:02 +00:00
Richard M. Stallman
b3d7fa6aab (init_frame_faces): Don't look at selected_frame unless it is an X frame. 1993-06-01 19:23:38 +00:00
Richard M. Stallman
5a2411669f (LIBS_MACHINE): Defined. 1993-06-01 17:32:53 +00:00
Richard M. Stallman
714fd2eafb (x_set_menu_bar_lines): Use FRAME_NEW_HEIGHT and ..._WIDTH.
(x_window): In XSetClassHint, use a shortened version of the frame name.
1993-06-01 08:07:38 +00:00
Richard M. Stallman
88f3b4fc65 [__GNUC__ >= 2]: Don't include alloca.h. 1993-06-01 07:32:23 +00:00
Richard M. Stallman
3467d826e2 *** empty log message *** 1993-06-01 04:07:25 +00:00
Richard M. Stallman
2986d5d9c0 Initial revision 1993-06-01 04:07:09 +00:00