summaryrefslogtreecommitdiff
path: root/lisp
Commit message (Collapse)AuthorAgeFilesLines
* *** empty log message ***Michael Kifer1996-03-296-42/+101
|
* (tmm-define-keys): New arg MINIBUFFER.Richard M. Stallman1996-03-281-8/+10
| | | | (tmm-add-prompt): Pass new arg in both calls.
* (list-text-properties-at): Display category's properties.Richard M. Stallman1996-03-281-1/+15
|
* Change uses of del to $(DEL).Geoff Voelker1996-03-281-4/+4
|
* (rmail-fontify-message, rmail-unfontify-buffer-function):Richard M. Stallman1996-03-271-2/+4
| | | | Reset the buffer modified state if necessary.
* (mouse-avoidance-old-pointer-shape): New vbl.Richard M. Stallman1996-03-271-1/+9
| | | | | (mouse-avoidance-mode): Save old pointer shape when entering protean mode; restore when exiting.
* (sh-alias-alist): Recognize lignux.Richard M. Stallman1996-03-271-1/+1
|
* (dired-chown-program): Recognize lignux.Richard M. Stallman1996-03-271-1/+1
|
* (gnus-make-face, custom-declare): Rename custom-asis to custom:asis.Richard M. Stallman1996-03-271-32/+31
|
* (te-terminal-name-prefix): Change fromRichard M. Stallman1996-03-271-10/+17
| | | | | | | | | | | "emacs-virtual" to "emacs-em", so that things will work on systems which allow only short terminal-type names. (terminal-emulator): Delete the hyphen between te-terminal-name-prefix and the width and height of the window. (te-create-terminfo): Reformat the terminfo entry slightly. (te-terminfo-directory): New variable. (te-create-terminfo, te-tic-sentinel): Use te-terminfo-directory.
* (ange-ftp-wait-not-busy): New subroutine.Richard M. Stallman1996-03-271-18/+25
| | | | | | Kill ftp process if user quits. (ange-ftp-raw-send-cmd): Use that. (ange-ftp-fix-dir-name-for-cms): Fix error message.
* (sh-shell-arg): Add no options for bash, ksh, or wksh.Richard M. Stallman1996-03-271-4/+7
|
* (timer-event-handler): Inhibit quitting.Richard M. Stallman1996-03-271-1/+10
| | | | Record the last few events.
* (custom:asis): Renamed from custom-asis.Richard M. Stallman1996-03-271-6/+6
|
* (set-visited-file-name): Don't call find-buffer-visiting if filename is nil.Richard M. Stallman1996-03-261-1/+1
|
* (mouse-buffer-menu): Keep the order of buffers straight.Richard M. Stallman1996-03-251-2/+3
|
* (x-frob-font-slant): Properly handle a match againstRichard M. Stallman1996-03-251-4/+8
| | | | | | x-font-regexp-head. (x-frob-font-weight): Separate two cond cases by analogy with x-frob-font-slant.
* (sh-shell-arg): Don't add any options for bash, ksh.Richard M. Stallman1996-03-251-2/+5
|
* Doc fixes. Reorganized. Retired v18 support.Richard M. Stallman1996-03-241-594/+585
| | | | | | | | | | | (ffap-bindings): Offers a default installation. (ffap-string-at-point): Modified arguments. (ffap-gnus-hook): Updated for Gnus 5. (ffap-tex-init): Delayed initialization of `ffap-tex-path'. (ffap-dired): New entry in `ffap-alist'. (ffap-menu-rescan): May fontify the choices in buffer. (ffap-read-file-or-url): `PC-completion-as-file-name-predicate' used if available, to work with complete.el.
* Comment change.Richard M. Stallman1996-03-241-1/+1
|
* (timer-set-time): Don't set usecs to nil.Richard M. Stallman1996-03-241-3/+10
| | | | | (timer-duration): Return nil if junk at end of string. Handle just a number--treat it as number of seconds.
* (ange-ftp-dired-call-process): Return 1 if error.Richard M. Stallman1996-03-241-6/+11
| | | | | (ange-ftp-call-chmod): If ftp chmod cmd fails, try rsh. (ange-ftp-remote-shell): New variable.
* (ange-ftp-call-chmod): Return proper value.Richard M. Stallman1996-03-231-2/+4
|
* Use custom-asis instead of as-is.Richard M. Stallman1996-03-231-31/+31
|
* (custom-type-properties): Use custom-asis instead of as-is.Richard M. Stallman1996-03-231-4/+7
| | | | (custom-asis): Set it to itself.
* (tcl-using-emacs-19): Work with XEmacs 20.0. From Ben Wing.Tom Tromey1996-03-231-5/+10
|
* Ancient leading comment removed.Richard M. Stallman1996-03-221-100/+128
| | | | | | | | | | | | | | | | (gomoku-mode-map): Added numeric keypad for 8 directions, changed comments to lowercase (C-c rather than C-C), added SPC to play and undo's binding to go back. (gomoku-emacs-won, gomoku-font-lock-O-face, gomoku-font-lock-X-face) (gomoku-font-lock-keywords): New variables. (gomoku-mode): Use it and make buffer read-only for user. (gomoku-terminate-game): Remove (ding) -- maybe should be optonal. (gomoku-init-display): Rewritten, makes fields intangible so you can't go in between. Make free fields have mouse-face. (gomoku-cross-qtuple): Take account of intangible text, and that empty lines are now really empty. (gomoku-move-left, gomoku-move-right): Removed thanks to intangibility. (gomoku-move-ne, -se, -nw, -sw): Use normal left / right motion.
* (elp-instrument-package): Don't instrument keymaps and autoloaded functions.Richard M. Stallman1996-03-221-3/+3
|
* (switch-to-lisp): Sometimes turn on pop-up-frames.Richard M. Stallman1996-03-221-1/+6
|
* (add-log-full-name, add-log-mailing-address): Add autoload cookies.Richard M. Stallman1996-03-221-0/+2
|
* (vc-update-change-log): Use add-log-full-name andRichard M. Stallman1996-03-221-6/+4
| | | | add-log-mailing-address only if non-nil.
* (indent-c++-exp): Use calculate-c-indent-after-brace.Richard M. Stallman1996-03-211-1/+3
| | | | (c++-mode): Require c-mode.
* (custom-declare): Change `as' to `as-is'.Richard M. Stallman1996-03-211-20/+20
|
* (custom-type-properties): Add new type `triggle' forRichard M. Stallman1996-03-211-6/+17
| | | | use with "boolean" face properties.
* (sh-font-lock-keywords): Highlight \ only with non-alphanumeric char.Richard M. Stallman1996-03-201-1/+1
|
* Comment change.Richard M. Stallman1996-03-201-292/+270
|
* (gnus-make-face): Redo Feb 20 change.Richard M. Stallman1996-03-191-31/+31
|
* (custom-face-hack): Avoid evalling the argsRichard M. Stallman1996-03-191-2/+2
| | | | in the list that the export function returns.
* (fill-region-as-paragraph): Fix the second check forRichard M. Stallman1996-03-191-2/+4
| | | | whether we reached the end of the paragraph.
* (count-windows): Doc fix.Karl Heuer1996-03-181-2/+2
|
* (insert-buffer): Fix typo in previous change.Erik Naggum1996-03-181-1/+1
|
* * simple.el (insert-buffer): Interactive default changed to a moreFrancesco Potortì1996-03-181-4/+9
| | | | reasonable one.
* (describe-mode): Handle minor mode w/o mode line indicator.Richard M. Stallman1996-03-181-2/+5
|
* (fill-context-prefix): Unused var `eol' deleted.Richard M. Stallman1996-03-171-2/+1
|
* (occur): If no matches, just display in echo area.Richard M. Stallman1996-03-171-90/+96
|
* (map-y-or-n-p): Fix previous change.Richard M. Stallman1996-03-171-3/+5
| | | | Delete autoload cookie (file is preloaded).
* (lisp-fill-paragraph): Treat code-and-comment case specially.Richard M. Stallman1996-03-171-3/+13
|
* (imenu-generic-expression): Autoload the make-variable-buffer-local call.Richard M. Stallman1996-03-171-0/+1
|
* (report-emacs-bug): Use a different address for pretest versions.Richard M. Stallman1996-03-171-2/+11
|
* (comint-exec-1): Use dumb instead of unknown, for terminfo.Richard M. Stallman1996-03-171-2/+2
|