]> code.delx.au - gnu-emacs/log
gnu-emacs
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.

31 years ago*** empty log message ***
Noah Friedman [Fri, 16 Apr 1993 13:06:01 +0000 (13:06 +0000)]
*** empty log message ***

31 years agoDon't include Xmu/Drawing.h.
Richard M. Stallman [Thu, 15 Apr 1993 21:40:01 +0000 (21:40 +0000)]
Don't include Xmu/Drawing.h.

31 years ago(resume-suspend-hook): Renamed from resume-empty-args-file.
Richard M. Stallman [Wed, 14 Apr 1993 21:44:04 +0000 (21:44 +0000)]
(resume-suspend-hook): Renamed from resume-empty-args-file.

31 years ago(resume-empty-args-file): Renamed from empty-args-file.
Richard M. Stallman [Wed, 14 Apr 1993 21:41:27 +0000 (21:41 +0000)]
(resume-empty-args-file): Renamed from empty-args-file.
Add autoload cookie.
(resume-emacs-args-buffer): Renamed.
(resume-write-buffer-to-file): Renamed.

31 years ago(update-file-autoloads, update-directory-autoloads): If called
Roland McGrath [Wed, 14 Apr 1993 19:56:19 +0000 (19:56 +0000)]
(update-file-autoloads, update-directory-autoloads): If called
interactively, save generated-autoload-file when done.

31 years ago(makefile-mode): Fix typo in autoload cookie.
Richard M. Stallman [Wed, 14 Apr 1993 19:47:05 +0000 (19:47 +0000)]
(makefile-mode): Fix typo in autoload cookie.

31 years agoDoc fixes.
Richard M. Stallman [Wed, 14 Apr 1993 19:40:53 +0000 (19:40 +0000)]
Doc fixes.

31 years ago(gud-mode): Created C-c synonym bindings in the GUD buffer's local map.
Eric S. Raymond [Wed, 14 Apr 1993 16:41:51 +0000 (16:41 +0000)]
(gud-mode): Created C-c synonym bindings in the GUD buffer's local map.

(gud-key-prefix): Changed to C-x C-a.

31 years agoName changed from sun-cursors.el to protect the innocents.
Eric S. Raymond [Wed, 14 Apr 1993 16:38:49 +0000 (16:38 +0000)]
Name changed from sun-cursors.el to protect the innocents.

31 years agoName changed to fit in a 14-character limit.
Eric S. Raymond [Wed, 14 Apr 1993 16:33:20 +0000 (16:33 +0000)]
Name changed to fit in a 14-character limit.

31 years ago(shrink-window-if-larger-than-buffer): Moved from electric.el to windows.el,
Eric S. Raymond [Wed, 14 Apr 1993 03:34:44 +0000 (03:34 +0000)]
(shrink-window-if-larger-than-buffer): Moved from electric.el to windows.el,
minor bug fix.  This is to avoid code duplication between vc.el,
electric.el, and finder.el.

(ctl-x-map): Added C-x - and C-x + as bindings for
shrink-window-if-larger-than-buffer and balance-windows respectively.
Since shrink-window-if-larger-than-buffer has to live here anyhow, let
users use it to manage screen space.

31 years ago(lm-commentary-region): Gone.
Eric S. Raymond [Wed, 14 Apr 1993 03:34:42 +0000 (03:34 +0000)]
(lm-commentary-region): Gone.

(lm-commentary): New function.

31 years agoRewritten. The Finder is now a major mode with the ability to browse
Eric S. Raymond [Wed, 14 Apr 1993 03:34:39 +0000 (03:34 +0000)]
Rewritten.  The Finder is now a major mode with the ability to browse
package commentary sections.

31 years ago(message, message1): If noninteractive and
Richard M. Stallman [Tue, 13 Apr 1993 05:54:19 +0000 (05:54 +0000)]
(message, message1): If noninteractive and
cursor_in_echo_area, don't print a newline at end of message.

