1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-12-10 09:12:15 +00:00
Commit Graph

7011 Commits

Author SHA1 Message Date
Richard M. Stallman
bd9c5e7949 (isqrt): Support expanded range of Lisp integers.
(cl-expt): Bug fix for (expt -1 -N).
(cl-macroexpand-all): Change to support `labels'.
1996-04-16 04:35:38 +00:00
Richard M. Stallman
eba8dcd060 (goto-address-send-using-mh-e):
Renamed from goto-address-send-using-mhe.  Require `mh-comp'.
1996-04-16 03:57:23 +00:00
Richard M. Stallman
c898fb2821 (sh-while-getopts): Punctuate help message better. 1996-04-15 21:17:59 +00:00
Richard M. Stallman
e049945bc0 (interpreter-mode-alist): Recognize perl5. 1996-04-12 18:42:22 +00:00
Richard M. Stallman
edabc3235f Comment change. 1996-04-12 06:40:16 +00:00
Richard M. Stallman
4add0ccc02 Comment change. 1996-04-11 21:20:11 +00:00
Richard M. Stallman
dcde1278af Comment change. 1996-04-11 18:19:30 +00:00
Richard M. Stallman
fb83f5506c (mail-fetch-field): Use skip-chars-backward
to back over whitespace; don't back up past opoint.
1996-04-11 17:34:28 +00:00
Richard M. Stallman
95b5322579 (auto-mode-alist): Handle `.java'. 1996-04-11 14:45:09 +00:00
Richard M. Stallman
2c3fef40b6 (command-line-x-option-alist): -T sets only the title. 1996-04-11 05:23:19 +00:00
Richard M. Stallman
7775acb8ee (command-line-x-option-alist):
--title sets only the title.  Allow -title as alias too.
1996-04-11 05:10:40 +00:00
Richard M. Stallman
d98f0b87e6 (x-handle-display): Set DISPLAY envvar too. 1996-04-10 05:39:50 +00:00
Richard M. Stallman
c757fb07fd (disassemble-internal): Graceful error if compile failed. 1996-04-08 15:36:48 +00:00
Edward M. Reingold
72fb78ceaf Fix length of separator string. 1996-04-07 22:31:50 +00:00
Richard M. Stallman
a0e06fd0c1 (calendar-mouse-goto-date): New function.
Call it instead of calendar-goto-date throughout this file.
(calendar-event-to-date): Switch buffers based on the event.
1996-04-07 03:22:54 +00:00
Richard M. Stallman
d7ab271893 (gomoku-click): Position on nearest square. Adapt keymap accordingly.
(gomoku-mouse-play): Use it to play nearest to mouse click.
(gomoku-terminate-game): Factorize messages.
(gomoku): Allow interactive passing of board size.  Don't make a fuss
about restarting a game that hasn't progressed.
(gomoku-offer-a-draw): Give user the choice it pretended to give.
(gomoku-point-x): Deleted function.
(gomoku-point-y, gomoku-point-square): Simplified because point is
always on a square.
(gomoku-goto-xy, gomoku-plot-square): Fix line count due to
intangible newlines.
(gomoku-init-display): Once again fairly fast due to minimization of
characters in buffer and text-property operations.  Cursor cannot be
be off a square.
(gomoku-display-statistics): Simplified equivalently.
(gomoku-winning-qtuple-beg, gomoku-winning-qtuple-end)
(gomoku-winning-qtuple-dx, gomoku-winning-qtuple-dy): Pseudo variables
only used for non-functional argument passing deleted.
(gomoku-cross-winning-qtuple): Accordingly deleted function and
(gomoku-check-filled-qtuple): Accordingly adapted.
(gomoku-cross-qtuple): Don't be confused by tabs.
(gomoku-move-down, gomoku-move-up): Simplified because point is always
on square.
(gomoku-beginning-of-line, gomoku-end-of-line): New commands necessary
because intangible newlines perverted these.
1996-04-05 19:38:42 +00:00
Richard M. Stallman
cb2e51f84b (dired-noselect): Resolve symbolic links in argument. 1996-04-05 19:11:05 +00:00
Richard M. Stallman
2e8174d2ce (electric-help-mode): Use add-hook mouse-leave-buffer-hook.
(electric-help-retain): Use remove-hook.
1996-04-05 16:05:03 +00:00
Richard M. Stallman
f867d8d3ae (Electric-command-loop): Set universal-argument-other-key to 0. 1996-04-04 22:06:47 +00:00
Richard M. Stallman
be2e861f98 (rmail-summary-scroll-between-messages): New var.
(rmail-summary-scroll-msg-down, rmail-summary-scroll-msg-up): Obey that var.
1996-04-04 17:01:45 +00:00
Richard M. Stallman
bfe2d334fd (isearch-mode): Use add-hook for mouse-leave-buffer-hook.
(isearch-done): Use remove-hook.
1996-04-04 16:38:59 +00:00
Richard M. Stallman
4b5406e4cb (run-at-time): Allow floating REPEAT values. 1996-04-04 16:35:55 +00:00
Edward M. Reingold
9e32719fbc Spelling fix. 1996-04-03 22:04:51 +00:00
Richard M. Stallman
b0764b2d69 (gud-mode): Doc fix. 1996-04-03 19:08:28 +00:00
Erik Naggum
13589948b5 (gnus-summary-prepare-threads): Call gnus-message' instead of message'. 1996-04-03 18:22:06 +00:00
Richard M. Stallman
aa3757b85f (hexlify-buffer, dehexlify-buffer): Clear out the undo
info, and don't record undo info for the conversion.
1996-04-03 17:22:11 +00:00
Richard M. Stallman
2e465cef3f (command-line-1): Document the C- and M- conventions more completely. 1996-04-03 05:57:37 +00:00
Richard M. Stallman
cf7e94a0df (file-newest-backup): Return the newest backup for the
exact file name specified, not the newest backup of all files
whose names start with that substring.
1996-04-03 05:55:12 +00:00
Richard M. Stallman
3943fa098e (mail): Once again set default dir to home dir. 1996-04-03 04:51:35 +00:00
Richard M. Stallman
321eb232a3 (mail): Put the auto-save file in the home dir. 1996-04-03 04:42:55 +00:00
Richard M. Stallman
13f8accb34 (timer-event-handler): Save copies of events too. 1996-04-02 15:14:29 +00:00
Edward M. Reingold
b92f6988fa Fixed solar-arcsin/arcos stuff. 1996-03-30 00:07:35 +00:00
Richard M. Stallman
41c51dcba1 (rmail-forward): Put the "end" line right after the
forwarded message; the signature goes after.
1996-03-29 22:40:05 +00:00
Edward M. Reingold
c21eb13de8 Add references to Persian calendar. 1996-03-29 17:47:01 +00:00
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