Index: /trunk/Ohana/src/addstar/doc/ChangeLog.txt
===================================================================
--- /trunk/Ohana/src/addstar/doc/ChangeLog.txt	(revision 6692)
+++ /trunk/Ohana/src/addstar/doc/ChangeLog.txt	(revision 6693)
@@ -1,3 +1,15 @@
 
+- addstar 1.5
+  * fixed up skyregion errors
+  * added untested threaded server version
+  * added Tycho catalog
+  * added USNO-B catalog
+  * added proper motion and parallax
+  * fixed 2MASS to work with skyregions correctly
+  * dropped IMAGE_CATALOG from config
+  * changed to used dvo_image_lock,unlock
+  * cleaned up excess verbosity for timing tests
+  * added -photcode (supplement -p)
+  * added PMTEST format
 
 - addstar 1.4
Index: /trunk/Ohana/src/delstar/doc/ChangeLog.txt
===================================================================
--- /trunk/Ohana/src/delstar/doc/ChangeLog.txt	(revision 6692)
+++ /trunk/Ohana/src/delstar/doc/ChangeLog.txt	(revision 6693)
@@ -1,2 +1,6 @@
+
+- delstar 1.5 : 2006.03.26
+  * dropped IMAGE_CATALOG from config
+  * convert to dvo_image_lock,unlock
 
 - delstar 1.4 : 2006.01.06
Index: /trunk/Ohana/src/elixir/doc/ChangeLog.txt
===================================================================
--- /trunk/Ohana/src/elixir/doc/ChangeLog.txt	(revision 6692)
+++ /trunk/Ohana/src/elixir/doc/ChangeLog.txt	(revision 6693)
@@ -1,2 +1,6 @@
+
+elixir-1-4:
+  changed printing formats for pointers to %p
+  using updated version of mkdirhier (libohana 1.7)
 
 elixir-1-3:
Index: /trunk/Ohana/src/gastro/doc/ChangeLog.txt
===================================================================
--- /trunk/Ohana/src/gastro/doc/ChangeLog.txt	(revision 6692)
+++ /trunk/Ohana/src/gastro/doc/ChangeLog.txt	(revision 6693)
@@ -1,2 +1,5 @@
+
+ gastro-1-3:
+    minor fixes to use updates to average.d
 
  gastro-1-2:
Index: /trunk/Ohana/src/gastro2/doc/ChangeLog.txt
===================================================================
--- /trunk/Ohana/src/gastro2/doc/ChangeLog.txt	(revision 6692)
+++ /trunk/Ohana/src/gastro2/doc/ChangeLog.txt	(revision 6693)
@@ -1,2 +1,5 @@
+
+ gastro-2-2:
+    added USNO-B
 
  gastro-2-1:
Index: /trunk/Ohana/src/imclean/doc/ChangeLog.txt
===================================================================
--- /trunk/Ohana/src/imclean/doc/ChangeLog.txt	(revision 6693)
+++ /trunk/Ohana/src/imclean/doc/ChangeLog.txt	(revision 6693)
@@ -0,0 +1,9 @@
+
+2005.10.20: imclean-1-2
+	minor changes to fix -Wall errors
+	fixed exit status
+	synched with libohana (v1.5) / libfits (v1.4) changes
+
+2005.07.06: imclean-1-1
+	some changes to use the autocoded version of the SMPData structure (was Stars)
+	support for both fits and text output formats
Index: /trunk/Ohana/src/kapa/doc/ChangeLog.txt
===================================================================
--- /trunk/Ohana/src/kapa/doc/ChangeLog.txt	(revision 6692)
+++ /trunk/Ohana/src/kapa/doc/ChangeLog.txt	(revision 6693)
@@ -4,4 +4,7 @@
   * fixed box -axis,-label,-ticks bug (was ignoring user input) 
   * dropped unused axis.label (is replaced by label.text)
+  * fixed bug in event loop which missed certain mask types
+  * fixed bDrawLabel error
+  * changed comms to libkapa functions
 
 - kapa 1.4
