1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-01-02 10:11:05 -08:00
Commit graph

2342 commits

Author SHA1 Message Date
Richard M. Stallman
c9dca4e092 (local-write-file-hooks): New variable.
(set-visited-file-name): Kill local-write-file-hooks as local var.
(basic-save-buffer): Use local-write-file-hooks.
1993-03-26 07:28:20 +00:00
Eric S. Raymond
8b2120f4ff (psychoanalyze-pinhead) Needed a prefrontal lobotomy. I gave it one. 1993-03-26 04:17:45 +00:00
Eric S. Raymond
d163cf2e76 Added Commentary. 1993-03-26 04:15:05 +00:00
Jim Blandy
c3498e6438 * xselect.c (SELECTION_QUANTUM): Don't use XMaxRequestSize on R3;
access the display structure directly.
1993-03-25 23:27:42 +00:00
Richard M. Stallman
c7e466e10b (searchbuf): Declare here. 1993-03-25 17:56:41 +00:00
Richard M. Stallman
48dfbc2f80 (mark_object): Mark face_alist of a frame. 1993-03-25 17:44:56 +00:00
Richard M. Stallman
a63f658b55 (Fy_or_n_p): Ensure cursor_in_echo_area = 0 when quit. 1993-03-25 06:32:43 +00:00
Jim Blandy
33d0938464 * make-dist: Distribute lisp/term/ChangeLog. 1993-03-25 04:58:09 +00:00
Jim Blandy
847f5dab01 * x-win.el (x-defined-colors): Use x-color-defined-p instead of
x-defined-color.
	(x-handle-geometry): Use x-parse-geometry instead of x-geometry.
1993-03-25 04:39:49 +00:00
Jim Blandy
c8c72d6b4b * x-win.el: Update copyright to 1993.
* x-win.el: Bind [M-next] to advertised-scroll-other-window instead of
	scroll-other-window, and then make advertised-scroll-other-window
	an alias for scroll-other-window.

	* term/x-win.el: Require select.el.
	(x-select-text): Update call to x-set-cut-buffer.
	Put `PRIMARY' and `CLIPBOARD' in upper case.
	(x-cut-buffer-or-selection-value): Put `PRIMARY' in upper case.
1993-03-25 04:37:38 +00:00
Jim Blandy
b2e521948e * dispnew.c (getenv): Add extern declaration. 1993-03-25 04:17:01 +00:00
Jim Blandy
f040093a19 Fix typo. 1993-03-25 04:08:11 +00:00
Jim Blandy
f071c05ae2 Fix typo in source for `configure.tmp.$$.c'. 1993-03-25 03:57:51 +00:00
Jim Blandy
c6b81ef2ee * Makefile.in (C_SWITCH_SYSTEM): New variable.
(CFLAGS): Include C_SWITCH_SYSTEM in the flags to pass to the
	compiler.
1993-03-25 03:51:38 +00:00
Jim Blandy
80afd15ee0 Arrange for C compilation throughout the tree to get
C_SWITCH_SYSTEM from the configuration files.
	* configure: Extract C_SWITCH_SYSTEM from the machine and
	system-dependent files, and save it in the top-level Makefile.
	* Makefile.in (C_SWITCH_SYSTEM): New flag for configure to edit.
	(lib-src/Makefile): Edit C_SWITCH_SYSTEM into lib-src/Makefile.
1993-03-25 03:51:20 +00:00
Richard M. Stallman
cdd672cc5a (describe-function): Add blank line above doc string. 1993-03-25 03:40:35 +00:00
Jim Blandy
d460af17a8 * dispnew.c (init_display): Get display name from environment
properly on VMS as well as Unix.
1993-03-25 02:54:23 +00:00
Jim Blandy
35014b9f53 * keymap.c (Fkeymapp): Doc fix. 1993-03-25 02:45:35 +00:00
Jim Blandy
c6c6865d43 * process.c [VMS] (DCL_PROMPT): Remove hack.
(WIFSTOPPED, WIFSIGNALED, WIFEXITED, XRETCODE, WSTOPSIG,
	WCOREDUMP, WTERMSIG): New dummy definitions.
	(deactivate_process): Add missing semicolon.
