Mon Jan 24 07:28:08 1994  Karl Berry  (karl@cs.umb.edu)

        * Version 1.5.

Sun Jan 23 16:21:47 1994  Karl Berry  (karl@cs.umb.edu)

        * xdvi.h (wchar_t): Remove conditional on __INT_WCHAR_T, since gcc
        always defines that.

Fri Jan 21 07:44:39 1994  Karl Berry  (karl@cs.umb.edu)

        * util.c (xmalloc): Don't try to allocate zero bytes. From Martyn.

Tue Jan 11 06:26:55 1994  Karl Berry  (karl@cs.umb.edu)

        * xdvi.c (keystroke): Make `j' and `g' synonyms.
        * xdvi.man: Document.

Fri Dec 24 13:15:07 1993  Karl Berry  (karl@sorrel.hq.ileaf.com)

	* xdvi.h (wchar_t) [! __INT_WCHAR_T_H]: Conditionalize for aviion.

Tue Dec 21 19:24:34 1993  Karl Berry  (karl@cs.umb.edu)

        * xdvi.h (X_WCHAR): Define.

        * Makefile.in (program): Include x_lib_flags explicitly, since we
        took out of common.make.

Sat Dec 18 15:03:09 1993  Karl Berry  (karl@cs.umb.edu)

        * epsf.c: Unindent # directives.

        * xdvi.h (wchar_t): Define to a nonsense symbol.

Sat Dec 18 14:47:01 1993  Karl Berry  (karl@owl.hq.ileaf.com)

	* xdvi.h (NORETURN): Define to be VOLATILE, not volatile. gcc
	-traditional doesn't support volatile.

Thu Dec  9 09:08:11 1993  Karl Berry  (karl@cs.umb.edu)

	* dvi_init.c (define_font): Don't call magstepvalue any more.
	(magstepvalue): #if 0 this.

Wed Dec  8 08:46:59 1993  Karl Berry  (karl@cs.umb.edu)

	* epsf.c (parse_special): Accept floating-point in the special
	(but round them to integers anyway).

Tue Dec  7 13:57:43 1993  Karl Berry  (karl@cs.umb.edu)

	* dvi_init.c (load_font): Call kpse_set_maketex_mag instead of
	figuring out the magstep value and setting it ourselves.

	* font-open.c (font_open, init_font_open): Round the
	MAKETEX_BASE_DPI and the dpi passed to kpse_find_glyph_format,
	instead of truncating.

	* xdvi.c (main): Really allow just `xdvi -version' to work.

Fri Dec  3 12:31:17 1993  Karl Berry  (karl@cs.umb.edu)

	* epsf.c: Reenable the bit reversal, and leave out the Sparc
	reversal. This code works properly on all four permutations of
	running and displaying on LittleEndian and BigEndian (32-bit)
	machines.

	* Makefile.in (DEFS): Nah, take BDPI=600 back out.

	* c-openmx.h: New file.
	* xdvi.h (n_files_left): Don't initialize here.
	* xdvi.c (main): Initialize here (to OPEN_MAX).
	Reported by norm@ora.com.

	* xdvi.c: Print version number even if no other args. Reported by
	norm@ora.com.

Sat Nov 27 12:37:43 1993  Karl Berry  (karl@cs.umb.edu)

	* font-open.c (kpathsea/init-path.h): No need to include this.

	* Makefile.in (DEFS): Add -DBDPI=600.

Fri Nov 19 13:49:38 1993  Karl Berry  (karl@cs.umb.edu)

	* epsf.c (get_bitmap): Don't reverse the bits, according to
	howse@baku.eece.unm.edu.

	* xdvi.h (DBG_EPS): New debugging option.
	(DBG_ALL): Include it.
	* epsf.c (get_bitmap): Show the cmd and don't throw away output if
	DBG_EPS.
	* xdvi.man: Document -d.

Thu Nov 11 11:06:49 1993  Karl Berry  (karl@cs.umb.edu)

	* Makefile.in (xincludedir, xlibdir, wlibs): Rename these.

Fri Nov  5 06:14:40 1993  Karl Berry  (karl@cs.umb.edu)

	* epsf.c (Moan): Correct typo in message.

Thu Nov  4 14:43:38 1993  Karl Berry  (karl@cs.umb.edu)

	* xdvi.c (enable_intr) [SA_RESTART]: Rewrite to use sigemptyset
	etc. a la web2c, so sigaction is called with proper args.

Wed Nov  3 14:43:05 1993  Karl Berry  (karl@cs.umb.edu)

	* Version 1.4.

Sun Oct 31 11:25:22 1993  Karl Berry  (karl@cs.umb.edu)

	* xdvi.c (main): Set foreGC if !set_bits, etc. From Paul.

	* xdvi.c (main): remove_suffix from the icon name. Idea from
	rbhumbla@UCSD.EDU.

Sat Oct 30 11:57:21 1993  Karl Berry  (karl@cs.umb.edu)

	* xdvi.c (enable_intr): Comment out #endif tokens.

Fri Oct 29 19:43:51 1993  Karl Berry  (karl@cs.umb.edu)

	* dvi_init.c (load_font): Use KPSE_BITMAP_TOLERANCE to figure out
	when we should give a dpi complaint.

Thu Oct 28 14:26:42 1993  Karl Berry  (karl@cs.umb.edu)

	* xdvi.c (enable_intr) [SA_RESTART]: Call sigaction.  From
	Martyn.Johnson@cl.cam.ac.uk.

	* configure.in: Call AC_FIND_XTRA.

Fri Oct 22 13:22:51 1993  Karl Berry  (karl@cs.umb.edu)

	* Makefile.in (makeargs): Don't pass srcdir.
	($(kpathsea)): Depend on files in srcdir.
	(xdvi.1): xdvi.man is in srcdir.
        From simon@lia.di.epfl.ch.

Tue Oct 19 12:07:58 1993  Karl Berry  (karl@cs.umb.edu)

	* MACHINES: New entries from simon.

Thu Oct  7 13:11:16 1993  Karl Berry  (karl@cs.umb.edu)

	* xdvi.c (gamma): Replace with `xd_gamma', to avoid clash with
	the math fn.  (From michal@gortel.phys.ualberta.ca.)