31 years ago(Fy_or_n_p): Echo the answer just once, at exit.
Richard M. Stallman [Tue, 13 Apr 1993 05:54:00 +0000 (05:54 +0000)]
(Fy_or_n_p): Echo the answer just once, at exit.

31 years ago(rot13-display-table): Use `vector', not `make-rope'.
Richard M. Stallman [Mon, 12 Apr 1993 07:54:16 +0000 (07:54 +0000)]
(rot13-display-table): Use `vector', not `make-rope'.

31 years agoUse `vector', not `make-rope'.
Richard M. Stallman [Mon, 12 Apr 1993 07:54:04 +0000 (07:54 +0000)]
Use `vector', not `make-rope'.

31 years ago(rot13-other-window): Add autoload.
Richard M. Stallman [Mon, 12 Apr 1993 07:49:31 +0000 (07:49 +0000)]
(rot13-other-window): Add autoload.

31 years ago(find-file-noselect): Verify other buffers' file numbers are still valid.
Richard M. Stallman [Sun, 11 Apr 1993 21:22:35 +0000 (21:22 +0000)]
(find-file-noselect): Verify other buffers' file numbers are still valid.

31 years ago(fill-nonuniform-paragraphs): New command.
Richard M. Stallman [Sun, 11 Apr 1993 04:02:23 +0000 (04:02 +0000)]
(fill-nonuniform-paragraphs): New command.

31 years ago(gdb, sdb, dbx): Improved prompting a la grep.
Eric S. Raymond [Sat, 10 Apr 1993 14:28:05 +0000 (14:28 +0000)]
(gdb, sdb, dbx): Improved prompting a la grep.

31 years agoClean up cmu* uses in header comments.
Eric S. Raymond [Sat, 10 Apr 1993 14:27:54 +0000 (14:27 +0000)]
Clean up cmu* uses in header comments.

31 years ago* Makefile.in (xmakefile): Recognize the -O option with a numeric
Jim Blandy [Sat, 10 Apr 1993 08:31:28 +0000 (08:31 +0000)]
* Makefile.in (xmakefile): Recognize the -O option with a numeric
optimization level.

* ymakefile (C_DEBUG_SWITCH): If we're using version 2 of GCC or
higher, use -O99 instead of plain -O.

