/[wait]/cvs-head/ChangeLog
This is repository of my old source code which isn't updated any more. Go to git.rot13.org for current projects!
ViewVC logotype

Diff of /cvs-head/ChangeLog

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 55 by ulpfr, Sat Nov 11 17:33:42 2000 UTC revision 56 by ulpfr, Mon Dec 31 14:14:16 2001 UTC
# Line 1  Line 1 
1    2001-12-31  ulpfr  <ulpfr@hentai>
2    
3            * script/index_ora:
4            Traverses 'catalog' and generates a simple index.  Searching with
5            'sman -tab ora' sort of works.
6    
7            * lib/WAIT/Parse/Ora.pm: Can retrieve separate title and author names
8    
9            * lib/WAIT/Document/Ora.pm: Can retrieve desc.html and author.html.
10    
11            * script/search_mail: Made -max option really optional
12    
13            * lib/WAIT/InvertedIndex.pm:
14            Moved 'sub keys' to end of file to avoid warnings about CORE::keys.
15    
16    2001-03-03  laperla  <laperla@hentai>
17    
18            * lib/WAIT/Filter.pm: close DATA to free filehandle
19    
20    2000-12-29  ulpfr  <ulpfr@hentai>
21    
22            * script/search_mail: Works with modified nnir.el.
23    
24            * lib/WAIT/Parse/Overview.pm, script/index_mail:
25            Mail indexing works resonable
26    
27            * MANIFEST, lib/WAIT/Parse/Overview.pm, script/index_mail:
28            First steps towards a mail indexer
29    
30            * lib/WAIT/Document/Multi.pm: Typo in manual
31    
32            * debian/control, debian/Config.pm, debian/LockFile-Simple-0.2.5-1.diff.gz, debian/rules, Makefile.PL:
33            First tested debian package generation.
34    
35            * debian/README.debian, debian/changelog, debian/control, debian/copyright, debian/dirs, debian/rules:
36            First untested debian package generation.
37    
38            * Makefile.PL:
39            Removed checks on WAIT_home and directory creation to ease
40            debianizing.  This should be done on install anyway.
41    
42    2000-11-15  ulpfr  <ulpfr@hentai>
43    
44            * lib/WAIT/Table.pm: We should try to get a lock before tieing.
45    
46    2000-11-13  laperla  <laperla@hentai>
47    
48            * lib/WAIT/Filter.pm, lib/WAIT/Table.pm:
49            utf8iso was completely nonsense, returning only true and false.
50    
51            LockFile::Simple now default-configured to remove stale locks.
52    
53            * lib/WAIT/InvertedIndex.pm, lib/WAIT/Query/Base.pm:
54            seq returns 0 on success. So if there is an error on positioning the
55            cursor on $O$;, then we can say it is not an old index. The condition
56            is
57                if $dbh->seq, then return
58            but it was
59                $dbh->seq or return.
60    
61            Besides there are now some outcommented debugging statements that I
62            needed from time to time. They should be removed some day later but
63            left for a while to ease the debugging process.
64    
65    2000-11-12  ulpfr  <ulpfr@hentai>
66    
67            * MANIFEST: cleanup: remove obsolete files
68    
69            * lib/WAIT.pm, Makefile.PL: Handle VERSION explicitely in lib/WAIT.pm
70    
71            * t/client.t: cleanup: remove obsolete files
72    
73            * lib/WAIT/InvertedIndex.pm: $0 -> $O$;
74    
75            * lib/WAIT/Table.pm:
76            Moved locking stuff to new method getlock().  Checked for write lock
77            in drop().
78    
79            * lib/WAIT/Table.pm:
80            Opening a table twice should not be a problem any more.
81    
82            * lib/WAIT/InvertedIndex.pm:
83            Check dbh->seq return value in is_an_old_index
84    
85    2000-11-12  laperla  <laperla@hentai>
86    
87            * lib/WAIT/Filter.pm, lib/WAIT/Filter/utf8iso.pm, MANIFEST:
88            UTF-8 conversion deprecated and for the time being replaced by a
89            perl-only UTF-8 converter
90    
91            * lib/WAIT/Table.pm:
92            Table loads Index and doesn't load InvertedIndex anymore
93    
94            * lib/WAIT/InvertedIndex.pm:
95            InvertedIndex needs some $VERSION so that others can reliably say it was loaded.
96    
97            Added a DIVZERO check
98    
99            * lib/WAIT/Index.pm:
100            Index needs some $VERSION so that others can reliably say it was loaded
101    
102    2000-11-11  ulpfr  <ulpfr@hentai>
103    
104            * ChangeLog: *** empty log message ***
105    
106            * README.header: Forgot to add that in the first place.
107    
108            * MANIFEST: Added some scripts
109    
110            * t/wais.t: Forgot -w in bang line
111    
112            * lib/WAIT/Table.pm: Die if attribute setting is not possible.
113    
114            * lib/WAIT/Document/Multi.pm:
115            access class that joins multiple access objects into a single one -
116            DOnated by Marc Lehmann
117    
118            * script/dump_index, script/upgrade_index, lib/WAIT/InvertedIndexOld.pm, lib/WAIT/InvertedIndex.pm:
119            Modified structure of inverted indices.  The old one was not able to
120            cope with words starting with "\377(o|m)".  Prefix and interval
121            searches have not been tested yet.
122    
123  2000-11-11  Ulrich Pfeifer  <pfeifer@wait.de>  2000-11-11  Ulrich Pfeifer  <pfeifer@wait.de>
124    
125          * README.header:          * README.header:

Legend:
Removed from v.55  
changed lines
  Added in v.56

  ViewVC Help
Powered by ViewVC 1.1.26