bpt/emacs.git
30 years ago(calendar-goto-french-date): Fix special day
Richard M. Stallman [Sun, 2 Jan 1994 19:03:36 +0000 (19:03 +0000)]
(calendar-goto-french-date): Fix special day
choice in non-leap years by re-reversing the list.  Fix out of
place parenthesis in prompt.

30 years ago(rotate_right, rotate_left): Simplify
Richard M. Stallman [Sun, 2 Jan 1994 19:01:15 +0000 (19:01 +0000)]
(rotate_right, rotate_left): Simplify
total_length calculation.  Minimize pointer dereferencing.
(balance_an_interval): Remove recursive rebalancing.
Rebalance precisely when imbalanced.  If a rotation is done,
rebalance only the node which may have become unbalanced.
Iterate until the current node is balanced.
(balance_possible_root_interval): New function.
(balance_intervals): Move the interation into rebalance_an_interval.
(balance_intervals_internal): New subroutine of balance_intervals.
(split_interval_right, split_interval_left): Speed up by
not checking LEAF_INTERVAL_P.
(split_interval_right, split_interval_left, find_interval,
adjust_intervals_for_insertion, graft_intervals_into_buffer):
Add dynamic rebalancing anywhere a node may become unbalanced.
(graft_intervals_into_buffer, copy_intervals): No longer
any need to do a full rebalance as the tree stays balanced.

30 years ago(NULL_RIGHT_CHILD, NULL_LEFT_CHILD):
Richard M. Stallman [Sun, 2 Jan 1994 19:00:54 +0000 (19:00 +0000)]
(NULL_RIGHT_CHILD, NULL_LEFT_CHILD):
Assume children must be intervals, never strings or buffers.

30 years ago(${SUBDIR} target): Pass down LDFLAGS and CPPFLAGS.
Richard M. Stallman [Sun, 2 Jan 1994 18:54:37 +0000 (18:54 +0000)]
(${SUBDIR} target): Pass down LDFLAGS and CPPFLAGS.

30 years ago(ALL_CFLAGS): Include LDFLAGS.
Richard M. Stallman [Sun, 2 Jan 1994 18:41:29 +0000 (18:41 +0000)]
(ALL_CFLAGS): Include LDFLAGS.
Use ALL_CFLAGS in all the rules that compile and link with one cmd.
(LINK_CFLAGS): New variable.
(timer): Use LINK_CFLAGS.

30 years ago(isearch-repeat): If we matched a null string and there's
Richard M. Stallman [Sun, 2 Jan 1994 17:43:16 +0000 (17:43 +0000)]
(isearch-repeat): If we matched a null string and there's
no place to advance to, fail instead.

30 years ago(Fwrite_region): Don't change START and END from nil
Richard M. Stallman [Sat, 1 Jan 1994 18:01:49 +0000 (18:01 +0000)]
(Fwrite_region): Don't change START and END from nil
until after checking for a magic handler.

30 years ago(bibtex-field-name, bibtex-field-const, bibtex-field-text):
Richard M. Stallman [Sat, 1 Jan 1994 17:32:23 +0000 (17:32 +0000)]
(bibtex-field-name, bibtex-field-const, bibtex-field-text):
Adapted to Emacs 19 regex rules.
(bibtex-reference): Removed one set of parentheses (a workaround).

30 years ago(i[34]86-*-*): Check for *-nextstop*.
Richard M. Stallman [Sat, 1 Jan 1994 17:15:40 +0000 (17:15 +0000)]
(i[34]86-*-*): Check for *-nextstop*.

30 years ago(m68*-next-*): Don't care about which os is specified.
Richard M. Stallman [Sat, 1 Jan 1994 17:12:22 +0000 (17:12 +0000)]
(m68*-next-*): Don't care about which os is specified.

30 years ago(compilation-read-command, compilation-ask-about-save): New variables.
Richard M. Stallman [Sat, 1 Jan 1994 16:32:44 +0000 (16:32 +0000)]
(compilation-read-command, compilation-ask-about-save): New variables.
(compile): Obey them.

