1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-02-21 15:40:59 -08:00
Commit graph

8356 commits

Author SHA1 Message Date
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
Jim Blandy
6bde6341fe * xfns.c (Fx_open_connection): If we have X11R5, use
XrmSetDatabase to set the display's database.  In older versions,
	just store the value into x_current_display->db.
	* xterm.h (HAVE_X11R5): Define this where appropriate.
1993-03-21 07:24:32 +00:00
Jim Blandy
ec9a76e3d1 * simple.el (comment-indent-function): New variable, intended to
replace comment-indent-hook.
	(comment-indent-hook): Make this default to nil now.
	(indent-for-comment): If comment-indent-hook is non-nil, call it
	for backward compatibility; otherwise, call
	comment-indent-function.
	* bytecomp.el: Declare comment-indent-hook an obsolete variable.
1993-03-21 07:04:44 +00:00
Jim Blandy
0f85737cab * frame.c (Fhandle_switch_frame): Renamed from Fselect_frame.
Doc changed in anticipation of new purpose.
	(Fselect_frame): Just call Fhandle_switch_frame for now.
1993-03-21 06:53:04 +00:00
Richard M. Stallman
d5b2799ef6 (Fselect_window): Use Fhandle_switch_frame.
(Fset_window_configuration): Likewise.
1993-03-21 06:50:50 +00:00
Jim Blandy
dba1ec5561 * isearch.el (isearch-switch-frame-handler): Call
handle-switch-frame instead of select-frame; it has been renamed.
1993-03-21 05:50:17 +00:00
Jim Blandy
8bc59570d7 Fix typo. 1993-03-21 05:14:35 +00:00
Jim Blandy
49795535f1 Use the `visiblity' parameter to determine the initial state of
the frame, instead of the `iconic-startup' and
	`suppress-initial-map'.
	* xfns.c (x_icon): Test the Qvisibility parameter against Qicon,
	instead of the Qiconic_startup against Qt.
	(x_create_frame): Test Qvisibility against Qnil and
	Qicon, instead of testing Qsuppress_initial_map and Qvisibility.
	(Qicon): New symbol.
	(Qiconic_startup, Qsuppress_icon, Qsuppress_initial_map): Removed.
	(syms_of_xfns): Adjusted appropriately.

	* xfns.c [not HAVE_X11] (x_create_frame): Check Qicon_type,
	instead of Qsuppress_icon.

	* xfns.c (x_set_visibility): Instead of interpreting only Qt as
	`make the frame visible' and everything else as `iconify the
	frame', interpret Qicon as `iconify the frame' and everything else
	as `make the frame visible.'

	* xfns.c (x_get_arg): When the type of the resource is `symbol',
	return `true' and `on' as Qt, and `false' and `off' as Qnil.
1993-03-21 05:11:23 +00:00
Jim Blandy
7bbbf29af0 * time.el (display-time): Doc fix. 1993-03-21 03:23:29 +00:00
Jim Blandy
c5c6addffa Doc fix. 1993-03-20 23:06:44 +00:00
Jim Blandy
767229f87c * dispnew.c (Fsleep_for): Make this take two arguments SECONDS and
MILLISECONDS, which add, rather than a second argument which says
	"treat the first argument as milliseconds."
	(Fsit_for): Same thing.
	(Fsleep_for_milliseconds): Deleted; this can be done with Fsleep_for.
1993-03-20 23:03:35 +00:00
Jim Blandy
6e4f3667d9 * process.c (wait_reading_process_input): Doc fix. 1993-03-20 22:58:54 +00:00