1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-01-08 20:50:52 -08:00
Commit graph

3178 commits

Author SHA1 Message Date
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
Richard M. Stallman
c93341d541 (ALL_CFLAGS): Add -I../src 1993-05-28 01:19:17 +00:00
Roland McGrath
619c556e37 (find-dired-sentinel): Write a line describing death.
Set mode-line-process to record exit status.
Delete the process.
1993-05-28 00:58:08 +00:00
Richard M. Stallman
b70cff717b (install): Get the scripts from ${srcdir}, unlike the executables. 1993-05-28 00:55:10 +00:00
Richard M. Stallman
83591e664c (syms_of_emacs) [CANNOT_DUMP]: Don't defsubr Sdump_emacs*. 1993-05-28 00:51:49 +00:00
Richard M. Stallman
efdddf9ad3 Delete confusing comments. 1993-05-28 00:32:30 +00:00
Roland McGrath
f36485b73c entered into RCS 1993-05-28 00:10:45 +00:00
Richard M. Stallman
335bb18dcb (do-install): Add `shift' command. 1993-05-27 23:57:41 +00:00
Richard M. Stallman
c1bc92cebd (frame-initialize): Handle reverseVideo resource. 1993-05-27 23:50:38 +00:00
Richard M. Stallman
1b691d5c6c (x-create-frame-with-faces): Handle reverseVideo resource. 1993-05-27 23:50:21 +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
78c7997f4d (COPYDESTS, COPYDIR): Delete external-lisp dir.
(externallispdir): Var deleted.
1993-05-27 22:15:01 +00:00
Richard M. Stallman
88190b5416 (do-install): Delete the dest dir, not the source dir,
when they are different.
1993-05-27 22:12:55 +00:00
Richard M. Stallman
8428ef44fc Delete spurious paren outputting short_usage. 1993-05-27 22:02:16 +00:00
Richard M. Stallman
10d5cec652 Provide same name as file. 1993-05-27 21:01:29 +00:00
Richard M. Stallman
27c26a085c Fix typo. 1993-05-27 12:48:55 +00:00
Richard M. Stallman
a7a2b1f66f Pervasive changes to use Emacs 19 features
and conform to Emacs conventions.
1993-05-27 12:44:54 +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
5d20eba658 * x-win.el: Check for a geometry resource, and apply it to the
initial frame.
1993-05-27 05:38:12 +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
b22fda6fe5 Comment out handling of shell-send-input.
Delete the "local thinking machines" definitions at the end
since they caused compilation failure.
1993-05-27 05:01:09 +00:00
Richard M. Stallman
4455c148a4 (cl-member): Renamed from member. 1993-05-27 04:45:55 +00:00
Richard M. Stallman
c636405b43 (display-time-day-and-date): Use defvar, not defconst. 1993-05-27 04:04:28 +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
ecc99658d3 * isearch.el (isearch-forward): Remove the claim that
isearch-whitespace-chars matches any string of whitespace.
1993-05-27 03:33:12 +00:00
Jim Blandy
8897c5c21c * s/sol2.h: (SOLARIS_BROKEN_ACCESS): Don't define this. 1993-05-27 03:05:02 +00:00