30 years ago(Info-default-directory-list): Doc fix.
Richard M. Stallman [Sat, 1 Jan 1994 15:29:27 +0000 (15:29 +0000)]
(Info-default-directory-list): Doc fix.

30 years ago(read_process_output): Use clip_to_bounds when moving
Richard M. Stallman [Sat, 1 Jan 1994 15:12:52 +0000 (15:12 +0000)]
(read_process_output): Use clip_to_bounds when moving
to the process marker.

30 years agoDelete `show env TERMCAP'.
Richard M. Stallman [Sat, 1 Jan 1994 15:11:38 +0000 (15:11 +0000)]
Delete `show env TERMCAP'.

30 years ago(${etc}DOC): Don't depend on SOME_MACHINE_OBJECTS.
Richard M. Stallman [Sat, 1 Jan 1994 11:56:01 +0000 (11:56 +0000)]
(${etc}DOC): Don't depend on SOME_MACHINE_OBJECTS.

30 years ago(SOME_MACHINE_OBJECTS): New var.
Richard M. Stallman [Sat, 1 Jan 1994 11:55:19 +0000 (11:55 +0000)]
(SOME_MACHINE_OBJECTS): New var.
(${etc}DOC): Use SOME_MACHINE_OBJECTS, not OBJECTS_MACHINE or OBJECTS_SYSTEM.

30 years ago(ispell-highlight, ispell-dehighlight): New functions.
Richard M. Stallman [Sat, 1 Jan 1994 10:22:02 +0000 (10:22 +0000)]
(ispell-highlight, ispell-dehighlight): New functions.
(ispell-command-loop, ispell-next): Call them.
(ispell-highlight, ispell-overlay): New variables.

30 years ago(rmail-output-to-rmail-file): If just a dir is specified,
Richard M. Stallman [Sat, 1 Jan 1994 08:31:33 +0000 (08:31 +0000)]
(rmail-output-to-rmail-file): If just a dir is specified,
use default name in specified dir.

30 years ago(save-some-buffers): Fix previous change.
Richard M. Stallman [Sat, 1 Jan 1994 06:21:59 +0000 (06:21 +0000)]
(save-some-buffers): Fix previous change.

30 years ago(gnus-news-reply): Handle reply-to field.
Richard M. Stallman [Sat, 1 Jan 1994 05:35:38 +0000 (05:35 +0000)]
(gnus-news-reply): Handle reply-to field.

30 years ago(manual-program): Deleted.
Richard M. Stallman [Sat, 1 Jan 1994 05:26:26 +0000 (05:26 +0000)]
(manual-program): Deleted.

30 years ago(Finsert_file_contents): Avoid setting buffer-file-name field if ran a handler.
Richard M. Stallman [Fri, 31 Dec 1993 18:16:16 +0000 (18:16 +0000)]
(Finsert_file_contents): Avoid setting buffer-file-name field if ran a handler.
Get rid of local var `handled'.

30 years ago(lispy_accent_codes): Cope if an XK symbol is undefined.
Richard M. Stallman [Fri, 31 Dec 1993 17:29:12 +0000 (17:29 +0000)]
(lispy_accent_codes): Cope if an XK symbol is undefined.
(make_lispy_event): Define i.

30 years ago(query-replace-highlight): New variable.
Richard M. Stallman [Fri, 31 Dec 1993 15:04:23 +0000 (15:04 +0000)]
(query-replace-highlight): New variable.
(replace-overlay): New variable.
(replace-highlight, replace-dehighlight): New functions.
(perform-replace): Use them.

30 years agoAlways include termhooks.h.
Richard M. Stallman [Fri, 31 Dec 1993 13:28:05 +0000 (13:28 +0000)]
Always include termhooks.h.
[! MULTI_FRAME] (Fmouse_position): New definition.
[! MULTI_FRAME] (syms_of_frame): Add mouse-position.

30 years ago(print-region-1): If lpr-headers-switches is string,
Richard M. Stallman [Fri, 31 Dec 1993 13:06:33 +0000 (13:06 +0000)]
(print-region-1): If lpr-headers-switches is string,
turn it into a list before appending.

30 years ago(Finsert_file_contents): Don't run after change hook
Richard M. Stallman [Fri, 31 Dec 1993 12:56:41 +0000 (12:56 +0000)]
(Finsert_file_contents): Don't run after change hook
if inserted is 0.  New local `handled', set if run handler.
Avoid setting modtime field if ran a handler.

