| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Doc fixes. | Richard M. Stallman | 1992-10-18 | 1 | -1/+1 |
| | | |||||
| * | Comment fix. | Richard M. Stallman | 1992-10-18 | 1 | -2/+2 |
| | | |||||
| * | Delete version 18 compatibility stuff. | Richard M. Stallman | 1992-10-18 | 1 | -209/+67 |
| | | | | | | | | (mail-abbrevs, build-mail-abbrevs, rebuild-mail-abbrevs): (merge-mail-abbrevs): Renamed `mail-aliases' to `mail-abbrevs'. (mail-abbrev-end-of-buffer): Renamed from abbrev-hacking-end-of-buffer. (mail-abbrev-next-line): Renamed from abbrev-hacking-next-line. | ||||
| * | (mail-setup): Call build-mail-aliases, not mail-abbrev-setup. | Richard M. Stallman | 1992-10-18 | 1 | -1/+22 |
| | | | | | (sendmail-send-it): Call expand-mail-aliases. | ||||
| * | (rmail-sort-messages): Give up right away if not Rmail mode. | Richard M. Stallman | 1992-10-18 | 1 | -0/+2 |
| | | |||||
| * | Dox fixes. | Christopher Zaborsky | 1992-10-18 | 1 | -81/+93 |
| | | |||||
| * | (occur): Always search entire buffer. | Richard M. Stallman | 1992-10-18 | 1 | -14/+7 |
| | | |||||
| * | * mouse.el (mouse-tear-off-window): New function. | Jim Blandy | 1992-10-17 | 1 | -0/+10 |
| | | |||||
| * | (mouse-set-region): New command. Bind drag-mouse-1 to it. | Richard M. Stallman | 1992-10-17 | 1 | -1/+15 |
| | | |||||
| * | (telnet): Do erase-buffer after the initial output. | Richard M. Stallman | 1992-10-16 | 1 | -1/+1 |
| | | |||||
| * | (telnet): Wait for telnet output before sending `open'. | Richard M. Stallman | 1992-10-15 | 1 | -0/+2 |
| | | |||||
| * | * files.el (file-truename): The variable ~ should be considered an | Jim Blandy | 1992-10-14 | 1 | -1/+3 |
| | | | | | | absolute pathname; handle it correctly. Concatenate the directory onto the filename in the correct order. | ||||
| * | (visit-tags-table-buffer): When trying to pick table, call | Roland McGrath | 1992-10-12 | 1 | -12/+14 |
| | | | | | | tags-expand-table-name on alternatives that might be nil. (tags-table-files): Don't call visit-tags-table-buffer; assume we are there. | ||||
| * | (edit-picture): Run picture-mode-hook. | Richard M. Stallman | 1992-10-12 | 1 | -1/+2 |
| | | |||||
| * | (buffer-file-number): New variable. | Richard M. Stallman | 1992-10-12 | 1 | -63/+224 |
| | | | | | | | | | | (find-file-noselect): Record the file's filenum and devnum. Notify if any buffer has the same values. (basic-save-buffer): Save new filenum and devnum. For file-precious-flag, pass real name as VISIT arg of write-region. (set-visited-file-name): Likewise. Clear buffer-file-{number,truename} if now visiting no file. | ||||
| * | * rmail.el (rmail-mode): Make this autoload; we might find a file | Jim Blandy | 1992-10-11 | 1 | -0/+1 |
| | | | | | | whose first line local variables want to put it in RMAIL mode; that ought to work. | ||||
| * | * dired-aux.el (dired-compress-file): Change references to | Jim Blandy | 1992-10-11 | 1 | -4/+4 |
| | | | | | | | `from-file' to use `file'; the former only works because dired-compress-file is only called by dired-compress, which binds from-file. | ||||
| * | (isearch-ring-advance-edit): Delete spurious `)'. | Richard M. Stallman | 1992-10-11 | 1 | -4/+7 |
| | | |||||
| * | (comint-last-input-match): defvar moved up. | Richard M. Stallman | 1992-10-10 | 1 | -4/+4 |
| | | |||||
| * | Dox fix. | Christopher Zaborsky | 1992-10-09 | 1 | -2/+2 |
| | | |||||
| * | (mail-unsent-separator): Handle "Message text follows". | Richard M. Stallman | 1992-10-09 | 1 | -1/+2 |
| | | |||||
| * | Doc fix. | Richard M. Stallman | 1992-10-09 | 1 | -2/+1 |
| | | |||||
| * | (mail-unsent-separator): Allow "original message" as alternative. | Richard M. Stallman | 1992-10-09 | 1 | -3/+6 |
| | | | | | | Allow extra dashes and spaces. (rmail-retry-failure): Ignore case while searching for unsent sep. | ||||
| * | (add-log-current-defun): In normal C case, | Richard M. Stallman | 1992-10-08 | 1 | -1/+3 |
| | | | | | | | | start with beginning-of-line. In last (fallback) case, start with end-of-line. (add-log-current-defun-header-regexp): In first alternative within the parens, don't allow space as last character. | ||||
| * | (cmulisp-mode): Eliminate compatibility code calling | Richard M. Stallman | 1992-10-08 | 1 | -6/+5 |
| | | | | | | | | lisp-mode-variables with no arg. (cmulisp-mode-map): Use shared-lisp-mode-map as tail. (cmulisp-args-to-list): Fix typo in recursive call. (cmulisp-buffer): Define variable. | ||||
| * | (inferior-scheme-filter-regexp): | Richard M. Stallman | 1992-10-08 | 1 | -4/+6 |
| | | | | | | Move definition of this var up before first use. (scheme-buffer): Define variable. | ||||
| * | (custom-prin1-chars): Var defined, and renamed from prin1-chars. | Richard M. Stallman | 1992-10-08 | 1 | -54/+55 |
| | | | | | | | | (circle-tree, circle-table): Define vars. (cust-print-vector, cust-print-list): Rename level to circle-level. (cust-print-top-level): Likewise. (circle-level): Var defined. | ||||
| * | (hack-local-variables): Ignore attempts to bind enable-local-eval. | Richard M. Stallman | 1992-10-08 | 1 | -0/+2 |
| | | |||||
| * | * mouse.el: Begin adapting this to the new event format. | Jim Blandy | 1992-10-07 | 1 | -17/+60 |
| | | | | | | | | | | | | | | | (event-window, event-point, mouse-coords, mouse-timestamp): Removed. (event-start, event-end, posn-window, posn-point, posn-col-row, posn-timestamp): New accessors; these are defsubsts. (mouse-delete-window, mouse-delete-other-windows, mouse-split-window-vertically, mouse-set-point): Rewritten to use the new accessors. * mouse.el: Remove hack of binding down-mouse-1. * mouse.el (mouse-movement-p): Add docstring for this. | ||||
| * | Cleaned up rmail-first-unseen-message. | Joseph Arceneaux | 1992-10-07 | 1 | -6/+1 |
| | | |||||
| * | CP:: changed to cust-print- in all names. | Richard M. Stallman | 1992-10-07 | 1 | -131/+130 |
| | | | | | Lots of doc fixes. | ||||
| * | Dox fix. | Christopher Zaborsky | 1992-10-06 | 1 | -13/+15 |
| | | |||||
| * | Doc fix. | Christopher Zaborsky | 1992-10-06 | 4 | -66/+77 |
| | | |||||
| * | Doc fix. | Christopher Zaborsky | 1992-10-06 | 1 | -10/+11 |
| | | |||||
| * | * cal-mayan.el (calendar-print-mayan-date): Fix conversion in | Jim Blandy | 1992-10-06 | 1 | -2/+2 |
| | | | | | output message. | ||||
| * | (vc-backend-steal): Delete the workfile after the rcs -M -u. | Richard M. Stallman | 1992-10-06 | 1 | -1/+2 |
| | | |||||
| * | (add-log-current-defun): Catch errors checking for DEFUN. | Richard M. Stallman | 1992-10-06 | 1 | -7/+9 |
| | | |||||
| * | (vc-backend-steal): Put filename after options in rcs commands. | Richard M. Stallman | 1992-10-05 | 1 | -3/+3 |
| | | |||||
| * | (vc-steal-lock): Use mail-setup, and do like `mail'. | Richard M. Stallman | 1992-10-05 | 1 | -17/+15 |
| | | | | | | Supply vc-finish-steal as an action on sending. (vc-finish-steal): Delete the code to send the message. | ||||
| * | * rmail.el (rmail-first-unseen-message): Don't show the message, | Joseph Arceneaux | 1992-10-05 | 1 | -6/+17 |
| | | | | | | | | | | just return its number, if there was an unseen message. (rmail): Check for unseen messages before calling rmail-get-new-mail. After getting the new mail, call rmail-show-message to show the pre-existing unseen message, or if that is nil, the current message, which rmail-get-new-mail sets to the first new message. | ||||
| * | (Info-restore-point): Delete duplicate definition. | Richard M. Stallman | 1992-10-05 | 1 | -8/+0 |
| | | |||||
| * | Dox fixes. | Richard M. Stallman | 1992-10-05 | 1 | -7/+7 |
| | | |||||
| * | (vc-backend-checkin): Change buffers to get local value of vc-checkin-switches. | Roland McGrath | 1992-10-05 | 1 | -15/+18 |
| | | |||||
| * | (vc-backend-checkin): Use apply on vc-do-command: vc-checkin-switches is a | Roland McGrath | 1992-10-05 | 1 | -9/+9 |
| | | | | | list. | ||||
| * | (vc-checkin-switches): New defvar. | Roland McGrath | 1992-10-05 | 1 | -3/+8 |
| | | | | | (vc-backend-checkin): Pass vc-checkin-switches to prog. | ||||
| * | Most functions renamed to start with ls-lisp. | Richard M. Stallman | 1992-10-05 | 1 | -150/+99 |
| | | | | | (insert-directory): Renamed from dired-ls. | ||||
| * | (dired-lisp-ls): var `short' was erronously unbound. | Sebastian Kremer | 1992-10-04 | 1 | -3/+4 |
| | | |||||
| * | (fill-paragraph): Don't actually change point before | Richard M. Stallman | 1992-10-04 | 1 | -6/+11 |
| | | | | | | calling fill-region-as-paragraph. (fill-region-as-paragraph): Save point on undo list at start. | ||||
| * | (insert-buffer): Before reading arg, barf if read-only. | Richard M. Stallman | 1992-10-04 | 1 | -1/+2 |
| | | |||||
| * | Dox fix. | Richard M. Stallman | 1992-10-03 | 1 | -3/+0 |
| | | |||||
