/b-gtk/fix-viz

To get this branch, use:
bzr branch http://gegoxaren.bato24.eu/bzr/b-gtk/fix-viz

« back to all changes in this revision

Viewing changes to NEWS

  • Committer: Jelmer Vernooij
  • Date: 2007-02-01 15:50:40 UTC
  • Revision ID: jelmer@samba.org-20070201155040-3hq4mfbxs99kzazy
add framework for tests.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
0.96.2  2009-07-08
2
 
 
3
 
 BUG FIXES
4
 
 
5
 
  * Same player shoots again. Version credits.pickle and rebuild the tarball
6
 
    after running 'python ./setup.py build_credits', update
7
 
    http://bazaar-vcs.org/bzr-gtk/releasing accordingly.  
8
 
    (Vincent Ladeuil, #397526)
9
 
 
10
 
0.96.1  2009-07-08
11
 
 
12
 
 BUG FIXES
13
 
 
14
 
  * Rebuild the tarball after running 'python ./setup.py build_credits',
15
 
    update http://bazaar-vcs.org/bzr-gtk/releasing accordingly.
16
 
   (Vincent Ladeuil, #397526)
17
 
 
18
 
 
19
 
0.96.0  2009-07-08
20
 
 
21
 
 UI
22
 
 
23
 
  * Add colored status messages in Olive file list (Jasper Groenewegen)
24
 
 
25
 
  * Use the new progress bar implementation from bzrlib.
26
 
   (Vincent Ladeuil, 385191)
27
 
 
28
 
 CHANGES
29
 
 
30
 
  * Add ginfo command line option (Jasper Groenewegen)
31
 
  
32
 
  * Diff window uses GtkSourceView2 now. (Szilveszter Farkas)
33
 
 
34
 
 BUG FIXES
35
 
 
36
 
  * Fix the Branch/Get dialog refusing to open after hitting Cancel. (Markus
37
 
  Korn, #294396)
38
 
 
39
 
  * Fix Olive homepage URL. (#255152)
40
 
 
41
 
  * Fix gannotate.conf handling. (Vincent Ladeuil, #373157)
42
 
 
43
 
  * Save commit messages at uncommit time, restore them at
44
 
    gcommit time. Also allow saving commit messages if the commit
45
 
    is cancelled. (Anne Mohsen, Vincent Ladeuil, #215674)
46
 
 
47
 
  * Mark as compatible with bzr 1.13.
48
 
 
49
 
 FEATURES
50
 
 
51
 
  * Support storing credentials in the GNOME Keyring if it is 
52
 
    available. (Jelmer Vernooij)
53
 
 
54
 
  * Fix opening Status window in Olive (#316310)
55
 
 
56
 
0.95.0  2008-08-04
57
 
 
58
 
 UI
59
 
 
60
 
  * Added Refresh menu option with F5 keyboard shortcut (Russ Brown)
61
 
 
62
 
  * Show progress bars in bzr viz window (Chad Miller, Jelmer Vernooij)
63
 
 
64
 
  * Added menu option for indexing branches if bzr-search is present.
65
 
    (Jelmer Vernooij)
66
 
 
67
 
  * Add "Send Merge Directive" button in bzr viz. (Jelmer Vernooij)
68
 
 
69
 
  * Remove dummy "Edit->Find" option. (Jelmer Vernooij)
70
 
 
71
 
  * Added an optional diff panel to bzr vis.  (Scott Scriven)
72
 
 
73
 
  * Made bzr vis remember whether the toolbar is visible.  (Scott Scriven)
74
 
 
75
 
  * Made bzr vis remember window and panel sizes.  (Scott Scriven)
76
 
 
77
 
  * Sort Olive bookmarks by title (Jasper Groenewegen)
78
 
  
79
 
  * Add controls to wrap long lines in gdiff and diff in visualise. (Jasper Groenewegen, #229789)
80
 
  
81
 
  * Made merge dialog to give choice between folder and custom location (Jasper Groenewegen)
82
 
 
83
 
  * Add new dialog to browse looms and switch to threads in loom branches. (Jelmer Vernooij)
84
 
  
85
 
  * Show status for folders in Olive file list (Jasper Groenewegen)
86
 
  
87
 
  * Change appearance Olive bookmarks (Jasper Groenewegen)
88
 
  
89
 
  * Add ability to have dialog popup from Olive location bar. (Jasper Groenewegen)
90
 
 
91
 
 BUG FIXES
92
 
 
93
 
  * Replace _() calls by _i18n() calls. (Vincent Ladeuil, #187283)
94
 
  
95
 
  * Fixed adding tags. (Javier Derderian, #228709)
96
 
 
97
 
  * Fix history mode button. (Jasper Groenewegen, #144962)
98
 
 
99
 
  * Fixed handle-patch script. (Jelmer Vernooij)
100
 
 
101
 
  * Fix import in olive. (Jelmer Vernooij, #223935)
102
 
 
103
 
  * Avoid use of removed smart_add. (Jelmer Vernooij, #244025, #244027)
104
 
 
105
 
  * Remove use of upstream removed Repository.revision_parents() 
106
 
    (Jelmer Vernooij)
107
 
 
108
 
  * List network drives in Olive. (Kevin Light, #244308)
109
 
 
110
 
  * Fix progress bar handling. (Jelmer Vernooij)
111
 
 
112
 
  * Fix broken symlink handling. (Jasper Groenewegen)
113
 
 
114
 
  * Fix import in Olive rename dialog. (Kevin Light)
115
 
 
116
 
  * Removed some redundant screen redrawing in bzr vis.  (Scott Scriven)
117
 
 
118
 
  * Fixed overflowing labels in bzr vis.  (Scott Scriven)
119
 
 
120
 
  * Fix plugin description in gpreferences. (Jasper Groenewegen, #232191)
121
 
 
122
 
  * Remove question for setting default push location. (Jasper Groenewegen, #151818)
123
 
 
124
 
  * Automatically change to history mode on selecting a revision from the list. (Jasper Groenewegen, #144963)
125
 
 
126
 
  * Check if file is versioned before opening gannotate window from olive. (Jasper Groenewegen, #115358)
127
 
  
128
 
  * Make sure error/info/warning dialogs know their parent window. (Jasper Groenewegen, #252208)
129
 
  
130
 
  * Handle unreadable .bzr subfolder in Olive. (Jasper Groenewegen, #229044)
131
 
 
132
 
  * Import gobject in bzr-notify, as it is used there to set a timeout. (James Westby)
133
 
 
134
 
 CHANGES
135
 
 
136
 
  * Moved notify icon code to separate script. (Jelmer Vernooij)
137
 
 
138
 
  * Verify testaments when showing signatures on revisions and
139
 
    re-enable signature display. (Jelmer Vernooij)
140
 
 
141
 
  * Show credits for bzr-gtk in the about dialog. (Jelmer Vernooij)
142
 
  
143
 
  * Add gmerge command line option (Jasper Groenewegen, #124760)
144
 
 
145
 
 INTERNALS
146
 
 
147
 
  * All i18n calls should now go through _i18n which must be imported from
148
 
    bzrlib.plugins.gtk. This addresses the occasional collisions with '_' used
149
 
    as an anonymous variable. (Vincent Ladeuil)
150
 
 
151
 
  * Add test for linegraph code. (Jelmer Vernooij)
152
 
 
153
 
  * Remove obsolete tortoisebzr tests. (Jelmer Vernooij)
154
 
 
155
 
  * Share revision context menu and main revision menu in bzr viz. (Jelmer Vernooij)
156
 
 
157
 
  * Remove glade from merge dialog. (Jasper Groenewegen)
158
 
 
159
 
  * Remove glade from olive about, rename, remove, move, mkdir, add dialogs. (Jasper Groenewegen)
160
 
 
161
 
  * Remove glade from olive main window (Jasper Groenewegen)
162
 
  
163
 
  * Remove glade from olive info dialog (Jasper Groenewegen)
164
 
 
165
 
  * Rewrite Olive mouse button event handling (Kevin Light)
166
 
  
167
 
0.94.0    2008-05-04
168
 
 
169
 
 CHANGES
170
 
 
171
 
  * Disabled signature tab until we start verifying testaments. 
172
 
    (Jelmer Vernooij)
173
 
 
174
 
 BUG FIXES
175
 
 
176
 
  * Fix display of children in branchview. (Jelmer Vernooij, #224914)
177
 
 
178
 
0.94.0rc1  2008-04-25
179
 
 
180
 
 CHANGES
181
 
 
182
 
  * Removed tortoise-bzr, which now has its own project (http://launchpad.net/tortoisebzr)
183
 
 
184
 
  * Use new D-Bus revision signal. (James Henstridge, #206443)
185
 
 
186
 
 UI
187
 
 
188
 
  * Made the tags associated with a revision render next to the revision
189
 
    node in the branch view. (Ali Sabil)
190
 
 
191
 
  * Made the tag list in the revision view be comma-separated. (Daniel Schierbeck)
192
 
 
193
 
  * Add bugs tab in the branch view. (Jelmer Vernooij)
194
 
  
195
 
  * New Tango-styled icons. This time properly licensed under the GPL.
196
 
    (Simon Pascal Klein)
197
 
 
198
 
  * Support showing multiple branches in "bzr viz". (Jelmer Vernooij
199
 
 
200
 
  * Added new icons for nautilus overlay (Martin Albisetti)
201
 
 
202
 
  * Added enable/disable per-branch option (Martin Albisetti)
203
 
 
204
 
  * Add compare with option to revisions menu. (Javier Derderian)
205
 
 
206
 
  * Register file handler for applying patches/bundles to Bazaar branches.
207
 
    (Jelmer Vernooij)
208
 
 
209
 
 BUG FIXES
210
 
 
211
 
  * Make adding tags from the viz work again. (Daniel Schierbeck)
212
 
 
213
 
  * Catch UnsupportedProtocol exception in the Nautilus extension. (#77965)
214
 
  
215
 
  * Make Nautilus extension work again. (#111826, Toshio Kuratomi, Jelmer Vernooij)
216
 
  
217
 
  * Make viz not throw errors when there are 0 commits. (#173698, Gary van der
218
 
    Merwe)
219
 
 
220
 
  * Fixed underscores in tags being interpreted as mnemonics in the viz. (#201733, 
221
 
    Daniel Schierbeck)
222
 
 
223
 
  * Fixed change view menu in viz. (Javier Derderian, #215350)
224
 
 
225
 
 FEATURES
226
 
 
227
 
  * Only check for old Bazaar versions that are known to be incompatible and 
228
 
    no longer warn about newer (unknown) versions of Bazaar, on the assumption
229
 
    the API is sufficiently stable now. (Jelmer Vernooij)
230
 
 
231
 
  * Support child_submit_to setting in gsend. (Jelmer Vernooij)
232
 
 
233
 
  * Add tab to revision view showing the signature status. (Daniel Schierbeck, Jelmer Vernooij)
234
 
 
235
 
  * Use seahorse to verify signatures. (Daniel Schierbeck)
236
 
 
237
 
 INTERNALS
238
 
 
239
 
  * Refactored the revisionview. (Daniel Schierbeck)
240
 
 
241
 
  * It is now possible to use the diff view as a widget. (Jelmer Vernooij)
242
 
 
243
 
  * Preferences dialog has been split up. (Jelmer Vernooij)
244
 
 
245
 
0.93.0  2007-12-10
246
 
 
247
 
 UI
248
 
 
249
 
  * Added a menu bar to the viz. (Daniel Schierbeck)
250
 
     - Select a revision by tag.
251
 
     - Show/hide tree view columns.
252
 
 
253
 
 BUG FIXES
254
 
 
255
 
  * Make toolbars in Olive follow GNOME standards. (#137074)
256
 
 
257
 
 INTERNALS
258
 
 
259
 
  * Allow test suite to run without PyGTK. (Aaron Bentley)
260
 
 
261
 
0.92.1  2007-11-10
262
 
 
263
 
 BUG FIXES
264
 
 
265
 
  * Fixed logview bug in gannotate. (Daniel Schierbeck)
266
 
 
267
 
0.92.0    2007-11-07
268
 
 
269
 
 UI
270
 
 
271
 
  * Removed email part of committer id from committer column in the revision
272
 
    history window. (Daniel Schierbeck)
273
 
    
274
 
  * Removed date column from revision history window. (Daniel Schierbeck)
275
 
  
276
 
  * Rearranged the logview into a notebook. (Daniel Schierbeck)
277
 
  
278
 
  * Redesigned the Commit dialog. (John Arbash Meinel)
279
 
  
280
 
  * Broken lines support made optional. (Daniel Schierbeck)
281
 
 
282
 
 FEATURES
283
 
 
284
 
  * Rewrite of a large ammount of the viz code:
285
 
        * Make use of the bzrlib.tsort.merge_sort for sorting the revisions.
286
 
        * A new algorithm to work out how to draw the lines using the
287
 
          revsion numbers returned from merge_sort.
288
 
        * Lines that are very long are broken, which results in the graph
289
 
          requiring less space to render and the graph is easier to interpret.
290
 
          (#82907)
291
 
        * Choose the color for a branch from the revsion number, which results
292
 
          in stable colors. Revisions on the mainline are allways black.
293
 
        * Implement a TreeModel that loads the revision data only when a a
294
 
          revision is scrolled into view, improving the time it takes to display
295
 
          the first screen of data by 92%. (#124143)
296
 
        * Add a column to display the revision number. (#64167)
297
 
        * Add buttons to navigate to child revisions.
298
 
    (Gary van der Merwe)
299
 
 
300
 
  * Added a revert option to the revision menu. (Gary van der Merwe)
301
 
 
302
 
 BUG FIXES
303
 
 
304
 
  * Show children on new row in table to avoid very broad windows in viz. 
305
 
    (Jelmer)
306
 
 
307
 
  * viz slow when run from olive. (#70463, Gary van der Merwe)
308
 
  
309
 
  * Make it possible to open diff from the commit window when there are pending
310
 
    merges. (Gary van der Merwe)
311
 
    
312
 
 INTERNALS
313
 
 
314
 
  * Use standard version tuple. (Jelmer)
315
 
 
316
 
  * Add check command to setup.py. (Jelmer)
317
 
 
318
 
  * Avoid deprecation warning for all_plugins() in gpreferences. (Jelmer)
319
 
 
320
 
0.91.0    2007-09-24
321
 
 
322
 
 UI
323
 
 
324
 
  * Added keyboard shortcuts for closing windows and exiting Olive.
325
 
    (#139559, Daniel Schierbeck)
326
 
  * Add a message to the viz window to indicate that the graph is still loading.
327
 
    (Gary van der Merwe)
328
 
 
329
 
  * The tip revision will be automatically selected in the branch visualization
330
 
    window. (#144244, Daniel Schierbeck)
331
 
  
332
 
  * Updated olive-gtk.desktop: Polish translation and additional categories.
333
 
    (Mateusz Korniak)
334
 
 
335
 
 BUG FIXES
336
 
 
337
 
  * Fix the "Complete Diff" entry in DiffWindow to show the whole diff.
338
 
    (#140512, James Westby) 
339
 
 
340
 
  * Right-clicking in Olive's file list works again. (#136310, Mark Lee)
341
 
  
342
 
  * Annotate context menu works again. (Daniel Schierbeck)
343
 
  
344
 
  * Fixed push (with overwite) behavior when branches are diverged.
345
 
    (Mateusz Korniak)
346
 
  
347
 
  * Local missing revisions are remote extra revisions (Missing revisions menu
348
 
    item in Olive). (Mateusz Korniak)
349
 
 
350
 
 INTERNALS
351
 
 
352
 
  * `bzr viz --limit` much more faster than before. (John Arbash Meinel)
353
 
 
354
 
  * Use get_apparent_author, rename variables to 'author'. (Aaron Bentley)
355
 
  
356
 
  * Added default_branch_path to MergeDialog and use it from olive-gtk.
357
 
    (Mateusz Korniak)
358
 
 
359
 
0.90.0    2007-08-27
360
 
 
361
 
 FEATURES
362
 
 
363
 
  * Add ability to hide ignored files in Olive (#134121, Tom Badran)
364
 
 
365
 
  * Show tags in bzr viz. (Jelmer)
366
 
 
367
 
  * Handle large files correctly in Olive. (#127392, Mateusz Korniak)
368
 
 
369
 
  * Add remove and delete menu item in Olive. (#127381, Mateusz Korniak)
370
 
  
371
 
  * Added "update" menu item in Olive. (Mateusz Korniak)
372
 
  
373
 
  * New Olive application icon. (Simon Pascal Klein and Jakub Steiner)
374
 
  
375
 
  * Show bzr viz interface quickly. (Gary van der Merwe)
376
 
 
377
 
 UI
378
 
  
379
 
  * Improve Preferences dialog layout. (Jelmer)
380
 
 
381
 
 INTERNALS:
382
 
 
383
 
  * Updated pot generator script and regenerated the translation template.
384
 
    (Szilveszter)
385
 
 
386
 
  * Add helper widget for selecting branches (Jelmer)
387
 
    
388
 
 BUG FIXES
389
 
 
390
 
  * Support DBus being present but NetworkManager missing. (#126767, Mateusz
391
 
  Korniak, Jelmer)
392
 
 
393
 
  * Fixed interface to push.PushDialog (Mateusz Korniak)
394
 
 
395
 
  * Fix so the when Olive is run from the source code, the toolbar and menu
396
 
    icons show. (Gary van der Merwe, #131520)
397
 
 
398
 
  * Fix a regression that Olive was no longer able to find bzrlib location
399
 
    due to a change in the output of "bzr version". (Gary van der Merwe)
400
 
 
401
 
  * Fix a regression that Olive branch info window was not working. (Gary van
402
 
    der Merwe)
403
 
    
404
 
  * Fixed tags formatting. (Aaron)
405
 
 
406
 
0.18.0  2007-07-17
407
 
 
408
 
 FEATURES
409
 
 
410
 
  * Add support for customizing colors in the diff window via ~/.colordiffrc
411
 
    or gedit's syntax highlighting configuration. See README file for details.
412
 
    (Adeodato Simó)
413
 
 
414
 
  * Add Inspect and Branch buttons to notification window. (Robert)
415
 
 
416
 
  * Add notification area icon with context menu. (Jelmer)
417
 
 
418
 
  * New tango icons. (Pascal Klein)
419
 
 
420
 
  * Add simple About dialog. (Jelmer)
421
 
 
422
 
  * Add context menu in bzrk. (Jelmer)
423
 
 
424
 
 BUG FIXES
425
 
 
426
 
  * Fix option help strings to comply with the style guide. (Vincent)
427
 
 
428
 
  * Fix import of BzrError. (Aaron)
429
 
 
430
 
  * Fix missing attributes for DummyRevision. (Vincent)
431
 
 
432
 
  * Never refuse to run with newer versions of bzr, just warn. (Jelmer)
433
 
 
434
 
 
435
 
0.17.0  2007-06-15
436
 
 
437
 
 FEATURES
438
 
 
439
 
  * Added an EXPERIMENTAL feature for browsing remote branches in Olive 
440
 
    (Szilveszter)
441
 
 
442
 
  * Bookmarked locations are now added to branch/checkout history (Szilveszter)
443
 
 
444
 
  * There are now more columns in the file list, and you can sort by them
445
 
    (Szilveszter)
446
 
 
447
 
  * A location bar was added to the top of the file list. On Windows, the
448
 
    drive selector combo was moved here (Szilveszter)
449
 
 
450
 
  * Don't warn about incompatible versions when .dev version of Bazaar is used 
451
 
    (Aaron)
452
 
 
453
 
 BUG FIXES
454
 
 
455
 
  * Get and Checkout dialogs: scan the branch only if the entry has lost focus
456
 
    (#93653, Szilveszter)
457
 
 
458
 
  * Fixed 'bzr gcommit' if command not issued in a branch (#113394, Szilveszter)
459
 
 
460
 
0.16.0    2007-05-05
461
 
 
462
 
 FEATURES
463
 
 
464
 
  * An Initialize dialog added to Olive along with a 'ginit' command
465
 
  (#90839, Szilveszter)
466
 
  
467
 
  * Tags support added: 'gtags' command and Branch->Tags menu entry in Olive
468
 
  (#103725, Szilveszter)
469
 
 
470
 
 BUG FIXES
471
 
 
472
 
  * Sort plugins in gpreferences (Jelmer)
473
 
 
474
 
  * Give nicer errors when startup fails (John)
475
 
 
476
 
  * Fix 'bzr gdiff notafile' (#107812, John)
477
 
 
478
 
  * Find olive.glade on a couple more systems (John)
479
 
 
480
 
 INTERNALS
481
 
  
482
 
  * Some minor style fixes (John)
483
 
 
484
 
 DOCS
485
 
  
486
 
  * Recommend installation as 'gtk' not 'bzr-gtk'. (#104110, Szilveszter)
487
 
 
488
 
0.15.2    2007-04-03
489
 
 
490
 
 BUG FIXES
491
 
 
492
 
  * Fix regression that prevented gannotate from being used (#97473, 
493
 
                                                             Vincent, Jelmer)
494
 
 
495
 
  * Fix regression that prevented gstatus from being used (Jelmer)
496
 
 
497
 
  * Fix status dialog size (Jelmer)
498
 
 
499
 
 FEATURES
500
 
 
501
 
  * Update commit-notify to use new dbus API (Robert)
502
 
 
503
 
  * Display remote locations in commit-notify (Robert)
504
 
 
505
 
0.15.1    2007-03-25
506
 
 
507
 
 BUG FIXES
508
 
 
509
 
  * Prevent test suite from causing default-encoding changes (Aaron)
510
 
 
511
 
  * Fix testsuite when Olive was run before (Szilveszter)
512
 
 
513
 
  * Fix locking issue in Olive (Szilvester, #91522)
514
 
 
515
 
  * Don't obtain handle to networkmanager until necessary (Jelmer)
516
 
 
517
 
  * Better behavior in annotate when unable to go back (Aaron)
518
 
 
519
 
 FEATURES
520
 
 
521
 
  * Add very simple TortoiseBzr implementation (Wouter, Jelmer)
522
 
 
523
 
  * Add 'forward' button in gannotate (Aaron)
524
 
 
525
 
  * Add simple GTK+ progress bars (Jelmer)
526
 
 
527
 
  * Add gmissing command (Jelmer)
528
 
 
529
 
  * Add simple preferences window with plugin list and global settings
530
 
  (Jelmer)
531
 
 
532
 
  * Add new command 'commit-notify' to listen for commits on dbus and
533
 
  show them via pynotify. (Robert)
534
 
 
535
 
 UI IMPROVEMENTS
536
 
 
537
 
  * Move search fields in gannotate directly below source window (Aaron)
538
 
 
539
 
  * Move buttons to top, tweak layout (Aaron)
540
 
 
541
 
  * Strict commits are now a dialog, not a check box (Jelmer)
542
 
 
543
 
0.15.0    2007-03-09
544
 
 
545
 
BUG FIXES
546
 
 
547
 
  * Fix gannotate interaction with dirstate (Aaron)
548
 
 
549
 
  * Default button set on Commit dialog (#83030, Szilveszter)
550
 
 
551
 
  * Fix branch-nick handling (Aaron)
552
 
 
553
 
  * Defer cairo import to prevent import errors (Aaron)
554
 
 
555
 
  * More use of lazy_imports to speed up timing (Aaron)
556
 
 
557
 
  * Fix diff window freeze when shown from commit (Szilveszter)
558
 
 
559
 
  * Allow to commit single files from the context menu (#54983, Szilveszter)
560
 
 
561
 
FEATURES
562
 
 
563
 
  * Add ability to install nautilus plugin (#75603, Szilveszter)
564
 
 
565
 
  * Add conflicts window (Szilveszter)
566
 
 
567
 
  * Use network manager to determine default value of "Local Commit"
568
 
setting (Jelmer)
569
 
 
570
 
  * Add status window (Jelmer, Szilveszter)
571
 
 
572
 
  * Add revision browser for push and pull dialogs (Szilveszter)
573
 
 
574
 
  * Add revert functionality to context menu (Szilveszter)
575
 
 
576
 
INTERNAL
577
 
 
578
 
  * Some more code converted to not use glade (Szilveszter, Jelmer)
579
 
 
580
 
  * Move url history and preferences code to a separate class (Jelmer)
581
 
 
582
 
  * Merge revision info code for gannotate and viz into single new widget
583
 
(Jelmer)
584
 
 
585
 
  * Add initial testsuite (Jelmer)
586
 
 
587
 
0.14.0    2007-01-30
588
 
 
589
 
  * Add revert functionality (Szilvester)
590
 
 
591
 
  * Rewritten CommitDialog without glade (Szilvester)
592
 
 
593
 
  * Allow to commit single files from the context menu (Fixes #54983,
594
 
                                                       Szilvester)
595
 
 
596
 
  * Warn about incompatible Bazaar versions (Jelmer)
597
 
 
598
 
  * Fixed gbranch (#77751, Szilvester)
599
 
 
600
 
  * Use the UI factory (Jelmer)
601
 
 
602
 
  * Generic handling of errors (Jelmer)
603
 
 
604
 
  * Set default drive letter (#67924, Szilvester)
605
 
 
606
 
  * Show error if no diff available for the selected file (#76536,
607
 
                                                          Szilvester)
608
 
 
609
 
  * Handle current revision in annotate better (Aaron)
610
 
 
611
 
  * Support scrolling based on an offset in annotate (Aaron)
612
 
 
613
 
  * Add "Back" button in annotate (Aaron)
614
 
 
615
 
  * Removed some unused functions (Aaron)
616
 
 
617
 
  * Added Ctrl+G and Ctrl+F shortcuts to annotate (#73965, Vincent)
618
 
 
619
 
  * Nicer error when pygtk not installed (Aaron)
620
 
 
621
 
  * Show uncommitted changes in annotate (Aaron)
622
 
 
623
 
  * Support annotate in olive (#73786, Szilvester)
624
 
 
625
 
  * Ignored files no longer shown as unknown (#67926, Szilvester)
626
 
 
627
 
  * Don't allow merge if there are local changes (#73770, Szilvester)
628
 
 
629
 
  * Fix bookmark dialog (#67922, Szilvester)
630
 
 
631
 
  * Fix remove dialog (#73766 and #73767, Szilvester)
632
 
 
633
 
  * Several other small regression fixes (Szilvester)
634
 
 
635
 
0.13.0    2006-12-13
636
 
 
637
 
  * Don't show pending merge list when there are no pending merges
638
 
    (Alexander Belchenko)
639
 
 
640
 
  * Better error handling in gcommit (Alexander Belchenko)
641
 
 
642
 
  * Fix desktop file compliancy to standard (Toshio Kuratomi) #75278
643
 
 
644
 
  * Rename put into context menu (Szilvester Farkas) #73774
645
 
 
646
 
  * Improved commit dialog (Szilvester Farkas) #73778
647
 
 
648
 
  * Rename dialog contains original name (Szilvester Farkas) #73775
649
 
 
650
 
  * Bookmarks can be removed (Szilvester Farkas)
651
 
 
652
 
  * Run Olive after maximizing window (Szilvester Farkas) #70134
653
 
 
654
 
  * Check empty commit message at commit time (vila) #73737
655
 
 
656
 
  * Use dotted revnos in gannotate (Aaron Bentley)
657
 
 
658
 
0.12.0    2006-11-04
659
 
 
660
 
  * #68127: gcommit is broken
661
 
 
662
 
  * #67934: various win32 fixes
663
 
 
664
 
  * #67933: fix product name in setup.py
665
 
 
666
 
  * #67930: gdiff relies on plugin name being 'gtk'
667
 
 
668
 
  * #66937: process doesn't stop after closing commit dialog
669
 
  
670
 
  * #66091: commit after merge fails
671
 
  
672
 
  * #67927: fix non-ascii commit message