summaryrefslogtreecommitdiff
path: root/lisp
Commit message (Collapse)AuthorAgeFilesLines
* (indent-c-exp): If line starts with }, ignore whatRichard M. Stallman1994-02-071-21/+23
| | | | the previous line ends with.
* (kill-region): Test inhibit-read-only.Richard M. Stallman1994-02-061-1/+1
|
* (auto-mode-alist): Add elt for .tcl files.Richard M. Stallman1994-02-061-2/+3
| | | | Move texinfo elts up.
* (dired-listing-switches): Doc fix.Richard M. Stallman1994-02-061-3/+4
|
* (rmail-output): Handle rmail-output-file-alist.Richard M. Stallman1994-02-061-11/+27
|
* (mouse-yank-secondary): Do move point.Richard M. Stallman1994-02-061-7/+13
| | | | | (mouse-yank-at-point): New var. (mouse-yank-at-click, mouse-yank-secondary): Obey tha.
* (menu-bar-emerge-menu): New map.Richard M. Stallman1994-02-061-0/+20
|
* Use > as convention for another menu follows.Richard M. Stallman1994-02-061-3/+4
| | | | (menu-bar-edit-menu): Add entry for Emerge.
* Add defvars for many vars already being used.Richard M. Stallman1994-02-061-22/+146
| | | | | | | | | | | | (emerge-options-menu, emerge-merge-menu, emerge-move-menu): New vars. (emerge-setup-fixed-keymaps): Set up emerge-move-menu, emerge-merge-menu and emerge-options-menu. Put them into emerge-fast-keymap. (emerge-set-keys): Put them into the emerge-edit-keymap. (emerge-minor-modes-list): Add defvar. (emerge-before-flag, emerge-after-flag): Move defvars up. (emerge-files-remote, emerge-files-with-ancestor-remote): (emerge-remote-exit): Var exit-func renamed to emerge-exit-func.
* Comment change.Richard M. Stallman1994-02-061-1/+1
|
* (rlogin-delchar-or-send-Ctrl-D): Call rlogin-send-Ctrl-D. Doc fix.Roland McGrath1994-02-051-4/+4
|
* Removed many extra autoload cookies.Roland McGrath1994-02-051-9/+7
| | | | (rlogin-send-Ctrl-D): New function, on C-c C-d.
* Comment changes and doc fixes.Richard M. Stallman1994-02-051-238/+172
| | | | The C program in the comments was moved into ../lib-src/profile.c.
* (desktop-internal-v2s): Allow saving of markers and subrs.Richard M. Stallman1994-02-051-67/+127
| | | | | | | | | | | | | | | | | | (desktop-delay-hook): New variable. (desktop-read): Run desktop-delay-hook. (desktop-globals-to-save): Save register-alist. Always make desktop-locals-to-save local. (desktop-value-to-string): Make sure floating point numbers are output with maximum accuracy. (desktop-bug-report): New function. (desktop-internal-v2s): New function. (desktop-value-to-string): Use above function. (desktop-buffers-not-to-save): Add regexp for "nn" temporary files. (desktop-save, <top-level>): Remove support for Emacs 18, because it's not worth the effort and didn't work anymore, anyway. (desktop-save): Needn't bind `print-escape-newlines' anymore.
* (string-rectangle): Make operate-on-rectangle convert tabs.Richard M. Stallman1994-02-051-33/+38
| | | | | | | (string-rectangle-line): After inserting string, insert the same width of whitespace that we deleted earlier. (operate-on-rectangle): Operate even if width is 0. (open-rectangle-line): Clean up.
* (outline-end-of-subtree): If loop leaves us at eob,Richard M. Stallman1994-02-051-3/+7
| | | | don't move back from there.
* (vc-make-backup-files): Doc fix.Richard M. Stallman1994-02-041-1/+1
|
* (rmail-reply): If no resent-date, use ordinary date.Richard M. Stallman1994-02-041-4/+4
| | | | If no resent-to, use empty string for to.
* (outline-mode-map): Move C-c C-h to C-c C-d.Richard M. Stallman1994-02-041-1/+1
|
* (te-escape-help, te-more-break-help, terminal-emulator):Richard M. Stallman1994-02-041-5/+3
| | | | Pass just one KEYMAP arg to where-is-internal.
* (insert-kbd-macro): Pass (keymap) as KEYMAP arg to where-is-internal.Richard M. Stallman1994-02-041-1/+1
|
* (edit-kbd-macro, edmacro-finish-edit, insert-kbd-macro):Richard M. Stallman1994-02-041-3/+3
| | | | Pass (keymap) as KEYMAP arg to where-is-internal.
* (calendar-mode-map): Pass (keymap) as KEYMAP arg to where-is-internal.Richard M. Stallman1994-02-041-1/+1
|
* (sentence-end-double-space): New variable.Richard M. Stallman1994-02-041-21/+35
| | | | (fill-region-as-paragraph): Handle it.
* (do-auto-fill): Don't break line at period-single-space.Richard M. Stallman1994-02-041-7/+29
|
* (comment-region): Fix previous change.Richard M. Stallman1994-02-041-10/+10
|
* (define-mode-clone): Renamed from mode-clone.Richard M. Stallman1994-02-041-36/+32
| | | | | | Swap args PARENT and CHILD. Don't use clone-run-setup-function. (clone-run-setup-function): Function deleted.
* Initial revisionRichard M. Stallman1994-02-041-0/+308
|
* Rms (in his change to comment-region on Feb 1) decided to makeMichael I. Bushnell1994-02-031-2/+2
| | | | | `interactive' in the function backward-word all upper case. Needless to say, this isn't such a good idea.
* (c-fill-paragraph): Delete extraneous close paren.Karl Heuer1994-02-031-1/+1
|
* (dired-font-lock-keywords): New variable.Richard M. Stallman1994-02-021-0/+12
| | | | (font-lock-set-defaults): Handle dired.el.
* (thing@pt-version): Removed variable.Richard M. Stallman1994-02-021-10/+2
|
* (mouse-sel-version): Don't base version number onRichard M. Stallman1994-02-021-21/+27
| | | | | | | | | RCS revision. Updated to version 2.0. (mouse-sel-set-selection-function, mouse-sel-get-selection-function, mouse-sel-check-selection-function): Check whether X11 functions are bound when setting defaults. (mouse-extend): Check whether modify-frame-parameters is bound before calling it. Add support to kill region with double-mouse-3.
* (server-program): Add exec-directory to value.Richard M. Stallman1994-02-021-2/+2
|
* (sort-paragraphs): Use proper paragraph definition instead of just checkingKarl Heuer1994-02-021-1/+4
| | | | for whitespace.
* (ad-execute-defadvices): Don't allocate advice-infos in pure space, in case weKarl Heuer1994-02-021-1/+6
| | | | want to preload this file.
* Doc fix.Richard M. Stallman1994-02-021-12/+35
|
* (shell-font-lock-keywords): Doc fix.Richard M. Stallman1994-02-021-1/+1
|
* (vc-mode-line): use force-mode-line-update instead of the Emacs 18Eric S. Raymond1994-02-021-2/+2
| | | | kluge.
* (disable-command): Reject invalid commands.Richard M. Stallman1994-02-021-0/+2
|
* (make-help-screen): Remove debugging code.Karl Heuer1994-02-021-3/+1
|
* Fix file-relative-name to allow for ancestors as well as descendants.Karl Heuer1994-02-021-11/+5
|
* vc-parse-buffer: arrange for old properties to get cleared when theirEric S. Raymond1994-02-021-6/+7
| | | | match string is not found in the master file.
* (mail-mailer-swallows-blank-line): New variable.Richard M. Stallman1994-02-021-3/+12
| | | | (sendmail-send-it): Add extra newline if appropriate.
* (comment-region): Handle comment-end deletion for C-u.Richard M. Stallman1994-02-021-24/+52
| | | | | | Don't let short lines confuse the comment-end deletion. (comment-region): Just C-u prefix means uncomment lines.
* (font-lock-set-defaults): Handle shell mode.Richard M. Stallman1994-02-011-0/+10
| | | | (shell-font-lock-keywords): New variable.
* Many doc fixes.Richard M. Stallman1994-02-011-726/+1143
| | | | | | | | | | | (pascal-get-beg-of-line, pascal-get-end-of-line): Use defsubst. Renamed from get-... (pascal-within-string): Use defsubst. (delete-whitespaces): Function deleted; callers use delete-horizontal-space instead. (pascal-string-diff): Renamed from string-diff. Complete rewrite. Added an outline- minor-mode and completion.
* (auto-mode-alist): Add .p and .pas for pascal-mode.Richard M. Stallman1994-02-011-0/+2
|
* (calculate-fortran-indent): HandleRichard M. Stallman1994-02-011-12/+27
| | | | Fortran 90 INTERFACE and SELECT/CASE blocks.
* (revert-buffer): Doc fix.Richard M. Stallman1994-02-011-1/+1
|