bpt/emacs.git
28 years ago(garbage_collection_messages): New variable.
Richard M. Stallman [Mon, 8 Apr 1996 14:05:57 +0000 (14:05 +0000)]
(garbage_collection_messages): New variable.
(syms_of_alloc): Set up Lisp variable.
(Fgarbage_collect): Variable controls whether to display messages.

28 years agoTest HAVE_LIBNCURSES, not HAVE_NCURSES
Richard M. Stallman [Mon, 8 Apr 1996 13:47:00 +0000 (13:47 +0000)]
Test HAVE_LIBNCURSES, not HAVE_NCURSES

28 years ago(HAVE_LIBNCURSES): Renamed from HAVE_NCURSES.
Richard M. Stallman [Mon, 8 Apr 1996 13:45:39 +0000 (13:45 +0000)]
(HAVE_LIBNCURSES): Renamed from HAVE_NCURSES.

28 years ago(MANIFEST): Don't include lines from =files.
Richard M. Stallman [Mon, 8 Apr 1996 03:34:38 +0000 (03:34 +0000)]
(MANIFEST): Don't include lines from =files.

28 years agoDon't put lisp/dired.todo in the dist.
Richard M. Stallman [Mon, 8 Apr 1996 00:12:03 +0000 (00:12 +0000)]
Don't put lisp/dired.todo in the dist.

28 years agoFix length of separator string.
Edward M. Reingold [Sun, 7 Apr 1996 22:31:50 +0000 (22:31 +0000)]
Fix length of separator string.

28 years ago(r_alloc_check): Don't check alignment of h->start.
Richard M. Stallman [Sun, 7 Apr 1996 16:44:38 +0000 (16:44 +0000)]
(r_alloc_check): Don't check alignment of h->start.

28 years ago(read_minibuf): Rearrange operations, mainly putting
Richard M. Stallman [Sun, 7 Apr 1996 16:43:51 +0000 (16:43 +0000)]
(read_minibuf): Rearrange operations, mainly putting
the read_minibuf_unwind setup and the associated variable changes
together after saving the frame configuration.

