summaryrefslogtreecommitdiff
path: root/lisp
Commit message (Collapse)AuthorAgeFilesLines
* (debug, debugger-eval-expression): Preserve match-data.Karl Heuer1994-04-161-2/+5
|
* (mouse-drag-region): Handle scroll off top/bottom.Karl Heuer1994-04-161-18/+4
|
* (mouse-set-font): Don't error if no selection.Karl Heuer1994-04-161-15/+13
|
* (command-line): If no error data, print "", not nil.Karl Heuer1994-04-161-2/+2
|
* (emerge-goto-line): Fix return value.Karl Heuer1994-04-161-17/+7
| | | | (emerge-convert-diffs-to-markers): Fix line number calculations.
* Require cl only at compile time.Richard M. Stallman1994-04-161-19/+36
| | | | (imenu--mouse-menu): Copy list by hand, not with copy-list.
* (auto-fill-function): New function (doc placeholder).Richard M. Stallman1994-04-161-28/+34
|
* (calendar-mode-map): Use substitute-key-definition.Richard M. Stallman1994-04-161-8/+9
| | | | Don't mess with kill-region and copy-region-as-kill.
* (shrink-window-if-larger-than-buffer):Richard M. Stallman1994-04-161-0/+2
| | | | Do nothing for side-by-side windows.
* (gnus-uu-enter-interactive-file):Richard M. Stallman1994-04-161-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. Stallman1994-04-151-27/+26
|
* (describe-mode): Always show minor modes, at front.Richard M. Stallman1994-04-151-23/+30
|
* (basic-save-buffer): if selective-display is t, file may end in CR instead ofKarl Heuer1994-04-151-0/+2
| | | | LF.
* Doc fix.Karl Heuer1994-04-151-1/+1
|
* (shell-mode-map): Fix menu bar options.Karl Heuer1994-04-141-27/+22
| | | | (shell-replace-by-expanded-directory): Don't print message.
* (comint-replace-by-expanded-history-before-point): Advance pointKarl Heuer1994-04-141-4/+5
| | | | unconditionally.
* (shell-dynamic-complete-as-command): Don't match ignored-extensions if it's nil.Karl Heuer1994-04-141-1/+2
|
* (rmail-default-file, rmail-default-rmail-file): Cancel new defvars.Karl Heuer1994-04-141-6/+0
| | | | The (require 'rmail) already picks them up.
* (save-place-kill-emacs-hook): Fix typo.Richard M. Stallman1994-04-141-1/+1
|
* (command-line): Call face-initialize before frame-initialize.Richard M. Stallman1994-04-141-2/+2
|
* (make-face-x-resource-internal): Don't mess with terminal frames.Richard M. Stallman1994-04-141-2/+3
|
* (x-create-frame-with-faces): Create frame invisible,Richard M. Stallman1994-04-141-1/+5
| | | | set up the faces, then make it visible.
* (x-fixed-font-alist): Give multiple names for try for certain fonts.Richard M. Stallman1994-04-141-34/+44
| | | | (mouse-set-font): Handle these.
* (find-buffer-visiting): Don't check buffer-file-numberRichard M. Stallman1994-04-141-1/+2
| | | | unless buffer-file-name is non-nil.
* (dired-subdir-regexp): Allow a space in dir name.Richard M. Stallman1994-04-131-1/+1
|
* (rmail-default-file, rmail-default-rmail-file): New defvars.Richard M. Stallman1994-04-131-0/+6
|
* (mh-progs, mh-lib): Move from mh-e.elRichard M. Stallman1994-04-131-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.elRichard M. Stallman1994-04-131-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. Stallman1994-04-131-3/+4
|
* (comint-dynamic-complete-as-filename): Simplify.Karl Heuer1994-04-131-9/+5
|
* (ispell-message): Turn LIMIT into an integer, around ispell-region.Richard M. Stallman1994-04-131-1/+1
|
* (mouse-menu-bar-buffers): Put Frames pane behind Buffers.Richard M. Stallman1994-04-131-5/+5
|
* (case-flip-character): Make case test more general.Richard M. Stallman1994-04-131-1/+2
|
* Bind M-$.Richard M. Stallman1994-04-121-0/+2
|
* (read-quoted-char): Convert meta chars into 128+ chars.Richard M. Stallman1994-04-121-1/+3
|
* (quoted-insert): Do nothing special for meta chars.Richard M. Stallman1994-04-121-3/+0
|
* (backquote-process): Don't crash if ultimateRichard M. Stallman1994-04-121-7/+20
| | | | expression is just a variable.
* (makeinfo-region): Fix name of tex-start/end-of-header.Richard M. Stallman1994-04-121-2/+2
|
* (dired-add-entry): Set opoint at beginning of line.Richard M. Stallman1994-04-121-9/+3
| | | | No need to explicitly discard direcory from file name.
* (ange-ftp-process-filter, ange-ftp-gwp-filter): Call comint-output-filter.Karl Heuer1994-04-121-19/+3
|
* (gud-filter): Let comint-output-filter do the hard work.Karl Heuer1994-04-121-29/+16
|
* (dired-move-to-filename-regexp): Match the year or time.Richard M. Stallman1994-04-121-8/+5
| | | | (dired-move-to-filename): Simplify the code for that.
* (menu-bar-emerge-menu): Improve menu title.Richard M. Stallman1994-04-111-1/+1
|
* Renamed from eval-region.el. Fix the `provide' call.Richard M. Stallman1994-04-111-11/+11
| | | | Doc fixes.
* (dired-move-to-filename): Use skip-chars-forwardRichard M. Stallman1994-04-111-8/+7
| | | | instead of looking-at, for speed.
* (jka-compr-handler): Save match data.Karl Heuer1994-04-111-2/+4
|
* (makefile-mode): make-local-variable misspelled as make-local-file.Karl Heuer1994-04-111-2/+2
|
* (comint-dynamic-complete-as-filename): Save end of match before calling otherKarl Heuer1994-04-111-6/+9
| | | | functions. Handle non-match too.
* (dired-move-to-filename): Handle leading blanks.Karl Heuer1994-04-111-11/+3
|
* (force-mode-line-update): Doc fix.Karl Heuer1994-04-111-1/+1
|