Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | (debug, debugger-eval-expression): Preserve match-data. | Karl Heuer | 1994-04-16 | 1 | -2/+5 |
| | |||||
* | (mouse-drag-region): Handle scroll off top/bottom. | Karl Heuer | 1994-04-16 | 1 | -18/+4 |
| | |||||
* | (mouse-set-font): Don't error if no selection. | Karl Heuer | 1994-04-16 | 1 | -15/+13 |
| | |||||
* | (command-line): If no error data, print "", not nil. | Karl Heuer | 1994-04-16 | 1 | -2/+2 |
| | |||||
* | (emerge-goto-line): Fix return value. | Karl Heuer | 1994-04-16 | 1 | -17/+7 |
| | | | | (emerge-convert-diffs-to-markers): Fix line number calculations. | ||||
* | Require cl only at compile time. | Richard M. Stallman | 1994-04-16 | 1 | -19/+36 |
| | | | | (imenu--mouse-menu): Copy list by hand, not with copy-list. | ||||
* | (auto-fill-function): New function (doc placeholder). | Richard M. Stallman | 1994-04-16 | 1 | -28/+34 |
| | |||||
* | (calendar-mode-map): Use substitute-key-definition. | Richard M. Stallman | 1994-04-16 | 1 | -8/+9 |
| | | | | Don't mess with kill-region and copy-region-as-kill. | ||||
* | (shrink-window-if-larger-than-buffer): | Richard M. Stallman | 1994-04-16 | 1 | -0/+2 |
| | | | | Do nothing for side-by-side windows. | ||||
* | (gnus-uu-enter-interactive-file): | Richard M. Stallman | 1994-04-16 | 1 | -367/+589 |
| | | | | | | | | | | | | | | | | | | | | | Escape any special characters in file names. (gnus-uu-call-asynchronous, gnus-uu-treat-archive): Likewise. (gnus-uu-uustrip-article-as): Added more corrections of corrupt uucode. (gnus-uu-uustrip-article-as): Changed the algorithm for finding begin/body lines of encoded articles. (gnus-uu-check-correct-stripped-uucode): Handle extraneous empty lines in uuencoded postings. (gnus-uu-uustrip-article-as, gnus-uu-clean-up): Check before calling process-status. (gnus-uu-uuencode-and-post): Added possibly non-standard posting of uuencoded files. Doc fixes. (gnus-uu): New function is placeholder for docs. (gnus-uu-summary-next-subject): Do sit-for before gnus-summary-recenter. | ||||
* | (describe-mode): Fix previous change. | Richard M. Stallman | 1994-04-15 | 1 | -27/+26 |
| | |||||
* | (describe-mode): Always show minor modes, at front. | Richard M. Stallman | 1994-04-15 | 1 | -23/+30 |
| | |||||
* | (basic-save-buffer): if selective-display is t, file may end in CR instead of | Karl Heuer | 1994-04-15 | 1 | -0/+2 |
| | | | | LF. | ||||
* | Doc fix. | Karl Heuer | 1994-04-15 | 1 | -1/+1 |
| | |||||
* | (shell-mode-map): Fix menu bar options. | Karl Heuer | 1994-04-14 | 1 | -27/+22 |
| | | | | (shell-replace-by-expanded-directory): Don't print message. | ||||
* | (comint-replace-by-expanded-history-before-point): Advance point | Karl Heuer | 1994-04-14 | 1 | -4/+5 |
| | | | | unconditionally. | ||||
* | (shell-dynamic-complete-as-command): Don't match ignored-extensions if it's nil. | Karl Heuer | 1994-04-14 | 1 | -1/+2 |
| | |||||
* | (rmail-default-file, rmail-default-rmail-file): Cancel new defvars. | Karl Heuer | 1994-04-14 | 1 | -6/+0 |
| | | | | The (require 'rmail) already picks them up. | ||||
* | (save-place-kill-emacs-hook): Fix typo. | Richard M. Stallman | 1994-04-14 | 1 | -1/+1 |
| | |||||
* | (command-line): Call face-initialize before frame-initialize. | Richard M. Stallman | 1994-04-14 | 1 | -2/+2 |
| | |||||
* | (make-face-x-resource-internal): Don't mess with terminal frames. | Richard M. Stallman | 1994-04-14 | 1 | -2/+3 |
| | |||||
* | (x-create-frame-with-faces): Create frame invisible, | Richard M. Stallman | 1994-04-14 | 1 | -1/+5 |
| | | | | set up the faces, then make it visible. | ||||
* | (x-fixed-font-alist): Give multiple names for try for certain fonts. | Richard M. Stallman | 1994-04-14 | 1 | -34/+44 |
| | | | | (mouse-set-font): Handle these. | ||||
* | (find-buffer-visiting): Don't check buffer-file-number | Richard M. Stallman | 1994-04-14 | 1 | -1/+2 |
| | | | | unless buffer-file-name is non-nil. | ||||
* | (dired-subdir-regexp): Allow a space in dir name. | Richard M. Stallman | 1994-04-13 | 1 | -1/+1 |
| | |||||
* | (rmail-default-file, rmail-default-rmail-file): New defvars. | Richard M. Stallman | 1994-04-13 | 1 | -0/+6 |
| | |||||
* | (mh-progs, mh-lib): Move from mh-e.el | Richard M. Stallman | 1994-04-13 | 1 | -45/+72 |
| | | | | | | | | | | to mh-utils.el for Emacs 19.23, which doesn't define them in paths.el (mh-find-progs): Add paths for BSDI. Put local paths first so they override vendor paths. (with-mh-folder-updating): Optimize to keep buffer-file-name nil even while restoring modified-p status at end. | ||||
* | (mh-progs, mh-lib): Move from mh-e.el | Richard M. Stallman | 1994-04-13 | 1 | -28/+18 |
| | | | | | | to mh-utils.el for Emacs 19.23, which doesn't define them in paths.el (mh-store-buffer): autoload. Better doc strings. | ||||
* | (super-apropos-check-doc-file): Force Fundamental mode. | Richard M. Stallman | 1994-04-13 | 1 | -3/+4 |
| | |||||
* | (comint-dynamic-complete-as-filename): Simplify. | Karl Heuer | 1994-04-13 | 1 | -9/+5 |
| | |||||
* | (ispell-message): Turn LIMIT into an integer, around ispell-region. | Richard M. Stallman | 1994-04-13 | 1 | -1/+1 |
| | |||||
* | (mouse-menu-bar-buffers): Put Frames pane behind Buffers. | Richard M. Stallman | 1994-04-13 | 1 | -5/+5 |
| | |||||
* | (case-flip-character): Make case test more general. | Richard M. Stallman | 1994-04-13 | 1 | -1/+2 |
| | |||||
* | Bind M-$. | Richard M. Stallman | 1994-04-12 | 1 | -0/+2 |
| | |||||
* | (read-quoted-char): Convert meta chars into 128+ chars. | Richard M. Stallman | 1994-04-12 | 1 | -1/+3 |
| | |||||
* | (quoted-insert): Do nothing special for meta chars. | Richard M. Stallman | 1994-04-12 | 1 | -3/+0 |
| | |||||
* | (backquote-process): Don't crash if ultimate | Richard M. Stallman | 1994-04-12 | 1 | -7/+20 |
| | | | | expression is just a variable. | ||||
* | (makeinfo-region): Fix name of tex-start/end-of-header. | Richard M. Stallman | 1994-04-12 | 1 | -2/+2 |
| | |||||
* | (dired-add-entry): Set opoint at beginning of line. | Richard M. Stallman | 1994-04-12 | 1 | -9/+3 |
| | | | | No need to explicitly discard direcory from file name. | ||||
* | (ange-ftp-process-filter, ange-ftp-gwp-filter): Call comint-output-filter. | Karl Heuer | 1994-04-12 | 1 | -19/+3 |
| | |||||
* | (gud-filter): Let comint-output-filter do the hard work. | Karl Heuer | 1994-04-12 | 1 | -29/+16 |
| | |||||
* | (dired-move-to-filename-regexp): Match the year or time. | Richard M. Stallman | 1994-04-12 | 1 | -8/+5 |
| | | | | (dired-move-to-filename): Simplify the code for that. | ||||
* | (menu-bar-emerge-menu): Improve menu title. | Richard M. Stallman | 1994-04-11 | 1 | -1/+1 |
| | |||||
* | Renamed from eval-region.el. Fix the `provide' call. | Richard M. Stallman | 1994-04-11 | 1 | -11/+11 |
| | | | | Doc fixes. | ||||
* | (dired-move-to-filename): Use skip-chars-forward | Richard M. Stallman | 1994-04-11 | 1 | -8/+7 |
| | | | | instead of looking-at, for speed. | ||||
* | (jka-compr-handler): Save match data. | Karl Heuer | 1994-04-11 | 1 | -2/+4 |
| | |||||
* | (makefile-mode): make-local-variable misspelled as make-local-file. | Karl Heuer | 1994-04-11 | 1 | -2/+2 |
| | |||||
* | (comint-dynamic-complete-as-filename): Save end of match before calling other | Karl Heuer | 1994-04-11 | 1 | -6/+9 |
| | | | | functions. Handle non-match too. | ||||
* | (dired-move-to-filename): Handle leading blanks. | Karl Heuer | 1994-04-11 | 1 | -11/+3 |
| | |||||
* | (force-mode-line-update): Doc fix. | Karl Heuer | 1994-04-11 | 1 | -1/+1 |
| |