28 years ago(calendar-mouse-goto-date): New function.
Richard M. Stallman [Sun, 7 Apr 1996 03:22:54 +0000 (03:22 +0000)]
(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.

28 years agoInclude locale.h.
Richard M. Stallman [Fri, 5 Apr 1996 21:08:19 +0000 (21:08 +0000)]
Include locale.h.

28 years ago[HAVE_NCURSES] (LIBS_TERMCAP): New definition.
Richard M. Stallman [Fri, 5 Apr 1996 20:08:52 +0000 (20:08 +0000)]
[HAVE_NCURSES] (LIBS_TERMCAP): New definition.

28 years ago(gomoku-click): Position on nearest square. Adapt keymap accordingly.
Richard M. Stallman [Fri, 5 Apr 1996 19:38:42 +0000 (19:38 +0000)]
(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.

28 years ago(dired-noselect): Resolve symbolic links in argument.
Richard M. Stallman [Fri, 5 Apr 1996 19:11:05 +0000 (19:11 +0000)]
(dired-noselect): Resolve symbolic links in argument.

28 years ago(x_term_init): Respecify LC_NUMERIC locale.
Richard M. Stallman [Fri, 5 Apr 1996 18:17:07 +0000 (18:17 +0000)]
(x_term_init): Respecify LC_NUMERIC locale.

28 years ago(init_lread): Specify LC_NUMERIC locale.
Richard M. Stallman [Fri, 5 Apr 1996 18:15:53 +0000 (18:15 +0000)]
(init_lread): Specify LC_NUMERIC locale.

28 years ago(HAVE_SETLOCALE): Add #undef.
Richard M. Stallman [Fri, 5 Apr 1996 18:11:00 +0000 (18:11 +0000)]
(HAVE_SETLOCALE): Add #undef.

28 years ago(electric-help-mode): Use add-hook mouse-leave-buffer-hook.
Richard M. Stallman [Fri, 5 Apr 1996 16:05:03 +0000 (16:05 +0000)]
(electric-help-mode): Use add-hook mouse-leave-buffer-hook.
(electric-help-retain): Use remove-hook.

28 years ago(x_destroy_window): Do call XCloseIM if X11R6.
Richard M. Stallman [Fri, 5 Apr 1996 16:03:20 +0000 (16:03 +0000)]
(x_destroy_window): Do call XCloseIM if X11R6.

28 years ago(Electric-command-loop): Set universal-argument-other-key to 0.
Richard M. Stallman [Thu, 4 Apr 1996 22:06:47 +0000 (22:06 +0000)]
(Electric-command-loop): Set universal-argument-other-key to 0.

28 years ago(rmail-summary-scroll-between-messages): New var.
Richard M. Stallman [Thu, 4 Apr 1996 17:01:45 +0000 (17:01 +0000)]
(rmail-summary-scroll-between-messages): New var.
(rmail-summary-scroll-msg-down, rmail-summary-scroll-msg-up): Obey that var.

28 years ago(isearch-mode): Use add-hook for mouse-leave-buffer-hook.
Richard M. Stallman [Thu, 4 Apr 1996 16:38:59 +0000 (16:38 +0000)]
(isearch-mode): Use add-hook for mouse-leave-buffer-hook.
(isearch-done): Use remove-hook.

28 years ago(run-at-time): Allow floating REPEAT values.
Richard M. Stallman [Thu, 4 Apr 1996 16:35:55 +0000 (16:35 +0000)]
(run-at-time): Allow floating REPEAT values.

28 years agoSpelling fix.
Edward M. Reingold [Wed, 3 Apr 1996 22:04:51 +0000 (22:04 +0000)]
Spelling fix.

28 years ago(elisp): Make this be the default target.
Karl Heuer [Wed, 3 Apr 1996 20:25:24 +0000 (20:25 +0000)]
(elisp): Make this be the default target.
Don't depend on makeinfo.
(install): Don't depend on elisp.dvi, since we don't install that.
Use mkinstalldirs.
(dist): Add mkinstalldirs.

28 years ago(wait_reading_process_input): Don't call
Richard M. Stallman [Wed, 3 Apr 1996 19:30:03 +0000 (19:30 +0000)]
(wait_reading_process_input): Don't call
wait_reading_process_input_1 if time_limit is -1.

28 years ago(gud-mode): Doc fix.
Richard M. Stallman [Wed, 3 Apr 1996 19:08:28 +0000 (19:08 +0000)]
(gud-mode): Doc fix.

28 years agoUpdate phone number.
Karl Heuer [Wed, 3 Apr 1996 19:06:08 +0000 (19:06 +0000)]
Update phone number.

28 years ago(gnus-summary-prepare-threads): Call `gnus-message' instead of `message'.
Erik Naggum [Wed, 3 Apr 1996 18:22:06 +0000 (18:22 +0000)]
(gnus-summary-prepare-threads): Call `gnus-message' instead of `message'.

28 years ago(destroy_all_children): When freeing a cascade button, free its submenu too.
Richard M. Stallman [Wed, 3 Apr 1996 17:22:57 +0000 (17:22 +0000)]
(destroy_all_children): When freeing a cascade button, free its submenu too.
(make_menu_in_widget): Use a cascade button gadget, not a widget.
Include Xm/CascadeBG.h.

28 years ago(hexlify-buffer, dehexlify-buffer): Clear out the undo
Richard M. Stallman [Wed, 3 Apr 1996 17:22:11 +0000 (17:22 +0000)]
(hexlify-buffer, dehexlify-buffer): Clear out the undo
info, and don't record undo info for the conversion.

28 years agoRemove "text-based browser".
Richard M. Stallman [Wed, 3 Apr 1996 06:15:04 +0000 (06:15 +0000)]
Remove "text-based browser".

28 years ago(command-line-1): Document the C- and M- conventions more completely.
Richard M. Stallman [Wed, 3 Apr 1996 05:57:37 +0000 (05:57 +0000)]
(command-line-1): Document the C- and M- conventions more completely.

28 years ago(file-newest-backup): Return the newest backup for the
Richard M. Stallman [Wed, 3 Apr 1996 05:55:12 +0000 (05:55 +0000)]
(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.

28 years ago(mail): Once again set default dir to home dir.
Richard M. Stallman [Wed, 3 Apr 1996 04:51:35 +0000 (04:51 +0000)]
(mail): Once again set default dir to home dir.

28 years ago(mail): Put the auto-save file in the home dir.
Richard M. Stallman [Wed, 3 Apr 1996 04:42:55 +0000 (04:42 +0000)]
(mail): Put the auto-save file in the home dir.

28 years ago(absolute_filename): Use absolutefn.
Richard M. Stallman [Tue, 2 Apr 1996 15:39:19 +0000 (15:39 +0000)]
(absolute_filename): Use absolutefn.

28 years ago(timer-event-handler): Save copies of events too.
Richard M. Stallman [Tue, 2 Apr 1996 15:14:29 +0000 (15:14 +0000)]
(timer-event-handler): Save copies of events too.

28 years ago(main): Initialize displayname.
Richard M. Stallman [Tue, 2 Apr 1996 01:35:43 +0000 (01:35 +0000)]
(main): Initialize displayname.

28 years ago(x_destroy_window) [SOLARIS2]: Don't free the IC or IM.
Richard M. Stallman [Tue, 2 Apr 1996 00:34:57 +0000 (00:34 +0000)]
(x_destroy_window) [SOLARIS2]: Don't free the IC or IM.

28 years ago(absolutefn) [DOS_NT]: Support Novell drives whose drive
Richard M. Stallman [Mon, 1 Apr 1996 20:38:35 +0000 (20:38 +0000)]
(absolutefn) [DOS_NT]: Support Novell drives whose drive
letter isn't an alphabetic character.
(main) [DOS_NT]: Use binary mode on redirected `stdout'.
(process_file) [DOS_NT]: Convert all slashes to forward style.
(absolute_filename) [DOS_NT]: Emit error message for relative
paths with a drive letter.
(absolute_filename) [DOS_NT]: Handle absolute pathnames with
DOS/NT drive letters which try to reference the parent of the root.
(absolute_dirname) [DOS_NT]: Convert all slashes to forward style.
info, and don't record undo info for the conversion.

28 years agoUpdate MSDOS info.
Richard M. Stallman [Sun, 31 Mar 1996 20:27:53 +0000 (20:27 +0000)]
Update MSDOS info.

28 years ago(TERMINFO): Do define (if HAVE_NCURSES).
Richard M. Stallman [Sat, 30 Mar 1996 16:09:50 +0000 (16:09 +0000)]
(TERMINFO): Do define (if HAVE_NCURSES).

28 years agoFixed solar-arcsin/arcos stuff.
Edward M. Reingold [Sat, 30 Mar 1996 00:07:35 +0000 (00:07 +0000)]
Fixed solar-arcsin/arcos stuff.

28 years ago(rmail-forward): Put the "end" line right after the
Richard M. Stallman [Fri, 29 Mar 1996 22:40:05 +0000 (22:40 +0000)]
(rmail-forward): Put the "end" line right after the
forwarded message; the signature goes after.

28 years agoAdd references to Persian calendar.
Edward M. Reingold [Fri, 29 Mar 1996 17:47:01 +0000 (17:47 +0000)]
Add references to Persian calendar.

28 years agoInitial revision
Edward M. Reingold [Fri, 29 Mar 1996 17:34:02 +0000 (17:34 +0000)]
Initial revision

28 years ago(tags): New target.
Richard M. Stallman [Fri, 29 Mar 1996 14:52:56 +0000 (14:52 +0000)]
(tags): New target.

28 years ago(rename): New function.
Geoff Voelker [Fri, 29 Mar 1996 04:24:58 +0000 (04:24 +0000)]
(rename): New function.

28 years ago(aux): Delete another duplicate entry.
Doug Evans [Fri, 29 Mar 1996 01:49:55 +0000 (01:49 +0000)]
(aux): Delete another duplicate entry.

28 years ago(aux): Delete duplicate entry.
Doug Evans [Fri, 29 Mar 1996 01:46:52 +0000 (01:46 +0000)]
(aux): Delete duplicate entry.

28 years ago*** empty log message ***
Michael Kifer [Fri, 29 Mar 1996 01:02:28 +0000 (01:02 +0000)]
*** empty log message ***

28 years agoFile censored.
Richard M. Stallman [Thu, 28 Mar 1996 21:21:18 +0000 (21:21 +0000)]
File censored.

28 years ago(EmacsFrameResize): We may be called from an interrupt,
Richard M. Stallman [Thu, 28 Mar 1996 19:56:02 +0000 (19:56 +0000)]
(EmacsFrameResize): We may be called from an interrupt,
so delay the resize operation.

28 years ago(Frename_file) [WINDOWSNT]: Remove conditional code.
Richard M. Stallman [Thu, 28 Mar 1996 19:31:28 +0000 (19:31 +0000)]
(Frename_file) [WINDOWSNT]: Remove conditional code.

28 years ago(TAGS): Renamed from `tags' and fixed to work.
Richard M. Stallman [Thu, 28 Mar 1996 18:39:26 +0000 (18:39 +0000)]
(TAGS): Renamed from `tags' and fixed to work.

28 years ago(last_timer_event): New variable.
Richard M. Stallman [Thu, 28 Mar 1996 18:35:56 +0000 (18:35 +0000)]
(last_timer_event): New variable.
(timer_check): Set that variable.

28 years ago(make_frame_glyphs): Zero the correct number of bytes.
Richard M. Stallman [Thu, 28 Mar 1996 18:23:18 +0000 (18:23 +0000)]
(make_frame_glyphs): Zero the correct number of bytes.

28 years ago(tmm-define-keys): New arg MINIBUFFER.
Richard M. Stallman [Thu, 28 Mar 1996 18:16:43 +0000 (18:16 +0000)]
(tmm-define-keys): New arg MINIBUFFER.
(tmm-add-prompt): Pass new arg in both calls.

28 years ago(list-text-properties-at): Display category's properties.
Richard M. Stallman [Thu, 28 Mar 1996 04:40:34 +0000 (04:40 +0000)]
(list-text-properties-at): Display category's properties.

28 years ago(DEL): Defined.
Geoff Voelker [Thu, 28 Mar 1996 04:40:02 +0000 (04:40 +0000)]
(DEL): Defined.
(DELTREE) [win95]: Defined.
(SYS_LDFLAGS): Set executable versions to 3.10.

28 years agoChange uses of del to $(DEL).
Geoff Voelker [Thu, 28 Mar 1996 04:39:51 +0000 (04:39 +0000)]
Change uses of del to $(DEL).

28 years ago(rmail-fontify-message, rmail-unfontify-buffer-function):
Richard M. Stallman [Wed, 27 Mar 1996 23:32:46 +0000 (23:32 +0000)]
(rmail-fontify-message, rmail-unfontify-buffer-function):
Reset the buffer modified state if necessary.

28 years ago(mouse-avoidance-old-pointer-shape): New vbl.
Richard M. Stallman [Wed, 27 Mar 1996 22:38:19 +0000 (22:38 +0000)]
(mouse-avoidance-old-pointer-shape): New vbl.
(mouse-avoidance-mode): Save old pointer shape when entering
protean mode; restore when exiting.

28 years ago(x_connection_closed): Don't check _Xdebug.
Richard M. Stallman [Wed, 27 Mar 1996 19:11:10 +0000 (19:11 +0000)]
(x_connection_closed): Don't check _Xdebug.

28 years ago(XTread_socket, MapNotify case):
Richard M. Stallman [Wed, 27 Mar 1996 03:54:10 +0000 (03:54 +0000)]
(XTread_socket, MapNotify case):
Call record_asynch_buffer_change only if >1 frames.

28 years agoAccept lignux in configuration name.
Richard M. Stallman [Wed, 27 Mar 1996 02:49:44 +0000 (02:49 +0000)]
Accept lignux in configuration name.
Use lignux instead of linux as value of opsys.

(linux/version.h): Check for this header.

28 years agoRenamed from s/linux.h.
Richard M. Stallman [Wed, 27 Mar 1996 02:45:32 +0000 (02:45 +0000)]
Renamed from s/linux.h.
(SYSTEM_TYPE): Changed to "lignux".

28 years ago(sh-alias-alist): Recognize lignux.
Richard M. Stallman [Wed, 27 Mar 1996 02:39:09 +0000 (02:39 +0000)]
(sh-alias-alist): Recognize lignux.

28 years ago(dired-chown-program): Recognize lignux.
Richard M. Stallman [Wed, 27 Mar 1996 02:37:57 +0000 (02:37 +0000)]
(dired-chown-program): Recognize lignux.

28 years ago(wait_reading_process_input_1): New (empty) function.
Richard M. Stallman [Wed, 27 Mar 1996 02:35:15 +0000 (02:35 +0000)]
(wait_reading_process_input_1): New (empty) function.
(wait_reading_process_input): Call wait_reading_process_input_1.
If timer_check runs some timers, retry it.

28 years ago(gnus-make-face, custom-declare): Rename custom-asis to custom:asis.
Richard M. Stallman [Wed, 27 Mar 1996 00:14:20 +0000 (00:14 +0000)]
(gnus-make-face, custom-declare): Rename custom-asis to custom:asis.

28 years ago(te-terminal-name-prefix): Change from
Richard M. Stallman [Wed, 27 Mar 1996 00:11:39 +0000 (00:11 +0000)]
(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.

28 years ago(ange-ftp-wait-not-busy): New subroutine.
Richard M. Stallman [Wed, 27 Mar 1996 00:10:38 +0000 (00:10 +0000)]
(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.

28 years ago(sh-shell-arg): Add no options for bash, ksh, or wksh.
Richard M. Stallman [Wed, 27 Mar 1996 00:09:54 +0000 (00:09 +0000)]
(sh-shell-arg): Add no options for bash, ksh, or wksh.

28 years ago(timer-event-handler): Inhibit quitting.
Richard M. Stallman [Wed, 27 Mar 1996 00:08:15 +0000 (00:08 +0000)]
(timer-event-handler): Inhibit quitting.
Record the last few events.

28 years ago(custom:asis): Renamed from custom-asis.
Richard M. Stallman [Wed, 27 Mar 1996 00:01:14 +0000 (00:01 +0000)]
(custom:asis): Renamed from custom-asis.

28 years ago(set-visited-file-name): Don't call find-buffer-visiting if filename is nil.
Richard M. Stallman [Tue, 26 Mar 1996 23:57:49 +0000 (23:57 +0000)]
(set-visited-file-name): Don't call find-buffer-visiting if filename is nil.

28 years ago(xlwmenu.o): New explicit target.
Richard M. Stallman [Tue, 26 Mar 1996 18:46:04 +0000 (18:46 +0000)]
(xlwmenu.o): New explicit target.

28 years ago(mouse-buffer-menu): Keep the order of buffers straight.
Richard M. Stallman [Mon, 25 Mar 1996 19:00:44 +0000 (19:00 +0000)]
(mouse-buffer-menu): Keep the order of buffers straight.

28 years ago(x-frob-font-slant): Properly handle a match against
Richard M. Stallman [Mon, 25 Mar 1996 15:09:27 +0000 (15:09 +0000)]
(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.

28 years ago(merge_widget_value): Set the this_one_change field.
Richard M. Stallman [Mon, 25 Mar 1996 01:47:33 +0000 (01:47 +0000)]
(merge_widget_value): Set the this_one_change field.

28 years ago(struct widget_value): New field this_one_change.
Richard M. Stallman [Mon, 25 Mar 1996 01:47:16 +0000 (01:47 +0000)]
(struct widget_value): New field this_one_change.

28 years ago(destroy_all_children): New arg first_child_to_destroy.
Richard M. Stallman [Mon, 25 Mar 1996 01:46:16 +0000 (01:46 +0000)]
(destroy_all_children): New arg first_child_to_destroy.
(make_menu_in_widget): New arg keep_first_children.
(xm_update_menu): Preserve the first children even if later ones
have a structural change.
(update_one_menu_entry): Use this_one_change field.

28 years ago(sh-shell-arg): Don't add any options for bash, ksh.
Richard M. Stallman [Mon, 25 Mar 1996 01:42:05 +0000 (01:42 +0000)]
(sh-shell-arg): Don't add any options for bash, ksh.

28 years ago(xfns.o, xmenu.o, widget.o): Depend on ../lwlib/lwlib.h.
Richard M. Stallman [Mon, 25 Mar 1996 00:37:45 +0000 (00:37 +0000)]
(xfns.o, xmenu.o, widget.o): Depend on ../lwlib/lwlib.h.

28 years agoDoc fixes. Reorganized. Retired v18 support.
Richard M. Stallman [Sun, 24 Mar 1996 14:20:05 +0000 (14:20 +0000)]
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.

28 years agoComment change.
Richard M. Stallman [Sun, 24 Mar 1996 13:14:21 +0000 (13:14 +0000)]
Comment change.

28 years ago(Fcall_process, child_setup): If BSD_PGRPS, call
Richard M. Stallman [Sun, 24 Mar 1996 12:45:26 +0000 (12:45 +0000)]
(Fcall_process, child_setup): If BSD_PGRPS, call
setpgrp the BSD way even on USG.

28 years ago(setpgrp): New macro.
Richard M. Stallman [Sun, 24 Mar 1996 12:32:57 +0000 (12:32 +0000)]
(setpgrp): New macro.
(BSD_PGRPS): Defined.

28 years ago(timer-set-time): Don't set usecs to nil.
Richard M. Stallman [Sun, 24 Mar 1996 02:05:38 +0000 (02:05 +0000)]
(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.

28 years ago(ange-ftp-dired-call-process): Return 1 if error.
Richard M. Stallman [Sun, 24 Mar 1996 00:26:02 +0000 (00:26 +0000)]
(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.

28 years ago(ange-ftp-call-chmod): Return proper value.
Richard M. Stallman [Sat, 23 Mar 1996 15:46:14 +0000 (15:46 +0000)]
(ange-ftp-call-chmod): Return proper value.

28 years agoUse custom-asis instead of as-is.
Richard M. Stallman [Sat, 23 Mar 1996 14:39:14 +0000 (14:39 +0000)]
Use custom-asis instead of as-is.

28 years ago(custom-type-properties): Use custom-asis instead of as-is.
Richard M. Stallman [Sat, 23 Mar 1996 14:38:37 +0000 (14:38 +0000)]
(custom-type-properties): Use custom-asis instead of as-is.
(custom-asis): Set it to itself.

28 years ago(tcl-using-emacs-19): Work with XEmacs 20.0. From Ben Wing.
Tom Tromey [Sat, 23 Mar 1996 05:14:50 +0000 (05:14 +0000)]
(tcl-using-emacs-19): Work with XEmacs 20.0.  From Ben Wing.

28 years ago(install-strip): Get rid of continuation.
Richard M. Stallman [Sat, 23 Mar 1996 04:25:29 +0000 (04:25 +0000)]
(install-strip): Get rid of continuation.

28 years ago(wait_reading_process_input): Eliminate bogus test
Richard M. Stallman [Fri, 22 Mar 1996 22:06:10 +0000 (22:06 +0000)]
(wait_reading_process_input): Eliminate bogus test
that was trying to check read_kbd and failing.

28 years agoComment change.
Richard M. Stallman [Fri, 22 Mar 1996 22:04:55 +0000 (22:04 +0000)]
Comment change.

28 years ago(install-strip): Fix whitespace.
Richard M. Stallman [Fri, 22 Mar 1996 20:53:20 +0000 (20:53 +0000)]
(install-strip): Fix whitespace.

28 years agoAncient leading comment removed.
Richard M. Stallman [Fri, 22 Mar 1996 20:43:05 +0000 (20:43 +0000)]
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.