31 years ago* configure.in: Don't set CC to "gcc -O" if the user specifies
Jim Blandy [Sat, 10 Apr 1993 08:30:27 +0000 (08:30 +0000)]
* configure.in: Don't set CC to "gcc -O" if the user specifies
`--with-gcc'.  Add -O to DEFS if GCC is set.

31 years agolong_to_cons and cons_to_long are generally useful things; they're
Jim Blandy [Sat, 10 Apr 1993 08:05:07 +0000 (08:05 +0000)]
long_to_cons and cons_to_long are generally useful things; they're
needed whether or not X is defined.
* xselect.c (long_to_cons, cons_to_long): Moved from here...
* data.c    (long_to_cons, cons_to_long): ... to here.
* lisp.h    (long_to_cons, cons_to_long): Add extern declaration.

31 years agoSince Qmenu_enable is used by non-X-specific code, it shouldn't be
Jim Blandy [Sat, 10 Apr 1993 08:04:27 +0000 (08:04 +0000)]
Since Qmenu_enable is used by non-X-specific code, it shouldn't be
defined in an X-only source file.
* xmenu.c (Qmenu_enable): Definition moved...
(syms_of_xmenu): ... along with initialization ...
* keyboard.c (Qmenu_enable): ... to here ...
(syms_of_keyboard): ... and here.

31 years ago* xfaces.c (sort_overlays): Define this to be static, as declared.
Jim Blandy [Sat, 10 Apr 1993 08:03:51 +0000 (08:03 +0000)]
* xfaces.c (sort_overlays): Define this to be static, as declared.

31 years ago* keyboard.c (command_loop_1): Rebuild menu bar if
Jim Blandy [Sat, 10 Apr 1993 08:02:22 +0000 (08:02 +0000)]
* keyboard.c (command_loop_1): Rebuild menu bar if
update_mode_lines is set.

        Since Qmenu_enable is used by non-X-specific code, it shouldn't be
defined in an X-only source file.
* xmenu.c (Qmenu_enable): Definition moved...
(syms_of_xmenu): ... along with initialization ...
* keyboard.c (Qmenu_enable): ... to here ...
(syms_of_keyboard): ... and here.

* keyboard.c (kbd_buffer_get_event): If we get a selection clear
or selection request event, but we were compiled without the
window-system-specific code to handle it, abort.  Don't try to
call a function which doesn't exist.

* keyboard.c (make_lispy_event): In the code which processes mouse
clicks, declare f to be a FRAME_PTR, not a struct frame *; this
works when MULTI_FRAME is not #defined.

31 years ago* dispnew.c (getenv): Extern declaration deleted; this is done in
Jim Blandy [Sat, 10 Apr 1993 08:00:27 +0000 (08:00 +0000)]
* dispnew.c (getenv): Extern declaration deleted; this is done in
config.h.

* dispnew.c (init_display): Compare the return value of getenv to
zero before setting display_arg, instead of just using the pointer
as a truth value.

31 years agoAdjust for autoconf merger.
Jim Blandy [Sat, 10 Apr 1993 07:59:02 +0000 (07:59 +0000)]
Adjust for autoconf merger.
* config.h.in: Add extra line to top, in case autoconf gets fixed
and decides not to add Makefile-style comments to the top of the
files it generates which we are forced to lop off.
Indicate that the boolean macros here get their definitions via
the DEFS Makefile variable.
Adjust the operating system and machine #includes to use
autoload's @cookies@.
(RETSIGTYPE): Give this a default value.
(SIGTYPE): Set this from RETSIGTYPE.
(LD_SWITCH_X_SITE, C_SWITCH_X_SITE): Get values via @cookies@.
* Makefile.in (DEFS): Renamed from CONFIG_CFLAGS.
(xmakefile): Pass CFLAGS to ${CPP}.

31 years ago* callproc.c (relocate_fd): Make messages string literals, not
Jim Blandy [Sat, 10 Apr 1993 07:58:30 +0000 (07:58 +0000)]
* callproc.c (relocate_fd): Make messages string literals, not
initialized arrays.

31 years ago* buffer.c (Fmake_overlay, Fmove_overlay): New optional BUFFER
Jim Blandy [Sat, 10 Apr 1993 07:57:57 +0000 (07:57 +0000)]
* buffer.c (Fmake_overlay, Fmove_overlay): New optional BUFFER
arguments.
(recenter_overlay_lists): New argument BUF, to use instead of the
current buffer.
(Foverlay_recenter): Pass the appropriate arguments to
recenter_overlay_lists.

* buffer.c (Fdelete_overlay): Don't assume that overlay is in the
current buffer.  Don't forget to declare the argument a Lisp_Object.

31 years ago* alloc.c (__malloc_hook, __realloc_hook, __free_hook): Declare
Jim Blandy [Sat, 10 Apr 1993 07:57:21 +0000 (07:57 +0000)]
* alloc.c (__malloc_hook, __realloc_hook, __free_hook): Declare
these extern, not static.  (!)

* alloc.c (__malloc_hook, old_malloc_hook, __realloc_hook,
old_realloc_hook): Declare that the functions these point to return
void *, not void.

31 years agoAdjust for autoconf merger.
Jim Blandy [Sat, 10 Apr 1993 07:53:50 +0000 (07:53 +0000)]
Adjust for autoconf merger.
* config.h.in: Add extra line to top, in case autoconf gets fixed
and decides not to add Makefile-style comments to the top of the
files it generates which we are forced to lop off.
Indicate that the boolean macros here get their definitions via
the DEFS Makefile variable.
Adjust the operating system and machine #includes to use
autoload's @cookies@.
(RETSIGTYPE): Give this a default value.
(SIGTYPE): Set this from RETSIGTYPE.
(LD_SWITCH_X_SITE, C_SWITCH_X_SITE): Get values via @cookies@.
* Makefile.in (DEFS): Renamed from CONFIG_CFLAGS.
(xmakefile): Pass CFLAGS to ${CPP}.

* Makefile.in (tagsfiles): Remove external-lisp from this list of
files; we're not distributing it, so the normal build process
shouldn't depend on it.

31 years ago* keyboard.c (echo_dash): Do nothing if echoptr is 0.
Jim Blandy [Sat, 10 Apr 1993 07:45:07 +0000 (07:45 +0000)]
* keyboard.c (echo_dash): Do nothing if echoptr is 0.

31 years ago* subr.el (overlay-start, overlay-end, overlay-buffer): New
Jim Blandy [Sat, 10 Apr 1993 06:21:55 +0000 (06:21 +0000)]
* subr.el (overlay-start, overlay-end, overlay-buffer): New
defsubsts.

31 years agoSat Apr 10 00:39:29 1993 Jim Blandy (jimb@totoro.cs.oberlin.edu)
Jim Blandy [Sat, 10 Apr 1993 06:21:16 +0000 (06:21 +0000)]
Sat Apr 10 00:39:29 1993  Jim Blandy  (jimb@totoro.cs.oberlin.edu)

* paragraphs.el (sentence-end, forward-sentence): Doc fixes.

31 years ago* finder.el (finder-by-keyword): Build an alist to pass to
Jim Blandy [Sat, 10 Apr 1993 06:20:55 +0000 (06:20 +0000)]
* finder.el (finder-by-keyword): Build an alist to pass to
completing-read, instead of building an invalid obarray.

* finder.el (finder-by-keyword): If the user quits or enters the
empty string in response to the keyword prompt, restore the old
window configuration properly.

31 years ago* Makefile.in (DEFS): Renamed from CONFIG_CFLAGS.
Jim Blandy [Sat, 10 Apr 1993 06:16:34 +0000 (06:16 +0000)]
* Makefile.in (DEFS): Renamed from CONFIG_CFLAGS.

31 years ago* make-dist: Distribute lib-src/rcs-checkin.
Jim Blandy [Sat, 10 Apr 1993 06:04:53 +0000 (06:04 +0000)]
* make-dist: Distribute lib-src/rcs-checkin.

31 years ago* configure.in: When checking for X windows, search for an X11
Jim Blandy [Sat, 10 Apr 1993 06:02:36 +0000 (06:02 +0000)]
* configure.in: When checking for X windows, search for an X11
subdirectory of ${x_includes}.

* configure.in: Check for gettimeofday function, for getdate.y.

        Change `configure' to a mixture of custom code and autoconf stuff.
