1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-01-12 06:21:02 -08:00
Commit graph

26840 commits

Author SHA1 Message Date
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
Jim Blandy
722687f5c7 * systime.h (EMACS_HAS_USECS): #define this if HAVE_TIMEVAL is
#defined.
1993-03-20 22:58:21 +00:00
Jim Blandy
500ab754f5 Do * dispnew.c (sit_for): Doc fix. 1993-03-20 22:26:53 +00:00
Jim Blandy
97741d057d * sysdep.c (reset_sys_modes): Fix usage of EMACS_SET_TTY. 1993-03-20 22:21:12 +00:00
Jim Blandy
426b37aecf * callproc.c (child_setup): Make sure that in, out, and err are
not less than three.
	(relocate_fd): New function.
1993-03-20 21:53:57 +00:00
Jim Blandy
a4fc736006 * xterm.c (x_term_init): If the X connection is already in file
descriptor zero, don't dup it and close the old one.
1993-03-20 21:07:59 +00:00
Jim Blandy
055e9517dc * s/hpux8.h, s/sunos4-1.h (OLDXMENU_OPTIONS): Define this, as in
Emacs 18.
1993-03-20 20:56:55 +00:00
Jim Blandy
eb5d618c18 * 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.
1993-03-20 20:48:34 +00:00
Jim Blandy
b49f55787d * frame.c (Fraise_frame, Flower_frame): Renamed from
Fframe_to_front and Fframe_to_back.
	(syms_of_frame): Adjusted appropriately.
1993-03-20 20:18:44 +00:00
Jim Blandy
221c5fd8ff *** empty log message *** 1993-03-20 20:14:00 +00:00
Jim Blandy
6e23c83e03 * fileio.c (HAVE_FSYNC): Define, if appropriate.
(Fwrite_region): Use HAVE_FSYNC.
	* s-aix3-2.h (HAVE_FSYNC): Define.
1993-03-20 19:45:17 +00:00
Jim Blandy
59653951e7 * emacs.c (Finvocation_name): New function.
(Vinvocation_name): New variable.
	(init_cmdargs): Set it.
	(syms_of_emacs): defsubr Finvocation_name, staticpro and
	initialize Vinvocation_name.
	* lisp.h (Vinvocation_name): New extern declaration.
	* xterm.c (invocation_name): Variable deleted; use
	Vinvocation_name now.
	(x_text_icon, x_term_init): Use Vinvocation_name now instead of
	invocation_name.
	(x_term_init): Don't initialize invocation_name.
	(syms_of_xterm): Don't initialize or staticpro invocation_name.
	* xfns.c (invocation_name): Remove extern declaration for this.
	[HAVE_X11] (Fx_get_resource): Use Vinvocation_name now instead of
	invocation_name.
	[not HAVE_X11] (Fx_get_default): Same.
1993-03-20 19:30:58 +00:00
Jim Blandy
17d68aa05a * make-dist: Fix typo. 1993-03-20 18:12:07 +00:00
Richard M. Stallman
bcc426b452 (Fx_display_color_p): Renamed from Fx_color_display_p.
(syms_of_xfns): Use new name in defsubr.
1993-03-20 09:21:13 +00:00
Richard M. Stallman
41beb8fc13 (x_screen): Make this var file scope.
(Fx_server_version): Use Fcons, not list3.

(Fx_server_vendor, Fx_server_version, Fx_display_pixel_width)
(Fx_display_pixel_height, Fx_display_mm_width, Fx_display_mm_height)
(Fx_display_screens, Fx_display_planes, Fx_display_color_cells)
(Fx_display_visual_class, Fx_display_backing_store)
(Fx_display_save_under): New functions.
(x_screen_count, Vx_vendor, x_release, x_screen_height_mm)
(x_screen_width_mm, Vx_backing_store, x_save_under, Vx_screen_visual)
(x_visual_strings): Vars deleted.
(Fx_open_connection): Don't init those vars.
(syms_of_xfns): Set up new functions.  Don't set up those vars as Lisp vars.
Nor x-screen-width and x-screen-height.
1993-03-20 06:25:55 +00:00
Eric S. Raymond
5e15f62581 Added documentation, made the change comment for old versions more
useful.
1993-03-19 23:40:27 +00:00
Eric S. Raymond
8554321b66 Teach it about the new user-runnable command rcs-checkin. 1993-03-19 23:04:44 +00:00