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

10633 commits

Author SHA1 Message Date
Roland McGrath
bac7913ae4 Initial revision 1993-07-30 22:30:50 +00:00
Roland McGrath
22ddf25060 *** empty log message *** 1993-07-30 03:20:49 +00:00
Jim Blandy
d859c2cb93 * xfns.c (syms_of_xfns): Don't staticpro Vx_resource_name;
DEFVAR_LISP takes care of that, and it's deadly to staticpro a
variable containing a string twice.
1993-07-30 03:17:18 +00:00
Jim Blandy
628df3bfd9 * window.c (check_frame_size): Include the menu bar height in the
minimum frame height.
1993-07-30 01:48:19 +00:00
Richard M. Stallman
60bf8ee426 (Fdelete_frame): New arg FORCE allows deletion of last non-invisible frame.
(Fdelete_frame): Allow deletion if there is some other
visible (perhaps iconified) frame.  Also allow deleting terminal frame
if there are X frames.
1993-07-29 06:34:03 +00:00
Richard M. Stallman
5cb70bb5ad (bzero, bcmp, bcopy): New macros.
(LIB_STANDARD): Don't include libucb.a.
1993-07-29 04:12:41 +00:00
Richard M. Stallman
af7dc6c738 File removed. 1993-07-29 02:36:54 +00:00
Roland McGrath
16ae08a92a (syms_of_xfns): Use DEFVAR_LISP, not DEFVAR_INT, for Vx_pointer_shape. 1993-07-29 00:25:38 +00:00
Jim Blandy
c1f4f81aec * hpux9.h: Doc fix. 1993-07-28 18:57:47 +00:00
Jim Blandy
869fcb701c * s/hpux9.h: Doc fix. 1993-07-28 18:12:35 +00:00
Richard M. Stallman
6cbc22ed96 (wait_reading_process_input): Undo last two changes:
when wait_for_cell, do not check the keyboard.
1993-07-28 08:19:30 +00:00
Richard M. Stallman
a5fd213fe1 (make_hdr): Use & in call to bzero. 1993-07-28 08:18:09 +00:00
Richard M. Stallman
a646e5200b (command_loop_1): Call Qrecompute_lucid_menubar only if defined. 1993-07-27 22:49:05 +00:00
Richard M. Stallman
c6e5e6e083 entered into RCS 1993-07-27 20:21:14 +00:00
Richard M. Stallman
f218b75d4e Initial revision 1993-07-27 20:20:01 +00:00
Richard M. Stallman
01567351cf (Fx_rebind_key, Fx_rebind_keys): Functions deleted. 1993-07-27 17:00:08 +00:00
Richard M. Stallman
58980a95f8 (scan_sexps_forward): Delete extra Fcdr when analyzing OLDSTATE. 1993-07-27 16:49:34 +00:00
Richard M. Stallman
a9c0010533 (x_iconify_frame): Handle case where frame was invisible. 1993-07-27 08:33:44 +00:00
Richard M. Stallman
afe9fae94c (main): Test LOCALTIME_CACHE. 1993-07-27 08:32:33 +00:00
Richard M. Stallman
8cbd32b047 [MULTI_FRAME] (PURESIZE): Increased to 210000. 1993-07-27 08:32:05 +00:00
Richard M. Stallman
ed4c10059f (OLDXMENU_OPTIONS): Definition deleted. 1993-07-27 08:31:15 +00:00
Richard M. Stallman
24a5451a04 [USG5_4] (LIBX11_SYSTEM): Don't redefine in this case. 1993-07-27 07:51:55 +00:00
Richard M. Stallman
3f57a49957 (search_buffer): If n is 0, just return POS. 1993-07-27 07:25:54 +00:00
Roland McGrath
d2a9653aab *** empty log message *** 1993-07-27 00:37:13 +00:00
Richard M. Stallman
2373f91ff4 (BROKEN_TIOCGETC, BROKEN_TIOCGWINSZ): Add #undefs. 1993-07-26 21:27:16 +00:00
Richard M. Stallman
5a41ab94d9 (Fset_window_buffer): Clear window_end_{pos,valid}. 1993-07-26 19:14:26 +00:00
Richard M. Stallman
5c48f0da4c (Fsleep_for): If arg is 0, return right away. 1993-07-26 18:38:23 +00:00
Roland McGrath
934d56b7f1 *** empty log message *** 1993-07-26 17:37:11 +00:00
Richard M. Stallman
9fd7d80849 (kbd_buffer_store_event): Apply all the modifiers bits
before testing for quit_char and stop_character.  Don't alter
event->code, though.

