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
4a785b6e96 (sys_signal): Use 0, not NULL, to set sa_flags. 1993-05-30 04:46:39 +00:00
Richard M. Stallman
9319ae23ea (XTread_socket): For UnmapNotify, if frame was visible,
mark it now as iconified.
(x_make_frame_invisible): If async_iconic, work does need to be done.
Don't let this frame stay highlighted.
(x_iconify_frame): Don't let this frame stay highlighted.
1993-05-30 02:46:05 +00:00
Richard M. Stallman
9c394f17ff (Ficonify_frame, Fmake_frame_invisible):
Select some other frame.  Move minibuffer off this frame.

(Fhandle_switch_frame): Don't call Ffocus_frame.
(Fredirect_frame_focus): Call Ffocus_frame here.
1993-05-30 02:44:11 +00:00
Richard M. Stallman
8583db5803 (x_bitmap_icon): Don't free icon_bitmap;
create it if it hasn't been created before.
1993-05-30 00:55:42 +00:00
Jim Blandy
9183f1f990 * linux.h (C_OPTIMIZE_SWITCH): Set this to the empty string;
configure guesses just fine.
1993-05-29 21:26:28 +00:00
Richard M. Stallman
e11d186d50 [HPUX]: Include time.h and define __TIMEVAL__. 1993-05-29 21:10:41 +00:00
Richard M. Stallman
85e28fa2a7 (menu_bar_items): Call Fnreverse before restoring Vinhibit_quit. 1993-05-29 21:03:32 +00:00
Jim Blandy
6fcb1cf390 *** empty log message *** 1993-05-29 20:58:02 +00:00
Jim Blandy
171ae04e80 Initial revision 1993-05-29 20:57:51 +00:00
Richard M. Stallman
41423a8012 Don't include termios.h directly--let systty.h do it.
(shut_down_emacs): Maybe close X connection here.  New arg NO_X.
(Fkill_emacs): Don't close it here.  Pass new arg.
(fatal_error_signal): Pass new arg.
1993-05-29 20:57:33 +00:00
Richard M. Stallman
e08ad3fc58 (x_connection_closed): Pass new arg. 1993-05-29 20:54:27 +00:00
Jim Blandy
d065dd2e79 * sysdep.c (sys_siglist): Comment out #endif trailer.
* xmenu.c (TRUE, FALSE): Same.
	* xterm.c (dumprectangle): Same.
1993-05-29 20:49:01 +00:00
Jim Blandy
d04e8e46ab * systty.h (CDISABLE): #undef it before re-#defining it. 1993-05-29 20:46:03 +00:00
Jim Blandy
70080de127 * sysdep.c (sys_siglist): Comment out #endif trailer. 1993-05-29 20:44:59 +00:00
Richard M. Stallman
6f139a456c (display_text_line): Really check for just the selected window. 1993-05-29 20:41:31 +00:00
Richard M. Stallman
fba9ce7601 (syms_of_xdisp): Make highlight-nonselected-windows Lisp var.
(display_text_line): Obey it.
1993-05-29 20:39:19 +00:00
Richard M. Stallman
47d319aaa8 (menu_bar_items): Save Vinhibit_quit by hand
instead of using specbind.
1993-05-29 17:58:03 +00:00
Richard M. Stallman
a39a1ba851 (OLDXMENU_OPTIONS): Add quotations. 1993-05-29 06:25:30 +00:00
Richard M. Stallman
5b335fca24 (EMACS_BITMAP_FILES): Defined. 1993-05-29 06:19:15 +00:00
Richard M. Stallman
d5cc6be597 (HAVE_FTIME): Defined. 1993-05-29 06:12:57 +00:00
Richard M. Stallman
2241819fd8 (C_SWITCH_MACHINE): Define only if not __GNUC__. 1993-05-29 06:08:18 +00:00
Richard M. Stallman
5a6ef893cc (XTring_bell): Do nothing if x_current_connection is 0. 1993-05-29 05:59:09 +00:00
Richard M. Stallman
dfda7a7fc5 (reset_buffer): Clear mark_active field here.
(reset_buffer_local_variables): Not here.
1993-05-29 05:48:29 +00:00
Richard M. Stallman
4ca7594fbd (gettimeofday): Don't store in *tzp if tzp is 0. 1993-05-29 05:05:40 +00:00
Richard M. Stallman
334c4f2ffd (MAXDESC): Get it from FD_SETSIZE if that exists. 1993-05-29 05:02:18 +00:00
Richard M. Stallman
0df1099db2 (PTY_ITERATION, PTY_NAME_SPRINTF, PTY_TTY_NAME_SPRINTF): Redefined.
(SIGNALS_VIA_CHARACTERS): Defined.
[HAVE_SOCKETS] (HAVE_GETTIMEOFDAY): Defined.
(MAIL_PROGRAM_NAME): Defined (two alternate definitions).
1993-05-29 04:59:26 +00:00
Richard M. Stallman
077cc1d53c (LIBX11_SYSTEM): Defined. 1993-05-29 03:29:45 +00:00
Richard M. Stallman
c273e6471e (Fgenerate_new_buffer_name): New arg IGNORE.
(Frename_buffer): Pass new arg.
1993-05-28 23:58:29 +00:00
Richard M. Stallman
19eaeb8609 (syms_of_keymap): Create global_map 256 slots long. 1993-05-28 22:31:52 +00:00
Richard M. Stallman
eb46da6a12 (keys_of_cmds): Predefined 0240-0376 as self-insert. 1993-05-28 22:29:10 +00:00
Richard M. Stallman
c34790e0b5 (XTread_socket, case KeyPress) [HPUX]:
Recognize the extended function keys.
1993-05-28 21:13:59 +00:00
Jim Blandy
db60d856e8 * keyboard.c (menu_bar_items): Bind Qinhibit_quit to Qt while we
call the keymap accessors; this gets called during redisplay.
1993-05-28 08:48:33 +00:00
Jim Blandy
3233bbe1de * s/linux.h (SIGNALS_VIA_CHARACTERS): Try this out for a bit. 1993-05-28 07:39:58 +00:00
Jim Blandy
c82ed7283a * buffer.c (Fmove_overlay): If the overlay is changing buffers,
do a thorough redisplay.
1993-05-28 06:50:23 +00:00
Jim Blandy
312b93ee50 * xfns.c (x_set_frame_parameters): Use the first
position/size parameter we find, not the last.
1993-05-28 06:44:48 +00:00
Jim Blandy
34aab3076f * s/hpux8.h: Don't define HAVE_RANDOM. 1993-05-28 06:13:16 +00:00
Jim Blandy
12fc723293 * config.h.in (UNEXEC_SRC): New macro, set by the configure
script.
	* ymakefile (UNEXEC_SRC): Give it a default value here, and make
	UNEXEC depend on it.
