SiteMap Search ElispArea HowTo Glossary RecentChanges News Problems Suggestions

History of mon-doc-help-utils.el

2011-01-17
22:58 UTC Revision 79 . . . . mon key:CHANGESET 2397 (minor)
2010-05-17
16:02 UTC Revision 61 . . . . mon key:CHANGED Docstrings, updated xrefs for `mon-help-char-*' functions. :ADDED :FUNCTION `mon-help-binary-representation' :ADDED :FUNCTION `mon-help-char-raw-bytes' :CHANGED :FUNCTION `mon-help-search-functions' -- Fixed typos. Added new section ":SEARCH-MATCH-DATA" and rearranged accordingly. :CHANGED :FUNCTION `mon-help-char-representation' -- Added sections, ``:CHAR-REPESENTATION-BINARY'' & ``:CHAR-REPESENTATION-RADIX'' :CHANGED :FUNCTION `mon-help-file-dir-functions' -- Added new symbols for minibuffer related file frobbing. :ADDED :FUNCTION `mon-help-make-network-process' :ADDED :FUNCTION `mon-help-w32-functions' :ADDED :FUNCTION `mon-help-load-functions' :CHANGED docstring xrefs. :CHANGED :VARIABLE `*mon-help-mon-tags-alist*' In anticipation of eventual integreation of an Elisp unit-test framework Added new tag ":WANTING" used w/ ":TEST-ME" to indicated expected return value. Chosen because has same length e.g. (eq (length ":TEST-ME") (length ":WANTING")) :RENAMED `mon-help-print' -> `mon-help-print-functions' :MOVED :VARIABLE `*mon-tags-table-list*' <- mon-default-start-loads.el :MOVED :FUNCTION `mon-update-tags-tables' <- mon-default-start-loads.el :CHANGED :FUNCTION `mon-help-insert-tags' The inlined lambda var `mhit-prnc-here' now takes the arg `mhit-prn'. Suppresses compiler warning about free variable. :CHANGESET 1738