/b-gtk/fix-viz

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