bpt/emacs.git
30 years ago(status_notify): Don't read from process if filter is t.
Richard M. Stallman [Fri, 22 Oct 1993 01:16:04 +0000 (01:16 +0000)]
(status_notify): Don't read from process if filter is t.
(Fset_process_filter): Set or clear bit in input_wait_mask when nec.

30 years ago(blink-matching-open): Treat / syntax like \ syntax.
Richard M. Stallman [Thu, 21 Oct 1993 21:25:05 +0000 (21:25 +0000)]
(blink-matching-open): Treat / syntax like \ syntax.

30 years ago(texinfo-format-begin-end): Bind cmd locally.
Richard M. Stallman [Thu, 21 Oct 1993 17:56:09 +0000 (17:56 +0000)]
(texinfo-format-begin-end): Bind cmd locally.
(texinfo-defun-type): Renamed from command-type in various fns.
(texinfo-command-start, texinfo-command-end, texinfo-command-name)
(texinfo-defun-type, texinfo-last-node-pos, texinfo-stack)
(texinfo-short-index-cmds-alist)
(texinfo-short-index-format-cmds-alist, texinfo-format-filename)
(texinfo-footnote-number, texinfo-start-of-header)
(texinfo-end-of-header, texinfo-raisesections-alist)
(texinfo-lowersections-alist): Add defvars.

30 years ago(forms--set-minor-mode): Rewrite so that describe-mode
Richard M. Stallman [Thu, 21 Oct 1993 00:43:51 +0000 (00:43 +0000)]
(forms--set-minor-mode): Rewrite so that describe-mode
can parse the value of minor-mode-alist correctly.  The string
" View" is now dependent on the value of forms-read-only.

Documentation: `forms-forms-scroll' and `forms-forms-jump'
now default to nil.
`forms-new-record-filter' and `forms-modified-record-filter'
cannot be redefined as functions.
Commands and keymaps are changed.
Add function key defs.

(forms-version): Docstring includes full RCS id.
(forms-forms-scroll): Defaults to nil.
(forms-forms-jump): Defaults to nil.
(forms-mode-edit-map, forms-mode-ro-map): Additional keymaps
for edit mode and read-only mode.
(forms--new-record-filter, forms--modified-record-filter): Deleted.
(forms-mode): Docstring now includes the key bindings, since
both edit mode and read-only mode must be supported.
Changed `forms-new-record-filter' and `forms-modified-record-filter'
semantics: the variable must point to a function and may
not be defined as a function anymore.
Use three keymaps: `forms-mode-map' (C-c commands),
`forms-mode-edit-map' (normal mode) and `forms-mode-ro-map'
(read-only mode). The maps are not buffer local.
Corrected error message text.
Moved setting up write-file-hooks and revert-buffer-function
to function `forms--change-commands'.
(forms--process-format-list): Changed error messages to be more descriptive.
(forms--set-keymaps): Setup the three keymaps.
(forms--mode-commands): Use new command key bindings.
(forms--mode-commands1): New helper function for `forms--mode-commands'.
(forms--change-commands): Handle setup of
local-write-file-hooks and revert-buffer-function.
(forms--help): Show new command bindings.
(forms--show-record): Replaced `forms--modified-record-filter' by
`forms-modified-record-filter'.
(forms-jump-record): Changed error message.
(forms-toggle-read-only): New function.
(forms-view-mode, forms-edit-mode): Deleted.
(forms-insert-record): Replaced `forms--new-record-filter' by
`forms-new-record-filter'.
(forms-insert-record, forms-delete-record): Disallow in read-only mode.
(forms-prev-field): New function.

30 years agoentered into RCS
Richard M. Stallman [Wed, 20 Oct 1993 18:06:27 +0000 (18:06 +0000)]
entered into RCS

30 years agoInitial revision
Richard M. Stallman [Wed, 20 Oct 1993 18:02:46 +0000 (18:02 +0000)]
Initial revision

30 years ago(holiday-easter-etc): Fix Ascension Day string.
Richard M. Stallman [Wed, 20 Oct 1993 05:51:52 +0000 (05:51 +0000)]
(holiday-easter-etc): Fix Ascension Day string.

30 years ago(solar-n-hemi-seasons, solar-s-hemi-seasons): New vars.
Richard M. Stallman [Wed, 20 Oct 1993 05:51:19 +0000 (05:51 +0000)]
(solar-n-hemi-seasons, solar-s-hemi-seasons): New vars.
(solar-equinoxes-solstices): Use them to fix names for southern hemisphere.

