1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-01-16 16:20:40 -08:00
Commit graph

34673 commits

Author SHA1 Message Date
Eric S. Raymond
a6af869636 Added unlock and relock. 1993-03-19 05:27:03 +00:00
Richard M. Stallman
8a89415ece (cons_to_long, long_to_cons): No longer static. 1993-03-19 05:19:23 +00:00
Jim Blandy
922ac4c59c Add a --compress option to force make-dist to use compress. 1993-03-18 23:12:47 +00:00
Jim Blandy
e257316560 * make-dist: Use gzip, if we can find it. 1993-03-18 23:06:04 +00:00
Jim Blandy
35f56f9681 * frame.h (FOR_EACH_FRAME): Change the definition so that
FRAME_VAR is a lisp object.
	* dispnew.c (WINDOW_CHANGE_SIGNAL, do_pending_window_change):
	Adjusted appropriately.
	* xdisp.c (redisplay): Adjusted appropriately.

	* dispnew.c (Fredraw_frame): Give this appropriate definitions for
	MULTI_FRAME and non-MULTI_FRAME configurations.
	(Fredraw_display): Give this a non-MULTI_FRAME-dependent definition.
1993-03-18 22:50:00 +00:00
Eric S. Raymond
9789a4beb3 Initial revision 1993-03-18 22:31:30 +00:00
Eric S. Raymond
b129bbdc60 Corrected Keywords header. 1993-03-18 21:49:55 +00:00
Eric S. Raymond
68e6022543 Corrected Keywords header 1993-03-18 21:44:24 +00:00
Jim Blandy
0267e275bc * solar.el (solar-time-string): Round the time properly. 1993-03-18 21:39:28 +00:00
Eric S. Raymond
e9571d2a21 Add or correct keywords 1993-03-18 21:29:42 +00:00
Richard M. Stallman
92e443b155 (make-frame): Renamed from new-frame.
(new-frame): Alias for make-frame.
1993-03-18 19:22:48 +00:00
Jim Blandy
05c53e7cf5 Some VMS changes from Richard Levitte <levitte@e.kth.se>:
* [VMS] systime.h: Include vmstime.h.  VMS has the timezone
	variable and the tzname array.
	* s/vms.h: VMS does have select.
	mth$dmod is the same as Unix's drem.
	Use the time functions in vmstime.c.
	No need to rename the malloc routines if we're using GNU malloc.
	PURESIZE needs to be 330000.
	* vmstime.c, vmstime.h: New files.
	* systty.h: Don't try to initialize extern declarations under VAX C.
	* vmspaths.h (PATH_LOADSEARCH): Include EMACS_LIBRARY:[LOCAL-LISP]
	in PATH_LOADSEARCH.
	(PATH_EXEC): Use EMACS_LIBRARY:[LIB-SRC] instead of [ETC].
	* sysdep.c [VMS] (init_sys_modes): Don't allocate process_ef.
	[VMS] (queue_kbd_input): Build events structure correctly.
	[VMS] (gethostname): New function.
	[VMS] (getwd): Don't get the PATH environment variable; that's
	dumb.  Call getcwd.
1993-03-18 16:11:17 +00:00
Jim Blandy
17a624d19a * configure: Recognize rs6000-ibm-aix32 and rs6000-ibm-aix, and
make rs6000-ibm-aix default to -aix32.
1993-03-18 16:10:40 +00:00
Richard M. Stallman
27b6178555 Fix spacing conventions. 1993-03-18 10:18:30 +00:00
Eric S. Raymond
76eb14ff7f (function-key-map) Nuke code no longer bound to keys. 1993-03-18 03:38:31 +00:00
Eric S. Raymond
420cdb1886 As many key cookies as possible renamed to fit the new conventions
documented is lisp/term/README.
1993-03-18 03:37:14 +00:00
Eric S. Raymond
c2f5843638 Fix things so that bindings are added to the keymap already created by
terminal initialization.
1993-03-18 03:35:08 +00:00
Eric S. Raymond
11838c0e24 Less klugey version of fix. 1993-03-17 23:50:29 +00:00
Eric S. Raymond
c3d80a4737 Add production to nuke binaries and doc files. 1993-03-17 22:31:58 +00:00
Eric S. Raymond
41b8542b36 Teach this to use help-screen.el. 1993-03-17 22:20:57 +00:00
Richard M. Stallman
8b235fde6d Doc fix. 1993-03-17 21:40:14 +00:00
Jim Blandy
49d838ea4a * xterm.c (x_display_box_cursor, x_display_bar_cursor): Don't
display the cursor on garbaged frames.
1993-03-17 20:11:00 +00:00
Eric S. Raymond
3109d63f84 Initial revision 1993-03-17 17:19:16 +00:00
Eric S. Raymond
76550a57f9 Add standard library headers. 1993-03-17 17:17:05 +00:00
Eric S. Raymond
aae56ea7ca Add standard library headers. 1993-03-17 16:56:02 +00:00
Eric S. Raymond
c7986c1876 Initial revision 1993-03-17 16:26:48 +00:00
Eric S. Raymond
3b1e4dd1eb Add standard library headers. 1993-03-17 15:58:09 +00:00
Eric S. Raymond
c84729481b Added standard library headers. 1993-03-17 15:20:58 +00:00
Eric S. Raymond
c5d87135f5 (finder-compile-keywords) Treat nil in a path argument as $PWD.
(finder-by-keyword) Handle LFD as input gracefully.
1993-03-17 14:26:35 +00:00
Eric S. Raymond
d629242872 Increment version number to match vc.el's. 1993-03-17 14:01:56 +00:00
Eric S. Raymond
7b4f934d8f (vc-header-strings) Name changed to vc-header-alist, to match the
docs.