Index: /trunk/Ohana/src/kii/doc/ChangeLog.txt
===================================================================
--- /trunk/Ohana/src/kii/doc/ChangeLog.txt	(revision 6692)
+++ /trunk/Ohana/src/kii/doc/ChangeLog.txt	(revision 6693)
@@ -1,2 +1,8 @@
+
+- kii 1.5
+  * fixed bug in event loop which missed certain mask types
+  * added arrows and up/down keys to window events
+  * added ReorientOnButton / changed Reorient
+  * fixed errors wrt bDraw / fonts
 
 - kii 1.4
Index: /trunk/Ohana/src/libautocode/doc/ChangeLog.txt
===================================================================
--- /trunk/Ohana/src/libautocode/doc/ChangeLog.txt	(revision 6692)
+++ /trunk/Ohana/src/libautocode/doc/ChangeLog.txt	(revision 6693)
@@ -1,2 +1,9 @@
+
+- libautocode 1.4
+  * added average-pmtest.d
+  * added autocode.tex, tex interpretation
+  * added proper-motion, etc to Stars.d
+  * added proper-motion, etc to average.d
+  * DESCRIPTION element for tex tables
 
 - libautocode 1.3
Index: /trunk/Ohana/src/libdvo/doc/ChangeLog.txt
===================================================================
--- /trunk/Ohana/src/libdvo/doc/ChangeLog.txt	(revision 6692)
+++ /trunk/Ohana/src/libdvo/doc/ChangeLog.txt	(revision 6693)
@@ -1,2 +1,10 @@
+
+- libdvo 1.2
+  * added PMTEST format
+  * added dvo_image_lock,unlock functions
+  * fixes to the skyregion support
+  * dropped _PS from average.R,D,M
+  * fixed bug in coord interpretation of CROTA2
+  * fixed reallocation logic in skyregions
 
 - libdvo 1.1
Index: /trunk/Ohana/src/libkapa/doc/ChangeLog.txt
===================================================================
--- /trunk/Ohana/src/libkapa/doc/ChangeLog.txt	(revision 6693)
+++ /trunk/Ohana/src/libkapa/doc/ChangeLog.txt	(revision 6693)
@@ -0,0 +1,6 @@
+
+- libkapa 1.1
+  * added bDrawCircleSingle to fix circles with weight
+  * fixed format of textline data message
+
+
Index: /trunk/Ohana/src/libohana/doc/ChangeLog.txt
===================================================================
--- /trunk/Ohana/src/libohana/doc/ChangeLog.txt	(revision 6692)
+++ /trunk/Ohana/src/libohana/doc/ChangeLog.txt	(revision 6693)
@@ -1,2 +1,6 @@
+
+- libohana 1.7
+  * added 'mode' to mkdirhier
+  * moved _check_permissions to check_file_exec
 
 - libohana 1.6
Index: /trunk/Ohana/src/misc/doc/ChangeLog.txt
===================================================================
--- /trunk/Ohana/src/misc/doc/ChangeLog.txt	(revision 6693)
+++ /trunk/Ohana/src/misc/doc/ChangeLog.txt	(revision 6693)
@@ -0,0 +1,23 @@
+
+misc-1-2:
+
+  - minor changes to use new libohana (v1.5) / libfits (v1.4)
+
+2005.10.07
+
+	I was having some memory collision problems, and attempting to
+	use the ohana_allocate functions reminded me that the libFITS
+	functions were not supported under ohana_allocate.  This was
+	unhelpful.  I bit the bullet and split libohana into libohana
+	(base functions only, including ohana_allocate) and libdvo
+	(functions based on the libautocode structures).  Doing this
+	allowed me to make libFITS depend on libohana (including
+	ohana_allocate).  BUT, this forced me to change all LDFLAGS
+	entries in ohana to swap -lohana -lFITS for -lFITS -lohana,
+	and to add include <fitsio.h> in some cases.
+
+misc-1-1:
+  - dropped old, out-of-date programs
+  - minor changes for loneos.h -> dvo.h
+  - cleanup of glockfile things
+
Index: /trunk/Ohana/src/mosastro/doc/ChangeLog.txt
===================================================================
--- /trunk/Ohana/src/mosastro/doc/ChangeLog.txt	(revision 6692)
+++ /trunk/Ohana/src/mosastro/doc/ChangeLog.txt	(revision 6693)
@@ -1,2 +1,6 @@
+
+- mosastro 1.2
+  * added USNO-B
+  * require min number on chip
 
 - mosastro 1.1
