<?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">2008-07-25T06:00:03Z</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 647</title>
    <content type="html">&lt;pre&gt;&lt;br&gt; Revision 647&lt;br /&gt;
By db30&lt;br /&gt;
On 2008-07-24 12:57:12&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;
Updated the TOC so it includes the updates added to support the 'esc nil' warning.

&lt;/pre&gt;</content>
    <dc:updated xmlns:dc="http://www.w3.org/2005/Atom">2008-07-24T16:57:12Z</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/647</dc:id>
  </entry>
  <entry>
    <title>Revision 646</title>
    <content type="html">&lt;pre&gt;&lt;br&gt; Revision 646&lt;br /&gt;
By db30&lt;br /&gt;
On 2008-07-24 11:11:01&lt;br /&gt;
&lt;ul&gt;
&lt;li&gt;&lt;b&gt;/actr6/core-modules/vision.lisp&lt;/b&gt; - Modified&lt;/li&gt;
&lt;/ul&gt;
Added a :delete-visicon-chunks parameter to vision to toggle whether
it purges the old visicon chunks.  The default value is t.  There
shouldn't be many reasons for setting it to nil, but extensions which
may rely on the internals of the vision module (like EMMA) might not
work right with it set to t.  EMMA will be fixed at some point, but
until then, and for other extensions, setting this to nil is the easy
way to get around problems that deleted chunks create.

Note, the virtual device will still purge its chunks regardless of that 
parameter's setting since those shouldn't be referenced by anything
once the corresponding objects are gone (that's one of the reasons
that the visicon makes an internal copy).

&lt;/pre&gt;</content>
    <dc:updated xmlns:dc="http://www.w3.org/2005/Atom">2008-07-24T15:11: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/646</dc:id>
  </entry>
  <entry>
    <title>Revision 645</title>
    <content type="html">&lt;pre&gt;&lt;br&gt; Revision 645&lt;br /&gt;
By db30&lt;br /&gt;
On 2008-07-24 11:02:36&lt;br /&gt;
&lt;ul&gt;
&lt;li&gt;&lt;b&gt;/actr6/test-models/tracking-test.ref&lt;/b&gt; - Modified&lt;/li&gt;
&lt;/ul&gt;
Updated reference run since tracking overwrites report with requested nil now.

&lt;/pre&gt;</content>
    <dc:updated xmlns:dc="http://www.w3.org/2005/Atom">2008-07-24T15:02:36Z</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/645</dc:id>
  </entry>
  <entry>
    <title>Revision 644</title>
    <content type="html">&lt;pre&gt;&lt;br&gt; Revision 644&lt;br /&gt;
By db30&lt;br /&gt;
On 2008-07-24 10:43:19&lt;br /&gt;
&lt;ul&gt;
&lt;li&gt;&lt;b&gt;/actr6/support/central-parameters.lisp&lt;/b&gt; - Modified&lt;/li&gt;
&lt;/ul&gt;
Changed the version # on the central parameters module.

&lt;/pre&gt;</content>
    <dc:updated xmlns:dc="http://www.w3.org/2005/Atom">2008-07-24T14:43: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/644</dc:id>
  </entry>
  <entry>
    <title>Revision 643</title>
    <content type="html">&lt;pre&gt;&lt;br&gt; Revision 643&lt;br /&gt;
By db30&lt;br /&gt;
On 2008-07-23 11:49:32&lt;br /&gt;
&lt;ul&gt;
&lt;li&gt;&lt;b&gt;/actr6/framework/parameters.lisp&lt;/b&gt; - Modified&lt;/li&gt;
&lt;/ul&gt;
Fixed a bug in the get-parameter-default-value function added with the last update.

&lt;/pre&gt;</content>
    <dc:updated xmlns:dc="http://www.w3.org/2005/Atom">2008-07-23T15:49:32Z</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/643</dc:id>
  </entry>
  <entry>
    <title>Revision 642</title>
    <content type="html">&lt;pre&gt;&lt;br&gt; Revision 642&lt;br /&gt;
By db30&lt;br /&gt;
On 2008-07-23 09:54:58&lt;br /&gt;
&lt;ul&gt;
&lt;li&gt;&lt;b&gt;/actr6/support/central-parameters.lisp&lt;/b&gt; - Modified&lt;/li&gt;
&lt;li&gt;&lt;b&gt;/actr6/core-modules/declarative-memory.lisp&lt;/b&gt; - Modified&lt;/li&gt;
&lt;li&gt;&lt;b&gt;/actr6/modules/utility-and-reward-1.lisp&lt;/b&gt; - Modified&lt;/li&gt;
&lt;li&gt;&lt;b&gt;/actr6/framework/parameters.lisp&lt;/b&gt; - Modified&lt;/li&gt;
&lt;li&gt;&lt;b&gt;/actr6/docs/reference-manual.doc&lt;/b&gt; - Modified&lt;/li&gt;
&lt;/ul&gt;
Added a mechanism for providing a warning if :esc is nil but some module's parameters which expect it to be t have been changed.

