2004-12-10 Veerapuram Varadhan * Filters/Makefile.am, Util/Makefile.am, beagled/Makefile.am: Included "conditionally" compiled sources to EXTRA_DIST. 2004-12-10 Veerapuram Varadhan * From a patch by Raphaƫl Slinckx * Filters/FilterMusic.cs: Abstract base class for all audio file filters. * Filters/FilterFlac.cs: DoPullProperties() is implemented by base class. * Filters/Makefile.am: Added FilterApe.cs, FilterMp3.cs, FilterOgg.cs, FilterMpc.cs * Util/Makefile.am: Added ApeReader.cs, Mp3Reader.cs, OggReader.cs, Tag.cs * Util/FlacReader.cs: Now belongs to BU.AudioUtil namespace. * Util/Makefile.am: Removed Id3.cs * Util/Id3.cs: Removed from the repository. * Filters/FilterApe.cs: Added * Filters/FilterMp3.cs: Added * Filters/FilterOgg.cs: Added * Filters/FilterMpc.cs: Added * Util/ApeReader.cs: Added * Util/Mp3Reader.cs: Added * Util/OggReader.cs: Added * Util/Tag.cs: Added 2004-12-07 Veerapuram Varadhan * Filters/FilterOpenOffice.cs: Count slides. Support for annotations and more *HOT* styles. * From a patch by Vishravars Ramasubramanian [NOSIP student]. * Filters/FilterOpenOffice.cs: Fix for Bug#: 157100 Parse through styles.xml to read "Header", "Footer", "Footnote", "Endnote" texts. 2004-12-07 Tuomas Kuosmanen * Tiles/template-web-history.html: Fixed the uri to be a link too. Fixes #160315, also replaced the globe with the nicer looking one. Should come from icon-theme eventually as well. * Tiles/template-mail-message.html: Added the folder info, I'll need to use it for a bit before I hopefully come up with a better way of displaying the information without wasting a lot of screen space. Fixes #160313 * Tiles/TileMailMessage.cs: eeks, I touched c-sharp with bare hands! Hopefully the patch works. Should fix #160321 and #160324 2004-12-03 Veerapuram Varadhan * configure.in: Updated to gsf-sharp 0.2. * Filters/FilterPPT.cs: Added meta-data support replacing the current NumSlides logic. 2004-12-01 Veerapuram Varadhan * Filters/FilterRTF.cs: Compatible with MS RTF specification, extracts meta-data and style information.