bpt/emacs.git
28 years agoDoc fixes.
Richard M. Stallman [Sat, 26 Aug 1995 20:53:20 +0000 (20:53 +0000)]
Doc fixes.
(caar, cdar): Deleted--use (car (car ...)).

28 years ago(ada-spec-suffix): Definition deleted.
Richard M. Stallman [Sat, 26 Aug 1995 20:43:35 +0000 (20:43 +0000)]
(ada-spec-suffix): Definition deleted.
(ada-make-filename-from-adaname): Delete autoload.
(ff-special-constructs): Load ada-mode before referring to
ada-spec-suffix and ada-make-filename-from-adaname.

28 years ago(abs): Function definition deleted.
Richard M. Stallman [Sat, 26 Aug 1995 20:31:16 +0000 (20:31 +0000)]
(abs): Function definition deleted.
(goto-beginning-of-buffer): Macro deleted.  Use goto-char.
(goto-end-of-buffer): Macro deleted.  Use goto-char.
(maxint): Macro deleted.
(life-increment): Renamed from increment.
(life-initialized): New variable.
(life): Do (random t) only once and only when `life' is called.

28 years ago(Info-default-directory-list): Duplicate defvar deleted.
Richard M. Stallman [Sat, 26 Aug 1995 20:25:23 +0000 (20:25 +0000)]
(Info-default-directory-list): Duplicate defvar deleted.

28 years ago(modifier_names): Add 4 bits to modifier bit positions.
Richard M. Stallman [Sat, 26 Aug 1995 15:26:42 +0000 (15:26 +0000)]
(modifier_names): Add 4 bits to modifier bit positions.

28 years ago(rebuild-mail-abbrevs): FILE defaults to visited file.
Richard M. Stallman [Fri, 25 Aug 1995 21:34:09 +0000 (21:34 +0000)]
(rebuild-mail-abbrevs): FILE defaults to visited file.

28 years ago(vc-fetch-master-properties): Count cvs status "Needs Patch" as
André Spiegel [Fri, 25 Aug 1995 18:35:32 +0000 (18:35 +0000)]
(vc-fetch-master-properties): Count cvs status "Needs Patch" as
`needs-checkout'.
(vc-after-save): Clear the cvs status.

