]> code.delx.au - gnu-emacs/log
gnu-emacs
31 years agomawk, SunOS 4.1.3 nawk, and Ultrix/MKS nawk all barf on /[/]/, so change
Paul Eggert [Mon, 3 May 1993 17:55:22 +0000 (17:55 +0000)]
mawk, SunOS 4.1.3 nawk, and Ultrix/MKS nawk all barf on /[/]/, so change
it to /[\/]/.  This should work on all Posix-compliant awks.
It's slightly wrong with traditional (Unix version 7) awk, since it
also allows \, but that's a minor problem compared to awk syntax errors.

31 years ago(help-for-help): Use lower case letters for help options.
Richard M. Stallman [Mon, 3 May 1993 15:34:46 +0000 (15:34 +0000)]
(help-for-help):  Use lower case letters for help options.

31 years ago(string-rectangle): Renamed from fill-rectangle.
Richard M. Stallman [Mon, 3 May 1993 15:01:18 +0000 (15:01 +0000)]
(string-rectangle): Renamed from fill-rectangle.
(string-rectangle-line): Renamed from fill-rectangle-line.

31 years ago* sun-mouse.el (suspend-emacstool): Run suspend-hook, not
Jim Blandy [Mon, 3 May 1993 04:05:33 +0000 (04:05 +0000)]
* sun-mouse.el (suspend-emacstool): Run suspend-hook, not
suspend-hooks.

31 years ago* yow.el (yow): Fix interactive spec.
Jim Blandy [Mon, 3 May 1993 03:41:07 +0000 (03:41 +0000)]
* yow.el (yow): Fix interactive spec.

31 years ago* subr.el (listify-key-sequence): Use a character constant to
Jim Blandy [Mon, 3 May 1993 03:40:40 +0000 (03:40 +0000)]
* subr.el (listify-key-sequence): Use a character constant to
decide which bits to flip, not an integer constant.

31 years ago* sendmail.el (mail-setup): Don't insert "--\n" before the
Jim Blandy [Mon, 3 May 1993 03:40:10 +0000 (03:40 +0000)]
* sendmail.el (mail-setup): Don't insert "--\n" before the
signature.  If they want it, they can put it in their .signature
file.

31 years ago* mouse.el (mouse-buffer-menu): Don't right-justify the buffer
Jim Blandy [Mon, 3 May 1993 03:38:36 +0000 (03:38 +0000)]
* mouse.el (mouse-buffer-menu): Don't right-justify the buffer
name; this doesn't look nice if we use a proportional font.

31 years ago* lucid.el: Comment out fset of set-screen-width properly.
Jim Blandy [Mon, 3 May 1993 03:37:47 +0000 (03:37 +0000)]
* lucid.el: Comment out fset of set-screen-width properly.

