bpt/emacs.git
30 years agoTue Nov 2 19:46:52 1993 Francesco Potorti` (pot@cnuce.cnr.it)
Francesco Potortì [Tue, 2 Nov 1993 18:55:40 +0000 (18:55 +0000)]
Tue Nov  2 19:46:52 1993  Francesco Potorti`  (pot@cnuce.cnr.it)

* etags.c (consider_token): removed unused variable firsttok.
(prolog_getit): call pfnote with the right number of arguments.

30 years agoDeclares itself as "etags for emacs 19" instead of "etags for emacs 19.0".
Francesco Potortì [Tue, 2 Nov 1993 18:37:02 +0000 (18:37 +0000)]
Declares itself as "etags for emacs 19" instead of "etags for emacs 19.0".
This revision has no ChangeLog entry.

30 years ago*** empty log message ***
Richard M. Stallman [Tue, 2 Nov 1993 04:59:22 +0000 (04:59 +0000)]
*** empty log message ***

30 years agoRe-add hitachi to list of companies not to treat as OS names.
Richard M. Stallman [Sun, 31 Oct 1993 02:47:34 +0000 (02:47 +0000)]
Re-add hitachi to list of companies not to treat as OS names.

30 years agoAdd H3050/RX support.
Richard Kenner [Sat, 30 Oct 1993 21:17:31 +0000 (21:17 +0000)]
Add H3050/RX support.

30 years ago(tex-define-common-keys): Define menu items.
Richard M. Stallman [Wed, 27 Oct 1993 21:33:12 +0000 (21:33 +0000)]
(tex-define-common-keys): Define menu items.

30 years ago(comint-mode-map): Merge menu bar item Output into Input.
Richard M. Stallman [Wed, 27 Oct 1993 03:32:10 +0000 (03:32 +0000)]
(comint-mode-map): Merge menu bar item Output into Input.
Rename Completion to Complete.

30 years ago(paragon): New alias.
Richard M. Stallman [Tue, 26 Oct 1993 23:28:00 +0000 (23:28 +0000)]
(paragon): New alias.

30 years ago(font-lock-fontify-buffer): Don't turn
Richard M. Stallman [Tue, 26 Oct 1993 20:46:34 +0000 (20:46 +0000)]
(font-lock-fontify-buffer): Don't turn
font-lock-mode on and off; just call font-lock-set-defaults.

30 years ago(text-mode-map): Bind ispell-complete-word to M-TAB.
Richard M. Stallman [Tue, 26 Oct 1993 20:02:21 +0000 (20:02 +0000)]
(text-mode-map): Bind ispell-complete-word to M-TAB.

30 years ago(ispell-look-command): New user variable.
Richard M. Stallman [Tue, 26 Oct 1993 20:01:56 +0000 (20:01 +0000)]
(ispell-look-command): New user variable.
(ispell-do-look, ispell-lookup-build-list): Use it as
PROGRAM for call-process instead of just "look".

(ispell-complete-word-interior-frag): New command.
(ispell-complete-word): New command.
(ispell-menu-map): Add bindings for them.
(ispell-gnu-look-still-broken-p, ispell-look-dictionary): New vars.

30 years ago(eval-expression): Fix typo: missing paren.
Roland McGrath [Tue, 26 Oct 1993 18:06:48 +0000 (18:06 +0000)]
(eval-expression): Fix typo: missing paren.
(read-expression-map): Use an indirection to minibuffer-local-map rather
than copying it.

30 years ago(bookmark-load, bookmark-write-file):
Richard M. Stallman [Tue, 26 Oct 1993 03:29:54 +0000 (03:29 +0000)]
(bookmark-load, bookmark-write-file):
Bind enable-local-variables instead of enable-local-eval.

30 years agoAdded a define-key for menu-bar-bookmark-map, so that the File menu on
Karl Fogel [Tue, 26 Oct 1993 00:00:58 +0000 (00:00 +0000)]
Added a define-key for menu-bar-bookmark-map, so that the File menu on
the menu-bar will contain an entry for bookmarks, right below the
Print Buffer item.

30 years agoupped version to 2.5
Karl Fogel [Mon, 25 Oct 1993 23:56:15 +0000 (23:56 +0000)]
upped version to 2.5

