Jim Blandy
15924ff722
* hftctl.c (hft_alrm): Declare and define this to return void, not
...
int; the AIX #include files have prototypes for it.
1993-05-30 20:16:09 +00:00
Jim Blandy
e3de4c5789
* s/aix3-2.h (LIBS_SYSTEM): Remove -lIM and -liconv from here...
...
* m/ibmrs6000.h (LIBS_MACHINE): They're already here. Doc fix.
1993-05-30 20:08:16 +00:00
Jim Blandy
dad2fc0149
* Makefile.in (SUBMAKEFLAGS): Remember to propagate MAKE.
1993-05-30 19:56:00 +00:00
Richard M. Stallman
879c0d9f28
*** empty log message ***
1993-05-30 19:18:28 +00:00
Richard M. Stallman
5ab57b9f0a
[IRIX4]: Include unistd.h.
1993-05-30 19:12:55 +00:00
Richard M. Stallman
2b80da0a11
(IRIX4): Defined.
...
(IRIS_UTIME): #undef this.
1993-05-30 19:11:40 +00:00
Richard M. Stallman
c58a1a0caf
(Fx_open_connection) [NO_XRM_SET_DATABASE]:
...
Don't call XrmsSetDatabase.
1993-05-30 18:43:01 +00:00
Richard M. Stallman
28d72e6d68
Fix HPUX conditional syntax.
1993-05-30 18:37:36 +00:00
Richard M. Stallman
9ab714c7b0
(wait_for_termination): Add POSIX_SIGNALS alternative.
1993-05-30 18:34:54 +00:00
Jim Blandy
7b37f67b57
* xfaces.c (init_frame_faces): We have to make sure that face ID's
...
are valid on all frames or no frames; make sure F has allocated
faces for any face valid on the selected frame.
1993-05-30 18:12:11 +00:00
Jim Blandy
7bca684562
Initial revision
1993-05-30 17:03:54 +00:00
Richard M. Stallman
e8b3a22d82
(reset_buffer): Clear mark_active field here.
...
(reset_buffer_local_variables): Not here.
(Fswitch_to_buffer, Fpop_to_buffer): Return the buffer.
(Fmove_overlay): Fix data types in last change.
1993-05-30 04:51:33 +00:00
Richard M. Stallman
4efda7dde8
(read_key_sequence): Read the first char specially
...
before the main loop.
1993-05-30 04:49:24 +00:00
Richard M. Stallman
739f2f5336
(Fx_close_current_connection): Clear x_current_display.
...
(Fx_list_fonts): Use CHECK_LIVE_FRAME on the frame arg.
(x_figure_window_size): Never set PPosition or PSize.
1993-05-30 04:48:18 +00:00
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