autoconf can't derive all the information we need, but we'd really
like to be able to take advantage of some of its tests, and its
file-editing facilities.
* configure.in: Renamed from configure.
Quote the sections of shell script we want copied literally to
the configure script.
(compile): Initialize this to make the autoconf macros' code happy.
Use AC_PROG_CC, AC_CONST, and AC_RETSIGTYPE instead of writing out
code to do their jobs.
Use autoconf to produce Makefile and src/config.h.
Remove the Makefile-style comment that autoconf places at the top
of src/config.h.
(config_h_opts): Removed - no longer necessary.
* Makefile.in (configname): Renamed to configuration.
(CONFIG_CFLAGS): Renamed to DEFS.
(CC, DEFS, C_SWITCH_SYSTEM, version, configuration): Adjusted to
get values via autoload @cookies@.
(libsrc_libs): Get this from autoconf.  We used to do nothing
about this.
(${SUBDIR}): Pass DEFS to submakes instead of CONFIG_CFLAGS.

31 years ago* Makefile.in (clean mostlyclean): Missing right paren.
Jim Blandy [Sat, 10 Apr 1993 06:01:49 +0000 (06:01 +0000)]
* Makefile.in (clean mostlyclean): Missing right paren.

        Change `configure' to a mixture of custom code and autoconf stuff.
autoconf can't derive all the information we need, but we'd really
like to be able to take advantage of some of its tests, and its
file-editing facilities.
* configure.in: Renamed from configure.
Quote the sections of shell script we want copied literally to
the configure script.
(compile): Initialize this to make the autoconf macros' code happy.
Use AC_PROG_CC, AC_CONST, and AC_RETSIGTYPE instead of writing out
code to do their jobs.
Use autoconf to produce Makefile and src/config.h.
Remove the Makefile-style comment that autoconf places at the top
of src/config.h.
(config_h_opts): Removed - no longer necessary.
* Makefile.in (configname): Renamed to configuration.
(CONFIG_CFLAGS): Renamed to DEFS.
(CC, DEFS, C_SWITCH_SYSTEM, version, configuration): Adjusted to
get values via autoload @cookies@.
(libsrc_libs): Get this from autoconf.  We used to do nothing
about this.
(${SUBDIR}): Pass DEFS to submakes instead of CONFIG_CFLAGS.

* Makefile.in (src/paths.h, lib-src/Makefile, src/Makefile): Don't
echo the move-if-change command.

31 years ago> Default to bsd if vendor is next.
Tom Wood [Fri, 9 Apr 1993 23:43:20 +0000 (23:43 +0000)]
> Default to bsd if vendor is next.

31 years ago(emerge-with-ancestor): Applied Donald Erway's fix patch, which
Eric S. Raymond [Fri, 9 Apr 1993 23:17:05 +0000 (23:17 +0000)]
(emerge-with-ancestor): Applied Donald Erway's fix patch, which
included the following explanatory comment: "D.Erway - This used to
just do emerge-get-diff3-group on 2, then on 3. This was incorrect,
since the file 3 info for a diff can preceed the file 2 info for that
same diff. So we save and restore point to overcome this.

31 years agoAccept i370, mvs.
Richard M. Stallman [Fri, 9 Apr 1993 21:53:00 +0000 (21:53 +0000)]
Accept i370, mvs.
For i370-ibm*, assume mvs by default.
Later, likewise, for i370-*.
For -mvs*, assume ibm as default vendor.

31 years ago(generate-file-autoloads): Doc fix.
Roland McGrath [Thu, 8 Apr 1993 21:47:39 +0000 (21:47 +0000)]
(generate-file-autoloads): Doc fix.

31 years ago(vc-comment-to-change-log): Merged in the remainder of jimb's last
Eric S. Raymond [Thu, 8 Apr 1993 16:51:04 +0000 (16:51 +0000)]
(vc-comment-to-change-log): Merged in the remainder of jimb's last
change.

31 years agodired-noselect, dired-internal-noselect, dired-insert-directory:
Eric S. Raymond [Thu, 8 Apr 1993 16:35:59 +0000 (16:35 +0000)]
dired-noselect, dired-internal-noselect, dired-insert-directory:
Enhancements to support passing dired a DIRNAME argument consisting
of a directory-name car and a list-of-files cdr.  This is needed to
support VC's augmented dired, which wants a filtered file display
that recurses (showing all version-controlled files in subdirectories
as well as the top-level ones).

31 years agovc-mode: name change.
Eric S. Raymond [Thu, 8 Apr 1993 16:35:57 +0000 (16:35 +0000)]
vc-mode: name change.

31 years ago(vc-directory. vc-start-entry, vc-next-action, vc-next-action-on-file):
Eric S. Raymond [Thu, 8 Apr 1993 16:35:52 +0000 (16:35 +0000)]
(vc-directory. vc-start-entry, vc-next-action, vc-next-action-on-file):
The vc-directory listing is now in an augmented Dired mode that supports
vc-next-action on all marked files.

31 years agoMassive changes, amounting nearly to a rewrite. The new features
Eric S. Raymond [Thu, 8 Apr 1993 16:35:48 +0000 (16:35 +0000)]
Massive changes, amounting nearly to a rewrite.   The new features
include auto-configuring support for SVr4, more commands, and a full minor-mode
implementation that binds all GUD commands not just in the GUD interaction
mode, but in C buffers visited by GUD.  The common prefix of GUD commands is
now C-x X, like electric-debug mode.

31 years agoAdded and corrected library headers.
Eric S. Raymond [Thu, 8 Apr 1993 16:17:43 +0000 (16:17 +0000)]
Added and corrected library headers.

31 years ago* make-dist: It's oldXMenu/compile.com, not oldXMenu/compile.mms.
Jim Blandy [Thu, 8 Apr 1993 09:32:50 +0000 (09:32 +0000)]
* make-dist: It's oldXMenu/compile.com, not oldXMenu/compile.mms.
Don't try to make links to the RCS or Old subdirectories.
Use the appropriate extension for the compression type in use.
Create the tar file in the shell's initial default directory, not
in ${tempparent}.
Erase the whole ${tempparent} tree, not just ${tempdir}.

31 years ago(Fkill_all_local_variables): Store each var's current value
Richard M. Stallman [Thu, 8 Apr 1993 07:10:42 +0000 (07:10 +0000)]
(Fkill_all_local_variables): Store each var's current value
in the buffer's alist entry, before reverting to the default value.

31 years agoentered into RCS
Richard M. Stallman [Thu, 8 Apr 1993 07:10:13 +0000 (07:10 +0000)]
entered into RCS

31 years agoAdd copyright notice.
Richard M. Stallman [Thu, 8 Apr 1993 06:57:54 +0000 (06:57 +0000)]
Add copyright notice.

31 years ago* make-docfile.c (write_c_args): Print an argument named "defalt"
Jim Blandy [Thu, 8 Apr 1993 02:06:43 +0000 (02:06 +0000)]
* make-docfile.c (write_c_args): Print an argument named "defalt"
as "default".

31 years ago* keyboard.c (apply_modifiers): Fix typo in sanity check.
Jim Blandy [Thu, 8 Apr 1993 00:14:50 +0000 (00:14 +0000)]
* keyboard.c (apply_modifiers): Fix typo in sanity check.

31 years ago* keyboard.c (interrupt_input_blocked, interrupt_input_pending):
Jim Blandy [Wed, 7 Apr 1993 23:54:28 +0000 (23:54 +0000)]
* keyboard.c (interrupt_input_blocked, interrupt_input_pending):
Remove `extern' keywords - these are the definitions.