Got rid of ###autoload to put a bookmark menu on the menu-bar.  Now it
will appear on the File menu, fourth item down.  menu-bar.el will be
modified to do this.

(bookmark-load, bookmark-write-file): made enable-local-eval be nil
when loading a bookmark file, since bookmark context strings can
contain eval forms from the files in which the bookmarks are set, and
we don't want them evalled when .emacs-bkmrks is found!

upped version to 2.4.1 after doing this.

30 years ago(comint-scroll-to-bottom-on-input): Default to nil.
Richard M. Stallman [Mon, 25 Oct 1993 20:01:29 +0000 (20:01 +0000)]
(comint-scroll-to-bottom-on-input): Default to nil.
(comint-mode): Use pre-command-hook, not before-change-function.
(comint-preinput-scroll-to-bottom): Take no arguments.
(comint-output-filter-functions): Renamed from comint-output-filter-hook.
(comint-output-filter): Pass STRING as arg to output hook functions.
(comint-preinput-scroll-to-bottom): Take an arg.
Move point to new process mark if it was at the old one.
Scroll so only if point is at or after the process mark.
When scrolling, put end of text on bottom line, regardless of point.

30 years ago(ispell): If the buffer to spell has no associated file, or, the
Brian Fox [Mon, 25 Oct 1993 06:18:23 +0000 (06:18 +0000)]
(ispell): If the buffer to spell has no associated file, or, the
associated file has a special handler, use a temporary file with the
buffer contents to pass to the local ispell process.

30 years ago`provide' "dired" before running user hooks.
Brian Fox [Mon, 25 Oct 1993 06:13:41 +0000 (06:13 +0000)]
`provide' "dired" before running user hooks.