(vc-finish-logentry, vc-next-comment, vc-previous-comment,
vc-comment-search-forward, vc-comment-search-backward) The VC comment
ring is now a separate buffer from *VC-log*; editing of old comments
is no longer destructive.
1993-03-17 13:58:48 +00:00
Eric S. Raymond
a34902abb8 Added `Developer's configuration' section. 1993-03-17 13:23:14 +00:00
Eric S. Raymond
1dd40212a5 Supply second arg for tgetstr() calls. 1993-03-17 13:11:50 +00:00
Richard M. Stallman
856c3dcba8 (_getpty): Declare this, not _get_pty. 1993-03-17 09:22:15 +00:00
Richard M. Stallman
dcf970e66f Fix typo in previous change. 1993-03-17 09:19:47 +00:00
Richard M. Stallman
577d03d57f (Fprocess_send_eof): Make sure proc is running. 1993-03-17 07:59:09 +00:00
Paul Eggert
f9155ea03e Some awks don't understand "\r". Code around this.
Unfortunately this requires putting a carriage return in the source code.
Don't assume that rlog will tolerate times like `10:10:60';
RCS 5.7 won't allow this.
1993-03-16 22:49:00 +00:00
Paul Eggert
a9a5976656 (vc-version-diff): Use (message ...), not (message (format ...)).
(vc-backend-checkout, vc-backend-assign-name): Correct bogus messages.
1993-03-16 21:09:56 +00:00
Paul Eggert
18c8a18eff Merge today's change by eric with everybody else's
change (from 1992/08/04 through 1993/02/24).
1993-03-16 20:21:05 +00:00
Jim Blandy
2e94b81346 Doc fix. 1993-03-16 18:36:27 +00:00
Jim Blandy
1db01b1ab5 * bytecomp.el (byte-compile-from-buffer): Put buffer containing
compiled code in binary overwrite mode.
1993-03-16 18:35:04 +00:00
Jim Blandy
b6a22db058 src/ * simple.el (quoted-insert): In overwrite mode, don't read digits
as an octal character code.  In binary overwrite mode, overwrite
	the characters instead of inserting them.
	(overwrite-mode-textual, overwrite-mode-binary): New symbols, for
	use in the mode line.
	(overwrite-mode): Doc fix.  Use force-mode-line-update.
	(binary-overwrite-mode): New function.
    	* loaddefs.el (minor-mode-alist): Make the mode line element for
	overwrite-mode be the symbol `overwrite-mode'.
1993-03-16 18:18:47 +00:00
Jim Blandy
6bbb0d4aaa * cmds.c (overwrite_binary_mode): Deleted; this implements the
wrong feature.
	(Qoverwrite_mode_binary): New variable.
	(internal_self_insert): If current_buffer->overwrite_mode is
	`overwrite-mode-binary', do as overwrite_binary_mode used to.
	(syms_of_cmds): Remove defvar of overwrite_binary_mode; initialize
	Qoverwrite_mode_binary.
	* buffer.c (syms_of_buffer): Doc fix for overwrite_mode.
	* buffer.h (struct buffer): Doc fix.
1993-03-16 18:18:05 +00:00
Eric S. Raymond
80169ab539 vc-error-occurred: moved to vc-hooks.el in order for ^X^F of a
nonexistent file to work.
1993-03-16 15:47:45 +00:00
Eric S. Raymond
2dd8d31b2f vc-error-occurred needs to be in vc-hooks. 1993-03-16 15:44:52 +00:00
Jim Blandy
aecd648672 * calendar.el (calendar-time-zone): Initialize this when
calendar.el loads, not in the defvar.
1993-03-16 09:13:53 +00:00
Jim Blandy
806b4d9b90 Rename live-window-p' to window-live-p', for consistency with
`frame-live-p'.
	* window.c (Fwindow_live_p): Renamed from Flive_window_p.
	* lisp.h (CHECK_LIVE_WINDOW): Change to use Qwindow_live_p.
	(Qwindow_live_p): Extern declaration renamed fom Qlive_window_p.
1993-03-16 05:55:57 +00:00
Richard M. Stallman
10c48c955d (xmenu_show): Do BLOCK_INPUT; unblock just before returning. 1993-03-16 05:55:12 +00:00
Richard M. Stallman
63e1efd4b3 [SIGIO] (UNBLOCK_INPUT): Resignal if x_pending_input. 1993-03-16 05:54:56 +00:00
Jim Blandy
48c9d487f8 * frame.c (Fframe_height, Fframe_width): Fix doc strings to match
those of the multi-frame versions in frame.el.  Accept an optional
	argument FRAME, also for consistency.
1993-03-15 21:41:36 +00:00