bpt/emacs.git
30 years ago(rlogin): After rlogin-mode, set comint-filename-prefix locally to indicate
Roland McGrath [Wed, 8 Sep 1993 07:09:00 +0000 (07:09 +0000)]
(rlogin): After rlogin-mode, set comint-filename-prefix locally to indicate
the host, and cd to /HOST:~/.
(rlogin-mode-map): Start with (cons 'keymap shell-mode-map), rather than
with a full copy of comint-mode-map.

30 years ago(shell-cd): New function, like `cd' but prepend comint-filename-prefix.
Roland McGrath [Wed, 8 Sep 1993 07:06:46 +0000 (07:06 +0000)]
(shell-cd): New function, like `cd' but prepend comint-filename-prefix.
(shell-resync-dirs, shell-process-cd, shell-process-pushd,
shell-process-popd): Use shell-cd in place of cd.

30 years ago(shell-resync-dirs, shell-process-cd, shell-process-pushd,
Roland McGrath [Wed, 8 Sep 1993 07:01:42 +0000 (07:01 +0000)]
(shell-resync-dirs, shell-process-cd, shell-process-pushd,
shell-process-popd): Prepend comint-filename-prefix to directory names when
calling cd.

30 years ago(comint-filename-prefix): New variable.
Roland McGrath [Wed, 8 Sep 1993 06:59:23 +0000 (06:59 +0000)]
(comint-filename-prefix): New variable.
(comint-replace-by-expanded-filename, comint-dynamic-complete,
comint-dynamic-list-completions): Prepend it to absolute file names before
completing.

30 years ago(ange-ftp-file-executable-p): New function, handles file-executable-p.
Roland McGrath [Wed, 8 Sep 1993 06:22:44 +0000 (06:22 +0000)]
(ange-ftp-file-executable-p): New function, handles file-executable-p.

30 years ago(rmail-convert-file): Exclude the Babyl header
Richard M. Stallman [Tue, 7 Sep 1993 10:41:05 +0000 (10:41 +0000)]
(rmail-convert-file): Exclude the Babyl header
when calling rmail-convert-to-babyl-format.

30 years ago(command-line): Setq inhibit-startup-message to nil.
Richard M. Stallman [Tue, 7 Sep 1993 08:36:48 +0000 (08:36 +0000)]
(command-line): Setq inhibit-startup-message to nil.

30 years ago(jump-to-register): Take new optional arg NODELETE (prefix arg); pass
Roland McGrath [Tue, 7 Sep 1993 00:56:00 +0000 (00:56 +0000)]
(jump-to-register): Take new optional arg NODELETE (prefix arg); pass
through to set-frame-configuration.

30 years ago(set-frame-configuration): Take new optional arg NODELETE; if non-nil,
Roland McGrath [Tue, 7 Sep 1993 00:53:48 +0000 (00:53 +0000)]
(set-frame-configuration): Take new optional arg NODELETE; if non-nil,
don't delete any frames.

30 years ago({window,frame}-configuration-to-register): Fix prompt string in
Roland McGrath [Tue, 7 Sep 1993 00:45:56 +0000 (00:45 +0000)]
({window,frame}-configuration-to-register): Fix prompt string in
interactive spec.

30 years agoDon't clobber existing binding for menu-bar in global-map.
Roland McGrath [Mon, 6 Sep 1993 22:48:00 +0000 (22:48 +0000)]
Don't clobber existing binding for menu-bar in global-map.

30 years ago(calendar-time-zone-daylight-rules): Remove special case for Israel.
Paul Eggert [Mon, 6 Sep 1993 22:37:51 +0000 (22:37 +0000)]
(calendar-time-zone-daylight-rules): Remove special case for Israel.
Israel has changed its daylight savings time rules, and we don't know
what the current rules are.

30 years ago(tag-exact-match-p): Return true if TAG is the explicit tag name.
Roland McGrath [Mon, 6 Sep 1993 22:15:21 +0000 (22:15 +0000)]
(tag-exact-match-p): Return true if TAG is the explicit tag name.

30 years agoFix version in comment.
Richard M. Stallman [Mon, 6 Sep 1993 13:01:02 +0000 (13:01 +0000)]
Fix version in comment.

30 years agoDoc fixes.
Richard M. Stallman [Mon, 6 Sep 1993 12:59:18 +0000 (12:59 +0000)]
Doc fixes.
(simula-mode-syntax-table): Copy the syntax table.

30 years ago* etags.c (L_isdef, L_isquote, L_getit): small optimisations.
Francesco Potortì [Mon, 6 Sep 1993 11:39:39 +0000 (11:39 +0000)]
* etags.c (L_isdef, L_isquote, L_getit): small optimisations.
(L_funcs): the (foo::defmumble stuff now should work.
(consider_token): function returned random value--corrected.
(C_entries): corrected == versus = typo.
* etags.c (FINCST): added the fignore status. Means we are
after the parameter list and before the open curly brace.
Allows correct parsing of C++ constructors.
(C_entries, consider_token): make use of fignore.
(consider_token): reset funcdef when next_token_is_func: when in
ctags mode makes DEFVAR and others work better.
(L_isquote): function that recognises the "(quote" string.
(L_getit): ignore quoting via "'" or "(quote".  Useful for defalias.

30 years agoComment fixes.
Richard M. Stallman [Sun, 5 Sep 1993 22:24:31 +0000 (22:24 +0000)]
Comment fixes.

30 years ago(next-file): If arg is neither t nor nil, then eval it to return initial
Roland McGrath [Mon, 30 Aug 1993 16:17:35 +0000 (16:17 +0000)]
(next-file): If arg is neither t nor nil, then eval it to return initial
list of files.
(tags-loop-continue): Doc fix.
(tags-search, tags-query-replace): Take optional final arg and pass to
tags-loop-continue (through to next-file) instead of t if non-nil.

30 years agoUse integers instead of floating point where they will do.
Paul Eggert [Sun, 29 Aug 1993 17:28:19 +0000 (17:28 +0000)]
Use integers instead of floating point where they will do.
(solar-equinoxes-solstices): Invert seasons in southern hemisphere.
(solar-degrees-to-quadrant): Use `floor' instead of `truncate'.

30 years ago(calendar-time-zone-daylight-rules): Scan through the
Paul Eggert [Sat, 28 Aug 1993 04:14:25 +0000 (04:14 +0000)]
(calendar-time-zone-daylight-rules): Scan through the
next few years until at most one rule remains; if none remain, then
just use the first candidate rule; it's wrong in general, but it's
right for at least one year.  This is a better heuristic in case the
underlying time zone implementation has bugs (which is all too
common).  If possible, don't convert back and forth between gregorian
and absolute; this speeds things up noticeably.  This uses the new
calendar-nth-named-absday function.

(calendar-current-time-zone): Some locales start DST at a different
time of day than they end; allow for this by yielding both times.  The
performance speedups in calendar.el are great enough that we now no
longer need the "Checking time zone data..." message.  If
current-time-zone yields nil, don't bother with
calendar-next-time-zone-transition.  Use clearer names for local vars.

(calendar-time-zone, calendar-daylight-time-offset,
calendar-{standard,daylight}-time-zone-name,
calendar-daylight-savings-{starts,ends}): Default to US Eastern rules
for information that is not available.

(calendar-daylight-savings-{starts,ends}-time): New vars, replacing
calendar-daylight-savings-switchover-time, to support locales that
start DST at a different time of day than they end.

(calendar-absolute-from-time):
Fix typo by interchanging floor and mod.

30 years ago(solar-holidays): Use new
Paul Eggert [Sat, 28 Aug 1993 04:14:25 +0000 (04:14 +0000)]
(solar-holidays): Use new
calendar-daylight-savings-{starts,ends}-time vars instead of old
calendar-daylight-savings-switchover-time var.

(calendar-last-day-of-month): Tune by testing month before year.
(calendar-absolute-from-gregorian): Tune by computing (1- year) once.

(calendar-nth-named-absday): New function, used to improve performance
in calendar-time-zone-daylight-rules.
(calendar-nth-named-day): Use it.

30 years ago(solar-time-string):
Paul Eggert [Sat, 28 Aug 1993 04:14:25 +0000 (04:14 +0000)]
(solar-time-string):
Use new calendar-daylight-savings-{starts,ends}-time
vars instead of old calendar-daylight-savings-switchover-time var.

30 years ago(vc-locked-example): Renamed from vc-quiescent-p. Now yields example of
Paul Eggert [Fri, 27 Aug 1993 03:55:16 +0000 (03:55 +0000)]
(vc-locked-example): Renamed from vc-quiescent-p.  Now yields example of
why current directory is not quiescent.  All callers changed to use this.

30 years ago(vc-find-file-hook, vc-file-not-found-hook): Use add-hook to install.
Paul Eggert [Fri, 27 Aug 1993 01:57:48 +0000 (01:57 +0000)]
(vc-find-file-hook, vc-file-not-found-hook): Use add-hook to install.

30 years agoChange /{/ to /\{/ for Posix compatibility; otherwise, HP awk complains.
Paul Eggert [Wed, 25 Aug 1993 19:33:07 +0000 (19:33 +0000)]
Change /{/ to /\{/ for Posix compatibility; otherwise, HP awk complains.

30 years agoAppend /usr/ccs/bin and /usr/sccs to PATH.
Paul Eggert [Wed, 25 Aug 1993 08:18:56 +0000 (08:18 +0000)]
Append /usr/ccs/bin and /usr/sccs to PATH.

30 years ago* calendar.el (calendar-absolute-from-iso,
Jim Blandy [Fri, 20 Aug 1993 15:55:57 +0000 (15:55 +0000)]
* calendar.el (calendar-absolute-from-iso,
american-calendar-display-form, european-calendar-display-form):
Fix typos in doc strings doc strings.

(calendar-mode-map): Use "[prior]" and "[next]" in key bindings.

30 years ago* solar.el (solar-sunrise, solar-sunset, solar-longitude-of-sun):
Jim Blandy [Fri, 20 Aug 1993 15:55:29 +0000 (15:55 +0000)]
* solar.el (solar-sunrise, solar-sunset, solar-longitude-of-sun):
Make both arguments to solar-mod float.

(sunrise-sunset): Change screen-width to frame-width.

30 years agocomment fix
David J. MacKenzie [Thu, 19 Aug 1993 22:29:35 +0000 (22:29 +0000)]
comment fix

30 years ago(F{next,previous}_single_property_change): Doc fix.
Roland McGrath [Thu, 19 Aug 1993 20:18:46 +0000 (20:18 +0000)]
(F{next,previous}_single_property_change): Doc fix.

30 years ago(texinfo-environment-regexp): Match cartouche.
Roland McGrath [Wed, 18 Aug 1993 16:48:58 +0000 (16:48 +0000)]
(texinfo-environment-regexp): Match cartouche.

30 years ago(update-copyright): Handle two-digit years with apostrophes.
Roland McGrath [Wed, 18 Aug 1993 16:48:32 +0000 (16:48 +0000)]
(update-copyright): Handle two-digit years with apostrophes.

30 years ago*** empty log message ***
Roland McGrath [Mon, 16 Aug 1993 19:10:25 +0000 (19:10 +0000)]
*** empty log message ***

30 years ago(find-file-noselect): If a find-file-not-found-hook succeeds, clear `error'.
Richard M. Stallman [Sun, 15 Aug 1993 05:47:03 +0000 (05:47 +0000)]
(find-file-noselect): If a find-file-not-found-hook succeeds, clear `error'.

30 years agoInclude getdate.c in distribution.
Richard M. Stallman [Sun, 15 Aug 1993 04:38:25 +0000 (04:38 +0000)]
Include getdate.c in distribution.

30 years ago(mkdir, rmdir): Use wait_for_termination to wait.
Richard M. Stallman [Sun, 15 Aug 1993 04:28:05 +0000 (04:28 +0000)]
(mkdir, rmdir): Use wait_for_termination to wait.
Redirect descriptors 0...2 to /dev/null.

30 years ago(HAVE_VFORK, INTEL386, aix386): Add #undef.
Richard M. Stallman [Sun, 15 Aug 1993 03:55:29 +0000 (03:55 +0000)]
(HAVE_VFORK, INTEL386, aix386): Add #undef.

30 years ago(Qread_file_name_internal): New var.
Richard M. Stallman [Sun, 15 Aug 1993 03:54:35 +0000 (03:54 +0000)]
(Qread_file_name_internal): New var.
(syms_of_minibuf): Set it up and protect it.
(Fminibuffer_complete_word): When completing a file name,
expand envvar references.

30 years agoInclude syswait.h.
Richard M. Stallman [Sun, 15 Aug 1993 03:53:33 +0000 (03:53 +0000)]
Include syswait.h.

30 years agoInclude syswait.h.
Richard M. Stallman [Sun, 15 Aug 1993 03:52:43 +0000 (03:52 +0000)]
Include syswait.h.

(wait_reading_process_input): Exit without waiting
if wait_for_cell is already non-nil.

30 years ago(adjust_intervals_for_insertion): If inserting in middle
Richard M. Stallman [Sun, 15 Aug 1993 03:49:28 +0000 (03:49 +0000)]
(adjust_intervals_for_insertion): If inserting in middle
of interval that is sticky in neither direction, don't copy props.
(merge_properties_sticky): Handle non-list as front-sticky or
rear-nonsticky property.

30 years ago(mostlyclean): Don't delete emacs here.
Richard M. Stallman [Sun, 15 Aug 1993 03:39:42 +0000 (03:39 +0000)]
(mostlyclean): Don't delete emacs here.
(clean): Delete emacs and emacs-* here.
(distclean): Don't delete emacs-* here.

30 years ago(struct property_change): New field `arrived'.
Richard M. Stallman [Sat, 14 Aug 1993 23:02:58 +0000 (23:02 +0000)]
(struct property_change): New field `arrived'.
(expect_property_change): Return struct property_change *.
Clear `arrived'.
(unexpect_property_change): Take one as argument.
(wait_for_property_change): Take one as argument.
If `arrived' is set, don't wait.
(wait_for_property_change_unwind): Corresponding changes.
(receive_incremental_selection): Corresponding changes.
(x_reply_selection_request): Corresponding changes.
(property_deleted_p): Function deleted.

(x_handle_selection_clear): Redisplay.

30 years ago(compile_pattern): Cast result of re_compile_pattern.
Richard M. Stallman [Sat, 14 Aug 1993 20:16:43 +0000 (20:16 +0000)]
(compile_pattern): Cast result of re_compile_pattern.

30 years ago(bookmark-alist): Move defvar before first use.
Richard M. Stallman [Sat, 14 Aug 1993 19:52:32 +0000 (19:52 +0000)]
(bookmark-alist): Move defvar before first use.

30 years agoDoc fixes.
Richard M. Stallman [Sat, 14 Aug 1993 19:49:27 +0000 (19:49 +0000)]
Doc fixes.

30 years ago(init_cmdargs): Check openp result for 1, not != 0.
Richard M. Stallman [Sat, 14 Aug 1993 18:37:47 +0000 (18:37 +0000)]
(init_cmdargs): Check openp result for 1, not != 0.

30 years agoNew version from Fogel.
Richard M. Stallman [Sat, 14 Aug 1993 11:04:06 +0000 (11:04 +0000)]
New version from Fogel.

30 years ago(x_wm_set_size_hint): New args spec_x and spec_y.
Richard M. Stallman [Sat, 14 Aug 1993 11:00:54 +0000 (11:00 +0000)]
(x_wm_set_size_hint): New args spec_x and spec_y.
Set the window gravity.  All callers changed.

(XTread_socket): Make copy_buffer unsigned.

(x_calc_absolute_position): For negative coords, take
account of added width from window manager's outer window.

30 years ago(x_wm_set_size_hint): New args spec_x and spec_y.
Richard M. Stallman [Sat, 14 Aug 1993 10:59:10 +0000 (10:59 +0000)]
(x_wm_set_size_hint): New args spec_x and spec_y.
Set the window gravity.  All callers changed.

30 years ago(list-buffers-directory): Add declaration.
Richard M. Stallman [Sat, 14 Aug 1993 10:32:54 +0000 (10:32 +0000)]
(list-buffers-directory): Add declaration.

30 years ago(Fx_popup_menu): Adjust coords so they are relative to the inner window.
Richard M. Stallman [Sat, 14 Aug 1993 10:30:09 +0000 (10:30 +0000)]
(Fx_popup_menu): Adjust coords so they are relative to the inner window.

30 years agoentered into RCS
Richard M. Stallman [Sat, 14 Aug 1993 09:38:56 +0000 (09:38 +0000)]
entered into RCS

30 years ago(frame-initialize): Check for `on' or `true'
Richard M. Stallman [Sat, 14 Aug 1993 09:23:46 +0000 (09:23 +0000)]
(frame-initialize): Check for `on' or `true'
as reverseVideo resource value.

30 years ago(x-create-frame-with-faces): Check for `on' or `true'
Richard M. Stallman [Sat, 14 Aug 1993 09:23:24 +0000 (09:23 +0000)]
(x-create-frame-with-faces): Check for `on' or `true'
as reverseVideo resource value.

30 years ago(outline-level): New var. Everything funcalls this
Richard M. Stallman [Sat, 14 Aug 1993 09:13:23 +0000 (09:13 +0000)]
(outline-level): New var.  Everything funcalls this
instead of calling outline-level.

30 years ago(outline-minor-mode-prefix): New variable.
Richard M. Stallman [Sat, 14 Aug 1993 09:08:50 +0000 (09:08 +0000)]
(outline-minor-mode-prefix): New variable.
(outline-minor-mode-map): Use it.

30 years ago(frame-initialize): Handle reverseVideo x-resource.
Richard M. Stallman [Sat, 14 Aug 1993 08:39:25 +0000 (08:39 +0000)]
(frame-initialize): Handle reverseVideo x-resource.

30 years ago(momentary-string-display): Scroll to keep the string on the screen.
Richard M. Stallman [Sat, 14 Aug 1993 07:54:59 +0000 (07:54 +0000)]
(momentary-string-display): Scroll to keep the string on the screen.

30 years ago(__CTOR_LIST__): Don't declare it on Linux.
Richard M. Stallman [Sat, 14 Aug 1993 07:34:28 +0000 (07:34 +0000)]
(__CTOR_LIST__): Don't declare it on Linux.

30 years ago(getpwuid): Declare it as in xrdb.c.
Richard M. Stallman [Sat, 14 Aug 1993 07:21:00 +0000 (07:21 +0000)]
(getpwuid): Declare it as in xrdb.c.
(init_filelock): Don't use return value of strcpy.

30 years ago(x_set_frame_parameters): Don't die if just one of
Richard M. Stallman [Sat, 14 Aug 1993 07:20:08 +0000 (07:20 +0000)]
(x_set_frame_parameters): Don't die if just one of
height and width was set.  Likewise left and top.

30 years ago(internal_equal): Typo in previous change.
Richard M. Stallman [Sat, 14 Aug 1993 07:14:13 +0000 (07:14 +0000)]
(internal_equal): Typo in previous change.

30 years ago(i386-*-sunos4): Assume Sunos 4.0.
Richard M. Stallman [Sat, 14 Aug 1993 05:32:25 +0000 (05:32 +0000)]
(i386-*-sunos4): Assume Sunos 4.0.

30 years ago(property_change_between_p): Test NULL_INTERVAL_P
Richard M. Stallman [Sat, 14 Aug 1993 04:36:08 +0000 (04:36 +0000)]
(property_change_between_p): Test NULL_INTERVAL_P
in loop, before looking at next->position.

30 years ago(internal_equal): All markers in no buffer are equal.
Richard M. Stallman [Sat, 14 Aug 1993 03:50:26 +0000 (03:50 +0000)]
(internal_equal): All markers in no buffer are equal.

30 years ago(compilation-parse-errors): Don't add multiple errors for one source line.
Richard M. Stallman [Sat, 14 Aug 1993 03:45:08 +0000 (03:45 +0000)]
(compilation-parse-errors): Don't add multiple errors for one source line.

30 years ago(bibtex-mode-map): Change C-c e to C-c C-b.
Richard M. Stallman [Sat, 14 Aug 1993 03:36:02 +0000 (03:36 +0000)]
(bibtex-mode-map): Change C-c e to C-c C-b.

30 years agoAdded #undef HAVE_XSCREENNUMBEROFSCREEN.
Roland McGrath [Fri, 13 Aug 1993 23:35:42 +0000 (23:35 +0000)]
Added #undef HAVE_XSCREENNUMBEROFSCREEN.

30 years ago(C_DEBUG_SWITCH, SYSTEM_MALLOC): Defined.
Richard M. Stallman [Fri, 13 Aug 1993 22:23:19 +0000 (22:23 +0000)]
(C_DEBUG_SWITCH, SYSTEM_MALLOC): Defined.

30 years ago(C_SWITCH_MACHINE): Deleted.
Richard M. Stallman [Fri, 13 Aug 1993 22:21:52 +0000 (22:21 +0000)]
(C_SWITCH_MACHINE): Deleted.

30 years agoCheck for XScreenNumberOfScreen.
Richard M. Stallman [Fri, 13 Aug 1993 22:18:34 +0000 (22:18 +0000)]
Check for XScreenNumberOfScreen.

Add * to end of all configuration alternatives.
(m68*-sony-newsos3*): New alternative.

For --help, use $PAGER if it is set.
(LIB_X11_LIB): Default to -lX11.
(mips-sgi-irix5.*): New alternative.

(m68*-hp-hpux*, hppa*-hp-hpux*): Recognize *.B8.* as hpux version 8.
(m68*-tektronix-bsd*): Fix typo in tek4300.
(AC_HAVE_FUNCS): Add ftime.

30 years ago(XScreenNumberOfScreen): New function.
Richard M. Stallman [Fri, 13 Aug 1993 22:16:38 +0000 (22:16 +0000)]
(XScreenNumberOfScreen): New function.

30 years ago(START_FILES, LIB_STANDARD): Don't define if USG5_4.
Richard M. Stallman [Fri, 13 Aug 1993 21:40:37 +0000 (21:40 +0000)]
(START_FILES, LIB_STANDARD): Don't define if USG5_4.
(DEFAULT_ENTRY_ADDRESS): Likewise.
(UNEXEC): Use unexelfsgi.o if USG5_4.

30 years agoDelete conditionals for HAVE_X_WINDOWS and HAVE_SOCKETS.
Richard M. Stallman [Fri, 13 Aug 1993 19:09:21 +0000 (19:09 +0000)]
Delete conditionals for HAVE_X_WINDOWS and HAVE_SOCKETS.

30 years ago(mouse-menu-bar-buffers): Use list-buffers-directory.
Richard M. Stallman [Fri, 13 Aug 1993 18:40:37 +0000 (18:40 +0000)]
(mouse-menu-bar-buffers): Use list-buffers-directory.

30 years ago(C_ALLOCA): Don't define it.
Richard M. Stallman [Fri, 13 Aug 1993 08:44:21 +0000 (08:44 +0000)]
(C_ALLOCA): Don't define it.

30 years ago(isearch-edit-string): Use read-event, not read-char.
Richard M. Stallman [Fri, 13 Aug 1993 06:32:49 +0000 (06:32 +0000)]
(isearch-edit-string): Use read-event, not read-char.

30 years ago(kbd_buffer_store_event): Use bcopy to copy
Richard M. Stallman [Fri, 13 Aug 1993 06:19:21 +0000 (06:19 +0000)]
(kbd_buffer_store_event): Use bcopy to copy
a selection request event.

(read_char): Never start echoing if -batch.

30 years ago(site-run-file): New variable.
Richard M. Stallman [Fri, 13 Aug 1993 06:01:05 +0000 (06:01 +0000)]
(site-run-file): New variable.
(command-line): Use it.  Support -no-site-file.

30 years ago(get_data_region): Add cast to avoid warning.
Richard M. Stallman [Fri, 13 Aug 1993 05:38:33 +0000 (05:38 +0000)]
(get_data_region): Add cast to avoid warning.

30 years ago(backup-inhibited): Doc fix.
Richard M. Stallman [Fri, 13 Aug 1993 01:17:59 +0000 (01:17 +0000)]
(backup-inhibited): Doc fix.

30 years agoentered into RCS
Richard M. Stallman [Fri, 13 Aug 1993 01:08:54 +0000 (01:08 +0000)]
entered into RCS

30 years agoNew version from Fogel.
Richard M. Stallman [Fri, 13 Aug 1993 00:59:51 +0000 (00:59 +0000)]
New version from Fogel.

30 years ago(Flogb): Error at run time if not supported.
Richard M. Stallman [Fri, 13 Aug 1993 00:46:48 +0000 (00:46 +0000)]
(Flogb): Error at run time if not supported.

30 years ago(make-path): Dep on config.h.
Richard M. Stallman [Thu, 12 Aug 1993 22:23:59 +0000 (22:23 +0000)]
(make-path): Dep on config.h.

30 years ago(mouse-choose-completion): Really go to minibuffer; no save-excursion.
Richard M. Stallman [Thu, 12 Aug 1993 22:21:12 +0000 (22:21 +0000)]
(mouse-choose-completion): Really go to minibuffer; no save-excursion.

30 years ago*** empty log message ***
Roland McGrath [Thu, 12 Aug 1993 22:17:13 +0000 (22:17 +0000)]
*** empty log message ***

30 years ago(Flogb): Doc fix.
Richard M. Stallman [Thu, 12 Aug 1993 22:07:47 +0000 (22:07 +0000)]
(Flogb): Doc fix.

30 years agoInclude process.h.
Richard M. Stallman [Thu, 12 Aug 1993 22:05:30 +0000 (22:05 +0000)]
Include process.h.
(init_cmdargs): Use EXEC_SUFFIXES.

30 years agoInclude alloca.h if appropriate.
Richard M. Stallman [Thu, 12 Aug 1993 21:55:46 +0000 (21:55 +0000)]
Include alloca.h if appropriate.
Fix the #include file name.
(ULIMIT_BREAK_VALUE, GETPGRP_NO_ARG, NO_MATHERR): New macros.
(LIB_STANDARD): #undef it.

30 years ago(Fdelete_frame): Add parens for clarity.
Richard M. Stallman [Thu, 12 Aug 1993 21:01:06 +0000 (21:01 +0000)]
(Fdelete_frame): Add parens for clarity.

30 years ago(tar-mode-map): Don't bind C-c.
Roland McGrath [Thu, 12 Aug 1993 18:38:32 +0000 (18:38 +0000)]
(tar-mode-map): Don't bind C-c.

30 years ago(paragraph-start): Doc fix.
Richard M. Stallman [Thu, 12 Aug 1993 08:09:00 +0000 (08:09 +0000)]
(paragraph-start): Doc fix.

30 years agoFix typo in last change.
Richard M. Stallman [Thu, 12 Aug 1993 07:56:35 +0000 (07:56 +0000)]
Fix typo in last change.

30 years ago(HAVE_GETHOSTNAME): #if 0'd.
Richard M. Stallman [Thu, 12 Aug 1993 05:39:25 +0000 (05:39 +0000)]
(HAVE_GETHOSTNAME): #if 0'd.

30 years ago(show-paren-command-hook): Do nothing if input is pending.
Richard M. Stallman [Thu, 12 Aug 1993 05:33:16 +0000 (05:33 +0000)]
(show-paren-command-hook): Do nothing if input is pending.

30 years ago(BIG_ENDIAN): Don't actually define it.
Richard M. Stallman [Thu, 12 Aug 1993 04:53:38 +0000 (04:53 +0000)]
(BIG_ENDIAN): Don't actually define it.

30 years ago(dired-compress-file): Fix previous change.
Richard M. Stallman [Thu, 12 Aug 1993 03:36:56 +0000 (03:36 +0000)]
(dired-compress-file): Fix previous change.

30 years ago(rmail-forward): Don't bind mail-signature, mail-setup-hook.
Richard M. Stallman [Thu, 12 Aug 1993 00:23:54 +0000 (00:23 +0000)]
(rmail-forward): Don't bind mail-signature, mail-setup-hook.