Wed Oct  6 08:50:21 1993  Karl Berry  (karl@cs.umb.edu)

	* Version 1.3.

Sun Oct  3 14:11:43 1993  Karl Berry  (karl@cs.umb.edu)

	* config.h (_GCC_WCHAR_T): Move definition to Kpathsea.

Sat Oct  2 19:32:30 1993  Karl Berry  (karl@cs.umb.edu)

	* Makefile.in (install-*): Don't reassign PATH, just invoke
	mkdirchain explicitly.

Thu Sep 30 06:14:00 1993  Karl Berry  (karl@cs.umb.edu)

	* MACHINES: Add info for gcc -static.

	* xdvi.c (application_resources) [MAKETEXPK]: Terminate struct
	element properly.

Wed Sep 29 15:21:49 1993    (karl@terminus.cs.umb.edu)

	* Version 1.2.

	* config.h (_GCC_WCHAR_T): Define.

Tue Sep 28 13:11:41 1993  Karl Berry  (karl@cs.umb.edu)

	* xdvi.c (put_grey_rectangle): Don't take the address of an array.

Sat Sep 25 11:00:40 1993  Karl Berry  (karl@cs.umb.edu)

	* xdvi.c (main): Set use_maketexpk from the resource structure.

Fri Sep 24 14:56:12 1993  Karl Berry  (karl@red.cs.umb.edu)

	* epsf.c (L_tmpnam) [!L_tmpnam]: Define.

Thu Sep 23 14:10:02 1993  Karl Berry  (karl@cs.umb.edu)

	* font-open.c (init_font_open): don't getenv XDVIMAKEPK twice.

	* configure.in: Use the Autoconf macro AC_FIND_X.

Wed Sep 15 19:58:55 1993  Karl Berry  (karl@cs.umb.edu)

	* epsf.c (get_bitmap): cat the EPS filename as found by the path
	searching, not the original psfname.

	* pxl.c: Remove from the distribution.

	* tpic.c (applicationDoSpecial): Check for PSfile and psfile, in
	lieu of using strncasecmp.

