In a couple places (matchmaker.cpp and condor_query.cpp), we move an ad from one list to another. For these locations, we'll need to add a method to allow movement without deletion.
 
+{subsection: 'T' and 'F' Symbols}
+The tokens =T= and =F= are synonyms for =True= and =False=, and cannot be used as attribute names in old {quote:ClassAds}. This is not the case in new {quote:ClassAds}. Supporting this behavior would be difficult to do without modifying new {quote:ClassAds} directly. My belief is that no one is aware of these symbols, and removing their special meaning will not affect any users.
+
 {subsubsection: STL Exceptions}
 Do we need to worry about handling exceptions from STL objects?