30 years ago(save-some-buffers): Reinsert lost code to save abbrevs.
Richard M. Stallman [Fri, 31 Dec 1993 12:50:12 +0000 (12:50 +0000)]
(save-some-buffers): Reinsert lost code to save abbrevs.

30 years ago(eval-current-buffer): Old definition deleted.
Richard M. Stallman [Fri, 31 Dec 1993 12:42:06 +0000 (12:42 +0000)]
(eval-current-buffer): Old definition deleted.
(eval-buffer): Use current buffer by default.

30 years ago(PENDING_OUTPUT_COUNT): Two alternate definitions
Richard M. Stallman [Fri, 31 Dec 1993 10:42:30 +0000 (10:42 +0000)]
(PENDING_OUTPUT_COUNT): Two alternate definitions
for different versions of stdio.h.

30 years ago(diff): Call shell-quote-argument.
Richard M. Stallman [Fri, 31 Dec 1993 09:26:43 +0000 (09:26 +0000)]
(diff): Call shell-quote-argument.

30 years ago(shell-quote-argument): New function.
Richard M. Stallman [Fri, 31 Dec 1993 09:25:12 +0000 (09:25 +0000)]
(shell-quote-argument): New function.

30 years ago(ispell-next): Remove periods from messages.
Richard M. Stallman [Fri, 31 Dec 1993 06:59:31 +0000 (06:59 +0000)]
(ispell-next): Remove periods from messages.
(ispell-complete-word): Improve error messages.

30 years ago(open-line): Properly put fill-prefix on each line.
Richard M. Stallman [Fri, 31 Dec 1993 06:45:33 +0000 (06:45 +0000)]
(open-line): Properly put fill-prefix on each line.

30 years ago(open-line): Move fill-prefix insert inside save-excursion.
Richard M. Stallman [Fri, 31 Dec 1993 05:52:54 +0000 (05:52 +0000)]
(open-line): Move fill-prefix insert inside save-excursion.

30 years agoAdded `kibo', who actually greps for his name on Usenet.
Noah Friedman [Fri, 31 Dec 1993 05:12:51 +0000 (05:12 +0000)]
Added `kibo', who actually greps for his name on Usenet.

30 years ago(help-for-help): Mention the scroll commands.
Richard M. Stallman [Fri, 31 Dec 1993 03:46:42 +0000 (03:46 +0000)]
(help-for-help): Mention the scroll commands.

30 years ago(command-line): In most cases, if init file sets
Richard M. Stallman [Fri, 31 Dec 1993 03:45:38 +0000 (03:45 +0000)]
(command-line): In most cases, if init file sets
debug-on-error, leave it set that way.

30 years ago(make-help-screen): Use read-key-sequence.
Richard M. Stallman [Fri, 31 Dec 1993 03:45:08 +0000 (03:45 +0000)]
(make-help-screen): Use read-key-sequence.
Temporarily switch keymaps.

30 years ago(Fsubstitute_command_keys): Fix previous change.
Richard M. Stallman [Fri, 31 Dec 1993 03:05:39 +0000 (03:05 +0000)]
(Fsubstitute_command_keys): Fix previous change.

30 years ago(read_from_minibuffer): Rename arg initial_input to initial_contents.
Richard M. Stallman [Thu, 30 Dec 1993 16:43:05 +0000 (16:43 +0000)]
(read_from_minibuffer): Rename arg initial_input to initial_contents.

