Index: /trunk/Ohana/src/addstar/doc/ChangeLog.txt
===================================================================
--- /trunk/Ohana/src/addstar/doc/ChangeLog.txt	(revision 5928)
+++ /trunk/Ohana/src/addstar/doc/ChangeLog.txt	(revision 5928)
@@ -0,0 +1,47 @@
+
+
+- addstar 1.4
+  * major work to support SkyRegions
+  * cleaned up signed/unsigned inconsistencies
+  * fixed 2MASS time to use JD 
+
+2005.10.20 : addstar-1.3
+
+	This release incorportates many substantial improvements
+	needed to handle the panstarrs data problems:
+	- internal data representation now high precision
+	- multiple data storage formats (LONEOS, ELIXIR, PANSTARRS)
+	- multiple data storage modes (RAW, MEF, SPLIT)
+	- alternative matching scheme (-closest)
+	- sorted output tables now optional
+	- incremental updates possible for inserts
+	- client / server set now defined
+
+2005.08.15 : addstar-1.2
+
+        This is a snapshot release before I begin serious work on the
+	code to handle alternate formats and so forth needed for the
+	panstarrs support.  Minor updates since v1.1, mostly to fix
+	2MASS issues and to stay in sync with the libs.  
+
+2005.07.06 : addstar-1.1
+
+	I have made a variety of fairly substantial changes since
+        v1.0.  I have added autocode for the basic DVO data types.  I
+        have merged the functionality of addspphot, addrefs, and
+        addusno into the single addstar function.  There are now
+        options to add an ascii text table or stars from known
+        external reference catalogs (HST GSC, USNO, 2MASS).  Also, the
+        functions added for skyprobe (in-flight Mcal calculation,
+        color terms) are also incorporated.  I also substantially
+        re-organized the basic code to make the different modes more
+        sensible.  There are still a few changes needed for addstar
+        v2.0 (which will be able to handle the pan-starrs bandwidth).
+        specifically, addstar needs to handle the catalog files using
+        the TBD sky.db interfaces, it needs to interact with a DVO
+        server in a client/server way (to divide up the sky), it needs
+        to handle multiple versions of the table formats, and it might
+        need to know about the mysql backend interface.  
+
+2005.02.24 : I am adding the mosaic two-level astrometry information to the Image table.
+
Index: unk/Ohana/src/addstar/doc/Changes.txt
===================================================================
--- /trunk/Ohana/src/addstar/doc/Changes.txt	(revision 5927)
+++ 	(revision )
@@ -1,42 +1,0 @@
-
-
-2005.10.20 : addstar-1.3
-
-	This release incorportates many substantial improvements
-	needed to handle the panstarrs data problems:
-	- internal data representation now high precision
-	- multiple data storage formats (LONEOS, ELIXIR, PANSTARRS)
-	- multiple data storage modes (RAW, MEF, SPLIT)
-	- alternative matching scheme (-closest)
-	- sorted output tables now optional
-	- incremental updates possible for inserts
-	- client / server set now defined
-
-2005.08.15 : addstar-1.2
-
-        This is a snapshot release before I begin serious work on the
-	code to handle alternate formats and so forth needed for the
-	panstarrs support.  Minor updates since v1.1, mostly to fix
-	2MASS issues and to stay in sync with the libs.  
-
-2005.07.06 : addstar-1.1
-
-	I have made a variety of fairly substantial changes since
-        v1.0.  I have added autocode for the basic DVO data types.  I
-        have merged the functionality of addspphot, addrefs, and
-        addusno into the single addstar function.  There are now
-        options to add an ascii text table or stars from known
-        external reference catalogs (HST GSC, USNO, 2MASS).  Also, the
-        functions added for skyprobe (in-flight Mcal calculation,
-        color terms) are also incorporated.  I also substantially
-        re-organized the basic code to make the different modes more
-        sensible.  There are still a few changes needed for addstar
-        v2.0 (which will be able to handle the pan-starrs bandwidth).
-        specifically, addstar needs to handle the catalog files using
-        the TBD sky.db interfaces, it needs to interact with a DVO
-        server in a client/server way (to divide up the sky), it needs
-        to handle multiple versions of the table formats, and it might
-        need to know about the mysql backend interface.  
-
-2005.02.24 : I am adding the mosaic two-level astrometry information to the Image table.
-
Index: /trunk/Ohana/src/delstar/doc/ChangeLog.txt
===================================================================
--- /trunk/Ohana/src/delstar/doc/ChangeLog.txt	(revision 5927)
+++ /trunk/Ohana/src/delstar/doc/ChangeLog.txt	(revision 5928)
@@ -1,2 +1,6 @@
+
+- delstar 1.4 : 2006.01.06
+  * major work to support SkyRegions
+  * cleaned up signed/unsigned inconsistencies
 
 2005.10.20 : delstar.1-3
