summaryrefslogtreecommitdiff
path: root/lisp
Commit message (Expand)AuthorAgeFilesLines
* (other-frame): Warp the mouse so that the otherRichard M. Stallman1993-09-241-1/+3
* (vc-do-command): Remove debugging output. Use (forward-line -1) insteadBrian Fox1993-09-211-4/+6
* (texinfo-format-region texinfo-format-buffer): Add ###autoload cookies.Brian Fox1993-09-211-1/+3
* (slitex-mode): Add ###autoload magic cookie.Brian Fox1993-09-211-0/+36
* (suppress-keymap): Use substitute-key-definition instead of manuallyBrian Fox1993-09-211-5/+1
* (s-hemi-seasons n-hemi-seasons): New constants are hemisphereBrian Fox1993-09-211-12/+13
* (kill-region): Use `equal' instead of `eq' to compare markers `beg'Brian Fox1993-09-211-1/+1
* (rmail-convert-file): If the file is empty, don't convert it afterBrian Fox1993-09-211-3/+9
* (outline-minor-mode): Force update of modeline when outline-minor-modeBrian Fox1993-09-211-1/+2
* (local-write-file-hooks): Make this variable buffer-local.Brian Fox1993-09-211-3/+4
* (edebug-enter): Don't call the current function being debugged inBrian Fox1993-09-211-0/+4
* (dired-mode): Don't change the value of case-fold-search.Brian Fox1993-09-211-9/+16
* (diff): Doc fix.Brian Fox1993-09-211-1/+1
* (diary-syntax-table): Make sure that we use a copy ofBrian Fox1993-09-211-2/+1
* (compile-internal): Back out jimb change of making buffer read-only. ItBrian Fox1993-09-211-2/+2
* (calendar-absolute-from-time): Fix typo by interchanging (floor) and (%).Brian Fox1993-09-211-1/+1
* (side-effect-free-fns): Add "-" and "1-" to the list.Brian Fox1993-09-211-1/+1
* Total rewrite by Gillespie.Richard M. Stallman1993-09-211-599/+640
* (mouse-save-then-kill): If follows a multi-click selection,Richard M. Stallman1993-09-201-33/+66
* (ispell-message): New command, with menu bar item.Richard M. Stallman1993-09-201-0/+11
* (indented-text-mode): Make only blank linesRichard M. Stallman1993-09-191-1/+8
* (revert-buffer): Enable menu item when the buffer is modified.Roland McGrath1993-09-191-1/+2
* add-log-full-name, add-log-mailing-address: new varialbesBrian Fox1993-09-191-16/+23
* - (hilit-rehighlight-region): added (save-restriction (widen))Richard M. Stallman1993-09-181-159/+385
* (mouse-set-region): Put region in kill ring.Richard M. Stallman1993-09-171-57/+84
* (read-zippyism): New function.Roland McGrath1993-09-171-0/+6
* (read-cookie): New function.Roland McGrath1993-09-171-3/+23
* (directory-abbrev-alist): Doc fix.Richard M. Stallman1993-09-171-0/+3
* Fix typo in previous change.Richard M. Stallman1993-09-171-1/+1
* Set up keymap at load time.Richard M. Stallman1993-09-171-33/+30
* Fix previous change.Richard M. Stallman1993-09-171-16/+14
* (perldb): New function, plus subroutines.Richard M. Stallman1993-09-161-5/+106
* (font-lock-fontify-region): Don't add `font-lock' props.Richard M. Stallman1993-09-161-17/+31
* (vc-prefix-map): Bind C-x v ~ to vc-version-other-window.Paul Eggert1993-09-151-0/+1
* (vc-version-other-window): New function.Paul Eggert1993-09-151-10/+52
* (rmail-forward): Insert the text right after the header separator.Richard M. Stallman1993-09-151-1/+2
* Change typos in comments.Richard M. Stallman1993-09-151-93/+97
* Fix lots of doc strings.Richard M. Stallman1993-09-141-15/+21
* Initial revisionRichard M. Stallman1993-09-141-0/+192
* (sc-glom-headers): Bind mark-active around calling region-...Richard M. Stallman1993-09-121-4/+8
* (font-lock-fontify-region): Put on `font-lock'Richard M. Stallman1993-09-111-1/+6
* (hack-local-variables-prop-line): Ignore any specificationRichard M. Stallman1993-09-111-72/+66
* (rmail-convert-file): Narrow to exclude the Babyl header.Richard M. Stallman1993-09-111-1/+1
* (dun-save-game): Use correct name of endgame question.Richard M. Stallman1993-09-101-1/+1
* (rmail-spool-directory): Use "/var/mail/" if system-type is netbsd.Roland McGrath1993-09-101-4/+6
* require 'shellNoah Friedman1993-09-091-0/+1
* (vc-backend-steal): Fix typo when invoking the 'rcs' commandPaul Eggert1993-09-081-1/+1
* (shell-dirstack-message): Recognize ~ by matching the expansion of "~" withRoland McGrath1993-09-081-4/+13
* (rlogin): After rlogin-mode, set comint-filename-prefix locally to indicateRoland McGrath1993-09-081-8/+11
* (shell-cd): New function, like `cd' but prepend comint-filename-prefix.Roland McGrath1993-09-081-8/+12