28 years ago(vc-directory): Kill existing vc-dired buffers for this directory.
André Spiegel [Fri, 25 Aug 1995 18:30:11 +0000 (18:30 +0000)]
(vc-directory): Kill existing vc-dired buffers for this directory.
Provide a better header.  Corrected the check whether any files were
found at all (don't display a listing in this case).  Under CVS,
display cvs-status rather than vc-locking-user.
(vc-next-action-on-file): When doing a check-in in vc-dired-mode, find
the file in another window.
(vc-next-action-dired): Update dired listing while processing the
files.
(vc-next-action): Check whether a check-in comment is really needed
for this mass operation.
(vc-checkout): Resynch the buffer, even if it's not current.
(vc-dired-state-info, vc-dired-update-line): New functions.
(vc-dired-prefix-map): Added local definition for `g' and `='.
(vc-dired-reformat-line): Simplified.  Erase the hardlink count from
the listing, because it doesn't relate to version control.
(vc-rcs-release, vc-cvs-release, vc-sccs-release): New variables, may
be set by the user.
(vc-backend-release, vc-release-greater-or-equal, vc-backend-release-p):
New Functions.
(vc-do-command): Allow FILE to be nil.
(vc-backend-checkin): When creating a branch, don't bother to unlock
the old version if this is RCS 5.6.2 or higher.
(vc-next-action-on-file): Allow lock-stealing only if RCS 5.6.2 or
higher.
(vc-backend-admin, vc-backend-checkin): If available, use ci -i and -j.
Updated Developer's Notes.

28 years ago(next-file): Advance next-file-list before finding the file named in its
Roland McGrath [Fri, 25 Aug 1995 16:39:34 +0000 (16:39 +0000)]
(next-file): Advance next-file-list before finding the file named in its
car, in case finding signals an error.

28 years ago(describe-function): Show file name for autoloaded fns.
Richard M. Stallman [Fri, 25 Aug 1995 15:35:37 +0000 (15:35 +0000)]
(describe-function): Show file name for autoloaded fns.

28 years ago(mouse-avoidance-mode): Use post-command-idle-hook. Use remove-hook.
Richard M. Stallman [Fri, 25 Aug 1995 15:14:03 +0000 (15:14 +0000)]
(mouse-avoidance-mode): Use post-command-idle-hook.  Use remove-hook.

28 years ago(what-line): Print narrowed linenum with full buffer num.
Richard M. Stallman [Fri, 25 Aug 1995 14:16:26 +0000 (14:16 +0000)]
(what-line): Print narrowed linenum with full buffer num.

28 years ago(makefile-mode-syntax-table): "]" is a close-paren.
Richard M. Stallman [Thu, 24 Aug 1995 20:18:58 +0000 (20:18 +0000)]
(makefile-mode-syntax-table): "]" is a close-paren.

28 years ago(makefile-add-log-defun): Avoid error at eob.
Richard M. Stallman [Thu, 24 Aug 1995 20:16:31 +0000 (20:16 +0000)]
(makefile-add-log-defun): Avoid error at eob.

28 years agoDoc fixes.
Richard M. Stallman [Wed, 23 Aug 1995 23:51:38 +0000 (23:51 +0000)]
Doc fixes.
(makefile-font-lock-keywords): Highlight lines of just whitespace.

28 years ago[HAVE_CONFIG_H]: Include config.h.
Roland McGrath [Wed, 23 Aug 1995 17:42:20 +0000 (17:42 +0000)]
[HAVE_CONFIG_H]: Include config.h.
[! O_RDONLY]: Define it to zero.
(main): Use O_RDONLY instead of explicit zero.

28 years ago(2C-mode): Use make-local-hook and add-hook.
Richard M. Stallman [Tue, 22 Aug 1995 20:55:36 +0000 (20:55 +0000)]
(2C-mode): Use make-local-hook and add-hook.

28 years ago(icomplete-minibuffer-setup): Use make-local-hook
Richard M. Stallman [Tue, 22 Aug 1995 20:30:57 +0000 (20:30 +0000)]
(icomplete-minibuffer-setup): Use make-local-hook
and add and remove hooks locally.

28 years ago(ediff-profile): Use make-local-hook and add and remove hooks locally.
Richard M. Stallman [Tue, 22 Aug 1995 20:27:05 +0000 (20:27 +0000)]
(ediff-profile): Use make-local-hook and add and remove hooks locally.

28 years ago(PUSH_FAILURE_POINT, POP_FAILURE_POINT): Don't push or pop
Richard M. Stallman [Tue, 22 Aug 1995 19:44:26 +0000 (19:44 +0000)]
(PUSH_FAILURE_POINT, POP_FAILURE_POINT): Don't push or pop
register values if POSIX backtracking is turned off.
(NUM_FAILURE_ITEMS): Value is 0 if no POSIX backtracking.

28 years ago(basic-save-buffer): Call vc-after-save.
Richard M. Stallman [Tue, 22 Aug 1995 19:06:19 +0000 (19:06 +0000)]
(basic-save-buffer): Call vc-after-save.

28 years ago(auto-mode-alist): Turn on use of makefile-mode.
Richard M. Stallman [Tue, 22 Aug 1995 19:03:41 +0000 (19:03 +0000)]
(auto-mode-alist): Turn on use of makefile-mode.

28 years ago(byte-compiler-base-file-name): New function.
Richard M. Stallman [Tue, 22 Aug 1995 18:52:47 +0000 (18:52 +0000)]
(byte-compiler-base-file-name): New function.
(byte-compile-dest-file): Call byte-compiler-base-file-name.

28 years ago(Info-suffix-list): For MS-DOS, use gunzip as the only uncompressor,
Richard M. Stallman [Tue, 22 Aug 1995 18:51:46 +0000 (18:51 +0000)]
(Info-suffix-list): For MS-DOS, use gunzip as the only uncompressor,
and don't include .info as suffix.
(info-insert-file-contents-1): New function.
(info-insert-file-contents): Use info-insert-file-contents-1.

28 years agoRemoved the comment that said we assume strict locking.
André Spiegel [Tue, 22 Aug 1995 17:53:14 +0000 (17:53 +0000)]
Removed the comment that said we assume strict locking.
(vc-next-action-dired): Don't switch to vc-parent-buffer, because that
was already done.

28 years ago(vc-simple-command): New function.
André Spiegel [Tue, 22 Aug 1995 17:52:42 +0000 (17:52 +0000)]
(vc-simple-command): New function.
(vc-fetch-master-properties): CVS case: Use it.
(vc-lock-from-permissions, vc-file-owner, vc-rcs-lock-from-diff):
New functions.
(vc-locking-user): Largely rewritten.  Uses the above, handles RCS
non-strict locking.  Under CVS in CVSREAD-mode, learn the locking state
from the permissions.
(vc-find-cvs-master): Use vc-insert-file, rather than
find-file-noselect. Greatly speeds up things.
(vc-consult-rcs-headers): Bug fix, return status in all cases.

28 years ago(tcl-hilit): New function from "Chris Alfeld" <calfeld@math.utah.edu>
Tom Tromey [Tue, 22 Aug 1995 17:49:45 +0000 (17:49 +0000)]
(tcl-hilit): New function from "Chris Alfeld" <calfeld@math.utah.edu>
(tcl-mode): Call it

28 years ago(insert-kbd-macro): Express vector char modifiers with
Richard M. Stallman [Tue, 22 Aug 1995 16:47:19 +0000 (16:47 +0000)]
(insert-kbd-macro): Express vector char modifiers with
escape prefixes.  Express big basic char codes in octal.

28 years ago(jka-compr-byte-compiler-base-file-name): New function.
Richard M. Stallman [Tue, 22 Aug 1995 16:46:45 +0000 (16:46 +0000)]
(jka-compr-byte-compiler-base-file-name): New function.
Use it to handle byte-compiler-base-file-name operation.

28 years ago(display_text_line): Write blanks under the entire
Karl Heuer [Tue, 22 Aug 1995 00:32:03 +0000 (00:32 +0000)]
(display_text_line): Write blanks under the entire
scroll bar, not just the first column.

28 years ago(compilation-exit-message-function): New variable.
Roland McGrath [Mon, 21 Aug 1995 22:15:58 +0000 (22:15 +0000)]
(compilation-exit-message-function): New variable.
(compilation-sentinel): If compilation-exit-message-function is non-nil,
call it to produce messages for buffer and mode line.
(grep): Use that variable to produce snazzier messages.

28 years ago(Qpost_command_idle_hook, Vpost_command_idle_hook): New vars.
Richard M. Stallman [Mon, 21 Aug 1995 22:02:50 +0000 (22:02 +0000)]
(Qpost_command_idle_hook, Vpost_command_idle_hook): New vars.
(syms_of_keyboard): Set up new vars.
(command_loop_1): Run Qpost_command_idle_hook.

28 years agoUse post-command-idle-hook.
Richard M. Stallman [Mon, 21 Aug 1995 22:00:21 +0000 (22:00 +0000)]
Use post-command-idle-hook.
(show-paren-command-hook): No need to test for idleness.

28 years agoInclude syssignal.h.
Richard M. Stallman [Mon, 21 Aug 1995 21:56:40 +0000 (21:56 +0000)]
Include syssignal.h.

28 years ago(SA_RESTART): Add #undef.
Richard M. Stallman [Mon, 21 Aug 1995 20:52:13 +0000 (20:52 +0000)]
(SA_RESTART): Add #undef.

28 years ago(vc-latest-on-branch-p): Under CVS, handle the case when the file is
André Spiegel [Mon, 21 Aug 1995 19:27:05 +0000 (19:27 +0000)]
(vc-latest-on-branch-p): Under CVS, handle the case when the file is
added, but not yet committed.
(vc-backend-checkout): RCS case: In non-strict locking mode, force to
overwrite the writable workfile. CVS case: Do the right thing in
CVSREAD-mode.

28 years ago(vc-fetch-master-properties): RCS case: get locking mode.
André Spiegel [Mon, 21 Aug 1995 19:25:52 +0000 (19:25 +0000)]
(vc-fetch-master-properties): RCS case: get locking mode.
CVS case: new state `locally-added'.
(vc-locking-user): Under RCS with non-strict locking, don't trust
the file permissions.  CVS case: change which states count as
"locked".
(vc-consult-rcs-headers): Streamlined. Don't set vc-locking-user if
this is called under CVS.  Under RCS, use a heuristic to find the
value of vc-checkout-model without examining the master file.
(vc-parse-locks): Set vc-checkout-model.
(vc-status): Comment change.
(vc-after-save-hook, vc-after-save): The former renamed to the
latter. Now unconditionally called by `basic-save-buffer', determines
whether the buffer should be "locked" or not.
(vc-mode-line): No longer use dynamic after-save-hook. Changed
references to `automatic' into `implicit'.
(vc-checkout-model): Values are now `manual' and `implicit'.  Derive
the property on a per-file basis, supporting all possible modes.

28 years ago(NO_SOCKETS_IN_FILE_SYSTEM): Defined.
Richard M. Stallman [Mon, 21 Aug 1995 18:48:21 +0000 (18:48 +0000)]
(NO_SOCKETS_IN_FILE_SYSTEM): Defined.
(START_FILES): Defined.
(LIB_STANDARD): New definition, details depending on __GNUC__.

28 years ago(makefile-space-face): New variable.
Richard M. Stallman [Mon, 21 Aug 1995 17:27:04 +0000 (17:27 +0000)]
(makefile-space-face): New variable.
(makefile-define-space-face): New function.
(makefile-tab-face): Variable deleted.
(makefile-define-tab-face): Function deleted.
(makefile-font-lock-keywords): Highlight leading spaces, not tabs.

28 years agoRequire rmail.
Richard M. Stallman [Mon, 21 Aug 1995 14:48:49 +0000 (14:48 +0000)]
Require rmail.
(rmail-new-summary): Specify size in split-window.
Call rmail-select-summary to force size to specified amount.

28 years agoDefine user options with defvar, not defconst.
Richard M. Stallman [Mon, 21 Aug 1995 14:30:34 +0000 (14:30 +0000)]
Define user options with defvar, not defconst.

28 years agoNew version 3.07. Made fast-lock-mode use buffer-file-truename, not buffer-file...
Simon Marshall [Mon, 21 Aug 1995 12:02:23 +0000 (12:02 +0000)]
New version 3.07.  Made fast-lock-mode use buffer-file-truename, not buffer-file-name.

28 years agoDoc fixes.
Richard M. Stallman [Mon, 21 Aug 1995 05:19:39 +0000 (05:19 +0000)]
Doc fixes.

28 years agodefault to user-supplied buffer.
David J. MacKenzie [Mon, 21 Aug 1995 04:33:21 +0000 (04:33 +0000)]
default to user-supplied buffer.

28 years ago(dired-string-replace-match): Simplify using replace-match.
Richard M. Stallman [Mon, 21 Aug 1995 01:15:25 +0000 (01:15 +0000)]
(dired-string-replace-match): Simplify using replace-match.

28 years ago(dired-expand-newtext): Function deleted.
Richard M. Stallman [Mon, 21 Aug 1995 01:12:12 +0000 (01:12 +0000)]
(dired-expand-newtext): Function deleted.

28 years ago(POSIX_SIGNALS, CLASH_DETECTION): Defined.
Richard M. Stallman [Sun, 20 Aug 1995 16:04:10 +0000 (16:04 +0000)]
(POSIX_SIGNALS, CLASH_DETECTION): Defined.
(SIGNALS_VIA_CHARACTERS, MAIL_USE_LOCKF): Defined.
(sigmask, sigsetmask, _setjmp, _longjmp): Add undefs.

28 years ago(SYSTEM_TYPE): Change to just "aix".
Richard M. Stallman [Sun, 20 Aug 1995 16:03:43 +0000 (16:03 +0000)]
(SYSTEM_TYPE): Change to just "aix".

28 years ago(sigsetmask, _setjmp, _longjmp): Delete undefs.
Richard M. Stallman [Sun, 20 Aug 1995 15:51:42 +0000 (15:51 +0000)]
(sigsetmask, _setjmp, _longjmp): Delete undefs.
[__GNUC__] (_NO_PROTO): Add undef.

28 years agoInclude aix3-2-5.h, not aix3-2.h.
Richard M. Stallman [Sun, 20 Aug 1995 15:50:33 +0000 (15:50 +0000)]
Include aix3-2-5.h, not aix3-2.h.

28 years ago* viper.el (vip-set-hooks): Use view-mode-hook in emacs and view hook in xemacs.
Michael Kifer [Sun, 20 Aug 1995 04:32:54 +0000 (04:32 +0000)]
* viper.el (vip-set-hooks): Use view-mode-hook in emacs and view hook in xemacs.
(vip-read-string-with-history): minibuffer-setup-hook no longer
waits for the user to type, if there are unread events.
Harnessed view-minor-mode.
Added (vip-leave-region-active) to all simple movement commands.

28 years ago(vip-leave-region-active): new function.
Michael Kifer [Sun, 20 Aug 1995 04:31:46 +0000 (04:31 +0000)]
(vip-leave-region-active): new function.

28 years ago(vip-surrounding-word): modified to understand tripple clicks.
Michael Kifer [Sun, 20 Aug 1995 04:30:48 +0000 (04:30 +0000)]
(vip-surrounding-word): modified to understand tripple clicks.

28 years ago(file-regular-p-18): Fix test for whether to use this.
Richard M. Stallman [Sun, 20 Aug 1995 01:45:13 +0000 (01:45 +0000)]
(file-regular-p-18): Fix test for whether to use this.

28 years agoInitial revision
Richard M. Stallman [Sat, 19 Aug 1995 18:24:48 +0000 (18:24 +0000)]
Initial revision

28 years ago(basic-save-buffer): Confirm for overwriting old file
Richard M. Stallman [Sat, 19 Aug 1995 17:01:27 +0000 (17:01 +0000)]
(basic-save-buffer): Confirm for overwriting old file
when a file name is specified.

28 years ago(scan_sexps_forward): Fix previous change.
Richard M. Stallman [Sat, 19 Aug 1995 17:00:34 +0000 (17:00 +0000)]
(scan_sexps_forward): Fix previous change.

28 years ago(blink-matching-paren-dont-ignore-comments): New var.
Richard M. Stallman [Sat, 19 Aug 1995 16:59:43 +0000 (16:59 +0000)]
(blink-matching-paren-dont-ignore-comments): New var.
(blink-matching-open): Use it.
Also, if the matching char hasn't paren syntax, call that mismatch.

28 years ago(Info-find-emacs-command-nodes): Fix previous change.
Richard M. Stallman [Sat, 19 Aug 1995 16:54:27 +0000 (16:54 +0000)]
(Info-find-emacs-command-nodes): Fix previous change.

28 years ago(hilit-submit-feedback): New ftp site.
Karl Heuer [Sat, 19 Aug 1995 06:35:38 +0000 (06:35 +0000)]
(hilit-submit-feedback): New ftp site.

28 years ago(struct Lisp_Marker): Make insertion_type an unsigned int.
Richard M. Stallman [Sat, 19 Aug 1995 05:38:46 +0000 (05:38 +0000)]
(struct Lisp_Marker): Make insertion_type an unsigned int.

28 years ago(Info-file-list-for-emacs): New variable.
Richard M. Stallman [Sat, 19 Aug 1995 05:03:12 +0000 (05:03 +0000)]
(Info-file-list-for-emacs): New variable.
(Info-find-emacs-command-nodes): Look in those files, if appropriate.

28 years agoFix typos.
Richard M. Stallman [Sat, 19 Aug 1995 04:45:06 +0000 (04:45 +0000)]
Fix typos.

28 years ago(sh-newline-and-indent): Don't interpret prefix arg
Karl Heuer [Sat, 19 Aug 1995 00:30:56 +0000 (00:30 +0000)]
(sh-newline-and-indent): Don't interpret prefix arg
since `newline-and-indent' doesn't either.  Don't turn a trailing
quoted tab into a space.
(sh-mode): Use new `skeleton-newline-indent-rigidly'.
(sh-set-shell): Make maximum font-locking also hightlight keywords
after ``' and `!'.  (The latter is for ksh '93 but should't hurt other
shells.)

28 years ago(skeleton-newline-indent-rigidly): New variable.
Karl Heuer [Sat, 19 Aug 1995 00:30:38 +0000 (00:30 +0000)]
(skeleton-newline-indent-rigidly): New variable.
(skeleton-internal-1): Use it for indenting after \n because previous
behaviour was only useful for `sh-script.el' and old `ada.el'.  Other
modes now get their own indentation.
(skeleton, skeleton-modified, skeleton-point, skeleton-regions): `New'
variables for passing between the mutually recursive functions of
the skeleton engine.  Introduced to remove compiler warnings.
(skeleton-proxy): New argument `str' to make this settable when calling
a skeleton as a function.
(skeleton-insert): New argument `str' to pass down.  Element `\n'
now usually indents according to mode.  Subskeletons may also have
a list of strings as iterator.  Earlier modification also removed
meaning of `quit' -- I did not put it back in since it's useless.
When quitting out of a subskeleton while still wrapping around text
don't duplicate first line of that text.
(skeleton-end-hook): New hook useful say for modes that leave a `;' on
an empty line to indent right and then want to clean it up when doing
a skeleton there.

28 years ago(vc-next-action-on-file): Changed doc string, CVS case.
André Spiegel [Fri, 18 Aug 1995 20:29:14 +0000 (20:29 +0000)]
(vc-next-action-on-file): Changed doc string, CVS case.
(vc-backend-checkin): Clear master properties before doing the
check-in.  In the CVS case, catch error and display an appropriate
message in the echo area.
(vc-backend-revert): Clear master properties, because some might get
outdated by the operation.
(vc-backend-merge-news): Scan the output of "cvs update" and find out
whether conflicts have occurred.
(vc-finish-logentry): Delete the *VC-log* buffer *before* doing the
actual check-in. That leads to a better display in case the check-in
fails.
(vc-latest-on-branch-p): Defined it for CVS in the obvious way.
(vc-next-action-on-file): Removed special CVS cases. At this level,
CVS is now mostly handled like the other backends.
(vc-backend-checkout): CVS case: Clear sticky tag as default when
doing a verbose checkout. (This used to be done in
vc-next-action-on-file.)

28 years ago(vc-fetch-master-properties): Recognize cvs status "Unresolved Conflict".
André Spiegel [Fri, 18 Aug 1995 20:22:53 +0000 (20:22 +0000)]
(vc-fetch-master-properties): Recognize cvs status "Unresolved Conflict".
(vc-locking-user): Count cvs status `unresolved-conflict' as "locked".
(vc-checkout-model): New property and access function (still simplistic).
(vc-after-save-hook): New function.
(vc-mode-line): When the file is locked by somebody else, make the
buffer read-only.  (Formerly this was only done for root.)  Don't
write-protect the buffer if the file is unlocked.  Instead, install
vc-after-save-hook, which "locks" the file when modifications are
saved.

28 years ago(getdate.c): New target.
Richard M. Stallman [Fri, 18 Aug 1995 16:23:23 +0000 (16:23 +0000)]
(getdate.c): New target.
(getdate.o): Just compile getdate.c.

28 years ago(pascal-mode): Set comment-start.
Richard M. Stallman [Thu, 17 Aug 1995 22:08:36 +0000 (22:08 +0000)]
(pascal-mode): Set comment-start.
(pascal-toggle-completions): Doc fix.

28 years ago(hilit-submit-feedback): New bug-reporting address.
Karl Heuer [Thu, 17 Aug 1995 19:40:54 +0000 (19:40 +0000)]
(hilit-submit-feedback): New bug-reporting address.

28 years agoUpdate address in comment.
Karl Heuer [Thu, 17 Aug 1995 19:37:52 +0000 (19:37 +0000)]
Update address in comment.

28 years ago* etags.c (Pascal_functions): Close comment bug corrected.
Francesco Potortì [Thu, 17 Aug 1995 18:39:11 +0000 (18:39 +0000)]
* etags.c (Pascal_functions): Close comment bug corrected.
(add_node): Correctly compare node file names.
(Pascal_functions): Correctly allocate and free memory for tline.
(pfnote): Put the definition of fp in the innermost block.
(NODE): `named' member removed.
(pfnote, free_tree, put_entries, total_size_of_entries): Do not
use the `named' member, check whether `name' is NULL instead.
(pfnote): `named' argument removed, all callers changed.
(getit, Asm_labels, Pascal_functions, L_getit, get_scheme,
TeX_functions, TEX_getit, prolog_getit): Useless string allocation
removed from pfnote call, some code cleanup.
(relative_filename): Free temporary space allocated by concat.

28 years ago(RANLIB): Substitute this into makefiles.
Richard M. Stallman [Thu, 17 Aug 1995 17:48:58 +0000 (17:48 +0000)]
(RANLIB): Substitute this into makefiles.
Set it specially on solaris; set it by default on other systems.

Fix previous Alpha change.

28 years ago(rmail-new-summary): Enable the Input/output menu.
Richard M. Stallman [Thu, 17 Aug 1995 16:51:57 +0000 (16:51 +0000)]
(rmail-new-summary): Enable the Input/output menu.

28 years ago(vc-next-action-on-file): Moved the setting of the default branch to
André Spiegel [Thu, 17 Aug 1995 14:10:09 +0000 (14:10 +0000)]
(vc-next-action-on-file): Moved the setting of the default branch to
vc-backend-checkout, where it belongs.
(vc-backend-checkout): If an explicit version was specified, adjust
the default branch accordingly.

28 years agoChanged references to vc-top-version into vc-master-workfile-version.
André Spiegel [Thu, 17 Aug 1995 13:50:33 +0000 (13:50 +0000)]
Changed references to vc-top-version into vc-master-workfile-version.

28 years ago(vc-top-version): Renamed to vc-master-workfile-version. Updated all
André Spiegel [Thu, 17 Aug 1995 13:29:31 +0000 (13:29 +0000)]
(vc-top-version): Renamed to vc-master-workfile-version. Updated all
references.

28 years ago(vc-next-action-on-file): Query when trying to lock non-latest
André Spiegel [Thu, 17 Aug 1995 13:08:36 +0000 (13:08 +0000)]
(vc-next-action-on-file): Query when trying to lock non-latest
version.

28 years ago(vc-revert-buffer1): Split part of the function into vc-buffer-context
André Spiegel [Thu, 17 Aug 1995 12:40:03 +0000 (12:40 +0000)]
(vc-revert-buffer1): Split part of the function into vc-buffer-context
and vc-restore-buffer-context, so we can use it also in other
circumstances.
(vc-buffer-context, vc-restore-buffer-context): New functions.
(vc-clear-headers): New function, uses the above.
(vc-cancel-version): When `norevert', locks the most recent remaining
version.  Also, refuse to work on anything but the latest version of
a branch.  Removed the check whether the version is the user's,
because that is difficult to decide, now that multiple branches are
possible.
(vc-latest-on-branch-p): New function.
(vc-head-version): New access function to the already existing
property.
(vc-trunk-p, vc-branch-part): Functions moved before first use.

28 years ago(show-paren-command-hook): Do nothing if have unread events.
Richard M. Stallman [Wed, 16 Aug 1995 15:03:59 +0000 (15:03 +0000)]
(show-paren-command-hook): Do nothing if have unread events.

28 years ago(scan_sexps_forward): Use the initial depth
Richard M. Stallman [Wed, 16 Aug 1995 15:03:24 +0000 (15:03 +0000)]
(scan_sexps_forward): Use the initial depth
in the starting state for tracking when we reach TARGETDEPTH.

28 years ago(Fself_insert_command): Optimize the case with arg > 2
Richard M. Stallman [Wed, 16 Aug 1995 15:00:57 +0000 (15:00 +0000)]
(Fself_insert_command): Optimize the case with arg > 2
to avoid running change hooks lots of times.

28 years ago(inferior-lisp): Use pop-to-buffer.
Richard M. Stallman [Wed, 16 Aug 1995 14:41:11 +0000 (14:41 +0000)]
(inferior-lisp): Use pop-to-buffer.
Add *inferior-lisp* to same-window-buffer-names.

28 years ago(run-scheme): Use pop-to-buffer.
Richard M. Stallman [Wed, 16 Aug 1995 14:39:29 +0000 (14:39 +0000)]
(run-scheme): Use pop-to-buffer.
Add *scheme* to same-window-buffer-names.

28 years ago(run-scheme): Use pop-to-buffer.
Richard M. Stallman [Wed, 16 Aug 1995 14:39:12 +0000 (14:39 +0000)]
(run-scheme): Use pop-to-buffer.

28 years ago(RANLIB): Get this var from configure.
Richard M. Stallman [Wed, 16 Aug 1995 14:20:19 +0000 (14:20 +0000)]
(RANLIB): Get this var from configure.

28 years ago(sh-mode-map): Use new name skeleton-pair-insert-maybe.
Karl Heuer [Tue, 15 Aug 1995 20:05:12 +0000 (20:05 +0000)]
(sh-mode-map): Use new name skeleton-pair-insert-maybe.
(sh-mode): Use new names skeleton-pair-alist, skeleton-pair-filter.

28 years ago(sh-test): New variable.
Karl Heuer [Tue, 15 Aug 1995 19:50:12 +0000 (19:50 +0000)]
(sh-test): New variable.
(sh-if, sh-until, sh-while): Use it.
(sh-while-getopts): Handle csh passably well.
(sh-font-lock-keywords): Use `font-lock-variable-name-face'.
(sh-set-shell): Respect `font-lock-maximum-decoration'.

28 years ago(skeleton-pair-insert-maybe): Plain insert in Ovwrt mode
Karl Heuer [Tue, 15 Aug 1995 19:49:46 +0000 (19:49 +0000)]
(skeleton-pair-insert-maybe): Plain insert in Ovwrt mode
(skeleton-insert): If skeleton doesn't fit in window, put beginning
at top before going to _ point.
(skeleton-internal-list): Rewritten so that resume: sections pertain
only to inferior skeletons and make str available there
(skeleton-read): Don't quit and remove partial skeleton when empty
string entered for outer iterator.  Added implicit argument `input'.
(define-skeleton, skeleton-insert, skeleton-internal-list): Use `x
rather than backquote's (` x) or own (list 'x)

