Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | (indent-c-exp): If line starts with }, ignore what | Richard M. Stallman | 1994-02-07 | 1 | -21/+23 |
| | | | | the previous line ends with. | ||||
* | (kill-region): Test inhibit-read-only. | Richard M. Stallman | 1994-02-06 | 1 | -1/+1 |
| | |||||
* | (auto-mode-alist): Add elt for .tcl files. | Richard M. Stallman | 1994-02-06 | 1 | -2/+3 |
| | | | | Move texinfo elts up. | ||||
* | (dired-listing-switches): Doc fix. | Richard M. Stallman | 1994-02-06 | 1 | -3/+4 |
| | |||||
* | (rmail-output): Handle rmail-output-file-alist. | Richard M. Stallman | 1994-02-06 | 1 | -11/+27 |
| | |||||
* | (mouse-yank-secondary): Do move point. | Richard M. Stallman | 1994-02-06 | 1 | -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. Stallman | 1994-02-06 | 1 | -0/+20 |
| | |||||
* | Use > as convention for another menu follows. | Richard M. Stallman | 1994-02-06 | 1 | -3/+4 |
| | | | | (menu-bar-edit-menu): Add entry for Emerge. | ||||
* | Add defvars for many vars already being used. | Richard M. Stallman | 1994-02-06 | 1 | -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. Stallman | 1994-02-06 | 1 | -1/+1 |
| | |||||
* | (rlogin-delchar-or-send-Ctrl-D): Call rlogin-send-Ctrl-D. Doc fix. | Roland McGrath | 1994-02-05 | 1 | -4/+4 |
| | |||||
* | Removed many extra autoload cookies. | Roland McGrath | 1994-02-05 | 1 | -9/+7 |
| | | | | (rlogin-send-Ctrl-D): New function, on C-c C-d. | ||||
* | Comment changes and doc fixes. | Richard M. Stallman | 1994-02-05 | 1 | -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. Stallman | 1994-02-05 | 1 | -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. Stallman | 1994-02-05 | 1 | -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. Stallman | 1994-02-05 | 1 | -3/+7 |
| | | | | don't move back from there. | ||||
* | (vc-make-backup-files): Doc fix. | Richard M. Stallman | 1994-02-04 | 1 | -1/+1 |
| | |||||
* | (rmail-reply): If no resent-date, use ordinary date. | Richard M. Stallman | 1994-02-04 | 1 | -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. Stallman | 1994-02-04 | 1 | -1/+1 |
| | |||||
* | (te-escape-help, te-more-break-help, terminal-emulator): | Richard M. Stallman | 1994-02-04 | 1 | -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. Stallman | 1994-02-04 | 1 | -1/+1 |
| | |||||
* | (edit-kbd-macro, edmacro-finish-edit, insert-kbd-macro): | Richard M. Stallman | 1994-02-04 | 1 | -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. Stallman | 1994-02-04 | 1 | -1/+1 |
| | |||||
* | (sentence-end-double-space): New variable. | Richard M. Stallman | 1994-02-04 | 1 | -21/+35 |
| | | | | (fill-region-as-paragraph): Handle it. | ||||
* | (do-auto-fill): Don't break line at period-single-space. | Richard M. Stallman | 1994-02-04 | 1 | -7/+29 |
| | |||||
* | (comment-region): Fix previous change. | Richard M. Stallman | 1994-02-04 | 1 | -10/+10 |
| | |||||
* | (define-mode-clone): Renamed from mode-clone. | Richard M. Stallman | 1994-02-04 | 1 | -36/+32 |
| | | | | | | Swap args PARENT and CHILD. Don't use clone-run-setup-function. (clone-run-setup-function): Function deleted. | ||||
* | Initial revision | Richard M. Stallman | 1994-02-04 | 1 | -0/+308 |
| | |||||
* | Rms (in his change to comment-region on Feb 1) decided to make | Michael I. Bushnell | 1994-02-03 | 1 | -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 Heuer | 1994-02-03 | 1 | -1/+1 |
| | |||||
* | (dired-font-lock-keywords): New variable. | Richard M. Stallman | 1994-02-02 | 1 | -0/+12 |
| | | | | (font-lock-set-defaults): Handle dired.el. | ||||
* | (thing@pt-version): Removed variable. | Richard M. Stallman | 1994-02-02 | 1 | -10/+2 |
| | |||||
* | (mouse-sel-version): Don't base version number on | Richard M. Stallman | 1994-02-02 | 1 | -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. Stallman | 1994-02-02 | 1 | -2/+2 |
| | |||||
* | (sort-paragraphs): Use proper paragraph definition instead of just checking | Karl Heuer | 1994-02-02 | 1 | -1/+4 |
| | | | | for whitespace. | ||||
* | (ad-execute-defadvices): Don't allocate advice-infos in pure space, in case we | Karl Heuer | 1994-02-02 | 1 | -1/+6 |
| | | | | want to preload this file. | ||||
* | Doc fix. | Richard M. Stallman | 1994-02-02 | 1 | -12/+35 |
| | |||||
* | (shell-font-lock-keywords): Doc fix. | Richard M. Stallman | 1994-02-02 | 1 | -1/+1 |
| | |||||
* | (vc-mode-line): use force-mode-line-update instead of the Emacs 18 | Eric S. Raymond | 1994-02-02 | 1 | -2/+2 |
| | | | | kluge. | ||||
* | (disable-command): Reject invalid commands. | Richard M. Stallman | 1994-02-02 | 1 | -0/+2 |
| | |||||
* | (make-help-screen): Remove debugging code. | Karl Heuer | 1994-02-02 | 1 | -3/+1 |
| | |||||
* | Fix file-relative-name to allow for ancestors as well as descendants. | Karl Heuer | 1994-02-02 | 1 | -11/+5 |
| | |||||
* | vc-parse-buffer: arrange for old properties to get cleared when their | Eric S. Raymond | 1994-02-02 | 1 | -6/+7 |
| | | | | match string is not found in the master file. | ||||
* | (mail-mailer-swallows-blank-line): New variable. | Richard M. Stallman | 1994-02-02 | 1 | -3/+12 |
| | | | | (sendmail-send-it): Add extra newline if appropriate. | ||||
* | (comment-region): Handle comment-end deletion for C-u. | Richard M. Stallman | 1994-02-02 | 1 | -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. Stallman | 1994-02-01 | 1 | -0/+10 |
| | | | | (shell-font-lock-keywords): New variable. | ||||
* | Many doc fixes. | Richard M. Stallman | 1994-02-01 | 1 | -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. Stallman | 1994-02-01 | 1 | -0/+2 |
| | |||||
* | (calculate-fortran-indent): Handle | Richard M. Stallman | 1994-02-01 | 1 | -12/+27 |
| | | | | Fortran 90 INTERFACE and SELECT/CASE blocks. | ||||
* | (revert-buffer): Doc fix. | Richard M. Stallman | 1994-02-01 | 1 | -1/+1 |
| |