1993-03-25 02:27:16 +00:00
Richard M. Stallman
2b0739e560 Add provide call. 1993-03-25 02:21:51 +00:00
Jim Blandy
0a93081cd2 * xfns.c [VMS]: Get the gray_bits from [.bitmaps]gray.xbm. 1993-03-25 02:16:10 +00:00
Jim Blandy
f802f8e0a0 * xterm.h (x_focus_frame): Add extern keyword to declaration. 1993-03-25 02:12:14 +00:00
Jim Blandy
febf25d56f * xterm.c [VMS]: Don't #include <sys/termio.h> and <string.h>. 1993-03-25 02:11:11 +00:00
Eric S. Raymond
68756f1f77 (lm-last-modified-date) Fixed return bug.
(lm-uthor, lm-maintainer) These now return cons pairs, not strings.
1993-03-25 01:57:43 +00:00
Eric S. Raymond
fa8f1b2563 Brent Benson's patch to support `cd -'. 1993-03-25 01:55:24 +00:00
Jim Blandy
d352289ceb * make-dist: Include the VMS support files in oldXMenu in the
distribution.
1993-03-25 01:49:59 +00:00
Eric S. Raymond
8fbea12c08 (mh-unshar) Added. 1993-03-25 01:49:59 +00:00
Eric S. Raymond
8e0ff8c8d4 Added a (provide 'emacsbug); lisp-mnt.el needs this. 1993-03-25 01:47:39 +00:00
Jim Blandy
cb0d33b2a1 * calendar.el (calendar-standard-time-zone-name,
calendar-daylight-time-zone-name): Initialize these at load-time,
	as well as calendar-time-zone.

	* calendar.el (calendar-time-zone): Fix code which initializes
	this.
1993-03-25 01:28:21 +00:00
Jim Blandy
723d4d15ae * config.h.in (HAVE_XFREE386): New flag, set by configure script.
If it's set, #define LIBX11_SYSTEM and HAVE_RANDOM as appropriate
	for XFree386.
	* sysdep.c (random, srandom): Don't define these if HAVE_RANDOM is
	#defined.
1993-03-25 01:15:34 +00:00
Jim Blandy
b0209e1861 * configure: Doc fix.
* configure: Fix corrupted config_h_opts.

	* configure: Properly report option names in error messages.

	* configure: Properly recognize --x-includes and --x-libraries
	options.

	* configure: Fix syntax errors in code handling XFree386.
1993-03-25 01:14:34 +00:00
Richard M. Stallman
de025efdf1 Default to clipper-intergraph if system is clix. 1993-03-24 22:44:55 +00:00
Richard M. Stallman
71ac885b6f (push_key_description): Ignore bits above meta_modifier. 1993-03-24 10:05:49 +00:00
Jim Blandy
7b7739b106 *** empty log message *** 1993-03-24 02:48:44 +00:00
Jim Blandy
6afb1d07c2 * xfns.c (x_make_gc): Don't forget to block X input around the
X calls in this function.

	* xfns.c [not HAVE_X11R4] (select_visual): It's v->visualid, not
	x->visualid.  x isn't defined.
1993-03-24 01:54:20 +00:00
Jim Blandy
e6b01c14b7 * keyboard.c [POLL_FOR_INPUT] (quit_throw_to_read_char): If
we're polling for input, abort; input polling should always be
	suppressed while we're waiting for input.

	* keyboard.c (interrupt_signal): Remove extern declaration of
	Vwindow_system; this is no longer used.
1993-03-24 01:53:00 +00:00
Jim Blandy
1315c181f5 * dispnew.c (init_display): Initialize Vwindow_system. 1993-03-24 01:51:35 +00:00
Jim Blandy
1e95ed28db * keyboard.c (Fsuspend_emacs):
Change suspend-hooks back to suspend-hook and make it a normal hook.
1993-03-24 01:46:10 +00:00
Eric S. Raymond
5cc5784116 Fix library headers. 1993-03-23 18:27:03 +00:00
Jim Blandy
c115973b6d Initial revision 1993-03-23 08:06:31 +00:00
Jim Blandy
632c2579f7 * files.el (insert-directory): Do chase symlinks before passing
the directory name to ls.
1993-03-23 07:41:49 +00:00
Eric S. Raymond
86dbbfc211 Incorporated changes from Bob Weiner's enhanced buff-menu from the LCD
archive.
1993-03-23 07:26:34 +00:00
Jim Blandy
5d9aefc728 * configure: Add special code to detect XFree386, and tell
config.h about it.

	* configure: Properly handle extracting values of LIBS_MACHINE and
	LIBS_SYSTEM that contain spaces.
1993-03-23 06:54:37 +00:00
Jim Blandy
9927a7b1aa * sysdep.c (random, srandom): Don't define these if HAVE_RANDOM is
#defined.
1993-03-23 06:26:18 +00:00
Jim Blandy
90e80f3c34 * config.h.in (C_SWITCH_X_SITE, LD_SWITCH_X_SITE): New flags.
* ymakefile (C_SWITCH_X_SITE, LD_SWITCH_X_SITE): Provide default
	values.  Include C_SWITCH_X_SITE in CFLAGS, include
	LD_SWITCH_X_SITE in LIBX, and pass C_SWITCH_X_SITE to the make
	which builds the X Menu library.
1993-03-23 05:57:11 +00:00
Jim Blandy
033791beb4 * configure: Add --x-includes' and --x-libraries' options. I
think these are dopey, but no less than three alpha testers, at
	large sites, have said they have their X files installed in odd
	places.  Implement them by setting C_SWITCH_X_SITE and
	LD_SWITCH_X_SITE in src/config.h.
1993-03-23 05:53:36 +00:00
Jim Blandy
9c7a7556b5 * configure: Add --x-includes' and --x-libraries' options. I
think these are dopey, but no less than three alpha testers, at
	large sites, have said they have their X files installed in odd
	places.
1993-03-23 05:31:35 +00:00
Jim Blandy
8af1d7ca2b * xfns.c (Fx_parse_geometry): Renamed from Fx_geometry.
(Fx_color_defined_p): Renamed from Fx_defined_color.
	(syms_of_xfns): Adjusted.
1993-03-23 04:58:07 +00:00
Richard M. Stallman
9275e5e3e9 (query-replace-map): Define backspace like delete. 1993-03-23 02:26:42 +00:00
Jim Blandy
558b2117a0 * diary-insert.el: Change the name to diary-ins.el.
* calendar.el: Change all autoload references to diary-ins.
1993-03-23 02:16:18 +00:00