~ubuntu-branches/ubuntu/raring/blam/raring-proposed

« back to all changes in this revision

Viewing changes to ChangeLog

  • Committer: Bazaar Package Importer
  • Author(s): Sebastian Dröge
  • Date: 2006-03-14 14:57:31 UTC
  • mfrom: (1.1.2 upstream)
  • Revision ID: james.westby@ubuntu.com-20060314145731-8ksmc4mhwzk3bn1j
Tags: 1.8.2+cvs20060124-0ubuntu1
* New CVS snapshot
* egg-sharp.diff:
  + Fix the TrayIcon breakage by replacing it with generic TrayIcon
    implementation used by banshee, beagle, etc
* firefox.diff:
  + Fix build with firefox 1.5
    (Closes: Malone #4839, #5354, #5876, #32758, #34368, #34581)
* gtk-sharp2.diff:
  + Build with Gtk#2

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
2006-01-24  Clytie Siddall <clytie@riverland.net.au>
 
2
 
 
3
        * configure.in  Added vi in ALL_LINGUAS line.
 
4
        
 
5
2006-01-21  Chao-Hsiung Liao  <j_h_liau@yahoo.com.tw>
 
6
 
 
7
        * configure.in: Add "zh_HK" to ALL_LINGUAS.
 
8
        
 
9
2006-01-02  Mikael Hallendal  <micke@imendio.com>
 
10
 
 
11
        * MAINTAINERS: Added
 
12
 
 
13
2005-12-18  Mikael Hallendal  <micke@imendio.com>
 
14
 
 
15
        * configure.in:
 
16
        * themes/Makefile.am:
 
17
        * themes/planet/*:
 
18
        - Added theme based of planet gnome from Matt Philmon.
 
19
 
 
20
2005-12-18  Mikael Hallendal  <micke@imendio.com>
 
21
 
 
22
        * configure.in: Require Mono 1.1.10
 
23
        * src/Item.cs: Splitted out from Channel.cs
 
24
        * src/Channel.cs: Split out Item class
 
25
        * src/*.cs: Use Mono.Unix.Catalog instead of Mono.Posix.Catalog
 
26
 
 
27
2005-11-27  Mikael Hallendal  <micke@imendio.com>
 
28
 
 
29
        * src/Application.cs: Added ThemeManager.
 
30
        * src/Defines.cs.in: Added a bunch of defines for Theme support.
 
31
        * src/HtmlTemplate.cs: 
 
32
        - Removed and replaced with Theme and ThemeManager.
 
33
        * src/ItemView.cs: Use Theme/ThemeManager instead of HtmlTemplate.
 
34
        * src/Makefile.am: Added Theme and ThemeManager.
 
35
        * src/Theme.cs: Added.
 
36
        * src/ThemeManager.cs: Added.
 
37
 
 
38
2005-11-19  Mikael Hallendal  <micke@imendio.com>
 
39
 
 
40
        * src/HtmlTemplate.cs: Fixed problem when gconf key was set to
 
41
          point to non-existing path for a template.
 
42
        - Reported by Richard Hult.
 
43
 
 
44
2005-11-18  Mikael Hallendal  <micke@imendio.com>
 
45
 
 
46
        * src/egg-sharp.cs: 
 
47
        - Patch from Ed Catmur.
 
48
        - Fix a problem when the egg notification area icon was ported to C#.
 
49
        - Fixes bug #155484, icon leaves notification area forever.
 
50
 
 
51
2005-11-13  Mikael Hallendal  <micke@imendio.com>
 
52
 
 
53
        * src/HtmlTemplate.cs:
 
54
        * src/ItemView.cs:
 
55
        - Cleaned up the style a bit to better match the rest of the code.
 
56
 
 
57
2005-11-13  Mikael Hallendal  <micke@imendio.com>
 
58
 
 
59
        * src/Defines.cs.in:
 
60
        * themes/akregator/Makefile.am:
 
61
        * themes/blam/Makefile.am:
 
62
        * themes/pimped/Makefile.am:
 
63
        - Rename index.html to theme.html in all places :)
 
64
 
 
65
2005-11-13  Mikael Hallendal  <micke@imendio.com>
 
66
 
 
67
        * First commit on new theme support hacked on by Michael Ostermeier.
 
68
        * configure.in: Added themes
 
69
        * blam.schemas.in: Added theme key
 
70
        * icons/Makefile.am:
 
71
        * icons/blam-box-*: Moved to themes/blam.
 
72
        * src/Defines.cs.in:
 
73
        - Moved definition of app home dir here 
 
74
        - Added define for theme.
 
75
        * src/Application.cs: Use app home define.
 
76
        * src/HtmlTemplate.cs: New file to render a theme template.
 
77
        * src/HtmlUtils.cs: 
 
78
        - Moved EncodeUnicode and FixMarkup here from ItemView.
 
79
        * src/ItemView.cs: Load from theme template instead.
 
80
        * src/Makefile.am: Added HtmlTemplate.cs
 
81
        * themes/*:
 
82
        - Added the default theme and two themes from Michael Ostermeier.
 
83
 
 
84
2005-09-13  Mikael Hallendal  <micke@imendio.com>
 
85
 
 
86
        * src/egg-sharp.cs: 
 
87
        - amd64 fix, fixes #316129, patch from Brandon Hale.
 
88
 
 
89
2005-07-16  Pawan Chitrakar  <pawan@nplinux.org>
 
90
 
 
91
        * configure.in: Added ne in ALL_LINGUAS
 
92
 
 
93
2005-07-10  Mikael Hallendal  <micke@imendio.com>
 
94
 
 
95
        * src/Channel.cs: Turn of marking as unreade on update, it's annoying.
 
96
 
 
97
2005-07-10  Mikael Hallendal  <micke@imendio.com>
 
98
 
 
99
        * src/Channel.cs: 
 
100
        - Use GUID as link if entry doesn't have a link and GUID is a
 
101
          permalink.
 
102
        - Patch from kraai (at) ftbfs.org
 
103
        - Fixes bug #309563.
 
104
 
 
105
2005-07-10  Mikael Hallendal  <micke@imendio.com>
 
106
        
 
107
        * src/FeedUpdater.cs: 
 
108
        - Use better default link for items without a link.
 
109
        - Patch from kraai (at) ftbfs.org
 
110
        - Fixes bug #309561.
 
111
 
 
112
2005-07-09  Mikael Hallendal  <micke@imendio.com>
 
113
 
 
114
        * src/blam.glade:
 
115
        * src/ChannelDialog.cs:
 
116
        * src/Channel.cs:
 
117
        - Added keywords to channels, isn't used for anything yet but can be
 
118
          set in the properties dialog of the channel.
 
119
        * src/ChannelCollection.cs:
 
120
        - Don't mark as read if item has just been set to be unread.
 
121
 
 
122
2005-07-08  Mikael Hallendal  <micke@imendio.com>
 
123
 
 
124
        * src/Channel.cs:
 
125
        - Try to bring back setting unread when title or text changes.
 
126
        - We have better strip functions now so the number of "false updates" 
 
127
          might be smaller.
 
128
        - Fixes bug #309610.
 
129
        
 
130
2005-07-08  Mikael Hallendal  <micke@imendio.com>
 
131
 
 
132
        * src/ChannelCollection.cs:
 
133
        * src/Channel.cs:
 
134
        * src/FeedUpdater.cs:
 
135
        * src/Application.cs:
 
136
        - Make the automatic refresher smarter and check whether it was more
 
137
          than the refresh rate since last refresh when starting so that we get
 
138
          the functionality back when starting Blam for the first time in a
 
139
          while it will automatically refresh.
 
140
        - Also solves a bunch of refresh issues.
 
141
 
 
142
2005-06-21  Marcel Telka  <marcel@telka.sk>
 
143
 
 
144
        * configure.in (ALL_LINGUAS): Added sk.
 
145
 
 
146
2005-06-20  Raphael Slinckx  <rslinckx@cvs.gnome.org>
 
147
 
 
148
        * configure.in:
 
149
        * src/Application.cs:
 
150
        * src/DBusFeedReader.cs:
 
151
        * src/Makefile.am:
 
152
        - Repairs the previous attempt to add dbus support.
 
153
 
 
154
2005-06-20  Mikael Hallendal  <micke@imendio.com>
 
155
 
 
156
        * configure.in:
 
157
        * src/Application.cs:
 
158
        * src/Channel.cs:
 
159
        * src/Makefile.am:
 
160
        * src/DBusFeedReader.cs: Added
 
161
        - Added support for subscribing to feeds over D-BUS.
 
162
        - Patch from Raphael Slinckx.
 
163
        - Fixes bug #171911.
 
164
        - This works with the epiphany extension for subscribing to RSS feeds
 
165
          from inside the browser.
 
166
 
1
167
2005-06-20  Mikael Hallendal  <micke@imendio.com>
2
168
 
3
169
        * Release 1.8.2