30 years ago(icomplete-pre-command-hook): Reconciled with keyboard macro operation.
Richard M. Stallman [Thu, 30 Dec 1993 11:56:19 +0000 (11:56 +0000)]
(icomplete-pre-command-hook): Reconciled with keyboard macro operation.
(icomplete-post-command-hook): Likewise.
(window-minibuffer-p): Cleaned up according to suggestion from
Richard Mlynarik.
General rectification of doc strings and comments.

30 years ago(hack-one-local-variable): Treat file-name-handler-alist
Richard M. Stallman [Thu, 30 Dec 1993 10:51:33 +0000 (10:51 +0000)]
(hack-one-local-variable): Treat file-name-handler-alist
kand after-load-alist like eval.

30 years ago(Femacs_pid): New function.
Richard M. Stallman [Thu, 30 Dec 1993 10:08:46 +0000 (10:08 +0000)]
(Femacs_pid): New function.
(syms_of_editfns): Define it for Lisp.

30 years ago(transient-mark-mode): Doc fix.
Richard M. Stallman [Thu, 30 Dec 1993 10:06:31 +0000 (10:06 +0000)]
(transient-mark-mode): Doc fix.

30 years ago(read_avail_input): Turn O_NDELAY off on DGUX as on USG.
Richard M. Stallman [Thu, 30 Dec 1993 07:49:15 +0000 (07:49 +0000)]
(read_avail_input): Turn O_NDELAY off on DGUX as on USG.

30 years ago(rmail-summary-delete-forward): Move to next or prev msg
Richard M. Stallman [Thu, 30 Dec 1993 07:38:11 +0000 (07:38 +0000)]
(rmail-summary-delete-forward): Move to next or prev msg
among those included in the summary.

30 years ago(Fall_completions): Allow completions that start with space
Richard M. Stallman [Thu, 30 Dec 1993 07:23:51 +0000 (07:23 +0000)]
(Fall_completions): Allow completions that start with space
if the input starts with space.

30 years ago(LDFLAGS): Define as empty.
Richard M. Stallman [Thu, 30 Dec 1993 07:20:56 +0000 (07:20 +0000)]
(LDFLAGS): Define as empty.
(ALL_LDFLAGS): Define as LDFLAGS used to be defined.
(temacs): Use ALL_LDFLAGS.

30 years ago(describe_command): If binding is a kbd macro, say so.
Richard M. Stallman [Wed, 29 Dec 1993 07:43:21 +0000 (07:43 +0000)]
(describe_command): If binding is a kbd macro, say so.

30 years ago(super-apropos-check-doc-file): Verify that the doc
Richard M. Stallman [Wed, 29 Dec 1993 06:55:23 +0000 (06:55 +0000)]
(super-apropos-check-doc-file): Verify that the doc
string can actually be found from the symbol.

30 years agoComment change.
Richard M. Stallman [Sun, 26 Dec 1993 20:02:44 +0000 (20:02 +0000)]
Comment change.

30 years ago(main) [AIX]: Call putenv.
Richard M. Stallman [Sun, 26 Dec 1993 18:05:39 +0000 (18:05 +0000)]
(main) [AIX]: Call putenv.

30 years ago(A_TEXT_OFFSET, A_TEXT_SEEK, ADJUST_EXEC_HEADER): Defined.
Richard M. Stallman [Sun, 26 Dec 1993 09:10:10 +0000 (09:10 +0000)]
(A_TEXT_OFFSET, A_TEXT_SEEK, ADJUST_EXEC_HEADER): Defined.

30 years ago(XTflush): FIx typo in last change.
Richard M. Stallman [Sun, 26 Dec 1993 09:06:44 +0000 (09:06 +0000)]
(XTflush): FIx typo in last change.

30 years ago(struct input_event): FIx typo in previous change.
Richard M. Stallman [Sun, 26 Dec 1993 08:43:36 +0000 (08:43 +0000)]
(struct input_event): FIx typo in previous change.

