summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* (comint-send-input): Don't call comint-argumentsRichard M. Stallman1993-11-251-2/+5
| | | | | | to set HISTORY, even if comint-input-autoexpand is not `history'. When comint-input-autoexpand is `history', undo part of prev change: do put INPUT back in the buffer in place of expanded hist.
* Add a provide.Richard M. Stallman1993-11-251-0/+2
|
* (vc-make-backup-files): Doc fix.Richard M. Stallman1993-11-251-3/+3
| | | | (vc-rcs-status): Use colon, not dash, in the string LOCKS.
* Comment change.Richard M. Stallman1993-11-251-10/+1
|
* (Fmove_to_column): Increments for control charactersRichard M. Stallman1993-11-241-2/+2
| | | | were too low by 1.
* (Fdelete_process): Fix paren error.Richard M. Stallman1993-11-241-1/+1
|
* (${archlibdir}): Don't do chown or chgrp.Richard M. Stallman1993-11-241-7/+0
|
* (rmail-sort-messages): In summary buf, go to rmail buf.Richard M. Stallman1993-11-241-61/+64
|
* (closedir): Pass on the value from sys_closedir.Richard M. Stallman1993-11-241-3/+8
| | | | Do use this definition, if INTERRUPTIBLE_CLOSE.
* (walk-windows): If start at minibuf window, do return to it.Richard M. Stallman1993-11-241-0/+3
|
* (XTread_socket): Really handle Xatom_wm_window_moved events.Richard M. Stallman1993-11-241-4/+21
| | | | (XTread_socket): Generate delete_window_event's.
* (main): Call init_callproc and init_callproc_1.Richard M. Stallman1993-11-241-1/+2
|
* (init_callproc): Maybe add ../lib-src to exec-pathRichard M. Stallman1993-11-241-10/+47
| | | | | | and maybe store it in exec-directory. Maybe put ../etc into data-directory. (init_callproc_1): Part of init_callproc is split out.
* (mouse-save-then-kill-delete-region):Richard M. Stallman1993-11-241-86/+130
| | | | | | | | | | | | | | Call undo-boundary at the beginning and at the end. (mouse-start-end): Use MODE mod 3. (mouse-save-then-kill): Test mouse-selection-click-count mod 3. (mouse-drag-secondary, mouse-secondary-save-then-kill): Likewise. (mouse-kill-secondary): Do the kill in proper buffer. Give error if in the wrong buffer. (mouse-secondary-save-then-kill): Give error if click is not in the buffer already used for secondary selection. Don't switch windows; always temporarily switch buffers.
* (comint-send-input): Don't call comint-arguments whileRichard M. Stallman1993-11-241-7/+10
| | | | | computing the value for history. (comint-delim-arg): Treat quoted delim chars as non-delims.
* (count-lines): In selective-display case,Richard M. Stallman1993-11-241-1/+5
| | | | adjust value if end is not at bol.
* (add-change-log-entry): put buffer in change-log-mode.Richard M. Stallman1993-11-241-1/+5
| | | | (find-change-log): correct calculation of file one directory out.
* (isearch-other-meta-char): Correct the test for a split-upRichard M. Stallman1993-11-241-2/+4
| | | | mode line or scroll bar mouse event.
* (LIBX11_SYSTEM): Override the definition.Richard M. Stallman1993-11-241-0/+5
|
* Initial revisionRichard M. Stallman1993-11-241-0/+244
|
* (Info-follow-reference): Correct one-off error in comparing start-point.Richard M. Stallman1993-11-241-1/+1
|
* Comment changes.Richard M. Stallman1993-11-231-21/+1
|
* (dired-diff): Require diff.Richard M. Stallman1993-11-231-0/+1
|
* (SIGNALS_VIA_CHARACTERS): Defined.Richard M. Stallman1993-11-231-0/+3
|
* (telnet-rsh-program): New variable.Richard M. Stallman1993-11-231-3/+8
| | | | | (rsh): Use it. (telnet-count): Now buffer-local.
* (finder-known-keywords): Add data, faces, mouse, matching.Richard M. Stallman1993-11-231-1/+5
|
* Comment change.Richard M. Stallman1993-11-2314-22/+23
|
* Initial revisionRichard M. Stallman1993-11-231-0/+259
|
* Comment change.Richard M. Stallman1993-11-231-1/+1
|
* (c-indent-region): As first thing, advance to a nonblank line.Richard M. Stallman1993-11-231-0/+3
|
* (getwd): If getcwd returns 0, we return 0.Richard M. Stallman1993-11-231-26/+48
| | | | | | | | (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.
* (repeat-complex-command): Undo Oct 2 change.Richard M. Stallman1993-11-231-12/+9
|
* (wait_reading_process_input):Richard M. Stallman1993-11-231-47/+53
| | | | | | | | | | | | | | | | | | | | | 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.
* (kbd_buffer_get_event): Handle delete_window_event's.Richard M. Stallman1993-11-231-0/+13
|
* (EMACS_GET_TTY_PGRP, EMACS_SET_TTY_PGRP):Richard M. Stallman1993-11-231-1/+1
| | | | If HAVE_TERMIOS and BSD_TERMIOS, don't use tc[sg]etpgrp.
* (Fx_disown_selection_internal): When making the fakeRichard M. Stallman1993-11-231-3/+3
| | | | event for x_handle_selection_clear, use SELECTION_EVENT_... macros.
* (make_buffer_string): Don't copy intervalsRichard M. Stallman1993-11-231-7/+19
| | | | | | | | | | | 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.
* (Finsert_file_contents): Don't call signal_after_changeRichard M. Stallman1993-11-231-1/+2
| | | | if we did not call prepare_to_modify_buffer.
* Declare Fnext_single_property_change and Fnext_property_change.Richard M. Stallman1993-11-231-0/+2
|
* (HAVE_GETTIMEOFDAY): Define only if HAVE_SOCKETS.Richard M. Stallman1993-11-231-6/+6
| | | | Fix up conditionals changed recently.
* Delete periods from error messages.Richard M. Stallman1993-11-231-11/+11
| | | | | (edebug-functionp): Recognize compiled functions. (edebug-display): Supply missing parens in let.
* (edebug-functionp): Recognize compiled functions.Richard M. Stallman1993-11-231-0/+1
|
* (c-indent-region): Don't goto-char sexpend if it's nil.Richard M. Stallman1993-11-231-5/+7
|
* (View-scroll-lines-forward):Richard M. Stallman1993-11-231-1/+4
| | | | Allow scrolling backward at the end of the buffer.
* (comint-preinput-scroll-to-bottom): If SCROLL is `this',Richard M. Stallman1993-11-231-10/+12
| | | | don't bother with walk-windows; just hack the selected window.
* (rmail-summary-wipe): If rmail buffer is not visible,Richard M. Stallman1993-11-231-6/+18
| | | | | switch to it in this window. (rmail-summary-mode): Doc fix.
* Formerly tasks.texi.~2~Richard M. Stallman1993-11-231-67/+25
|
* Initial revisionRichard M. Stallman1993-11-233-0/+1524
|
* (texinfo-if-set, texinfo-if-clear): Act appropriately when flat neitherRobert J. Chassell1993-11-231-3/+7
| | | | | | set nor cleared. (texinfo-format-region): Change `texinfo-[start end]-of-header' to `tex-[start end]-of-header'.
* (OBARRAY_SIZE): Increase from 509.Richard M. Stallman1993-11-231-1/+1
|