30 years ago(list-sexp-diary-entries): Fix doc string.
Richard M. Stallman [Wed, 20 Oct 1993 05:50:35 +0000 (05:50 +0000)]
(list-sexp-diary-entries): Fix doc string.
(hebrew-calendar-parashiot-names):  Change to defvar.

30 years ago(calendar-week-start-day): New var (autoloaded) to
Richard M. Stallman [Wed, 20 Oct 1993 05:49:24 +0000 (05:49 +0000)]
(calendar-week-start-day): New var (autoloaded) to
allow the calendar week to start on any day, not just Sunday.
(calendar-mod): New support function.
(calendar-cursor-to-visible-date, generate-calendar-month,
calendar-beginning-of-week, calendar-end-of-week):
Use new var calendar-week-start-day.

(calendar-day-name-array, calendar-month-name-array,
calendar-islamic-month-name-array,
calendar-hebrew-month-name-array-common-year,
calendar-hebrew-month-name-array-leap-year):  Change to defvar.

30 years ago[hpux 7] (_MAXLDBL, _NMAXLDBL): New macro definitions.
Richard M. Stallman [Wed, 20 Oct 1993 02:47:12 +0000 (02:47 +0000)]
[hpux 7] (_MAXLDBL, _NMAXLDBL): New macro definitions.

30 years agoRecognize powerpc.
Richard M. Stallman [Tue, 19 Oct 1993 03:26:37 +0000 (03:26 +0000)]
Recognize powerpc.

30 years ago(printlogline): Don't generate lines containing only white space.
Paul Eggert [Tue, 19 Oct 1993 02:50:31 +0000 (02:50 +0000)]
(printlogline): Don't generate lines containing only white space.

30 years ago(list-tags): Fix completing-read call interactive spec; TABLE and PREDICATE
Roland McGrath [Mon, 18 Oct 1993 07:54:49 +0000 (07:54 +0000)]
(list-tags): Fix completing-read call interactive spec; TABLE and PREDICATE
args were reversed, and more processing was needed on tags-table-files.

30 years ago(rlogin-initially-track-cwd): New variable.
Noah Friedman [Mon, 18 Oct 1993 07:05:11 +0000 (07:05 +0000)]
(rlogin-initially-track-cwd): New variable.
(rlogin): Use it to determine whether enable directory tracking
via ange-ftp.
(rlogin-mode): Make `comint-filename-prefix' local here.

(rlogin): Arguments to function are now a string with
multiple words (hostname first) and an optional prefix.
(rlogin-with-args): Function deleted.

(rlogin): Set process filter after calling
`rlogin-mode' since the latter called `comint-mode', which sets
its own initial process filter.

30 years ago(reporter-submit-bug-report, reporter-mailer): reporter-mailer
Richard M. Stallman [Mon, 18 Oct 1993 05:37:51 +0000 (05:37 +0000)]
(reporter-submit-bug-report, reporter-mailer): reporter-mailer
variable can now take a list of mailers, trying each one until an
commandp one is found.

Fixed elisp archive address.
Handle dumping of buffer local variables via reporter-eval-buffer.

30 years ago(vc-backend-checkout): Do not set umask to value that does not allow
Paul Eggert [Thu, 14 Oct 1993 18:28:24 +0000 (18:28 +0000)]
(vc-backend-checkout): Do not set umask to value that does not allow
user-write permission while `co' is running; some versions of `co'
won't work, because they can't write their temporaries.

30 years ago(Fcar_less_than_car): Fix typo in previous change.
Richard M. Stallman [Thu, 14 Oct 1993 04:30:19 +0000 (04:30 +0000)]
(Fcar_less_than_car): Fix typo in previous change.

30 years ago(Fdelete_overlay, Foverlay_put): Use marker_position,
Richard M. Stallman [Thu, 14 Oct 1993 04:29:17 +0000 (04:29 +0000)]
(Fdelete_overlay, Foverlay_put): Use marker_position,
not OVERLAY_POSITION, to get args for redisplay_region.

30 years ago(rmail-output-file-alist): Doc fix.
Roland McGrath [Thu, 14 Oct 1993 00:11:42 +0000 (00:11 +0000)]
(rmail-output-file-alist): Doc fix.

