home *** CD-ROM | disk | FTP | other *** search
/ Geek Gadgets 1 / ADE-1.bin / ade-dist / unixtex-6.1b-src.tgz / tar.out / contrib / unixtex / xdvik / ChangeLog < prev    next >
Encoding:
Text File  |  1996-09-28  |  36.1 KB  |  1,230 lines

  1. Sun Jan  8 12:15:15 1995  Karl Berry  <karl@cs.umb.edu>
  2.  
  3.         * Version 18f.
  4.  
  5. Wed Jan  4 14:38:21 1995  Karl Berry  <karl@cs.umb.edu>
  6.  
  7.         * events.c (resource): Declare extern, to avoid multiple
  8.         definition warnings from the sgi linker.
  9.  
  10. Tue Jan  3 15:46:41 1995  Karl Berry  <karl@cs.umb.edu>
  11.  
  12.         * configure.in: SIGIO test should not define its own main.
  13.  
  14. Mon Jan  2 10:13:21 1995  Karl Berry  <karl@cs.umb.edu>
  15.  
  16.         * configure.in: Allow more than --with-ps option.  Suggested by 
  17.         Nicolai Langfeldt <janl@math.uio.no>.
  18.  
  19. Sat Dec 31 10:52:00 1994  Karl Berry  <karl@cs.umb.edu>
  20.  
  21.         * Makefile.in: Don't include tmptk.make any more.
  22.         (install-exec): Don't depend on install-MakeTeXPK, either.
  23.  
  24.         * xdvi.c: Change class name to MFmode. From Joachim.
  25.  
  26. Fri Dec 30 15:42:17 1994  Karl Berry  <karl@cs.umb.edu>
  27.  
  28.         * configure.in (PS_DEF): Test against -DPS_NEWS, not -PS_NEWS.
  29.         Reported by pete@lovelace.thi.informatik.uni-frankfurt.de
  30.         (Peter Dyballa).
  31.  
  32.         * psdps.c [_AIX]: Include <sys/select.h>.
  33.         From O.Flebbe@science-computing.uni-tuebingen.de (Olaf Flebbe).
  34.  
  35. Mon Dec 26 07:57:57 1994  Karl Berry  <karl@cs.umb.edu>
  36.  
  37.         * special.c (quote_special): Don't check for trailing ", per
  38.         Rokicki's info a while back.
  39.         (psfig_special): Consolidate ps: and ps:: cases, and use drawraw
  40.         instead of drawbegin.
  41.         * psgs.c (initGS): Don't ever save and restore, leave that up to
  42.         @beginspecial and @endspecial.
  43.  
  44.         * events.c (init_pix): Warn about overstrike characters only if
  45.         copy was not explicitly requested.
  46.         From Joachim Schrod <schrod@iti.informatik.th-darmstadt.de>.
  47.  
  48.         * xgetcwd.c: Include kpathsea/xopendir.h.
  49.         From Joachim Schrod <schrod@iti.informatik.th-darmstadt.de>.
  50.  
  51.         * configure.in (PS_DEF): Forgot `d' in `dps'.
  52.         From Blair Zajac <blair@olympia.gps.caltech.edu> and others.
  53.  
  54.         * psgs.c [HAVE_SYS_BSDTYPES_H]: Include this if it exists.
  55.     From Ami Fischman <a540ami@pic.ucla.edu> and others.
  56.         * configure.in: Check for it.
  57.  
  58.         * xgetcwd.c (xgetcwd): : should have ; -- keyboard was stuck on
  59.         shift. From Ami Fischman <a540ami@pic.ucla.edu> and others.
  60.  
  61.         * xdvi.c (main): Don't set mfmode to / here, do it in kpse_init_prog.
  62.  
  63. Wed Dec 14 15:14:19 1994  Karl Berry  <karl@cs.umb.edu>
  64.  
  65.         * Version 18e.
  66.  
  67.         * sfSelFile.c: Don't use XtNcursorName.  From Dinh-Tuan.Pham@imag.fr.
  68.         
  69. Sun Dec 11 12:44:06 1994  Karl Berry  <karl@cs.umb.edu>
  70.  
  71.         * events.c: Better patch from Dinh-Tuan to reuse G, instead of
  72.         using up A, for dynamically changing gamma.
  73.  
  74. Sat Dec 10 16:16:41 1994  Karl Berry  <karl@cs.umb.edu>
  75.  
  76.         * sfSelFile.c: Implement a filter thing so only .dvi files show up
  77.         in the file selection widget. From Dinh-Tuan.Pham@imag.fr.
  78.  
  79.         * events.c (keystroke): Make 'A' change the gamma value. With
  80.         corrections from Dinh-Tuan.Pham@imag.fr.
  81.  
  82.         * xdvi.man [buttons]: Document -fn.
  83.         From Matthew Swift <swift@constitution.mit.edu>.
  84.  
  85. Mon Dec  5 12:07:04 1994  Karl Berry  <karl@cs.umb.edu>
  86.  
  87.         * psdps.c (isinf) [!HAVE_ISINF && HAVE_IEEEFP_H]: Define this.
  88.         * configure.in: Check for isinf and <ieeefp.h>.
  89.  
  90. Sat Dec  3 11:17:37 1994  Karl Berry  <karl@cs.umb.edu>
  91.  
  92.         * vf.c (read_VF_index): Since we're closing a file, increase
  93.         n_files_left.
  94.  
  95. Sun Nov 27 14:09:31 1994  Karl Berry  <karl@cs.umb.edu>
  96.  
  97.         * xdvi.c (main): Use DIR_SEP_STRING for the default mf mode,
  98.         instead of a compile-time thing.
  99.  
  100. Sat Nov 26 15:06:43 1994  Karl Berry  <karl@cs.umb.edu>
  101.  
  102.         * special.c (bang_special): New routine.
  103.         (quote_special): Call it.
  104.         * psheader.txt: Support for it.
  105.         These changes from Yves.Arrouye@imag.fr.
  106.  
  107. Fri Nov 25 09:24:31 1994  Karl Berry  <karl@cs.umb.edu>
  108.  
  109.         * Makefile.in (x_libs): Put x_pre_libs right before -lX11, after
  110.         the tool libs.
  111.  
  112. Thu Nov 24 14:05:33 1994  Karl Berry  <karl@cs.umb.edu>
  113.  
  114.         * special.c (draw_file) [PS]: Only define this fn conditionally,
  115.         to avoid using struct psprocs when it isn't defined. From
  116.         walt@snowhite.cis.uoguelph.ca.
  117.  
  118.         * xgetcwd.c (xchdir): Un-ansify xchdir. From Holger Grothe
  119.         <grothe@mathematik.th-darmstadt.de>.
  120.         (xgetcwd): Don't assume struct assignment, sigh.
  121.  
  122.         * xdvi.c (usage) [SELFILE]: dvi_file is optional in this
  123.         case. From te@informatik.uni-hannover.de.
  124.  
  125.         * sfinternal.h (wchar_t) [FOIL_X_WCHAR_T]: Define this.  From
  126.         te@informatik.uni-hannover.de.
  127.  
  128.         * dvi_init.c (select_filename): Only call set_icon_and_title if we
  129.         are opening the file.  From Jon Peatfield
  130.         <J.S.Peatfield@amtp.cam.ac.uk>.
  131.         (load_font): Cast arg to kpse_bitmap_tolerance.  From 
  132.         nijhof@th.rug.nl (Jeroen Nijhof).
  133.  
  134. Sun Nov 13 16:22:46 1994  Karl Berry  <karl@cs.umb.edu>
  135.  
  136.         * Makefile.in (x_tool_libs): Rename from tool_libs.
  137.  
  138. Fri Nov 11 15:33:54 1994  Karl Berry  <karl@cs.umb.edu>
  139.  
  140.         * acconfig.h: Link to kpathsea.
  141.  
  142.         * configure.in: Avoid obsolete macros AC_WITH, AC_VERBOSE, etc.
  143.  
  144. Sun Nov  6 16:11:19 1994  Karl Berry  <karl@cs.umb.edu>
  145.  
  146.         * configure.in: Run autoupdate.
  147.  
  148. Tue Oct 25 17:57:55 1994  Karl Berry  <karl@cs.umb.edu>
  149.  
  150.         * Version 18d.
  151.  
  152. Sun Oct 23 16:50:55 1994  Karl Berry  <karl@cs.umb.edu>
  153.  
  154.         * psnews.c (strtok): Do not try to declare this.
  155.  
  156.         * pk.c [linux] (read_PK_index): Avoid short seeks on Linux.  From
  157.         janl@math.uio.no.
  158.  
  159.         * mksedscript: Enable GREY, BUTTONS, MAKEPK, PS, and PS_GS by
  160.         default, so the man page gets everything.
  161.  
  162. Thu Oct 20 15:00:14 1994  Karl Berry  <karl@cs.umb.edu>
  163.  
  164.         * psnews.c (send): Don't have error message use `gs_send'.
  165.  
  166. Tue Oct 18 10:46:10 1994  Karl Berry  <karl@cs.umb.edu>
  167.  
  168.         * dvi_init.c (check_dvi_file): Rearrange dvi_file assignment so
  169.         selfile cancellations actually cancel.
  170.         (load_font): Call kpse_bitmap_tolerance instead of rolling our own
  171.         toleration function for the umpteenth time.
  172.  
  173.         * Makefile.in (squeeze, $(program)): Use $(link_command).
  174.         (squeeze): Don't link with any libraries. From loverg@ercole.ba.cnr.it.
  175.  
  176.         * config.h (MAKEPK_BY_DEFAULT_BOOL): Define this; xdvi.c needs
  177.         it in some cases. From loverg@ercole.ba.cnr.it.
  178.  
  179.         * xdvi.c [PS_NEWS]: The variable is useNeWS, not useNEWS.
  180.  
  181.         * configure.in (PS_DPS): Link with -ldps in this case.
  182.  
  183. Mon Oct 17 12:21:52 1994  Karl Berry  <karl@cs.umb.edu>
  184.  
  185.         * config.h (PS_GS): Remove this.
  186.         * psgs.c [PS_GS]: Change conditional back to this, from NOPS_GS.
  187.         * configure.in (AC_WITH(ps...)): Add this to cleanly support
  188.         configuring for ps/news/gs. From blair@olympia.gps.caltech.edu.
  189.         * Makefile.in (DEFS): Use @PS_DEF@.
  190.  
  191. Fri Oct 14 10:32:58 1994  Karl Berry  <karl@cs.umb.edu>
  192.  
  193.         * Version 18c.
  194.  
  195. Thu Oct 13 10:55:21 1994  Karl Berry  <karl@cs.umb.edu>
  196.  
  197.         * xdvi.man: Don't use .SB.
  198.  
  199. Sun Oct  9 14:23:03 1994  Karl Berry  <karl@cs.umb.edu>
  200.  
  201.         * dvi_init.c (check_dvi_file): Avoid freeing memory twice if
  202.         we're dynamically selecting files.
  203.  
  204.         * sfSelFile.c (SFopenFile): Don't just keep going if no filename
  205.         is specified.
  206.  
  207. Sat Oct  8 14:15:45 1994  Karl Berry  <karl@cs.umb.edu>
  208.  
  209.         * special.c (quote_special): Don't send trailing quote, and do
  210.         delimit the @setspecial with a space.
  211.  
  212. Fri Oct  7 11:46:30 1994  Karl Berry  <karl@cs.umb.edu>
  213.  
  214.         * util.c (xmalloc): Don't malloc 0.
  215.  
  216.         * dvi_init.c (magstepval): Set the dpi as well as the magstep.
  217.  
  218.         * psgs.c [NOPS_GS]: Change conditional to this.
  219.  
  220.         * dvi_init.c (select_filename); Declare set_icon_and_title.
  221.  
  222.         * psnews.c (SYSV): #undef this before including the NeWS headers.
  223.         From pete@lovelace.thi.informatik.uni-frankfurt.de.
  224.  
  225.         * xdvi.man: Remove Vojta's XDVIMAKEPK description, it doesn't
  226.         apply to us (yet).
  227.  
  228.         * config.h (MAKEPK): Don't bother defining this, we never use it.
  229.  
  230. Thu Oct  6 14:40:21 1994  Karl Berry  <karl@cs.umb.edu>
  231.  
  232.         * psdps.c, psnews.c: Include config.h instead of xdvi.h.
  233.         * psgs.c [PS_GS]: Conditionalize file.
  234.  
  235.         * xgetcwd.c: Include kpathsea/c-dir.h (renamed from dir.h).  From
  236.         blair@olympia.gps.caltech.edu.
  237.  
  238.         * Makefile.in (DEFS): Don't define anything extra here.
  239.         * config.h (PS_GS, BUTTONS, SELFILE) [NO...]: Define them here.
  240.  
  241.         * xgetcwd.c: Don't assign a constant string after malloc-ing.
  242.         From john@minster.york.ac.uk.
  243.  
  244.         * xdvi.c: Support --help.
  245.  
  246. Mon Sep 12 11:06:51 1994  Karl Berry  (karl@cs.umb.edu)
  247.  
  248.         * Version 18b.
  249.  
  250. Sun Sep 11 14:31:21 1994  Karl Berry  (karl@cs.umb.edu)
  251.  
  252.         * psgs.c: Include <sys/time.h> to get timeval.
  253.         * events.c (string): #define this to avoid cc choking on a
  254.         type/variable clash.
  255.  
  256. Wed Sep  7 16:28:46 1994  Karl Berry  (karl@cs.umb.edu)
  257.  
  258.         * Version 18a.
  259.  
  260. Sat Sep  3 09:00:59 1994  Karl Berry  (karl@cs.umb.edu)
  261.  
  262.         * psgs.c [!STREAMSCONN && _AIX]: Include <sys/select.h>.
  263.  
  264.         * events.c (sprintf, atof): Do not declare.
  265.  
  266.         * Makefile.in (distclean): Add psheader.c.
  267.         (post-dist-*): Remove psheader.c.
  268.  
  269. Fri Sep  2 13:19:58 1994  Karl Berry  (karl@cs.umb.edu)
  270.  
  271.         * Makefile.in (default): New target.
  272.         (program_files): Include psheader.txt.
  273.  
  274. Thu Aug 25 14:21:13 1994  Karl Berry  (karl@cs.umb.edu)
  275.  
  276.         * xdvi.c, xdvi.h, xdvi.man: New debug bit.
  277.  
  278. Sun Aug 21 12:21:40 1994  Karl Berry  (karl@cs.umb.edu)
  279.  
  280.         * Makefile.in: Include programs.make.
  281.  
  282. Wed Aug 17 16:05:03 1994  Karl Berry  (karl@cs.umb.edu)
  283.  
  284.         * xdvi.c, events.c, dvi_init.c [SELFILE]: Add SELFILE support.
  285.  
  286. Tue Aug 16 14:00:37 1994  Karl Berry  (karl@cs.umb.edu)
  287.  
  288.         * special.c (psfig_special, epsf_special): Do path searching for
  289.         the eps file.
  290.         (draw_file, find_fig_file): New routines.
  291.  
  292. Mon Aug 15 13:45:33 1994  Karl Berry  (karl@cs.umb.edu)
  293.  
  294.         * Makefile.in (objects): Unconditionally include sf*.o.
  295.         * sf*.c [SELFILE]: #ifdef all these files.
  296.  
  297. Sun Aug 14 11:42:25 1994  Karl Berry  (karl@cs.umb.edu)
  298.  
  299.         * xdvi.c (-version): Add this support back.
  300.  
  301.         * config.h (USE_PK, USE_GF): Define these.
  302.         
  303.         * dvi_init.c (load_font): Use kpse_bitmap_tolerance.
  304.     * font-open.c (font_open): Now load_font wants the dpi, not the mag.
  305.  
  306. Sat Aug 13 16:34:58 1994  Karl Berry  (karl@cs.umb.edu)
  307.  
  308.         * All files: Update for xdvi patchlevel 18.
  309.  
  310. Tue Aug  2 15:03:43 1994  Karl Berry  (karl@cs.umb.edu)
  311.  
  312.         * xdvi.c, xdvi.h (DBG_DB_BUILD): Replace with DBG_HASH.
  313.  
  314. Fri Jul 29 11:51:06 1994  Karl Berry  (karl@cs.umb.edu)
  315.  
  316.         * xdvi.h: Make the default be to *not* foil X's wchar_t.
  317.  
  318. Tue Jun 21 14:11:54 1994  Karl Berry  (karl@cs.umb.edu)
  319.  
  320.         * epsf.c: Set psfig_angle to 0.0 by default, and pass in 0.0, not 0.
  321.  
  322.         * xdvi.c (main): Set kpathsea debugging flags.
  323.  
  324.         * epsf.c: Call kpse_find_tex.
  325.         * font-open.c (font_open): Arrange for new return type.
  326.  
  327. Mon Jun 20 15:09:36 1994  Karl Berry  (karl@cs.umb.edu)
  328.  
  329.         * xdvi.c (main): Call kpse_init_prog.
  330.  
  331. Sat Jun 18 17:41:10 1994  Karl Berry  (karl@cs.umb.edu)
  332.  
  333.         * xdvi.c: Enable MakeTeXPK by default.
  334.  
  335. Mon Jun 13 10:08:42 1994  Karl Berry  (karl@cs.umb.edu)
  336.  
  337.         * Makefile.in: Use $@ where appropriate, make kpathsea first.
  338.  
  339.         * dvi_init.c (load_font): Don't call kpse_set_maketex_mag here,
  340.         let kpathsea do it.
  341.  
  342. Thu Jun  2 11:15:28 1994  Karl Berry  (karl@cs.umb.edu)
  343.  
  344.         * xdvi.man: It's -d, not -debug. From robv@sara.nl.
  345.  
  346.         * xgetcwd.c [HAVE_GETWD]: Include c-pathmx.h. From
  347.         queinnec@cenatls.cena.dgac.fr.
  348.  
  349. Tue May 31 10:58:21 1994  Karl Berry  (karl@cs.umb.edu)
  350.  
  351.         * epsf.c (get_bb_from_file): New function.
  352.         (parse_special): Call it.
  353.  
  354.         * util.c (xfopen): Try to keep only 5 files open, not 10.
  355.  
  356. Tue Apr 26 14:04:57 1994  Karl Berry  (karl@cs.umb.edu)
  357.  
  358.         * configure.in: Use AC_FIND_XTRA, for Autoconf 1.9.
  359.  
  360. Mon Apr 18 13:19:20 1994  Karl Berry  (karl@ra.cs.umb.edu)
  361.  
  362.         * Makefile.in (x_cppflags, x_ldflags, x_extra_libs): Changes for
  363.         new configure.
  364.  
  365. Sun Apr 17 16:16:47 1994  Karl Berry  (karl@ra.cs.umb.edu)
  366.  
  367.         * Makefile.in (top_srcdir): Define this for configure to substitute.
  368.  
  369. Thu Apr  7 09:01:02 1994  Karl Berry  (karl@cs.umb.edu)
  370.  
  371.         * epsf.c: (psfig): Toss dead code. From Uwe.
  372.  
  373. Thu Mar 31 07:20:39 1994  Karl Berry  (karl@cs.umb.edu)
  374.  
  375.         * Version 1.8.
  376.  
  377. Thu Mar 24 09:08:21 1994  Karl Berry  (karl@cs.umb.edu)
  378.  
  379.         * epsf.c (get_bitmap, psfig): Support for `zcat ...`. From Karen
  380.         Barrett.
  381.  
  382. Wed Mar 16 11:48:05 1994  Karl Berry  (karl@cs.umb.edu)
  383.  
  384.         * epsf.c (get_bitmap): Use KPSE_NONFONT_PATH instead of
  385.         kpse_init_path, so the envvar list gets null-terminated. From Alan
  386.         Barnes.
  387.  
  388. Sun Mar 13 17:19:43 1994  Karl Berry  (karl@cs.umb.edu)
  389.  
  390.         * epsf.c (psfig): Correct for magnifications. From Uwe.
  391.  
  392. Fri Mar 11 14:23:23 1994  Karl Berry  (karl@cs.umb.edu)
  393.  
  394.         * util.c (xfopen): Always try closing a file if the fopen fails,
  395.         and don't wait for n_files_left == 0.
  396.  
  397. Sat Mar  5 15:08:27 1994  Karl Berry  (karl@cs.umb.edu)
  398.  
  399.         * dvi_init.c (load_font): Malloc fontp->fontname, so it can be freed.
  400.  
  401. Thu Mar  3 08:51:56 1994  Karl Berry  (karl@cs.umb.edu)
  402.  
  403.         * Version 1.7.
  404.  
  405. Thu Feb 24 10:28:59 1994  Karl Berry  (karl@cs.umb.edu)
  406.  
  407.         * font-open.c (try_vf): Rename to kpse_find_vf and move to kpathsea.
  408.         (font_open): Change call.
  409.         (init_font_open): No longer needed.
  410.         * xdvi.c (init_font_open): Remove call.
  411.  
  412. Wed Feb 23 15:57:25 1994  Karl Berry  (karl@cs.umb.edu)
  413.  
  414.         * epsf.c (Moan): Do not conditionalize on being hushed.
  415.  
  416.         * xdvi.c (main): Initialize all maketexpk-related stuff here.
  417.         * font-open.c (init_font_open): Instead of some here.
  418.  
  419. Tue Feb 22 11:40:20 1994  Karl Berry  (karl@cs.umb.edu)
  420.  
  421.         * xdvi.c: Add support for -mfmode and a .mfmode resource to pass
  422.         to MakeTeXPK.
  423.  
  424.         * Makefile.in (c-auto.h.in): #undef SMART_PUTENV.
  425.  
  426. Mon Feb 21 16:48:32 1994  Karl Berry  (karl@cs.umb.edu)
  427.  
  428.         * tpic.c, epsf.c: Include angle support. From
  429.         bon@LTE.E-TECHNIK.uni-erlangen.de.
  430.  
  431.         * x11-Xt.c: Include c-systypes.h for still more wchar_t kludgery.
  432.  
  433.         * epsf.c (epsfile): Take the magnification into account.
  434.         (magnification): Declare.
  435.         * dvi_init.c (magnification): Declare extern, not static.
  436.         From J.S.Peatfield@amtp.cam.ac.uk.
  437.  
  438.         * xdvi.c (main): Initialize MAKETEX_BASE_DPI (and correct name
  439.         from MAKETEX_DPI), instead of ...
  440.         * dvi_init.c (load_font): ... here.
  441.  
  442.         * epsf.c (get_bitmap): Use KPSE_FIG_PATH instead of KPSE_TEX_PATH,
  443.         for compatibility with dvips.
  444.  
  445.         * dvi_init.c (load_font): Cast args to kpse_bitmap_tolerance for the
  446.         sake of non-ANSI compilers.
  447.  
  448. Wed Feb  2 09:59:37 1994  Karl Berry  (karl@cs.umb.edu)
  449.  
  450.         * Version 1.6.
  451.  
  452.         * dvi_init.c (load_font): Move the dpi toleration code to
  453.         kpse_check_bitmap_tolerance, and use it.
  454.  
  455. Tue Feb  1 10:52:16 1994  Karl Berry  (karl@cs.umb.edu)
  456.  
  457.         * xdvi.man: Improve pixelsPerInch description.
  458.  
  459. Mon Jan 24 07:28:08 1994  Karl Berry  (karl@cs.umb.edu)
  460.  
  461.         * Version 1.5.
  462.  
  463. Sun Jan 23 16:21:47 1994  Karl Berry  (karl@cs.umb.edu)
  464.  
  465.         * xdvi.h (wchar_t): Remove conditional on __INT_WCHAR_T, since gcc
  466.         always defines that.
  467.  
  468. Fri Jan 21 07:44:39 1994  Karl Berry  (karl@cs.umb.edu)
  469.  
  470.         * util.c (xmalloc): Don't try to allocate zero bytes. From Martyn.
  471.  
  472. Tue Jan 11 06:26:55 1994  Karl Berry  (karl@cs.umb.edu)
  473.  
  474.         * xdvi.c (keystroke): Make `j' and `g' synonyms.
  475.         * xdvi.man: Document.
  476.  
  477. Fri Dec 24 13:15:07 1993  Karl Berry  (karl@sorrel.hq.ileaf.com)
  478.  
  479.     * xdvi.h (wchar_t) [! __INT_WCHAR_T_H]: Conditionalize for aviion.
  480.  
  481. Tue Dec 21 19:24:34 1993  Karl Berry  (karl@cs.umb.edu)
  482.  
  483.         * xdvi.h (X_WCHAR): Define.
  484.  
  485.         * Makefile.in (program): Include x_lib_flags explicitly, since we
  486.         took out of common.make.
  487.  
  488. Sat Dec 18 15:03:09 1993  Karl Berry  (karl@cs.umb.edu)
  489.  
  490.         * epsf.c: Unindent # directives.
  491.  
  492.         * xdvi.h (wchar_t): Define to a nonsense symbol.
  493.  
  494. Sat Dec 18 14:47:01 1993  Karl Berry  (karl@owl.hq.ileaf.com)
  495.  
  496.     * xdvi.h (NORETURN): Define to be VOLATILE, not volatile. gcc
  497.     -traditional doesn't support volatile.
  498.  
  499. Thu Dec  9 09:08:11 1993  Karl Berry  (karl@cs.umb.edu)
  500.  
  501.     * dvi_init.c (define_font): Don't call magstepvalue any more.
  502.     (magstepvalue): #if 0 this.
  503.  
  504. Wed Dec  8 08:46:59 1993  Karl Berry  (karl@cs.umb.edu)
  505.  
  506.     * epsf.c (parse_special): Accept floating-point in the special
  507.     (but round them to integers anyway).
  508.  
  509. Tue Dec  7 13:57:43 1993  Karl Berry  (karl@cs.umb.edu)
  510.  
  511.     * dvi_init.c (load_font): Call kpse_set_maketex_mag instead of
  512.     figuring out the magstep value and setting it ourselves.
  513.  
  514.     * font-open.c (font_open, init_font_open): Round the
  515.     MAKETEX_BASE_DPI and the dpi passed to kpse_find_glyph_format,
  516.     instead of truncating.
  517.  
  518.     * xdvi.c (main): Really allow just `xdvi -version' to work.
  519.  
  520. Fri Dec  3 12:31:17 1993  Karl Berry  (karl@cs.umb.edu)
  521.  
  522.     * epsf.c: Reenable the bit reversal, and leave out the Sparc
  523.     reversal. This code works properly on all four permutations of
  524.     running and displaying on LittleEndian and BigEndian (32-bit)
  525.     machines.
  526.  
  527.     * Makefile.in (DEFS): Nah, take BDPI=600 back out.
  528.  
  529.     * c-openmx.h: New file.
  530.     * xdvi.h (n_files_left): Don't initialize here.
  531.     * xdvi.c (main): Initialize here (to OPEN_MAX).
  532.     Reported by norm@ora.com.
  533.  
  534.     * xdvi.c: Print version number even if no other args. Reported by
  535.     norm@ora.com.
  536.  
  537. Sat Nov 27 12:37:43 1993  Karl Berry  (karl@cs.umb.edu)
  538.  
  539.     * font-open.c (kpathsea/init-path.h): No need to include this.
  540.  
  541.     * Makefile.in (DEFS): Add -DBDPI=600.
  542.  
  543. Fri Nov 19 13:49:38 1993  Karl Berry  (karl@cs.umb.edu)
  544.  
  545.     * epsf.c (get_bitmap): Don't reverse the bits, according to
  546.     howse@baku.eece.unm.edu.
  547.  
  548.     * xdvi.h (DBG_EPS): New debugging option.
  549.     (DBG_ALL): Include it.
  550.     * epsf.c (get_bitmap): Show the cmd and don't throw away output if
  551.     DBG_EPS.
  552.     * xdvi.man: Document -d.
  553.  
  554. Thu Nov 11 11:06:49 1993  Karl Berry  (karl@cs.umb.edu)
  555.  
  556.     * Makefile.in (xincludedir, xlibdir, wlibs): Rename these.
  557.  
  558. Fri Nov  5 06:14:40 1993  Karl Berry  (karl@cs.umb.edu)
  559.  
  560.     * epsf.c (Moan): Correct typo in message.
  561.  
  562. Thu Nov  4 14:43:38 1993  Karl Berry  (karl@cs.umb.edu)
  563.  
  564.     * xdvi.c (enable_intr) [SA_RESTART]: Rewrite to use sigemptyset
  565.     etc. a la web2c, so sigaction is called with proper args.
  566.  
  567. Wed Nov  3 14:43:05 1993  Karl Berry  (karl@cs.umb.edu)
  568.  
  569.     * Version 1.4.
  570.  
  571. Sun Oct 31 11:25:22 1993  Karl Berry  (karl@cs.umb.edu)
  572.  
  573.     * xdvi.c (main): Set foreGC if !set_bits, etc. From Paul.
  574.  
  575.     * xdvi.c (main): remove_suffix from the icon name. Idea from
  576.     rbhumbla@UCSD.EDU.
  577.  
  578. Sat Oct 30 11:57:21 1993  Karl Berry  (karl@cs.umb.edu)
  579.  
  580.     * xdvi.c (enable_intr): Comment out #endif tokens.
  581.  
  582. Fri Oct 29 19:43:51 1993  Karl Berry  (karl@cs.umb.edu)
  583.  
  584.     * dvi_init.c (load_font): Use KPSE_BITMAP_TOLERANCE to figure out
  585.     when we should give a dpi complaint.
  586.  
  587. Thu Oct 28 14:26:42 1993  Karl Berry  (karl@cs.umb.edu)
  588.  
  589.     * xdvi.c (enable_intr) [SA_RESTART]: Call sigaction.  From
  590.     Martyn.Johnson@cl.cam.ac.uk.
  591.  
  592.     * configure.in: Call AC_FIND_XTRA.
  593.  
  594. Fri Oct 22 13:22:51 1993  Karl Berry  (karl@cs.umb.edu)
  595.  
  596.     * Makefile.in (makeargs): Don't pass srcdir.
  597.     ($(kpathsea)): Depend on files in srcdir.
  598.     (xdvi.1): xdvi.man is in srcdir.
  599.         From simon@lia.di.epfl.ch.
  600.  
  601. Tue Oct 19 12:07:58 1993  Karl Berry  (karl@cs.umb.edu)
  602.  
  603.     * MACHINES: New entries from simon.
  604.  
  605. Thu Oct  7 13:11:16 1993  Karl Berry  (karl@cs.umb.edu)
  606.  
  607.     * xdvi.c (gamma): Replace with `xd_gamma', to avoid clash with
  608.     the math fn.  (From michal@gortel.phys.ualberta.ca.)
  609.  
  610. Wed Oct  6 08:50:21 1993  Karl Berry  (karl@cs.umb.edu)
  611.  
  612.     * Version 1.3.
  613.  
  614. Sun Oct  3 14:11:43 1993  Karl Berry  (karl@cs.umb.edu)
  615.  
  616.     * config.h (_GCC_WCHAR_T): Move definition to Kpathsea.
  617.  
  618. Sat Oct  2 19:32:30 1993  Karl Berry  (karl@cs.umb.edu)
  619.  
  620.     * Makefile.in (install-*): Don't reassign PATH, just invoke
  621.     mkdirchain explicitly.
  622.  
  623. Thu Sep 30 06:14:00 1993  Karl Berry  (karl@cs.umb.edu)
  624.  
  625.     * MACHINES: Add info for gcc -static.
  626.  
  627.     * xdvi.c (application_resources) [MAKETEXPK]: Terminate struct
  628.     element properly.
  629.  
  630. Wed Sep 29 15:21:49 1993    (karl@terminus.cs.umb.edu)
  631.  
  632.     * Version 1.2.
  633.  
  634.     * config.h (_GCC_WCHAR_T): Define.
  635.  
  636. Tue Sep 28 13:11:41 1993  Karl Berry  (karl@cs.umb.edu)
  637.  
  638.     * xdvi.c (put_grey_rectangle): Don't take the address of an array.
  639.  
  640. Sat Sep 25 11:00:40 1993  Karl Berry  (karl@cs.umb.edu)
  641.  
  642.     * xdvi.c (main): Set use_maketexpk from the resource structure.
  643.  
  644. Fri Sep 24 14:56:12 1993  Karl Berry  (karl@red.cs.umb.edu)
  645.  
  646.     * epsf.c (L_tmpnam) [!L_tmpnam]: Define.
  647.  
  648. Thu Sep 23 14:10:02 1993  Karl Berry  (karl@cs.umb.edu)
  649.  
  650.     * font-open.c (init_font_open): don't getenv XDVIMAKEPK twice.
  651.  
  652.     * configure.in: Use the Autoconf macro AC_FIND_X.
  653.  
  654. Wed Sep 15 19:58:55 1993  Karl Berry  (karl@cs.umb.edu)
  655.  
  656.     * epsf.c (get_bitmap): cat the EPS filename as found by the path
  657.     searching, not the original psfname.
  658.  
  659.     * pxl.c: Remove from the distribution.
  660.  
  661.     * tpic.c (applicationDoSpecial): Check for PSfile and psfile, in
  662.     lieu of using strncasecmp.
  663.  
  664. Sun Sep 12 16:28:57 1993  Karl Berry  (karl@cs.umb.edu)
  665.  
  666.     * xdvi.h (use_maketexpk): New (sort of) global.
  667.     * xdvi.c (-maketexpk, +maketexpk): New option.  What a mess to add
  668.     a new option.
  669.     * font-open.c (init_font_open): Enable from the variable; remove
  670.     #ifdef around support code.
  671.     * INSTALL: -DMAKETEXPK just changes the default now.
  672.  
  673.     * xdvi.h (GREY) [!NOGREY]: Define.
  674.     (TEXXSET) [!NOTEXXET]: Define.
  675.     * INSTALL: Document.
  676.  
  677. Fri Sep  3 18:58:55 1993  Karl Berry  (karl@cs.umb.edu)
  678.  
  679.     * epsf.c: Use path searching to find the EPS file.
  680.  
  681.     * epsf.c (strdup): Remove this, kpathsea already has the equivalent.
  682.  
  683.     * xdvi.{c,h,man}, tpic.c, Makefile.in: Update for epsf patch from
  684.     deweerd@wisnuf.physics.wisc.edu.
  685.     * epsf.[ch]: New files.
  686.  
  687. Sun Aug 29 11:38:25 1993  Karl Berry  (karl@cs.umb.edu)
  688.  
  689.     * Makefile.in (install-*): Use $(PATH) instead of $$PATH.
  690.  
  691. Sat Aug 28 13:27:11 1993  Karl Berry  (karl@cs.umb.edu)
  692.  
  693.     * configure: Regenerate, to get aclocal fix.  Sigh.
  694.  
  695. Wed Aug 25 17:25:04 1993  Karl Berry  (karl@cs.umb.edu)
  696.  
  697.     * Version 1.1.
  698.  
  699. Sun Aug 22 13:06:31 1993  Karl Berry  (karl@cs.umb.edu)
  700.  
  701.     * xdvi.c (redraw): Change call to setjmp a la below.
  702.  
  703. Thu Aug  5 09:03:16 1993  Karl Berry  (karl@cs.umb.edu)
  704.  
  705.     * Version 1.0.
  706.  
  707. Wed Aug  4 13:50:54 1993  Karl Berry  (karl@cs.umb.edu)
  708.  
  709.     * Makefile.in (post-dist-$(distname)): New empty target, other
  710.     minor changes so dvips will fit.
  711.  
  712. Tue Aug  3 17:51:07 1993  Karl Berry  (karl@fishbowl.hq.ileaf.com)
  713.  
  714.     * xdvi.c [!TOOLKIT]: Set kpse_fallback_font from the resources,
  715.     not the nonexistent alt_font, and assign it from ALTFONT, not
  716.     trying to use the RESOURCE macro.
  717.  
  718. Tue Aug  3 11:51:00 1993  Karl Berry  (karl@sorrel.hq.ileaf.com)
  719.  
  720.     * xdvi.h: Do not include <X11/Xfuncs.h>; it causes trouble on the
  721.     Alpha and Aviion vis-a-vis bcopy.
  722.  
  723. Tue Aug  3 10:31:39 1993  Karl Berry  (karl@starlight.hq.ileaf.com)
  724.  
  725.     * config.h (SYSV) [STDC_HEADERS]: Define.  I hate X.
  726.  
  727. Tue Aug  3 10:15:18 1993  Karl Berry  (karl@blood.hq.ileaf.com)
  728.  
  729.     * dvi_init.c (dvi_oops_str): New global.
  730.     (dvi_oops): Set it, instead of assuming int<->ptr correspondence
  731.     for longjmp.
  732.     (open_dvi_file): Use it, and go back to proper int return from setjmp.
  733.  
  734. Sat Jul 31 11:35:30 1993  Karl Berry  (karl@cs.umb.edu)
  735.  
  736.     * configure.in: Do AC_VPRINTF.
  737.     * config.h (vprintf): Define to _doprnt if we have it.
  738.  
  739.     * configure.in: Remove AC_PREFIX.
  740.  
  741. Fri Jul 30 12:39:15 1993  Karl Berry  (karl@cs.umb.edu)
  742.  
  743.     * Makefile.in [hayley]: Define `autoconf', so will remake
  744.     automatically.
  745.  
  746. Tue Jul 27 11:50:50 1993  Karl Berry  (karl@cs.umb.edu)
  747.  
  748.     * font-open.c (init_font_open): No need for tex-paths.h, and no
  749.     arg to KPSE_VF_PATH.
  750.  
  751.     * dvi_init.c (open_dvi_file): Rewrite to look for foo.dvi first.
  752.  
  753. Sun Jul 25 10:44:13 1993  Karl Berry  (karl@cs.umb.edu)
  754.  
  755.     * Makefile.in (install*): Add $(srcdir) to PATH for mkdirchain, not .
  756.     * xdvi.1: New target to make from xdvi.man.
  757.     * mksedscript: New file.
  758.  
  759. Sat Jul 24 10:45:01 1993  Karl Berry  (karl@cs.umb.edu)
  760.  
  761.     * All files: Update for xdvi patchlevel 17.
  762.  
  763. Wed Jul 21 19:45:25 1993  Karl Berry  (karl@cs.umb.edu)
  764.  
  765.     * Makefile.in (configclean): New target.
  766.  
  767. Tue Jul  6 08:09:49 1993  Karl Berry  (karl@cs.umb.edu)
  768.  
  769.     * font-open.c (init_pxl_open): Set fallback font to cmr10.
  770.  
  771. Mon Jul  5 08:48:57 1993  Karl Berry  (karl@cs.umb.edu)
  772.  
  773.     * paths.h*: Remove.
  774.     * Makefile.in (paths.h): Remove.
  775.     (xdvi.1): Remove references to DEFAULT_fmt_PATH.
  776.  
  777.     * dvi-init.c (dvi_oops): Restore the longjmp business, instead of
  778.     making it a fatal error.
  779.  
  780.     * config.h: Remove kpathsea includes.
  781.     * dvi-init.c (kpathsea/c-fopen.h): Include this.
  782.  
  783.     * font-open.c: Include <kpathsea/init-path.h>.
  784.  
  785. Sun Jul  4 11:02:24 1993  Karl Berry  (karl@cs.umb.edu)
  786.  
  787.     * (all files): Various cleanups for gcc warnings.
  788.  
  789.     * Makefile.in (xdvi.1): Do the sed script right here.
  790.     (mksedscript): Delete.
  791.     (dist): Don't dist mksedscript.
  792.     * xdvi.man: Simplify conditionals, etc.
  793.  
  794. Fri Jul  2 12:14:19 1993  Karl Berry  (karl@cs.umb.edu)
  795.  
  796.     * font-open.c (init_pxl_open): Rewrite size routines to use
  797.     kpathsea facilities.
  798.  
  799. Thu Jul  1 15:49:13 1993  Karl Berry  (karl@cs.umb.edu)
  800.  
  801.     * font-open.c: Rewrite for new pathsearch routines.
  802.  
  803. Tue Jun 29 13:35:27 1993  Karl Berry  (karl@cs.umb.edu)
  804.  
  805.     * Makefile.in (../$(srcdir)): Change to $(srcdir)/.., so absolute
  806.     paths will work.
  807.  
  808. Sat Jun 26 11:43:34 1993  Karl Berry  (karl@cs.umb.edu)
  809.  
  810.     * font-open.[ch]: Rename from pxl-open.[ch].
  811.  
  812. Thu Jun 24 19:05:30 1993  Karl Berry  (karl@cs.umb.edu)
  813.  
  814.     * configure.in: Include common.ac.
  815.     * Makefile.in: Corresponding changes.
  816.  
  817. Tue Jun 22 10:01:59 1993  Karl Berry  (karl@cs.umb.edu)
  818.  
  819.     * Makefile.in (default_pk_path): Use $(prefix).
  820.  
  821. Tue May 25 10:08:30 1993  Karl Berry  (karl@cs.umb.edu)
  822.  
  823.     * configure.in (AC_HAVE_HEADERS): Test for `pwd.h'.
  824.  
  825. Sat May 22 11:22:28 1993  Karl Berry  (karl@cs.umb.edu)
  826.  
  827.     * Makefile.in (dist): Run gzip -9.
  828.  
  829. Tue May 18 13:53:01 1993  Karl Berry  (karl@cs.umb.edu)
  830.  
  831.     * Makefile.in (install-*): mkdirchain on install dirs, and put
  832.     mkdirchain in the dist.
  833.  
  834. Mon May 10 07:13:20 1993  Karl Berry  (karl@cs.umb.edu)
  835.  
  836.     * Version 0.30.
  837.  
  838. Sun May  9 10:35:33 1993  Karl Berry  (karl@cs.umb.edu)
  839.  
  840.     * Makefile.in (extraclean): add *.i and *.s.
  841.  
  842. Fri May  7 11:44:02 1993  Karl Berry  (karl@cs.umb.edu)
  843.  
  844.     * Makefile.in (dist): Depend on TAGS, and rewrite for new setup.
  845.  
  846. Tue May  4 09:21:12 1993  Karl Berry  (karl@cs.umb.edu)
  847.  
  848.     * Makefile.in (info check dvi): New targets (that do nothing).
  849.  
  850.     * xdvi.c (main) [TOOLKIT]: Set icon name to DVI file basename
  851.     instead of `dvi'.
  852.  
  853.     * Many files: Use <kpathsea/...> instead of "...".
  854.  
  855. Fri Apr 30 16:34:47 1993  Karl Berry  (karl@cs.umb.edu)
  856.  
  857.     * xdvi.h: Don't bother to include lib.h and types.h.
  858.  
  859. Sat Apr 24 16:53:59 1993  Karl Berry  (karl@cs.umb.edu)
  860.  
  861.     * Makefile.in, config.h, configure.in, etc: Major surgery to use
  862.     the path searching as a separate library, instead of just having
  863.     all the files in the main source directory.
  864.  
  865. Fri Apr 23 16:46:08 1993  Karl Berry  (karl@cs.umb.edu)
  866.  
  867.     * configure.in (AC_CONST): Add this.
  868.  
  869. Tue Apr 20 06:58:07 1993  Karl Berry  (karl@cs.umb.edu)
  870.  
  871.     * pathshare from web2c.
  872.  
  873. Sun Apr 11 18:58:43 1993  Karl Berry  (karl@cs.umb.edu)
  874.  
  875.     * Version 0.29.
  876.  
  877. Sat Apr 10 14:55:57 1993  Karl Berry  (karl@cs.umb.edu)
  878.  
  879.     * config.h (UNIX_ST_NLINK): Define unless on foreign OS.
  880.  
  881.     * Makefile.in (uninstall*): New targets.
  882.  
  883.     * configure.in: Do AC_XENIR_DIR after AC_DIR_HEADER.
  884.  
  885.     * Makefile.in (ALLOCA): Define as alloca.o.
  886.         (OBJS): Include ALLOCA.
  887.  
  888. Mon Mar 29 08:28:36 1993  Karl Berry  (karl@cs.umb.edu)
  889.  
  890.     * Version 0.28.
  891.  
  892.     * Makefile.in (default_pk_path): Put . first.
  893.  
  894. Sun Mar 28 16:58:27 1993  Karl Berry  (karl@cs.umb.edu)
  895.  
  896.     * xdvi.icon (xdvi_bits): Change to unsigned char.  (From
  897.     blair@seismo.gps.caltech.edu.)
  898.  
  899. Thu Mar 25 16:01:09 1993  Karl Berry  (karl@cs.umb.edu)
  900.  
  901.     * configure.in (AC_ISC_WLIBS): Remove.
  902.         * aclocal.m4: New version, see web2c ChangeLog.
  903.  
  904. Mon Mar 22 06:13:57 1993  Karl Berry  (karl@cs.umb.edu)
  905.  
  906.     * Version 0.27.
  907.  
  908. Sat Mar 13 11:02:01 1993  Karl Berry  (karl@cs.umb.edu)
  909.  
  910.     * pxl-open.c (try_format): Don't free `name' until after we've
  911.     used it.
  912.  
  913.     * dvi-init.c: Doc fix.
  914.  
  915.     * Makefile.in (CPPFLAGS): Add @DEFS@, for -DHAVE_CONFIG_H.
  916.  
  917. Mon Mar  8 06:27:53 1993  Karl Berry  (karl@cs.umb.edu)
  918.  
  919.     * Version 0.26 (also fixed bad decl in lib.h).
  920.  
  921. Tue Mar  2 16:55:14 1993  Karl Berry  (karl@cs.umb.edu)
  922.  
  923.     * Makefile.in (install): Depend on install-data.
  924.  
  925. Mon Mar  1 06:27:22 1993  Karl Berry  (karl@cs.umb.edu)
  926.  
  927.     * Version 0.25.  (aclocal got changed.)
  928.  
  929. Mon Feb 22 06:21:47 1993  Karl Berry  (karl@cs.umb.edu)
  930.  
  931.     * Version 0.24.
  932.  
  933. Sun Feb 14 17:50:43 1993  Karl Berry  (karl@cs.umb.edu)
  934.  
  935.     * Makefile.in (install): Split into install-exec and install-data.
  936.  
  937. Tue Feb  9 20:37:45 1993  Karl Berry  (karl@cs.umb.edu)
  938.  
  939.     * gf.c (too_many_bits): Don't take an arg, as the info isn't
  940.     convenient to pass and it's not too important.
  941.  
  942.     * xdvi.h (make_suffix): No need to declare here anymore, as it's
  943.     in lib.h.
  944.  
  945. Sun Feb  7 20:00:21 1993  Karl Berry  (karl@cs.umb.edu)
  946.  
  947.     * Version 0.23.
  948.  
  949. Mon Feb  1 06:20:56 1993  Karl Berry  (karl@cs.umb.edu)
  950.  
  951.     * Version 0.22.
  952.  
  953. Fri Jan 29 17:26:09 1993  Karl Berry  (karl@cs.umb.edu)
  954.  
  955.     * Makefile.in (CPPFLAGS): Don't bother with `-I.'.
  956.  
  957.     * fontmap.[ch] et al.: Incorporated stuff from web2c.
  958.         * pxl-open.c (pxl_open): Do the font mapping if the first try fails.
  959.  
  960. Sun Jan 24 10:35:58 1993  Karl Berry  (karl@cs.umb.edu)
  961.  
  962.     * xdvi.c [!TOOLKIT]: Use None instead of NULL for x_bar and y_bar
  963.     (which are Windows) assignments; ditto for call to
  964.     XSetStandardProperties.
  965.  
  966.     * xdvi.c [!TOOLKIT && !X10]: Use XLookupString, not XLookupStr.
  967.     That's definitely the name in R5.  Not sure about R4.
  968.  
  969.     * mksedscript: Remove spurious backslash.  (from
  970.     interran@uluru.Stanford.EDU).
  971.  
  972. Wed Jan 20 07:55:23 1993  Karl Berry  (karl@cs.umb.edu)
  973.  
  974.     * xdvi.h (FATAL*): Now in lib.h.
  975.  
  976.     * Version 0.21.
  977.  
  978. Sun Jan 17 17:47:15 1993  Karl Berry  (karl@cs.umb.edu)
  979.  
  980.     * dvi-init.c: Doc fix.
  981.  
  982. Thu Jan 14 08:13:26 1993  Karl Berry  (karl@cs.umb.edu)
  983.  
  984.     * README: Add note about HP-VUE, which seems totally broken.
  985.  
  986. Sat Jan  9 15:22:17 1993  Karl Berry  (karl@cs.umb.edu)
  987.  
  988.     * Makefile.in (configure, config.status): cd $(srcdir) first.
  989.  
  990. Sun Jan  3 19:42:38 1993  Karl Berry  (karl@cs.umb.edu)
  991.  
  992.     * config.h: Move some includes to c-std.h.
  993.  
  994. Fri Jan  1 12:12:31 1993  Karl Berry  (karl@cs.umb.edu)
  995.  
  996.     * dirio.h, c-memstr.h, configure.in, c-auto.h.in: Changes for new
  997.     Autoconf.
  998.  
  999. Wed Dec 23 06:59:26 1992  Karl Berry  (karl@cs.umb.edu)
  1000.  
  1001.     * Version 0.20.
  1002.  
  1003. Sat Dec 19 10:39:08 1992  Karl Berry  (karl@cs.umb.edu)
  1004.  
  1005.     * Makefile.in (sedscript): Use $(SHELL) explicitly.
  1006.  
  1007.     * Makefile.in (paths.h): Don't depend on Makefile{,.in}.
  1008.  
  1009.     * dvi-init.c (define_font): Print the font's filename, not just
  1010.     the fontname
  1011.  
  1012. Mon Dec 14 07:28:09 1992  Karl Berry  (karl@cs.umb.edu)
  1013.  
  1014.     * Version 0.18 (whoops, should have been 0.19).
  1015.  
  1016. Fri Dec 11 15:20:51 1992  Karl Berry  (karl@cs.umb.edu)
  1017.  
  1018.     * mksedscript: Replace with version from meyering.
  1019.  
  1020.     * {dvi-draw,tpic,xdvi}.c: Change ctype references to use uppercase
  1021.     macros.
  1022.  
  1023. Thu Dec 10 10:35:42 1992  Karl Berry  (karl@cs.umb.edu)
  1024.  
  1025.     * GNUmakefile.in (GNUmakefile): Add $(srcdir) to dependency, and
  1026.     use $(SHELL) instead of sh.
  1027.         (config.status): Use $(SHELL).
  1028.  
  1029. Wed Dec  2 07:14:26 1992  Karl Berry  (karl@cs.umb.edu)
  1030.  
  1031.     * Version 0.18.
  1032.  
  1033. Sun Nov 29 17:23:20 1992  Karl Berry  (karl@cs.umb.edu)
  1034.  
  1035.     * xdvi.c (atof) [!STDC_HEADERS]: Make declaration conditional.
  1036.         (sprintf): Don't declare.
  1037.  
  1038. Wed Oct 21 06:56:55 1992  Karl Berry  (karl@cs.umb.edu)
  1039.  
  1040.     * Version 0.17.
  1041.  
  1042. Tue Oct 20 12:00:32 1992  Karl Berry  (karl@cs.umb.edu)
  1043.  
  1044.     * pxl-open.c (try_format): Just concatenate the extension to the
  1045.     main font name, don't replace an existing suffix.
  1046.  
  1047. Thu Oct 15 08:35:06 1992  Karl Berry  (karl@cs.umb.edu)
  1048.  
  1049.     * configure: Ran Autoconf 1.2.
  1050.  
  1051. Wed Sep 23 07:51:54 1992  Karl Berry  (karl@cs.umb.edu)
  1052.  
  1053.         * Version 0.16.
  1054.  
  1055. Sun Sep 20 12:52:53 1992  Karl Berry  (karl@cs.umb.edu)
  1056.  
  1057.         * Makefile.in (config.status): use sh to run configure --no-create.
  1058.  
  1059.         * Makefile.in (realclean): OK, don't remove configure.
  1060.  
  1061. Thu Sep 17 07:41:04 1992  Karl Berry  (karl@hayley)
  1062.  
  1063.         * Version 0.15.
  1064.  
  1065. Mon Sep 14 18:00:37 1992  Karl Berry  (karl@hayley)
  1066.  
  1067.         * Makefile.in (config.status): new target.
  1068.         (Makefile): depend on config.status.
  1069.  
  1070. Sun Sep 13 07:22:09 1992  Karl Berry  (karl@hayley)
  1071.  
  1072.         * Makefile.in (realclean): depend on distclean.
  1073.  
  1074. Thu Sep 10 08:59:03 1992  Karl Berry  (karl@hayley)
  1075.  
  1076.         * Makefile.in (dist): include COPYING*.
  1077.  
  1078.         * Makefile.in (realclean): remove configure.
  1079.  
  1080. Wed Sep  9 06:27:23 1992  Karl Berry  (karl@hayley)
  1081.  
  1082.         * Version 0.14.
  1083.  
  1084. Tue Sep  8 16:51:00 1992  Karl Berry  (karl@hayley)
  1085.  
  1086.         * c-auto.h.in (_MINIX, _{ALL,POSIX,POSIX_1}_SOURCE): add #undef's
  1087.           for configure to define.
  1088.  
  1089.         * configure.in: test for more Unix variants.
  1090.  
  1091. Mon Sep  7 22:55:12 1992  Karl Berry  (karl@hayley)
  1092.  
  1093.         * Makefile.in (XCFLAGS): remove traces.
  1094.  
  1095. Fri Sep  4 08:47:23 1992  Karl Berry  (karl@hayley)
  1096.  
  1097.         * Makefile.in (extraclean): new target.
  1098.  
  1099. Thu Aug 27 08:57:10 1992  Karl Berry  (karl@hayley)
  1100.  
  1101.         * configure: regenerated from Autoconf 1.1.
  1102.  
  1103. Tue Aug 11 07:01:47 1992  Karl Berry  (karl@hayley)
  1104.  
  1105.         * Version 0.13.
  1106.  
  1107. Fri Jul 31 17:01:53 1992  Karl Berry  (karl@hayley)
  1108.  
  1109.         * Makefile.in (dist): include our aclocal.m4.
  1110.  
  1111.         * Makefile (LIBS): include $(extralibs), for the user.
  1112.  
  1113. Wed Jul 29 08:53:09 1992  Karl Berry  (karl@hayley)
  1114.  
  1115.         * Version 0.12 (ran pathshare).
  1116.  
  1117. Fri Jul 24 06:50:34 1992  Karl Berry  (karl@hayley)
  1118.  
  1119.         * Version 0.11.
  1120.  
  1121. Wed Jul 22 09:11:16 1992  Karl Berry  (karl@hayley)
  1122.  
  1123.         * configure.in: update for Autoconf 1.0.
  1124.  
  1125. Fri Jul 10 06:53:57 1992  Karl Berry  (karl@hayley)
  1126.  
  1127.         * Version 0.10.
  1128.  
  1129. Thu Jul  2 15:24:53 1992  Karl Berry  (karl@hayley)
  1130.  
  1131.         * Makefile.in (CPPFLAGS): new variable.
  1132.         (.c.o): use it.
  1133.         (CFLAGS): define as -g.
  1134.         (cdebug): remove.
  1135.         (LDFLAGS): use CFLAGS instead of cdebug.
  1136.  
  1137.         * Run Autoconf 0.119.
  1138.  
  1139. Wed Jul  1 07:49:26 1992  Karl Berry  (karl@hayley)
  1140.  
  1141.         * Version 0.9.
  1142.  
  1143. Sat Jun 27 11:03:44 1992  Karl Berry  (karl@hayley)
  1144.  
  1145.         * Makefile.in (paths.h): depend on Makefile.in and Makefile.
  1146.  
  1147. Thu Jun 25 10:03:21 1992  Karl Berry  (karl@hayley)
  1148.  
  1149.         * Makefile.in: changes for $(srcdir) from zoo@cygnus.com.
  1150.  
  1151. Tue Jun 23 09:04:51 1992  Karl Berry  (karl@hayley)
  1152.  
  1153.         * Version 0.8k.
  1154.  
  1155.         * configure.in: check for FASYNC and F_SETOWN at the same time as
  1156.           SIGIO (from bodo@ee.Princeton.EDU).
  1157.  
  1158. Tue Jun 16 06:14:23 1992  Karl Berry  (karl@hayley)
  1159.  
  1160.         * Version 0.7k.
  1161.  
  1162. Mon Jun 15 19:15:27 1992  Karl Berry  (karl@hayley)
  1163.  
  1164.         * xdvi.c (command_args): cast NULL as an XtArgVal to avoid a
  1165.           warning from gcc.
  1166.  
  1167.         * gf.c (gf_glyphs_fn): check the result from fseek while looking
  1168.           for the trailer, in case the GF file is bad.
  1169.  
  1170. Thu Jun 11 08:42:41 1992  Karl Berry  (karl@hayley)
  1171.  
  1172.         * Makefile.in (.NOEXPORT): new target, since Autoconf doesn't add
  1173.           it automatically any more.
  1174.  
  1175.         * configure.in (AC_TEST_PROG): rename to AC_TEST_PROGRAM, for new
  1176.           Autoconf.
  1177.  
  1178. Wed Jun 10 06:33:54 1992  Karl Berry  (karl@hayley)
  1179.  
  1180.         * Version 0.6k.
  1181.  
  1182. Fri Jun  5 11:50:50 1992  Karl Berry  (karl@hayley)
  1183.  
  1184.         * dvi-init.c (dvi_oops): call FATAL instead of longjmp-ing, since
  1185.           setjmp hasn't been called if xdvi is called on a non-DVI file.
  1186.  
  1187. Thu Jun  4 08:25:38 1992  Karl Berry  (karl@hayley)
  1188.  
  1189.         * configure.in: `return 0' instead of `exit (0)'.  (From Paul Eggert)
  1190.  
  1191.         * configure.in (AC_HEADER_FILE): rename to AC_CONFIG_HEADER, for
  1192.           Autoconf 0.115.
  1193.  
  1194. Wed Jun  3 08:19:32 1992  Karl Berry  (karl@hayley)
  1195.  
  1196.         * Version 0.5k.
  1197.  
  1198. Fri May 29 11:18:29 1992  Karl Berry  (karl@hayley)
  1199.  
  1200.         * xdvi.c (main): declare as an int.
  1201.  
  1202.         * Below changes from Paul Eggert.
  1203.  
  1204.         * xdvi.h (FATAL): don't assume an ANSI cpp.
  1205.  
  1206.         * {xdvi,dvi-draw}.c (exit): do not declare.
  1207.  
  1208. Thu May 28 07:05:33 1992  Karl Berry  (karl@hayley)
  1209.  
  1210.         * Version 0.4k.
  1211.  
  1212. Wed May 27 08:00:34 1992  Karl Berry  (karl@hayley)
  1213.  
  1214.         * Makefile.in (dist): new target.
  1215.  
  1216.         * pxl-open.c (try_resolution): try the upper bound dpi.
  1217.  
  1218. Sat May 16 10:11:01 1992  Karl Berry  (karl@hayley)
  1219.  
  1220.         * configure.in: add AC_PROG_CPP and AC_GCC_TRADITIONAL.
  1221.  
  1222. Wed May 13 08:56:12 1992  Karl Berry  (karl@hayley)
  1223.  
  1224.         * Makefile.in (VPATH): change for new Autoconf.
  1225.  
  1226. Sat May  9 08:54:13 1992  Karl Berry  (karl@hayley)
  1227.  
  1228.         * pxl-open.c (try_resolution): don't return `lower_bound' if we
  1229.           found the actual size requested.
  1230.