Richard M. Stallman
0acbedacaa
(clean): Delete libXMenu11.a.
1993-05-30 23:10:28 +00:00
Richard M. Stallman
e0bb8cded9
(mh-signature-file-name): New variable.
...
mh-e version 3.8.2.
1993-05-30 22:56:31 +00:00
Jim Blandy
96160d2122
* m/mips.h (KERNEL_FILE): Set this to "/unix".
...
* m/mips4.h (MIPS2): Go ahead and define this.
(C_DEBUG_SWITCH): Add -DMips and -g3, and up Olimit to 2000.
1993-05-30 21:52:33 +00:00
Jim Blandy
60e1b37f9c
* configure.in: Use s/bsd4-3.h for mips-mips-riscos4, and add
...
the configuration name mips-mips-usg* to represent USG systems.
1993-05-30 21:46:11 +00:00
Richard M. Stallman
b2ba7b00f2
(UCHAR): Don't define if _UCHAR_T.
1993-05-30 21:42:28 +00:00
Richard M. Stallman
6da3d9e5d3
(HAVE_GETTIMEOFDAY): Deleted.
...
(HAVE_SETSID, HAVE_TERMIOS): Defined.
(HAVE_TERMIO): Add #undef.
(SIGNALS_VIA_CHARACTERS): Defined.
(C_DEBUG_SWITCH): Make definition empty.
(LIBS_DEBUG): Defined.
(BROKEN_TIOCGWINSZ, LIB_X11_LIB): Add #undef.
1993-05-30 21:41:06 +00:00
Jim Blandy
cc40a99ee0
* configure.in: Use s/bsd4-3.h for mips-mips-riscos4.
...
* configure.in: Fix logic to detect if srcdir is already configured.
1993-05-30 21:40:18 +00:00
Richard M. Stallman
e6cc330751
(child_setup_tty) [AIX SIGNALS_VIA_CHARACTERS]: Install
...
something usefull in the VQUIT and VINTR.
(emacs_set_tty): Try only 10 times to call tcsetattr.
Don't use memcmp to test what it did.
1993-05-30 21:37:57 +00:00
Richard M. Stallman
0aef856135
(main) [AIX _I386]: Don't handle SIGIOINT.
1993-05-30 21:34:53 +00:00
Richard M. Stallman
3580badc18
[HAVE_TERMIOS _AIX _I386]: Include termios before termio.
1993-05-30 21:32:18 +00:00
Richard M. Stallman
b8da304775
Comment fix.
1993-05-30 20:56:46 +00:00
Richard M. Stallman
fb0f454af5
(buffer_posn_from_coords): Since COL is already
...
window-relative, don't subtract window_left.
1993-05-30 20:52:49 +00:00
Jim Blandy
7a4d2269a7
* xfaces.c (unload_color): Don't #include <X11/Intrinsic.h>,
...
<X11/StringDefs.h>, or <X11/Xmu/Drawing.h>. Just write out
"unsigned long" instead of using the "Pixel" typedef; it's in the
protocol, so it's not likely to change.
1993-05-30 20:34:54 +00:00
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
Richard M. Stallman
db0c98090a
(Info-mode-map): Correct Info-top to Info-top-node.
1993-05-30 20:04:48 +00:00
Jim Blandy
dad2fc0149
* Makefile.in (SUBMAKEFLAGS): Remember to propagate MAKE.
1993-05-30 19:56:00 +00:00
Jim Blandy
f7d3e7d055
* Makefile.in: (${archlibdir}): Use (cd foo && pwd) instead of
...
`(cd foo ; pwd)` to get the canonical name of a directory; cd
might fail, and have pwd print out the current directory.
1993-05-30 19:40:39 +00:00
Jim Blandy
8fd812d1cd
* Makefile.in (mkdir, clean, mostlyclean, do-install): Use `(cd
...
foo && pwd)` instead of `(cd foo ; pwd)` to get the canonical name
of a directory; cd might fail, and have pwd print out the current
directory.
1993-05-30 19:38:49 +00:00
Jim Blandy
12a0565a22
* movemail.c [MAIL_USE_POP] (main): Don't use non-portable
...
string-handling functions.
1993-05-30 19:26:11 +00:00
Richard M. Stallman
879c0d9f28
*** empty log message ***
1993-05-30 19:18:28 +00:00
Richard M. Stallman
e0fcbb5931
(Man-notify-when-ready): Correct previous change.
1993-05-30 19:15:39 +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
426460bf35
When looking for sources, use '.', not .. Also '..'.
1993-05-30 18:56:45 +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
1b4357f452
* configure.in: Complain if srcdir points at an already-configured
...
tree.
1993-05-30 18:24:08 +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
25c08a32ed
* faces.el (x-resolve-font-name): Give correct error message
...
depending on whether or not FACE was non-nil.
1993-05-30 17:28:33 +00:00
Jim Blandy
d9d5950f41
* faces.el (x-resolve-font-name): Fix args to error; the format
...
string was changed, but not the arguments to be substituted.
1993-05-30 17:21:36 +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
4edde99838
Make RCS warnings stop.
1993-05-30 04:17:38 +00:00
Richard M. Stallman
a85b2c8c1f
Initial revision
1993-05-30 03:47:06 +00:00
Richard M. Stallman
9bd27e853d
Just load vt100.el.
1993-05-30 03:45:33 +00:00
Richard M. Stallman
4595014a19
Just load keyswap.el.
1993-05-30 03:44:07 +00:00
Richard M. Stallman
cbc336a24f
Fix initial comments.
1993-05-30 03:42:55 +00:00
Richard M. Stallman
0e73af297e
Use lk201.el.
1993-05-30 03:39:06 +00:00
Richard M. Stallman
e9f0386af8
*** empty log message ***
1993-05-30 03:34:09 +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
Richard M. Stallman
7e0795a493
(command-line-1): Pass arg to other-window.
1993-05-29 22:34:54 +00:00
Richard M. Stallman
320b423388
(find-file-run-dired): Doc fix.
...
(find-file-read-only): Return the buffer.
(find-file-read-only-other-window): Likewise.
(find-file-read-only-other-frame): Likewise.
1993-05-29 22:28:56 +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