30 years agoentered into RCS
Richard M. Stallman [Wed, 13 Oct 1993 06:08:00 +0000 (06:08 +0000)]
entered into RCS

30 years ago(read_key_sequence): Allow function in key-translation-map
Richard M. Stallman [Wed, 13 Oct 1993 06:01:49 +0000 (06:01 +0000)]
(read_key_sequence): Allow function in key-translation-map
just as in function-key-map.

(read_key_sequence): Allow function-key-map to have a
function as the binding; call the function and use its value.

30 years ago(bookmark-write): Add numbered backups for bookmark file.
Richard M. Stallman [Wed, 13 Oct 1993 05:59:54 +0000 (05:59 +0000)]
(bookmark-write): Add numbered backups for bookmark file.
(bookmark-version-control): New variable.

(bookmark-jump): bookmark-jump now gives a
default value if no bookmark is entered manually.
(bookmark-set): Default to bookmark-current-bookmark or
buffer-name the way bookmark-jump does.

(ctl-x-map): Check if C-x r is a prefix before using it as one.

Include string "Bookmarks" in defining
[menu-bar bookmark] in global-map in the menu-bar code.

(menu-bar-bookmark-map): Supply t as 4th arg of autoload.

(bookmark-jump-noselect): New subroutine taken from
bookmark-jump.  Support compressed files.
(bookmark-jump): Call bookmark-jump-noselect.
Offer to relocate if necessary, but change default dir to that of
the old bookmark in read-file-name.

(bookmark-set, bookmark-rename, bookmark-delete,
bookmark-write-file, bookmark-load, Bookmark-menu-show-filenames,
Bookmark-menu-hide-filenames, Bookmark-menu-bookmark,
Bookmark-menu-save, Bookmark-menu-load): Fixed the save-excursion
bugs by wrapping things in save-window-excursion as well.

(bookmark-make-menu-bar-alist): Added sorting.

(bookmark-map): Added new keybindings.
(bookmark-try-default-file): Set bookmarks-already-loaded to t after the load.

(list-bookmarks): Added bookmark menu stuff.
(Bookmark-menu-*): New functions.

30 years ago(abbreviated-home-dir): Doc fix.
Richard M. Stallman [Tue, 12 Oct 1993 20:57:36 +0000 (20:57 +0000)]
(abbreviated-home-dir): Doc fix.

30 years ago*** empty log message ***
Jim Meyering [Tue, 12 Oct 1993 05:02:22 +0000 (05:02 +0000)]
*** empty log message ***

30 years ago(map-y-or-n-p): Take new optional arg to not set cursor-in-echo-area.
Roland McGrath [Tue, 12 Oct 1993 00:53:28 +0000 (00:53 +0000)]
(map-y-or-n-p): Take new optional arg to not set cursor-in-echo-area.

30 years ago(rmail-retry-setup-hook): New hook variable.
Richard M. Stallman [Mon, 11 Oct 1993 03:52:24 +0000 (03:52 +0000)]
(rmail-retry-setup-hook): New hook variable.
(rmail-retry-failure): Use that variable.

30 years ago[hpux 7] (_MAXLDBL, _NMAXLDBL): New macro definitions.
Richard M. Stallman [Sat, 9 Oct 1993 21:51:36 +0000 (21:51 +0000)]
[hpux 7] (_MAXLDBL, _NMAXLDBL): New macro definitions.

30 years ago(ispell-message-cite-regexp): Add definition.
Richard M. Stallman [Sat, 9 Oct 1993 21:44:57 +0000 (21:44 +0000)]
(ispell-message-cite-regexp): Add definition.

30 years ago(Vafter_insert_file_functions): New variable.
Richard M. Stallman [Sat, 9 Oct 1993 21:30:48 +0000 (21:30 +0000)]
(Vafter_insert_file_functions): New variable.
(Vwrite_region_annotate_functions): New variable.
(Qcar_less_than_car): New variable.
(Fcar_less_than_car): New function.
(syms_of_fileio): Make Lisp variables and function available.
staticpro Qcar_less_than_car.
(a_write, build_annotations): New functions.
(Fwrite_region): Call them.
(Finsert_file_contents): Run the Vafter_insert_file_functions.

30 years agocomment fix
David J. MacKenzie [Sat, 9 Oct 1993 20:03:33 +0000 (20:03 +0000)]
comment fix

