/b-gtk/fix-viz

To get this branch, use:
bzr branch http://gegoxaren.bato24.eu/bzr/b-gtk/fix-viz
195.2.3 by Szilveszter Farkas (Phanatic)
Added NEWS entry.
1
0.17.0  UNRELEASED
2
195.6.3 by Szilveszter Farkas (Phanatic)
Added NEWS entry.
3
 FEATURES
4
 
5
  * There are now more columns in the file list, and you can sort by them
6
  (Szilveszter)
7
  
195.6.5 by Szilveszter Farkas (Phanatic)
Updated NEWS.
8
  * A location bar was added to the top of the file list. On Windows, the
9
  drive selector combo was moved here (Szilveszter)
195.6.3 by Szilveszter Farkas (Phanatic)
Added NEWS entry.
10
195.2.3 by Szilveszter Farkas (Phanatic)
Added NEWS entry.
11
 BUG FIXES
12
 
195.5.2 by Szilveszter Farkas (Phanatic)
Added NEWS entry.
13
  * Get and Checkout dialogs: scan the branch only if the entry has lost focus
14
  (#93653, Szilveszter)
15
195.2.3 by Szilveszter Farkas (Phanatic)
Added NEWS entry.
16
  * Fixed 'bzr gcommit' if command not issued in a branch (#113394, Szilveszter)
17
195.1.1 by Szilveszter Farkas (Phanatic)
Added 0.16.0 release date.
18
0.16.0	2007-05-05
188 by Jelmer Vernooij
merge 0.15.2 NEWS update.
19
188.1.4 by Szilveszter Farkas (Phanatic)
Added NEWS entry.
20
 FEATURES
21
 
22
  * An Initialize dialog added to Olive along with a 'ginit' command
23
  (#90839, Szilveszter)
190.1.9 by Szilveszter Farkas (Phanatic)
Added NEWS entry.
24
  
25
  * Tags support added: 'gtags' command and Branch->Tags menu entry in Olive
26
  (#103725, Szilveszter)
188 by Jelmer Vernooij
merge 0.15.2 NEWS update.
27
195 by Jelmer Vernooij
Merge some fixes from John.
28
 BUG FIXES
29
194 by Jelmer Vernooij
Sort plugins by name.
30
  * Sort plugins in gpreferences (Jelmer)
31
195 by Jelmer Vernooij
Merge some fixes from John.
32
  * Give nicer errors when startup fails (John)
33
196 by Jelmer Vernooij
Update NEWS
34
  * Fix 'bzr gdiff notafile' (#107812, John)
195 by Jelmer Vernooij
Merge some fixes from John.
35
36
  * Find olive.glade on a couple more systems (John)
37
38
 INTERNALS
39
  
40
  * Some minor style fixes (John)
41
196 by Jelmer Vernooij
Update NEWS
42
 DOCS
43
  
44
  * Recommend installation as 'gtk' not 'bzr-gtk'. (#104110, Szilveszter)
45
182.2.2 by Jelmer Vernooij
Prepare for 0.15.2
46
0.15.2	2007-04-03
183 by Jelmer Vernooij
Add NEWS file.
47
48
 BUG FIXES
49
182.2.2 by Jelmer Vernooij
Prepare for 0.15.2
50
  * Fix regression that prevented gannotate from being used (#97473, 
188.2.1 by Szilveszter Farkas (Phanatic)
Merged fix for #90839. Initialize dialog implemented.
51
                                                             Vincent, Jelmer)
182.2.2 by Jelmer Vernooij
Prepare for 0.15.2
52
53
  * Fix regression that prevented gstatus from being used (Jelmer)
54
55
  * Fix status dialog size (Jelmer)
56
183 by Jelmer Vernooij
Add NEWS file.
57
 FEATURES
58
182.2.2 by Jelmer Vernooij
Prepare for 0.15.2
59
  * Update commit-notify to use new dbus API (Robert)
60
61
  * Display remote locations in commit-notify (Robert)
62
183 by Jelmer Vernooij
Add NEWS file.
63
0.15.1	2007-03-25
64
65
 BUG FIXES
66
 
67
  * Prevent test suite from causing default-encoding changes (Aaron)
68
 
69
  * Fix testsuite when Olive was run before (Szilveszter)
70
 
71
  * Fix locking issue in Olive (Szilvester, #91522)
72
73
  * Don't obtain handle to networkmanager until necessary (Jelmer)
74
75
  * Better behavior in annotate when unable to go back (Aaron)
76
77
 FEATURES
78
 
79
  * Add very simple TortoiseBzr implementation (Wouter, Jelmer)
80
81
  * Add 'forward' button in gannotate (Aaron)
82
83
  * Add simple GTK+ progress bars (Jelmer)
84
85
  * Add gmissing command (Jelmer)
86
87
  * Add simple preferences window with plugin list and global settings
88
  (Jelmer)
89
90
  * Add new command 'commit-notify' to listen for commits on dbus and
91
  show them via pynotify. (Robert)
92
93
 UI IMPROVEMENTS
94
95
  * Move search fields in gannotate directly below source window (Aaron)
96
97
  * Move buttons to top, tweak layout (Aaron)
98
99
  * Strict commits are now a dialog, not a check box (Jelmer)
100
101
0.15.0	2007-03-09
102
103
BUG FIXES
104
105
  * Fix gannotate interaction with dirstate (Aaron)
106
107
  * Default button set on Commit dialog (#83030, Szilveszter)
108
109
  * Fix branch-nick handling (Aaron)
110
111
  * Defer cairo import to prevent import errors (Aaron)
112
113
  * More use of lazy_imports to speed up timing (Aaron)
114
115
  * Fix diff window freeze when shown from commit (Szilveszter)
116
117
  * Allow to commit single files from the context menu (#54983, Szilveszter)
118
119
FEATURES
120
121
  * Add ability to install nautilus plugin (#75603, Szilveszter)
122
123
  * Add conflicts window (Szilveszter)
124
125
  * Use network manager to determine default value of "Local Commit"
126
setting (Jelmer)
127
128
  * Add status window (Jelmer, Szilveszter)
129
130
  * Add revision browser for push and pull dialogs (Szilveszter)
131
132
  * Add revert functionality to context menu (Szilveszter)
133
134
INTERNAL
135
136
  * Some more code converted to not use glade (Szilveszter, Jelmer)
137
138
  * Move url history and preferences code to a separate class (Jelmer)
139
140
  * Merge revision info code for gannotate and viz into single new widget
141
(Jelmer)
142
143
  * Add initial testsuite (Jelmer)
144
145
0.14.0	2007-01-30
146
147
  * Add revert functionality (Szilvester)
148
149
  * Rewritten CommitDialog without glade (Szilvester)
150
151
  * Allow to commit single files from the context menu (Fixes #54983,
152
													   Szilvester)
153
154
  * Warn about incompatible Bazaar versions (Jelmer)
155
156
  * Fixed gbranch (#77751, Szilvester)
157
158
  * Use the UI factory (Jelmer)
159
160
  * Generic handling of errors (Jelmer)
161
162
  * Set default drive letter (#67924, Szilvester)
163
164
  * Show error if no diff available for the selected file (#76536,
165
														  Szilvester)
166
167
  * Handle current revision in annotate better (Aaron)
168
169
  * Support scrolling based on an offset in annotate (Aaron)
170
171
  * Add "Back" button in annotate (Aaron)
172
173
  * Removed some unused functions (Aaron)
174
175
  * Added Ctrl+G and Ctrl+F shortcuts to annotate (#73965, Vincent)
176
177
  * Nicer error when pygtk not installed (Aaron)
178
179
  * Show uncommitted changes in annotate (Aaron)
180
181
  * Support annotate in olive (#73786, Szilvester)
182
183
  * Ignored files no longer shown as unknown (#67926, Szilvester)
184
185
  * Don't allow merge if there are local changes (#73770, Szilvester)
186
187
  * Fix bookmark dialog (#67922, Szilvester)
188
189
  * Fix remove dialog (#73766 and #73767, Szilvester)
190
191
  * Several other small regression fixes (Szilvester)
192
193
0.13.0	2006-12-13
194
195
  * Don't show pending merge list when there are no pending merges
196
    (Alexander Belchenko)
197
198
  * Better error handling in gcommit (Alexander Belchenko)
199
200
  * Fix desktop file compliancy to standard (Toshio Kuratomi) #75278
201
202
  * Rename put into context menu (Szilvester Farkas) #73774
203
204
  * Improved commit dialog (Szilvester Farkas) #73778
205
206
  * Rename dialog contains original name (Szilvester Farkas) #73775
207
208
  * Bookmarks can be removed (Szilvester Farkas)
209
210
  * Run Olive after maximizing window (Szilvester Farkas) #70134
211
212
  * Check empty commit message at commit time (vila) #73737
213
214
  * Use dotted revnos in gannotate (Aaron Bentley)
215
216
0.12.0	2006-11-04
217
218
  * #68127: gcommit is broken
219
220
  * #67934: various win32 fixes
221
222
  * #67933: fix product name in setup.py
223
224
  * #67930: gdiff relies on plugin name being 'gtk'
225
226
  * #66937: process doesn't stop after closing commit dialog
227
  
228
  * #66091: commit after merge fails
229
  
230
  * #67927: fix non-ascii commit message