view info/ChangeLog @ 2452:a28ed603c65c

[project @ 1996-10-31 19:49:29 by jwe]
author jwe
date Thu, 31 Oct 1996 19:52:17 +0000
parents d95b5eb82e22
children
line wrap: on
line source

Wed Oct 30 11:49:27 1996  John W. Eaton  <jwe@bevo.che.wisc.edu>

	* Makefile.in (DISTFILES): Add ChangeLog.

	* Makefile.in (VPATH): Don't add $(common).
	(common): Delete definition.
	(getopt.c, getopt1.c): Restore files.
	(SOURCES): Add them to the list.

Sat Oct 12 00:22:21 1996  John W. Eaton  <jwe@bevo.che.wisc.edu>

	* configure.in (TERMLIBS): Check for ncurses.

Fri Aug 30 09:07:40 1996  John W. Eaton  <jwe@bevo.che.wisc.edu>

	* configure.in (TERMLIBS): Add check for ncurses.

Fri May 24 01:16:46 1996  John W. Eaton  <jwe@bevo.che.wisc.edu>

	* configure.in (TERMLIBS): Check for tputs, not main.

Mon May 13 02:36:00 1996  John W. Eaton  <jwe@bevo.che.wisc.edu>

	* info.c (main): On program exit, leave the cursor at the bottom
	of the window and restore the terminal IO.

Fri Mar 29 13:36:03 1996  John W. Eaton  <jwe@bevo.che.wisc.edu>

	* Makefile.in (distclean): Delete config.h here

Sat Feb 24 22:00:01 1996  John W. Eaton  <jwe@bevo.che.wisc.edu>

	* Makefile.in (.c.o): Provide pattern here too.

Wed Jan 31 00:22:49 1996  John W. Eaton  <jwe@bevo.che.wisc.edu>

	* Makefile.in (common): getopt source is now in liboctave.

Wed Sep 20 00:12:26 1995  John Eaton  <jwe@bevo.che.wisc.edu>

	* mkinstalldirs: New file.
	* Makefile.in (DISTFILES): Add it to the list.

	* Makefile.in (CC, CFLAGS): Add substitutions for these.
	(maintainer-clean): Also remove config.h.

Tue Sep 19 23:56:11 1995  John Eaton  <jwe@bevo.che.wisc.edu>

	* Makefile.in (DISTFILES): Distribute configure and config.h.in.

Sun Apr 30 17:00:36 1995  John Eaton  <jwe@schoch.che.utexas.edu>

	* Makefile.in (all): Make info, not libinfo.a.
	(install): Install info in $(archlibdir).
	(uninstall): Remove info from $(archlibdir).

	* session.c (info_session): Position cursor at the bottom of the
	screen.

Thu Apr 20 14:08:06 1995  John Eaton  <jwe@schoch.che.utexas.edu>

	* xmalloc.c (xmalloc, xrealloc): Add some debugging code.

Tue Apr 11 20:37:13 1995  John Eaton  <jwe@schoch.che.utexas.edu>

	* configure.in: New file.
	* acconfig.h: New file.
	* Makefile.in (DISTFILES): Add configure.in and acconfig.h
	(INCLUDES): Put a copy of getopt.h here too.

Mon Apr 10 17:46:58 1995  John Eaton  <jwe@schoch.che.utexas.edu>

	* Makefile.in (.c.o): Delete rule.
	(ALL_CFLAGS): Rename from UGLY_ALL_CFLAGS.  Replace $(UGLY_DEFS)
	with $(DEFS).

	* All .c files: Include <config.h>.