view info/ChangeLog @ 2602:9cbbbcf5b6f5

[project @ 1997-01-07 06:18:23 by jwe]
author jwe
date Tue, 07 Jan 1997 06:20:06 +0000
parents 2f0ea8b0db0e
children 3af908471cc5
line wrap: on
line source

Mon Jan  6 19:14:49 1997  John W. Eaton  <jwe@bevo.che.wisc.edu>

	* terminal.c (terminal_prep_terminal): Only delete OCRNL from
	ttybuff.c_oflag if it is defined.

Mon Dec  9 14:20:01 1996  John W. Eaton  <jwe@bevo.che.wisc.edu>

	* Makefile.in (install): Use $(EXE) suffix so that install will
	find the right file on cygwin32 systems.

Mon Dec  2 13:48:57 1996  John W. Eaton  <jwe@bevo.che.wisc.edu>

	* configure.in: Check for gethostname in libsocket.a, for SCO.

	* termdep.h: Don't use termios.h on SCO systems.

Sun Nov 24 21:24:39 1996  John W. Eaton  <jwe@bevo.che.wisc.edu>

	* configure.in (TERMLIBS): Look for ncurses too.

Tue Nov 12 14:44:00 1996  John W. Eaton  <jwe@bevo.che.wisc.edu>

	* Makefile.in (VPATH): Don't include $(common).
	(common): Don't define.
	(makeinfo): Define to just be makeinfo.
	(LIBS): Don't use libtxi.
	(info): Don't depend on ../libtxi.a.
	(info.o): Depend on getopt.h, not $(common)/getopt.h.
	(.c.o): Don't add -I$(common).
	(install, uninstall, dist, local-dist): Customize for Octave.
	(TOPDIR, top_srcdir, DISTFILES): For Octave.
	Include $(TOPDIR)/Makeconf, for Octave.
	Don't add $(common) for dvi or info targets.
	(Makefile): Depend on Makefile.in and config.status.

	* configure.in: Copy here from (in texinfo distribution).

	* alloca.c, bzero.c, getopt.c, getopt.h, getopt1.c, memcpy.c,
	memmove.c, str
	dup.c: Copy here from ../libtxi (in texinfo
	distribution).
	* Makefile.in: Don't link to files in libtxi.  Instead, include
	them in SRCS, HDRS, and OBJS.

	* session.c (initialize_info_session): New arg,
	clear_screen.  Change all callers.

	* info.c (main): Handle new option, --index-search STRING.
	(index_search_p, index_search_string): New static variables, used
	to handle --index-search option.

	* indices.h (do_info_index_search, index_intry_exists):
	Provide declarations here.

	* indices.c (do_info_index_search): New function, extracted
	from info_index_search.
	(info_index_search): Simply call do_info_index_search() with
	search_string set to NULL.
	(index_entry_exists): New function.

For a list of other changes, see the ChangeLog from the texinfo-3.9
distribution.