* lucid.el: (provide 'lucid).

* lucid.el: (switch-to-other-buffer): Avoid buffers whose names
start with a space.

31 years ago* files.el (insert-directory): Undo change of March 23;
Jim Blandy [Mon, 3 May 1993 03:37:22 +0000 (03:37 +0000)]
* files.el (insert-directory): Undo change of March 23;
dereferencing links is inappropriate for dired.

* files.el (abbreviate-file-name): If abbreviated-home-dir ends
with a slash, don't remove the corresponding slash from filename
when we collapse the home directory to ~.

31 years ago* edebug.el (edebug-display): Call the `mark' function with the
Jim Blandy [Mon, 3 May 1993 03:36:19 +0000 (03:36 +0000)]
* edebug.el (edebug-display): Call the `mark' function with the
FORCE argument non-nil, so that we don't get an error if the mark
isn't set yet.

* edebug.el (global-edebug-prefix, global-edebug-map): Add
autoload cookies for these, so they are present when Emacs starts
up.

* edebug.el (global-edebug-map): Bind `C-x X d' to edebug-defun in
this map; we can't bind it to `C-x x', as the installation
instructions suggest, because that conflicts with
copy-to-register.

31 years ago* disp-table.el (describe-display-table): Don't use the term
Jim Blandy [Mon, 3 May 1993 03:35:53 +0000 (03:35 +0000)]
* disp-table.el (describe-display-table): Don't use the term
"rope"; we're using vectors of characters now.
(standard-display-8bit, standard-display-ascii): Set the element
of the display table to a vector, not an integer; the latter
doesn't mean anything.

31 years ago* comint.el (comint-match-partial-pathname): Move "---" range in
Jim Blandy [Mon, 3 May 1993 03:35:01 +0000 (03:35 +0000)]
* comint.el (comint-match-partial-pathname): Move "---" range in
character class in regular expressions to the end of the character
class; this way, it meets the POSIX regexp specs.

31 years ago* bytecomp.el (meta-flag): Declare this an obsolete variable.
Jim Blandy [Mon, 3 May 1993 03:34:20 +0000 (03:34 +0000)]
* bytecomp.el (meta-flag): Declare this an obsolete variable.

* bytecomp.el: The `suspend-hooks' variable is obsolete now, and
`suspend-hook' is the right name.

31 years ago* make-dist: Distribute configure, as well as configure.in.
Jim Blandy [Mon, 3 May 1993 02:08:07 +0000 (02:08 +0000)]
* make-dist: Distribute configure, as well as configure.in.
Oversight.

* make-dist: Distribute configure.in, instead of configure.

31 years ago* configure.in: Use the AC_PROG_CPP macro, and then use the CPP
Jim Blandy [Mon, 3 May 1993 02:07:41 +0000 (02:07 +0000)]
* configure.in: Use the AC_PROG_CPP macro, and then use the CPP
variable to scan the machine and system description files.

* configure.in: Use the AC_HAVE_HEADERS to check for sys/timeb.h,
so that getdate.y builds correctly.

* configure.in (tempcname): Change this to "conftest.c", so it will
work properly on systems with short filenames; this is the name
autoconf uses.

* configure.in: Also detect the availability of dup2 and
gethostname.

* configure.in: Use the AC_ALLOCA test.
* Makefile.in (ALLOCA): New variable, to be set by ./configure.
(lib-src/Makefile): Edit the value of ALLOCA into lib-src/Makefile.

* Makefile.in: Add autoconf cookies so that the configure
script can comment out sections of path variable definitions to
choose between the installable configuration and the run-in-place
configuration.
* configure.in: Add new option `--run-in-place', to select the
run-in-place path definitions.

* configure.in: Add a clause to the big configuration name case
for the NeXT machine.

31 years ago* configure.in: Use the AC_ALLOCA test.
Jim Blandy [Mon, 3 May 1993 02:06:16 +0000 (02:06 +0000)]
* configure.in: Use the AC_ALLOCA test.
* Makefile.in (ALLOCA): New variable, to be set by ./configure.
(lib-src/Makefile): Edit the value of ALLOCA into lib-src/Makefile.

* Makefile.in (install): Print out the name of the directory we're
copying, so people can have some idea of whether we're making
progress.

* Makefile.in (install.aix, install.xenix, install.sysv, install):
Don't forget to re-create the COPYDESTS directories after we clear
them out.

* Makefile.in: Add autoconf cookies so that the configure
script can comment out sections of path variable definitions to
choose between the installable configuration and the run-in-place
configuration.
* configure.in: Add new option `--run-in-place', to select the
run-in-place path definitions.

* Makefile.in (install, install.sysv, install.xenix, install.aix):
Make sure that each source directory exists, and is different from
the destination directory; then, delete the destination before
copying over the source.

31 years ago(find-file-noselect): On VMS, maybe set buffer-file-name
Richard M. Stallman [Sun, 2 May 1993 12:46:26 +0000 (12:46 +0000)]
(find-file-noselect): On VMS, maybe set buffer-file-name
to the truename.  Depends on find-file-not-true-dirname-list

31 years agoInitial revision
Jim Blandy [Sat, 1 May 1993 21:53:52 +0000 (21:53 +0000)]
Initial revision

31 years ago(vc-mode-line): Don't alter key bindings.
Richard M. Stallman [Sat, 1 May 1993 15:00:34 +0000 (15:00 +0000)]
(vc-mode-line): Don't alter key bindings.
(vc-toggle-read-only): Put on C-x C-q unconditionally.
(vc-mode): Add permanent-local property.

31 years agoChanged.
Richard M. Stallman [Sat, 1 May 1993 14:39:32 +0000 (14:39 +0000)]
Changed.

31 years ago(Fsuspend_emacs): Doc fix.
Richard M. Stallman [Sat, 1 May 1993 13:20:55 +0000 (13:20 +0000)]
(Fsuspend_emacs): Doc fix.

31 years ago(vc-revert-buffer1): Fix format of compilation-error-list.
Richard M. Stallman [Sat, 1 May 1993 03:09:16 +0000 (03:09 +0000)]
(vc-revert-buffer1): Fix format of compilation-error-list.

31 years agoFix syntax error.
Doug Evans [Fri, 30 Apr 1993 18:52:42 +0000 (18:52 +0000)]
Fix syntax error.

31 years ago*** empty log message ***
Jim Blandy [Fri, 30 Apr 1993 16:42:24 +0000 (16:42 +0000)]
*** empty log message ***

31 years agoAccept sh, hms.
Steve Chamberlain [Fri, 30 Apr 1993 14:49:35 +0000 (14:49 +0000)]
Accept sh, hms.

31 years ago(find-file-noselect): Do set buffer-file-name
Richard M. Stallman [Fri, 30 Apr 1993 11:54:04 +0000 (11:54 +0000)]
(find-file-noselect): Do set buffer-file-name
to the truename, when find-file-visit-truename.

(file-truename): Redo esr's change.

31 years ago(vc-match-substring): Renamed from match-substring.
Richard M. Stallman [Thu, 29 Apr 1993 17:58:37 +0000 (17:58 +0000)]
(vc-match-substring): Renamed from match-substring.
(vc-parse-buffer): Use new name.

31 years ago(Fthis_command_keys): Doc fix.
Richard M. Stallman [Thu, 29 Apr 1993 16:49:24 +0000 (16:49 +0000)]
(Fthis_command_keys): Doc fix.

31 years ago(wait_reading_process_input): Move the status_notify
Richard M. Stallman [Thu, 29 Apr 1993 15:57:17 +0000 (15:57 +0000)]
(wait_reading_process_input): Move the status_notify
call before the set_waiting_for_input call.

31 years ago(shell-prompt-pattern): Undo last change.
Richard M. Stallman [Thu, 29 Apr 1993 14:23:22 +0000 (14:23 +0000)]
(shell-prompt-pattern): Undo last change.

31 years ago(up-arrow, down-arrow, left-arrow, right-arrow): Deleted.
Richard M. Stallman [Thu, 29 Apr 1993 13:57:52 +0000 (13:57 +0000)]
(up-arrow, down-arrow, left-arrow, right-arrow): Deleted.

(kill-line, next-line-add-newlines): Doc fix.
(kill-whole-line): Doc fix.
(kill-forward-chars, kill-forward-chars): Reinsert as before.

Change defalias to define-function.

31 years ago(Fexpand_file_name): Undo last change--too risky for now.
Richard M. Stallman [Thu, 29 Apr 1993 13:17:56 +0000 (13:17 +0000)]
(Fexpand_file_name): Undo last change--too risky for now.

31 years ago(Fdefine_function): New function (same code as Fdefalias).
Richard M. Stallman [Thu, 29 Apr 1993 13:12:37 +0000 (13:12 +0000)]
(Fdefine_function): New function (same code as Fdefalias).

31 years ago(LOADHIST_ATTACH): New macro.
Richard M. Stallman [Thu, 29 Apr 1993 02:22:48 +0000 (02:22 +0000)]
(LOADHIST_ATTACH): New macro.
(Vcurrent_load_list, Vload_history): Vars declared.

31 years ago(vc-revert-buffer1): Ignore non-marker elts of compilation-error-list.
Roland McGrath [Wed, 28 Apr 1993 22:48:52 +0000 (22:48 +0000)]
(vc-revert-buffer1): Ignore non-marker elts of compilation-error-list.

31 years agoAdd compilation-minor-mode to minor-mode-alist and minor-mode-map-alist.
Roland McGrath [Wed, 28 Apr 1993 22:44:29 +0000 (22:44 +0000)]
Add compilation-minor-mode to minor-mode-alist and minor-mode-map-alist.
(compilation-minor-mode): New defvar.
(compilation-minor-mode-map): New defvar; keymap with the bindings
from compilation-mode-map except SPC and DEL.
(compilation-mode-map): Construct this keymap to inherit from
compilation-minor-mode-map.
(compilation-setup): New function, code broken out of compilation-mode.
(compilation-mode): Call it.
(compilation-minor-mode): New function to toggle
compilation-minor-mode; if setting it, call compilation-setup.

31 years agoInstalled Aaron Larson's new bibtex.el. See the header comment for
Eric S. Raymond [Wed, 28 Apr 1993 21:19:21 +0000 (21:19 +0000)]
Installed Aaron Larson's new bibtex.el.  See the header comment for
details.

31 years ago(gnus-inews-organization): If ORGANIZATION is "", set it to nil.
Roland McGrath [Wed, 28 Apr 1993 20:31:02 +0000 (20:31 +0000)]
(gnus-inews-organization): If ORGANIZATION is "", set it to nil.

31 years ago(file-truename): Undo last change.
Roland McGrath [Wed, 28 Apr 1993 17:33:42 +0000 (17:33 +0000)]
(file-truename): Undo last change.

31 years ago(do_autoload): Fixed the bug in the autoload-saving code.
Eric S. Raymond [Wed, 28 Apr 1993 17:08:18 +0000 (17:08 +0000)]
(do_autoload): Fixed the bug in the autoload-saving code.

31 years agoRemoved spurious comment (obsoleted by ;;;###autoload).
Eric S. Raymond [Wed, 28 Apr 1993 17:08:14 +0000 (17:08 +0000)]
Removed spurious comment (obsoleted by ;;;###autoload).

31 years ago(hscroll-step): New variable.
Eric S. Raymond [Tue, 27 Apr 1993 22:01:32 +0000 (22:01 +0000)]
(hscroll-step): New variable.
(hscroll-point-visible): New function.
(left-arrow, right-arrow): These use hscroll-point-visible for better auto-
scrolling behavior.

31 years ago(un_autoload): Don't try to save old autoload forms when we load something
Eric S. Raymond [Tue, 27 Apr 1993 21:59:59 +0000 (21:59 +0000)]
(un_autoload): Don't try to save old autoload forms when we load something
in.  Something about the code now conditioned out by UNLOAD was screwing
up ordinary autoloads, notably of picture.el.  When I figure out what, I'll
fix and re-enable this code.

31 years agoCompleted the package entry point's name change from edit-picture to
Eric S. Raymond [Tue, 27 Apr 1993 21:59:55 +0000 (21:59 +0000)]
Completed the package entry point's name change from edit-picture to
picture-mode.
(move-to-column-force, picture-end-of-line): When movement is completed,
scroll horizontally if necessary to make point visible.
(picture-beginning-of-line): New function.  Exists to force horizontal
scrolling if the buffer is wide.
(picture-mode-map): Instead of rebinding common keystrokes, use
substitute-key-definition to remap all keystrokes attached to the
corresponding commands.

31 years ago(gud-format-command): Fix %f expansuuin to send ondly the basename of
Eric S. Raymond [Tue, 27 Apr 1993 21:59:46 +0000 (21:59 +0000)]
(gud-format-command): Fix %f expansuuin to send ondly the basename of
files to gdb.

31 years ago(file-truename): Do the right thing when /home/gp2/eric = "".
Eric S. Raymond [Tue, 27 Apr 1993 21:59:41 +0000 (21:59 +0000)]
(file-truename): Do the right thing when /home/gp2/eric = "".

31 years ago(notify): Bug fix. Treat the body of this function as a critical region.
Eric S. Raymond [Tue, 27 Apr 1993 21:59:39 +0000 (21:59 +0000)]
(notify): Bug fix.  Treat the body of this function as a critical region.

31 years ago(Fexpand_file_name): Don't remove trailing / from NEWDIR if just "/".
Roland McGrath [Mon, 26 Apr 1993 21:54:00 +0000 (21:54 +0000)]
(Fexpand_file_name): Don't remove trailing / from NEWDIR if just "/".

31 years ago(find-tag-interactive): New function to read args for find-tag et al.
Roland McGrath [Mon, 26 Apr 1993 19:21:01 +0000 (19:21 +0000)]
(find-tag-interactive): New function to read args for find-tag et al.
(find-tag-noselect, find-tag, find-tag-other-window, find-tag-other-frame,
find-tag-regexp): Use it.
(find-tag, find-tag-other-window): Take new arg REGEXP-P, pass to
find-tag-noselect.
(find-tag-regexp): Call either find-tag-other-window or find-tag, rather
than find-tag-noselect and switch-to-buffer[-other-window].
(tags-location-stack): New defvar.
(find-tag-noselect): If NEXT-P is '-, pop location off tags-location-stack.

31 years ago(read_pending_input): Fix the garbaged-modifiers bug under System Vs previous
Eric S. Raymond [Mon, 26 Apr 1993 05:15:13 +0000 (05:15 +0000)]
(read_pending_input): Fix the garbaged-modifiers bug under System Vs previous
to r4.

31 years agoDoc fixes. Also a few teaks to pacify the byte-compiler.
Eric S. Raymond [Mon, 26 Apr 1993 05:15:08 +0000 (05:15 +0000)]
Doc fixes.  Also a few teaks to pacify the byte-compiler.

31 years agoI started to clean this up and make it work under System V, until I hit a wall.
Eric S. Raymond [Mon, 26 Apr 1993 05:15:04 +0000 (05:15 +0000)]
I started to clean this up and make it work under System V, until I hit a wall.
Discussion with Jim Blandy reveals that it can no longer be made to work
properly at all due to changes in Emacs's terminal-control interface.  So
it's getting deep-sixed, but these cleanups go in on the outside chance that
we want to revive it someday.

31 years ago(global-map): Dyke out the last two event-to-function bindings. These belong
Eric S. Raymond [Mon, 26 Apr 1993 05:15:01 +0000 (05:15 +0000)]
(global-map): Dyke out the last two event-to-function bindings.  These belong
in loaddefs.el or the user's .emacs, not in a terminal support package.  Also
do the right thing and transplant all suspend-emacs bindings to iconify-frame,
rather than just C-z.

31 years ago(cd): Handle leading "~" like an absolute filename.
Eric S. Raymond [Mon, 26 Apr 1993 05:01:41 +0000 (05:01 +0000)]
(cd): Handle leading "~" like an absolute filename.

31 years agoChanged fsets to defaliases.
Eric S. Raymond [Mon, 26 Apr 1993 04:19:48 +0000 (04:19 +0000)]
Changed fsets to defaliases.

31 years ago(comint-mod): Nuked. A call to ring-mod replaces it.
Eric S. Raymond [Sun, 25 Apr 1993 22:26:51 +0000 (22:26 +0000)]
(comint-mod): Nuked.  A call to ring-mod replaces it.
(comint-mem): Nuked.  A call to member replaces it.

31 years agoRewritten. A poor choice of representation made the old code excessively
Eric S. Raymond [Sun, 25 Apr 1993 22:26:48 +0000 (22:26 +0000)]
Rewritten.  A poor choice of representation made the old code excessively
complex.  The new version is smaller and faster.  The interface is
unchanged, except that ring-remove now accepts an optional numeric argument
specifying the element to remove.

31 years agoSet no-byte-compile local variable t to work around a byte-compiler bug.
Eric S. Raymond [Sun, 25 Apr 1993 22:26:45 +0000 (22:26 +0000)]
Set no-byte-compile local variable t to work around a byte-compiler bug.
(gud-def, global-map): Move C-x C-a commands to global map.  Restore
original C-x SPC global binding.

31 years ago(vc-diff): Get proper error message when you run this with no prefix
Eric S. Raymond [Sun, 25 Apr 1993 22:26:40 +0000 (22:26 +0000)]
(vc-diff): Get proper error message when you run this with no prefix
arg on an empty buffer.

(vc-directory): Better directory format --- replace the user and group IDs
with locking-user (if any).

(vc-finish-logentry, vc-next-comment, vc-previous-comment):  Replace
*VC-comment-buffer* with a ring vector.

31 years ago(Fset-window-buffer): Set horizontal-scrolling on a window to zero when
Eric S. Raymond [Sun, 25 Apr 1993 06:15:18 +0000 (06:15 +0000)]
(Fset-window-buffer): Set horizontal-scrolling on a window to zero when
we connect it to a new buffer.

31 years ago(Qmode-line-format): Describe %l in the doc string.
Eric S. Raymond [Sun, 25 Apr 1993 06:14:25 +0000 (06:14 +0000)]
(Qmode-line-format): Describe %l in the doc string.

31 years ago(down-arrow): New function. Uses next-line-add-newlines to suppress
Eric S. Raymond [Sun, 25 Apr 1993 06:14:13 +0000 (06:14 +0000)]
(down-arrow): New function.  Uses next-line-add-newlines to suppress
addition of new lines at end of buffer.
(up-arrow): Alias of previous-line, added for consistency.
These changes complete terminal-type-independent support for arrow keys.

31 years ago(tex-compilation-parse-errors): Added. At the moment, this would have
Eric S. Raymond [Sun, 25 Apr 1993 06:14:10 +0000 (06:14 +0000)]
(tex-compilation-parse-errors): Added.  At the moment, this would have
to be applied manually.  It's not worth trying to integrate this with
the rest of the mode more tightly until we decide whether and how
compile's interface is going to change away from a closed subsystem.

31 years ago(cd): Changed to use to resolve relative cd calls.
Eric S. Raymond [Sun, 25 Apr 1993 06:14:06 +0000 (06:14 +0000)]
(cd): Changed to use  to resolve relative cd calls.
(cd-absolute): Added.  This is actually the old cd code with a changed
doc string.
(parse-colon-path): Added. Path-to-string exploder --- may be useful elsewhere.

31 years agoAdded and fixed documentation.
Eric S. Raymond [Sun, 25 Apr 1993 06:14:03 +0000 (06:14 +0000)]
Added and fixed documentation.
(ring-rotate):  Nuked.  It was (a) unused, and (b) totally broken (as in,
any attempt to use it died with a type error, and when I patched it to fix
that I found its algorithm was broken).
(ring-ref): Added doc string.

31 years ago*** empty log message ***
Noah Friedman [Sat, 24 Apr 1993 10:10:19 +0000 (10:10 +0000)]
*** empty log message ***

31 years agoReplaced all fsets with defaliases.
Eric S. Raymond [Fri, 23 Apr 1993 07:31:14 +0000 (07:31 +0000)]
Replaced all fsets with defaliases.

31 years agoAll fsets changed to defaliases.
Eric S. Raymond [Fri, 23 Apr 1993 06:51:44 +0000 (06:51 +0000)]
All fsets changed to defaliases.

31 years agoSome fsets changed to defaliases.
Eric S. Raymond [Fri, 23 Apr 1993 06:50:51 +0000 (06:50 +0000)]
Some fsets changed to defaliases.

31 years agoAll fsets changed to defaliases.
Eric S. Raymond [Fri, 23 Apr 1993 06:50:48 +0000 (06:50 +0000)]
All fsets changed to defaliases.
EOT

ci -u dired.el <<EOF
Some fsets changed to defaliases.

31 years agoAll fsets changed to defaliases.
Eric S. Raymond [Fri, 23 Apr 1993 06:50:37 +0000 (06:50 +0000)]
All fsets changed to defaliases.
(kill-forward-chars, kill-backward-chars): Deleted.  These were
internal subroutines used by delete-char and delete-backward-char
before those functions were moved into the C kernel.  Now nothing uses
them.
(kill-line): Added kill-whole-line variable.  Defaults to nil; a
non-nil value causes a kill-line at the beginning of a line to kill
the newline as well as the line.  I find it very convenient.  Emulates
Unipress' &kill-lines-magic variable.
(next-line): Added next-line-add-newlines variable.  If nil, next-line will not
insert newlines when invoked at the end of a buffer.  This obviates three LCD
packages.
(left-arrow, right-arrow): New functions.  These do backward-char and
forward-char first. If line truncation is on, they then scroll left or
right as necessary to make sure point is visible.

31 years agoInitial revision
Eric S. Raymond [Fri, 23 Apr 1993 03:54:38 +0000 (03:54 +0000)]
Initial revision

31 years ago(define-function): Changed name back to defalisaases to get things in
Eric S. Raymond [Fri, 23 Apr 1993 03:43:33 +0000 (03:43 +0000)]
(define-function): Changed name back to defalisaases to get things in
a known-good state.

31 years ago(Fdefine_function): Changed name back to Fdefalias, so we get things
Eric S. Raymond [Fri, 23 Apr 1993 03:40:03 +0000 (03:40 +0000)]
(Fdefine_function): Changed name back to Fdefalias, so we get things
in a known-good state.

31 years ago(BUF_NARROWED, NARROWED): New macros to test whether a region
Eric S. Raymond [Fri, 23 Apr 1993 03:06:10 +0000 (03:06 +0000)]
(BUF_NARROWED, NARROWED): New macros to test whether a region
restriction has narrowed the buffer.

31 years ago(global-map): Remove function key bindings that duplicate stuff in
Eric S. Raymond [Fri, 23 Apr 1993 02:21:02 +0000 (02:21 +0000)]
(global-map): Remove function key bindings that duplicate stuff in
loaddefs.el.

31 years agoCommentary added.
Eric S. Raymond [Fri, 23 Apr 1993 02:20:59 +0000 (02:20 +0000)]
Commentary added.
(telnet): Doc fix.
(rsh): Added entry point for rsh to remote host, per suggestion by
Michael McNamara <mac@ardent.com>.  No change to any other code.

31 years ago(Info-find-node, Info-insert-subfile): Do the right thing if info files have
Eric S. Raymond [Fri, 23 Apr 1993 02:20:55 +0000 (02:20 +0000)]
(Info-find-node, Info-insert-subfile):  Do the right thing if info files have
been compressed or gzipped.  This is saving me lots of disk space.

31 years ago(ange-ftp-binary-file-name-regexp): Match .z and .z-part-?? files.
Roland McGrath [Thu, 22 Apr 1993 22:56:54 +0000 (22:56 +0000)]
(ange-ftp-binary-file-name-regexp): Match .z and .z-part-?? files.

31 years agoRewritten and simplified, commentary added. It now will usually
Eric S. Raymond [Wed, 21 Apr 1993 03:47:05 +0000 (03:47 +0000)]
Rewritten and simplified, commentary added.  It now will usually
detect when the makefile target or macro lists need to be rebuilt and do it
automatically; in particular, this means you no longer have to deal
with an annoying wait at find-time.

31 years ago(vc-revert-buffer1): Typo fix in last change.
Roland McGrath [Mon, 19 Apr 1993 21:29:48 +0000 (21:29 +0000)]
(vc-revert-buffer1): Typo fix in last change.

31 years ago(shell-mode): isationization (doc fix).
Roland McGrath [Mon, 19 Apr 1993 21:26:07 +0000 (21:26 +0000)]
(shell-mode): isationization (doc fix).

31 years ago(shell-mode): Capitalize mode name.
Roland McGrath [Mon, 19 Apr 1993 21:19:44 +0000 (21:19 +0000)]
(shell-mode): Capitalize mode name.

31 years ago(vc-comment-to-change-log): Restored interactive spec. Why was it
Roland McGrath [Mon, 19 Apr 1993 21:19:10 +0000 (21:19 +0000)]
(vc-comment-to-change-log): Restored interactive spec.  Why was it
removed?  Why does the only log entry mentioning this function contain
no actual information?

31 years ago(vc-revert-buffer1): Completely rewrote compilation reparsing code.
Roland McGrath [Mon, 19 Apr 1993 21:13:47 +0000 (21:13 +0000)]
(vc-revert-buffer1): Completely rewrote compilation reparsing code.

31 years ago(find-file-noselect): Never set SAME-TRUENAME to a buffer whose
Roland McGrath [Mon, 19 Apr 1993 20:36:23 +0000 (20:36 +0000)]
(find-file-noselect): Never set SAME-TRUENAME to a buffer whose
buffer-file-name is nil.

31 years ago(set-auto-mode): If the buffer begins with "#!", look for -*- in the first
Roland McGrath [Mon, 19 Apr 1993 20:27:50 +0000 (20:27 +0000)]
(set-auto-mode): If the buffer begins with "#!", look for -*- in the first
two lines, not just the first one.

31 years ago(mail-do-fcc): Make a numeric time zone indicator
Richard M. Stallman [Sat, 17 Apr 1993 21:46:13 +0000 (21:46 +0000)]
(mail-do-fcc): Make a numeric time zone indicator
with current-time-zone--don't run `date'.

31 years agoComment fixes.
Richard M. Stallman [Sat, 17 Apr 1993 06:45:29 +0000 (06:45 +0000)]
Comment fixes.

31 years ago(tc-dissociate): Renamed from tc-kill-association.
Richard M. Stallman [Sat, 17 Apr 1993 04:35:15 +0000 (04:35 +0000)]
(tc-dissociate): Renamed from tc-kill-association.
Move binding to C-x 6 d.

31 years ago(Fdefine_function): New function.
Richard M. Stallman [Sat, 17 Apr 1993 01:29:48 +0000 (01:29 +0000)]
(Fdefine_function): New function.

31 years ago(defun, defmacro, defvar, defconst):
Richard M. Stallman [Sat, 17 Apr 1993 01:28:10 +0000 (01:28 +0000)]
(defun, defmacro, defvar, defconst):
Attach symbol argument to the list of globals for the input source.
(do_autoload): Save the old autoloads, in case we ever unload.

31 years ago(provide, require): Put appropriately-marked
Richard M. Stallman [Sat, 17 Apr 1993 01:27:53 +0000 (01:27 +0000)]
(provide, require): Put appropriately-marked
conses in the current-globals list.

31 years ago(readevalloop): New argument is the source file name (or nil if none).
Richard M. Stallman [Sat, 17 Apr 1993 01:27:37 +0000 (01:27 +0000)]
(readevalloop): New argument is the source file name (or nil if none).
All calls changed.  Do the two-step
necessary to call build_load_history with the correct current-globals
list for the current recursion.
(build_load_history): New function.
(eval_region, eval_buffer): Call readevalloop with new arg.
(load_history): New variable.

31 years ago(byte-compile, byte-compile-keep-pending)
Richard M. Stallman [Sat, 17 Apr 1993 01:26:24 +0000 (01:26 +0000)]
(byte-compile, byte-compile-keep-pending)
(byte-compile-file-form-defmumble): Generate define-function
rather than fset, to install definitions for defun, defmacro, etc.

31 years agoentered into RCS
Richard M. Stallman [Fri, 16 Apr 1993 23:43:57 +0000 (23:43 +0000)]
entered into RCS

31 years agoAdd defvars to pacify the byte compiler, at RMS's request.
Eric S. Raymond [Fri, 16 Apr 1993 19:36:29 +0000 (19:36 +0000)]
Add defvars to pacify the byte compiler, at RMS's request.

31 years ago(diff-parse-differences): Small robustification --- don't lose if we
Eric S. Raymond [Fri, 16 Apr 1993 19:35:22 +0000 (19:35 +0000)]
(diff-parse-differences): Small robustification --- don't lose if we
call this with compilation-parsing-end nil

31 years ago(shrink-window-if-larger-than-buffer): Moved to window.el.
Eric S. Raymond [Fri, 16 Apr 1993 19:23:21 +0000 (19:23 +0000)]
(shrink-window-if-larger-than-buffer): Moved to window.el.