aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Adjust for autoconf merger.Jim Blandy1993-04-101-5/+4
| | | | | | | | | | | | | | | | | | | * 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.
* * keyboard.c (echo_dash): Do nothing if echoptr is 0.Jim Blandy1993-04-101-0/+3
|
* * subr.el (overlay-start, overlay-end, overlay-buffer): NewJim Blandy1993-04-101-160/+205
| | | | defsubsts.
* Sat Apr 10 00:39:29 1993 Jim Blandy ([email protected])Jim Blandy1993-04-101-2/+6
| | | | * paragraphs.el (sentence-end, forward-sentence): Doc fixes.
* * finder.el (finder-by-keyword): Build an alist to pass toJim Blandy1993-04-101-32/+34
| | | | | | | | 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.
* * Makefile.in (DEFS): Renamed from CONFIG_CFLAGS.Jim Blandy1993-04-101-2/+2
|
* * make-dist: Distribute lib-src/rcs-checkin.Jim Blandy1993-04-101-1/+1
|
* * configure.in: When checking for X windows, search for an X11Jim Blandy1993-04-101-201/+94
| | | | | | | | | | | | | | | | | | | | | | | | | | | | 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.
* * Makefile.in (clean mostlyclean): Missing right paren.Jim Blandy1993-04-101-15/+18
| | | | | | | | | | | | | | | | | | | | | | | | | | | 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.
* > Default to bsd if vendor is next.Tom Wood1993-04-091-0/+3
|
* (emerge-with-ancestor): Applied Donald Erway's fix patch, whichEric S. Raymond1993-04-091-3/+6
| | | | | | | 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.
* Accept i370, mvs.Richard M. Stallman1993-04-091-2/+12
| | | | | | For i370-ibm*, assume mvs by default. Later, likewise, for i370-*. For -mvs*, assume ibm as default vendor.
* (generate-file-autoloads): Doc fix.Roland McGrath1993-04-081-1/+1
|
* (vc-comment-to-change-log): Merged in the remainder of jimb's lastEric S. Raymond1993-04-081-2/+5
| | | | change.
* dired-noselect, dired-internal-noselect, dired-insert-directory:Eric S. Raymond1993-04-081-55/+88
| | | | | | | | 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).
* vc-mode: name change.Eric S. Raymond1993-04-081-10/+8
|
* (vc-directory. vc-start-entry, vc-next-action, vc-next-action-on-file):Eric S. Raymond1993-04-081-147/+235
| | | | | The vc-directory listing is now in an augmented Dired mode that supports vc-next-action on all marked files.
* Massive changes, amounting nearly to a rewrite. The new featuresEric S. Raymond1993-04-081-294/+513
| | | | | | | 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.
* Added and corrected library headers.Eric S. Raymond1993-04-081-2/+7
|
* * make-dist: It's oldXMenu/compile.com, not oldXMenu/compile.mms.Jim Blandy1993-04-081-10/+14
| | | | | | | | 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}.
* (Fkill_all_local_variables): Store each var's current valueRichard M. Stallman1993-04-081-0/+8
| | | | in the buffer's alist entry, before reverting to the default value.
* entered into RCSRichard M. Stallman1993-04-081-0/+25
|
* Add copyright notice.Richard M. Stallman1993-04-081-0/+22
|
* * make-docfile.c (write_c_args): Print an argument named "defalt"Jim Blandy1993-04-081-1/+17
| | | | as "default".
* * keyboard.c (apply_modifiers): Fix typo in sanity check.Jim Blandy1993-04-081-1/+1
|
* * keyboard.c (interrupt_input_blocked, interrupt_input_pending):Jim Blandy1993-04-071-2/+2
| | | | Remove `extern' keywords - these are the definitions.
* Include blockinput.h.Richard M. Stallman1993-04-072-0/+2
|
* (interrupt_input_blocked): Make this signed int.Richard M. Stallman1993-04-071-1/+1
|
* (compile-internal): Initialize the process-mark.Roland McGrath1993-04-071-0/+1
|
* (UNBLOCK_INPUT): Fix typo.Richard M. Stallman1993-04-071-1/+1
|
* (compilation-error-regexp-alist): Tighten first regexp so that itRoland McGrath1993-04-071-1/+1
| | | | | requires a colon or open-paren before the line number, not just whitespace.
* (search_buffer): Fix typo in previous change.Richard M. Stallman1993-04-071-7/+9
|
* Fix typo in comment delimiter.Richard M. Stallman1993-04-071-1/+1
|
* (compilation-parse-errors): Remove debugging setq.Roland McGrath1993-04-071-1/+0
|
* (compilation-filter): New function.Roland McGrath1993-04-071-0/+12
| | | | (compile-internal): Make it the process's filter.
* (compilation-error-regexp-alist): Fixed MIPS CC regexp to match fileRoland McGrath1993-04-071-4/+6
| | | | | names longer than one char. (compilation-parse-errors): Error if compilation-error-regexp-alist is nil.
* * m/imbrs6000.h: If we're using GCC, define ORDINARY_LINK insteadJim Blandy1993-04-073-2/+13
| | | | | | | 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.
* Doc fix.Jim Blandy1993-04-071-1/+1
|
* * xterm.c (updating_frame): Declare this extern instead of static,Jim Blandy1993-04-071-6/+3
| | | | | | 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.
* (untabify): Don't really change where restriction starts.Richard M. Stallman1993-04-071-1/+1
|
* (dired-pop-to-buffer): Adjust count-lines val for last line.Richard M. Stallman1993-04-061-1/+4
|
* *** empty log message ***Jim Blandy1993-04-061-2/+17
|
* (vc-comment-to-change-log): Renamed from vc-comment-to-changelog.Roland McGrath1993-04-051-5/+10
| | | | | Take optional arg and pass it to find-change-log. Added docstring and interactive spec.
* (find-change-log): New function.Roland McGrath1993-04-051-27/+41
| | | | (add-change-log-entry): FILE-NAME frobnicating code moved there; call it.
* * editfns.c (Fcurrent_time_zone): Return a list whose elements areJim Blandy1993-04-051-3/+6
| | | | | nil if the time zone information is unavailable, instead of signalling an error.
* (compilation-error-regexp-alist): Merged HP-UX 7.0 fc regexp with theRoland McGrath1993-04-051-16/+21
| | | | | | 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.
* (compilation-error-regexp-alist): Changed MIPS RISC CC regexp (last one) toRoland McGrath1993-04-051-2/+2
| | | | be anchored at bol, and to never match multiple lines.
* * s/vms.h (EXEC_SUFFIXES): Add definition for this.Jim Blandy1993-04-051-0/+2
|
* (dired-unmark-all-files): Read the arg as just a char.Richard M. Stallman1993-04-051-2/+5
|
* Added or corrected documentation headersEric S. Raymond1993-04-031-2/+4
|