30 years ago(font-lock-set-defaults): Add missing paren.
Richard M. Stallman [Sun, 26 Dec 1993 08:21:22 +0000 (08:21 +0000)]
(font-lock-set-defaults): Add missing paren.

30 years ago(lm-report-bug): lm-maintainer returns a cons; convert it to a string.
Richard M. Stallman [Sun, 26 Dec 1993 08:02:10 +0000 (08:02 +0000)]
(lm-report-bug): lm-maintainer returns a cons; convert it to a string.

30 years ago(lm-report-bug): Don't crash if version is nil.
Richard M. Stallman [Sun, 26 Dec 1993 07:56:21 +0000 (07:56 +0000)]
(lm-report-bug): Don't crash if version is nil.

30 years ago(XTread_socket): Make proper junk values to pass to select.
Richard M. Stallman [Sun, 26 Dec 1993 07:08:08 +0000 (07:08 +0000)]
(XTread_socket): Make proper junk values to pass to select.

30 years ago(bcopy) Use memmove instead of memcpy.
Richard M. Stallman [Sun, 26 Dec 1993 06:04:51 +0000 (06:04 +0000)]
(bcopy) Use memmove instead of memcpy.

30 years ago(EMACS_GET_TIME) [USG5_4]: Give gettimeofday just one arg.
Richard M. Stallman [Sun, 26 Dec 1993 06:04:18 +0000 (06:04 +0000)]
(EMACS_GET_TIME) [USG5_4]: Give gettimeofday just one arg.

30 years ago(XTflash): Use EMACS_GET_TIME.
Richard M. Stallman [Sun, 26 Dec 1993 06:00:04 +0000 (06:00 +0000)]
(XTflash): Use EMACS_GET_TIME.

30 years ago(Fmemory_limit): No longer interactive.
Richard M. Stallman [Sat, 25 Dec 1993 08:12:08 +0000 (08:12 +0000)]
(Fmemory_limit): No longer interactive.

30 years ago(command_loop_1): Test of whether disp tab elt
Richard M. Stallman [Sat, 25 Dec 1993 02:31:25 +0000 (02:31 +0000)]
(command_loop_1): Test of whether disp tab elt
was a vector was backwards.

30 years ago(Fwrite_region): If handler, don't mess with modtime.
Richard M. Stallman [Sat, 25 Dec 1993 02:17:41 +0000 (02:17 +0000)]
(Fwrite_region): If handler, don't mess with modtime.
(Finsert_file_contents): Likewise.

30 years ago(ange-ftp-write-region): Call set-visited-file-modtime.
Richard M. Stallman [Sat, 25 Dec 1993 02:13:37 +0000 (02:13 +0000)]
(ange-ftp-write-region): Call set-visited-file-modtime.
 (ange-ftp-insert-file-contents): Likewise.

30 years ago(callproc.o): Depend on systty.h and syssignal.h.
Richard M. Stallman [Sat, 25 Dec 1993 01:45:30 +0000 (01:45 +0000)]
(callproc.o): Depend on systty.h and syssignal.h.

30 years agoInclude systty.h.
Richard M. Stallman [Sat, 25 Dec 1993 01:45:14 +0000 (01:45 +0000)]
Include systty.h.
(child_setup): Use EMACS_SET_TTY_PGRP.

30 years ago(create_process) [NTTYDISC]: Set the tty line discipline.
Richard M. Stallman [Sat, 25 Dec 1993 01:44:47 +0000 (01:44 +0000)]
(create_process) [NTTYDISC]: Set the tty line discipline.

30 years agoAdd #undef HAVE_SETSID.
Richard M. Stallman [Sat, 25 Dec 1993 01:44:18 +0000 (01:44 +0000)]
Add #undef HAVE_SETSID.

30 years agoCheck for setsid.
Richard M. Stallman [Sat, 25 Dec 1993 01:43:19 +0000 (01:43 +0000)]
Check for setsid.

