/b-gtk/fix-viz

To get this branch, use:
bzr branch http://gegoxaren.bato24.eu/bzr/b-gtk/fix-viz
718 by Jelmer Vernooij
start on 0.101.0
1
0.101.0	UNRELEASED
2
719 by Jelmer Vernooij
Merge support for internationalization.
3
 FEATURES
4
5
  * Internationalization support has been added. (David Planella, #621680)
6
723 by Jelmer Vernooij
Merge support for showing gravatars.
7
  * Show avatars for committers and authors in "bzr viz". (Guillaume Hain)
8
723.1.1 by Sergei Golubchik
interactive substring search in gannotate
9
  * gannotate now supports interactive substring search in the file content.
10
    interactive search for line numbers has been removed, use Ctrl-G instead.
725 by Jelmer Vernooij
Merge support for interactive substring search in bzr viz and annotate.
11
    (Sergei Golubchik)
723.1.1 by Sergei Golubchik
interactive substring search in gannotate
12
13
  * visualise now supports interactive changeset comment search.
14
    interactive search for revision numbers continues to work.
725 by Jelmer Vernooij
Merge support for interactive substring search in bzr viz and annotate.
15
    (Sergei Golubchik)
723.1.1 by Sergei Golubchik
interactive substring search in gannotate
16
741 by Jelmer Vernooij
Merge gtk3 support from Curtis.
17
  * Switch to gtk3. The old gtk2 branch is still available as lp:bzr-gtk/gtk2. (Curtis Hovey)
18
746 by Jelmer Vernooij
Remove keyring support.
19
  * Remove keyring support - this is broken for GTK3, and replaced by a DBus service
20
    that is not specific to GNOME. Instead, bzr or bzr-dbus will provide support
21
    for this service. (Jelmer Vernooij)
22
732 by Jelmer Vernooij
Ensure directory exists before writing configuration.
23
 BUG FIXES
24
25
  * Ensure config directory exists before writing configuration.
26
    (Jelmer Vernooij, #231150)
27
736 by Jelmer Vernooij
Mark as supporting bzr 2.5.0.
28
  * Mark as supporting bzr 2.5.0. (Jelmer Vernooij)
29
740 by Jelmer Vernooij
Merge autostart delay for bzr-notify.
30
  * Add X-GNOME-Autostart-Delay=30 to bzr-notify.desktop.
31
    (Mikkel Kamstrup Erlandsen, #861201)
32
717 by Jelmer Vernooij
Release 0.100.0
33
0.100.0	2011-03-02
699 by Jelmer Vernooij
Mark as compatible with bzr 2.3.
34
35
 BUG FIXES
36
707.1.1 by Sergei Golubchik
* make sure that gdiff opened from gannotate knows its parent
37
  * make sure that gdiff opened from gannotate knows its parent
38
    (gannotate, that is, and does not exit when it (gdiff) is closed.
39
700 by Vincent Ladeuil
Clarify viz help
40
  * Clarify 'visualise' help about the multiple branches feature
41
    and the --revision parameter. (Vincent Ladeuil, #556347)
42
699 by Jelmer Vernooij
Mark as compatible with bzr 2.3.
43
  * Mark as compatible with bzr 2.3. (Jelmer Vernooij)
44
703 by Jelmer Vernooij
Merge fix for appindicator icon category.
45
  * Fix appindicator icon category. (Michael Terry, #685634)
46
704 by Jelmer Vernooij
Mark as compatible with Bazaar 2.4.
47
  * Mark as compatible with Bazaar 2.4. (Jelmer Vernooij)
48
713.1.1 by Jelmer Vernooij
'bzr viz' now shows authors instead of committers.
49
  * "bzr viz" now shows authors instead of committers. (Jelmer Vernooij, #693949)
50
715 by Jelmer Vernooij
Don't format secondary text in error dialogs. (Edward Ari Bichetero)
51
  * Don't use markup for secondary text in error dialogs.
52
    (Edward Ari Bichetero, #656641)
53
715.1.3 by Jelmer Vernooij
Update NEWS.
54
  * Generate pickles file when running 'setup.py sdist'. (Jelmer Vernooij, #397526)
55
712 by Jelmer Vernooij
Add lock dialog. (Daniel Schierbeck)
56
 FEATURES
57
 
58
  * Add lock dialog. (Daniel Schierbeck, #93652)
59
713.2.1 by Ximin Luo
Add option to use 'bzr viz' with a vertical layout.
60
 FEATURES
61
62
  * Add option to use "bzr viz" with a vertical layout.
63
    (Ximin Luo, #649273)
64
698 by Jelmer Vernooij
Release 0.99.1.
65
0.99.1	2010-08-26
66
67
 BUG FIXES
68
69
  * Trivial release to include credits pickle file.
696 by Jelmer Vernooij
Start on 0.100.0.
70
697 by Vincent Ladeuil
Marked as being compatible with bzr the 2.3 series.
71
   * Mark as compatible with Bazaar 2.3. (Vincent Ladeuil)
72
695 by Jelmer Vernooij
Release 0.99.0.
73
0.99.0 2010-08-13
681 by Vincent Ladeuil
Update NEWS for 0.99.0
74
699 by Jelmer Vernooij
Mark as compatible with bzr 2.3.
75
 BUG FIXES
683 by Vincent Ladeuil
Guard setup() call when not loaded as __main__
76
77
   * Guard setup() call when not loaded as __main__. (Robert Collins)
78
695 by Jelmer Vernooij
Release 0.99.0.
79
   * Ignore gnomekeyring.IOError when checking if credentials are available
685 by Jelmer Vernooij
Ignore gnomekeyring.IOError when checking if credentials are available
80
     in the GNOME keyring. (Jelmer Vernooij, #534326)
81
683.1.2 by Jelmer Vernooij
Don't crash when there is already a lan-notify instance running.
82
   * Don't crash when there is already a lan-notify instance running.
83
     (Jelmer Vernooij, #339284)
84
690 by Jelmer Vernooij
Merge credentials fix from John.
85
   * Return the credentials if successfully found in gnome-keyring.
689.1.1 by John Szakmeister
Return the credentials if founf in gnome-keyring.
86
     (John Szakmeister)
87
693 by Jelmer Vernooij
Support non-bzr patches.
88
   * Support non-bzr patches. (Toshio Kuratomi, #502076)
89
694 by Jelmer Vernooij
Avoid using private functions to get branch config.
90
   * Avoid using private functions to get branch config. (Jelmer Vernooij,
91
     #583554)
92
695 by Jelmer Vernooij
Release 0.99.0.
93
   * Mark as compatible with Bazaar 2.2. (Martin Pool, #597379)
94
682 by Jelmer Vernooij
Merge qense's indicator application work, but don't require appindicator to be installed.
95
FEATURES
96
688.1.3 by Martin Pool
Add 'Find' button to start text search
97
  * Add 'Find' button to start text search.
98
    (Martin Pool, #556347)
99
687 by Vincent Ladeuil
Add glog as an alias for viz.
100
  * Add 'glog' as an alias for visualize (aka viz) as too many
101
    people are still confused.
102
    (Vincent Ladeuil)
103
682 by Jelmer Vernooij
Merge qense's indicator application work, but don't require appindicator to be installed.
104
  * Add support for Indicator Application (Sense Hofstede, Jelmer Vernooij,
105
    #518179)
106
684 by Jelmer Vernooij
Add more tooltips to Olive.
107
  * Add more tooltips to Olive. (Adrian Room, #333876)
108
679 by Vincent Ladeuil
Update NEWS preparing 0.98 release.
109
0.98.0 2010-02-24
110
111
BUG FIXES
112
113
  * Fix relative import in olive menu.
114
    (Mathias Brodala, #269883)
115
116
  * Fix typo in checkout dialog.
117
    (Jasper Groenewegen, #466507)
118
119
  * Adds help for ginit and gtags.
120
    (Andrew Starr-Bochicchio, #512701)
665 by Vincent Ladeuil
Open 0.97.0 for development.
121
664 by Vincent Ladeuil
Prepare release 0.97.0.
122
0.97.0 2009-08-25
657.1.1 by Vincent Ladeuil
Fix #403430 by checking gobject get_application_name availability.
123
124
BUG FIXES
125
126
  * Avoid GnomeKeyringCredentialStore traceback on Ubuntu Hardy
127
    by being more tolerant about gobject methods availability.
128
    (Vincent Ladeuil, #403430)
658.1.1 by Lucas Shrewsbury
Fix #294632 by adding ignored emblem and correct status.
129
  
130
  * Fixed emblem and nautilus bzr-status column for ignored files.
131
    (Lucas Shrewsbury, #294632)
132
    
133
  * Fixed emblem and nautilus bzr-status column for unversioned files.
134
    (Lucas Shrewsbury, #417966)
657.1.1 by Vincent Ladeuil
Fix #403430 by checking gobject get_application_name availability.
135
661 by Vincent Ladeuil
(vila) Switch to python sdist
136
  * Switch to using disutils sdist instead of bzr export.
137
    (Mark Lee, #398242)
657.1.1 by Vincent Ladeuil
Fix #403430 by checking gobject get_application_name availability.
138
651.1.3 by Vincent Ladeuil
Bump the version to 0.96.2 after versioning credits.pickle.
139
0.96.2	2009-07-08
140
141
 BUG FIXES
142
143
  * Same player shoots again. Version credits.pickle and rebuild the tarball
144
    after running 'python ./setup.py build_credits', update
145
    http://bazaar-vcs.org/bzr-gtk/releasing accordingly.  
146
    (Vincent Ladeuil, #397526)
147
 
651.1.2 by Vincent Ladeuil
Redo the 0.96.1 properly.
148
0.96.1	2009-07-08
149
150
 BUG FIXES
151
 
152
  * Rebuild the tarball after running 'python ./setup.py build_credits',
153
    update http://bazaar-vcs.org/bzr-gtk/releasing accordingly.
154
   (Vincent Ladeuil, #397526)
155
 
156
651 by Vincent Ladeuil
Prepare release 0.96.0.
157
0.96.0	2009-07-08
592 by Jelmer Vernooij
Add NEWS entry for 0.96.0.
158
595 by Jasper Groenewegen
Merge Olive file list status message coloring
159
 UI
160
 
161
  * Add colored status messages in Olive file list (Jasper Groenewegen)
162
645.1.1 by Vincent Ladeuil
Fix #385191 by using the new progress reporting API.
163
  * Use the new progress bar implementation from bzrlib.
164
   (Vincent Ladeuil, 385191)
165
597 by Jasper Groenewegen
Merge addition of ginfo command
166
 CHANGES
167
 
168
  * Add ginfo command line option (Jasper Groenewegen)
635.2.6 by Szilveszter Farkas
Merge GtkSourceView2 migration patch.
169
  
170
  * Diff window uses GtkSourceView2 now. (Szilveszter Farkas)
597 by Jasper Groenewegen
Merge addition of ginfo command
171
597.2.1 by Jelmer Vernooij
Fix Olive homepage URL.
172
 BUG FIXES
635.2.5 by Szilveszter Farkas
Added missing entry to NEWS.
173
 
174
  * Fix the Branch/Get dialog refusing to open after hitting Cancel. (Markus
175
  Korn, #294396)
597.2.1 by Jelmer Vernooij
Fix Olive homepage URL.
176
177
  * Fix Olive homepage URL. (#255152)
178
635 by Vincent Ladeuil
Add NEWS entry
179
  * Fix gannotate.conf handling. (Vincent Ladeuil, #373157)
180
635.2.13 by Vincent Ladeuil
Add NEWS entry and do some cleanup.
181
  * Save commit messages at uncommit time, restore them at
182
    gcommit time. Also allow saving commit messages if the commit
183
    is cancelled. (Anne Mohsen, Vincent Ladeuil, #215674)
184
625.1.3 by Jelmer Vernooij
Mark as compatible with bzr 1.13.
185
  * Mark as compatible with bzr 1.13.
186
635.1.1 by Jelmer Vernooij
Support gnome keyring.
187
 FEATURES
188
189
  * Support storing credentials in the GNOME Keyring if it is 
190
    available. (Jelmer Vernooij)
191
625.8.1 by Jasper Groenewegen
Fix opening Status window in Olive
192
  * Fix opening Status window in Olive (#316310)
193
588 by Jelmer Vernooij
Release 0.95.
194
0.95.0	2008-08-04
487 by Jelmer Vernooij
Start working on 0.95.0.
195
499.1.2 by Russ Brown
Added NEWS item for Refresh menu option and shortcut.
196
 UI
197
198
  * Added Refresh menu option with F5 keyboard shortcut (Russ Brown)
199
519 by Jelmer Vernooij
merge new progress bars in bzr viz.
200
  * Show progress bars in bzr viz window (Chad Miller, Jelmer Vernooij)
201
520 by Jelmer Vernooij
merge new index button.
202
  * Added menu option for indexing branches if bzr-search is present.
203
    (Jelmer Vernooij)
204
528 by Jelmer Vernooij
Add 'Send Merge Directive' button in bzr viz.
205
  * Add "Send Merge Directive" button in bzr viz. (Jelmer Vernooij)
206
541 by Jelmer Vernooij
ADd news entry about removed Edit->Find.
207
  * Remove dummy "Edit->Find" option. (Jelmer Vernooij)
208
531.7.6 by Scott Scriven
Summarized diff features in NEWS.
209
  * Added an optional diff panel to bzr vis.  (Scott Scriven)
210
211
  * Made bzr vis remember whether the toolbar is visible.  (Scott Scriven)
212
531.7.11 by Scott Scriven
Added features and fixes to NEWS.
213
  * Made bzr vis remember window and panel sizes.  (Scott Scriven)
214
549.1.1 by Jasper Groenewegen
Merge sort bookmarks by title
215
  * Sort Olive bookmarks by title (Jasper Groenewegen)
571 by Jasper Groenewegen
Merge addition of word wrap control to gdiff and visualise windows
216
  
217
  * Add controls to wrap long lines in gdiff and diff in visualise. (Jasper Groenewegen, #229789)
577.1.1 by Jasper Groenewegen
Merge merge dialog improvements
218
  
219
  * Made merge dialog to give choice between folder and custom location (Jasper Groenewegen)
549.1.1 by Jasper Groenewegen
Merge sort bookmarks by title
220
580.2.1 by Martin Albisetti
Merge gloom patch from Jelmer
221
  * Add new dialog to browse looms and switch to threads in loom branches. (Jelmer Vernooij)
584 by Jasper Groenewegen
Merge Olive filelist improvements
222
  
223
  * Show status for folders in Olive file list (Jasper Groenewegen)
585 by Jasper Groenewegen
Merge of Olive bookmarks makeover
224
  
225
  * Change appearance Olive bookmarks (Jasper Groenewegen)
586 by Jasper Groenewegen
Merge Olive path change handling improvements
226
  
227
  * Add ability to have dialog popup from Olive location bar. (Jasper Groenewegen)
580.1.4 by Jelmer Vernooij
Update FIXME, add news entry.
228
475.1.4 by Vincent Ladeuil
Update NEWS.
229
 BUG FIXES
230
231
  * Replace _() calls by _i18n() calls. (Vincent Ladeuil, #187283)
494 by Szilveszter Farkas (Phanatic)
Merged fix for #228709 by Javier.
232
  
233
  * Fixed adding tags. (Javier Derderian, #228709)
475.1.4 by Vincent Ladeuil
Update NEWS.
234
513 by Jelmer Vernooij
Update NEWS.
235
  * Fix history mode button. (Jasper Groenewegen, #144962)
236
505.1.4 by Jelmer Vernooij
Update NEWS.
237
  * Fixed handle-patch script. (Jelmer Vernooij)
238
516 by Jelmer Vernooij
Merge fix for import in Olive.
239
  * Fix import in olive. (Jelmer Vernooij, #223935)
240
511.4.2 by Jelmer Vernooij
Fix another use of smart_add.
241
  * Avoid use of removed smart_add. (Jelmer Vernooij, #244025, #244027)
511.4.1 by Jelmer Vernooij
Fix use of smart_add.
242
522 by Jelmer Vernooij
Remove use of upstream removed Repository.revision_parents()
243
  * Remove use of upstream removed Repository.revision_parents() 
244
    (Jelmer Vernooij)
245
531 by Kevin Light
Fix network drives listing in olive-gtk.
246
  * List network drives in Olive. (Kevin Light, #244308)
247
542 by Jelmer Vernooij
Fix progress bar handling.
248
  * Fix progress bar handling. (Jelmer Vernooij)
249
543 by Jelmer Vernooij
Merge fix for broken symlink handling.
250
  * Fix broken symlink handling. (Jasper Groenewegen)
251
544 by Jelmer Vernooij
Merge fix for import in Olive rename dialog.
252
  * Fix import in Olive rename dialog. (Kevin Light)
253
531.7.6 by Scott Scriven
Summarized diff features in NEWS.
254
  * Removed some redundant screen redrawing in bzr vis.  (Scott Scriven)
255
531.7.11 by Scott Scriven
Added features and fixes to NEWS.
256
  * Fixed overflowing labels in bzr vis.  (Scott Scriven)
257
561 by Jasper Groenewegen
Merge fix for broken plugin descriptions in gpreferences
258
  * Fix plugin description in gpreferences. (Jasper Groenewegen, #232191)
259
562 by Jasper Groenewegen
Merge removal of question to set default push location
260
  * Remove question for setting default push location. (Jasper Groenewegen, #151818)
261
563 by Jasper Groenewegen
Merge of fix for history mode handling + replacing signals with more appropriate ones
262
  * Automatically change to history mode on selecting a revision from the list. (Jasper Groenewegen, #144963)
263
564 by Jasper Groenewegen
Merge of check if file is versioned before opening gannotate in olive
264
  * Check if file is versioned before opening gannotate window from olive. (Jasper Groenewegen, #115358)
577 by Jasper Groenewegen
Merge fix for dialogs to set parent window
265
  
266
  * Make sure error/info/warning dialogs know their parent window. (Jasper Groenewegen, #252208)
586 by Jasper Groenewegen
Merge Olive path change handling improvements
267
  
268
  * Handle unreadable .bzr subfolder in Olive. (Jasper Groenewegen, #229044)
564 by Jasper Groenewegen
Merge of check if file is versioned before opening gannotate in olive
269
625.5.1 by James Westby
Import gobject in bzr-notify, as it is used there to set a timeout.
270
  * Import gobject in bzr-notify, as it is used there to set a timeout. (James Westby)
271
505.1.4 by Jelmer Vernooij
Update NEWS.
272
 CHANGES
273
274
  * Moved notify icon code to separate script. (Jelmer Vernooij)
275
515 by Jelmer Vernooij
Merge patch for checking signatures.
276
  * Verify testaments when showing signatures on revisions and
277
    re-enable signature display. (Jelmer Vernooij)
278
517 by Jelmer Vernooij
Merge mention of credits in the about dialog.
279
  * Show credits for bzr-gtk in the about dialog. (Jelmer Vernooij)
572 by Jasper Groenewegen
Merge addition of gmerge command line option
280
  
281
  * Add gmerge command line option (Jasper Groenewegen, #124760)
517 by Jelmer Vernooij
Merge mention of credits in the about dialog.
282
475.1.4 by Vincent Ladeuil
Update NEWS.
283
 INTERNALS
284
285
  * All i18n calls should now go through _i18n which must be imported from
286
    bzrlib.plugins.gtk. This addresses the occasional collisions with '_' used
287
    as an anonymous variable. (Vincent Ladeuil)
288
519 by Jelmer Vernooij
merge new progress bars in bzr viz.
289
  * Add test for linegraph code. (Jelmer Vernooij)
487 by Jelmer Vernooij
Start working on 0.95.0.
290
521 by Jelmer Vernooij
Remove obsolete tortoisebzr tests.
291
  * Remove obsolete tortoisebzr tests. (Jelmer Vernooij)
292
530 by Jelmer Vernooij
Share code between context and main revision menu.
293
  * Share revision context menu and main revision menu in bzr viz. (Jelmer Vernooij)
294
534 by Jelmer Vernooij
Merge removal of glade from merge dialog.
295
  * Remove glade from merge dialog. (Jasper Groenewegen)
296
540 by Jelmer Vernooij
Merge removal of glade from olive add dialog.
297
  * Remove glade from olive about, rename, remove, move, mkdir, add dialogs. (Jasper Groenewegen)
535 by Jelmer Vernooij
Merge removal of glade from the olive about dialog.
298
558 by Jasper Groenewegen
Merge replacement of Olive main window with glade-less version
299
  * Remove glade from olive main window (Jasper Groenewegen)
300
  
559 by Jasper Groenewegen
Merge replacement of Olive info dialog with glade-less version
301
  * Remove glade from olive info dialog (Jasper Groenewegen)
573 by Jasper Groenewegen
Merge rewrite of Olive mouse button event handling
302
303
  * Rewrite Olive mouse button event handling (Kevin Light)
559 by Jasper Groenewegen
Merge replacement of Olive info dialog with glade-less version
304
  
486 by Jelmer Vernooij
Release 0.94.0.
305
0.94.0    2008-05-04
306
307
 CHANGES
308
309
  * Disabled signature tab until we start verifying testaments. 
310
    (Jelmer Vernooij)
311
312
 BUG FIXES
313
314
  * Fix display of children in branchview. (Jelmer Vernooij, #224914)
315
475 by Jelmer Vernooij
Release 0.94.0rc1
316
0.94.0rc1  2008-04-25
416 by Szilveszter Farkas (Phanatic)
Start working on 0.94
317
450.1.4 by Jelmer Vernooij
update my entries in NEWS.
318
 CHANGES
319
320
  * Removed tortoise-bzr, which now has its own project (http://launchpad.net/tortoisebzr)
321
450.1.12 by Jelmer Vernooij
Merge James' D-Bus changes.
322
  * Use new D-Bus revision signal. (James Henstridge, #206443)
323
423.1.4 by Daniel Schierbeck
Updated NEWS.
324
 UI
325
423.1.7 by Daniel Schierbeck
Added NEWS entry about the fancy tags.
326
  * Made the tags associated with a revision render next to the revision
327
    node in the branch view. (Ali Sabil)
328
423.1.4 by Daniel Schierbeck
Updated NEWS.
329
  * Made the tag list in the revision view be comma-separated. (Daniel Schierbeck)
330
448 by Jelmer Vernooij
Add bugs tab in branch view.
331
  * Add bugs tab in the branch view. (Jelmer Vernooij)
452.2.4 by Szilveszter Farkas (Phanatic)
New Tango icons by Simon Pascal Klein (GPL licensed)
332
  
333
  * New Tango-styled icons. This time properly licensed under the GPL.
334
    (Simon Pascal Klein)
448 by Jelmer Vernooij
Add bugs tab in branch view.
335
461 by Martin Albisetti
Changed NEWS to reflect changes to nautilus
336
  * Support showing multiple branches in "bzr viz". (Jelmer Vernooij
337
338
  * Added new icons for nautilus overlay (Martin Albisetti)
339
340
  * Added enable/disable per-branch option (Martin Albisetti)
450.1.6 by Jelmer Vernooij
Support showing multiple branches in bzr viz.
341
466 by Jelmer Vernooij
Merge Compare With option from Javier.
342
  * Add compare with option to revisions menu. (Javier Derderian)
343
467 by Jelmer Vernooij
Merge support for applying patches/bundles to Bazaar branches.
344
  * Register file handler for applying patches/bundles to Bazaar branches.
345
    (Jelmer Vernooij)
346
420 by Szilveszter Farkas
Updated NEWS accordingly.
347
 BUG FIXES
423.1.9 by Daniel Schierbeck
Updated NEWS.
348
349
  * Make adding tags from the viz work again. (Daniel Schierbeck)
420 by Szilveszter Farkas
Updated NEWS accordingly.
350
 
351
  * Catch UnsupportedProtocol exception in the Nautilus extension. (#77965)
352
  
450.1.4 by Jelmer Vernooij
update my entries in NEWS.
353
  * Make Nautilus extension work again. (#111826, Toshio Kuratomi, Jelmer Vernooij)
421.1.1 by Gary van der Merwe
Make viz not throw errors when there are 0 commits.
354
  
355
  * Make viz not throw errors when there are 0 commits. (#173698, Gary van der
356
    Merwe)
420 by Szilveszter Farkas
Updated NEWS accordingly.
357
452.1.2 by Daniel Schierbeck
Added NEWS entry.
358
  * Fixed underscores in tags being interpreted as mnemonics in the viz. (#201733, 
359
    Daniel Schierbeck)
360
469 by Jelmer Vernooij
Merge fix for View Changes menu option.
361
  * Fixed change view menu in viz. (Javier Derderian, #215350)
362
423.1.1 by Jelmer Vernooij
Allow bzr-gtk and Bazaar versions to be out of sync. No longer warn about
363
 FEATURES
364
 
365
  * Only check for old Bazaar versions that are known to be incompatible and 
366
    no longer warn about newer (unknown) versions of Bazaar, on the assumption
486 by Jelmer Vernooij
Release 0.94.0.
367
    the API is sufficiently stable now. (Jelmer Vernooij)
423.1.1 by Jelmer Vernooij
Allow bzr-gtk and Bazaar versions to be out of sync. No longer warn about
368
450.1.4 by Jelmer Vernooij
update my entries in NEWS.
369
  * Support child_submit_to setting in gsend. (Jelmer Vernooij)
370
486 by Jelmer Vernooij
Release 0.94.0.
371
  * Add tab to revision view showing the signature status. (Daniel Schierbeck, Jelmer Vernooij)
372
373
  * Use seahorse to verify signatures. (Daniel Schierbeck)
399.1.20 by Jelmer Vernooij
Update NEWS.
374
420 by Szilveszter Farkas
Updated NEWS accordingly.
375
 INTERNALS
376
377
  * Refactored the revisionview. (Daniel Schierbeck)
418 by Daniel Schierbeck
Added NEWS entry.
378
450.1.4 by Jelmer Vernooij
update my entries in NEWS.
379
  * It is now possible to use the diff view as a widget. (Jelmer Vernooij)
380
450.1.13 by Jelmer Vernooij
Merge splitup of preferences dialog.
381
  * Preferences dialog has been split up. (Jelmer Vernooij)
382
415 by Szilveszter Farkas (Phanatic)
Prepare for 0.93.0 release.
383
0.93.0  2007-12-10
330.3.5 by Szilveszter Farkas (Phanatic)
Start working on 0.93.0.
384
411 by Daniel Schierbeck
Added NEWS entries.
385
 UI
386
387
  * Added a menu bar to the viz. (Daniel Schierbeck)
388
     - Select a revision by tag.
389
     - Show/hide tree view columns.
390
330.6.5 by Kiddo
Make toolbars follow GNOME standards.
391
 BUG FIXES
392
393
  * Make toolbars in Olive follow GNOME standards. (#137074)
394
415 by Szilveszter Farkas (Phanatic)
Prepare for 0.93.0 release.
395
 INTERNALS
396
397
  * Allow test suite to run without PyGTK. (Aaron Bentley)
398
330.5.8 by Szilveszter Farkas (Phanatic)
Dump version numbers to 0.92.1
399
0.92.1  2007-11-10
330.3.5 by Szilveszter Farkas (Phanatic)
Start working on 0.93.0.
400
330.5.8 by Szilveszter Farkas (Phanatic)
Dump version numbers to 0.92.1
401
 BUG FIXES
402
 
403
  * Fixed logview bug in gannotate. (Daniel Schierbeck)
330.3.5 by Szilveszter Farkas (Phanatic)
Start working on 0.93.0.
404
486 by Jelmer Vernooij
Release 0.94.0.
405
0.92.0    2007-11-07
287 by Jelmer Vernooij
Use standard version tuple.
406
313.1.1 by Daniel Schierbeck
Added NEWS entries about removal of date column and email part.
407
 UI
408
409
  * Removed email part of committer id from committer column in the revision
410
    history window. (Daniel Schierbeck)
330.5.4 by Szilveszter Farkas (Phanatic)
Update NEWS with release date, and also add some missing bits.
411
    
313.1.1 by Daniel Schierbeck
Added NEWS entries about removal of date column and email part.
412
  * Removed date column from revision history window. (Daniel Schierbeck)
330.5.4 by Szilveszter Farkas (Phanatic)
Update NEWS with release date, and also add some missing bits.
413
  
324.2.3 by Daniel Schierbeck
Added NEWS entry.
414
  * Rearranged the logview into a notebook. (Daniel Schierbeck)
330.5.4 by Szilveszter Farkas (Phanatic)
Update NEWS with release date, and also add some missing bits.
415
  
416
  * Redesigned the Commit dialog. (John Arbash Meinel)
417
  
418
  * Broken lines support made optional. (Daniel Schierbeck)
313.1.1 by Daniel Schierbeck
Added NEWS entries about removal of date column and email part.
419
256.2.64 by Gary van der Merwe
Update NEWS to include bug numbers, and move to the FEATURES section.
420
 FEATURES
421
 
256.2.49 by Gary van der Merwe
Add NEWS entry.
422
  * Rewrite of a large ammount of the viz code:
423
        * Make use of the bzrlib.tsort.merge_sort for sorting the revisions.
424
        * A new algorithm to work out how to draw the lines using the
256.2.64 by Gary van der Merwe
Update NEWS to include bug numbers, and move to the FEATURES section.
425
          revsion numbers returned from merge_sort.
426
        * Lines that are very long are broken, which results in the graph
427
          requiring less space to render and the graph is easier to interpret.
428
          (#82907)
256.2.49 by Gary van der Merwe
Add NEWS entry.
429
        * Choose the color for a branch from the revsion number, which results
430
          in stable colors. Revisions on the mainline are allways black.
256.2.61 by Gary van der Merwe
Update NEWS
431
        * Implement a TreeModel that loads the revision data only when a a
432
          revision is scrolled into view, improving the time it takes to display
256.2.64 by Gary van der Merwe
Update NEWS to include bug numbers, and move to the FEATURES section.
433
          the first screen of data by 92%. (#124143)
434
        * Add a column to display the revision number. (#64167)
256.2.49 by Gary van der Merwe
Add NEWS entry.
435
        * Add buttons to navigate to child revisions.
436
    (Gary van der Merwe)
291 by Jelmer Vernooij
Put children widget on a new line.
437
313.2.2 by Gary van der Merwe
Add NEWS Entry.
438
  * Added a revert option to the revision menu. (Gary van der Merwe)
439
291 by Jelmer Vernooij
Put children widget on a new line.
440
 BUG FIXES
441
442
  * Show children on new row in table to avoid very broad windows in viz. 
443
    (Jelmer)
300 by Gary van der Merwe
Fix for bug #70463: viz slow when run from olive.
444
445
  * viz slow when run from olive. (#70463, Gary van der Merwe)
320 by Gary van der Merwe
Add NEWS Entry.
446
  
447
  * Make it possible to open diff from the commit window when there are pending
448
    merges. (Gary van der Merwe)
256.2.64 by Gary van der Merwe
Update NEWS to include bug numbers, and move to the FEATURES section.
449
    
450
 INTERNALS
451
452
  * Use standard version tuple. (Jelmer)
453
454
  * Add check command to setup.py. (Jelmer)
256.2.61 by Gary van der Merwe
Update NEWS
455
291.1.1 by Jelmer Vernooij
Avoid deprecation warning for all_plugins() in gpreferences.
456
  * Avoid deprecation warning for all_plugins() in gpreferences. (Jelmer)
457
486 by Jelmer Vernooij
Release 0.94.0.
458
0.91.0    2007-09-24
256.2.61 by Gary van der Merwe
Update NEWS
459
460
 UI
461
462
  * Added keyboard shortcuts for closing windows and exiting Olive.
463
    (#139559, Daniel Schierbeck)
280.2.1 by Gary van der Merwe
Add a message to the viz window to indicate that graph is still loading.
464
  * Add a message to the viz window to indicate that the graph is still loading.
465
    (Gary van der Merwe)
256.2.62 by Gary van der Merwe
Merge Trunk.
466
 
282 by Szilveszter Farkas (Phanatic)
Added NEWS entry.
467
  * The tip revision will be automatically selected in the branch visualization
468
    window. (#144244, Daniel Schierbeck)
284 by Szilveszter Farkas (Phanatic)
Updated NEWS: now all changes for 0.91.0 should be in there.
469
  
470
  * Updated olive-gtk.desktop: Polish translation and additional categories.
471
    (Mateusz Korniak)
278 by Szilveszter Farkas (Phanatic)
Merged Daniel Schierbeck's branch with HIG-related fixes.
472
 
277 by James Westby
Fix the "Complete Diff" entry in DiffWindow to show the diff. #140512
473
 BUG FIXES
474
475
  * Fix the "Complete Diff" entry in DiffWindow to show the whole diff.
476
    (#140512, James Westby) 
280 by Szilveszter Farkas (Phanatic)
Updated NEWS.
477
 
284 by Szilveszter Farkas (Phanatic)
Updated NEWS: now all changes for 0.91.0 should be in there.
478
  * Right-clicking in Olive's file list works again. (#136310, Mark Lee)
479
  
480
  * Annotate context menu works again. (Daniel Schierbeck)
481
  
482
  * Fixed push (with overwite) behavior when branches are diverged.
483
    (Mateusz Korniak)
484
  
485
  * Local missing revisions are remote extra revisions (Missing revisions menu
486
    item in Olive). (Mateusz Korniak)
280 by Szilveszter Farkas (Phanatic)
Updated NEWS.
487
 
488
 INTERNALS
489
 
490
  * `bzr viz --limit` much more faster than before. (John Arbash Meinel)
275.1.7 by Daniel Schierbeck
Added NEWS entry for the resolution of bug #139559.
491
284 by Szilveszter Farkas (Phanatic)
Updated NEWS: now all changes for 0.91.0 should be in there.
492
  * Use get_apparent_author, rename variables to 'author'. (Aaron Bentley)
493
  
494
  * Added default_branch_path to MergeDialog and use it from olive-gtk.
495
    (Mateusz Korniak)
275.1.7 by Daniel Schierbeck
Added NEWS entry for the resolution of bug #139559.
496
486 by Jelmer Vernooij
Release 0.94.0.
497
0.90.0    2007-08-27
236 by Jelmer Vernooij
Start working on 0.19.0
498
241 by Jelmer Vernooij
Show tags in bzr viz.
499
 FEATURES
500
269 by Jelmer Vernooij
Prepare for 0.90 release.
501
  * Add ability to hide ignored files in Olive (#134121, Tom Badran)
262.1.2 by Tom Badran
Add NEWS entry
502
241 by Jelmer Vernooij
Show tags in bzr viz.
503
  * Show tags in bzr viz. (Jelmer)
504
248 by Jelmer Vernooij
Merge fixes for #127392 and #127381)
505
  * Handle large files correctly in Olive. (#127392, Mateusz Korniak)
506
269 by Jelmer Vernooij
Prepare for 0.90 release.
507
  * Add remove and delete menu item in Olive. (#127381, Mateusz Korniak)
205.1.3 by Szilveszter Farkas (Phanatic)
Added Tango-style Olive application icon.
508
  
263.2.1 by matkor
Code for "branch update" menuitem and toolbox. Typo fix
509
  * Added "update" menu item in Olive. (Mateusz Korniak)
510
  
205.1.7 by Szilveszter Farkas (Phanatic)
Updated NEWS.
511
  * New Olive application icon. (Simon Pascal Klein and Jakub Steiner)
265.1.1 by Gary van der Merwe
Show bzr viz interface quickly.
512
  
513
  * Show bzr viz interface quickly. (Gary van der Merwe)
248 by Jelmer Vernooij
Merge fixes for #127392 and #127381)
514
241 by Jelmer Vernooij
Show tags in bzr viz.
515
 UI
516
  
517
  * Improve Preferences dialog layout. (Jelmer)
275.1.7 by Daniel Schierbeck
Added NEWS entry for the resolution of bug #139559.
518
256.1.1 by Szilveszter Farkas (Phanatic)
Updated POT generator script and also regenerated the translation template.
519
 INTERNALS:
520
 
521
  * Updated pot generator script and regenerated the translation template.
522
    (Szilveszter)
271 by Jelmer Vernooij
Add common widget for selecting branches.
523
524
  * Add helper widget for selecting branches (Jelmer)
263.1.1 by Gary van der Merwe
Add NEWS entries.
525
    
526
 BUG FIXES
267 by Szilveszter Farkas (Phanatic)
Merge quick push fix from Mateusz.
527
 
269 by Jelmer Vernooij
Prepare for 0.90 release.
528
  * Support DBus being present but NetworkManager missing. (#126767, Mateusz
529
  Korniak, Jelmer)
530
267 by Szilveszter Farkas (Phanatic)
Merge quick push fix from Mateusz.
531
  * Fixed interface to push.PushDialog (Mateusz Korniak)
263.1.1 by Gary van der Merwe
Add NEWS entries.
532
533
  * Fix so the when Olive is run from the source code, the toolbar and menu
269 by Jelmer Vernooij
Prepare for 0.90 release.
534
    icons show. (Gary van der Merwe, #131520)
263.1.1 by Gary van der Merwe
Add NEWS entries.
535
536
  * Fix a regression that Olive was no longer able to find bzrlib location
537
    due to a change in the output of "bzr version". (Gary van der Merwe)
538
539
  * Fix a regression that Olive branch info window was not working. (Gary van
540
    der Merwe)
541
    
269 by Jelmer Vernooij
Prepare for 0.90 release.
542
  * Fixed tags formatting. (Aaron)
241 by Jelmer Vernooij
Show tags in bzr viz.
543
235 by Jelmer Vernooij
Release 0.18.0
544
0.18.0  2007-07-17
232.1.1 by Adeodato Simó
Read ~/.colordiffrc to set colors in the diff window.
545
546
 FEATURES
547
232.1.3 by Adeodato Simó
Support setting diff colors from gedit's syntax highlighting config too.
548
  * Add support for customizing colors in the diff window via ~/.colordiffrc
549
    or gedit's syntax highlighting configuration. See README file for details.
550
    (Adeodato Simó)
232.1.1 by Adeodato Simó
Read ~/.colordiffrc to set colors in the diff window.
551
217 by Jelmer Vernooij
Update NEWS.
552
  * Add Inspect and Branch buttons to notification window. (Robert)
553
554
  * Add notification area icon with context menu. (Jelmer)
555
556
  * New tango icons. (Pascal Klein)
557
221 by Jelmer Vernooij
Add simple about dialog.
558
  * Add simple About dialog. (Jelmer)
559
226 by Jelmer Vernooij
Add context menu in bzrk.
560
  * Add context menu in bzrk. (Jelmer)
561
217 by Jelmer Vernooij
Update NEWS.
562
 BUG FIXES
563
564
  * Fix option help strings to comply with the style guide. (Vincent)
565
566
  * Fix import of BzrError. (Aaron)
567
568
  * Fix missing attributes for DummyRevision. (Vincent)
569
219 by Jelmer Vernooij
Never refuse to work with newer versions of bzr, just warn.
570
  * Never refuse to run with newer versions of bzr, just warn. (Jelmer)
571
217 by Jelmer Vernooij
Update NEWS.
572
204 by Jelmer Vernooij
Release bzr-gtk 0.17.0
573
0.17.0  2007-06-15
195.2.3 by Szilveszter Farkas (Phanatic)
Added NEWS entry.
574
195.6.3 by Szilveszter Farkas (Phanatic)
Added NEWS entry.
575
 FEATURES
195.7.2 by Szilveszter Farkas (Phanatic)
Added NEWS entry.
576
217 by Jelmer Vernooij
Update NEWS.
577
  * Added an EXPERIMENTAL feature for browsing remote branches in Olive 
578
    (Szilveszter)
195.1.26 by Szilveszter Farkas (Phanatic)
Added NEWS entry.
579
195.7.2 by Szilveszter Farkas (Phanatic)
Added NEWS entry.
580
  * Bookmarked locations are now added to branch/checkout history (Szilveszter)
581
195.6.3 by Szilveszter Farkas (Phanatic)
Added NEWS entry.
582
  * There are now more columns in the file list, and you can sort by them
217 by Jelmer Vernooij
Update NEWS.
583
    (Szilveszter)
195.7.2 by Szilveszter Farkas (Phanatic)
Added NEWS entry.
584
195.6.5 by Szilveszter Farkas (Phanatic)
Updated NEWS.
585
  * A location bar was added to the top of the file list. On Windows, the
217 by Jelmer Vernooij
Update NEWS.
586
    drive selector combo was moved here (Szilveszter)
195.6.3 by Szilveszter Farkas (Phanatic)
Added NEWS entry.
587
217 by Jelmer Vernooij
Update NEWS.
588
  * Don't warn about incompatible versions when .dev version of Bazaar is used 
589
    (Aaron)
204 by Jelmer Vernooij
Release bzr-gtk 0.17.0
590
195.2.3 by Szilveszter Farkas (Phanatic)
Added NEWS entry.
591
 BUG FIXES
592
 
195.5.2 by Szilveszter Farkas (Phanatic)
Added NEWS entry.
593
  * Get and Checkout dialogs: scan the branch only if the entry has lost focus
217 by Jelmer Vernooij
Update NEWS.
594
    (#93653, Szilveszter)
195.5.2 by Szilveszter Farkas (Phanatic)
Added NEWS entry.
595
195.2.3 by Szilveszter Farkas (Phanatic)
Added NEWS entry.
596
  * Fixed 'bzr gcommit' if command not issued in a branch (#113394, Szilveszter)
597
486 by Jelmer Vernooij
Release 0.94.0.
598
0.16.0    2007-05-05
188 by Jelmer Vernooij
merge 0.15.2 NEWS update.
599
188.1.4 by Szilveszter Farkas (Phanatic)
Added NEWS entry.
600
 FEATURES
601
 
602
  * An Initialize dialog added to Olive along with a 'ginit' command
603
  (#90839, Szilveszter)
190.1.9 by Szilveszter Farkas (Phanatic)
Added NEWS entry.
604
  
605
  * Tags support added: 'gtags' command and Branch->Tags menu entry in Olive
606
  (#103725, Szilveszter)
188 by Jelmer Vernooij
merge 0.15.2 NEWS update.
607
195 by Jelmer Vernooij
Merge some fixes from John.
608
 BUG FIXES
609
194 by Jelmer Vernooij
Sort plugins by name.
610
  * Sort plugins in gpreferences (Jelmer)
611
195 by Jelmer Vernooij
Merge some fixes from John.
612
  * Give nicer errors when startup fails (John)
613
196 by Jelmer Vernooij
Update NEWS
614
  * Fix 'bzr gdiff notafile' (#107812, John)
195 by Jelmer Vernooij
Merge some fixes from John.
615
616
  * Find olive.glade on a couple more systems (John)
617
618
 INTERNALS
619
  
620
  * Some minor style fixes (John)
621
196 by Jelmer Vernooij
Update NEWS
622
 DOCS
623
  
624
  * Recommend installation as 'gtk' not 'bzr-gtk'. (#104110, Szilveszter)
625
486 by Jelmer Vernooij
Release 0.94.0.
626
0.15.2    2007-04-03
183 by Jelmer Vernooij
Add NEWS file.
627
628
 BUG FIXES
629
182.2.2 by Jelmer Vernooij
Prepare for 0.15.2
630
  * Fix regression that prevented gannotate from being used (#97473, 
188.2.1 by Szilveszter Farkas (Phanatic)
Merged fix for #90839. Initialize dialog implemented.
631
                                                             Vincent, Jelmer)
182.2.2 by Jelmer Vernooij
Prepare for 0.15.2
632
633
  * Fix regression that prevented gstatus from being used (Jelmer)
634
635
  * Fix status dialog size (Jelmer)
636
183 by Jelmer Vernooij
Add NEWS file.
637
 FEATURES
638
182.2.2 by Jelmer Vernooij
Prepare for 0.15.2
639
  * Update commit-notify to use new dbus API (Robert)
640
641
  * Display remote locations in commit-notify (Robert)
642
486 by Jelmer Vernooij
Release 0.94.0.
643
0.15.1    2007-03-25
183 by Jelmer Vernooij
Add NEWS file.
644
645
 BUG FIXES
646
 
647
  * Prevent test suite from causing default-encoding changes (Aaron)
648
 
649
  * Fix testsuite when Olive was run before (Szilveszter)
650
 
651
  * Fix locking issue in Olive (Szilvester, #91522)
652
653
  * Don't obtain handle to networkmanager until necessary (Jelmer)
654
655
  * Better behavior in annotate when unable to go back (Aaron)
656
657
 FEATURES
658
 
659
  * Add very simple TortoiseBzr implementation (Wouter, Jelmer)
660
661
  * Add 'forward' button in gannotate (Aaron)
662
663
  * Add simple GTK+ progress bars (Jelmer)
664
665
  * Add gmissing command (Jelmer)
666
667
  * Add simple preferences window with plugin list and global settings
668
  (Jelmer)
669
670
  * Add new command 'commit-notify' to listen for commits on dbus and
671
  show them via pynotify. (Robert)
672
673
 UI IMPROVEMENTS
674
675
  * Move search fields in gannotate directly below source window (Aaron)
676
677
  * Move buttons to top, tweak layout (Aaron)
678
679
  * Strict commits are now a dialog, not a check box (Jelmer)
680
486 by Jelmer Vernooij
Release 0.94.0.
681
0.15.0    2007-03-09
183 by Jelmer Vernooij
Add NEWS file.
682
683
BUG FIXES
684
685
  * Fix gannotate interaction with dirstate (Aaron)
686
687
  * Default button set on Commit dialog (#83030, Szilveszter)
688
689
  * Fix branch-nick handling (Aaron)
690
691
  * Defer cairo import to prevent import errors (Aaron)
692
693
  * More use of lazy_imports to speed up timing (Aaron)
694
695
  * Fix diff window freeze when shown from commit (Szilveszter)
696
697
  * Allow to commit single files from the context menu (#54983, Szilveszter)
698
699
FEATURES
700
701
  * Add ability to install nautilus plugin (#75603, Szilveszter)
702
703
  * Add conflicts window (Szilveszter)
704
705
  * Use network manager to determine default value of "Local Commit"
706
setting (Jelmer)
707
708
  * Add status window (Jelmer, Szilveszter)
709
710
  * Add revision browser for push and pull dialogs (Szilveszter)
711
712
  * Add revert functionality to context menu (Szilveszter)
713
714
INTERNAL
715
716
  * Some more code converted to not use glade (Szilveszter, Jelmer)
717
718
  * Move url history and preferences code to a separate class (Jelmer)
719
720
  * Merge revision info code for gannotate and viz into single new widget
721
(Jelmer)
722
723
  * Add initial testsuite (Jelmer)
724
486 by Jelmer Vernooij
Release 0.94.0.
725
0.14.0    2007-01-30
183 by Jelmer Vernooij
Add NEWS file.
726
727
  * Add revert functionality (Szilvester)
728
729
  * Rewritten CommitDialog without glade (Szilvester)
730
731
  * Allow to commit single files from the context menu (Fixes #54983,
486 by Jelmer Vernooij
Release 0.94.0.
732
                                                       Szilvester)
183 by Jelmer Vernooij
Add NEWS file.
733
734
  * Warn about incompatible Bazaar versions (Jelmer)
735
736
  * Fixed gbranch (#77751, Szilvester)
737
738
  * Use the UI factory (Jelmer)
739
740
  * Generic handling of errors (Jelmer)
741
742
  * Set default drive letter (#67924, Szilvester)
743
744
  * Show error if no diff available for the selected file (#76536,
486 by Jelmer Vernooij
Release 0.94.0.
745
                                                          Szilvester)
183 by Jelmer Vernooij
Add NEWS file.
746
747
  * Handle current revision in annotate better (Aaron)
748
749
  * Support scrolling based on an offset in annotate (Aaron)
750
751
  * Add "Back" button in annotate (Aaron)
752
753
  * Removed some unused functions (Aaron)
754
755
  * Added Ctrl+G and Ctrl+F shortcuts to annotate (#73965, Vincent)
756
757
  * Nicer error when pygtk not installed (Aaron)
758
759
  * Show uncommitted changes in annotate (Aaron)
760
761
  * Support annotate in olive (#73786, Szilvester)
762
763
  * Ignored files no longer shown as unknown (#67926, Szilvester)
764
765
  * Don't allow merge if there are local changes (#73770, Szilvester)
766
767
  * Fix bookmark dialog (#67922, Szilvester)
768
769
  * Fix remove dialog (#73766 and #73767, Szilvester)
770
771
  * Several other small regression fixes (Szilvester)
772
486 by Jelmer Vernooij
Release 0.94.0.
773
0.13.0    2006-12-13
183 by Jelmer Vernooij
Add NEWS file.
774
775
  * Don't show pending merge list when there are no pending merges
776
    (Alexander Belchenko)
777
778
  * Better error handling in gcommit (Alexander Belchenko)
779
780
  * Fix desktop file compliancy to standard (Toshio Kuratomi) #75278
781
782
  * Rename put into context menu (Szilvester Farkas) #73774
783
784
  * Improved commit dialog (Szilvester Farkas) #73778
785
786
  * Rename dialog contains original name (Szilvester Farkas) #73775
787
788
  * Bookmarks can be removed (Szilvester Farkas)
789
790
  * Run Olive after maximizing window (Szilvester Farkas) #70134
791
792
  * Check empty commit message at commit time (vila) #73737
793
794
  * Use dotted revnos in gannotate (Aaron Bentley)
795
486 by Jelmer Vernooij
Release 0.94.0.
796
0.12.0    2006-11-04
183 by Jelmer Vernooij
Add NEWS file.
797
798
  * #68127: gcommit is broken
799
800
  * #67934: various win32 fixes
801
802
  * #67933: fix product name in setup.py
803
804
  * #67930: gdiff relies on plugin name being 'gtk'
805
806
  * #66937: process doesn't stop after closing commit dialog
807
  
808
  * #66091: commit after merge fails
809
  
810
  * #67927: fix non-ascii commit message