2005-01-10 Veerapuram Varadhan <
[email protected]>
* glue/wv1-glue.c: Separate out the wvInit() call, should be
called only one through-out the scope of an application.
* Filters/FilterDOC.cs: Track wvInit() call through a static
member. This also fixes Bug#:166150
2005-01-09 Veerapuram Varadhan <
[email protected]>
* beagled/SnippetFu.cs: Fix for
http://bugzilla.gnome.org/show_bug.cgi?id=166648. Trim the
final snippet to the allowed-length.
* Filters/FilterRTF.cs: Fix for
http://bugzilla.gnome.org/show_bug.cgi?id=166768
2005-01-08 Veerapuram Varadhan <
[email protected]>
* glue/wv1-glue.c: Handle partially formatted texts.
Mark partially-formatted-texts as HOT.
* Filters/FilterDOC.cs, Filters/FilterRTF.cs,
Filters/FilterAbiword.cs, Filters/FilterPdf.cs: Added support for
"Structural Break"s which is needed for proper snippet support.
This supplements a partial fix to Bug#166648.
2005-01-05 Veerapuram Varadhan <
[email protected]>
* beagled/Filter.cs: Few tweaks on Hot pool.
* Filters/FilterOpenOffice.cs: More elegant(?) logic to handle
wierd combination of text-formatting, fixes Bug#157100.
* Filters/FilterRTF.cs: Metadata info can be anywhere in the
document. Commented out the "file-offset" positioning after
reading meta-data.
* Best/Best.cs: Added a console message to guide users to look at
their Systray for Best icon.
2005-01-04 Veerapuram Varadhan <
[email protected]>
* Filters/FilterPPT.cs: Validate the Ole stream before using it.
Fixes Bug#:166265. Now, FilterPPT directly derives from B.D.F and
not from FilterOle.
* Filters/FilterOle.cs: Removed from the repository.
* Filters/Makefile.am: ditto.
* Filters/FilterOpenOffice.cs: Catch and Log the exceptions.
* beagled/Filter.cs: Uncomment the return statement in
GetHotTextReader ()
2005-01-03 Veerapuram Varadhan <
[email protected]>
* Filters/FilterPdf.cs: Fix for Bug#:166040. Filename parameter for
pdfinfo command should be tagged between a pair of "".
2005-01-28 Robert Love <
[email protected]>
* Util/Inotify.cs: update for inotify ABI changes (dynamic filenames)
* glue/inotify-glue.c: ditto
* glue/inotify.h: header from inotify 0.18
2005-01-28 Veerapuram Varadhan <
[email protected]>
* Filters/FilterOpenOffice.cs: Fix for Bug#:162910.
table-count is improperly shown as spreadsheet-count in
Sxw.
2005-01-28 Veerapuram Varadhan <
[email protected]>
* Tiles/template-docs.html: Fix for Bug#:165480.
Instead of @Snippet@ use @%Snippet@ to process the
markups present in @Snippet@.