Index: /trunk/Ohana/src/kapa/doc/ChangeLog.txt
===================================================================
--- /trunk/Ohana/src/kapa/doc/ChangeLog.txt	(revision 5928)
+++ /trunk/Ohana/src/kapa/doc/ChangeLog.txt	(revision 5928)
@@ -0,0 +1,18 @@
+
+- kapa 1.4
+  * major work to allow noX operation
+  * added bDraw functions
+  * integrated with libkapa
+
+kapa-1-3: released 2005.10.20
+  changed cursor interaction (returns name for keys)
+  minor changes to use new libohana (v1.5) / libfits (v1.4)
+
+kapa-1-2: released 2005.08.15
+  cleaned up complaints from -Wall -Werror.  mostly defining 
+  prototypes, removing unused variables, pushing Graphcolors
+    into the MakeColormap function 
+
+kapa-1-1:
+  fixed up the event loop to reduce excess cpu spinning.
+  cleaned up the color structure
Index: unk/Ohana/src/kapa/doc/Changes.log
===================================================================
--- /trunk/Ohana/src/kapa/doc/Changes.log	(revision 5927)
+++ 	(revision )
@@ -1,13 +1,0 @@
-
-kapa-1-3: released 2005.10.20
-  changed cursor interaction (returns name for keys)
-  minor changes to use new libohana (v1.5) / libfits (v1.4)
-
-kapa-1-2: released 2005.08.15
-  cleaned up complaints from -Wall -Werror.  mostly defining 
-  prototypes, removing unused variables, pushing Graphcolors
-    into the MakeColormap function 
-
-kapa-1-1:
-  fixed up the event loop to reduce excess cpu spinning.
-  cleaned up the color structure
Index: /trunk/Ohana/src/kii/doc/ChangeLog.txt
===================================================================
--- /trunk/Ohana/src/kii/doc/ChangeLog.txt	(revision 5927)
+++ /trunk/Ohana/src/kii/doc/ChangeLog.txt	(revision 5928)
@@ -1,2 +1,7 @@
+
+- kii 1.4
+  * major work to allow noX operation
+  * added bDraw functions
+  * integrated with libkapa
 
 kii-1-3: released 2005.10.20
Index: /trunk/Ohana/src/libautocode/doc/ChangeLog.txt
===================================================================
--- /trunk/Ohana/src/libautocode/doc/ChangeLog.txt	(revision 5927)
+++ /trunk/Ohana/src/libautocode/doc/ChangeLog.txt	(revision 5928)
@@ -1,2 +1,8 @@
+
+- libautocode 1.3
+  * added SkyRegion.d
+  * added AddstarClientOptions
+  * fixed e_void ptr in generate
+  * cleaned up signed/unsigned inconsistencies
 
 libautocode-1-2
Index: /trunk/Ohana/src/libdvo/doc/ChangeLog.txt
===================================================================
--- /trunk/Ohana/src/libdvo/doc/ChangeLog.txt	(revision 5928)
+++ /trunk/Ohana/src/libdvo/doc/ChangeLog.txt	(revision 5928)
@@ -0,0 +1,4 @@
+
+- libdvo 1.1
+  * added skyregion support functions and structures
+
Index: /trunk/Ohana/src/libfits/doc/ChangeLog.txt
===================================================================
--- /trunk/Ohana/src/libfits/doc/ChangeLog.txt	(revision 5927)
+++ /trunk/Ohana/src/libfits/doc/ChangeLog.txt	(revision 5928)
@@ -1,2 +1,5 @@
+
+- libfits 1.5
+  * cleaned up signed/unsigned inconsistencies
 
 libfits-1-4:
Index: /trunk/Ohana/src/libohana/doc/ChangeLog.txt
===================================================================
--- /trunk/Ohana/src/libohana/doc/ChangeLog.txt	(revision 5927)
+++ /trunk/Ohana/src/libohana/doc/ChangeLog.txt	(revision 5928)
@@ -1,2 +1,7 @@
+
+- libohana 1.6
+  * added check_file_access (check parent dirs and permissions)
+  * cleaned up signed/unsigned inconsistencies
+  * allow date_to_set to handle enclosing quotes
 
 libohana-1-5
