1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-31 01:20:37 -08:00
Commit graph

2111 commits

Author SHA1 Message Date
Eric S. Raymond
ef61be135d Added headers, commented out code the duplicates startup effects. 1993-03-11 09:00:25 +00:00
Eric S. Raymond
48e3c9a2ef Added headers, removed function bindings. 1993-03-11 08:56:55 +00:00
Eric S. Raymond
7f94bc9fb3 Added headers, changed some keycap names. 1993-03-11 08:52:30 +00:00
Eric S. Raymond
a97beda486 Added headers, changes some keycap names. 1993-03-11 08:48:43 +00:00
Eric S. Raymond
864a714e6e Added headers, removed function-key bindings. 1993-03-11 08:45:57 +00:00
Eric S. Raymond
02fd5d7c70 Added headers, changed a few cookie names. 1993-03-11 08:41:42 +00:00
Eric S. Raymond
39342d46b2 Initial revision 1993-03-11 08:36:39 +00:00
Eric S. Raymond
01d8deb089 Added lots more cookies to fkey_table[], and code to do even more. 1993-03-11 08:13:27 +00:00
Richard M. Stallman
d043f1a41b (x_frame_parms): Add elts for visibility and menu-bar-lines.
(enum x_frame_parm): Likewise.
(x_set_menu_bar_lines, x_set_menu_bar_lines_1): New functions.
(x_set_visibility): New function.
(Fx_create_frame): Handle menu-bar-lines parm.
(x_report_frame_params): Report Qvisibility.
(syms_of_xfns): Set up Qvisibility.
1993-03-11 08:10:58 +00:00
Richard M. Stallman
d9dcaf49d9 (syms_of_xmenu): Set up Qmenu_enable.
(single_keymap_panes): Test menu-enable property of symbol
to decide whether to include it in the menu.
1993-03-11 08:09:52 +00:00
Eric S. Raymond
06b98c510c Added autoload, binding and menu line for new finder feature (P). 1993-03-11 07:55:27 +00:00
Richard M. Stallman
06ddfb2441 (command_loop_1): Typo in last change. 1993-03-11 07:54:22 +00:00
Richard M. Stallman
cb470ab168 (change_frame_size): Handle FRAME_MENU_BAR_LINES. 1993-03-11 07:49:34 +00:00
Richard M. Stallman
fa8fdbf9a0 (x_frame_parms): Add elts for visibility and menu-bar-lines.
(enum x_frame_parm): Likewise.
(x_set_menu_bar_lines, x_set_menu_bar_lines_1): New functions.
(x_set_visibility): New function.
(Fx_create_frame): Handle menu-bar-lines parm.
(Fframe_parameters): Report menu-bar-lines parm.
(syms_of_frame): Set up Qmenu_bar_lines.
1993-03-11 07:48:36 +00:00
Eric S. Raymond
91463d45d0 Bug fix. 1993-03-11 07:45:02 +00:00
Richard M. Stallman
5bf5416601 (Flogb): Fix arg names. Don't confuse Lisp_Object with integer. 1993-03-11 07:25:50 +00:00
Richard M. Stallman
6628c5eaa0 (Flogb): Fix use of IN_FLOAT. 1993-03-11 07:22:49 +00:00
Jim Blandy
9658a5216e * xterm.c (x_find_modifier_meanings): XDisplayKeycodes only
appeared in X11R4; for earlier versions, just access the members
	of the Display directly.
1993-03-11 07:19:36 +00:00
Jim Blandy
2c8d1900af * xrdb.c (get_user_db): Since xrdb.c doesn't #include xterm.h,
we can't test HAVE_X11R4 to see how we should get the resource
	manager string; cheat.
1993-03-11 07:18:48 +00:00
Jim Blandy
8116bbb043 * unexec.c (copy_text_and_data): Error message tweaked. 1993-03-11 07:18:15 +00:00
Jim Blandy
caa3156810 * textprop.c (Fadd_text_properties): Initialize the modified flag.
Use a "for (;;)" loop at the end of the function, to indicate that
	all exiting is taken care of inside the loop.
	(Fremove_text_properties): Same.
1993-03-11 07:17:54 +00:00
Jim Blandy
9e70858b73 * systime.h (timezone): Add an explicit declaration for this
variable under USG 5-4.
1993-03-11 07:17:15 +00:00
Jim Blandy
985a35a39b * syssignal.h (sigunblock): Add definition which works under SYSVr4.
* emacs.c (fatal_error_signal): Unblock the signal which we're
	handling using sigunblock.
1993-03-11 07:16:39 +00:00
Jim Blandy
6c65530f8a * sysdep.c (read_input_waiting): Set e.frame_or_window, not
e.frame; the latter doesn't exist anymore.

	* sysdep.c (start_of_data): If ORDINARY_LINK is #defined, we don't
	have the data_start symbol defined, so we'll just use the address
	of environ.

	* sysdep.c (init_baud_rate): Use input_fd, instead of fd; the
	latter is undefined.
1993-03-11 07:14:54 +00:00
Jim Blandy
a87b802fe9 * process.c (process_send_signal): In the TERMIOS code for sending
control characters to processes, don't try to return Qnil; just
	return.

	* process.c [! subprocesses] (wait_reading_process_input):
	Remember to re-enable polling for input.
1993-03-11 07:14:16 +00:00
Jim Blandy
340176df06 * floatfns.c (Flogb): Undo the change of Feb 22. 1993-03-11 07:13:24 +00:00
Jim Blandy
a90538cbb5 * emacs.c (__do_global_ctors, __do_global_ctors_aux,
__do_global_dtors, __CTOR_LIST__, __DTOR_LIST__, __main): Don't
	define these if ORDINARY_LINK is #defined; in that case, the
	standard linking procedure will find definitions for these.

	* emacs.c (main): SIGIOT isn't defined on all systems; don't set
	its signal handler unless it is.
