<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -50,7 +50,7 @@
 
      (- (id) tableView: (id) tv objectValueForTableColumn: (id) tc row: (int) row is
         (set dict (NSSpeechSynthesizer attributesForVoice:(@voiceList row)))
-		(dict objectForKey:(NuBridgedConstant constantWithName:&quot;NSVoiceName&quot; signature:&quot;@&quot;))))
+		(dict objectForKey:NSVoiceName)))
 
 (set SHOW_CONSOLE_AT_STARTUP nil)
 </diff>
      <filename>06_Helpers/SpeakLine_B/nu/main.nu</filename>
    </modified>
    <modified>
      <diff>@@ -102,14 +102,13 @@
 	}
 }
 
-/*
 - (void)changeKeyPath:(NSString *)keyPath
 			 ofObject:(id)obj
 			  toValue:(id)newValue
 {
 	[obj setValue:newValue forKeyPath:keyPath];
 }
-*/
+
 - (void)observeValueForKeyPath:(NSString *)keyPath
 					  ofObject:(id)obj
 						change:(NSDictionary *)change</diff>
      <filename>09_Undo/RaiseMan_A/MyDocument.m</filename>
    </modified>
    <modified>
      <diff>@@ -14,11 +14,11 @@
         (NSLog &quot;startObservingPerson: #{person}&quot;)
         (person addObserver:self
                  forKeyPath:&quot;personName&quot;
-                    options:0x02
+                    options:NSKeyValueObservingOptionOld
                     context:nil)
         (person addObserver:self
                  forKeyPath:&quot;expectedRaise&quot;
-                    options:0x02
+                    options:NSKeyValueObservingOptionOld
                     context:nil))
                     
     (- (void) stopObservingPerson: (id) person is</diff>
      <filename>09_Undo/RaiseMan_A/nu/main.nu</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>3e78a300d8c8b93e2350e8828a4859b9aa9a34a2</id>
    </parent>
  </parents>
  <author>
    <name>Jonathan Yedidia</name>
    <email>yedidia@merl.com</email>
  </author>
  <url>http://github.com/timburks/cocoa-programming-with-nu/commit/7aedc2febe8624873e01cf5268e34edd8a6abcc0</url>
  <id>7aedc2febe8624873e01cf5268e34edd8a6abcc0</id>
  <committed-date>2008-05-27T22:34:09-07:00</committed-date>
  <authored-date>2008-05-27T22:34:09-07:00</authored-date>
  <message>Fixed a couple spots where Cocoa constants weren't accessed in the clearest way.</message>
  <tree>0cb4246df37f30359ea04007cb79d3de81428f38</tree>
  <committer>
    <name>Jonathan Yedidia</name>
    <email>yedidia@merl.com</email>
  </committer>
</commit>