Index: /trunk/Ohana/src/nightd/doc/ChangeLog.txt
===================================================================
--- /trunk/Ohana/src/nightd/doc/ChangeLog.txt	(revision 6693)
+++ /trunk/Ohana/src/nightd/doc/ChangeLog.txt	(revision 6693)
@@ -0,0 +1,7 @@
+
+nightd-1-2:
+  - fixed minor compile warning
+
+nightd-1-1:
+  - minor cleanups for gcc -Wall
+  - nightd will be superceded eventually by sched/pcontrol?
Index: /trunk/Ohana/src/perl/doc/ChangeLog.txt
===================================================================
--- /trunk/Ohana/src/perl/doc/ChangeLog.txt	(revision 6693)
+++ /trunk/Ohana/src/perl/doc/ChangeLog.txt	(revision 6693)
@@ -0,0 +1,13 @@
+
+perl-1-4: 
+  - dropped mkdist (moved to separate top-level module)
+
+perl-1-3:
+  - added mkdist, mkhtml, mkidx for ohana support
+
+perl-1-2:
+  - modified elixir.postrun to use unified addstar (not addref)
+
+perl-1-1:
+  - fixed /usr/bin/perl references everywhere *except* mkdetrend and
+    mkfringe, which must have the path explicitly defined.
Index: /trunk/Ohana/src/relphot/doc/ChangeLog.txt
===================================================================
--- /trunk/Ohana/src/relphot/doc/ChangeLog.txt	(revision 6693)
+++ /trunk/Ohana/src/relphot/doc/ChangeLog.txt	(revision 6693)
@@ -0,0 +1,15 @@
+
+- relphot-1-3:
+  * dropped IMAGE_CATALOG from config
+  * convert to use libkapa
+  * dropped _PS from average.R,D,M,dM
+  * convert to dvo_image_lock,unlock
+
+- relphot-1-2: released 2005.10.20
+  * substantial changes to sync with addstar v1.3
+    (added mode/format support, new dvo load functions, etc).
+  * various cleanups (functions moved to libohana)
+  * changes to use new libohana (v1.5) / libfits (v1.4)
+
+- relphot-1-1
+  * minor cleanup, loneos.h -> dvo.h
Index: /trunk/Ohana/src/uniphot/doc/ChangeLog.txt
===================================================================
--- /trunk/Ohana/src/uniphot/doc/ChangeLog.txt	(revision 6692)
+++ /trunk/Ohana/src/uniphot/doc/ChangeLog.txt	(revision 6693)
@@ -1,14 +1,20 @@
 
-uniphot-1-2:
 
-  - various changes to use mode/format concepts
-  - mods to use new dvo load functions / libdvo
-  - minor changes to use new libohana (v1.5) / libfits (v1.4)
+- uniphot-1-3:
+  * dropped IMAGE_CATALOG from config
+  * convert to dvo_image_lock,unlock
+  * dropped _PS from average.R,D,M,dM
 
-uniphot-1-1:
+- uniphot-1-2:
 
-  - changes from loneos.h to dvo.h (libohana)
+  * various changes to use mode/format concepts
+  * mods to use new dvo load functions / libdvo
+  * minor changes to use new libohana (v1.5) / libfits (v1.4)
 
-uniphot-1-0:
+- uniphot-1-1:
 
-  - initial release
+  * changes from loneos.h to dvo.h (libohana)
+
+- uniphot-1-0:
+
+  * initial release
