2005-06-19 Mikael Hallendal * NEWS: * configure.in: - Updated for 1.8.1 2005-06-19 Mikael Hallendal * src/ChannelList.cs: * src/ItemList.cs: - Renamed internal variables. * src/Makefile.am: * src/Spinner.cs: - Removed unused code. 2005-06-19 Mikael Hallendal * libblam/Makefile.am: * libblam/blam-channel-menu.[ch]: Removed. * libblam/blam-spinner.[ch]: Removed. - Removed C glue code, spinner wasn't used and the channel menu has been moved to managed code. * src/Application.cs: * src/ChannelDialog.cs: * src/Dialogs.cs: * src/ItemView.cs: * src/Opml.cs: * src/PreferencesDialog.cs: * src/Utils.cs: * src/egg-sharp.cs: - Changed private to public on glade callbacks to get rid of a bunch of warnings. * src/ChannelList.cs: - Implement the channel menu in managed code instead. 2005-06-19 Mikael Hallendal * libblam/blam-channel-menu.c: - Changed the order of the right-click menu and added a separator. - Fixes bug #303404. 2005-06-19 Mikael Hallendal * Makefile.am: * blam.exe.config: - Added. * lib/Makefile.am: * lib/atom.dll: * src/Makefile.am: - Renamed to atom.dll to Atom.NET.Dll 2005-06-19 Mikael Hallendal * lib/Makefile.am: * lib/RSS.NET.dll: * lib/rss.dll: - Replaced rss.dll with RSS.NET.dll * src/ChannelCollection.cs: - Write to a temp file and then move it. - Fixes bug #303918. * src/Makefile.am: - Fixed a couple of warnings. 2005-06-18 Mikael Hallendal * src/Application.cs: * src/ChannelDialog.cs: * src/Dialogs.cs: * src/HigUtils.cs: * src/ItemView.cs: * src/Opml.cs: * src/PreferencesDialog.cs: * src/Printing.cs: * src/TrayIcon.cs: * src/egg-sharp.cs: - Cleared out a bunch of warnings about not being assigned or not being used. 2005-06-18 Mikael Hallendal * Makefile.am: * configure.in: * lib/.cvsignore: * lib/Makefile.am: * lib/atom.dll: * lib/rss.dll: - Added precompiled versions of these. * README: - Added comment on where to get RSS.NET and Atom.net. * src/Makefile.am: * src/atom/*: * src/rss/*: - Removed the source from the blam tree. - Use prebuild dll-files from the official trees instead. 2005-06-04 Chao-Hsiung Liao * configure.in: Added "zh_TW" to ALL_LINGUAS. 2005-05-15 Mikael Hallendal * src/Channel.cs: * src/FeedUpdater.cs: * src/ItemView.cs: * src/Makefile.am: * src/HtmlUtils.cs: Added - Fixes #302579 an #170644 - Patch from Heath Harrelson to escape and strip titles from HTML.