1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2025-01-23 18:47:57 +00:00
Commit Graph

3207 Commits

Author SHA1 Message Date
Richard M. Stallman
278584fb62 (auto-mode-alist): Fix syntax for sgml mode. 1993-05-29 05:22:49 +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
a210860236 (timer): Link with $(LOADLIBES). 1993-05-29 05:00:58 +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
effdc6a226 entered into RCS 1993-05-29 04:53:57 +00:00
Richard M. Stallman
83317c079a (vt100-wide-mode): Add missing arg in set-frame-width. 1993-05-29 04:40:38 +00:00
Richard M. Stallman
14e6867cdf (x-resolve-font-name): Allow symbol as FACE arg.
Allow t as FRAME arg.
1993-05-29 04:36:40 +00:00
Richard M. Stallman
06b6829433 (send-mail-function): Use defvar. not defconst. 1993-05-29 04:35:25 +00:00
Richard M. Stallman
82c048a919 (x-fixed-font-alist): Specify field 7, not field 6. 1993-05-29 04:34:00 +00:00
Richard M. Stallman
e70fd492d9 (ange-ftp-dired-compress-file):
Use dired-compress-file, not dired-compress-filename.

(ange-ftp-set-buffer-mode): Do nothing unless
visited name is an ange ftp magic name.
1993-05-29 04:30:10 +00:00
Richard M. Stallman
4c33756c1b (vc-finish-logentry): Use delete-windows-on. 1993-05-29 03:47:48 +00:00
Richard M. Stallman
077cc1d53c (LIBX11_SYSTEM): Defined. 1993-05-29 03:29:45 +00:00
Richard M. Stallman
820bde8d49 (vc-steal-lock, vc-insert-headers): Fix question whitespace. 1993-05-29 03:10:35 +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
4fdd647eb1 (Info-insert-dir): Ignore duplicate directories. 1993-05-28 23:57:33 +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
9a6015e866 Finish previous change. 1993-05-28 22:12:56 +00:00
Richard M. Stallman
411d5924a8 (find-log-file): Use source file's truename dir. 1993-05-28 22:08:53 +00:00
Richard M. Stallman
cbfa19e921 Version 3.8.1 from Gildea. 1993-05-28 21:29:37 +00:00
Richard M. Stallman
c1380f31bf (put_line): Don't output \n\t unless more text follows. 1993-05-28 21:22:17 +00:00
Richard M. Stallman
c34790e0b5 (XTread_socket, case KeyPress) [HPUX]:
Recognize the extended function keys.
1993-05-28 21:13:59 +00:00
Richard M. Stallman
57d9fc987d Fix message text. 1993-05-28 21:02:48 +00:00
Richard M. Stallman
686fc9abcb (hexl-char-after-point): Get rid of mistakenly free variables. 1993-05-28 20:33:14 +00:00
Richard M. Stallman
57f0793118 Doc fixes. 1993-05-28 20:30:49 +00:00
Richard M. Stallman
540dde41b7 Fix up previous change. 1993-05-28 19:46:06 +00:00
Richard M. Stallman
5a10f69338 (manual-formatted-dirlist, manual-formatted-dir-prefix): Deleted. 1993-05-28 19:19:05 +00:00
Richard M. Stallman
f4008b6ee9 (Info-insert-dir): Ignore duplicate directories. 1993-05-28 18:35:23 +00:00
Richard M. Stallman
e562af697c (Info-default-directory-list): Take out ../../info.
Avoid duplication.
1993-05-28 17:23:47 +00:00
Richard M. Stallman
bcacc42c51 (baud-rate): Doc fix. 1993-05-28 16:40:28 +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
5c851ea7d3 * etags.c: Replace the CPP tangle for alloca with the one from the
autoconf documentation, since that's working elsewhere.
1993-05-28 08:28:20 +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
97c701137d * make-dist: Make a `site-lisp' directory in the distribution,
instead of a `local-lisp' directory, which hasn't been the
	appropriate name for a long time.
	* Makefile.in (@rip_paths@locallisppath): Use site-lisp directory
	from the distribution first, then /usr/local/lib/emacs/site-lisp.
1993-05-28 07:38:26 +00:00
Jim Blandy
65607c1f52 * Makefile.in (do-install): Correctly detect if ./etc and
${srcdir}/etc are the same.
1993-05-28 06:55:13 +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
Richard M. Stallman
4e44c03b9e (find-change-log): Chase symlinks multiple levels. 1993-05-28 05:18:06 +00:00
Jim Blandy
c9ed10f6f5 * configure.in: If srcdir is '.', then try using PWD to make it
absolute.

	* configure.in: Include ${srcdir} in the printed report, to help
	people notice if it's an automounter path.
1993-05-28 04:52:55 +00:00
Jim Blandy
a0e671c75f Initial revision 1993-05-28 04:47:23 +00:00
Richard M. Stallman
deb5848daa (rmail-new-summary): Set rmail-summary-buffer
to nil at beginning; set it for real after summary is set up.
1993-05-28 04:44:55 +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
Jim Blandy
ac384e4f5d * configure.in: Extract UNEXEC from the system configuration
files, compute the name of the source file corresponding to the
	object file, and #define it as UNEXEC_SRC in config.h.
1993-05-28 04:33:12 +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
Jim Blandy
4fa84f6b74 * Makefile.in (ALL_CFLAGS): Add "-I.", so the system and machine
description files can find their ancestors.
1993-05-28 03:33:15 +00:00
Jim Blandy
0871bc22df * configure.in (prefix): Don't run pwd on srcdir unnecessarily. 1993-05-28 03:24:51 +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
8bb272853d (find-alternate-file): Hide truename and inode number
temporarily, like the visited file name.
1993-05-28 01:22:00 +00:00