Sun Sep 12 16:28:57 1993  Karl Berry  (karl@cs.umb.edu)

	* xdvi.h (use_maketexpk): New (sort of) global.
	* xdvi.c (-maketexpk, +maketexpk): New option.  What a mess to add
	a new option.
	* font-open.c (init_font_open): Enable from the variable; remove
	#ifdef around support code.
	* INSTALL: -DMAKETEXPK just changes the default now.

	* xdvi.h (GREY) [!NOGREY]: Define.
	(TEXXSET) [!NOTEXXET]: Define.
	* INSTALL: Document.

Fri Sep  3 18:58:55 1993  Karl Berry  (karl@cs.umb.edu)

	* epsf.c: Use path searching to find the EPS file.

	* epsf.c (strdup): Remove this, kpathsea already has the equivalent.

	* xdvi.{c,h,man}, tpic.c, Makefile.in: Update for epsf patch from
	deweerd@wisnuf.physics.wisc.edu.
	* epsf.[ch]: New files.

Sun Aug 29 11:38:25 1993  Karl Berry  (karl@cs.umb.edu)

	* Makefile.in (install-*): Use $(PATH) instead of $$PATH.

Sat Aug 28 13:27:11 1993  Karl Berry  (karl@cs.umb.edu)

	* configure: Regenerate, to get aclocal fix.  Sigh.

Wed Aug 25 17:25:04 1993  Karl Berry  (karl@cs.umb.edu)

	* Version 1.1.

Sun Aug 22 13:06:31 1993  Karl Berry  (karl@cs.umb.edu)

	* xdvi.c (redraw): Change call to setjmp a la below.

Thu Aug  5 09:03:16 1993  Karl Berry  (karl@cs.umb.edu)

	* Version 1.0.

Wed Aug  4 13:50:54 1993  Karl Berry  (karl@cs.umb.edu)

	* Makefile.in (post-dist-$(distname)): New empty target, other
	minor changes so dvips will fit.

Tue Aug  3 17:51:07 1993  Karl Berry  (karl@fishbowl.hq.ileaf.com)

	* xdvi.c [!TOOLKIT]: Set kpse_fallback_font from the resources,
	not the nonexistent alt_font, and assign it from ALTFONT, not
	trying to use the RESOURCE macro.

Tue Aug  3 11:51:00 1993  Karl Berry  (karl@sorrel.hq.ileaf.com)

	* xdvi.h: Do not include <X11/Xfuncs.h>; it causes trouble on the
	Alpha and Aviion vis-a-vis bcopy.

Tue Aug  3 10:31:39 1993  Karl Berry  (karl@starlight.hq.ileaf.com)

	* config.h (SYSV) [STDC_HEADERS]: Define.  I hate X.

Tue Aug  3 10:15:18 1993  Karl Berry  (karl@blood.hq.ileaf.com)

	* dvi_init.c (dvi_oops_str): New global.
	(dvi_oops): Set it, instead of assuming int<->ptr correspondence
	for longjmp.
	(open_dvi_file): Use it, and go back to proper int return from setjmp.

Sat Jul 31 11:35:30 1993  Karl Berry  (karl@cs.umb.edu)

	* configure.in: Do AC_VPRINTF.
	* config.h (vprintf): Define to _doprnt if we have it.

	* configure.in: Remove AC_PREFIX.

