1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-12-01 08:17:38 +00:00
Commit Graph

2154 Commits

Author SHA1 Message Date
Richard M. Stallman
02ff9dd574 (Fmake_frame_visible): Use FRAME_SAMPLE_VISIBILITY. Doc fix. 1993-11-22 03:08:40 +00:00
Richard M. Stallman
2f5d268106 [HAVE_SOCKETS] (HAVE_XSCREENNUMBEROFSCREEN): Defined. 1993-11-22 00:20:36 +00:00
Richard M. Stallman
c818754bc1 Doc fix. 1993-11-21 22:43:09 +00:00
Richard M. Stallman
f39f5da303 (hftctl.o): New rule. 1993-11-21 22:20:51 +00:00
Richard M. Stallman
85be9133b9 Include config.h. Include sys/signal.h before config.h.
(sav_alrm): Use SIGTYPE.
(FUNC): Typedef deleted.
1993-11-21 22:19:51 +00:00
Richard M. Stallman
d895abb0ba (window_loop, case DELETE_BUFFER_WINDOWS):
Select a new buffer only if w is selected window.
1993-11-21 22:15:04 +00:00
Richard M. Stallman
4ba131170f (PTY_ITERATION, PTY_NAME_SPRINTF, PTY_TTY_NAME_SPRINTF):
Defined to use all the available PTYs in an ELF environment which
uses the SVR4 mechanisms; grantpt(), unlockpt() and ptsname().
(FIRST_PTY_LETTER): Deleted.
1993-11-21 09:04:48 +00:00
Richard M. Stallman
94b90846e4 entered into RCS 1993-11-20 22:31:12 +00:00
Richard M. Stallman
111b637db6 (Ftext_property_not_all): Swap t and nil values in
the case where there are no intervals.
(Fprevious_single_property_change, Fprevious_property_change)
Extra arg LIMIT.  Return value was off by 1.
(Fnext_single_property_change, Fnext_property_change):
Extra arg LIMIT.
(Fnext_single_property_change): Require at least 2 args.
1993-11-20 09:44:27 +00:00
Richard M. Stallman
f75c0f8aae (compute_motion): Pass new arg to Fnext_single_property_change. 1993-11-20 09:44:09 +00:00
Richard M. Stallman
b349f4fb74 (compute_char_face): Accept new arg LIMIT.
Pass Fnext_single_property_change its new arg LIMIT.
1993-11-20 09:43:41 +00:00
Richard M. Stallman
90b5299acd (direct_output_for_insert): Pass new arg to compute_char_face. 1993-11-20 09:43:03 +00:00
Richard M. Stallman
dfabd9a094 (display_text_line): Pass new arg to compute_char_face
and to Fnext_single_property_change.
1993-11-20 09:42:16 +00:00
Richard M. Stallman
398b666f47 (follow_key): When downcasing, downcase just the
basic part of the character, and preserve the modifier bits.
1993-11-20 05:17:44 +00:00
Richard M. Stallman
3b9189f831 (read_key_sequence): If we get a quit, and current buffer
has changed, replay it to get proper keymap.
(quit_throw_to_read_char): Switch frames to the frame the quit was in.
1993-11-20 04:14:34 +00:00
Karl Heuer
6b528f2f18 *** empty log message *** 1993-11-20 04:05:45 +00:00
Roland McGrath
c059b5eaa1 (Frename_buffer): When the current buffer is already named NAME, don't
short-circuit and just return unless UNIQUE is nil.  This makes passing
UNIQUE=t equivalent to (rename-buffer (generate-new-buffer-name NAME)).
This is useful way to rename the buffer automatically so you can create
another with the original name.
1993-11-20 01:41:51 +00:00
Roland McGrath
4c7e5f092d Undo last change. SPC feeping at you is too annoying. 1993-11-20 01:31:19 +00:00
Roland McGrath
6a22587982 (Frename_buffer): Change s to B in interactive spec to give buffer-name
completion.  Buffers are often renamed to a name similar to the name of an
existing buffer.
1993-11-20 01:28:24 +00:00
Richard M. Stallman
4eeddc6608 (HAVE_UNISTD_H): No need to define here. 1993-11-19 18:26:10 +00:00
Richard M. Stallman
fd2dab90e1 (Flist_buffers): Always return a value. 1993-11-19 17:48:44 +00:00
Richard M. Stallman
60b73b2585 (read_minibuf): History list always gets strings,
not Lisp objects made by read.
1993-11-19 17:44:23 +00:00
Richard M. Stallman
38f6438b72 (read_avail_input): Don't set nread to -1
if we loop around in the loop that calls read.
1993-11-18 09:45:27 +00:00
Richard M. Stallman
0e93a7cf3f (r_alloc_init): Explicitly use real_morecore
to allocate the entire incomplete page.
1993-11-18 09:26:05 +00:00
Richard M. Stallman
9afa5873c4 (FIRST_PTY_LETTER): Defined. 1993-11-18 06:05:12 +00:00
Richard M. Stallman
d831234ba2 (Fkey_binding): Doc fix. 1993-11-17 11:25:53 +00:00
Richard M. Stallman
94748cb937 (keys_of_cmds): Make 0377 self-inserting. 1993-11-17 11:01:21 +00:00
Richard M. Stallman
91098d38b0 (doprnt): Cast the value alloca returns. 1993-11-16 16:21:26 +00:00
Richard M. Stallman
4880982682 (distclean): Do delete Makefile and Makefile.in. 1993-11-16 08:39:13 +00:00
Richard M. Stallman
25d16451c8 (Foverlay_put): Don't call redisplay_region if overlay has no buffer. 1993-11-16 07:09:11 +00:00
Richard M. Stallman
ddbb28f4a7 (GNU_MALLOC, REL_ALLOC): Don't define if already defined. 1993-11-16 06:21:12 +00:00
Richard M. Stallman
dd0a39d664 (LD_SWITCH_SYSTEM) [hp9000s700]: Add -L/lib/pa1.1. 1993-11-16 06:08:33 +00:00
Richard M. Stallman
6d291527af Include config.h. 1993-11-16 05:45:11 +00:00
Richard M. Stallman
22e5421fad (extraclean): Prevent wildcard from starting comment. 1993-11-16 05:38:15 +00:00
Richard M. Stallman
1727083501 (read_avail_input): Make cbuf 1 char shorter. 1993-11-15 12:28:01 +00:00
Richard M. Stallman
5f5783ceb2 (HAVE_GETTIMEOFDAY): Don't define if already defined. 1993-11-15 12:27:45 +00:00
Richard M. Stallman
644ab5899f Delete spurious CFLAGS=-g. 1993-11-15 11:25:17 +00:00
Richard M. Stallman
7f6d476fb9 [BSD_TERMIOS]: Under NL0, NL1..., ECHO, NOFLSH, TOSTOP,
FLUSHO and PENDIN.
1993-11-15 09:25:17 +00:00
Richard M. Stallman
da625a3c9b (Fnext_single_property_change): Fix missing \n\. 1993-11-15 06:41:45 +00:00
Richard M. Stallman
222fce2bc5 *** empty log message *** 1993-11-15 06:35:18 +00:00
Richard M. Stallman
bf6d8fb9b1 (XTread_socket): Increase length of copy_buffer to 81. 1993-11-15 06:30:31 +00:00
Richard M. Stallman
481c63363c (read1): If token has a \, don't treat it as a number. 1993-11-15 06:29:24 +00:00
Richard M. Stallman
368481a538 *** empty log message *** 1993-11-15 04:04:59 +00:00
Richard M. Stallman
085a9cd86f (INTERRUPT_INPUT): Undefined.
(BROKEN_FIONREAD): Defined to work around a problem in DGUX
whereby emacs will stop on a background write when invoked from a
job control shell for the first time in a session.
(FIRST_PTY_LETTER): Undefined.
(PTY_ITERATION, PTY_NAME_SPRINTF, PTY_TTY_NAME_SPRINTF): Defined
to use all the available PTYs in a COFF environment.
(LINKER): Removed "-nostdlib" from to be compatible with a prior
mod removing "/lib/crt0.o" from the LIBS_SYSTEM define.
(LIBS_SYSTEM): Delete /lib/crt0.o.

(SYSTEM_MALLOC): Turned off.
(NO_TERMIO): Defined.
(BROKEN_FASYNC): Turned off.
1993-11-14 22:06:13 +00:00
Richard M. Stallman
79967d5e93 (IN_ADDR, NUMERIC_ADDR_ERROR): New macros (two versions).
(Fopen_network_stream): Use them.
1993-11-13 09:31:34 +00:00
Richard M. Stallman
482952ef03 (read_avail_input) [no FIONREAD]: On DGUX, as on USG,
read input with O_NDELAY.
1993-11-13 07:50:17 +00:00
Richard M. Stallman
bb292747ca (SYSTEM_MALLOC): Turn off. 1993-11-13 06:27:28 +00:00
Richard M. Stallman
77b221b15d (get_process): Add `static' to definition. 1993-11-13 02:37:58 +00:00
Richard M. Stallman
246cfea5cc (syms_of_fileio): Fix missing \n\'s. 1993-11-12 21:17:43 +00:00
Richard M. Stallman
ede41463ee (Fread_key_sequence): Split the doc string with "". 1993-11-12 21:16:38 +00:00