1993-03-11 07:13:06 +00:00
Jim Blandy
d6717cdb6d * dired.c (NAMLEN): Never use d_nameln to get the length of the
directory entry's name; it is used inconsistently.  Always call
	strlen instead.
1993-03-11 07:11:34 +00:00
Jim Blandy
5447018c7b * s/usg5-4.h: Changes from Eric Raymond:
If we're doing ordinary linking, define LIB_STANDARD appropriately.
	Give LIBS_DEBUG a null definition; usg5-4 has no -lg.
	#define LIBS_STANDARD as "-lc"; usg5-4 has no -lPW.
	#define NSIG, if it's not already defined.
	#define HAVE_TERMIOS instead of HAVE_TCATTR.
	Provide our own definition of LIB_X11_LIB.
1993-03-11 07:11:06 +00:00
Jim Blandy
aee87fc432 * s/usg5-3.h (LIBX11_SYSTEM): Eric Raymond says the libraries here
were slightly wrong.
1993-03-11 07:10:34 +00:00
Jim Blandy
00b1a5fb22 * m/template.h, s/template.h: Mention that `etc/MACHINES' and
`configure' should be updated whenever support for a configuration
	is added or improved.
1993-03-11 07:10:06 +00:00
Jim Blandy
399c3df8eb * m/intel386.h (LIB_STANDARD): If USG5_4 is #defined, there's no
need to include `-lPW'; that has been merged with `-lc'.
1993-03-11 07:08:47 +00:00
Jim Blandy
7caa87fe89 * sun-mouse.el (suspend-emacstool): Run suspend-hooks, not
suspend-hook.
1993-03-11 07:07:43 +00:00
Jim Blandy
0964e5628e * simple.el (kill-ring-save): Doc fix. 1993-03-11 07:07:17 +00:00
Jim Blandy
ffb34e78e7 * resume.el: Doc fix. 1993-03-11 07:06:01 +00:00
Jim Blandy
9dfcfbc914 * simple.el (yank, yank-pop): Always return nil; don't rely on
exchange-point-and-mark to return nil.
	* fill.el (justify-current-line): Return nil, to be sure to
	conform with documentation.
1993-03-11 07:05:23 +00:00
Jim Blandy
b411d947d8 * files.el (basic-save-buffer): If file-precious-flag is set, and
we write the buffer to a temp file and then rename it, don't
	neglect to set the new file's modes properly.
1993-03-11 07:04:44 +00:00
Jim Blandy
ae39e6673d * calendar.el (hebrew-calendar-yahrzeit): Change reference to
nonexistent function last-month-of-hebrew-year to the correct
        function hebrew-calendar-last-month-of-year.
1993-03-11 07:03:57 +00:00
Jim Blandy
63f7638538 * cal-mayan.el (calendar-mayan-haab-on-or-before,
calendar-mayan-tzolkin-on-or-before): Change `mod' to `%'.

	* cal-mayan.el (calendar-next-tzolkin-date): Delete bogus second
	defun.
1993-03-11 07:03:17 +00:00
Richard M. Stallman
a055a1cd6e (command-line-1): Fix copyright year. 1993-03-11 07:02:13 +00:00
Jim Blandy
be8320a764 * bytecomp.el: Declare suspend-hook to be an obsolete variable. 1993-03-11 07:02:11 +00:00
Jim Blandy
51420cc7c2 * term/x-win.el: Disable suspending under X windows by setting
suspend-hooks, not suspend-hook.  The latter is an obsolete name.
	Use add-hook instead of setting suspend-hooks directly.
1993-03-11 07:01:17 +00:00
Jim Blandy
b183949171 * timer.c (main): Set the ownership of the stdin file descriptor
to the current process.  Print error messages if either of the
	fcntl's fails.

	* timer.c (sigcatch): Declare this to return SIGTYPE (defined in
	../src/config.h), not void.
1993-03-11 07:00:12 +00:00
Jim Blandy
5d13f393f9 * b2m.c (main): Don't exit upon reading a blank line. 1993-03-11 06:59:53 +00:00
Jim Blandy
3647c1717f * configure: Recognize strings like "sysvr0" or "sysvr1" as System V.
* configure: When processing the name of the configure script,
	collapse `././' to `./', but leave a single `./' prefix alone.

	* configure: Doc fix.

	* configure: Handle isc3.0 correctly.
1993-03-11 06:58:58 +00:00
Jim Blandy
2009907027 * Makefile.in (install.sysv): Add a second `$' in front of
`${dest}', so that the shell will expand it, instead of Make.
1993-03-11 06:58:20 +00:00
Jim Blandy
b833a2805d entered into RCS 1993-03-11 06:18:56 +00:00
Jim Blandy
0f7a8fee2b * keyboard.c (command_loop_1): Adjust to the fact that display
tables are now vectors of vectors, not vectors of strings.
1993-03-11 03:49:34 +00:00
Richard M. Stallman
3fd5d5626e (function-key-map): Map key symbols backspace, return... into ASCII chars.
Likewise their Meta versions.
Also add `ascii-character' properties.
1993-03-10 06:31:49 +00:00
Richard M. Stallman
2182d45996 Define HAVE_TCATTR based on HAVE_TERMIOS earlier.
(struct emacs_tty): Separate the struct decl
from the EMACS_..._TTY... macro definitions.
Use HAVE_TCATTR to decide whether to use `struct termios'.
1993-03-10 05:34:06 +00:00