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 >
Wrap
Text File
|
1992-10-27
|
4KB
|
131 lines
Tue Oct 27 13:02:09 1992 Karl Berry (karl@cs.umb.edu)
* Version 0.6.
Fri Oct 16 08:41:36 1992 Karl Berry (karl@cs.umb.edu)
* main.c (USAGE): Doc fix.
Thu Sep 3 09:30:58 1992 Karl Berry (karl@hayley)
* Version 0.5.
Fri Jun 5 09:19:58 1992 Karl Berry (karl@hayley)
* main.c (main): `return 0' instead of `exit (0)'. (From Paul Eggert)
Mon Jun 1 08:48:48 1992 Karl Berry (karl@hayley)
* main.c (main): prepend `x', not `n', when we'd overwrite the
input.
(USAGE): document this.
Fri May 29 11:45:14 1992 Karl Berry (karl@hayley)
* main.c (main): change return type to `int'.
Wed May 27 07:55:08 1992 Karl Berry (karl@hayley)
* main.c (main): change output name generation.
* main.c (read_command_line): call FINISH_COMMAND_LINE.
(CMDLINE_NO_DPI): define this.
Mon May 18 09:36:32 1992 Karl Berry (karl@hayley)
* main.c: doc fix.
Mon May 4 09:32:12 1992 Karl Berry (karl@hayley)
* main.c (verbose): remove; it's defined in report.c.
Wed Apr 15 15:27:07 1992 Karl Berry (karl@hayley)
* main.c (main): `make_output_filename' is now `extend_filename'.
Sat Mar 28 07:48:55 1992 Karl Berry (karl at hayley)
* Version 0.4.
* Change copyright years to 1992 only.
Mon Mar 9 15:24:15 1992 Kathy Hargreaves (kathy at hayley)
* main.c (main): use make_prefix to prepend `n' to output_name.
Sat Mar 7 13:44:12 1992 Kathy Hargreaves (kathy at hayley)
* main.c (global): stripped img_ off front of input and output names.
(main): use STREQ instead of strcmp.
Appended ".img" to output name if it doesn't have a suffix using
make_output_filename.
Moved test of equal input and output filenames to outside case
where output filename is NULL.
Sat Mar 7 09:56:33 1992 Karl Berry (karl at hayley)
* GNUmakefile (libraries): define again.
(files, headers, sources): replace with `c_and_h', etc.
Thu Mar 5 07:55:32 1992 Karl Berry (karl at hayley)
* README: new file.
Fri Jan 31 17:09:45 1992 Karl Berry (karl at hayley)
* main.c (read_command_line): declare `option_index' (for new
getopt).
Thu Jan 9 08:29:44 1992 Karl Berry (karl at hayley)
* *.h: remove #pragma once.
Wed Jan 8 15:27:41 1992 Karl Berry (karl at hayley)
* update copyright messages.
* change `allocate to `xmalloc', `reallocate' to `xrealloc', and
`string_copy' to `strdup'.
Thu Sep 12 10:48:01 1991 Karl Berry (karl at hayley)
* main.c (read_command_line): move argument checking to before the
return.
* all files: bring include files up to date.
Sat Jun 15 09:51:11 1991 Karl Berry (karl at hayley)
* all files: change `checked_' to `x'.
Thu Jun 6 07:29:22 1991 Karl Berry (karl at hayley)
* All files: change to version 2 of the GPL.
Sun Feb 17 09:38:03 1991 Karl Berry (karl at hayley)
* *.c: include config.h.
Sun Sep 16 11:27:59 1990 Karl Berry (karl at hayley)
* main.c (flip): output newlines at appropriate points if giving
verbose output.
* img-input.c (IMG_MATCH_BYTE, IMG_GET_TWO, IMG_GET_FOUR): pass
the filename.
* img-output.c (put_img_header); call IMG_PUT_TWO, etc.
(IMG_PUT_TWO, IMG_PUT_FOUR): new macros.
* main.c: include "getopt.h" instead of <getopt.h>.
Tue Aug 7 13:53:46 1990 Karl Berry (karl at hayley)
* img-output.h (img_put_n_bytes): remove declaration.
* img-output.c (img_put_n_bytes): remove definition.
* main.c (flip): also reverse left and right.
* main.c (read_command_line): new option `output-name'.
(USAGE): document it.
* main.c (flip): multiply the image row by the width in bytes.