28 years ago(sort_args): Initialize best_priority smaller than any
Karl Heuer [Tue, 15 Aug 1995 18:49:20 +0000 (18:49 +0000)]
(sort_args): Initialize best_priority smaller than any
actual priority.

28 years agoComment change.
Richard M. Stallman [Tue, 15 Aug 1995 12:31:33 +0000 (12:31 +0000)]
Comment change.

28 years ago(sc-attribs-extract-namestring): If name has <...>,
Richard M. Stallman [Tue, 15 Aug 1995 12:30:59 +0000 (12:30 +0000)]
(sc-attribs-extract-namestring): If name has <...>,
treat everything before that as the full name.

28 years agoChanges for Linux and LynxOS.
Per Bothner [Tue, 15 Aug 1995 02:33:42 +0000 (02:33 +0000)]
Changes for Linux and LynxOS.

28 years ago*** empty log message ***
Karl Heuer [Tue, 15 Aug 1995 01:50:33 +0000 (01:50 +0000)]
*** empty log message ***

28 years agoRewrite as a minor mode.
Karl Heuer [Tue, 15 Aug 1995 01:49:17 +0000 (01:49 +0000)]
Rewrite as a minor mode.

28 years ago(vip-set-hooks): Use view-mode-hook, not view-hook.
Karl Heuer [Mon, 14 Aug 1995 21:56:42 +0000 (21:56 +0000)]
(vip-set-hooks): Use view-mode-hook, not view-hook.

28 years ago(Fcall_process_region): Pass new arg to Fwrite_region.
Richard M. Stallman [Mon, 14 Aug 1995 17:26:50 +0000 (17:26 +0000)]
(Fcall_process_region): Pass new arg to Fwrite_region.

28 years ago(Fwrite_region): New arg lockname.
Richard M. Stallman [Mon, 14 Aug 1995 17:26:27 +0000 (17:26 +0000)]
(Fwrite_region): New arg lockname.
(auto_save_1): Pass new arg.

28 years ago(basic-save-buffer-1): Pass new arg to write-region.
Richard M. Stallman [Mon, 14 Aug 1995 17:24:21 +0000 (17:24 +0000)]
(basic-save-buffer-1): Pass new arg to write-region.

28 years ago(standard_args): Fix previous change.
Richard M. Stallman [Mon, 14 Aug 1995 17:13:38 +0000 (17:13 +0000)]
(standard_args): Fix previous change.