Fri Jul 30 12:39:15 1993  Karl Berry  (karl@cs.umb.edu)

	* Makefile.in [hayley]: Define `autoconf', so will remake
	automatically.

Tue Jul 27 11:50:50 1993  Karl Berry  (karl@cs.umb.edu)

	* font-open.c (init_font_open): No need for tex-paths.h, and no
	arg to KPSE_VF_PATH.

	* dvi_init.c (open_dvi_file): Rewrite to look for foo.dvi first.

Sun Jul 25 10:44:13 1993  Karl Berry  (karl@cs.umb.edu)

	* Makefile.in (install*): Add $(srcdir) to PATH for mkdirchain, not .
	* xdvi.1: New target to make from xdvi.man.
	* mksedscript: New file.

Sat Jul 24 10:45:01 1993  Karl Berry  (karl@cs.umb.edu)

	* All files: Update for xdvi patchlevel 17.

Wed Jul 21 19:45:25 1993  Karl Berry  (karl@cs.umb.edu)

	* Makefile.in (configclean): New target.

Tue Jul  6 08:09:49 1993  Karl Berry  (karl@cs.umb.edu)

	* font-open.c (init_pxl_open): Set fallback font to cmr10.

Mon Jul  5 08:48:57 1993  Karl Berry  (karl@cs.umb.edu)

	* paths.h*: Remove.
	* Makefile.in (paths.h): Remove.
	(xdvi.1): Remove references to DEFAULT_fmt_PATH.

	* dvi-init.c (dvi_oops): Restore the longjmp business, instead of
	making it a fatal error.

	* config.h: Remove kpathsea includes.
	* dvi-init.c (kpathsea/c-fopen.h): Include this.

	* font-open.c: Include <kpathsea/init-path.h>.

Sun Jul  4 11:02:24 1993  Karl Berry  (karl@cs.umb.edu)

	* (all files): Various cleanups for gcc warnings.

	* Makefile.in (xdvi.1): Do the sed script right here.
	(mksedscript): Delete.
	(dist): Don't dist mksedscript.
	* xdvi.man: Simplify conditionals, etc.

Fri Jul  2 12:14:19 1993  Karl Berry  (karl@cs.umb.edu)

	* font-open.c (init_pxl_open): Rewrite size routines to use
	kpathsea facilities.

Thu Jul  1 15:49:13 1993  Karl Berry  (karl@cs.umb.edu)

	* font-open.c: Rewrite for new pathsearch routines.

Tue Jun 29 13:35:27 1993  Karl Berry  (karl@cs.umb.edu)

	* Makefile.in (../$(srcdir)): Change to $(srcdir)/.., so absolute
	paths will work.

Sat Jun 26 11:43:34 1993  Karl Berry  (karl@cs.umb.edu)

	* font-open.[ch]: Rename from pxl-open.[ch].

Thu Jun 24 19:05:30 1993  Karl Berry  (karl@cs.umb.edu)

	* configure.in: Include common.ac.
	* Makefile.in: Corresponding changes.

Tue Jun 22 10:01:59 1993  Karl Berry  (karl@cs.umb.edu)

	* Makefile.in (default_pk_path): Use $(prefix).

Tue May 25 10:08:30 1993  Karl Berry  (karl@cs.umb.edu)

	* configure.in (AC_HAVE_HEADERS): Test for `pwd.h'.

Sat May 22 11:22:28 1993  Karl Berry  (karl@cs.umb.edu)

	* Makefile.in (dist): Run gzip -9.

Tue May 18 13:53:01 1993  Karl Berry  (karl@cs.umb.edu)

	* Makefile.in (install-*): mkdirchain on install dirs, and put
	mkdirchain in the dist.

Mon May 10 07:13:20 1993  Karl Berry  (karl@cs.umb.edu)

	* Version 0.30.

Sun May  9 10:35:33 1993  Karl Berry  (karl@cs.umb.edu)

	* Makefile.in (extraclean): add *.i and *.s.

Fri May  7 11:44:02 1993  Karl Berry  (karl@cs.umb.edu)

	* Makefile.in (dist): Depend on TAGS, and rewrite for new setup.

