view info/ChangeLog @ 2503:74ff573c11cc

[project @ 1996-11-13 03:50:19 by jwe]
author jwe
date Wed, 13 Nov 1996 03:51:14 +0000
parents b043097d7e04
children e8e0f57ce4fa
line wrap: on
line source

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): Customize for Octave.
	(TOPDIR, top_srcdir): For Octave.
	Include $(TOPDIR)/Makeconf, for Octave.
	Don't add $(common) for dvi or info targets.

	* 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.