&lt;/pre&gt;</content>
    <dc:updated xmlns:dc="http://www.w3.org/2005/Atom">2008-07-23T13:54: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/642</dc:id>
  </entry>
  <entry>
    <title>Revision 641</title>
    <content type="html">&lt;pre&gt;&lt;br&gt; Revision 641&lt;br /&gt;
By db30&lt;br /&gt;
On 2008-07-22 14:38:43&lt;br /&gt;
&lt;ul&gt;
&lt;li&gt;&lt;b&gt;/actr6/core-modules/speech.lisp&lt;/b&gt; - Modified&lt;/li&gt;
&lt;/ul&gt;
Took the require 'central-parameters' out of speech since it didn't use it.

&lt;/pre&gt;</content>
    <dc:updated xmlns:dc="http://www.w3.org/2005/Atom">2008-07-22T18:38: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/641</dc:id>
  </entry>
  <entry>
    <title>Revision 640</title>
    <content type="html">&lt;pre&gt;&lt;br&gt; Revision 640&lt;br /&gt;
By db30&lt;br /&gt;
On 2008-07-22 14:12:52&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;li&gt;&lt;b&gt;/actr6/commands/procedural-cmds.lisp&lt;/b&gt; - Modified&lt;/li&gt;
&lt;li&gt;&lt;b&gt;/actr6/modules/utility-and-reward-1.lisp&lt;/b&gt; - Modified&lt;/li&gt;
&lt;li&gt;&lt;b&gt;/actr6/extras/old-utility/utility-and-reward.lisp&lt;/b&gt; - Modified&lt;/li&gt;
&lt;/ul&gt;
Changed how the production :utility parameter gets stored so that
whynot can report accurately whether the production was above
threshold during its last conflict resolution.  This usage
corresponds to how the manual describes the :utility parameter,
but peviously whynot was incorrectly recomputing and saving
a new value.

&lt;/pre&gt;</content>
    <dc:updated xmlns:dc="http://www.w3.org/2005/Atom">2008-07-22T18:12:52Z</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/640</dc:id>
  </entry>
  <entry>
    <title>Revision 639</title>
    <content type="html">&lt;pre&gt;&lt;br&gt; Revision 639&lt;br /&gt;
By db30&lt;br /&gt;
On 2008-07-22 10:22:20&lt;br /&gt;
&lt;ul&gt;
&lt;li&gt;&lt;b&gt;/actr6/environment/GUI/dialogs/36-procedural.tcl&lt;/b&gt; - Modified&lt;/li&gt;
&lt;li&gt;&lt;b&gt;/actr6/environment/GUI/dialogs/72-ctrl-panel-gt-button.tcl&lt;/b&gt; - Modified&lt;/li&gt;
&lt;li&gt;&lt;b&gt;/actr6/environment/GUI/dialogs/73-ctrl-panel-gt-vert-button.tcl&lt;/b&gt; - Modified&lt;/li&gt;
&lt;/ul&gt;
Modified the graphic trace tools so that clicking on a box in
the production or retrieval row/column will open either the
procedural or declarative viewer (as appropriate) with the 
corresponding item selected.  

Doesn't work for chunks in other buffers for two reasons:
- There isn't a general chunk viewer in the environment.
- There's no gurarantee that such a chunk still exixts or
  if it does that it's the same as it was when the trace
  ran.


&lt;/pre&gt;</content>
    <dc:updated xmlns:dc="http://www.w3.org/2005/Atom">2008-07-22T14:22:20Z</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/639</dc:id>
  </entry>
  <entry>
    <title>Revision 638</title>
    <content type="html">&lt;pre&gt;&lt;br&gt; Revision 638&lt;br /&gt;
By db30&lt;br /&gt;
On 2008-07-22 09:00:00&lt;br /&gt;
&lt;ul&gt;
&lt;li&gt;&lt;b&gt;/actr6/core-modules/vision.lisp&lt;/b&gt; - Modified&lt;/li&gt;
&lt;/ul&gt;
Fixed the 'overlapping text' bug again because it was recently reintroduced.

&lt;/pre&gt;</content>
    <dc:updated xmlns:dc="http://www.w3.org/2005/Atom">2008-07-22T13:00:00Z</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/638</dc:id>
  </entry>
</feed>
