1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-11-27 07:37:33 +00:00
Commit Graph

2317 Commits

Author SHA1 Message Date
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
Richard M. Stallman
ccdcf1f540 (current_column, Findent_to, position_indentation):
(Fmove_to_column, compute_motion): Allow tab_width up to 1000.
1993-03-23 00:54:49 +00:00
Richard M. Stallman
54ff581a6f (display_string, display_text_line): Allow tab_width up to 1000. 1993-03-23 00:54:20 +00:00
Richard M. Stallman
13fde0cd78 (YACC): flag added to c_ext.
(c_ext): no more a synonim for c_ext&C_PLPL because of YACC.
(find_entries): consistently use streq when reasonable.
(find_entries): a .y file is a yacc file.
(get_C_stab): c_ext becomes c_ext&C_PLPL.
(C_entries): logical cplpl means c_ext&C_PLPL.
(C_entries): logical yacc_rules means we are after the first %%.
(C_entries): added logic for yacc files.

(C_entries): ':' case moved to the second switch.
(C_entries): do not examine token if structdef==scolonseen.
(consider_token): structtag set to null string for enum.

(GET_COOKIE): and related macros removed.
(logical): is now int, no more a char.
(reg): define deleted.
(isgood, _gd, notgd): deleted.
(gotone): deleted.
(TOKEN): member linestart removed.
(linepos, prev_linepos, lb1): deleted.
(main): call initbuffer on lbs array instead of lb1.
(init): removed the initialisation of the logical _gd array;
(find_entries): a .sa suffix means assembler file.
(C_create_stab): "auto", "void", "extern", "static" are st_C_typespec.
All C state machines rewritten.
(C_entries): complete rewrite.
(condider_token): complete rewrite.
(getline): deleted.

(C_entries): Added the quotednl logical variable.
Used for parsing of #define's spanning multiple lines.

(C_entries): Save the definedef status even when a
newline is met inside a string.
1993-03-22 23:13:10 +00:00
Eric S. Raymond
cf597dc8ab Add TO-DO list. 1993-03-22 23:00:48 +00:00
Eric S. Raymond
d5edbd116f Initial revision 1993-03-22 22:58:27 +00:00
Eric S. Raymond
ed73b2568d Modified to use cookie.el 1993-03-22 22:44:49 +00:00
Eric S. Raymond
c91c4e6d7f Added or corrected Commentary section 1993-03-22 22:44:33 +00:00
Richard M. Stallman
a100548014 Decide automatically whether to use COFF or ELF. 1993-03-22 19:50:35 +00:00
Eric S. Raymond
0d5761c437 Fix a nasty bug --- the cleanup production was nuking the generated
tar file!
1993-03-22 19:23:41 +00:00
Eric S. Raymond
eb708e87ad Initial revision 1993-03-22 16:57:31 +00:00
Eric S. Raymond
d9ecc911ff Added or corrected Commentary headers 1993-03-22 16:53:22 +00:00
Eric S. Raymond
709f7988d2 Don't distribute etc/Old files. 1993-03-22 14:57:04 +00:00
Richard M. Stallman
cb421be80a (init_cmdargs): Fix simple bug in previous change. 1993-03-22 07:00:47 +00:00
Richard M. Stallman
8aa3a18783 Don't load help-screen at run time if compiled. 1993-03-22 06:59:54 +00:00
Richard M. Stallman
29944b73c7 (Fy_or_n_p): Handle `recenter' response type. 1993-03-22 06:54:36 +00:00
Eric S. Raymond
0820c2c236 Alpha-sorted this, and added some new hot buttons for the 1990s. 1993-03-22 05:51:55 +00:00
Eric S. Raymond
a4b0d4d49f Initial revision 1993-03-22 05:46:50 +00:00
Eric S. Raymond
edbd2f74bc Added or corrected Commentary sections 1993-03-22 05:42:35 +00:00
Eric S. Raymond
e41b2db1da Added or corrected Commentary sections 1993-03-22 03:27:18 +00:00
Eric S. Raymond
33d92c1f9d Merged in CHARACTERS 1993-03-22 03:00:23 +00:00
gnulists
462e90c9f9 Formerly GETTING.GNU.SOFTWARE.~4~ 1993-03-21 23:50:52 +00:00
Richard M. Stallman
e024395e6d (struct window): New fields base_line_number and base_line_pos. 1993-03-21 23:06:23 +00:00
Richard M. Stallman
aa6d10fafd (decode_mode_spec): Handle `%l'.
(display_count_lines): New function.
(redisplay_window): Update base_line_number and base_line_pos fields.
Always update mode line if it's an integer.
1993-03-21 23:04:18 +00:00
Richard M. Stallman
427aa35a10 (HAVE_TERMIO, SIGNALS_VIA_CHARACTERS): Defined. 1993-03-21 22:58:10 +00:00
Richard M. Stallman
a61099dd2f (line-number-mode): New function and variable. 1993-03-21 08:22:37 +00:00