----------------
12/17/2002 Markus
Added man pages contributed by Brian Goines, small in README and Makefile.

----------------
5/6/2002 Markus
included sys/time.h, which of course was a bad idea.

----------------
2/9/2002 Markus
Fixed two little bugs in psmdel

----------------
2/23 and 28/2000 Markus

Usages and unified options for all programs
Added -i flag to make psmsho useful even on fragmented flash cards
psmdir should now recognise C30 compression ratios (there's a bug there,
 though)
Use install in Makefile, have $PREFIX
Fix closing of camera after each download in psmget.c
Quick last minute support for thumbnails in psmget.c
Remove output of image numbers in psmdir -- they are in the file names
 anyway.  On the other hand, the output now looks ugly.  Oh well.
To consistently output image numbers whereever possible, retrofit
 index parameter into getpic&Co (psmget.c)
A little cleanup here and there.

--------------
2/10/2000 Jeff
Makefile
	CC = gcc
	COPTS = ...
	(made all compile lines $(CC) $(COPTS) instead of $(CC)

psmget.h split into:
	config.h: for DEFAULT_PORT and DEFAULT_BITRATE
	psm.h: rest of #defines from psmget.h and prototypes for psm.c

where to #include config.h?
either psm.h or psm.c
no: -> each user app; needs to parse options; cam_open() takes whatever
       the helper apps give

Makefile
	get rid of crcguess ?
	changed it's 'gcc' to $(CC)
	changed 'distri' to not include psmget binary (?)

* need to reword README (config.h) and 'ln' instructions
# 'make' or 'make all' makes binaries; also 'make psmget', etc

Makefile 'make distri' changed

more Makefile changes
	- .c.o: line has PSM_VERSION stuff now
removed -g flag from Makefile COPTS

DEBUG statements have to stay in psm.c, where 'debug' is defined.
so far, all of the DEBUG's in the helper functions (shootpic, getall(), etc),
have been informational, only, so I commented them out.
the PROTOSNOOPs and SENDSNOOPs are all in the core functions.

compiles under -pedantic now :)
(char *res -> uchar *res),
deleted datestr in dirall() (was unused -- should be replaced by exif stuff),
and lifted imgno assignment out of 'sendme' declaration in getimageinfo()
-almost compiles cleanly under -ansi, too, but gripes about
implicit function declarations from unistd.h and termios.h; __USE_BSD doesn't
get defined with -ansi, I think.

for source-package installations, people can modify config.h, but
for RPM installs, they'll have to use env vars or switches
(clarify in readme?: commandline > env vars > defaults)
maybe have a ~/.psmrc with various defaults?
-flash on/off for psmsho
-auto-get thumbs for psmget
-baud rate
-port

maybe env vars are good enough?

===============================
2/8/00
- missing exif files!  (add to Makefile $FILES list)
	done
- remove commented-out code (that can be)
	done
- figure out what to do in 'psmsho' -- immediately download? (and delete?)
  -- have options govern that
- clean up psmget main()
	done
- -n flag to psmdir
	done
- add num parsing (5,6-7,etc)
	added parse_numbers; need to add driver stub for it
	-and change README to reflect syntax when done
- make a patch when done to simplify Markus' figuring out what I changed
- have Markus try 'getinfo()'
  -- useful for a -vv or something
	(automatic on a 'psmget')
- check compression ratio (resolutions)
- thumbnail code! ( redo :( )
- -t flag to each utility (set tod)
	done
- send_command(): return value: do we never want to add zw[5] in?
- get_status(): result + dir[13]?
