Edward M. Reingold
0e41f190eb
Initial revision
1996-03-29 17:34:02 +00:00
Michael Kifer
03fc124629
*** empty log message ***
1996-03-29 01:02:28 +00:00
Richard M. Stallman
fe03654a86
(tmm-define-keys): New arg MINIBUFFER.
...
(tmm-add-prompt): Pass new arg in both calls.
1996-03-28 18:16:43 +00:00
Richard M. Stallman
25a4509f70
(list-text-properties-at): Display category's properties.
1996-03-28 04:40:34 +00:00
Geoff Voelker
2e17c871e3
Change uses of del to $(DEL).
1996-03-28 04:39:51 +00:00
Richard M. Stallman
1afb7be292
(rmail-fontify-message, rmail-unfontify-buffer-function):
...
Reset the buffer modified state if necessary.
1996-03-27 23:32:46 +00:00
Richard M. Stallman
5babefcfaf
(mouse-avoidance-old-pointer-shape): New vbl.
...
(mouse-avoidance-mode): Save old pointer shape when entering
protean mode; restore when exiting.
1996-03-27 22:38:19 +00:00
Richard M. Stallman
a124b2795d
(sh-alias-alist): Recognize lignux.
1996-03-27 02:39:09 +00:00
Richard M. Stallman
aaef4a1cec
(dired-chown-program): Recognize lignux.
1996-03-27 02:37:57 +00:00
Richard M. Stallman
e622cacad2
(gnus-make-face, custom-declare): Rename custom-asis to custom:asis.
1996-03-27 00:14:20 +00:00
Richard M. Stallman
099cffd4df
(te-terminal-name-prefix): Change from
...
"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.
1996-03-27 00:11:39 +00:00
Richard M. Stallman
730cdbb27e
(ange-ftp-wait-not-busy): New subroutine.
...
Kill ftp process if user quits.
(ange-ftp-raw-send-cmd): Use that.
(ange-ftp-fix-dir-name-for-cms): Fix error message.
1996-03-27 00:10:38 +00:00
Richard M. Stallman
8d31ff153a
(sh-shell-arg): Add no options for bash, ksh, or wksh.
1996-03-27 00:09:54 +00:00
Richard M. Stallman
b883eed316
(timer-event-handler): Inhibit quitting.
...
Record the last few events.
1996-03-27 00:08:15 +00:00
Richard M. Stallman
d0cb3f6010
(custom:asis): Renamed from custom-asis.
1996-03-27 00:01:14 +00:00
Richard M. Stallman
11e314fa73
(set-visited-file-name): Don't call find-buffer-visiting if filename is nil.
1996-03-26 23:57:49 +00:00
Richard M. Stallman
a49ea24c88
(mouse-buffer-menu): Keep the order of buffers straight.
1996-03-25 19:00:44 +00:00
Richard M. Stallman
528fbf5126
(x-frob-font-slant): Properly handle a match against
...
x-font-regexp-head.
(x-frob-font-weight): Separate two cond cases by analogy with
x-frob-font-slant.
1996-03-25 15:09:27 +00:00
Richard M. Stallman
8e46e26749
(sh-shell-arg): Don't add any options for bash, ksh.
1996-03-25 01:42:05 +00:00
Richard M. Stallman
87e2d03987
Doc fixes. Reorganized. Retired v18 support.
...
(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.
1996-03-24 14:20:05 +00:00
Richard M. Stallman
f201b69e8c
Comment change.
1996-03-24 13:14:21 +00:00
Richard M. Stallman
1b96639086
(timer-set-time): Don't set usecs to nil.
...
(timer-duration): Return nil if junk at end of string.
Handle just a number--treat it as number of seconds.
1996-03-24 02:05:38 +00:00
Richard M. Stallman
621ca7a223
(ange-ftp-dired-call-process): Return 1 if error.
...
(ange-ftp-call-chmod): If ftp chmod cmd fails, try rsh.
(ange-ftp-remote-shell): New variable.
1996-03-24 00:26:02 +00:00
Richard M. Stallman
8c9c98ec53
(ange-ftp-call-chmod): Return proper value.
1996-03-23 15:46:14 +00:00
Richard M. Stallman
7cbcc1db72
Use custom-asis instead of as-is.
1996-03-23 14:39:14 +00:00
Richard M. Stallman
46be15a43d
(custom-type-properties): Use custom-asis instead of as-is.
...
(custom-asis): Set it to itself.
1996-03-23 14:38:37 +00:00
Tom Tromey
fcb51016d2
(tcl-using-emacs-19): Work with XEmacs 20.0. From Ben Wing.
1996-03-23 05:14:50 +00:00
Richard M. Stallman
f5ecf0c903
Ancient leading comment removed.
...
(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.
1996-03-22 20:43:05 +00:00
Richard M. Stallman
6ccab458cc
(elp-instrument-package): Don't instrument keymaps and autoloaded functions.
1996-03-22 14:18:20 +00:00
Richard M. Stallman
dd4d27ca9e
(switch-to-lisp): Sometimes turn on pop-up-frames.
1996-03-22 14:13:07 +00:00
Richard M. Stallman
29db528bae
(add-log-full-name, add-log-mailing-address): Add autoload cookies.
1996-03-22 13:26:01 +00:00
Richard M. Stallman
b91916f330
(vc-update-change-log): Use add-log-full-name and
...
add-log-mailing-address only if non-nil.
1996-03-22 13:25:21 +00:00
Richard M. Stallman
b23c9e46bd
(indent-c++-exp): Use calculate-c-indent-after-brace.
...
(c++-mode): Require c-mode.
1996-03-21 14:16:06 +00:00
Richard M. Stallman
c87b46a08b
(custom-declare): Change as' to as-is'.
1996-03-21 11:33:52 +00:00
Richard M. Stallman
0b2d6b61ab
(custom-type-properties): Add new type `triggle' for
...
use with "boolean" face properties.
1996-03-21 11:22:00 +00:00
Richard M. Stallman
b48a16d28d
(sh-font-lock-keywords): Highlight \ only with non-alphanumeric char.
1996-03-20 16:18:23 +00:00
Richard M. Stallman
f735965834
Comment change.
1996-03-20 13:30:16 +00:00
Richard M. Stallman
c0c27dcf32
(gnus-make-face): Redo Feb 20 change.
1996-03-19 22:47:41 +00:00
Richard M. Stallman
e903507a24
(custom-face-hack): Avoid evalling the args
...
in the list that the export function returns.
1996-03-19 22:47:22 +00:00
Richard M. Stallman
253996a892
(fill-region-as-paragraph): Fix the second check for
...
whether we reached the end of the paragraph.
1996-03-19 20:05:11 +00:00
Karl Heuer
c6897d8e06
(count-windows): Doc fix.
1996-03-18 23:58:51 +00:00
Erik Naggum
c3d4f94906
(insert-buffer): Fix typo in previous change.
1996-03-18 19:32:24 +00:00
Francesco Potortì
a3e7c3916d
* simple.el (insert-buffer): Interactive default changed to a more
...
reasonable one.
1996-03-18 18:50:25 +00:00
Richard M. Stallman
2ef581f34c
(describe-mode): Handle minor mode w/o mode line indicator.
1996-03-18 06:44:10 +00:00
Richard M. Stallman
a58fcb999b
(fill-context-prefix): Unused var `eol' deleted.
1996-03-17 19:08:44 +00:00
Richard M. Stallman
016c214fea
(occur): If no matches, just display in echo area.
1996-03-17 17:58:42 +00:00
Richard M. Stallman
5233c7f5fc
(map-y-or-n-p): Fix previous change.
...
Delete autoload cookie (file is preloaded).
1996-03-17 15:40:29 +00:00
Richard M. Stallman
4d2790ad51
(lisp-fill-paragraph): Treat code-and-comment case specially.
1996-03-17 15:38:50 +00:00
Richard M. Stallman
af5eb153f5
(imenu-generic-expression): Autoload the make-variable-buffer-local call.
1996-03-17 15:37:36 +00:00
Richard M. Stallman
a85a468e07
(report-emacs-bug): Use a different address for pretest versions.
1996-03-17 15:32:00 +00:00