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