Index: openacs-4/packages/acs-tcl/tcl/text-html-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-tcl/tcl/text-html-procs.tcl,v diff -u -N -r1.109.2.19 -r1.109.2.20 --- openacs-4/packages/acs-tcl/tcl/text-html-procs.tcl 1 Feb 2021 10:51:09 -0000 1.109.2.19 +++ openacs-4/packages/acs-tcl/tcl/text-html-procs.tcl 17 Feb 2021 20:52:52 -0000 1.109.2.20 @@ -965,7 +965,7 @@ # proc might also be used in order to improve some OpenACS # routines, like util_close_html_tags. As it has some limitations, # this is left to future considerations. - ad_proc -public ad_dom_fix_html { + ad_proc -private ad_dom_fix_html { -html:required {-marker "root"} -dom:boolean Index: openacs-4/packages/acs-tcl/tcl/utilities-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-tcl/tcl/utilities-procs.tcl,v diff -u -N -r1.189.2.77 -r1.189.2.78 --- openacs-4/packages/acs-tcl/tcl/utilities-procs.tcl 8 Feb 2021 11:47:11 -0000 1.189.2.77 +++ openacs-4/packages/acs-tcl/tcl/utilities-procs.tcl 17 Feb 2021 20:52:52 -0000 1.189.2.78 @@ -2339,13 +2339,17 @@ return $set_id } -ad_proc -public ad_ns_set_keys { +ad_proc -public -deprecated ad_ns_set_keys { -colon:boolean {-exclude ""} set_id } { Returns the keys of an ns_set as a Tcl list, like array names. + This proc can be easily replaced by a Tcl dict + operation. Furthermore, newer versions of NaviServer have "ns_set + keys" and "ns_set values" operations. + @param colon If set, will prepend all the keys with a colon; useful for bind variables @param exclude Optional Tcl list of key names to exclude