bpt/emacs.git
28 years ago(occur): Fix up interactive code.
Richard M. Stallman [Wed, 17 Apr 1996 17:30:51 +0000 (17:30 +0000)]
(occur): Fix up interactive code.
Strip text properties from regexp.

28 years agoClarify MSDOS installing and unpacking.
Richard M. Stallman [Wed, 17 Apr 1996 16:43:16 +0000 (16:43 +0000)]
Clarify MSDOS installing and unpacking.

28 years ago(decode_mode_spec): Use frame F, not selected frame.
Richard M. Stallman [Tue, 16 Apr 1996 23:07:52 +0000 (23:07 +0000)]
(decode_mode_spec): Use frame F, not selected frame.
On termcap frames, implicit names are ok.

28 years ago(decode_mode_spec): For %F, use explicit name or `Emacs'.
Richard M. Stallman [Tue, 16 Apr 1996 22:52:34 +0000 (22:52 +0000)]
(decode_mode_spec): For %F, use explicit name or `Emacs'.

28 years ago(vc-comment-ring): Initialise using make-ring.
Richard M. Stallman [Tue, 16 Apr 1996 22:33:07 +0000 (22:33 +0000)]
(vc-comment-ring): Initialise using make-ring.
(vc-clear-context): Initialise vc-comment-ring using make-ring.
(vc-finish-logentry): Don't initialise vc-comment-ring here.

28 years ago(w32_read_socket): Initialize frame_or_window field.
Richard M. Stallman [Tue, 16 Apr 1996 21:54:34 +0000 (21:54 +0000)]
(w32_read_socket): Initialize frame_or_window field.
(x_make_frame_visible): Don't call SetForegroundWindow after x_set_offset.
(win32_initialize): Call AttachThreadInput at the end.

28 years ago(defined_color): Map color to nearest in default palette.
Richard M. Stallman [Tue, 16 Apr 1996 21:49:18 +0000 (21:49 +0000)]
(defined_color): Map color to nearest in default palette.
(win32_wnd_proc): Special handling for WM_CLOSE.

28 years ago(check_timer): Removed; use gettime instead.
Richard M. Stallman [Tue, 16 Apr 1996 20:41:24 +0000 (20:41 +0000)]
(check_timer): Removed; use gettime instead.
(sys_select): Call __dpmi_yield while waiting for input to
improve multitasking behaviour.
Do not check timer when no timeout.

28 years ago(syms_of_buffer): Doc fix.
Richard M. Stallman [Tue, 16 Apr 1996 16:10:19 +0000 (16:10 +0000)]
(syms_of_buffer): Doc fix.

28 years agoProvide `completion'.
Richard M. Stallman [Tue, 16 Apr 1996 16:04:01 +0000 (16:04 +0000)]
Provide `completion'.
(cmpl-make-standard-completion-syntax-table): Initialize
all chars (to whitespace if nothing else).
(c-mode-map, fortran-mode-map): Add defvars to avoid warnings.

28 years ago(defstruct): Treat multi-nested :include properly.
Richard M. Stallman [Tue, 16 Apr 1996 04:36:21 +0000 (04:36 +0000)]
(defstruct): Treat multi-nested :include properly.
(flet): Warn when flet rebinds a macro name.
(labels): Rewrite to be fully CL-compliant.

28 years ago(isqrt): Support expanded range of Lisp integers.
Richard M. Stallman [Tue, 16 Apr 1996 04:35:38 +0000 (04:35 +0000)]
(isqrt): Support expanded range of Lisp integers.
(cl-expt): Bug fix for (expt -1 -N).
(cl-macroexpand-all): Change to support `labels'.

28 years ago(goto-address-send-using-mh-e):
Richard M. Stallman [Tue, 16 Apr 1996 03:57:23 +0000 (03:57 +0000)]
(goto-address-send-using-mh-e):
Renamed from goto-address-send-using-mhe.  Require `mh-comp'.

28 years ago(sh-while-getopts): Punctuate help message better.
Richard M. Stallman [Mon, 15 Apr 1996 21:17:59 +0000 (21:17 +0000)]
(sh-while-getopts): Punctuate help message better.

28 years agoChange make-docfile to make-doc.exe in a second place.
Richard M. Stallman [Mon, 15 Apr 1996 21:02:54 +0000 (21:02 +0000)]
Change make-docfile to make-doc.exe in a second place.

