summaryrefslogtreecommitdiff
path: root/lisp
Commit message (Collapse)AuthorAgeFilesLines
...
* New version from Kifer.Richard M. Stallman1994-05-101-483/+1302
|
* (find-file-noselect): Suppress same-file warning ifRichard M. Stallman1994-05-091-2/+4
| | | | both filenames would print identically.
* (rmail-make-basic-summary-line): Get all the lines of the From field.Richard M. Stallman1994-05-091-4/+11
|
* (menu-bar-file-menu): Add Apply Patch and Compare FilesRichard M. Stallman1994-05-091-0/+4
|
* Doc fixes.Richard M. Stallman1994-05-091-110/+110
|
* (ange-ftp-start-process): Bind file-name-handler-alist to nilRichard M. Stallman1994-05-091-2/+7
|
* (outline-init) New user interface for control ofRichard M. Stallman1994-05-091-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. Stallman1994-05-091-1/+8
| | | | (calendar-mouse-date-menu): Bind it to key.
* (tempo-insert-region, tempo-show-completion-buffer,Richard M. Stallman1994-05-081-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. Stallman1994-05-081-18/+19
|
* (calendar-event-to-date): Set buffer in case calendar isn't current.Richard M. Stallman1994-05-081-1/+2
|
* (calendar-mouse-print-dates): Add missing level of listRichard M. Stallman1994-05-081-4/+4
| | | | | for Islamic, Revolutionary and Mayan calendars. Delete duplicate entry for ISO calendar.
* (ignore): Allow interactive call.Richard M. Stallman1994-05-071-0/+1
|
* (mail-mailer-swallows-blank-line): Put space and tab into brackets.Richard M. Stallman1994-05-071-1/+1
|
* (dehexlify-buffer): Reflect that binary-process wasRichard M. Stallman1994-05-071-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. Stallman1994-05-071-1/+1
|
* (mirror-mode): Commented out.Richard M. Stallman1994-05-071-72/+70
|
* entered into RCSRichard M. Stallman1994-05-071-49/+28
|
* (hexl-insert-char): Increment `address' for every character inserted.Karl Heuer1994-05-071-3/+3
|
* Provide 'resume.Karl Heuer1994-05-071-2/+6
| | | | | (resume-process-args): Bind `command-line-default-directory' for command-line-1.
* (asm-comment): Don't match newline.Karl Heuer1994-05-071-1/+1
|
* (dired-mark-subdir-files): Don't pass any arguments interactively.Karl Heuer1994-05-071-1/+1
|
* (Electric-history-undefined): Substitute `Helper-help', not `Help-for-help'.Karl Heuer1994-05-071-1/+1
|
* (forms-mode): Set visited file name to nil to prevent overwrite and autosave.Karl Heuer1994-05-071-5/+4
| | | | The previous method didn't go far enough.
* (hexl-mode-map): Add bindings for cursor keys.Karl Heuer1994-05-071-0/+9
|
* (hide-ifdef-syntax-table): New variable.Karl Heuer1994-05-071-54/+57
| | | | | (hif-tokenize): Use it. (hide-ifdef-mode): Don't clobber `c-mode-syntax-table'.
* (isearch-edit-string): Doc fix.Karl Heuer1994-05-071-4/+5
| | | | (isearch-message-prefix): Initialize `isearch-within-brackets'.
* (shell-forward-command, shell-backward-command): Fix regexp.Karl Heuer1994-05-071-2/+2
|
* (rmail-spool-directory): On SCO 3.2v4, use /usr/spool/mail.Richard M. Stallman1994-05-071-1/+3
|
* If rmail-spool-directory is not a directory,Richard M. Stallman1994-05-071-16/+15
| | | | just output an `echo' command to tell about it.
* (terminal-edit-mode): Doc fix.Karl Heuer1994-05-071-1/+2
| | | | (terminal-cease-edit): Reset the local keymap.
* (minibuffer-history-sexp-flag): Doc fix.Karl Heuer1994-05-071-1/+1
|
* Don't precompute keybinding cache for menubar. Now done in startup.el instead.Karl Heuer1994-05-071-11/+0
|
* (precompute-menubar-bindings): New function, formerly in loadup.el.Karl Heuer1994-05-071-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. Stallman1994-05-071-0/+1
|
* (backquote-backquote-symbol): Don't autoload defvar.Richard M. Stallman1994-05-071-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. Stallman1994-05-061-3/+3
|
* Change another new-frame to make-frame (missed this one last time).Karl Heuer1994-05-061-1/+1
|
* (menu-bar-file-menu): Change new-frame to make-frame, to agree with theKarl Heuer1994-05-061-1/+1
| | | | keyboard binding.
* Change new-frame to make-frame.Karl Heuer1994-05-061-1/+1
|
* (Man-notify-when-ready): Change new-frame to make-frame.Karl Heuer1994-05-061-1/+1
|
* (mouse-tear-off-window): Change new-frame to make-frame.Karl Heuer1994-05-061-1/+1
|
* (frame-notice-user-settings): Wait till frame becomesRichard M. Stallman1994-05-061-2/+9
| | | | visible before using its parameters.
* (update-directory-autoloads): Ignore filesRichard M. Stallman1994-05-061-2/+3
| | | | whose names start with =. Bind enable-local-eval to nil.
* (imenu-default-create-index-function):Richard M. Stallman1994-05-061-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-fontKarl Heuer1994-05-061-13/+4
| | | | data.
* (frame-notice-user-settings): Use geometry parms from frameRichard M. Stallman1994-05-061-11/+17
| | | | when the initial specifications did not have them.
* (frame-notice-user-settings): When replacing the firstRichard M. Stallman1994-05-051-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 intoRichard M. Stallman1994-05-051-8/+16
| | | | a minibuffer but it's not now active.
* (rmail-output-menu): Set rmail-default-rmail-file.Richard M. Stallman1994-05-051-2/+4
| | | | (rmail-output-to-rmail-file): Doc fix.