aboutsummaryrefslogtreecommitdiffstats
path: root/lisp
Commit message (Collapse)AuthorAgeFilesLines
* (Info-insert-dir): Capitalize `node' when inserting it.Richard M. Stallman1994-06-271-2/+2
| | | | (Info-search): Don't move point to beginning, after Info-read-subfile.
* (jka-compr-partial-uncompress): Handle the case whereRichard M. Stallman1994-06-261-3/+4
| | | | LEN reaches to or past the end of the data.
* (mouse-scroll-subr): Don't do anything special at eob.Richard M. Stallman1994-06-251-6/+4
| | | | | (mouse-drag-region): Don't treat scrolling differently at eob. (mouse-drag-secondary): Likewise.
* (comint-send-input): Update markers before actually sending the input.Richard M. Stallman1994-06-251-1/+3
|
* (beginning-of-buffer-other-window)Richard M. Stallman1994-06-251-0/+33
| | | | (end-of-buffer-other-window): New functions.
* (frame-notice-user-settings): Make menu-bar-modeRichard M. Stallman1994-06-251-0/+8
| | | | and default-frame-alist consistent with each other.
* (menu-bar-mode): Make this a global variable.Richard M. Stallman1994-06-251-27/+32
| | | | | (menu-bar-mode): Make variable menu-bar-mode and default-frame-alist consistent.
* (ispell-message): Avoid an infinite loop.Richard M. Stallman1994-06-251-1/+6
|
* (popup-menu): Allow user to select nothing.Karl Heuer1994-06-251-4/+5
|
* (show-paren-command-hook): Use matching-paren.Richard M. Stallman1994-06-251-9/+6
| | | | | Call overlay-put once for each overlay. Wait .1 sec to see if any input comes in.
* (add-log-mailing-address): Use user-mail-address.Richard M. Stallman1994-06-251-3/+2
|
* (user-mail-address): New variable.Richard M. Stallman1994-06-251-0/+4
| | | | (normal-top-level): Initialize it.
* (gnus-summary-mode-map): Add menu bar menus.Richard M. Stallman1994-06-241-4/+177
| | | | | | | | | | | (gnus-group-mode-map): Add menu bar menus. (gnus-summary-catchup-to-here): New function. (gnus-summary-show-all-threads): Enable thread use. (gnus-summary-show-thread): Enable thread use. (gnus-summary-hide-all-threads): Enable thread use. (gnus-summary-hide-thread): Enable thread use. (gnus-summary-next-article): Fix previous change.
* (run-at-time): If REPEAT is 0, don't repeat.Richard M. Stallman1994-06-241-1/+3
|
* (tar-alter-one-field): Finish previous renaming change.Richard M. Stallman1994-06-241-1/+1
|
* (find-change-log): If file name specified, just use it.Richard M. Stallman1994-06-241-44/+42
|
* (visit-tags-table-buffer): Don't take car of return frmoRoland McGrath1994-06-241-10/+10
| | | | tags-table-including.
* (popup-menu): Convert list to same-size vector, not singleton vector.Karl Heuer1994-06-231-1/+1
|
* (move-to-tab-stop): Delete unnecessary spacesRichard M. Stallman1994-06-231-0/+23
| | | | before the old point if a tab followed or follows the old point.
* (shell-prefixed-directory-name): Do nothing ifRichard M. Stallman1994-06-231-6/+8
| | | | comint-file-name-prefix is empty. Do not inline.
* (comint-read-input-ring): Use ring-insert-at-beginning.Richard M. Stallman1994-06-231-14/+17
| | | | | Insert most recent string first and only as many as we need. Don't visit the file, just read it.
* (ring-insert-at-beginning): New function.Richard M. Stallman1994-06-231-2/+14
| | | | Don't visit the file, just read it.
* (soundex-alist): Delete the elements that mapped into nil.Richard M. Stallman1994-06-231-3/+2
|
* (tar-extract): Set file name by hand before callingRichard M. Stallman1994-06-231-17/+21
| | | | | | | | | | | | | | set-visited-file-name. Various renamings; all callers changed. (tar-header-block-tokenize): Renamed from tokenize-tar-header-block. (tar-header-block-checksum): Renamed from checksum-tar-header-block. (tar-header-block-check-checksum): Renamed from check-tar-header-block-checksum. (tar-header-block-recompute-checksum): Renamed from recompute-tar-header-block-checksum. (tar-header-block-summarize): Renamed from summarize-tar-header-block.
* (show-paren-command-hook): Handle close paren rather than open parenRichard M. Stallman1994-06-231-4/+4
| | | | if point is between the two.
* Comment change.Richard M. Stallman1994-06-231-0/+2
|
* (print-region-1): Don't include a space in the job name.Richard M. Stallman1994-06-231-2/+3
|
* (show-paren-command-hook): Set paren foreground to white.Richard M. Stallman1994-06-231-1/+3
|
* (Info-next-preorder-1): New function.Richard M. Stallman1994-06-231-6/+18
| | | | | (Info-mouse-follow-nearest-node): Use that. (Info-follow-nearest-node): Use that.
* Fix bits of last change lost in Emacs crash.Roland McGrath1994-06-231-3/+5
|
* (tags-table-including): Don't call tags-table-check-computed-list.Roland McGrath1994-06-231-9/+23
| | | | | After skipping a table not in core, make sure TABLES is non-nil before using it. At end, find the table in the user's list which includes FOUND.
* (resize-minibuffer-window-exactly, resize-minibuffer-frame,Noah Friedman1994-06-221-17/+58
| | | | | | | | | | | | | | | | | | resize-minibuffer-frame-exactly): Doc fixes. (resize-minibuffer-frame-exactly): make default t. (resize-minibuffer-frame-original-height): New variable. (resize-minibuffer-setup): Set it locally in the minibuffer. (resize-minibuffer-frame): Use it instead of minibuffer-frame-alist's height. (resize-minibuffer-setup): Append resize-minibuffer-window and resize-minibuffer-frame to the end of post-command-hook, don't insert on the front. (resize-minibuffer-window-restore): New function. (resize-minibuffer-setup): Put it on minibuffer-exit-hook.
* (make-face): Return the face name, not the vector.Richard M. Stallman1994-06-221-1/+2
|
* Rearrange the edit and file menus, and add separators.Richard M. Stallman1994-06-221-10/+35
|
* (double-prefix-only): New variable.Richard M. Stallman1994-06-221-0/+13
| | | | (double-translate-key): Use it.
* (backquote-process): Fix criterion for using FIRSTLIST.Richard M. Stallman1994-06-221-1/+4
|
* (scroll-other-window-down): New command.Richard M. Stallman1994-06-221-4/+11
| | | | (blink-matching-open): Use matching-paren.
* Update copyright notice.Richard M. Stallman1994-06-221-1/+1
|
* (setenv): Rewrite. Provide a way to unset interactively.Richard M. Stallman1994-06-221-15/+23
|
* (setenv): Do something even if process-environment is nil.Richard M. Stallman1994-06-221-10/+13
|
* (face-equal): Do check the underline attribute.Richard M. Stallman1994-06-211-0/+1
|
* Fix references to diary.el.Richard M. Stallman1994-06-211-4/+4
|
* (delete-auto-save-files): Doc fix.Richard M. Stallman1994-06-211-2/+2
| | | | (insert-directory): Don't quote braces for shell.
* Don't bind keys C-insert, C-delete, andRichard M. Stallman1994-06-211-3/+7
| | | | S-insert if they are already bound.
* (Info-directory-list): For msdos, don't check forRichard M. Stallman1994-06-211-4/+9
| | | | exec-directory != ../lib-src (since we use wrapped binaries).
* (move-to-tab-stop): Get rid of spaces before tabsRichard M. Stallman1994-06-201-1/+6
| | | | that were made by an immediately previous use of this command.
* (tpu-doc-revision): Variable deleted.Richard M. Stallman1994-06-201-10/+7
|
* (tpu-edt-off): Restore original global key map.Richard M. Stallman1994-06-201-18/+50
| | | | | | | | | (tpu-next-file-buffer): Move to dired buffer too. (tpu-make-file-buffer-list): New function. (tpu-version): New version. (tpu-set-mode-line): Added line-number-mode to mode-line. (tpu-search-forward-exit, tpu-search-backward-exit): New functions, key mappings.
* Require tpu-edt.Richard M. Stallman1994-06-201-4/+3
| | | | (tpu-extras-revision): Variable deleted.
* Change size of selected screen. Reposition afterRichard M. Stallman1994-06-201-12/+18
| | | | | | | printing help. Null default directory for save. Produce minibuffer key bindings for kp4 and kp5. (tpu-kp4, tpu-kp5): New variables. (tpu-mapper-revision): Variable deleted.