1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-01-15 07:41:09 -08:00
Commit graph

1522 commits

Author SHA1 Message Date
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
Richard M. Stallman
d28c4332f5 (internal_equal): Don't let ints be equal to floats. 1993-06-01 03:38:24 +00:00
Richard M. Stallman
f526b95587 (Frem): Fix result sign properly. 1993-06-01 03:37:28 +00:00
Richard M. Stallman
348d4dd680 (float_to_string): Skip `-' like digits when ensuring
result looks like a float.
1993-06-01 03:33:40 +00:00
Richard M. Stallman
36e2cc1fea (NLIST_STRUCT): Defined. 1993-06-01 00:16:03 +00:00
Richard M. Stallman
3e0be4d0f2 [__bsdi__]: Alternate decls of getpwuid and getpwnam. 1993-05-31 23:50:17 +00:00
Richard M. Stallman
cd1168e194 [__bsdi__]: Define BSD4_2. 1993-05-31 22:25:20 +00:00
Richard M. Stallman
465791dacd Comment change. 1993-05-31 21:58:25 +00:00
Richard M. Stallman
a80652a7de Delete ! __GNUC__ conditional.
(LD_SWITCH_MACHINE): Defined.
(ORDINARY_LINK): Defined unconditionally.
1993-05-31 21:57:00 +00:00
Karl Heuer
2efc8a291c *** empty log message *** 1993-05-31 21:00:52 +00:00
Richard M. Stallman
31baa3e306 Initial revision 1993-05-31 20:52:24 +00:00
Richard M. Stallman
3e65092fb0 (term_get_fkeys): If not initialized, init Vfunction_key_map. 1993-05-31 20:18:35 +00:00