Index: /trunk/Ohana/src/mosastro/doc/ChangeLog.txt
===================================================================
--- /trunk/Ohana/src/mosastro/doc/ChangeLog.txt	(revision 5927)
+++ /trunk/Ohana/src/mosastro/doc/ChangeLog.txt	(revision 5928)
@@ -1,2 +1,5 @@
+
+- mosastro 1.1
+  * minor cleanups
 
 2005.10.20 : mosastro-1-0
Index: unk/Ohana/src/opihi/doc/Change.log
===================================================================
--- /trunk/Ohana/src/opihi/doc/Change.log	(revision 5927)
+++ 	(revision )
@@ -1,92 +1,0 @@
-
-dimm-0-1: release 2005.10.20
-  first tagged dimm release
-
-pclient-0-2: release 2005.10.20
-  minor cleanups
-  minor changes to use new libohana (v1.5) / libfits (v1.4)
-
-pcontrol-0-2: release 2005.10.20
-  added run/stop commands
-  minor changes to use new libohana (v1.5) / libfits (v1.4)
-
-psched-0-2: release 2005.10.20
-  work to improve / test throughput
-  minor cleanups
-  minor changes to use new libohana (v1.5) / libfits (v1.4)
-
-dvo-0-2:  release 2005.10.20
-  substantial changes to work with new dvo load functions
-  support for mode/format changes
-  minor changes to use new libohana (v1.5) / libfits (v1.4)
-
-mana-1-2:  release 2005.10.20
-  minor changes to use new libohana (v1.5) / libfits (v1.4)
-
-opihi-2-4: release 2005.10.20
-  minor changes to use new libohana (v1.5) / libfits (v1.4)
-  kapa/kii cursor interaction modified (needs kapa v1.3, kii v1.3)
-
-opihi-2-3: release 2005.08.15
-  first tagged release tarball
-  fixed up versions commands
-  added list types for psched 
-  moved to Makefile.Common method.
-
-opihi-2-2:
-  fixed up inclusion of dvo.h (conflicted names)
-  added Graph commands functions
-  added mosaic astrometry support
-  a variety of memory alloc bugfixes
-  added support for ohana_allocate functions
-  added real multicommand support (correct parsing of variables)
-  added some object modelling functions
-  added clipping to fits and stats
-  added gaussdeviate
-  added extrapolation to minterp
-  default of EXTNAME for extension keyword
-  added -cpt to various dvo functions
-  better help in dvo functions
-  fixed up lockfile APIs
-  added fitcolors
-  added lightcurve
-  some cleanups in dvo/photometry.c
-  added typefrac tests is photometry.c
-  added gain test for mrqmin
-  fixed up precedence in math
-  macro-ized binary/unary math ops
-  added modulo, erf
-
-opihi-2-1:
-  major reorg of imfit / added imfit functions
-  cleaned up get_argument calls so -Wall does not give errors
-  moved the 'elixir' command to dvo
-  tag added only to elixir implementations (mana + dvo)
-  dimm - need to coordinate with Olivier and Bernt
-  dvo2, pcontrol, pclient, sched - all under development
-
-2004.12.23
-
-  Moved typename/modename funcs to libohana.  this was motivated by
-  imregister, which would not compile cleanly using the old method.
-
-  Added library dependencies to the makefiles. previously, mana (etc)
-  would not re-build if the library was modified.
-
-  Fixed incorrect exit on non-tty.  this kept perl scripts with the
-  call "|mana" from running.
-
-  Fixed dvomath for strings.  since we moved to dvomath everywhere,
-  this broke complex string conditionals: (($a == hi) && ($b == lo)).
-  I added string types to the math functions, and tests to see if the
-  stack has strings which cannot be resolved as a vector or matrix.  
-
-2004.12.10:
-
-  fixed problem in lib.data/PlotVectors.c and lib.data/graphtools.c
-  that broke plotting for data with very large or small exponents (|x|
-  < 1e-12, |x| > 1e12).  also fixed cmd.data/vstats.c with same
-  problem.
-	
-opihi-2-0:
-  import to CVS 2004.12.03
Index: /trunk/Ohana/src/opihi/doc/ChangeLog.txt
===================================================================
--- /trunk/Ohana/src/opihi/doc/ChangeLog.txt	(revision 5928)
+++ /trunk/Ohana/src/opihi/doc/ChangeLog.txt	(revision 5928)
@@ -0,0 +1,120 @@
+
+- opihi 2.5
+  * major work to switch to libkapa
+  * revised init sequence (general_init, program_init, startup)
+
+- mana 1.3
+  * changes to support new init sequence
+
+- dvo 0.3
+  * major changes to support SkyRegions
+  * changes to support libkapa
+  * changes to support new init sequence
+
+- psched 0.3
+  * changes to support new init sequence
+  * changes to support libkapa
+
+- pcontrol 0.3
+  * changes to support new init sequence
+  * changes to support libkapa
+
+- pclient 0.3
+  * changes to support new init sequence
+  * changes to support libkapa
+
+- dimm 0.2
+  * changes to support new init sequence
+  * changes to support libkapa
+
+dimm-0-1: release 2005.10.20
+  first tagged dimm release
+
+pclient-0-2: release 2005.10.20
+  minor cleanups
+  minor changes to use new libohana (v1.5) / libfits (v1.4)
+
+pcontrol-0-2: release 2005.10.20
+  added run/stop commands
+  minor changes to use new libohana (v1.5) / libfits (v1.4)
+
+psched-0-2: release 2005.10.20
+  work to improve / test throughput
+  minor cleanups
+  minor changes to use new libohana (v1.5) / libfits (v1.4)
+
+dvo-0-2:  release 2005.10.20
+  substantial changes to work with new dvo load functions
+  support for mode/format changes
+  minor changes to use new libohana (v1.5) / libfits (v1.4)
+
+mana-1-2:  release 2005.10.20
+  minor changes to use new libohana (v1.5) / libfits (v1.4)
+
+opihi-2-4: release 2005.10.20
+  minor changes to use new libohana (v1.5) / libfits (v1.4)
+  kapa/kii cursor interaction modified (needs kapa v1.3, kii v1.3)
+
+opihi-2-3: release 2005.08.15
+  first tagged release tarball
+  fixed up versions commands
+  added list types for psched 
+  moved to Makefile.Common method.
+
+opihi-2-2:
+  fixed up inclusion of dvo.h (conflicted names)
+  added Graph commands functions
+  added mosaic astrometry support
+  a variety of memory alloc bugfixes
+  added support for ohana_allocate functions
+  added real multicommand support (correct parsing of variables)
+  added some object modelling functions
+  added clipping to fits and stats
+  added gaussdeviate
+  added extrapolation to minterp
+  default of EXTNAME for extension keyword
+  added -cpt to various dvo functions
+  better help in dvo functions
+  fixed up lockfile APIs
+  added fitcolors
+  added lightcurve
+  some cleanups in dvo/photometry.c
+  added typefrac tests is photometry.c
+  added gain test for mrqmin
+  fixed up precedence in math
+  macro-ized binary/unary math ops
+  added modulo, erf
+
+opihi-2-1:
+  major reorg of imfit / added imfit functions
+  cleaned up get_argument calls so -Wall does not give errors
+  moved the 'elixir' command to dvo
+  tag added only to elixir implementations (mana + dvo)
+  dimm - need to coordinate with Olivier and Bernt
+  dvo2, pcontrol, pclient, sched - all under development
+
+2004.12.23
+
+  Moved typename/modename funcs to libohana.  this was motivated by
+  imregister, which would not compile cleanly using the old method.
+
+  Added library dependencies to the makefiles. previously, mana (etc)
+  would not re-build if the library was modified.
+
+  Fixed incorrect exit on non-tty.  this kept perl scripts with the
+  call "|mana" from running.
+
+  Fixed dvomath for strings.  since we moved to dvomath everywhere,
+  this broke complex string conditionals: (($a == hi) && ($b == lo)).
+  I added string types to the math functions, and tests to see if the
+  stack has strings which cannot be resolved as a vector or matrix.  
+
+2004.12.10:
+
+  fixed problem in lib.data/PlotVectors.c and lib.data/graphtools.c
+  that broke plotting for data with very large or small exponents (|x|
+  < 1e-12, |x| > 1e12).  also fixed cmd.data/vstats.c with same
+  problem.
+	
+opihi-2-0:
+  import to CVS 2004.12.03
Index: /trunk/Ohana/src/shell/doc/ChangeLog.txt
===================================================================
--- /trunk/Ohana/src/shell/doc/ChangeLog.txt	(revision 5927)
+++ /trunk/Ohana/src/shell/doc/ChangeLog.txt	(revision 5928)
@@ -1,2 +1,6 @@
+
+- shell 1.2
+  * fixed to work with mana 1.0 changes (only one cmd line input file)
+  * replace addspphot with addstar -skyprobe
 
 shell-1-1:
