Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | * scroll-bar.el (scroll-bar-mode): Variable deleted. | Jim Blandy | 1993-06-10 | 1 | -22/+30 |
| | | | | | (scroll-bar-mode): Function changed to consult default-frame-alist instead of the variable. | ||||
* | * gnus.el (gnus-start-news-server): If no server has been | Jim Blandy | 1993-06-10 | 1 | -10/+14 |
| | | | | | specificed, but gnus-nntp-service is nil, don't ask for a server name; use the local host. | ||||
* | * ange-ftp.el (ange-ftp-make-directory): Take second optional | Jim Blandy | 1993-06-10 | 1 | -2/+6 |
| | | | | argument parents, like the original. Implement it. | ||||
* | * gnus.el (gnus-newsrc-to-gnus-format): Change regexp which | Jim Blandy | 1993-06-10 | 1 | -3/+5 |
| | | | | | matches .newsrc lines for better performance under the new regexp routines. | ||||
* | Doc fix. | Jim Blandy | 1993-06-10 | 1 | -1/+6 |
| | |||||
* | * compile.el (compilation-error-list): When we haven't yet | Jim Blandy | 1993-06-10 | 1 | -16/+24 |
| | | | | | | | generated a marker for the source position of an error message, store (FILENAME . LINE-NUMBER), not ((DIRECTORY . FILE) LINE-NUMBER). Doc fix. (next-error, compilation-parse-errors): Adjusted appropriately. | ||||
* | Apply typo patches from Paul Eggert. | Jim Blandy | 1993-06-09 | 80 | -255/+255 |
| | |||||
* | *** empty log message *** | Jim Blandy | 1993-06-09 | 1 | -2/+2 |
| | |||||
* | * scroll-bar.el (scroll-bar-set-window-start): Remember that the | Jim Blandy | 1993-06-09 | 1 | -1/+3 |
| | | | | | scroll bar numbers reflect the accessible region of the buffer, not the entire buffer. | ||||
* | (dired-flag-auto-save-files): Ignore `*' added by ls -F. | Richard M. Stallman | 1993-06-08 | 1 | -11/+20 |
| | |||||
* | (sc-mark): Use mark-marker. | Richard M. Stallman | 1993-06-08 | 1 | -1/+1 |
| | |||||
* | (fortran-indent-new-line): Renamed from | Richard M. Stallman | 1993-06-08 | 1 | -3/+3 |
| | | | | fortran-reindent-then-newline-and-indent. | ||||
* | (mouse-drag-region-1): Un-comment-out this function. | Richard M. Stallman | 1993-06-08 | 1 | -30/+30 |
| | |||||
* | (Info-follow-reference): Fix completion defaulting. | Richard M. Stallman | 1993-06-08 | 1 | -5/+7 |
| | |||||
* | (safe-documentation): Don't crash on byte-compiled macro. | Richard M. Stallman | 1993-06-08 | 1 | -2/+2 |
| | |||||
* | (telnet-simple-send): New function. | Richard M. Stallman | 1993-06-08 | 1 | -0/+7 |
| | | | | (telnet): Arrange to use that. | ||||
* | (mouse-union-first-preferred): Renamed from mouse-union-first-prefered. | Richard M. Stallman | 1993-06-08 | 1 | -2/+2 |
| | |||||
* | (texinfo-section-types-regexp): Add @chapheading. | Richard M. Stallman | 1993-06-07 | 1 | -1/+1 |
| | |||||
* | (x-create-frame-with-faces): Reversevideo -> ReverseVideo. | Richard M. Stallman | 1993-06-07 | 1 | -1/+1 |
| | |||||
* | (frame-initialize): Reversevideo -> ReverseVideo. | Richard M. Stallman | 1993-06-07 | 1 | -1/+1 |
| | |||||
* | Fix typos in previous change. | Richard M. Stallman | 1993-06-07 | 1 | -6/+12 |
| | | | | | | Add a few menu items. (bibtex-name-alignment): Renamed from bibtex-name-alignement. | ||||
* | Doc fixes. Delete local variable list at the end. | Richard M. Stallman | 1993-06-07 | 1 | -55/+29 |
| | | | | | (expr-forward-sexp): Renamed from forw-expr. (expr-backward-sexp): Renamed from back-expr. | ||||
* | (describe-buffer-case-table): Merge locals i and ch. | Richard M. Stallman | 1993-06-07 | 1 | -6/+8 |
| | | | | Make *Help* current buffer for describe-vector. | ||||
* | (outlinify-sticky): Renamed from outlineify-sticky. | Richard M. Stallman | 1993-06-07 | 1 | -5/+5 |
| | |||||
* | (etags-recognize-tags-table): Fix misspelling of | Richard M. Stallman | 1993-06-07 | 1 | -1/+1 |
| | | | | find-tag-regexp-next-line-after-failure-p. | ||||
* | entered into RCS | Richard M. Stallman | 1993-06-07 | 1 | -5/+5 |
| | |||||
* | (rmail-variables): Default rmail-inbox-list here. | Richard M. Stallman | 1993-06-07 | 1 | -8/+8 |
| | | | | (rmail): Not here. | ||||
* | (ange-ftp-real-load): New function. | Richard M. Stallman | 1993-06-07 | 1 | -2/+14 |
| | | | | (ange-ftp-load): New function--handles `load'. | ||||
* | (outline-minor-mode): Add autoload cookie. | Richard M. Stallman | 1993-06-07 | 1 | -0/+1 |
| | |||||
* | Define 2 local menu-bar submaps. | Richard M. Stallman | 1993-06-06 | 1 | -56/+57 |
| | | | | (bibtex-x-help, bibtex-x-environment): Deleted. | ||||
* | (search-upper-case): Make `no-yanks' the default. | Richard M. Stallman | 1993-06-06 | 1 | -165/+24 |
| | | | | | | | | (isearch-no-upper-case-p): New arg REGEXP-FLAG. (isearch-search): Pass new arg. (isearch-member-equal): Deleted. (isearch-overlay): New variable. (isearch-highlight, isearch-dehighlight): Rewritten to use overlays. | ||||
* | (dired-unmark-all-files): Read arg as just a character. | Richard M. Stallman | 1993-06-06 | 1 | -16/+22 |
| | | | | | | Use non-regexp search to find a specific mark. Use subst-char-in-region to make the change. Improve the message at the end. | ||||
* | (vip-ctl-key-equivalent): Use vip-escape-to-emacs. | Richard M. Stallman | 1993-06-06 | 1 | -79/+18 |
| | | | | | | (vip-escape-to-emacs): Use read-key-sequence and key-binding. Arg EVENTS replaces arg CHAR. (vip-ESC, vip-ctl-c, vip-ctl-x, vip-ctl-h): These callers changed. | ||||
* | (compile-internal): Alter current buffer only temporarily. | Richard M. Stallman | 1993-06-06 | 1 | -30/+31 |
| | |||||
* | (mail-do-fcc): Replace the code for appending to buffer. | Richard M. Stallman | 1993-06-06 | 1 | -13/+22 |
| | |||||
* | (rmail-summary-next-msg): Fix number of dots in regexp. | Richard M. Stallman | 1993-06-05 | 1 | -1/+1 |
| | |||||
* | (scroll-bar-drag-1): | Richard M. Stallman | 1993-06-05 | 1 | -1/+4 |
| | | | | Calculate position relative to the accessible part of the buffer. | ||||
* | (gnus-inews-buggy-date): Doc fix. | Richard M. Stallman | 1993-06-05 | 1 | -2/+1 |
| | |||||
* | entered into RCS | Richard M. Stallman | 1993-06-05 | 1 | -2/+1 |
| | |||||
* | (menu-bar-help-menu): Add defvar. | Richard M. Stallman | 1993-06-05 | 1 | -3/+3 |
| | | | | (menu-bar-edit-menu, menu-bar-file-menu): Likewise. | ||||
* | (dired-flag-backup-files): Handle `*' made by `ls -F'. | Richard M. Stallman | 1993-06-05 | 1 | -1/+10 |
| | |||||
* | (internal-ange-ftp-mode): Renamed from ange-ftp-mode. Callers changed. | Richard M. Stallman | 1993-06-05 | 1 | -5/+5 |
| | |||||
* | (window-system): Enable menu bars only if | Richard M. Stallman | 1993-06-05 | 1 | -1/+2 |
| | | | | window-system is non-nil. | ||||
* | (add-log-current-defun): Fix typos in last change. | Richard M. Stallman | 1993-06-05 | 1 | -3/+3 |
| | |||||
* | (gnus-local-timezone): Doc fix. | Richard M. Stallman | 1993-06-05 | 1 | -4/+9 |
| | |||||
* | (gnus-current-time-zone): New function, which tries | Richard M. Stallman | 1993-06-05 | 1 | -22/+33 |
| | | | | | | | | current-time-zone, and if that fails falls back on gnus-local-timezone. (gnus-inews-date): Use it. (gnus-inews-valid-date): New optional args TIME (default now) and ZONE (default GMT). (gnus-inews-buggy-date): New optional arg TIME (default now). | ||||
* | *** empty log message *** | Richard M. Stallman | 1993-06-05 | 1 | -84/+142 |
| | |||||
* | (x-selection-timeout): Set it, using x-get-resource. | Richard M. Stallman | 1993-06-05 | 1 | -0/+7 |
| | |||||
* | (mh-yank-cur-msg): Use (mark t). | Richard M. Stallman | 1993-06-05 | 1 | -2/+2 |
| | |||||
* | (mark): Doc fix. | Richard M. Stallman | 1993-06-05 | 1 | -2/+3 |
| |