Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | * scrollbar.el: New file. | Jim Blandy | 1993-01-14 | 2 | -0/+103 |
| | | | | * term/x-win.el: Require 'scrollbar. | ||||
* | * simple.el (set-goal-column): Make this command disabled by default. | Jim Blandy | 1993-01-14 | 1 | -1/+4 |
| | |||||
* | * page-ext.el (next-page): Correctly handle negative page count. | Jim Blandy | 1993-01-14 | 1 | -1/+4 |
| | |||||
* | * frame.el (frame-notice-user-settings): Don't try to delete the | Jim Blandy | 1993-01-14 | 1 | -2/+2 |
| | | | | initial frame if the user took care of that. | ||||
* | Initial revision | Jim Blandy | 1993-01-14 | 1 | -0/+0 |
| | |||||
* | (mouse-save-then-kill): When deleting, avoid delay | Richard M. Stallman | 1993-01-13 | 1 | -15/+19 |
| | | | | | and don't set the mark. Replace obsolete fn event-point. (mouse-kill): Replace obsolete fn event-point. | ||||
* | (kill-append): Doc fix. | Richard M. Stallman | 1993-01-11 | 1 | -1/+1 |
| | |||||
* | (mail-unsent-separator): Add `-- begin message --'. | Richard M. Stallman | 1993-01-09 | 1 | -0/+1 |
| | |||||
* | (dired-mark-read-regexp): Give dired-read-regexp 1 arg. | Richard M. Stallman | 1993-01-09 | 1 | -2/+1 |
| | |||||
* | (dired-regexp-history): New history list. | Richard M. Stallman | 1993-01-09 | 1 | -4/+5 |
| | | | | (dired-read-regexp): Use that history list. Take just one arg. | ||||
* | (update-copyright): Doc fix. | Roland McGrath | 1993-01-09 | 1 | -2/+2 |
| | |||||
* | Use process-send-string instead of send-string. | Michael I. Bushnell | 1993-01-08 | 1 | -1/+1 |
| | |||||
* | (add-change-log-entry): Search for existing ChangeLog | Richard M. Stallman | 1993-01-08 | 1 | -0/+16 |
| | | | | in parent dir and its parents. | ||||
* | (run-at-time): Use a pipe to talk to the timer process. | Roland McGrath | 1993-01-08 | 1 | -2/+3 |
| | |||||
* | Initial revision | Richard M. Stallman | 1993-01-08 | 1 | -0/+1563 |
| | |||||
* | entered into RCS | Richard M. Stallman | 1993-01-08 | 2 | -0/+332 |
| | |||||
* | (mail-send): Don't clear modified or delete autosave if visiting a file. | Richard M. Stallman | 1993-01-07 | 1 | -4/+8 |
| | |||||
* | * simple.el (kill-region): Change interactive spec to signal an | Jim Blandy | 1993-01-07 | 1 | -6/+8 |
| | | | | | | | | | | error if the buffer is read-only, and remove the code to do a copy-region-as-kill if the buffer is read-only. * simple.el (set-mark-command): Clarify doc string. * simple.el (prefix-arg-internal): Don't apply string-to-char to get the first element of the key sequence - it might be a vector. | ||||
* | entered into RCS | Richard M. Stallman | 1993-01-06 | 1 | -0/+674 |
| | |||||
* | (apropos-match-keys): Handle non-chars as keys. | Richard M. Stallman | 1993-01-04 | 1 | -1/+3 |
| | |||||
* | (compilation-sentinel): Change buffer-read-only with let. | Richard M. Stallman | 1993-01-02 | 1 | -20/+19 |
| | |||||
* | (texinfo-tex-command): Use texi2dvi. | Richard M. Stallman | 1992-12-30 | 1 | -13/+13 |
| | | | | (texinfo-texindex, texinfo-texindex-command): Commented out. | ||||
* | (mouse-buffer-menu): Select the window clicked on. | Richard M. Stallman | 1992-12-29 | 1 | -2/+9 |
| | |||||
* | (add-change-log-entry): Notice when ENTRY is equal to FILE-NAME, | Roland McGrath | 1992-12-29 | 1 | -56/+40 |
| | | | | | | not the hard-wired string "ChangeLog". Added missing regexp-quote's in same-day entry search. Search only in the first paragraph for a similar entry to add to. | ||||
* | (abbreviated-home-dir): New variable. | Richard M. Stallman | 1992-12-26 | 1 | -1/+15 |
| | | | | (abbreviate-file-name): Properly convert abbreviated homedir to ~. | ||||
* | (visit-tags-table-buffer): When picking a table and using tags-table-list, | Roland McGrath | 1992-12-24 | 1 | -1/+9 |
| | | | | skip over nonexistent files in the list. | ||||
* | (etags-verify-tags-table): Use eq instead of = in case char-after returns | Roland McGrath | 1992-12-24 | 1 | -1/+2 |
| | | | | nil. | ||||
* | * sendmail.el (mail-position-on-field): `end' is guaranteed to be | Jim Blandy | 1992-12-24 | 1 | -1/+0 |
| | | | | | at the beginning of the header separator; don't skip back to the end of the previous line. | ||||
* | * rmail.el (rmail-unix-mail-delimiter): Not all time zone names | Jim Blandy | 1992-12-24 | 1 | -1/+1 |
| | | | | | end with "T". Accept any sequence of three or four alphabetic characters. | ||||
* | * loadup.el: Dump under the name `emacs', not `xemacs'. | Jim Blandy | 1992-12-24 | 1 | -4/+8 |
| | |||||
* | * compile.el (compilation-error-regexp-alist): Tightened up | Jim Blandy | 1992-12-24 | 1 | -1/+8 |
| | | | | | | | | BSD/GNU regexp to insist that line number end with a colon or close-paren. * compile.el (compilation-error-regexp-alist): Add regexp for the MIPS CC distributed with Ultrix. | ||||
* | * c-mode.el (c-fill-paragraph): Calculating the proper fill-prefix | Jim Blandy | 1992-12-24 | 1 | -14/+52 |
| | | | | | | | | | shouldn't change the buffer text. Make it not. If we're in the blank space before another comment, fill that one as a comment, not as normal text. * c-mode.el (c-fill-paragraph): When guessing the fill prefix, don't ever grab any actual text. | ||||
* | (visit-tags-table-buffer): Don't look in list for tags-file-name if nil. | Roland McGrath | 1992-12-21 | 1 | -1/+2 |
| | |||||
* | Many comments added and docstrings fixed. | Roland McGrath | 1992-12-21 | 1 | -123/+197 |
| | | | | | | | | | | | | | | | | | | (tags-table-list): Elt of nil is not special. (tags-expand-table-name): Value of nil is not special. (tags-next-table): Removed arg RESET; no caller used it. (visit-tags-table-buffer): Don't need to do tags-expand-table-name in or form. When table is invalid, only set tags-file-name to nil globally if its global value contained the losing table file name. (find-tag-tag): Return a string, not a list. (find-tag-noselect, find-tag, find-tag-other-window, find-tag-other-frame): Changed callers. (etags-recognize-tags-table): Call etags-verify-tags-table, rather than duplicating its functionality. (visit-tags-table-buffer): When CONT is 'same, set it to nil after the cond. We want the normal list frobbing to take place in this case. (find-tag-other-window): Save and restore window-point around call to find-tag-noselect. | ||||
* | (ignore): Use defun instead of fset to define; the byte compiler is smart | Roland McGrath | 1992-12-21 | 1 | -8/+3 |
| | | | | enough now not to compile this trivial function into slow byte code. | ||||
* | Display load-path at start. | Richard M. Stallman | 1992-12-19 | 1 | -0/+3 |
| | |||||
* | * vc.el (vc-do-command): Set the default directory of the *vc* | Jim Blandy | 1992-12-12 | 1 | -1/+6 |
| | | | | buffer to the directory containing FILE. | ||||
* | Sat Dec 12 03:22:57 1992 Jim Blandy (jimb@totoro.cs.oberlin.edu) | Jim Blandy | 1992-12-12 | 1 | -1/+2 |
| | | | | | | * paths.el (Info-default-directory-list): The info files are supposed to be in /usr/local/info these days. Add it to the list of directories to search. | ||||
* | The find-file-name-handler function in ../src/fileio.c is now | Jim Blandy | 1992-12-12 | 4 | -64/+9 |
| | | | | | | | | | | callable from lisp; use it instead of writing out its code. * dired-aux.el (dired-compress-file): Just that. * dired.el (dired-uncache): Just that. * files.el (file-local-copy, file-truename, file-name-sans-versions, make-directory, save-buffers-kill-emacs): Just that. * ls-lisp.el (insert-directory): Just that. | ||||
* | * lpr.el (lpr-switches, lpr-command): Make these defvars, not | Jim Blandy | 1992-12-12 | 1 | -2/+2 |
| | | | | defconsts. | ||||
* | * ange-ftp.el (ange-ftp-unhandled-file-name-directory): New | Jim Blandy | 1992-12-12 | 1 | -1/+8 |
| | | | | | function. Set ange-ftp's `unhandled-file-name-property' to its name. | ||||
* | (Info-{first,second,third,fourth,fifth}-menu-item): Removed. | Roland McGrath | 1992-12-09 | 1 | -1/+1 |
| | | | | | (Info-nth-menu-item): New function; bound to 1..9. Bind 0 to undefined, not to Info-nth-menu-item. | ||||
* | (Info-{first,second,third,fourth,fifth}-menu-item): Removed. | Roland McGrath | 1992-12-09 | 1 | -34/+17 |
| | | | | (Info-nth-menu-item): New function; bound to 1..9. | ||||
* | * sendmail.el (mail-self-blind, mail-interactive, | Jim Blandy | 1992-12-06 | 1 | -3/+3 |
| | | | | | | mail-yank-ignored-headers): Make these defvars, not defconsts. Otherwise, they wipe out the user's customizations when we autoload sendmail.el. | ||||
* | Tue Dec 1 22:34:42 1992 Jim Blandy (jimb@totoro.cs.oberlin.edu) | Jim Blandy | 1992-12-06 | 1 | -17/+31 |
| | | | | | | * hanoi.el (hanoi): If pole-spacing is odd, round down, not up. To see if the window is wide enough, just check if one half of a ring will fit inside pole-spacing. | ||||
* | Fri Dec 4 00:31:30 1992 Jim Blandy (jimb@totoro.cs.oberlin.edu) | Jim Blandy | 1992-12-06 | 1 | -1/+1 |
| | | | | | | * c-mode.el (c-fill-paragraph): When trying to make sure that the comment ender isn't on its own line, don't signal an error if there is no comment ender. | ||||
* | * c-mode.el (c-style-alist): Add quotes around C++ style name. | Eric S. Raymond | 1992-12-06 | 1 | -1/+1 |
| | |||||
* | (add-change-log-entry): Expand file-name again after chasing links. | Richard M. Stallman | 1992-11-27 | 1 | -1/+2 |
| | |||||
* | (vc-next-action): Undo previous change. | Richard M. Stallman | 1992-11-20 | 1 | -2/+3 |
| | |||||
* | Thu Nov 19 16:44:24 1992 Jim Blandy (jimb@totoro.cs.oberlin.edu) | Jim Blandy | 1992-11-20 | 1 | -25/+40 |
| | | | | | | | | | | | | | * vc.el (vc-next-action): Pass t as NOQUERY argument to vc-resynch-window here too. This means that all uses of vc-resynch-window pass t; I'm going to wait until I understand the situation better before I rip out the NOQUERY argument altogether. * vc.el (vc-revert-buffer1): Try to preserve the position of mark as well as point. (vc-position-context, vc-find-position-by-context): New functions to help with that, made out of the old innards of vc-revert-buffer1. |