summaryrefslogtreecommitdiff
path: root/lisp
Commit message (Collapse)AuthorAgeFilesLines
* Doc fixes.Richard M. Stallman1992-10-181-1/+1
|
* Comment fix.Richard M. Stallman1992-10-181-2/+2
|
* Delete version 18 compatibility stuff.Richard M. Stallman1992-10-181-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. Stallman1992-10-181-1/+22
| | | | (sendmail-send-it): Call expand-mail-aliases.
* (rmail-sort-messages): Give up right away if not Rmail mode.Richard M. Stallman1992-10-181-0/+2
|
* Dox fixes.Christopher Zaborsky1992-10-181-81/+93
|
* (occur): Always search entire buffer.Richard M. Stallman1992-10-181-14/+7
|
* * mouse.el (mouse-tear-off-window): New function.Jim Blandy1992-10-171-0/+10
|
* (mouse-set-region): New command. Bind drag-mouse-1 to it.Richard M. Stallman1992-10-171-1/+15
|
* (telnet): Do erase-buffer after the initial output.Richard M. Stallman1992-10-161-1/+1
|
* (telnet): Wait for telnet output before sending `open'.Richard M. Stallman1992-10-151-0/+2
|
* * files.el (file-truename): The variable ~ should be considered anJim Blandy1992-10-141-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, callRoland McGrath1992-10-121-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. Stallman1992-10-121-1/+2
|
* (buffer-file-number): New variable.Richard M. Stallman1992-10-121-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 fileJim Blandy1992-10-111-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 toJim Blandy1992-10-111-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. Stallman1992-10-111-4/+7
|
* (comint-last-input-match): defvar moved up.Richard M. Stallman1992-10-101-4/+4
|
* Dox fix.Christopher Zaborsky1992-10-091-2/+2
|
* (mail-unsent-separator): Handle "Message text follows".Richard M. Stallman1992-10-091-1/+2
|
* Doc fix.Richard M. Stallman1992-10-091-2/+1
|
* (mail-unsent-separator): Allow "original message" as alternative.Richard M. Stallman1992-10-091-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. Stallman1992-10-081-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 callingRichard M. Stallman1992-10-081-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. Stallman1992-10-081-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. Stallman1992-10-081-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. Stallman1992-10-081-0/+2
|
* * mouse.el: Begin adapting this to the new event format.Jim Blandy1992-10-071-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 Arceneaux1992-10-071-6/+1
|
* CP:: changed to cust-print- in all names.Richard M. Stallman1992-10-071-131/+130
| | | | Lots of doc fixes.
* Dox fix.Christopher Zaborsky1992-10-061-13/+15
|
* Doc fix.Christopher Zaborsky1992-10-064-66/+77
|
* Doc fix.Christopher Zaborsky1992-10-061-10/+11
|
* * cal-mayan.el (calendar-print-mayan-date): Fix conversion inJim Blandy1992-10-061-2/+2
| | | | output message.
* (vc-backend-steal): Delete the workfile after the rcs -M -u.Richard M. Stallman1992-10-061-1/+2
|
* (add-log-current-defun): Catch errors checking for DEFUN.Richard M. Stallman1992-10-061-7/+9
|
* (vc-backend-steal): Put filename after options in rcs commands.Richard M. Stallman1992-10-051-3/+3
|
* (vc-steal-lock): Use mail-setup, and do like `mail'.Richard M. Stallman1992-10-051-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 Arceneaux1992-10-051-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. Stallman1992-10-051-8/+0
|
* Dox fixes.Richard M. Stallman1992-10-051-7/+7
|
* (vc-backend-checkin): Change buffers to get local value of vc-checkin-switches.Roland McGrath1992-10-051-15/+18
|
* (vc-backend-checkin): Use apply on vc-do-command: vc-checkin-switches is aRoland McGrath1992-10-051-9/+9
| | | | list.
* (vc-checkin-switches): New defvar.Roland McGrath1992-10-051-3/+8
| | | | (vc-backend-checkin): Pass vc-checkin-switches to prog.
* Most functions renamed to start with ls-lisp.Richard M. Stallman1992-10-051-150/+99
| | | | (insert-directory): Renamed from dired-ls.
* (dired-lisp-ls): var `short' was erronously unbound.Sebastian Kremer1992-10-041-3/+4
|
* (fill-paragraph): Don't actually change point beforeRichard M. Stallman1992-10-041-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. Stallman1992-10-041-1/+2
|
* Dox fix.Richard M. Stallman1992-10-031-3/+0
|