Tue May  4 09:21:12 1993  Karl Berry  (karl@cs.umb.edu)

	* Makefile.in (info check dvi): New targets (that do nothing).

	* xdvi.c (main) [TOOLKIT]: Set icon name to DVI file basename
	instead of `dvi'.

	* Many files: Use <kpathsea/...> instead of "...".

Fri Apr 30 16:34:47 1993  Karl Berry  (karl@cs.umb.edu)

	* xdvi.h: Don't bother to include lib.h and types.h.

Sat Apr 24 16:53:59 1993  Karl Berry  (karl@cs.umb.edu)

	* Makefile.in, config.h, configure.in, etc: Major surgery to use
	the path searching as a separate library, instead of just having
	all the files in the main source directory.

Fri Apr 23 16:46:08 1993  Karl Berry  (karl@cs.umb.edu)

	* configure.in (AC_CONST): Add this.

Tue Apr 20 06:58:07 1993  Karl Berry  (karl@cs.umb.edu)

	* pathshare from web2c.

Sun Apr 11 18:58:43 1993  Karl Berry  (karl@cs.umb.edu)

	* Version 0.29.

Sat Apr 10 14:55:57 1993  Karl Berry  (karl@cs.umb.edu)

	* config.h (UNIX_ST_NLINK): Define unless on foreign OS.

	* Makefile.in (uninstall*): New targets.

	* configure.in: Do AC_XENIR_DIR after AC_DIR_HEADER.

	* Makefile.in (ALLOCA): Define as alloca.o.
        (OBJS): Include ALLOCA.

Mon Mar 29 08:28:36 1993  Karl Berry  (karl@cs.umb.edu)

	* Version 0.28.

	* Makefile.in (default_pk_path): Put . first.

Sun Mar 28 16:58:27 1993  Karl Berry  (karl@cs.umb.edu)

	* xdvi.icon (xdvi_bits): Change to unsigned char.  (From
	blair@seismo.gps.caltech.edu.)

Thu Mar 25 16:01:09 1993  Karl Berry  (karl@cs.umb.edu)

	* configure.in (AC_ISC_WLIBS): Remove.
        * aclocal.m4: New version, see web2c ChangeLog.

Mon Mar 22 06:13:57 1993  Karl Berry  (karl@cs.umb.edu)

	* Version 0.27.

Sat Mar 13 11:02:01 1993  Karl Berry  (karl@cs.umb.edu)

	* pxl-open.c (try_format): Don't free `name' until after we've
	used it.

	* dvi-init.c: Doc fix.

	* Makefile.in (CPPFLAGS): Add @DEFS@, for -DHAVE_CONFIG_H.

Mon Mar  8 06:27:53 1993  Karl Berry  (karl@cs.umb.edu)

	* Version 0.26 (also fixed bad decl in lib.h).

Tue Mar  2 16:55:14 1993  Karl Berry  (karl@cs.umb.edu)

	* Makefile.in (install): Depend on install-data.

Mon Mar  1 06:27:22 1993  Karl Berry  (karl@cs.umb.edu)

	* Version 0.25.  (aclocal got changed.)

Mon Feb 22 06:21:47 1993  Karl Berry  (karl@cs.umb.edu)

	* Version 0.24.

Sun Feb 14 17:50:43 1993  Karl Berry  (karl@cs.umb.edu)

	* Makefile.in (install): Split into install-exec and install-data.

Tue Feb  9 20:37:45 1993  Karl Berry  (karl@cs.umb.edu)

	* gf.c (too_many_bits): Don't take an arg, as the info isn't
	convenient to pass and it's not too important.

	* xdvi.h (make_suffix): No need to declare here anymore, as it's
	in lib.h.

Sun Feb  7 20:00:21 1993  Karl Berry  (karl@cs.umb.edu)

	* Version 0.23.

Mon Feb  1 06:20:56 1993  Karl Berry  (karl@cs.umb.edu)

	* Version 0.22.

Fri Jan 29 17:26:09 1993  Karl Berry  (karl@cs.umb.edu)

	* Makefile.in (CPPFLAGS): Don't bother with `-I.'.

	* fontmap.[ch] et al.: Incorporated stuff from web2c.
        * pxl-open.c (pxl_open): Do the font mapping if the first try fails.

Sun Jan 24 10:35:58 1993  Karl Berry  (karl@cs.umb.edu)

	* xdvi.c [!TOOLKIT]: Use None instead of NULL for x_bar and y_bar
	(which are Windows) assignments; ditto for call to
	XSetStandardProperties.

	* xdvi.c [!TOOLKIT && !X10]: Use XLookupString, not XLookupStr.
	That's definitely the name in R5.  Not sure about R4.

	* mksedscript: Remove spurious backslash.  (from
	interran@uluru.Stanford.EDU).

Wed Jan 20 07:55:23 1993  Karl Berry  (karl@cs.umb.edu)

	* xdvi.h (FATAL*): Now in lib.h.

	* Version 0.21.

Sun Jan 17 17:47:15 1993  Karl Berry  (karl@cs.umb.edu)

	* dvi-init.c: Doc fix.

Thu Jan 14 08:13:26 1993  Karl Berry  (karl@cs.umb.edu)

	* README: Add note about HP-VUE, which seems totally broken.

Sat Jan  9 15:22:17 1993  Karl Berry  (karl@cs.umb.edu)

	* Makefile.in (configure, config.status): cd $(srcdir) first.

