Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | (comint-send-input): Don't call comint-arguments | Richard M. Stallman | 1993-11-25 | 1 | -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. Stallman | 1993-11-25 | 1 | -0/+2 |
| | |||||
* | (vc-make-backup-files): Doc fix. | Richard M. Stallman | 1993-11-25 | 1 | -3/+3 |
| | | | | (vc-rcs-status): Use colon, not dash, in the string LOCKS. | ||||
* | Comment change. | Richard M. Stallman | 1993-11-25 | 1 | -10/+1 |
| | |||||
* | (Fmove_to_column): Increments for control characters | Richard M. Stallman | 1993-11-24 | 1 | -2/+2 |
| | | | | were too low by 1. | ||||
* | (Fdelete_process): Fix paren error. | Richard M. Stallman | 1993-11-24 | 1 | -1/+1 |
| | |||||
* | (${archlibdir}): Don't do chown or chgrp. | Richard M. Stallman | 1993-11-24 | 1 | -7/+0 |
| | |||||
* | (rmail-sort-messages): In summary buf, go to rmail buf. | Richard M. Stallman | 1993-11-24 | 1 | -61/+64 |
| | |||||
* | (closedir): Pass on the value from sys_closedir. | Richard M. Stallman | 1993-11-24 | 1 | -3/+8 |
| | | | | Do use this definition, if INTERRUPTIBLE_CLOSE. | ||||
* | (walk-windows): If start at minibuf window, do return to it. | Richard M. Stallman | 1993-11-24 | 1 | -0/+3 |
| | |||||
* | (XTread_socket): Really handle Xatom_wm_window_moved events. | Richard M. Stallman | 1993-11-24 | 1 | -4/+21 |
| | | | | (XTread_socket): Generate delete_window_event's. | ||||
* | (main): Call init_callproc and init_callproc_1. | Richard M. Stallman | 1993-11-24 | 1 | -1/+2 |
| | |||||
* | (init_callproc): Maybe add ../lib-src to exec-path | Richard M. Stallman | 1993-11-24 | 1 | -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. Stallman | 1993-11-24 | 1 | -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 while | Richard M. Stallman | 1993-11-24 | 1 | -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. Stallman | 1993-11-24 | 1 | -1/+5 |
| | | | | adjust value if end is not at bol. | ||||
* | (add-change-log-entry): put buffer in change-log-mode. | Richard M. Stallman | 1993-11-24 | 1 | -1/+5 |
| | | | | (find-change-log): correct calculation of file one directory out. | ||||
* | (isearch-other-meta-char): Correct the test for a split-up | Richard M. Stallman | 1993-11-24 | 1 | -2/+4 |
| | | | | mode line or scroll bar mouse event. | ||||
* | (LIBX11_SYSTEM): Override the definition. | Richard M. Stallman | 1993-11-24 | 1 | -0/+5 |
| | |||||
* | Initial revision | Richard M. Stallman | 1993-11-24 | 1 | -0/+244 |
| | |||||
* | (Info-follow-reference): Correct one-off error in comparing start-point. | Richard M. Stallman | 1993-11-24 | 1 | -1/+1 |
| | |||||
* | Comment changes. | Richard M. Stallman | 1993-11-23 | 1 | -21/+1 |
| | |||||
* | (dired-diff): Require diff. | Richard M. Stallman | 1993-11-23 | 1 | -0/+1 |
| | |||||
* | (SIGNALS_VIA_CHARACTERS): Defined. | Richard M. Stallman | 1993-11-23 | 1 | -0/+3 |
| | |||||
* | (telnet-rsh-program): New variable. | Richard M. Stallman | 1993-11-23 | 1 | -3/+8 |
| | | | | | (rsh): Use it. (telnet-count): Now buffer-local. | ||||
* | (finder-known-keywords): Add data, faces, mouse, matching. | Richard M. Stallman | 1993-11-23 | 1 | -1/+5 |
| | |||||
* | Comment change. | Richard M. Stallman | 1993-11-23 | 14 | -22/+23 |
| | |||||
* | Initial revision | Richard M. Stallman | 1993-11-23 | 1 | -0/+259 |
| | |||||
* | Comment change. | Richard M. Stallman | 1993-11-23 | 1 | -1/+1 |
| | |||||
* | (c-indent-region): As first thing, advance to a nonblank line. | Richard M. Stallman | 1993-11-23 | 1 | -0/+3 |
| | |||||
* | (getwd): If getcwd returns 0, we return 0. | Richard M. Stallman | 1993-11-23 | 1 | -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. Stallman | 1993-11-23 | 1 | -12/+9 |
| | |||||
* | (wait_reading_process_input): | Richard M. Stallman | 1993-11-23 | 1 | -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. Stallman | 1993-11-23 | 1 | -0/+13 |
| | |||||
* | (EMACS_GET_TTY_PGRP, EMACS_SET_TTY_PGRP): | Richard M. Stallman | 1993-11-23 | 1 | -1/+1 |
| | | | | If HAVE_TERMIOS and BSD_TERMIOS, don't use tc[sg]etpgrp. | ||||
* | (Fx_disown_selection_internal): When making the fake | Richard M. Stallman | 1993-11-23 | 1 | -3/+3 |
| | | | | event for x_handle_selection_clear, use SELECTION_EVENT_... macros. | ||||
* | (make_buffer_string): Don't copy intervals | Richard M. Stallman | 1993-11-23 | 1 | -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_change | Richard M. Stallman | 1993-11-23 | 1 | -1/+2 |
| | | | | if we did not call prepare_to_modify_buffer. | ||||
* | Declare Fnext_single_property_change and Fnext_property_change. | Richard M. Stallman | 1993-11-23 | 1 | -0/+2 |
| | |||||
* | (HAVE_GETTIMEOFDAY): Define only if HAVE_SOCKETS. | Richard M. Stallman | 1993-11-23 | 1 | -6/+6 |
| | | | | Fix up conditionals changed recently. | ||||
* | Delete periods from error messages. | Richard M. Stallman | 1993-11-23 | 1 | -11/+11 |
| | | | | | (edebug-functionp): Recognize compiled functions. (edebug-display): Supply missing parens in let. | ||||
* | (edebug-functionp): Recognize compiled functions. | Richard M. Stallman | 1993-11-23 | 1 | -0/+1 |
| | |||||
* | (c-indent-region): Don't goto-char sexpend if it's nil. | Richard M. Stallman | 1993-11-23 | 1 | -5/+7 |
| | |||||
* | (View-scroll-lines-forward): | Richard M. Stallman | 1993-11-23 | 1 | -1/+4 |
| | | | | Allow scrolling backward at the end of the buffer. | ||||
* | (comint-preinput-scroll-to-bottom): If SCROLL is `this', | Richard M. Stallman | 1993-11-23 | 1 | -10/+12 |
| | | | | don't bother with walk-windows; just hack the selected window. | ||||
* | (rmail-summary-wipe): If rmail buffer is not visible, | Richard M. Stallman | 1993-11-23 | 1 | -6/+18 |
| | | | | | switch to it in this window. (rmail-summary-mode): Doc fix. | ||||
* | Formerly tasks.texi.~2~ | Richard M. Stallman | 1993-11-23 | 1 | -67/+25 |
| | |||||
* | Initial revision | Richard M. Stallman | 1993-11-23 | 3 | -0/+1524 |
| | |||||
* | (texinfo-if-set, texinfo-if-clear): Act appropriately when flat neither | Robert J. Chassell | 1993-11-23 | 1 | -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. Stallman | 1993-11-23 | 1 | -1/+1 |
| |