home *** CD-ROM | disk | FTP | other *** search
/ Geek Gadgets 1 / ADE-1.bin / ade-dist / fontutils-0.6-base.tgz / fontutils-0.6-base.tar / fsf / fontutils / imgrotate / ChangeLog < prev    next >
Text File  |  1992-10-27  |  4KB  |  131 lines

  1. Tue Oct 27 13:02:09 1992  Karl Berry  (karl@cs.umb.edu)
  2.  
  3.     * Version 0.6.
  4.  
  5. Fri Oct 16 08:41:36 1992  Karl Berry  (karl@cs.umb.edu)
  6.  
  7.     * main.c (USAGE): Doc fix.
  8.  
  9. Thu Sep  3 09:30:58 1992  Karl Berry  (karl@hayley)
  10.  
  11.         * Version 0.5.
  12.  
  13. Fri Jun  5 09:19:58 1992  Karl Berry  (karl@hayley)
  14.  
  15.         * main.c (main): `return 0' instead of `exit (0)'.  (From Paul Eggert)
  16.  
  17. Mon Jun  1 08:48:48 1992  Karl Berry  (karl@hayley)
  18.  
  19.         * main.c (main): prepend `x', not `n', when we'd overwrite the
  20.           input.
  21.         (USAGE): document this.
  22.  
  23. Fri May 29 11:45:14 1992  Karl Berry  (karl@hayley)
  24.  
  25.         * main.c (main): change return type to `int'.
  26.  
  27. Wed May 27 07:55:08 1992  Karl Berry  (karl@hayley)
  28.  
  29.         * main.c (main): change output name generation.
  30.  
  31.         * main.c (read_command_line): call FINISH_COMMAND_LINE.
  32.         (CMDLINE_NO_DPI): define this.
  33.  
  34. Mon May 18 09:36:32 1992  Karl Berry  (karl@hayley)
  35.  
  36.         * main.c: doc fix.
  37.  
  38. Mon May  4 09:32:12 1992  Karl Berry  (karl@hayley)
  39.  
  40.         * main.c (verbose): remove; it's defined in report.c.
  41.  
  42. Wed Apr 15 15:27:07 1992  Karl Berry  (karl@hayley)
  43.  
  44.         * main.c (main): `make_output_filename' is now `extend_filename'.
  45.  
  46. Sat Mar 28 07:48:55 1992  Karl Berry  (karl at hayley)
  47.  
  48.         * Version 0.4.
  49.  
  50.         * Change copyright years to 1992 only.
  51.  
  52. Mon Mar  9 15:24:15 1992  Kathy Hargreaves  (kathy at hayley)
  53.  
  54.         * main.c (main): use make_prefix to prepend `n' to output_name.
  55.  
  56. Sat Mar  7 13:44:12 1992  Kathy Hargreaves  (kathy at hayley)
  57.  
  58.         * main.c (global): stripped img_ off front of input and output names.
  59.           (main): use STREQ instead of strcmp.
  60.           Appended ".img" to output name if it doesn't have a suffix using
  61.             make_output_filename.
  62.           Moved test of equal input and output filenames to outside case
  63.           where output filename is NULL.
  64.  
  65. Sat Mar  7 09:56:33 1992  Karl Berry  (karl at hayley)
  66.  
  67.         * GNUmakefile (libraries): define again.
  68.         (files, headers, sources): replace with `c_and_h', etc.
  69.  
  70. Thu Mar  5 07:55:32 1992  Karl Berry  (karl at hayley)
  71.  
  72.         * README: new file.
  73.  
  74. Fri Jan 31 17:09:45 1992  Karl Berry  (karl at hayley)
  75.  
  76.         * main.c (read_command_line): declare `option_index' (for new
  77.           getopt).
  78.  
  79. Thu Jan  9 08:29:44 1992  Karl Berry  (karl at hayley)
  80.  
  81.         * *.h: remove #pragma once.
  82.  
  83. Wed Jan  8 15:27:41 1992  Karl Berry  (karl at hayley)
  84.  
  85.         * update copyright messages.
  86.  
  87.         * change `allocate to `xmalloc', `reallocate' to `xrealloc', and
  88.           `string_copy' to `strdup'.
  89.  
  90. Thu Sep 12 10:48:01 1991  Karl Berry  (karl at hayley)
  91.  
  92.         * main.c (read_command_line): move argument checking to before the
  93.           return.
  94.  
  95.         * all files: bring include files up to date.
  96.  
  97. Sat Jun 15 09:51:11 1991  Karl Berry  (karl at hayley)
  98.  
  99.         * all files: change `checked_' to `x'.
  100.  
  101. Thu Jun  6 07:29:22 1991  Karl Berry  (karl at hayley)
  102.  
  103.         * All files: change to version 2 of the GPL.
  104.  
  105. Sun Feb 17 09:38:03 1991  Karl Berry  (karl at hayley)
  106.  
  107.         * *.c: include config.h.
  108.  
  109. Sun Sep 16 11:27:59 1990  Karl Berry  (karl at hayley)
  110.  
  111.         * main.c (flip): output newlines at appropriate points if giving
  112.         verbose output.
  113.  
  114.         * img-input.c (IMG_MATCH_BYTE, IMG_GET_TWO, IMG_GET_FOUR): pass
  115.         the filename.
  116.         * img-output.c (put_img_header); call IMG_PUT_TWO, etc.
  117.         (IMG_PUT_TWO, IMG_PUT_FOUR): new macros.
  118.  
  119.         * main.c: include "getopt.h" instead of <getopt.h>.
  120.  
  121. Tue Aug  7 13:53:46 1990  Karl Berry  (karl at hayley)
  122.  
  123.         * img-output.h (img_put_n_bytes): remove declaration.
  124.         * img-output.c (img_put_n_bytes): remove definition.
  125.         * main.c (flip): also reverse left and right.
  126.  
  127.         * main.c (read_command_line): new option `output-name'.
  128.         (USAGE): document it.
  129.  
  130.         * main.c (flip): multiply the image row by the width in bytes.
  131.