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