1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-02-26 09:51:31 -08:00
Commit graph

8356 commits

Author SHA1 Message Date
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
Jim Blandy
04d9326a12 * Makefile.in: Use Makefile comments, not C comments. 1993-05-29 21:11:09 +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
26f186c236 * configure.in: Add case for the Tektronix XD88. 1993-05-29 20:52:45 +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
046c6887bc (cancel-function-timers): Renamed from spurious duplicate
definition of cancel-timer.
1993-05-29 20:43:41 +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
7846ef2c57 Handle sysv4.2 and sysvr4.2. 1993-05-29 20:31:06 +00:00
Richard M. Stallman
cf65b42953 (file-chase-links): Handle leading .. in symlink target. 1993-05-29 20:13:58 +00:00
Jim Blandy
3517b2e9e1 * configure.in: Traverse the argument list without destroying it;
don't use shift.  It turns out that "set - ${saved_arguments}"
	doesn't work portably.
1993-05-29 20:07:50 +00:00
Richard M. Stallman
afb89aea69 (find-change-log): Use file-chase-links. 1993-05-29 20:02:52 +00:00
Richard M. Stallman
5dadeb297b (file-chase-links): New function.
(backup-buffer): Use file-chase-links.
1993-05-29 20:00:45 +00:00
Jim Blandy
1d4889501d * configure.in: Add missing "fi". 1993-05-29 19:41:13 +00:00
Jim Blandy
b4e84d5d36 * make-dist: Rebuild configure if configure.in is newer. 1993-05-29 19:38:45 +00:00
Jim Blandy
b305e8e580 * Makefile.in (src:, lib-src:, FRC:): force the src and lib-src
targets to be executed even if make remembers that it has already
	stisfied FRC.
1993-05-29 19:30:26 +00:00
Richard M. Stallman
1e2d7ccea0 (c-up-conditional): Handle commented-out #-cmds properly. 1993-05-29 18:14:34 +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
2b7f46c9a2 (do-install): Delete redundant code to copy etc twice. 1993-05-29 16:38:15 +00:00
Richard M. Stallman
2ed3f64ccc (split-window-vertically): Return the new window. 1993-05-29 16:13:16 +00:00
Richard M. Stallman
fe9e6906d8 (gnus-local-organization): Initially nil. 1993-05-29 16:05:59 +00:00
Richard M. Stallman
9ea6cb2830 Initial revision 1993-05-29 06:38:50 +00:00
Richard M. Stallman
43873131f4 (isearch-search): Take note of isearch-case-fold-search initial value. 1993-05-29 06:27:47 +00:00
Richard M. Stallman
a39a1ba851 (OLDXMENU_OPTIONS): Add quotations. 1993-05-29 06:25:30 +00:00
Richard M. Stallman
148d61aa7f When given no file arguments, inspect RCS/.* as well
as RCS/*.  Don't report an error if RCS is empty or nonexistent.
1993-05-29 06:22:48 +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
d20c62bf57 (romp): Handle various version numbers with aos and bsd. 1993-05-29 06:10:43 +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
1f5038b52e (indent-sexp): Even if outer-loop-done is t, still move down one line. 1993-05-29 05:45:47 +00:00
Richard M. Stallman
278584fb62 (auto-mode-alist): Fix syntax for sgml mode. 1993-05-29 05:22:49 +00:00