Richard M. Stallman
f603e51306
(telnet-rsh-program): New variable.
...
(rsh): Use it.
(telnet-count): Now buffer-local.
1993-11-23 21:51:54 +00:00
Richard M. Stallman
be2c35e4f0
(finder-known-keywords): Add data, faces, mouse, matching.
1993-11-23 20:14:17 +00:00
Richard M. Stallman
b7f66977be
Comment change.
1993-11-23 20:12:25 +00:00
Richard M. Stallman
089c3fb3e6
Initial revision
1993-11-23 19:32:27 +00:00
Richard M. Stallman
4e08e74182
Comment change.
1993-11-23 19:28:39 +00:00
Richard M. Stallman
988e2aa66b
(c-indent-region): As first thing, advance to a nonblank line.
1993-11-23 11:20:27 +00:00
Richard M. Stallman
f4a7e5bd47
(getwd): If getcwd returns 0, we return 0.
...
(getwd for VMS): Likewise.
(read_input_waiting): read_socket_hook
delivers events, not characters. Make buf smaller
in the case where we actually call read itself.
1993-11-23 11:06:13 +00:00
Richard M. Stallman
db16f109c9
(repeat-complex-command): Undo Oct 2 change.
1993-11-23 11:03:16 +00:00
Richard M. Stallman
a9f2c8845b
(wait_reading_process_input):
...
Use -1 to mean wait_channel is empty.
Start process loop with descriptor 0 if keyboard_descriptor is not 0.
(make_process): Initialize descriptors to -1.
(Fdelete_process): -1 means empty, in infd.
(deactivate_process): Likewise.
(process_send_signal): Likewise.
(kill_buffer_processes): Likewise.
(sigchld_handler): Likewise.
(status_notify): Likewise.
(close_process_descs): Likewise.
(create_process): Likewise.
(Fopen_network_stream): Likewise.
(send_process): Likewise.
(Fprocess_send_eof): Likewise. Use XINT when closing outfd.
(Fset_process_filter): Use XINT to get infd value.
(wait_reading_process_input): Likewise.
(wait_reading_process_input): When bypassing select, clear Available.
1993-11-23 10:57:16 +00:00
Richard M. Stallman
990acea371
(kbd_buffer_get_event): Handle delete_window_event's.
1993-11-23 10:44:10 +00:00
Richard M. Stallman
75bb67502d
(EMACS_GET_TTY_PGRP, EMACS_SET_TTY_PGRP):
...
If HAVE_TERMIOS and BSD_TERMIOS, don't use tc[sg]etpgrp.
1993-11-23 10:41:27 +00:00
Richard M. Stallman
8d47f8c474
(Fx_disown_selection_internal): When making the fake
...
event for x_handle_selection_clear, use SELECTION_EVENT_... macros.
1993-11-23 10:40:17 +00:00
Richard M. Stallman
60b96ee7a3
(make_buffer_string): Don't copy intervals
...
if we don't really have any properties.
(Finsert_buffer_substring):
Pass graft_intervals_into_buffer the current buffer.
Pass it the extra arg LENGTH.
(Fsubst_char_in_region): Call modify_region only if
a change has to be made. Call signal_after_change just once, at end.
1993-11-23 10:38:59 +00:00
Richard M. Stallman
d2cad97da6
(Finsert_file_contents): Don't call signal_after_change
...
if we did not call prepare_to_modify_buffer.
1993-11-23 10:09:44 +00:00
Richard M. Stallman
5525395793
Declare Fnext_single_property_change and Fnext_property_change.
1993-11-23 09:57:33 +00:00
Richard M. Stallman
cd23c8dbd2
(HAVE_GETTIMEOFDAY): Define only if HAVE_SOCKETS.
...
Fix up conditionals changed recently.
1993-11-23 08:56:03 +00:00
Richard M. Stallman
4897b0a059
Delete periods from error messages.
...
(edebug-functionp): Recognize compiled functions.
(edebug-display): Supply missing parens in let.
1993-11-23 08:43:48 +00:00
Richard M. Stallman
d4ce6b1875
(edebug-functionp): Recognize compiled functions.
1993-11-23 08:41:03 +00:00
Richard M. Stallman
0b1716286b
(c-indent-region): Don't goto-char sexpend if it's nil.
1993-11-23 08:35:46 +00:00
Richard M. Stallman
6ebbf1dcaf
(View-scroll-lines-forward):
...
Allow scrolling backward at the end of the buffer.
1993-11-23 08:31:03 +00:00
Richard M. Stallman
0744bf6404
(comint-preinput-scroll-to-bottom): If SCROLL is `this',
...
don't bother with walk-windows; just hack the selected window.
1993-11-23 07:52:33 +00:00
Richard M. Stallman
9cd7847364
(rmail-summary-wipe): If rmail buffer is not visible,
...
switch to it in this window.
(rmail-summary-mode): Doc fix.
1993-11-23 07:11:22 +00:00
Richard M. Stallman
d6eb79ad5a
Formerly tasks.texi.~2~
1993-11-23 07:08:05 +00:00
Richard M. Stallman
bb5d4e1a38
Initial revision
1993-11-23 07:00:40 +00:00
Robert J. Chassell
acb93e31f5
(texinfo-if-set, texinfo-if-clear): Act appropriately when flat neither
...
set nor cleared.
(texinfo-format-region): Change `texinfo-[start end]-of-header' to
`tex-[start end]-of-header'.
1993-11-23 05:50:17 +00:00
Richard M. Stallman
5e88a39e2c
(OBARRAY_SIZE): Increase from 509.
1993-11-23 03:33:33 +00:00
Richard M. Stallman
05be3f1a8a
(search_magic_path): Fix colon-colon case.
1993-11-23 03:23:05 +00:00
Richard M. Stallman
55e86af6f5
(dired-goto-file): Don't try matching one line twice.
1993-11-23 00:11:43 +00:00
Richard M. Stallman
916a311917
(Ftext_property_not_all): For trivial yes, return start, not Qt.
1993-11-22 19:47:26 +00:00
Richard M. Stallman
847aabcec2
(dired-readin-insert): Expand default-directory and dirname
...
before comparing them.
(dired-internal-noselect): Set default-directory to abbreviated name.
1993-11-22 09:29:51 +00:00
Richard M. Stallman
f45da5d14b
(dired-readin-insert): Expand default-directory and dirname
...
before comparing them.
1993-11-22 09:25:23 +00:00
Richard M. Stallman
b7d52f8ed4
(gnus-inews-do-fcc): If gnus-author-copy-saver
...
is rmail-output, call rmail-output the proper way.
1993-11-22 06:44:12 +00:00
Richard M. Stallman
49132687e7
(gnus-inews-do-fcc): Use gnus-output-to-rmail
...
if file is an rmail file. Pass extra args to rmail-output.
1993-11-22 06:38:28 +00:00
Richard M. Stallman
52320897b4
(command-line): Set init-file-had-error to t or nil.
...
(command-line-1): Inhibit startup message if init-file-had-error.
1993-11-22 06:35:37 +00:00
Richard M. Stallman
9de0760cc8
(Man-specified-section-option): New variable.
...
(Man-translate-references): Use that variable.
1993-11-22 06:34:22 +00:00
Richard M. Stallman
1f11a5cab2
(x_set_frame_parameters): Call check_frame_size
...
before Fset_frame_size and Fset_frame_position.
1993-11-22 04:33:26 +00:00
Richard M. Stallman
3a6b074b35
(delete_window_event): New event kind.
1993-11-22 04:04:46 +00:00
Richard M. Stallman
02ff9dd574
(Fmake_frame_visible): Use FRAME_SAMPLE_VISIBILITY. Doc fix.
1993-11-22 03:08:40 +00:00
Richard M. Stallman
593232e32c
(inferior-lisp-proc): Clean up error message.
1993-11-22 00:42:30 +00:00
Richard M. Stallman
ef7485ce20
(lisp-eval-defun): Renamed from lisp-send-defun.
...
(lisp-mode-map): Use new name lisp-eval-defun.
Move run-lisp to C-x C-z.
1993-11-22 00:41:35 +00:00
Richard M. Stallman
2f5d268106
[HAVE_SOCKETS] (HAVE_XSCREENNUMBEROFSCREEN): Defined.
1993-11-22 00:20:36 +00:00
Richard M. Stallman
6da676adec
(iso-accents-enable): New variable.
...
(key-translation-map): Enable an accent only if in iso-accents-enable.
1993-11-21 22:54:37 +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
3dbb573a0c
(mail-yank-original): Delete windows on selected frame only.
1993-11-21 22:18:15 +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
6f759698c6
(mail-fetch-field): Exclude trailing whitespace.
...
Delete duplicate (goto-char (point-min)).
1993-11-21 10:04:52 +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
14442cbfd8
(i[34]86-ncr-sysv*): New specific alternative.
1993-11-21 09:02:45 +00:00