aboutsummaryrefslogtreecommitdiffstats
path: root/lisp
Commit message (Collapse)AuthorAgeFilesLines
* (add-change-log-entry): put buffer in change-log-mode.Richard M. Stallman1993-11-241-1/+5
| | | | (find-change-log): correct calculation of file one directory out.
* (isearch-other-meta-char): Correct the test for a split-upRichard M. Stallman1993-11-241-2/+4
| | | | mode line or scroll bar mouse event.
* Initial revisionRichard M. Stallman1993-11-241-0/+244
|
* (Info-follow-reference): Correct one-off error in comparing start-point.Richard M. Stallman1993-11-241-1/+1
|
* Comment changes.Richard M. Stallman1993-11-231-21/+1
|
* (dired-diff): Require diff.Richard M. Stallman1993-11-231-0/+1
|
* (telnet-rsh-program): New variable.Richard M. Stallman1993-11-231-3/+8
| | | | | (rsh): Use it. (telnet-count): Now buffer-local.
* (finder-known-keywords): Add data, faces, mouse, matching.Richard M. Stallman1993-11-231-1/+5
|
* Comment change.Richard M. Stallman1993-11-2314-22/+23
|
* Initial revisionRichard M. Stallman1993-11-231-0/+259
|
* Comment change.Richard M. Stallman1993-11-231-1/+1
|
* (c-indent-region): As first thing, advance to a nonblank line.Richard M. Stallman1993-11-231-0/+3
|
* (repeat-complex-command): Undo Oct 2 change.Richard M. Stallman1993-11-231-12/+9
|
* Delete periods from error messages.Richard M. Stallman1993-11-231-11/+11
| | | | | (edebug-functionp): Recognize compiled functions. (edebug-display): Supply missing parens in let.
* (edebug-functionp): Recognize compiled functions.Richard M. Stallman1993-11-231-0/+1
|
* (c-indent-region): Don't goto-char sexpend if it's nil.Richard M. Stallman1993-11-231-5/+7
|
* (View-scroll-lines-forward):Richard M. Stallman1993-11-231-1/+4
| | | | Allow scrolling backward at the end of the buffer.
* (comint-preinput-scroll-to-bottom): If SCROLL is `this',Richard M. Stallman1993-11-231-10/+12
| | | | don't bother with walk-windows; just hack the selected window.
* (rmail-summary-wipe): If rmail buffer is not visible,Richard M. Stallman1993-11-231-6/+18
| | | | | switch to it in this window. (rmail-summary-mode): Doc fix.
* Initial revisionRichard M. Stallman1993-11-232-0/+1084
|
* (texinfo-if-set, texinfo-if-clear): Act appropriately when flat neitherRobert J. Chassell1993-11-231-3/+7
| | | | | | set nor cleared. (texinfo-format-region): Change `texinfo-[start end]-of-header' to `tex-[start end]-of-header'.
* (dired-goto-file): Don't try matching one line twice.Richard M. Stallman1993-11-231-1/+4
|
* (dired-readin-insert): Expand default-directory and dirnameRichard M. Stallman1993-11-221-3/+5
| | | | | before comparing them. (dired-internal-noselect): Set default-directory to abbreviated name.
* (dired-readin-insert): Expand default-directory and dirnameRichard M. Stallman1993-11-221-1/+3
| | | | before comparing them.
* (gnus-inews-do-fcc): If gnus-author-copy-saverRichard M. Stallman1993-11-221-2/+3
| | | | is rmail-output, call rmail-output the proper way.
* (gnus-inews-do-fcc): Use gnus-output-to-rmailRichard M. Stallman1993-11-221-2/+6
| | | | if file is an rmail file. Pass extra args to rmail-output.
* (command-line): Set init-file-had-error to t or nil.Richard M. Stallman1993-11-221-3/+8
| | | | (command-line-1): Inhibit startup message if init-file-had-error.
* (Man-specified-section-option): New variable.Richard M. Stallman1993-11-221-1/+9
| | | | (Man-translate-references): Use that variable.
* (inferior-lisp-proc): Clean up error message.Richard M. Stallman1993-11-221-1/+1
|
* (lisp-eval-defun): Renamed from lisp-send-defun.Richard M. Stallman1993-11-221-3/+3
| | | | | (lisp-mode-map): Use new name lisp-eval-defun. Move run-lisp to C-x C-z.
* (iso-accents-enable): New variable.Richard M. Stallman1993-11-211-7/+26
| | | | (key-translation-map): Enable an accent only if in iso-accents-enable.
* (mail-yank-original): Delete windows on selected frame only.Richard M. Stallman1993-11-211-1/+4
|
* (mail-fetch-field): Exclude trailing whitespace.Richard M. Stallman1993-11-211-3/+10
| | | | Delete duplicate (goto-char (point-min)).
* (x-resolve-font-name): Undo previous change.Richard M. Stallman1993-11-211-3/+2
|
* (Info-edit): Use proper map in substitute-command-keys.Richard M. Stallman1993-11-211-1/+1
|
* (texinfo-tex-region): Use tex-send-command to do commands.Richard M. Stallman1993-11-201-25/+8
| | | | | (texinfo-tex-buffer, texinfo-texindex, texinfo-tex-print): Likewise. (texinfo-delete-from-print-queue, texinfo-quit-job): Likewise.
* (tex-send-command): Wait for output first,Richard M. Stallman1993-11-201-1/+9
| | | | | if text has not changed since previous tex-send-command. (tex-send-command-modified-tick): New buffer-local variable.
* (tex-start-shell): Don't use -v option.Richard M. Stallman1993-11-201-10/+15
| | | | | (tex-send-command): Insert text in the buffer, then use comint-send-input to send it.
* (x-resolve-font-name): Don't pass FACE to x-list-fontsRichard M. Stallman1993-11-201-1/+3
| | | | if FACE has nil as its font.
* (tags-complete-tag): Bind enable-recursive-minibuffers to t.Richard M. Stallman1993-11-201-1/+3
|
* Comment changes.Richard M. Stallman1993-11-201-3/+7
|
* (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.