Changes by: Nathaniel Gray (n8gray at cs.caltech.edu)
Date: 2007-09-19 15:37:54 -0700 (Wed, 19 Sep 2007)
Revision: 125
Log message:

      * Updated to use the iPhoto '08 export plugin API, which caused many changes in the names and availability of various metadata.
     
     * Output window now auto-scrolls when new output is added.
     
     * Version incremented to 1.0.

Changes  Path(relative to ScriptExport)
+1 -2 ExampleBox.h
+1 -0 ExampleBox.m
+111 -1 ExportImageProtocol.h
+75 -9 ExportPluginProtocol.h
+1 -1 Info.plist
+7 -12 README.txt
+6 -5 ScriptExport.h
+66 -45 ScriptExport.m
+1 -0 ScriptExport.nib/classes.nib
+4 -2 ScriptExport.nib/info.nib
Change(bin) ScriptExport.nib/keyedobjects.nib
+20 -75 ScriptExport.xcodeproj/project.pbxproj
+46 -32 ScriptExportHelp.html

Changes by: Nathaniel Gray (n8gray at cs.caltech.edu)
Date: 2007-09-19 18:43:41 -0700 (Wed, 19 Sep 2007)
Revision: 126
Log message:

      * Actually added the autoscrolling files.
     * The bundle now gets built with a custom icon.  This was way too much work.
     * Added the icon to the panel for prettiness.

Changes  Path(relative to ScriptExport)
Added AutoScrollingTextView.h
Properties AutoScrollingTextView.h
Added AutoScrollingTextView.m
Properties AutoScrollingTextView.m
Added DevelNotes.txt
Properties DevelNotes.txt
Deleted ExportMgr.h
+1 -1 Info.plist
+1 -1 README.txt
Change(bin) ScriptExport.nib/keyedobjects.nib
+25 -1 ScriptExport.xcodeproj/project.pbxproj
+1 -5 ScriptExportHelp.html
Added icon/
Added icon/IPLibraryIcon.icns
Properties icon/IPLibraryIcon.icns
Added icon/SE-icon-large.tiff
Properties icon/SE-icon-large.tiff
Added icon/SE-icon-rsrcfork
Properties icon/SE-icon-rsrcfork
Added icon/SE-icon-small.tiff
Properties icon/SE-icon-small.tiff
Added icon/SE-icon-thumb.tiff
Properties icon/SE-icon-thumb.tiff
Added icon/SE-icon.icns
Properties icon/SE-icon.icns
Added icon/iphoto-icon-large.tiff
Properties icon/iphoto-icon-large.tiff
Added icon/iphoto-icon-small.tiff
Properties icon/iphoto-icon-small.tiff
Added icon/iphoto-icon-thumb.tiff
Properties icon/iphoto-icon-thumb.tiff
Added icon/term-icon-large.tiff
Properties icon/term-icon-large.tiff
Added icon/term-icon-small.tiff
Properties icon/term-icon-small.tiff
Added icon/term-icon-thumb.tiff
Properties icon/term-icon-thumb.tiff
Added icon/term-icon.icns
Properties icon/term-icon.icns

Changes by: Nathaniel Gray (n8gray at cs.caltech.edu)
Date: 2007-09-19 19:20:17 -0700 (Wed, 19 Sep 2007)
Revision: 127
Log message:

      This is v1.0.  Updated the help a bit.

Changes  Path(relative to ScriptExport)
+13 -1 ScriptExportHelp.html

Changes by: Nathaniel Gray (n8gray at cs.caltech.edu)
Date: 2007-09-19 20:10:50 -0700 (Wed, 19 Sep 2007)
Revision: 128
Log message:

      Release tag

Changes  Path(relative to ScriptExport-tags/Release-1.0)
Copied . (from rev 127, ScriptExport)

Changes by: Nathaniel Gray (n8gray at cs.caltech.edu)
Date: 2007-09-28 19:39:42 -0700 (Fri, 28 Sep 2007)
Revision: 129
Log message:

      Added a logging library.  Added iter and iteri to ReArray.  Some OMakefile
     fixes.

Changes  Path(relative to ocaml-util)
+4 -2 OMakefile
+8 -0 ReArray.ml
Added ReLog.ml
Properties ReLog.ml
+5 -4 test/ReListT.ml

Changes by: Nathaniel Gray (n8gray at cs.caltech.edu)
Date: 2007-09-28 19:40:05 -0700 (Fri, 28 Sep 2007)
Revision: 130
Log message:

      ...

Changes  Path(relative to sudoku)
Added .

Changes by: Nathaniel Gray (n8gray at cs.caltech.edu)
Date: 2007-09-28 19:40:55 -0700 (Fri, 28 Sep 2007)
Revision: 131
Log message:

      A sudoku solver.  Not finished yet.
     
     The worklist implementation should probably be moved to n8util.

Changes  Path(relative to sudoku)
Added OMakefile
Properties OMakefile
Added OMakeroot
Properties OMakeroot
Added sudoku.ml
Properties sudoku.ml
Added worklist.ml
Properties worklist.ml

Changes by: Nathaniel Gray (n8gray at cs.caltech.edu)
Date: 2007-09-28 19:53:44 -0700 (Fri, 28 Sep 2007)
Revision: 132
Log message:

      The process_pending_constraint function should be complete now.

Changes  Path(relative to sudoku)
+18 -1 sudoku.ml

Changes by: Nathaniel Gray (n8gray at cs.caltech.edu)
Date: 2007-09-28 22:18:09 -0700 (Fri, 28 Sep 2007)
Revision: 133
Log message:

      Still not finished, but it compiles!

Changes  Path(relative to sudoku)
+47 -49 sudoku.ml