1993-05-28 04:35:57 +00:00
Richard M. Stallman
cecfe612ec (PIXEL_TO_CHAR_COL, PIXEL_TO_CHAR_ROW): Fix mismatch in arg names. 1993-05-28 04:32:28 +00:00
Richard M. Stallman
92723877c7 (Fsleep_for): Don't return without waiting when SEC is 0. 1993-05-28 01:53:31 +00:00
Richard M. Stallman
83591e664c (syms_of_emacs) [CANNOT_DUMP]: Don't defsubr Sdump_emacs*. 1993-05-28 00:51:49 +00:00
Roland McGrath
f36485b73c entered into RCS 1993-05-28 00:10:45 +00:00
Richard M. Stallman
6b5fd105ce (mark_object): Add debugging code to check for ptr clobbered. 1993-05-27 23:48:18 +00:00
Richard M. Stallman
4eb4f926b2 (read_char): Correct previous change. 1993-05-27 06:18:44 +00:00
Richard M. Stallman
3402e1a480 (x_get_resource_string): New function. 1993-05-27 05:53:05 +00:00
Jim Blandy
c39d651c96 * systty.h: Always terminate comments, to avoid confusion. 1993-05-27 05:35:48 +00:00
Jim Blandy
ac63d3d6db * xfns.c: Make resource manager work correctly even when
Vinvocation_name has periods and asterisks in it.
	(Vxrdb_name): New variable.
	(Fx_get_resource): Use it instead of Vinvocation_name.
	(Fx_open_connection): Initialize it to a copy of Vinvocation_name,
	with the dots and stars replaced by hyphens.
	(syms_of_xfns): staticpro it here.

	* xfns.c (Fx_get_resource): Use the proper format string when the
	attribute has been specified.
1993-05-27 05:09:02 +00:00
Richard M. Stallman
1eb4d468b5 (x_get_local_selection): If no conversion function
exists for the requested type, just return nil.
1993-05-27 04:01:13 +00:00
Richard M. Stallman
a6c87ac86c (display_text_line): Don't call compute_char_face for a non-X frame. 1993-05-27 03:56:12 +00:00
Richard M. Stallman
a2db42d60f (window_loop, case GET_LRU_WINDOW): Get frame's width properly. 1993-05-27 03:46:21 +00:00
Jim Blandy
8897c5c21c * s/sol2.h: (SOLARIS_BROKEN_ACCESS): Don't define this. 1993-05-27 03:05:02 +00:00