Sun Jan  3 19:42:38 1993  Karl Berry  (karl@cs.umb.edu)

	* config.h: Move some includes to c-std.h.

Fri Jan  1 12:12:31 1993  Karl Berry  (karl@cs.umb.edu)

	* dirio.h, c-memstr.h, configure.in, c-auto.h.in: Changes for new
	Autoconf.

Wed Dec 23 06:59:26 1992  Karl Berry  (karl@cs.umb.edu)

	* Version 0.20.

Sat Dec 19 10:39:08 1992  Karl Berry  (karl@cs.umb.edu)

	* Makefile.in (sedscript): Use $(SHELL) explicitly.

	* Makefile.in (paths.h): Don't depend on Makefile{,.in}.

	* dvi-init.c (define_font): Print the font's filename, not just
	the fontname

Mon Dec 14 07:28:09 1992  Karl Berry  (karl@cs.umb.edu)

	* Version 0.18 (whoops, should have been 0.19).

Fri Dec 11 15:20:51 1992  Karl Berry  (karl@cs.umb.edu)

	* mksedscript: Replace with version from meyering.

	* {dvi-draw,tpic,xdvi}.c: Change ctype references to use uppercase
	macros.

Thu Dec 10 10:35:42 1992  Karl Berry  (karl@cs.umb.edu)

	* GNUmakefile.in (GNUmakefile): Add $(srcdir) to dependency, and
	use $(SHELL) instead of sh.
        (config.status): Use $(SHELL).

Wed Dec  2 07:14:26 1992  Karl Berry  (karl@cs.umb.edu)

	* Version 0.18.

Sun Nov 29 17:23:20 1992  Karl Berry  (karl@cs.umb.edu)

	* xdvi.c (atof) [!STDC_HEADERS]: Make declaration conditional.
        (sprintf): Don't declare.

Wed Oct 21 06:56:55 1992  Karl Berry  (karl@cs.umb.edu)

	* Version 0.17.

Tue Oct 20 12:00:32 1992  Karl Berry  (karl@cs.umb.edu)

	* pxl-open.c (try_format): Just concatenate the extension to the
	main font name, don't replace an existing suffix.

Thu Oct 15 08:35:06 1992  Karl Berry  (karl@cs.umb.edu)

	* configure: Ran Autoconf 1.2.

Wed Sep 23 07:51:54 1992  Karl Berry  (karl@cs.umb.edu)

        * Version 0.16.

Sun Sep 20 12:52:53 1992  Karl Berry  (karl@cs.umb.edu)

        * Makefile.in (config.status): use sh to run configure --no-create.

        * Makefile.in (realclean): OK, don't remove configure.

Thu Sep 17 07:41:04 1992  Karl Berry  (karl@hayley)

        * Version 0.15.

Mon Sep 14 18:00:37 1992  Karl Berry  (karl@hayley)

        * Makefile.in (config.status): new target.
        (Makefile): depend on config.status.

Sun Sep 13 07:22:09 1992  Karl Berry  (karl@hayley)

        * Makefile.in (realclean): depend on distclean.

Thu Sep 10 08:59:03 1992  Karl Berry  (karl@hayley)

        * Makefile.in (dist): include COPYING*.

        * Makefile.in (realclean): remove configure.

Wed Sep  9 06:27:23 1992  Karl Berry  (karl@hayley)

        * Version 0.14.

Tue Sep  8 16:51:00 1992  Karl Berry  (karl@hayley)

        * c-auto.h.in (_MINIX, _{ALL,POSIX,POSIX_1}_SOURCE): add #undef's
          for configure to define.

        * configure.in: test for more Unix variants.

Mon Sep  7 22:55:12 1992  Karl Berry  (karl@hayley)

        * Makefile.in (XCFLAGS): remove traces.

Fri Sep  4 08:47:23 1992  Karl Berry  (karl@hayley)

        * Makefile.in (extraclean): new target.

Thu Aug 27 08:57:10 1992  Karl Berry  (karl@hayley)

        * configure: regenerated from Autoconf 1.1.

Tue Aug 11 07:01:47 1992  Karl Berry  (karl@hayley)

        * Version 0.13.

