Mercurial > hg > octave-lyh
view info/ChangeLog @ 2954:ac3368dba5d3
[project @ 1997-05-09 15:09:47 by jwe]
author | jwe |
---|---|
date | Fri, 09 May 1997 15:11:16 +0000 |
parents | 0336f54042df |
children |
line wrap: on
line source
Sun Mar 16 14:07:05 1997 John W. Eaton <jwe@bevo.che.wisc.edu> * terminal.c: Include infomap.h here. (terminal_prep_terminal): Use DEL instead of '\177'. Also disable Control-C as quit or interrupt character. Wed Mar 12 17:00:24 1997 John W. Eaton <jwe@bevo.che.wisc.edu> * Makefile.in (install-strip): New target. Wed Feb 26 12:30:51 1997 John W. Eaton <jwe@bevo.che.wisc.edu> * Makefile.in (maintainer-clean): New target. Sat Jan 25 22:33:43 1997 John W. Eaton <jwe@bevo.che.wisc.edu> * Makefile.in (bin-dist): New target. Sat Jan 18 15:57:49 1997 John W. Eaton <jwe@bevo.che.wisc.edu> * Makefile.in (MAKEDOC_OBJECTS): Also include $(LIBOBJS). Wed Jan 15 14:52:23 1997 John W. Eaton <jwe@bevo.che.wisc.edu> * Makefile.in (LIBOBJS): Allow substitution. (SRCS): Add memcpy.c, memmove.c, and strdup.c to the list. 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.