home *** CD-ROM | disk | FTP | other *** search
/ Meeting Pearls 3 / Meeting_Pearls_III.iso / Contrib / Patricia / History.readme next >
Text File  |  1995-10-15  |  4KB  |  83 lines

  1. History
  2. =======
  3.  
  4. - renamed CreatePatDB to PCreateDB
  5. - PSearch, PCreateDB and PHighlight got a version string: V0.1
  6. - bug fix: In PCreateDB and PSearch all files are closed now.
  7. - MAXOCCURNUM now really refers to the number of occurences of
  8.   a word per file resp. amigaguide node
  9.   => database size increases :-(
  10. - new option for PSearch: PHIGHPATH can be used to give the path where
  11.   PHighlight is found.
  12. - changed: Current dir when calling other programs is the original current dir
  13.   in PSearch and the program dir in PHighlight.
  14. - changed: reduced the database size by perhaps 1/3
  15. - new: additional statistics with PCreateDB VERBOSE:
  16.   number of keys, occurences per key, number of keys which hit MAXOCCURNUM
  17. - changed: Increased the default MAXOCCURNUM, because the average key appears
  18.   only 1.6 - 2 times.
  19. - new: PSearch PROFILE showes some time measurements.
  20. - changed: In Result.guide the links are shorter now. AmigaGuide was not
  21.   able to handle long links...
  22.  
  23. V0.2:
  24. - speed optimizing
  25. - New options for PCreateDB:
  26.   Filter/K  =  include only words that are in this file, too
  27.                words are separated by white spaces
  28.   Exclude/K = all words in 'Filter' are _excluded_, not included
  29.   CreateFilter/K = write all words in the resulting database to this file;
  30.                    they are sorted on word beginning and length
  31.   DataBase/K = is no longer required: if not database name is given, 
  32.                no database will be created
  33. - PSearch and PHighlight work with OS1.2/3 now, too.
  34.  
  35. V0.3:
  36. - PSearch is more flexible. Now it can search for:
  37.   "word_seq1 | word_seq2 | ... | word_seqn"
  38.             ^ ^
  39.          These spaces are nescessary!
  40.  
  41.   word_seqx = "word1 word2 ... wordm"
  42.                     ^     ^
  43.   A word sequence is only found if all words occur in the specified order
  44.   with the correct number of whitespaces between them.
  45. - speed optimizing
  46.  
  47. V0.4:
  48. - PSearch gives detailed explanations why the result might be incomplete.
  49.  
  50. V0.5:
  51. - New option for PCreateDB: _No_NodeTitles.
  52.   Default is to include information about AmigaGuide nodes. PSearch will list
  53.   AmigaGuide nodes with their title and not their name, if a title is present.
  54. - New: Global statistics in PCreateDB with VERBOSE.
  55. - Added some passages to English docs, renamed "Patricia.readme" to
  56.   "Patricia.doc".
  57. - New: German documentation ("Patricia.dok")
  58.  
  59. V0.6:
  60. - Changed icons to MPIII icons, removed "PatriciaDB.info" default icon
  61. - new: Added patricia trie number to global statistics.
  62. - new: Internal validity checks before saving (because of VMM problems).
  63. - changed: PSearch reads node name and title at once.
  64. - bug fix: BaseDir with a slash at the end were handled wrongly since V0.3
  65. - bug fix PSearch: Since V0.5 a single byte was mungled when loading a node title.
  66. - bug fix: Filenames  with a leading ":" are handled correctly now.
  67. - bug fix: A node title after the "@node" command is recognized now.
  68.  
  69. Patricia 0.7:
  70. * PHighlight 0.3:
  71.   - new: Uses "Reversed text off" with OS >= 36 and "Normal text" with OS < 36.
  72. * PSearch 0.8:
  73.   - changed: Compatible with databases from Patricia V0.5 and V0.6.
  74.   - new: AmigaGuide documents will not be highlighted with OS < 39.
  75.   - bug fix: Empty search texts caused enforcer hits.
  76.   - bug fix: Since 0.7 (aka Patricia 0.6) AmigaGuide nodes without title were
  77.              not listed in the result.
  78.  
  79. Patricia 0.7 MP III version:
  80. * PSearch 0.8MP:
  81.   - new: Finds AmigaGuide node titles not listed in the databases due to
  82.          the bug in Patricia V0.5, too.
  83.