30 years ago(ange-ftp-dired-uncache): Fix parens so that `(setq ...' is a result
Brian Fox [Mon, 25 Oct 1993 06:11:49 +0000 (06:11 +0000)]
(ange-ftp-dired-uncache): Fix parens so that `(setq ...' is a result
of the if statement, and not a top level expression.

30 years ago(eval-expression, edit-and-eval-command): Let
Brian Fox [Mon, 25 Oct 1993 06:07:23 +0000 (06:07 +0000)]
(eval-expression, edit-and-eval-command): Let
minibuffer-history-sexp-flag be 't during the call to
read-from-minibuffer.

30 years ago*** empty log message ***
Richard M. Stallman [Mon, 25 Oct 1993 06:07:19 +0000 (06:07 +0000)]
*** empty log message ***

30 years agoInitial revision
Richard M. Stallman [Mon, 25 Oct 1993 05:57:08 +0000 (05:57 +0000)]
Initial revision

30 years ago(Fopen_netwrok_stream): Cast arg to inet_addr to (char *).
Brian Fox [Mon, 25 Oct 1993 05:13:17 +0000 (05:13 +0000)]
(Fopen_netwrok_stream): Cast arg to inet_addr to (char *).

30 years ago(Freplace_match): Fix argument names to match doc string.
Brian Fox [Mon, 25 Oct 1993 05:09:20 +0000 (05:09 +0000)]
(Freplace_match): Fix argument names to match doc string.
(Fmatch_beginning): Fix doc string to match argument name.

30 years agoDeclare `logb' only if HAVE_LOGB is defined.
Brian Fox [Mon, 25 Oct 1993 04:54:54 +0000 (04:54 +0000)]
Declare `logb' only if HAVE_LOGB is defined.

30 years ago(comint-scroll-to-bottom-on-input)
Richard M. Stallman [Mon, 25 Oct 1993 04:53:22 +0000 (04:53 +0000)]
(comint-scroll-to-bottom-on-input)
(comint-scroll-to-bottom-on-input): Default to nil if baud-rate<=9600.
(comint-filename-prefix): Deleted.

30 years ago(Fcopy_file): Don't allow the copying of anything other than regular
Brian Fox [Mon, 25 Oct 1993 04:42:12 +0000 (04:42 +0000)]
(Fcopy_file): Don't allow the copying of anything other than regular
files or symlink files.

30 years ago(read_key_sequence): Arg prompt is now a Lisp object.
Richard M. Stallman [Sun, 24 Oct 1993 23:28:06 +0000 (23:28 +0000)]
(read_key_sequence): Arg prompt is now a Lisp object.
Pass it to functions found in function-key-map and key-translation-map.
(Fread_key_sequence, command_loop_1): Calls changed.

30 years agoDefine "dead keys" in key-translation-map, not in global-map.
Richard M. Stallman [Sun, 24 Oct 1993 23:21:21 +0000 (23:21 +0000)]
Define "dead keys" in key-translation-map, not in global-map.
(iso-accents-compose): New subroutine to do the composition.
Method of doing so is new.
(iso-accents-accent-key): Use iso-accents-compose.
(iso-accents-compose-key): New function.

30 years ago(isearch-yank): Handle `kill' as chunk type.
Richard M. Stallman [Sun, 24 Oct 1993 04:05:22 +0000 (04:05 +0000)]
(isearch-yank): Handle `kill' as chunk type.
(isearch-yank-kill): New command, on M-y and mouse-2.

30 years ago(make-frame): Use before-make-frame-hook and after-make-frame-hook.
Richard M. Stallman [Sun, 24 Oct 1993 03:18:18 +0000 (03:18 +0000)]
(make-frame): Use before-make-frame-hook and after-make-frame-hook.

30 years ago(rlogin, rlogin-mode): Use comint-file-name-prefix,
Richard M. Stallman [Fri, 22 Oct 1993 17:12:54 +0000 (17:12 +0000)]
(rlogin, rlogin-mode): Use comint-file-name-prefix,
not comint-filename-prefix.

30 years agoAdd #undef HAVE_UNISTD_H so that configure can edit it correctly.
Brian Fox [Fri, 22 Oct 1993 11:20:55 +0000 (11:20 +0000)]
Add #undef HAVE_UNISTD_H so that configure can edit it correctly.

30 years ago(comint-after-partial-file-name-command):
Richard M. Stallman [Fri, 22 Oct 1993 02:57:36 +0000 (02:57 +0000)]
(comint-after-partial-file-name-command):
Renamed from comint-after-partial-pathname-command.
(comint-match-partial-file-name, comint-after-partial-file-name):
Renamed from comint-match-partial-pathname, etc.

(comint-last-output-start): New variable to record
where most recent process output started from.
(comint-mode): Initialise it.
(comint-output-filter): Set it.

(comint-previous-matching-input-string): Moved to
comint-previous-matching-input-position.
(comint-previous-matching-input-string): Use it.
(comint-search-arg, comint-search-start,
comint-previous-input-string): New subroutines.
(comint-previous-input, comint-next-input,
comint-previous-matching-input, comint-next-matching-input,
comint-previous-matching-input-from-input,
comint-next-matching-input-from-input): Use them.

(comint-mode-map): Added signal menu-bar.  Moved
comint-backward/forward-matching-input to output menu-bar, since
they move within the buffer rather than do input.

(comint-send-input, comint-after-pmark-p,
comint-kill-input, comint-proc-query): Removed serialisation of
obtaining the process mark's marker-position.

Commented out comint-load-hooks.

(comint-dynamic-simple-complete): New subroutine.

(comint-dynamic-complete-filename-command): New variable.
(comint-after-partial-pathname-command): New variable.
(comint-after-partial-pathname): New subroutine.
(comint-dynamic-complete): Use them.
(comint-mode): Make them local.

Renamed comint-dynamic-complete-command to
comint-dynamic-complete-command-command for consistency.
Renamed comint-file-name-addsuffix/autolist/recexact to
comint-completion-addsuffix/autolist/recexact for consistency.

(comint-replace-by-expanded-history): Check if input
ring size is not big enough for relative reference.

(comint-read-input-ring, comint-input-ring-file-name):
From shell.el.
(shell-write-input-ring): New subroutine.

(comint-file-name-prefix): New variable.
(comint-directory): New inline subroutine.
(comint-dynamic-complete-filename, comint-dynamic-complete-variable,
comint-dynamic-list-filename-completions): Use it.

(comint-dynamic-complete-filename,
comint-dynamic-complete-variable,
comint-dynamic-list-filename-completions): Make sure local
completion-ignore-case is nil.

(comint-next-prompt, comint-previous-prompt): Use
paragraph-start and paragraph motion commands rather than
re-search-forward and re-search-backward commands.

(comint-dynamic-list-input-ring,
comint-previous-matching-input-string): Use ring-empty-p rather
than zerop and ring-length.

(comint-input-ignoredups): New variable.
(comint-send-input, shell-read-input-ring): Use it.
(comint-mode): Make comint-input-ignoredups local.  Doc fix.

(comint-scroll-to-bottom-on-input): New variable.
(comint-scroll-to-bottom-on-output): New variable.
(comint-scroll-show-maximum-output): New variable.
(comint-output-filter-hook): New variable, defaults to
comint-postoutput-scroll-to-bottom.

(comint-output-filter): Renamed from comint-filter
for consistency.  Now calls comint-output-filter-hook.

(comint-preinput-scroll-to-bottom): New subroutine.
(comint-postoutput-scroll-to-bottom): New subroutine.
(comint-show-maximum-output): New command.
(comint-copy-old-input): New command.

(comint-send-input): Run comint-output-filter-hook if
necessary as a kludge to prevent messy redisplays.

(comint-mode-map): Added comint-show-maximum-output to
C-c C-e and menu-bar output, and comint-copy-old-input to C-c C-i
and menu-bar input.

(comint-mode): Make local variables
comint-scroll-to-bottom-on-input, before-change-function,
comint-scroll-to-bottom-on-output, comint-scroll-show-maximum-output,
and comint-output-filter-hook.

(comint-version): Deleted--no need for separate version.
(comint-input-ring-index): Make this a permanent local.
(comint-mode): Don't alter comint-input-ring-index or comint-input-ring
if already set meaningfully.

(comint-mode-map): Added keys M-R/S for
comint-previous/next-matching-input-from-input and to completion
menu-bar.  Added comint-forward/backward-matching-input and
comint-previous/next-matching-input to completion menu-bar.

(comint-mode): Doc fix for functionality.

(comint-exec-1): Uses setenv.
(comint-update-env): Removed.

(comint-input-ring-size): Incremented to 32, as with
command history.
(comint-dynamic-list-input-ring): Check for zero
length ring.  Use ring length, not ring size, when generating
list.  Use buffer " *Input History*".
(comint-previous-matching-input-string): Check for zero-length ring.
Check last item in case at end of cycle and it's a match.
(comint-searching-input-ring): New subroutine.

(comint-regexp-arg): New subroutine.

(comint-previous-matching-input-from-input): New command.
(comint-next-matching-input-from-input): New command.

(comint-replace-by-expanded-history): Fix for matching
inside quotes.  Fix to allow argument subrange specifiers.  Fix to
identify and reject absolute input number references.

(comint-within-quotes): New subroutine.
(comint-how-many-region): New subroutine.
(comint-args): New subroutine.
(comint-delim-arg): New subroutine.
(comint-arguments): New subroutine.
(comint-delimiter-argument-list): New variable.

(comint-send-input): Inserts input arguments into ring
separated by single spaces.

(comint-filter): Checks the buffer's process to make
sure it's still there.  Otherwise, set-buffer will fail.

(comint-backward-matching-input): New command.
(comint-forward-matching-input): New command.

(comint-next-prompt, comint-previous-prompt):
Error if reach beg/end of buffer.

(comint-dynamic-complete): Fix for absolute input
number references.
(comint-dynamic-complete-filename): Changed listings
function to comint-dynamic-list-filename-completions.  Uses
file-directory-p rather than string-match to test for directories.
(comint-dynamic-list-completions): Changed to list the
list of completions supplied as the function argument.  Use buffer
" *Completions*".

(comint-match-partial-pathname): New subroutine.
(comint-dynamic-complete-variable): New command.
(comint-dynamic-list-filename-completions): New function.

(comint-previous-input):
Don't use replace-match; just insert before deleting.
(comint-magic-space): Use self-insert command.
(comint-history-file-name): New variable.

(comint-mode): Initialize comint-input-ring before
running comint-mode-hook.

(comint-input-autoexpand): New variable.
(comint-dynamic-complete-command): New variable.
(comint-get-current-command): New variable.

(comint-read-input-ring): New function.

(comint-send-input): Handle history expansion.
(comint-input-sentinel): Doc fix.

(comint-mode-map): Added key binding for C-c C-h.
Added menu bars for completion, input and output.

(comint-dynamic-list-input-ring): New function.

(comint-previous-input-string): New subroutine.
(comint-previous-input): Use it.
(comint-previous-matching-input-string): New subroutine.
(comint-previous-matching-input): Use it.

(comint-replace-by-expanded-history): New command.
(comint-magic-space): New command.
(comint-replace-by-expanded-filename): Now replaces
expanded match for a filename, and then calls filename completion
comint-dynamic-complete-filename to do file name completion.

(comint-kill-output): Don't kill prompt.
(comint-show-output): Don't move point if it's
visible where it is, and if point is moved, put it after prompt.

(comint-dynamic-complete): Totally new definition.
(comint-dynamic-complete-filename): New name for old
function comint-dynamic-complete, completes files and lists
candidates, souped up for configurability.
(comint-dynamic-complete-variable): New command.
(comint-file-name-autolist): New variable.
(comint-file-name-addsuffix): New variable,
(comint-file-name-recexact): New variable.

30 years ago(shell-after-partial-filename): Renamed from
Richard M. Stallman [Fri, 22 Oct 1993 02:53:24 +0000 (02:53 +0000)]
(shell-after-partial-filename): Renamed from
shell-after-partial-pathname.

Commented out shell-load-hooks.

(shell-after-partial-pathname): New subroutine.

Renamed shell-command-execonly to
shell-completion-execonly for consistency.

(shell-read-input-ring, shell-input-ring-file-name):
Moved to, and renamed in, comint.el.

(shell-dynamic-complete-command):  Make sure local
completion-ignore-case is nil.

(shell-mode): Set buffer-local variable paragraph-start
to comint-prompt-regexp so paragraph motion/mark commands work on
output groups.
Set comint-after-partial-pathname to it.
(shell-read-input-ring): Use find-file-noselect.

(shell-match-cmd-w/optional-arg): Removed.

(shell-delimiter-argument-list): New variable.
(shell-input-ring-file-name): New variable.

(shell-mode-map): Changed file name completions listing
binding to new name comint-dynamic-list-filename-completions.

(shell-mode): Call new function shell-read-input-ring
and shell-dirstack on start up.  Doc fix for new functionality.

(shell-mode): Set shell-input-ring-file-name depending
on the command that was invoked for the inferior shell.  Set
comint-delimiter-argument-list to shell-delimiter-argument-list.

(shell-read-input-ring): New function.

(shell-directory-tracker): Use comint-arguments.

(shell-front-match): Removed.
(shell-match-cmd-w/optional-arg): Removed.

(shell-process-popd): Fixed bug when numeric argument
equal to length of stack including current directory.
(shell-process-pushd): Fixed missing ()s in cond.

(shell-dynamic-complete-command): Uses exec-path minus
trailing emacs library path.  Uses "." for nil elements in
exec-path.  Uses string-match rather than funcall to test
candidate extensions.  Uses member on completions list rather than
file-exists-p to test for existence.  Uses file-directory-p rather
than funcall to test for directory.  Uses directories only if in
current directory.  Uses comint-dynamic-list-completions.

(shell-command-regexp, shell-command-execonly)
(shell-pushd-tohome, shell-pushd-dextract)
(shell-pushd-dunique): New variables.

(shell-mode-map): Bound shell-forward/backward-command
to C-c C-f and C-c C-b.

(shell-mode): Set comint variables for which
shells have different values:
comint-get-current-command, comint-dynamic-complete-command.

(shell-directory-tracker): Parse through
command sequences for directory commands.
(shell-process-popd): Signal error if can't
process argument/stack.  Fixed bug when no argument and no stack.
(shell-process-cd): Signal error if can't process argument.
(shell-process-pushd): Signal error if can't
process argument/stack.  Handle shell-pushd-tohome,
shell-pushd-dextract, and shell-pushd-dunique.

(shell-forward-command, shell-backward-command)
(shell-dynamic-complete-command): New commands.

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