30 years agofix comment
David J. MacKenzie [Sat, 9 Oct 1993 20:00:23 +0000 (20:00 +0000)]
fix comment

30 years ago(rmail): Really don't get new mail if file name was given.
Richard M. Stallman [Sat, 9 Oct 1993 03:47:15 +0000 (03:47 +0000)]
(rmail): Really don't get new mail if file name was given.
(rmail-reformat-message): Move past Mail-from as well as Summary-line.
(rmail-toggle-header): Likewise.
(rmail-next-undeleted-message): Return t unless hit end of buffer.
(rmail-delete-forward): Likewise.
(mail-unsent-separator): Add `Original message follows'.
(rmail-resend): Handle mail-self-blind.

30 years ago(hack-local-variables): If buffer has no file, display its buffer name.
Richard M. Stallman [Sat, 9 Oct 1993 03:46:57 +0000 (03:46 +0000)]
(hack-local-variables): If buffer has no file, display its buffer name.

30 years ago(rmail-output): If message was shown with full headers,
Richard M. Stallman [Sat, 9 Oct 1993 03:46:37 +0000 (03:46 +0000)]
(rmail-output): If message was shown with full headers,
copy the full headers (or each message copied) into the file.
New local var original-headers-p, header-beginning, mail-from.
Bind locals outside the while loop.  Kill tembuf only after loop.
If message has a saved mail-from field, use that.
Detect reaching end of rmail buffer; display # messages copied.

30 years ago(timezone-parse-date): Handle new style 22-AUG-1993.
Richard M. Stallman [Sat, 9 Oct 1993 03:46:09 +0000 (03:46 +0000)]
(timezone-parse-date): Handle new style 22-AUG-1993.

30 years ago(BSTRING): Define only if HAVE_BCOPY.
Richard M. Stallman [Fri, 8 Oct 1993 15:28:23 +0000 (15:28 +0000)]
(BSTRING): Define only if HAVE_BCOPY.

30 years ago(SYSTEM_TYPE): Put into #if 0.
Richard M. Stallman [Fri, 8 Oct 1993 15:05:37 +0000 (15:05 +0000)]
(SYSTEM_TYPE): Put into #if 0.

30 years ago(skip_chars): Fixed typo.
Brian Fox [Fri, 8 Oct 1993 07:36:11 +0000 (07:36 +0000)]
(skip_chars): Fixed typo.

30 years ago(skip_chars): Reinstate check for end of buffer, ignoring cryptic
Brian Fox [Thu, 7 Oct 1993 22:58:57 +0000 (22:58 +0000)]
(skip_chars): Reinstate check for end of buffer, ignoring cryptic
comment.

30 years agoInternal clean-up. Save information about current
Richard M. Stallman [Thu, 7 Oct 1993 16:50:26 +0000 (16:50 +0000)]
Internal clean-up.  Save information about current
tags files, don't save the tags buffers (to save reload time).
Don't save desktop-globals-to-save (desktop files must be erased
for this to take effect, sorry.)  Save "mark-activity" and
allow multi-dir direds.

30 years agofix 2 typos
Doug Evans [Wed, 6 Oct 1993 21:54:36 +0000 (21:54 +0000)]
fix 2 typos

30 years ago(rsh): Add `host' to args passed to make-comint.
Brian Fox [Tue, 5 Oct 1993 01:57:38 +0000 (01:57 +0000)]
(rsh): Add `host' to args passed to make-comint.

30 years agoDoc fix.
Brian Fox [Tue, 5 Oct 1993 01:54:20 +0000 (01:54 +0000)]
Doc fix.

30 years agoFormat comment.
Brian Fox [Tue, 5 Oct 1993 01:50:32 +0000 (01:50 +0000)]
Format comment.

30 years agoComment update reflects reality.
Brian Fox [Tue, 5 Oct 1993 01:48:48 +0000 (01:48 +0000)]
Comment update reflects reality.

30 years ago(Fminibuffer_complete_word): GCPRO1 `completion' during calls to
Brian Fox [Tue, 5 Oct 1993 01:46:45 +0000 (01:46 +0000)]
(Fminibuffer_complete_word): GCPRO1 `completion' during calls to
Ftry_completion.
(read_minibuf): Rewrite change of Sep 14.  Save the return value on
the history list provided in the form that the value is returned, iff
the value is not equal to the front of the history list.
(Fread_no_blanks_input): Change DEFUN to allow 2nd arg to be optional.
The code was already written correctly.

30 years ago(read_key_sequence): Don't declare first_event; it is no longer used.
Brian Fox [Tue, 5 Oct 1993 01:34:06 +0000 (01:34 +0000)]
(read_key_sequence): Don't declare first_event; it is no longer used.
Change "#if 0" for first_event reading to "#if defined (GOBBLE_FIRST_EVENT)".

30 years agoIf POSIX and HAVE_UNISTD_H are defined, and unistd.h hasn't already
Brian Fox [Tue, 5 Oct 1993 01:29:54 +0000 (01:29 +0000)]
If POSIX and HAVE_UNISTD_H are defined, and unistd.h hasn't already
been included, include it.

30 years ago(edit-and-eval-command): Let `read-from-minibuffer' manipulate the
Brian Fox [Tue, 5 Oct 1993 01:19:12 +0000 (01:19 +0000)]
(edit-and-eval-command): Let `read-from-minibuffer' manipulate the
history list, don't manipulate it directly.
(repeat-complex-command): Same thing.

30 years agoMake sure that config.status contains the correct commands for
Brian Fox [Tue, 5 Oct 1993 00:54:01 +0000 (00:54 +0000)]
Make sure that config.status contains the correct commands for
rebuilding src/Makefile.

30 years ago(rmail-convert-to-babyl-format): Protect against
Richard M. Stallman [Tue, 5 Oct 1993 00:22:31 +0000 (00:22 +0000)]
(rmail-convert-to-babyl-format): Protect against
nonsensical content-length values.

30 years agoComment change.
Richard M. Stallman [Mon, 4 Oct 1993 23:50:32 +0000 (23:50 +0000)]
Comment change.

30 years ago(vc-next-action) Fix (throw ... ) invocation to work with 19; this
Eric S. Raymond [Mon, 4 Oct 1993 20:51:01 +0000 (20:51 +0000)]
(vc-next-action) Fix (throw ... ) invocation to work with 19; this
allows vc-next-action on all marked files in a dired buffer to work.

(vc-finish-logentry) There isn't necessarily a *VC-log-entry* buffer
to remove if this function was called from within a dired buffer.  Fix
its handling of this case.

30 years ago(${archlibdir}): Install ${SCRIPTS} from ${srcdir}, not cwd.
Roland McGrath [Mon, 4 Oct 1993 04:31:33 +0000 (04:31 +0000)]
(${archlibdir}): Install ${SCRIPTS} from ${srcdir}, not cwd.

30 years ago(extrasub): Add vpath patterns for %.[yls].
Roland McGrath [Sun, 3 Oct 1993 23:11:06 +0000 (23:11 +0000)]
(extrasub): Add vpath patterns for %.[yls].

30 years ago(LIBES): Add $(GNULIB_VAR) again at end.
Roland McGrath [Sun, 3 Oct 1993 23:03:13 +0000 (23:03 +0000)]
(LIBES): Add $(GNULIB_VAR) again at end.
This change to ymakefile was mysteriously lost.  Were any others lost too?

30 years agoDon't do seddery on config.status after AC_OUTPUT.
Roland McGrath [Sun, 3 Oct 1993 21:18:51 +0000 (21:18 +0000)]
Don't do seddery on config.status after AC_OUTPUT.
Instead just include the commands to make src/Makefile as the second arg to
AC_OUTPUT.

30 years agoUse : instead of dnl for comment inside $makefile_command.
Roland McGrath [Sun, 3 Oct 1993 20:43:37 +0000 (20:43 +0000)]
Use : instead of dnl for comment inside $makefile_command.

30 years agoNo longer use vpath_sed. Instead, when we notice srcdir already
Roland McGrath [Sun, 3 Oct 1993 20:41:20 +0000 (20:41 +0000)]
No longer use vpath_sed.  Instead, when we notice srcdir already
configured, set extrasub to hack vpath in the makefiles.

30 years agoIn cmds to make src/Makefile, chmod Makefile.new before moving it.
Roland McGrath [Sun, 3 Oct 1993 19:57:50 +0000 (19:57 +0000)]
In cmds to make src/Makefile, chmod Makefile.new before moving it.

30 years ago(VPATH): Define to @srcdir@.
Roland McGrath [Sun, 3 Oct 1993 19:55:09 +0000 (19:55 +0000)]
(VPATH): Define to @srcdir@.

30 years agoFixed typos or brainos of whoever though `@' was the comment char.
Roland McGrath [Sun, 3 Oct 1993 19:54:21 +0000 (19:54 +0000)]
Fixed typos or brainos of whoever though `@' was the comment char.

30 years ago*** empty log message ***
Roland McGrath [Sun, 3 Oct 1993 19:33:04 +0000 (19:33 +0000)]
*** empty log message ***

30 years agoRecognize operating system "riscix*"; recognize acorn as vendor
Erich Stefan Boleyn [Sun, 3 Oct 1993 16:50:05 +0000 (16:50 +0000)]
Recognize operating system "riscix*"; recognize acorn as vendor

30 years ago(build-mail-abbrevs): Pass just 1 arg to substitute-in-file-name.
Richard M. Stallman [Fri, 1 Oct 1993 22:40:49 +0000 (22:40 +0000)]
(build-mail-abbrevs): Pass just 1 arg to substitute-in-file-name.

30 years ago* etags.c (process_file): dead code removed.
Francesco Potortì [Fri, 1 Oct 1993 09:51:07 +0000 (09:51 +0000)]
* etags.c (process_file): dead code removed.
(S_ISREG): #define it using S_IFREG if not defined.
(process_file): regular files have nothing to do with symlinks.

30 years ago(ALL_CFLAGS): Make sure `.' is searched before `${srcdir}'.
Brian Fox [Thu, 30 Sep 1993 23:36:54 +0000 (23:36 +0000)]
(ALL_CFLAGS): Make sure `.' is searched before `${srcdir}'.

