<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
  <dc:id xmlns:dc="http://www.w3.org/2005/Atom">http://act-r.psy.cmu.edu/~webcron/actr6feed.xml</dc:id>
  <title>ACT-R SVNLog</title>
  <dc:updated xmlns:dc="http://www.w3.org/2005/Atom">2013-05-23T06:00:02Z</dc:updated>
  <author>
    <name>Dan Bothell</name>
    <email>db30@andrew.cmu.edu</email>
  </author>
  <link rel="alternate" href="http://act-r.psy.cmu.edu/~webcron/actr6log.txt" type="text/plain"/>
  <link rel="self" href="http://act-r.psy.cmu.edu/~webcron/actr6feed.xml"/>
  <entry>
    <title>Revision 1382</title>
    <content type="html">&lt;pre&gt;&lt;br&gt; Revision 1382&lt;br /&gt;
By db30&lt;br /&gt;
On 2013-05-21 11:41:16&lt;br /&gt;
&lt;ul&gt;
&lt;li&gt;&lt;b&gt;/actr6/test-models/test-mp-value-req-param.ref&lt;/b&gt; - Modified&lt;/li&gt;
&lt;li&gt;&lt;b&gt;/actr6/test-models/test-mp-value-req-param.lisp&lt;/b&gt; - Modified&lt;/li&gt;
&lt;/ul&gt;
Update the test model for :mp-value since it can now be used when :mp is nil.

&lt;/pre&gt;</content>
    <dc:updated xmlns:dc="http://www.w3.org/2005/Atom">2013-05-21T15:41:16Z</dc:updated>
    <dc:id xmlns:dc="http://www.w3.org/2005/Atom">http://act-r.psy.cmu.edu/~webcron/actr6feed.xml/not_a_real_url/1382</dc:id>
  </entry>
  <entry>
    <title>Revision 1381</title>
    <content type="html">&lt;pre&gt;&lt;br&gt; Revision 1381&lt;br /&gt;
By db30&lt;br /&gt;
On 2013-05-21 11:40:19&lt;br /&gt;
&lt;ul&gt;
&lt;li&gt;&lt;b&gt;/actr6/core-modules/declarative-memory.lisp&lt;/b&gt; - Modified&lt;/li&gt;
&lt;/ul&gt;
Allow the :mp-value retrieval request parameter to be used whether partial matching is on or off.

&lt;/pre&gt;</content>
    <dc:updated xmlns:dc="http://www.w3.org/2005/Atom">2013-05-21T15:40:19Z</dc:updated>
    <dc:id xmlns:dc="http://www.w3.org/2005/Atom">http://act-r.psy.cmu.edu/~webcron/actr6feed.xml/not_a_real_url/1381</dc:id>
  </entry>
  <entry>
    <title>Revision 1380</title>
    <content type="html">&lt;pre&gt;&lt;br&gt; Revision 1380&lt;br /&gt;
By db30&lt;br /&gt;
On 2013-05-16 16:52:53&lt;br /&gt;
&lt;ul&gt;
&lt;li&gt;&lt;b&gt;/actr6/core-modules/procedural.lisp&lt;/b&gt; - Modified&lt;/li&gt;
&lt;/ul&gt;
A subtle change which corrects a bug that has allways existed
with respect to matching chunks with extended slots.  The claim
in dynamic matching is that a variablized slot in a condition
must exist in the chunk in the buffer for the condition to be
satisfied.  However, when the specification was that the slot's
value was nil it was actually satisfied as long as the chunk's 
type had such a slot even if the chunk itself didn't since it 
implicitly has a value of nil.  

This update corrects that so that the description of dynamic
matching is true for all cases.  I don't expect this to actually
affect anyone since it seems unlikely that anyone would create
a model which only works because a buffer chunk was changed 
implicitly by extending its type through some other means (either
with a call to extend-chunk-type-slots or by extending a chunk
of the same type in a different buffer).


&lt;/pre&gt;</content>
    <dc:updated xmlns:dc="http://www.w3.org/2005/Atom">2013-05-16T20:52:53Z</dc:updated>
    <dc:id xmlns:dc="http://www.w3.org/2005/Atom">http://act-r.psy.cmu.edu/~webcron/actr6feed.xml/not_a_real_url/1380</dc:id>
  </entry>
  <entry>
    <title>Revision 1379</title>
    <content type="html">&lt;pre&gt;&lt;br&gt; Revision 1379&lt;br /&gt;
By db30&lt;br /&gt;
On 2013-05-16 16:02:01&lt;br /&gt;
&lt;ul&gt;
&lt;li&gt;&lt;b&gt;/actr6/extras/blending/blending-read-me.txt&lt;/b&gt; - Modified&lt;/li&gt;
&lt;/ul&gt;
Minor edits to the blending read-me.

&lt;/pre&gt;</content>
    <dc:updated xmlns:dc="http://www.w3.org/2005/Atom">2013-05-16T20:02:01Z</dc:updated>
    <dc:id xmlns:dc="http://www.w3.org/2005/Atom">http://act-r.psy.cmu.edu/~webcron/actr6feed.xml/not_a_real_url/1379</dc:id>
  </entry>
  <entry>
    <title>Revision 1378</title>
    <content type="html">&lt;pre&gt;&lt;br&gt; Revision 1378&lt;br /&gt;
By db30&lt;br /&gt;
On 2013-05-16 12:59:15&lt;br /&gt;
&lt;ul&gt;
&lt;li&gt;&lt;b&gt;/actr6/support/production-parsing-support.lisp&lt;/b&gt; - Modified&lt;/li&gt;
&lt;/ul&gt;
Added the ability to pass request parameters with a direct
request in a production by putting the chunk and the request
parameters in a list:

(p x ==&gt; +retrieval&gt; (chunk :recently-retrieved nil))

(p y 
  =retrieval&gt; isa visual-location 
 ==&gt; 
  +visual-location&gt; (=retrieval :attended t))


&lt;/pre&gt;</content>
    <dc:updated xmlns:dc="http://www.w3.org/2005/Atom">2013-05-16T16:59:15Z</dc:updated>
    <dc:id xmlns:dc="http://www.w3.org/2005/Atom">http://act-r.psy.cmu.edu/~webcron/actr6feed.xml/not_a_real_url/1378</dc:id>
  </entry>
  <entry>
    <title>Revision 1377</title>
    <content type="html">&lt;pre&gt;&lt;br&gt; Revision 1377&lt;br /&gt;
By db30&lt;br /&gt;
On 2013-05-08 13:11:58&lt;br /&gt;
&lt;ul&gt;
&lt;li&gt;&lt;b&gt;/actr6/examples/visual-tracking-example.lisp&lt;/b&gt; - Modified&lt;/li&gt;
&lt;/ul&gt;
Updated the tracking example so the x actually moves on a visible virtual window.

&lt;/pre&gt;</content>
    <dc:updated xmlns:dc="http://www.w3.org/2005/Atom">2013-05-08T17:11:58Z</dc:updated>
    <dc:id xmlns:dc="http://www.w3.org/2005/Atom">http://act-r.psy.cmu.edu/~webcron/actr6feed.xml/not_a_real_url/1377</dc:id>
  </entry>
  <entry>
    <title>Revision 1376</title>
    <content type="html">&lt;pre&gt;&lt;br&gt; Revision 1376&lt;br /&gt;
By db30&lt;br /&gt;
On 2013-05-07 13:53:22&lt;br /&gt;
&lt;ul&gt;
&lt;li&gt;&lt;b&gt;/actr6/core-modules/imaginal.lisp&lt;/b&gt; - Modified&lt;/li&gt;
&lt;/ul&gt;
Added a test to avoid a potential warning with the updated imaginal-action requests.

&lt;/pre&gt;</content>
    <dc:updated xmlns:dc="http://www.w3.org/2005/Atom">2013-05-07T17:53:22Z</dc:updated>
    <dc:id xmlns:dc="http://www.w3.org/2005/Atom">http://act-r.psy.cmu.edu/~webcron/actr6feed.xml/not_a_real_url/1376</dc:id>
  </entry>
  <entry>
    <title>Revision 1375</title>
    <content type="html">&lt;pre&gt;&lt;br&gt; Revision 1375&lt;br /&gt;
By db30&lt;br /&gt;
On 2013-05-07 13:42:27&lt;br /&gt;
&lt;ul&gt;
&lt;li&gt;&lt;b&gt;/actr6/devices/ccl-cocoa/device.lisp&lt;/b&gt; - Modified&lt;/li&gt;
&lt;li&gt;&lt;b&gt;/actr6/support/ccl-simple-view.lisp&lt;/b&gt; - Modified&lt;/li&gt;
&lt;li&gt;&lt;b&gt;/actr6/devices/ccl-cocoa/uwi.lisp&lt;/b&gt; - Modified&lt;/li&gt;
&lt;/ul&gt;
Updates to the CCL interface code from Clayton Stanley

&lt;/pre&gt;</content>
    <dc:updated xmlns:dc="http://www.w3.org/2005/Atom">2013-05-07T17:42:27Z</dc:updated>
    <dc:id xmlns:dc="http://www.w3.org/2005/Atom">http://act-r.psy.cmu.edu/~webcron/actr6feed.xml/not_a_real_url/1375</dc:id>
  </entry>
  <entry>
    <title>Revision 1374</title>
    <content type="html">&lt;pre&gt;&lt;br&gt; Revision 1374&lt;br /&gt;
By db30&lt;br /&gt;
On 2013-05-01 15:16:43&lt;br /&gt;
&lt;ul&gt;
&lt;li&gt;&lt;b&gt;/actr6/docs/reference-manual.doc&lt;/b&gt; - Modified&lt;/li&gt;
&lt;li&gt;&lt;b&gt;/actr6/core-modules/imaginal.lisp&lt;/b&gt; - Modified&lt;/li&gt;
&lt;/ul&gt;
Made the imaginal-action requests more flexible by adding an optional slot that can specify a list of slot names which'll be passed as parameters to the action.

&lt;/pre&gt;</content>
    <dc:updated xmlns:dc="http://www.w3.org/2005/Atom">2013-05-01T19:16:43Z</dc:updated>
    <dc:id xmlns:dc="http://www.w3.org/2005/Atom">http://act-r.psy.cmu.edu/~webcron/actr6feed.xml/not_a_real_url/1374</dc:id>
  </entry>
  <entry>
    <title>Revision 1373</title>
    <content type="html">&lt;pre&gt;&lt;br&gt; Revision 1373&lt;br /&gt;
By db30&lt;br /&gt;
On 2013-04-26 10:28:17&lt;br /&gt;
&lt;ul&gt;
&lt;li&gt;&lt;b&gt;/actr6/docs/reference-manual.doc&lt;/b&gt; - Modified&lt;/li&gt;
&lt;/ul&gt;


&lt;/pre&gt;</content>
    <dc:updated xmlns:dc="http://www.w3.org/2005/Atom">2013-04-26T14:28:17Z</dc:updated>
    <dc:id xmlns:dc="http://www.w3.org/2005/Atom">http://act-r.psy.cmu.edu/~webcron/actr6feed.xml/not_a_real_url/1373</dc:id>
  </entry>
</feed>
