aboutsummaryrefslogtreecommitdiffstats
path: root/lisp
Commit message (Collapse)AuthorAgeFilesLines
* (rmail-output): New argument FROM-GNUS.Richard M. Stallman1993-11-151-33/+38
|
* (solar-equinoxes-solstices): Add autoload.Richard M. Stallman1993-11-141-0/+1
|
* (solar-holidays): Change top-level progn to an if.Richard M. Stallman1993-11-141-3/+4
|
* (mouse-save-then-kill-delete-region): Take args BEG and END.Richard M. Stallman1993-11-141-16/+25
| | | | | | | Update the undo list properly. (mouse-save-then-kill): Pass those args. (mouse-secondary-save-then-kll): Pass those args. Delete the overlay after deleting the selection text.
* (rmail-summary-forward): Accept prefix argRichard M. Stallman1993-11-141-4/+6
| | | | and pass it to rmail-forward.
* (compare-windows-skip-whitespace): Swap the twoRichard M. Stallman1993-11-141-6/+6
| | | | and's within the or.
* (lpr-command): Check for irix, not silicon-graphic-unix.Richard M. Stallman1993-11-141-1/+1
|
* (dired-chown-program): Check for irix, not silicon-graphic-unix.Richard M. Stallman1993-11-141-1/+5
|
* (rmail-spool-directory): Check for irix, not silicon-graphic-unix.Richard M. Stallman1993-11-141-1/+1
|
* (calendar-absolute-from-time): Undo Sep 14 patch.Richard M. Stallman1993-11-131-4/+4
| | | | Fix comments instead, since they didn't match the code.
* Add a provide call.Richard M. Stallman1993-11-131-0/+2
|
* (remove-hook): Function deleted.Richard M. Stallman1993-11-131-12/+0
|
* (comint-match-partial-filename): Consider +@: part ofRichard M. Stallman1993-11-131-3/+3
| | | | filenames; don't consider parens as part of them.
* (fill-individual-paragraphs): Fix skipping headers of yanked message.Richard M. Stallman1993-11-121-1/+3
|
* (vc-rename-file): Don't overwrite an existing file.Richard M. Stallman1993-11-121-8/+27
| | | | | Fix test for unsaved files. Calculate name of new master file properly.
* (rmail-summary-edit-map): Inherit text-mode-map properly.Richard M. Stallman1993-11-121-1/+1
|
* Comment change.Richard M. Stallman1993-11-111-5/+9
|
* (texinfo-format-region): Change `texinfo-[startRichard M. Stallman1993-11-111-3/+3
| | | | end]-of-header' to `tex-[start end]-of-header'.
* (texinfo-texi2dvi-command): Separate `texi2dvi'Richard M. Stallman1993-11-111-4/+7
| | | | | | | command from `tex' command so `texinfo-format-region' can use straight `tex' command. (texinfo-format-buffer): Use `texinfo-texi2dvi-command' (texinfo-delete-from-print-queue): Revise documentation.
* (Man-section-regexp): Allow section names l, n, L, N.Richard M. Stallman1993-11-111-1/+1
|
* Comment change.Richard M. Stallman1993-11-111-0/+7
|
* (map-y-or-n-p): Handle help-char values other than chars.Richard M. Stallman1993-11-111-3/+3
|
* (c-indent-region): When looking for a sexp that endsRichard M. Stallman1993-11-111-3/+9
| | | | past this line, make sure it really starts on this line.
* (occur-mode): Run occur-mode-hook.Richard M. Stallman1993-11-111-1/+2
|
* (rmail-start-mail): Don't do other frame unless we haveRichard M. Stallman1993-11-101-1/+1
| | | | a window system, irregardless of the state of rmail-mail-new-frame.
* (Man-filter-list): Include anything starting withRichard M. Stallman1993-11-101-3/+4
| | | | | | alphabetics, and containing "Last change:". (manual-entry): Don't call `Man-downcase' since Man-translate-references has already done the right thing.
* (Info-extract-menu-item): Quote `*' in the menu-itemRichard M. Stallman1993-11-101-2/+2
| | | | | leadin re-search to prevent us from finding node names which contain the text of another node name within them.
* (hexl-mode): Use `add-hook' to modify buffer local `write-contents-hooks'.Richard M. Stallman1993-11-101-2/+2
| | | | (hexl-mode-exit): Remove our hook when turning off Hexl mode.
* (find-backup-file-name): Don't fatal-error onRichard M. Stallman1993-11-101-14/+23
| | | | | | directories that are hard to read; fall back on ~/%backup%. (file-truename): Treat ~USER like just ~.
* (remove-hook): New function, analogous to add-hook. ThisRichard M. Stallman1993-11-101-0/+15
| | | | is now the recommended way to remove a hook that you have added.
* (comint-postoutput-scroll-to-bottom):Richard M. Stallman1993-11-101-2/+2
| | | | Don't treat minibuffer window specially.
* (comint-postoutput-scroll-to-bottom):Richard M. Stallman1993-11-101-8/+8
| | | | Don't alter point in a window if it's after the process-mark.
* (texinfo-mode-map): Add C-c C-e bindings for texinfmt.el.Richard M. Stallman1993-11-101-0/+4
|
* (texinfo-show-structure): Indent appendices properly.Robert J. Chassell1993-11-101-4/+8
|
* (texinfo-sequential-node-update): Add autoload.Richard M. Stallman1993-11-091-0/+3
| | | | (texinfo-update-node, texinfo-every-node-update): Add autoload.
* (menu-bar-edit-menu): Add menu items for searching.Richard M. Stallman1993-11-091-1/+8
|
* (etags-list-tags): Return t if found the file.Richard M. Stallman1993-11-091-7/+10
| | | | | | (list-tags): Clear first-time when we go around the loop. Supply file name in error message. Remove dir names from files when preparing for completion.
* (comint-preinput-scroll-to-bottom): AddedRichard M. Stallman1993-11-081-55/+52
| | | | | | comint-magic-space to list of commands recognised as inserting. (comint-output-filter): Corrected check for killed buffer.
* Doc fixes.Richard M. Stallman1993-11-081-12/+12
|
* (describe-current-display-table):Richard M. Stallman1993-11-081-12/+17
| | | | | Don't get error if no display table now. (describe-display-table): Put all the output in the temp buffer.
* (wordstar-mode): Add autoload.Richard M. Stallman1993-11-081-0/+1
|
* Initial revisionRichard M. Stallman1993-11-083-0/+1623
|
* (ispell-message): Delete excess (beginning-of-line) call.Richard M. Stallman1993-11-081-1/+0
|
* (jump-to-register): Doc fix.Richard M. Stallman1993-11-081-1/+1
|
* (jump-to-register): Rename prefix arg to DELETE and invert its sense.Richard M. Stallman1993-11-081-4/+5
|
* (set-frame-configuration): Iconify framesRichard M. Stallman1993-11-081-2/+6
| | | | rather than making them invisible.
* (ispell-message): If gnus, but no mail-yank-prefix,Richard M. Stallman1993-11-081-6/+10
| | | | | use ispell-message-cite-regexp. Turn off case-fold-search for the searching and matching in this function.
* (comint-postoutput-scroll-to-bottom):Richard M. Stallman1993-11-081-1/+1
| | | | Walk the windows even if scroll is nil.
* Fix previous change.Richard M. Stallman1993-11-071-31/+32
|
* (ispell-message): Stop if ispell-region returns nil.Richard M. Stallman1993-11-071-25/+82
| | | | | | | | | | | | | (ispell-next, ispell-word): Catch ispell-quit, not quit. (ispell-next): Return t if exit normally (no throw to ispell-quit). (ispell-command-loop): For q, throw to ispell-quit. Explicitly handle C-g. (ispell): If we don't call ispell-next, return t. (ispell-non-empty-string): New function. (ispell-message): Add autoload. Choose a citation regexp automatically. Don't fail if there is no following cited line after filled lines.