Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | New version from Kifer. | Richard M. Stallman | 1994-05-10 | 1 | -483/+1302 | |
| | ||||||
* | (find-file-noselect): Suppress same-file warning if | Richard M. Stallman | 1994-05-09 | 1 | -2/+4 | |
| | | | | both filenames would print identically. | |||||
* | (rmail-make-basic-summary-line): Get all the lines of the From field. | Richard M. Stallman | 1994-05-09 | 1 | -4/+11 | |
| | ||||||
* | (menu-bar-file-menu): Add Apply Patch and Compare Files | Richard M. Stallman | 1994-05-09 | 1 | -0/+4 | |
| | ||||||
* | Doc fixes. | Richard M. Stallman | 1994-05-09 | 1 | -110/+110 | |
| | ||||||
* | (ange-ftp-start-process): Bind file-name-handler-alist to nil | Richard M. Stallman | 1994-05-09 | 1 | -2/+7 | |
| | ||||||
* | (outline-init) New user interface for control of | Richard M. Stallman | 1994-05-09 | 1 | -946/+1250 | |
| | | | | | | | | | | | | | | | | | | | | | | | outline-mode session setup, sets up `outline-find-file-hook', `outline-layout', and `outline-auto-activation'. (outline-mode-post-command-business, outline-mode) (outlineify-sticky): Major new mode activation scheme. See outline-layout docstring for details. (outline-layout, outline-use-mode-specific-leader) (outline-mode-leaders): Variables for new mode-activation scheme. (outline-expose-topic): New specification format and optimizations, including thorough accomodation of multiple top-level topics. (outline-forward-current-level, outline-next-sibling) (outline-backward-current-level, outline-goto-prefix) (outline-show-children, outline-up-current-level) (outline-expose-topic): Behavior refinements and repairs, and speed optimizations. Better accomodation for multiple top-level topics. (outline-recent-end-of-subtree): New state var, basis for many topic-oriented optimizations. Revisions of many docstrings, for conformance to GNU standards and/or clarity. | |||||
* | (calendar-mouse-set-mark): New function. | Richard M. Stallman | 1994-05-09 | 1 | -1/+8 | |
| | | | | (calendar-mouse-date-menu): Bind it to key. | |||||
* | (tempo-insert-region, tempo-show-completion-buffer, | Richard M. Stallman | 1994-05-08 | 1 | -20/+107 | |
| | | | | | | | | tempo-leave-completion-buffer): New variables. (tempo-complete-tag): Added a completion buffer mechanism. (tempo-display-completions): New function. (tempo-insert-template): An extension to the (p ...) tag enables named insertion for later insertion using a (s ...) tag. | |||||
* | Doc fixes. | Richard M. Stallman | 1994-05-08 | 1 | -18/+19 | |
| | ||||||
* | (calendar-event-to-date): Set buffer in case calendar isn't current. | Richard M. Stallman | 1994-05-08 | 1 | -1/+2 | |
| | ||||||
* | (calendar-mouse-print-dates): Add missing level of list | Richard M. Stallman | 1994-05-08 | 1 | -4/+4 | |
| | | | | | for Islamic, Revolutionary and Mayan calendars. Delete duplicate entry for ISO calendar. | |||||
* | (ignore): Allow interactive call. | Richard M. Stallman | 1994-05-07 | 1 | -0/+1 | |
| | ||||||
* | (mail-mailer-swallows-blank-line): Put space and tab into brackets. | Richard M. Stallman | 1994-05-07 | 1 | -1/+1 | |
| | ||||||
* | (dehexlify-buffer): Reflect that binary-process was | Richard M. Stallman | 1994-05-07 | 1 | -3/+7 | |
| | | | | | | | | renamed to binary-process-output. (dehexlify-buffer): Bind also binary-process-input (for ms-dos). (hexlify-buffer): Bind both binary-process-input and binary-process-input (for ms-dos). (hexl-save-buffer): Force binary save (for ms-dos). | |||||
* | Comment change. | Richard M. Stallman | 1994-05-07 | 1 | -1/+1 | |
| | ||||||
* | (mirror-mode): Commented out. | Richard M. Stallman | 1994-05-07 | 1 | -72/+70 | |
| | ||||||
* | entered into RCS | Richard M. Stallman | 1994-05-07 | 1 | -49/+28 | |
| | ||||||
* | (hexl-insert-char): Increment `address' for every character inserted. | Karl Heuer | 1994-05-07 | 1 | -3/+3 | |
| | ||||||
* | Provide 'resume. | Karl Heuer | 1994-05-07 | 1 | -2/+6 | |
| | | | | | (resume-process-args): Bind `command-line-default-directory' for command-line-1. | |||||
* | (asm-comment): Don't match newline. | Karl Heuer | 1994-05-07 | 1 | -1/+1 | |
| | ||||||
* | (dired-mark-subdir-files): Don't pass any arguments interactively. | Karl Heuer | 1994-05-07 | 1 | -1/+1 | |
| | ||||||
* | (Electric-history-undefined): Substitute `Helper-help', not `Help-for-help'. | Karl Heuer | 1994-05-07 | 1 | -1/+1 | |
| | ||||||
* | (forms-mode): Set visited file name to nil to prevent overwrite and autosave. | Karl Heuer | 1994-05-07 | 1 | -5/+4 | |
| | | | | The previous method didn't go far enough. | |||||
* | (hexl-mode-map): Add bindings for cursor keys. | Karl Heuer | 1994-05-07 | 1 | -0/+9 | |
| | ||||||
* | (hide-ifdef-syntax-table): New variable. | Karl Heuer | 1994-05-07 | 1 | -54/+57 | |
| | | | | | (hif-tokenize): Use it. (hide-ifdef-mode): Don't clobber `c-mode-syntax-table'. | |||||
* | (isearch-edit-string): Doc fix. | Karl Heuer | 1994-05-07 | 1 | -4/+5 | |
| | | | | (isearch-message-prefix): Initialize `isearch-within-brackets'. | |||||
* | (shell-forward-command, shell-backward-command): Fix regexp. | Karl Heuer | 1994-05-07 | 1 | -2/+2 | |
| | ||||||
* | (rmail-spool-directory): On SCO 3.2v4, use /usr/spool/mail. | Richard M. Stallman | 1994-05-07 | 1 | -1/+3 | |
| | ||||||
* | If rmail-spool-directory is not a directory, | Richard M. Stallman | 1994-05-07 | 1 | -16/+15 | |
| | | | | just output an `echo' command to tell about it. | |||||
* | (terminal-edit-mode): Doc fix. | Karl Heuer | 1994-05-07 | 1 | -1/+2 | |
| | | | | (terminal-cease-edit): Reset the local keymap. | |||||
* | (minibuffer-history-sexp-flag): Doc fix. | Karl Heuer | 1994-05-07 | 1 | -1/+1 | |
| | ||||||
* | Don't precompute keybinding cache for menubar. Now done in startup.el instead. | Karl Heuer | 1994-05-07 | 1 | -11/+0 | |
| | ||||||
* | (precompute-menubar-bindings): New function, formerly in loadup.el. | Karl Heuer | 1994-05-07 | 1 | -16/+36 | |
| | | | | | (normal-top-level): Call it here, after loading user files. (command-line-1): Or here, if displaying startup message. | |||||
* | (sc-cite-original): Add autoload. | Richard M. Stallman | 1994-05-07 | 1 | -0/+1 | |
| | ||||||
* | (backquote-backquote-symbol): Don't autoload defvar. | Richard M. Stallman | 1994-05-07 | 1 | -3/+2 | |
| | | | | (`): Write its name directly in the definition. Use defalias. | |||||
* | (rmail-make-basic-summary-line): Show 14 chars before @ and 11 after. | Richard M. Stallman | 1994-05-06 | 1 | -3/+3 | |
| | ||||||
* | Change another new-frame to make-frame (missed this one last time). | Karl Heuer | 1994-05-06 | 1 | -1/+1 | |
| | ||||||
* | (menu-bar-file-menu): Change new-frame to make-frame, to agree with the | Karl Heuer | 1994-05-06 | 1 | -1/+1 | |
| | | | | keyboard binding. | |||||
* | Change new-frame to make-frame. | Karl Heuer | 1994-05-06 | 1 | -1/+1 | |
| | ||||||
* | (Man-notify-when-ready): Change new-frame to make-frame. | Karl Heuer | 1994-05-06 | 1 | -1/+1 | |
| | ||||||
* | (mouse-tear-off-window): Change new-frame to make-frame. | Karl Heuer | 1994-05-06 | 1 | -1/+1 | |
| | ||||||
* | (frame-notice-user-settings): Wait till frame becomes | Richard M. Stallman | 1994-05-06 | 1 | -2/+9 | |
| | | | | visible before using its parameters. | |||||
* | (update-directory-autoloads): Ignore files | Richard M. Stallman | 1994-05-06 | 1 | -2/+3 | |
| | | | | whose names start with =. Bind enable-local-eval to nil. | |||||
* | (imenu-default-create-index-function): | Richard M. Stallman | 1994-05-06 | 1 | -62/+46 | |
| | | | | | Temporarily build in handling of a few major modes. (imenu--completion-buffer): Set completion-reference-buffer properly. | |||||
* | (hilit-lookup-face-create): Don't put string values into the global face-font | Karl Heuer | 1994-05-06 | 1 | -13/+4 | |
| | | | | data. | |||||
* | (frame-notice-user-settings): Use geometry parms from frame | Richard M. Stallman | 1994-05-06 | 1 | -11/+17 | |
| | | | | when the initial specifications did not have them. | |||||
* | (frame-notice-user-settings): When replacing the first | Richard M. Stallman | 1994-05-05 | 1 | -5/+18 | |
| | | | | | | | X frame, use the same geometry parms that were used to make it. (frame-remove-geometry-params): Treat user-size and user-position as geometry parms. Store all those parms into frame-initial-geometry-arguments. | |||||
* | (choose-completion-string): Barf if completing into | Richard M. Stallman | 1994-05-05 | 1 | -8/+16 | |
| | | | | a minibuffer but it's not now active. | |||||
* | (rmail-output-menu): Set rmail-default-rmail-file. | Richard M. Stallman | 1994-05-05 | 1 | -2/+4 | |
| | | | | (rmail-output-to-rmail-file): Doc fix. |