Fri Jul 31 17:01:53 1992  Karl Berry  (karl@hayley)

        * Makefile.in (dist): include our aclocal.m4.

        * Makefile (LIBS): include $(extralibs), for the user.

Wed Jul 29 08:53:09 1992  Karl Berry  (karl@hayley)

        * Version 0.12 (ran pathshare).

Fri Jul 24 06:50:34 1992  Karl Berry  (karl@hayley)

        * Version 0.11.

Wed Jul 22 09:11:16 1992  Karl Berry  (karl@hayley)

        * configure.in: update for Autoconf 1.0.

Fri Jul 10 06:53:57 1992  Karl Berry  (karl@hayley)

        * Version 0.10.

Thu Jul  2 15:24:53 1992  Karl Berry  (karl@hayley)

        * Makefile.in (CPPFLAGS): new variable.
        (.c.o): use it.
        (CFLAGS): define as -g.
        (cdebug): remove.
        (LDFLAGS): use CFLAGS instead of cdebug.

        * Run Autoconf 0.119.

Wed Jul  1 07:49:26 1992  Karl Berry  (karl@hayley)

        * Version 0.9.

Sat Jun 27 11:03:44 1992  Karl Berry  (karl@hayley)

        * Makefile.in (paths.h): depend on Makefile.in and Makefile.

Thu Jun 25 10:03:21 1992  Karl Berry  (karl@hayley)

        * Makefile.in: changes for $(srcdir) from zoo@cygnus.com.

Tue Jun 23 09:04:51 1992  Karl Berry  (karl@hayley)

        * Version 0.8k.

        * configure.in: check for FASYNC and F_SETOWN at the same time as
          SIGIO (from bodo@ee.Princeton.EDU).

Tue Jun 16 06:14:23 1992  Karl Berry  (karl@hayley)

        * Version 0.7k.

Mon Jun 15 19:15:27 1992  Karl Berry  (karl@hayley)

        * xdvi.c (command_args): cast NULL as an XtArgVal to avoid a
          warning from gcc.

        * gf.c (gf_glyphs_fn): check the result from fseek while looking
          for the trailer, in case the GF file is bad.

Thu Jun 11 08:42:41 1992  Karl Berry  (karl@hayley)

        * Makefile.in (.NOEXPORT): new target, since Autoconf doesn't add
          it automatically any more.

        * configure.in (AC_TEST_PROG): rename to AC_TEST_PROGRAM, for new
          Autoconf.

Wed Jun 10 06:33:54 1992  Karl Berry  (karl@hayley)

        * Version 0.6k.

Fri Jun  5 11:50:50 1992  Karl Berry  (karl@hayley)

        * dvi-init.c (dvi_oops): call FATAL instead of longjmp-ing, since
          setjmp hasn't been called if xdvi is called on a non-DVI file.

Thu Jun  4 08:25:38 1992  Karl Berry  (karl@hayley)

        * configure.in: `return 0' instead of `exit (0)'.  (From Paul Eggert)

        * configure.in (AC_HEADER_FILE): rename to AC_CONFIG_HEADER, for
          Autoconf 0.115.

Wed Jun  3 08:19:32 1992  Karl Berry  (karl@hayley)

        * Version 0.5k.

Fri May 29 11:18:29 1992  Karl Berry  (karl@hayley)

        * xdvi.c (main): declare as an int.

        * Below changes from Paul Eggert.

        * xdvi.h (FATAL): don't assume an ANSI cpp.

        * {xdvi,dvi-draw}.c (exit): do not declare.

Thu May 28 07:05:33 1992  Karl Berry  (karl@hayley)

        * Version 0.4k.

Wed May 27 08:00:34 1992  Karl Berry  (karl@hayley)

        * Makefile.in (dist): new target.

        * pxl-open.c (try_resolution): try the upper bound dpi.

Sat May 16 10:11:01 1992  Karl Berry  (karl@hayley)

        * configure.in: add AC_PROG_CPP and AC_GCC_TRADITIONAL.

Wed May 13 08:56:12 1992  Karl Berry  (karl@hayley)

        * Makefile.in (VPATH): change for new Autoconf.

Sat May  9 08:54:13 1992  Karl Berry  (karl@hayley)

        * pxl-open.c (try_resolution): don't return `lower_bound' if we
          found the actual size requested.