30 years ago(${archlibdir}): Install ${SCRIPTS} from ${srcdir}, not from current
Brian Fox [Thu, 30 Sep 1993 23:25:30 +0000 (23:25 +0000)]
(${archlibdir}): Install ${SCRIPTS} from ${srcdir}, not from current
directory.  Only chmod and chgrp files that we installed, which
excludes ${INSTALLABLE_SCRIPTS}.  They go in ${bindir}.
(INSTALLFLAGS): Deleted definition, since it is an unused variable now.

30 years agoDon't copy ${srcdir}/src/Makefile.in; that file doesn't exist. Just
Brian Fox [Thu, 30 Sep 1993 23:11:45 +0000 (23:11 +0000)]
Don't copy ${srcdir}/src/Makefile.in; that file doesn't exist.  Just
copy src/Makefile.in instead.  Touch all of the Makefiles after
editing config.status.

30 years ago(INSTALL, INSTALL_PROGRAM, INSTALL_DATA): Let configure figure out the
Brian Fox [Tue, 28 Sep 1993 10:04:53 +0000 (10:04 +0000)]
(INSTALL, INSTALL_PROGRAM, INSTALL_DATA): Let configure figure out the
correct values for these variables.
(archlibdir): Only install execuatables internally used by emacs;
don't install bindir binaries here.