28 years ago(wait_reading_process_input) [!subprocesses]:
Richard M. Stallman [Mon, 15 Apr 1996 19:12:01 +0000 (19:12 +0000)]
(wait_reading_process_input) [!subprocesses]:
Get rid of the loop around the detect_input_pending call.

28 years ago(src): Create a file with sed commands instead of using
Richard M. Stallman [Mon, 15 Apr 1996 18:51:37 +0000 (18:51 +0000)]
(src): Create a file with sed commands instead of using
a long sed command line (some versions of Sed don't handle that).
(gdb): Merged back into src, undoing April 13 change.
(install): Do use if statements, but not a loop.

28 years agoMake sure the GDB init file is called src/_gdbinit;
Richard M. Stallman [Mon, 15 Apr 1996 18:48:06 +0000 (18:48 +0000)]
Make sure the GDB init file is called src/_gdbinit;
if not, tell the user to rename it and abort.

28 years ago(x_set_frame_parameters): Get height and width from
Richard M. Stallman [Mon, 15 Apr 1996 15:48:51 +0000 (15:48 +0000)]
(x_set_frame_parameters): Get height and width from
FRAME_NEW_WIDTH and FRAME_NEW_HEIGHT if nonzero.

28 years ago(wait_reading_process_input) [!subprocesses]: Handle
Richard M. Stallman [Sun, 14 Apr 1996 17:45:31 +0000 (17:45 +0000)]
(wait_reading_process_input) [!subprocesses]: Handle
the case of READ_KBD being a cons cell.  Retry the timer check
after a timer fired.  (All of these make this definition
consistent with the one that supports async subprocesses.)

(wait_reading_process_input, both definitions):
Use plain detect_input_pending just before the select call.

28 years agoWith DJGPP v1.x, use `COFF2EXE' to produce JUNK.EXE test program.
Richard M. Stallman [Sun, 14 Apr 1996 17:28:05 +0000 (17:28 +0000)]
With DJGPP v1.x, use `COFF2EXE' to produce JUNK.EXE test program.

28 years ago(main) [DJGPP v2]: Don't change to binary for a tty.
Richard M. Stallman [Sun, 14 Apr 1996 17:11:47 +0000 (17:11 +0000)]
(main) [DJGPP v2]: Don't change to binary for a tty.

28 years agoDescribe djtar.
Richard M. Stallman [Sat, 13 Apr 1996 19:14:07 +0000 (19:14 +0000)]
Describe djtar.

28 years agoDon't sey djgpp must be version 1.
Richard M. Stallman [Sat, 13 Apr 1996 16:29:47 +0000 (16:29 +0000)]
Don't sey djgpp must be version 1.

28 years ago(Fcompare_buffer_substrings): Fix dumb bug handling buffer name as second arg.
Richard M. Stallman [Sat, 13 Apr 1996 10:56:40 +0000 (10:56 +0000)]
(Fcompare_buffer_substrings): Fix dumb bug handling buffer name as second arg.

28 years agoentered into RCS
Richard M. Stallman [Sat, 13 Apr 1996 04:43:53 +0000 (04:43 +0000)]
entered into RCS

28 years ago* config.guess: Combine two OSF1 rules.
Per Bothner [Sat, 13 Apr 1996 00:06:54 +0000 (00:06 +0000)]
* config.guess:  Combine two OSF1 rules.
Also recognize field test versions.  From mjr@zk3.dec.com.
* config.guess (dgux):  Use /usr/bin/uname rather than uname,
because GNU uname does not support -p.  From pmr@pajato.com.

28 years ago(main) [MSDOS]: Always call tzset, not init__gettimeofday.
Richard M. Stallman [Fri, 12 Apr 1996 22:59:58 +0000 (22:59 +0000)]
(main) [MSDOS]: Always call tzset, not init__gettimeofday.

28 years ago(MAX_FAILURE_ITEMS): Use 5 instead of actual number of regs.
Richard M. Stallman [Fri, 12 Apr 1996 22:57:28 +0000 (22:57 +0000)]
(MAX_FAILURE_ITEMS): Use 5 instead of actual number of regs.

28 years ago(interpreter-mode-alist): Recognize perl5.
Richard M. Stallman [Fri, 12 Apr 1996 18:42:22 +0000 (18:42 +0000)]
(interpreter-mode-alist): Recognize perl5.

28 years ago*** empty log message ***
Richard M. Stallman [Fri, 12 Apr 1996 16:03:01 +0000 (16:03 +0000)]
*** empty log message ***

28 years ago[DJGPP v2]: Include io.h.
Richard M. Stallman [Fri, 12 Apr 1996 16:02:38 +0000 (16:02 +0000)]
[DJGPP v2]: Include io.h.
(main) [DJGPP v2]: Switch standard streams to binary with setmode.

28 years ago(djgpp_ver): Variable renamed from djgpp-ver.
Richard M. Stallman [Fri, 12 Apr 1996 15:44:42 +0000 (15:44 +0000)]
(djgpp_ver): Variable renamed from djgpp-ver.

28 years ago(msdos): Put mainmake.v2 into the dist.
Richard M. Stallman [Fri, 12 Apr 1996 15:43:42 +0000 (15:43 +0000)]
(msdos): Put mainmake.v2 into the dist.

28 years agoUnder DJGPP v2, use <sys/config.h> instead of most of config.h.in.
Richard M. Stallman [Fri, 12 Apr 1996 15:41:24 +0000 (15:41 +0000)]
Under DJGPP v2, use <sys/config.h> instead of most of config.h.in.

28 years ago(Fformat_time_string): Doc fix.
Richard M. Stallman [Fri, 12 Apr 1996 15:27:40 +0000 (15:27 +0000)]
(Fformat_time_string): Doc fix.

28 years agoComment change.
Richard M. Stallman [Fri, 12 Apr 1996 06:40:16 +0000 (06:40 +0000)]
Comment change.

28 years ago(MANIFEST): Fix previous change.
Richard M. Stallman [Fri, 12 Apr 1996 06:39:36 +0000 (06:39 +0000)]
(MANIFEST): Fix previous change.

28 years ago(make_frame_without_minibuffer): Don't change the
Richard M. Stallman [Fri, 12 Apr 1996 06:07:06 +0000 (06:07 +0000)]
(make_frame_without_minibuffer): Don't change the
mini_window's buffer if it already displays a minibuffer.

28 years agoRemove `|| defined (LINUX)' from #if condition.
Richard M. Stallman [Fri, 12 Apr 1996 06:06:34 +0000 (06:06 +0000)]
Remove `|| defined (LINUX)' from #if condition.

28 years agoInclude signal.h.
Richard M. Stallman [Fri, 12 Apr 1996 06:04:10 +0000 (06:04 +0000)]
Include signal.h.

(__write) [DJGPP == 2.0]: New function, avoids
calling `malloc' while writing to a text file, so that buffer
text being written won't be relocated.
(abort) [DJGPP > 1]: Generate traceback, to identify the abort cause.

28 years ago(wait_reading_process_input, both definitions):
Richard M. Stallman [Fri, 12 Apr 1996 06:02:54 +0000 (06:02 +0000)]
(wait_reading_process_input, both definitions):
Don't call detect_input_pending; use detect_input_pending_run_timers.

28 years ago(read_char): Use detect_input_pending_run_timers
Richard M. Stallman [Fri, 12 Apr 1996 06:01:29 +0000 (06:01 +0000)]
(read_char): Use detect_input_pending_run_timers
before redisplay, not detect_input_pending.
(readable_events): Don't touch timers at all if DO_TIMERS_NOW is 0.
(timer_check): Always run timers directly.
Bind inhibit-quit to t here.

28 years agoMSDOS changes.
Richard M. Stallman [Thu, 11 Apr 1996 22:55:34 +0000 (22:55 +0000)]
MSDOS changes.

28 years agoInitial revision
Richard M. Stallman [Thu, 11 Apr 1996 22:53:07 +0000 (22:53 +0000)]
Initial revision

28 years agoComment change.
Richard M. Stallman [Thu, 11 Apr 1996 21:20:11 +0000 (21:20 +0000)]
Comment change.

28 years ago(standard_args): Synchronize with startup.el.
Richard M. Stallman [Thu, 11 Apr 1996 18:21:11 +0000 (18:21 +0000)]
(standard_args): Synchronize with startup.el.

28 years agoComment change.
Richard M. Stallman [Thu, 11 Apr 1996 18:19:30 +0000 (18:19 +0000)]
Comment change.

28 years ago(sys_subshell): Add conditionals for DJGPP v2.
Richard M. Stallman [Thu, 11 Apr 1996 18:13:12 +0000 (18:13 +0000)]
(sys_subshell): Add conditionals for DJGPP v2.

28 years agoDefine HAVE_WAIT_HEADER.
Richard M. Stallman [Thu, 11 Apr 1996 17:38:43 +0000 (17:38 +0000)]
Define HAVE_WAIT_HEADER.

28 years ago(mail-fetch-field): Use skip-chars-backward
Richard M. Stallman [Thu, 11 Apr 1996 17:34:28 +0000 (17:34 +0000)]
(mail-fetch-field): Use skip-chars-backward
to back over whitespace; don't back up past opoint.

28 years ago(redisplay_window): Move w->start marker before
Richard M. Stallman [Thu, 11 Apr 1996 15:26:55 +0000 (15:26 +0000)]
(redisplay_window): Move w->start marker before
running window-scroll-functions (in scroll_step case).

28 years ago(auto-mode-alist): Handle `.java'.
Richard M. Stallman [Thu, 11 Apr 1996 14:45:09 +0000 (14:45 +0000)]
(auto-mode-alist): Handle `.java'.

28 years ago(command-line-x-option-alist): -T sets only the title.
Richard M. Stallman [Thu, 11 Apr 1996 05:23:19 +0000 (05:23 +0000)]
(command-line-x-option-alist): -T sets only the title.

28 years ago(command-line-x-option-alist):
Richard M. Stallman [Thu, 11 Apr 1996 05:10:40 +0000 (05:10 +0000)]
(command-line-x-option-alist):
--title sets only the title.  Allow -title as alias too.

28 years ago(BLACK_PIX_DEFAULT, WHITE_PIX_DEFAULT): Use PALETTERGB instead of RGB.
Geoff Voelker [Thu, 11 Apr 1996 04:13:07 +0000 (04:13 +0000)]
(BLACK_PIX_DEFAULT, WHITE_PIX_DEFAULT): Use PALETTERGB instead of RGB.

28 years ago(win32_color_map): Use PALETTERGB instead of RGB.
Geoff Voelker [Thu, 11 Apr 1996 04:12:47 +0000 (04:12 +0000)]
(win32_color_map): Use PALETTERGB instead of RGB.

28 years ago[WINDOWSNT]: Include io.h.
Richard M. Stallman [Thu, 11 Apr 1996 01:39:53 +0000 (01:39 +0000)]
[WINDOWSNT]: Include io.h.

28 years ago(CTAGSOBJ): Compile with regexp support.
Geoff Voelker [Wed, 10 Apr 1996 22:38:26 +0000 (22:38 +0000)]
(CTAGSOBJ): Compile with regexp support.

28 years ago(calculate_ins_del_char_costs): Use proper frame's width.
Richard M. Stallman [Wed, 10 Apr 1996 18:34:37 +0000 (18:34 +0000)]
(calculate_ins_del_char_costs): Use proper frame's width.

28 years ago(Fx_list_fonts): Handle X protocol errors.
Richard M. Stallman [Wed, 10 Apr 1996 17:23:18 +0000 (17:23 +0000)]
(Fx_list_fonts): Handle X protocol errors.

28 years agoWed Apr 10 06:08:48 1996 Roland McGrath <roland@charlie-brown.gnu.ai.mit.edu>
Roland McGrath [Wed, 10 Apr 1996 10:09:16 +0000 (10:09 +0000)]
Wed Apr 10 06:08:48 1996  Roland McGrath  <roland@charlie-brown.gnu.ai.mit.edu>

* make-dist: Exit if autoconf fails.

28 years ago(x-handle-display): Set DISPLAY envvar too.
Richard M. Stallman [Wed, 10 Apr 1996 05:39:50 +0000 (05:39 +0000)]
(x-handle-display): Set DISPLAY envvar too.

28 years agoSet djgpp-ver, and unset it at the end.
Richard M. Stallman [Wed, 10 Apr 1996 05:29:39 +0000 (05:29 +0000)]
Set djgpp-ver, and unset it at the end.
Add a number ofconditionals for DJGPP version 2.
Rename label libsrc2 to libsrc3.
Substitute for LDFLAGS in src/Makefile.
Substitute for ALL_CFLAGS in lib-src/Makefile.

28 years ago[DJGPP v2]: Include fcntl.h.
Richard M. Stallman [Wed, 10 Apr 1996 04:15:13 +0000 (04:15 +0000)]
[DJGPP v2]: Include fcntl.h.
(copy_text_and_data) [DJGPP v2]: Call __djgpp_exception_toggle.

28 years ago[MSDOS]: If DJGPP version 2, include fcntl.h.
Richard M. Stallman [Wed, 10 Apr 1996 04:13:40 +0000 (04:13 +0000)]
[MSDOS]: If DJGPP version 2, include fcntl.h.
(_crt0_startup_flags): Initialize it.
(internal_terminal_init): Change handling of EMACSCOLORS.
(init_environment): Call tzset, not init_gettimeofday.
(ctrl_break_vector, ctrl_break_regs): Don't define if DJGPP v2.
(ctrl_break_func, install_ctrl_break_check): Don't define if DJGPP v2.
(dos_ttraw) [DJGPP v2]: Don't call install_ctrl_break_check.
Call setmode at the end and exit.
(dos_ttcooked): Call setmode at the end and exit.
(gethostname, gettimeofday): Don't define if DJGPP v2.
(alarm, fork, kill, nicr, pause, sigsetask): Don't define if DJGPP v2.

28 years ago[MSDOS]: If DJGPP version 2, include fcntl.h and string.h.
Richard M. Stallman [Wed, 10 Apr 1996 04:10:47 +0000 (04:10 +0000)]
[MSDOS]: If DJGPP version 2, include fcntl.h and string.h.

28 years ago[MSDOS]: If DJGPP version 2, include unistd.h.
Richard M. Stallman [Wed, 10 Apr 1996 04:10:14 +0000 (04:10 +0000)]
[MSDOS]: If DJGPP version 2, include unistd.h.
Include msdos.h somewhat earlier.

28 years ago[DJGPP v2] (etext, start): Declared.
Richard M. Stallman [Wed, 10 Apr 1996 03:55:16 +0000 (03:55 +0000)]
[DJGPP v2] (etext, start): Declared.
(wait_for_termination) [DJGPP v2]: Just exit.

28 years ago(DATA_START, TEXT_START, TEXT_END, _NAIVE_DOS_REGS)
Richard M. Stallman [Wed, 10 Apr 1996 03:48:14 +0000 (03:48 +0000)]
(DATA_START, TEXT_START, TEXT_END, _NAIVE_DOS_REGS)
(POSIX_SIGNALS): Define if DJGPP v2.
(LIBS_SYSTEM, chdir, NO_MODE_T, TEXT_START, NO_MATHERR)
(LOCALTIME_CACHE, tzset): Don't define if DJGPP v2.

28 years ago(read_minibuf): GCPRO ambient_dir.
Richard M. Stallman [Wed, 10 Apr 1996 01:51:27 +0000 (01:51 +0000)]
(read_minibuf): GCPRO ambient_dir.

28 years ago(main) [MSDOS]: Handle DJGPP version 2.
Richard M. Stallman [Wed, 10 Apr 1996 01:00:12 +0000 (01:00 +0000)]
(main) [MSDOS]: Handle DJGPP version 2.

28 years agoentered into RCS
Richard M. Stallman [Wed, 10 Apr 1996 00:53:52 +0000 (00:53 +0000)]
entered into RCS

28 years ago(Fset_frame_size): Do call Fset_frame_size
Richard M. Stallman [Tue, 9 Apr 1996 03:01:40 +0000 (03:01 +0000)]
(Fset_frame_size): Do call Fset_frame_size
if size is specified and there is a pending size change already.

28 years ago(x_set_frame_parameters): Do call Fset_frame_size
Richard M. Stallman [Tue, 9 Apr 1996 03:01:02 +0000 (03:01 +0000)]
(x_set_frame_parameters): Do call Fset_frame_size
if size is specified and there is a pending size change already.

28 years ago(sit_for): Call swallow_events.
Richard M. Stallman [Tue, 9 Apr 1996 02:41:15 +0000 (02:41 +0000)]
(sit_for): Call swallow_events.

28 years agoInclude locale.h if HAVE_SETLOCALE.
Richard M. Stallman [Mon, 8 Apr 1996 23:12:25 +0000 (23:12 +0000)]
Include locale.h if HAVE_SETLOCALE.
(x_term_init): Restore LC_TIME as well as LC_NUMERIC.

28 years ago(HAVE_PTYS): #undef removed.
Miles Bader [Mon, 8 Apr 1996 23:02:15 +0000 (23:02 +0000)]
(HAVE_PTYS): #undef removed.

28 years agoAdd Solaris on PowerPC support
Michael Meissner [Mon, 8 Apr 1996 20:19:10 +0000 (20:19 +0000)]
Add Solaris on PowerPC support

28 years ago(disassemble-internal): Graceful error if compile failed.
Richard M. Stallman [Mon, 8 Apr 1996 15:36:48 +0000 (15:36 +0000)]
(disassemble-internal): Graceful error if compile failed.

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.