30 years ago(isearch-mode-map): Bind kp-... keys.
Richard M. Stallman [Sat, 25 Dec 1993 00:50:10 +0000 (00:50 +0000)]
(isearch-mode-map): Bind kp-... keys.

30 years agoascii-character props for backspace, delete, etc. moved back to x-win.el.
Richard M. Stallman [Sat, 25 Dec 1993 00:47:30 +0000 (00:47 +0000)]
ascii-character props for backspace, delete, etc. moved back to x-win.el.

30 years ago(setting up kp-... keys): Make ascii-character props.
Richard M. Stallman [Sat, 25 Dec 1993 00:45:07 +0000 (00:45 +0000)]
(setting up kp-... keys): Make ascii-character props.
ascii-character props for backspace, delete, etc. moved here.

30 years agoProvide bytecomp as well as byte-compile.
Richard M. Stallman [Sat, 25 Dec 1993 00:32:37 +0000 (00:32 +0000)]
Provide bytecomp as well as byte-compile.

30 years ago(redisplay_window): Before altering lpoint,
Richard M. Stallman [Sat, 25 Dec 1993 00:05:02 +0000 (00:05 +0000)]
(redisplay_window): Before altering lpoint,
make sure the buffer it pertains to is the one being displayed.

30 years ago(Fmodify_syntax_entry): Doc fix.
Richard M. Stallman [Fri, 24 Dec 1993 23:12:07 +0000 (23:12 +0000)]
(Fmodify_syntax_entry): Doc fix.

30 years ago(vc-buffer-sync, vc-diff): New arg NOT-URGENT.
Richard M. Stallman [Fri, 24 Dec 1993 23:07:23 +0000 (23:07 +0000)]
(vc-buffer-sync, vc-diff): New arg NOT-URGENT.
(vc-diff): Pass new arg.

30 years ago(query-replace-map): Don't bind ESC.
Richard M. Stallman [Fri, 24 Dec 1993 22:55:03 +0000 (22:55 +0000)]
(query-replace-map): Don't bind ESC.
(query-replace-help): Changed accordingly.

30 years ago(unload-feature): Ignore conses in the feature-symbols.
Richard M. Stallman [Fri, 24 Dec 1993 07:29:39 +0000 (07:29 +0000)]
(unload-feature): Ignore conses in the feature-symbols.

30 years ago(shell-backward-command): If comint-bol moves forward,
Richard M. Stallman [Fri, 24 Dec 1993 05:42:58 +0000 (05:42 +0000)]
(shell-backward-command): If comint-bol moves forward,
use real beginning of line instead.
Use skip-syntax-backward properly.
If backward search finds a separator, move forward over it.
(shell-forward-command): Call skip-syntax-backward properly.

30 years ago(TERMCAP_NAME): Defined.
Richard M. Stallman [Fri, 24 Dec 1993 04:38:03 +0000 (04:38 +0000)]
(TERMCAP_NAME): Defined.

30 years ago(telnet): Use comint-arguments.
Richard M. Stallman [Fri, 24 Dec 1993 04:00:16 +0000 (04:00 +0000)]
(telnet): Use comint-arguments.

30 years ago(Fopen_network_stream): Turn off SIGIO while connecting.
Richard M. Stallman [Fri, 24 Dec 1993 03:49:30 +0000 (03:49 +0000)]
(Fopen_network_stream): Turn off SIGIO while connecting.

30 years ago(rmail-output-to-rmail-file): When copying to a buffer,
Richard M. Stallman [Fri, 24 Dec 1993 03:43:13 +0000 (03:43 +0000)]
(rmail-output-to-rmail-file): When copying to a buffer,
maybe enable auto save in that buffer.

30 years agoComment change.
Richard M. Stallman [Fri, 24 Dec 1993 03:40:42 +0000 (03:40 +0000)]
Comment change.

