1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-26 23:31:55 -08:00
Commit graph

3162 commits

Author SHA1 Message Date
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
Jim Blandy
6f51e3df79 * s/sol2.h (C_SWITCH_X_SYSTEM): Deleted.
(LD_SWITCH_SYSTEM): Delete the -L option, leave just -R.
1993-05-27 03:02:21 +00:00
Jim Blandy
b90589d8fd * Makefile.in (ALL_CFLAGS): Include -I${srcdir}.
(getopt.o, getopt1.c): Use ${srcdir} as appropriate.
1993-05-27 02:54:03 +00:00
Jim Blandy
5e231e7058 * Makefile.in (install): Do install the programs listed in
INSTALLABLE_SCRIPTS.  Make the renaming loop use INSTALLABLES and
	INSTALLABLE_SCRIPTS, instead of writing the programs out.
1993-05-27 02:46:57 +00:00
Jim Blandy
4736b17e0b * Makefile.in (${SUBDIR}): Pass the value of the make variable to
subdirectory makes.
1993-05-27 02:27:22 +00:00
Jim Blandy
50b8cf6032 * systty.h (HAVE_LTCHARS, HAVE_TCHARS): New macros; define them if
we have those structures, but *don't* define them if we have
	TERMIOS, whose functions take care of those parameters; that
	screws up AIX.
	(struct emacs_tty): Test those symbols, instead of the ioctl
	commands.
	* sysdep.c (emacs_get_tty, emacs_set_tty, new_ltchars, new_tchars,
	init_sys_modes): Same.
1993-05-27 02:12:20 +00:00
Jim Blandy
7ad1552990 * s/aix3-2.h (C_SWITCH_SYSTEM): Don't define this to be "-ma" if
we're using GCC - that's an XLC switch.

	* s/aix3-2.h (LIBS_SYSTEM): Put -LIM -Liconv here.
1993-05-27 02:08:14 +00:00
Jim Blandy
8f731fcc05 Don't forget to remove temporary files. 1993-05-27 01:12:16 +00:00
Richard M. Stallman
51d18dc30e (HAVE_TCATTR): Defined. 1993-05-27 00:21:21 +00:00
Richard M. Stallman
114137b8aa (listify-key-sequence): Avoid the constant ?\M-\200. 1993-05-27 00:06:08 +00:00
Jim Blandy
8d117719df * config.h.in (HAVE_RENAME): Include an #undef for this, so
configure will have something to edit.
1993-05-26 23:53:41 +00:00
Richard M. Stallman
27d0420cd5 (find-file-noselect): Expand buffer-file-truename
before copying it to anything else.
1993-05-26 23:19:07 +00:00
Richard M. Stallman
f8a8031332 [HAVE_SOCKETS]: Include socket.h, netdb.h.
(get_system_name) [HAVE_SOCKETS]: Use gethostbyname.
1993-05-26 23:14:00 +00:00
Jim Blandy
c12710e962 * s/hpux8.h (LIB_X11_LIB, C_SWITCH_SYSTEM, LD_SWITCH_SYSTEM,
LD_SWITCH_SYSTEM, OLDXMENU_OPTIONS): Add X11R5 directories to the
	search paths in these lists; they shouldn't do any harm if they
	don't have X11R5.
1993-05-26 23:08:55 +00:00
Richard M. Stallman
ec03e49cb6 (dired-other-frame): New function, with binding. 1993-05-26 22:52:13 +00:00
Richard M. Stallman
d973d76918 Make C-x ` binding just once. 1993-05-26 22:36:32 +00:00
Jim Blandy
254e10d860 Report .elc bogosities more clearly. 1993-05-26 22:22:58 +00:00