31 years agoInclude blockinput.h.
Richard M. Stallman [Wed, 7 Apr 1993 22:11:21 +0000 (22:11 +0000)]
Include blockinput.h.

31 years ago(interrupt_input_blocked): Make this signed int.
Richard M. Stallman [Wed, 7 Apr 1993 22:09:23 +0000 (22:09 +0000)]
(interrupt_input_blocked): Make this signed int.

31 years ago(compile-internal): Initialize the process-mark.
Roland McGrath [Wed, 7 Apr 1993 20:58:20 +0000 (20:58 +0000)]
(compile-internal): Initialize the process-mark.

31 years ago(UNBLOCK_INPUT): Fix typo.
Richard M. Stallman [Wed, 7 Apr 1993 20:25:14 +0000 (20:25 +0000)]
(UNBLOCK_INPUT): Fix typo.

31 years ago(compilation-error-regexp-alist): Tighten first regexp so that it
Roland McGrath [Wed, 7 Apr 1993 20:14:29 +0000 (20:14 +0000)]
(compilation-error-regexp-alist): Tighten first regexp so that it
requires a colon or open-paren before the line number, not just
whitespace.

31 years ago(search_buffer): Fix typo in previous change.
Richard M. Stallman [Wed, 7 Apr 1993 20:08:55 +0000 (20:08 +0000)]
(search_buffer): Fix typo in previous change.

