Hello All, The final version of jdok.el 1.11 is downloadable from <http://www.dponce.com/>. Here are the changes since previous version (1.9): 2000-06-09 David Ponce <[EMAIL PROTECTED]> * jdok.el: Version 1.11 released. FIXED: When methods/constructors contains a "Class" object jdok mistaked them for classes. This problem (may be others?) arose when `case-fold-search' value is non-nil (searches and matches should ignore case). So, now `jdok-generate-javadoc-template' temporarily forces `case-fold-search' to nil. Thank you very much to Eric D. Friedman <[EMAIL PROTECTED]> who have reported this nasty bug. 2000-05-12 David Ponce <[EMAIL PROTECTED]> * jdok.el: New version 1.11 (beta). This is a major rewrite of jdok.el to use fully customizable "tempo" templates for each category of javadoc line. So now jdok require the tempo package to work. Starting with this version of jdok, customized templates made in previous versions of jdok are no more used. So jdok templates must be customized again. 2000-04-26 David Ponce <[EMAIL PROTECTED]> * jdok.el: New improved `jdok-get-declaration' function. It delegates to a new light Java source scanner `jdok-get-normalized-source' which read the current buffer and return normalized Java source code (extra Java whitespace characters and comments are removed). Sincerely, David <[EMAIL PROTECTED]>
