-{section: Adding Configuration File Parameters to HTCondor}
-
 The method by which condor_configurations file parameters are to be added into HTCondor has changed.
 
 There is a file called =src/condor_c++_util/param_info.in= and in it are definitions like this:
@@ -79,3 +77,7 @@
 {subsection: Things to Note!}
 
 1: For entries in the default table, the hard coded defaults in the source code are ignored. If the variable is not in the table, the in code defaults are utilized.
+
+{subsection: Edit Notes}
+
+This was once AddConfigParams; if you want older edit history, go there.