31 years agoFix typo in comment delimiter.
Richard M. Stallman [Wed, 7 Apr 1993 20:04:50 +0000 (20:04 +0000)]
Fix typo in comment delimiter.

31 years ago(compilation-parse-errors): Remove debugging setq.
Roland McGrath [Wed, 7 Apr 1993 19:57:10 +0000 (19:57 +0000)]
(compilation-parse-errors): Remove debugging setq.

31 years ago(compilation-filter): New function.
Roland McGrath [Wed, 7 Apr 1993 18:34:17 +0000 (18:34 +0000)]
(compilation-filter): New function.
(compile-internal): Make it the process's filter.

31 years ago(compilation-error-regexp-alist): Fixed MIPS CC regexp to match file
Roland McGrath [Wed, 7 Apr 1993 18:26:27 +0000 (18:26 +0000)]
(compilation-error-regexp-alist): Fixed MIPS CC regexp to match file
names longer than one char.
(compilation-parse-errors): Error if compilation-error-regexp-alist is nil.

31 years ago* m/imbrs6000.h: If we're using GCC, define ORDINARY_LINK instead
Jim Blandy [Wed, 7 Apr 1993 16:36:59 +0000 (16:36 +0000)]
* m/imbrs6000.h: If we're using GCC, define ORDINARY_LINK instead
of defining LINKER to use cc.
* s/aix3-1.h (LINKER): Don't use cc for linking command if we're
using GCC.
* s/aix3-2.h (SYSTEM_MALLOC): Undefine this.