30 years agoDoc fix.
Jim Blandy [Tue, 28 Sep 1993 09:56:06 +0000 (09:56 +0000)]
Doc fix.

30 years ago(Fhandle_switch_frame): Doc fix.
Brian Fox [Tue, 28 Sep 1993 09:54:36 +0000 (09:54 +0000)]
(Fhandle_switch_frame): Doc fix.

30 years ago(validate_plist): Add argument declaration for `list'.
Brian Fox [Tue, 28 Sep 1993 09:52:13 +0000 (09:52 +0000)]
(validate_plist): Add argument declaration for `list'.

30 years agoInitial revision
Brian Fox [Tue, 28 Sep 1993 09:48:57 +0000 (09:48 +0000)]
Initial revision

30 years agoRemove `src/ymakefile', add `src/Makefile.in.in'.
Brian Fox [Tue, 28 Sep 1993 09:45:54 +0000 (09:45 +0000)]
Remove `src/ymakefile', add `src/Makefile.in.in'.

30 years agoChange src/xemacs to src/emacs. We no longer create src/xemacs, so
Brian Fox [Tue, 28 Sep 1993 09:42:26 +0000 (09:42 +0000)]
Change src/xemacs to src/emacs.  We no longer create src/xemacs, so
the file wouldn't be found.

30 years ago(src/Makefile, lib-src/Makefile, oldXMenu/Makefile): If these files
Brian Fox [Tue, 28 Sep 1993 09:41:00 +0000 (09:41 +0000)]
(src/Makefile, lib-src/Makefile, oldXMenu/Makefile): If these files
are out of date, simply have config.status rebuild them; don't rebuild
them explicitly.  Back out MAKEFLAGS change.

