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