30 years ago(awk-mode-syntax-table): Was mistakenly changing
Richard M. Stallman [Fri, 24 Dec 1993 03:34:11 +0000 (03:34 +0000)]
(awk-mode-syntax-table): Was mistakenly changing
emacs-lisp-mode-syntax-table.

30 years ago(isearch-update): If isearch-other-end is nil,
Richard M. Stallman [Fri, 24 Dec 1993 03:30:11 +0000 (03:30 +0000)]
(isearch-update): If isearch-other-end is nil,
call isearch-dehighlight.

30 years ago(vc-mode-line): Make buffer read-only for root if file is locked.
Richard M. Stallman [Fri, 24 Dec 1993 03:12:14 +0000 (03:12 +0000)]
(vc-mode-line): Make buffer read-only for root if file is locked.

30 years ago(telnet): Use comint-canonicalize-args.
Richard M. Stallman [Fri, 24 Dec 1993 03:07:30 +0000 (03:07 +0000)]
(telnet): Use comint-canonicalize-args.

30 years ago(rmail-insert-inbox-text): If copy-file fails,
Richard M. Stallman [Fri, 24 Dec 1993 02:49:41 +0000 (02:49 +0000)]
(rmail-insert-inbox-text): If copy-file fails,
call rename-file with t as third arg.

30 years ago(next-complete-history-element): Doc fix.
Richard M. Stallman [Fri, 24 Dec 1993 02:44:13 +0000 (02:44 +0000)]
(next-complete-history-element): Doc fix.
(previous-complete-history-element): Doc fix.

30 years ago(comint-next-matching-input-from-input): Doc fix.
Richard M. Stallman [Fri, 24 Dec 1993 02:40:33 +0000 (02:40 +0000)]
(comint-next-matching-input-from-input): Doc fix.

30 years agoPut man/getopt.c in the dist.
Richard M. Stallman [Fri, 24 Dec 1993 02:34:25 +0000 (02:34 +0000)]
Put man/getopt.c in the dist.

30 years ago(mkdir): Make only the lockdir writable.
Richard M. Stallman [Fri, 24 Dec 1993 02:28:35 +0000 (02:28 +0000)]
(mkdir): Make only the lockdir writable.

(libdir): Use @libdir@.

(install): Add empty command.

(install): Depend on ${SUBDIR}, not `all'.

30 years ago(*-sun-solaris*): Add special case for Solaris 2.3.
Richard M. Stallman [Fri, 24 Dec 1993 02:26:57 +0000 (02:26 +0000)]
(*-sun-solaris*): Add special case for Solaris 2.3.

(i860-*-sysv4): Renamed from i860-*-sysvr4.

(LIBS): Add test for existence of XSetWMProtocols.

(solaris): Set NON_GNU_CPP instead of CPP.
Set it for all solaris versions.
(mips-mips-riscos4*): Set NON_GNU_CC, not CC.
(after checking for GCC): If not GCC, and NON_GNU_CPP is set, set CPP.
Likewise for NON_GNU_CC and CC.

(mips-mips-riscos4*): Assign variable CC.
(checking ${with_gcc}): If "no", don't override CC if already set.
(CC): Initialize it as empty.

(Suns): Set CPP if *-solaris2.3*.

30 years ago(${archlibdir}, install): Use $(INSTALL_PROGRAM)
Richard M. Stallman [Fri, 24 Dec 1993 02:18:42 +0000 (02:18 +0000)]
(${archlibdir}, install): Use $(INSTALL_PROGRAM)
for all executables and scripts.

30 years ago(main): When making tempname, cast result of xmalloc.
Richard M. Stallman [Fri, 24 Dec 1993 02:17:52 +0000 (02:17 +0000)]
(main): When making tempname, cast result of xmalloc.
Include room for EXXXXXX in the size.
Don't use result of strcpy.

30 years ago(scan_lisp_file): Don't add newline at end of string.
Richard M. Stallman [Fri, 24 Dec 1993 02:16:49 +0000 (02:16 +0000)]
(scan_lisp_file): Don't add newline at end of string.