summaryrefslogtreecommitdiff
path: root/lisp
Commit message (Collapse)AuthorAgeFilesLines
...
* (eval-expression): Don't bind minibuffer-history-sexp-flag.Richard M. Stallman1993-11-191-9/+7
| | | | (edit-and-eval-command): Likewise.
* (ange-ftp-parse-dired-listing): Skip extra blank lineRichard M. Stallman1993-11-191-1/+3
| | | | after the "total" line.
* (hexlify-buffer): Add autoload cookie.Richard M. Stallman1993-11-191-0/+1
|
* (calculate-fortran-indent): Fixup regexp for where statements.Richard M. Stallman1993-11-181-3/+3
|
* (iso-accents-list): Add "s.Richard M. Stallman1993-11-181-0/+4
|
* (iso-accents-list): Fix entries for 'y and ~c.Richard M. Stallman1993-11-181-2/+2
|
* (comint-scroll-show-maximum-output): Make default nil.Richard M. Stallman1993-11-171-1/+1
|
* (gnus-summary-save-in-mail): Use rmail-outputRichard M. Stallman1993-11-171-2/+2
| | | | if the file is not an Rmail file.
* (font-lock-hack-keywords):Richard M. Stallman1993-11-171-1/+1
| | | | Handle next-single-property-change returning nil.
* (gnus-summary-save-in-mail): Don't use rmail-output.Richard M. Stallman1993-11-161-2/+8
| | | | | Instead, use either gnus-output-to-rmail or gnus-output-to-file. Expand filename before use.
* (rmail-file-p): Add autoload cookie.Richard M. Stallman1993-11-161-0/+1
|
* (comint-send-input): Run comint-output-filter-functionsRichard M. Stallman1993-11-161-4/+5
| | | | only if process is using comint-output-filter as its filter.
* (rmail-set-attribute): Do nothing if MSGNUM is 0.Richard M. Stallman1993-11-161-24/+25
|
* (remove-hook): Doc fix.Richard M. Stallman1993-11-161-1/+1
|
* (nntp-encode-text): Insert a CR before the newline.Richard M. Stallman1993-11-161-1/+1
|
* (Info-mode): Doc fix.Richard M. Stallman1993-11-161-2/+2
|
* (iso-accents-list): Added /A for A-with-ringRichard M. Stallman1993-11-161-1/+6
| | | | and /E for AE-ligature, with lowercase versions.
* (change-log-default-name, add-log-current-defun-function)Richard M. Stallman1993-11-161-4/+4
| | | | (add-log-full-name, add-log-mailing-address): Delete autoload cookies.
* (appt-display-interval): New variable.Richard M. Stallman1993-11-161-114/+124
| | | | (appt-check): Obey that variable.
* (sun-raw-prefix): Make this just a variable, not a function name.Richard M. Stallman1993-11-151-2/+2
|
* (mouse-save-then-kill-delete-region): Take args BEG and END.Richard M. Stallman1993-11-151-24/+37
| | | | | | | | | | | | Update the undo list properly. (mouse-save-then-kill): Pass those args. When we kill, clear mouse-save-then-kill-posn and mouse-selection-click-count. (mouse-secondary-save-then-kill): Likewise. Delete the overlay after deleting the selection text. (mouse-selection-click-count): Initialize to 0. (mouse-save-then-kill-delete-region): Handle buffers with no undo list. Handle empty regions. Handle end < beg.
* (describe-project): New function, on C-h C-p.Richard M. Stallman1993-11-151-2/+11
| | | | | (help-for-help): Add C-p. Refer to help-command, not help-for-help, in the \\[...].
* (command-line-1): Display a message in the echo area.Richard M. Stallman1993-11-151-3/+6
|
* (command-line-1): Display a message in the echo area.Richard M. Stallman1993-11-151-1/+3
|
* Add `provide'.Richard M. Stallman1993-11-151-2/+6
| | | | (narrow-to-page): Enable page-delimiter to span lines.
* Revise documentation. Add `provide'.Richard M. Stallman1993-11-151-171/+172
| | | | | | | | (pages-directory-for-adding-addresses-narrowing-p): New user option for adding addresses. Default to narrowing. (pages-directory-for-addresses): Intall user settable options. (add-new-page): Insert new page in specified location. (original-page-delimiter): Set default value to "^^L".
* (comint-read-input-ring, comint-write-input-ring):Richard M. Stallman1993-11-151-1/+3
| | | | Treat "" like nil in comint-input-ring-file-name.
* vc-static-header-alist shouldn't have been declared const.Eric S. Raymond1993-11-151-1/+1
|
* (gnus-summary-save-in-mail): Pass new args to rmail-output.Richard M. Stallman1993-11-151-2/+2
|
* (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
|