30 years agoAllow any of the path or directory Makefile variables to be set with
Brian Fox [Tue, 28 Sep 1993 09:28:09 +0000 (09:28 +0000)]
Allow any of the path or directory Makefile variables to be set with
flags to configure.  Create all Makefiles at configure time.  Edit
special commands into config.status after src/Makefile.in is built
from src/Makefile.  Don't AC_SUBST rip_paths or inst_paths.

30 years ago(vc-find-binary): Fix bug; it always claimed success.
Paul Eggert [Mon, 27 Sep 1993 04:36:31 +0000 (04:36 +0000)]
(vc-find-binary): Fix bug; it always claimed success.

30 years agoVersion 2.3.
Richard M. Stallman [Mon, 27 Sep 1993 02:19:46 +0000 (02:19 +0000)]
Version 2.3.
Documentation: `forms-forms-scroll' and `forms-forms-jump'
now default to nil.
`forms-new-record-filter' and `forms-modified-record-filter'
cannot be redefined as functions.
Commands and keymaps are changed.
Add function key defs.
(forms-version): Docstring includes full RCS id.
(forms-forms-scroll): Defaults to nil.
(forms-forms-jump): Defaults to nil.
(forms-mode-edit-map, forms-mode-ro-map): Additional keymaps
for edit mode and read-only mode.
(forms--new-record-filter, forms--modified-record-filter): Deleted.
(forms-mode): Docstring now includes the key bindings, since
both edit mode and read-only mode must be supported.
Changed `forms-new-record-filter' and `forms-modified-record-filter'
semantics: the variable must point to a function and may
not be defined as a function anymore.
Use three keymaps: `forms-mode-map' (C-c commands),
`forms-mode-edit-map' (normal mode) and `forms-mode-ro-map'
(read-only mode). The maps are not buffer local.
Changed the text of error messages to be more descriptive, and
onsistent with the documentation.
Moved setting up write-file-hooks and revert-buffer-function
to function `forms--change-commands'.
(forms--process-format-list): Changed error messages to be
more descriptive.
(forms--set-keymaps): Setup the three keymaps.
(forms--mode-commands): Use new command key bindings.
(forms--mode-commands1): New helper function for
`forms--mode-commands'.
(forms--change-commands): Handle setup of
local-write-file-hooks and revert-buffer-function.
(forms--help): Show new command bindings.
(forms--show-record): Replaced `forms--modified-record-filter' by
`forms-modified-record-filter'.
(forms-jump-record): Changed error message.
(forms-toggle-read-only): New function, replaces
`forms-view-mode' and `forms-edit-mode'.
(forms-view-mode, forms-edit-mode): Deleted.
(forms-insert-record): Replaced `forms--new-record-filter' by
`forms-new-record-filter'.
(forms-insert-record, forms-delete-record): Disallow in read-only mode.
(forms-prev-field): New function.

30 years ago(disassemble-internal): Allow a call to byte-code as argument.
Richard M. Stallman [Mon, 27 Sep 1993 01:36:27 +0000 (01:36 +0000)]
(disassemble-internal): Allow a call to byte-code as argument.

30 years ago(mouse-delete-max-match): New function.
Richard M. Stallman [Mon, 27 Sep 1993 01:02:43 +0000 (01:02 +0000)]
(mouse-delete-max-match): New function.
(mouse-choose-completion): Use that.  Now supports buffers
other than minibuffer.

(mouse-drag-region): Put the text on the kill ring.
Don't set mark if region is empty.
(mouse-yank-at-click): Set this-command.
(mouse-start-end): Fix double-click-on-closeparen case.
(mouse-save-then-kill): When used repeatedly at different places,
alter the nearer end of the region.  This applies regardless of how
the previous selection was made.
(mouse-drag-secondary, mouse-secondary-save-then-kill):
Rewrite for xterm-style dragging and extending.

30 years ago[MULTI_FRAME]: Increase PURESIZE to 220000.
Roland McGrath [Sat, 25 Sep 1993 22:46:34 +0000 (22:46 +0000)]
[MULTI_FRAME]: Increase PURESIZE to 220000.

30 years ago(ispell-message): Handle cited messages.
Richard M. Stallman [Fri, 24 Sep 1993 20:02:03 +0000 (20:02 +0000)]
(ispell-message): Handle cited messages.