31 years agoDoc fix.
Jim Blandy [Wed, 7 Apr 1993 15:14:21 +0000 (15:14 +0000)]
Doc fix.

31 years ago* xterm.c (updating_frame): Declare this extern instead of static,
Jim Blandy [Wed, 7 Apr 1993 14:57:22 +0000 (14:57 +0000)]
* xterm.c (updating_frame): Declare this extern instead of static,
so it's the same variable as the updating_frame in term.c.
(XTupdate_begin, XTupdate_end): Don't bother to set
updating_frame; the term.c functions take care of that for us.

31 years ago(untabify): Don't really change where restriction starts.
Richard M. Stallman [Wed, 7 Apr 1993 04:27:30 +0000 (04:27 +0000)]
(untabify): Don't really change where restriction starts.

31 years ago(dired-pop-to-buffer): Adjust count-lines val for last line.
Richard M. Stallman [Tue, 6 Apr 1993 17:11:57 +0000 (17:11 +0000)]
(dired-pop-to-buffer): Adjust count-lines val for last line.

31 years ago*** empty log message ***
Jim Blandy [Tue, 6 Apr 1993 02:42:52 +0000 (02:42 +0000)]
*** empty log message ***

31 years ago(vc-comment-to-change-log): Renamed from vc-comment-to-changelog.
Roland McGrath [Mon, 5 Apr 1993 23:52:16 +0000 (23:52 +0000)]
(vc-comment-to-change-log): Renamed from vc-comment-to-changelog.
Take optional arg and pass it to find-change-log.
Added docstring and interactive spec.

31 years ago(find-change-log): New function.
Roland McGrath [Mon, 5 Apr 1993 23:48:01 +0000 (23:48 +0000)]
(find-change-log): New function.
(add-change-log-entry): FILE-NAME frobnicating code moved there; call it.

31 years ago* editfns.c (Fcurrent_time_zone): Return a list whose elements are
Jim Blandy [Mon, 5 Apr 1993 23:10:10 +0000 (23:10 +0000)]
* editfns.c (Fcurrent_time_zone): Return a list whose elements are
nil if the time zone information is unavailable, instead of
signalling an error.

31 years ago(compilation-error-regexp-alist): Merged HP-UX 7.0 fc regexp with the
Roland McGrath [Mon, 5 Apr 1993 22:35:50 +0000 (22:35 +0000)]
(compilation-error-regexp-alist): Merged HP-UX 7.0 fc regexp with the
GNU format regexp: just allowing blanks to terminate the line number
makes that one handle the HP case.  Merged MIPS RISC CC regexp with
Apollo cc regexp: make "s optional, and don't anchor to bol.