(interrupt_signal): Tell Fdo_auto_save not to print msg.
Print "Auto-save done" here.
1993-07-26 05:34:46 +00:00
Richard M. Stallman
9d317b2cfd (MAXREQUEST): Defined.
(Fx_server_max_request_size): New function.
(syms_of_xfns): Set it up.
1993-07-25 22:01:06 +00:00
Richard M. Stallman
aca39f42ae (lisp_data_to_selection_data): New arg NOFREE_RET.
For a string, just return its data's address.
(x_handle_selection_request): Pass new arg.
If value comes back 1, don't call xfree.
1993-07-25 22:00:25 +00:00
Richard M. Stallman
c83febd71f (redraw_previous_char): New function. 1993-07-25 21:50:16 +00:00
Richard M. Stallman
7642679480 Commented-out code added. 1993-07-25 21:48:55 +00:00
Richard M. Stallman
44b8251a57 Fix typo in previous change. 1993-07-25 21:46:48 +00:00
Richard M. Stallman
799412761b (getpwuid): Declare at top level, and not if __386bsd__. 1993-07-25 06:35:25 +00:00
Richard M. Stallman
1c3d8eebf5 (LOCALTIME_CACHE): Defined.
(HAVE_SETSID): Defined.
(LIB_STANDARD): Override, adding $(GNULIB_VAR).
1993-07-25 06:34:47 +00:00
Richard M. Stallman
ff4c9993ec (Fdo_auto_save): Temporarily clear Vquit_flag. 1993-07-25 06:00:32 +00:00
Richard M. Stallman
e5229110c2 (Fx_create_frame): Typo in previous change. 1993-07-25 05:38:16 +00:00
Richard M. Stallman
dec5f4e3d3 (xscrollbar): Fix typo specifying doc string. 1993-07-25 03:15:25 +00:00
Jim Blandy
df86e57ea0 Add size to geometry spec.
Specify sevenbit-strings in set print.
(xfloat): New command.
1993-07-25 03:14:29 +00:00
Richard M. Stallman
e5e548e338 (Fx_create_frame): Don't look for default font
if the caller has specified a valid font.  Try several
alternative font patterns.
1993-07-24 07:23:16 +00:00
Richard M. Stallman
82411f65a3 (face_name_id_number): Use assq_no_quit, not Fassq. 1993-07-24 05:49:51 +00:00
Richard M. Stallman
eb4686e4a3 (Fprocess_status): Use Fget_process, to avoid error
if unknown process name.
1993-07-24 05:47:16 +00:00
Richard M. Stallman
a612e298a4 (command_loop_1): Run post-command-hook first thing.
(Fread_key_sequence): Doc fix.
(read_key_sequence): Handle Vkey_translation_map.

(kbd_buffer_get_event): Discard an event whose kind is no_event.
1993-07-23 23:23:57 +00:00
Roland McGrath
ab8fb1933c [_LIBC]: Define BSD4_2. 1993-07-23 20:38:15 +00:00
Richard M. Stallman
fea0b06d62 (HAVE_SOCKETS): Define, if HAVE_INET_SOCKETS 1993-07-23 19:53:44 +00:00
Richard M. Stallman
0fd6b74ee5 Comment fixes. 1993-07-23 19:17:12 +00:00
Richard M. Stallman
7719aa0601 (XTread_socket) [! HAVE_X11R5]:
Check for XK_Mode_switch and XK_Num_Lock, if defined.
1993-07-23 08:04:52 +00:00
Richard M. Stallman
ddd931ff51 (set_point): Test Vinhibit_point_motion_hooks. 1993-07-23 07:59:08 +00:00
Richard M. Stallman
688a5a0f3e (syms_of_textprop): Set up Lisp var Vinhibit_point_motion_hooks. 1993-07-23 07:58:22 +00:00