30 years agoAvoid forcing the search of /usr/include before fixed include files by
Brian Fox [Fri, 24 Sep 1993 07:07:22 +0000 (07:07 +0000)]
Avoid forcing the search of /usr/include before fixed include files by
resetting C_SWITCH_X_SITE if it is "-I/usr/include".

30 years ago(other-frame): Warp the mouse so that the other
Richard M. Stallman [Fri, 24 Sep 1993 04:10:11 +0000 (04:10 +0000)]
(other-frame): Warp the mouse so that the other
frame actually stays selected.

30 years agoAdd -h, -n, -r options.
Paul Eggert [Fri, 24 Sep 1993 01:03:32 +0000 (01:03 +0000)]
Add -h, -n, -r options.
By default, look for *,v files as well as RCS/*,v files.
Use $TMPDIR (default /tmp) instead of /tmp.

30 years agoWhitespace fix.
Richard M. Stallman [Thu, 23 Sep 1993 21:15:37 +0000 (21:15 +0000)]
Whitespace fix.

30 years agoInitial revision
Melissa Weisshaus [Thu, 23 Sep 1993 21:00:12 +0000 (21:00 +0000)]
Initial revision

30 years agoAdd declaration for atof if not predefined.
Brian Fox [Wed, 22 Sep 1993 18:32:09 +0000 (18:32 +0000)]
Add declaration for atof if not predefined.

30 years ago* Added fixes from Karl Berry for ISC-2.2.
Brian Fox [Wed, 22 Sep 1993 18:27:28 +0000 (18:27 +0000)]
* Added fixes from Karl Berry for ISC-2.2.
(MEMMOVE_MISSING): Define.
(SIGNALS_VIA_CHARACTERS): Define.
(LIB_STANDARD): Do not include -lcposix.
(C_SWITCH_SYSTEM) [__GNUC__]: Do not use -traditional.

30 years ago(file_name_completion): Install case-preserving changes from Emacs 18
Brian Fox [Wed, 22 Sep 1993 18:25:03 +0000 (18:25 +0000)]
(file_name_completion): Install case-preserving changes from Emacs 18
for completion_ignore_case.
(completion_ignore_case): Declare.

30 years ago(w_wn_set_size_hint): Make recent window gravity addition
Brian Fox [Wed, 22 Sep 1993 18:16:37 +0000 (18:16 +0000)]
(w_wn_set_size_hint): Make recent window gravity addition
depend on "PWinGravity" begin `#defined'.

30 years ago(Fdelete_windows_on): Fix DEFUN to allow optional second arg to appear.
Brian Fox [Wed, 22 Sep 1993 18:14:10 +0000 (18:14 +0000)]
(Fdelete_windows_on): Fix DEFUN to allow optional second arg to appear.

30 years ago(read_minibuf): Don't add history item if it is
Brian Fox [Wed, 22 Sep 1993 18:13:27 +0000 (18:13 +0000)]
(read_minibuf): Don't add history item if it is
string-equal to the most recent history item.

30 years ago(doprnt): Use a fixed buffer to store the format
Brian Fox [Wed, 22 Sep 1993 18:12:09 +0000 (18:12 +0000)]
(doprnt): Use a fixed buffer to store the format
specification, but only if we are sure it will fit.  Otherwise,
use alloca () to get enouhg space.  Don't allow negative size
specifications to core dump; instead, treat them as positive
("%-20d" == "%20d").

30 years ago(Qextended_command_history): New variable prevents
Brian Fox [Wed, 22 Sep 1993 18:11:10 +0000 (18:11 +0000)]
(Qextended_command_history):  New variable prevents
sharing of M-x command history with other commands that read
values in the minibuffer.

30 years ago(sys_write): Keep trying to write out the data until
Brian Fox [Wed, 22 Sep 1993 18:08:51 +0000 (18:08 +0000)]
(sys_write): Keep trying to write out the data until
all of the data is written, or until we receive an error which is
not an interrupted write.

30 years ago(XScreenNumberOfScreen): Move assignments out of declaration for (dpy,
Brian Fox [Wed, 22 Sep 1993 18:07:44 +0000 (18:07 +0000)]
(XScreenNumberOfScreen): Move assignments out of declaration for (dpy,
dpyscr).  Some older versions of MIPS compilers miscompile this expression.