/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: 2008-06-29 16:20:15 UTC
  • mto: This revision was merged to the branch mainline in revision 519.
  • Revision ID: jelmer@samba.org-20080629162015-amhe7xj4cdmup4id
Rename GtkProgressBarStack to GtkWindowProgressBarStack

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
0.94.0  UNRELEASED
 
1
0.95.0  UNRELEASED
 
2
 
 
3
 UI
 
4
 
 
5
  * Added Refresh menu option with F5 keyboard shortcut (Russ Brown)
 
6
 
 
7
 BUG FIXES
 
8
 
 
9
  * Replace _() calls by _i18n() calls. (Vincent Ladeuil, #187283)
 
10
  
 
11
  * Fixed adding tags. (Javier Derderian, #228709)
 
12
 
 
13
 INTERNALS
 
14
 
 
15
  * All i18n calls should now go through _i18n which must be imported from
 
16
    bzrlib.plugins.gtk. This addresses the occasional collisions with '_' used
 
17
    as an anonymous variable. (Vincent Ladeuil)
 
18
 
 
19
 
 
20
0.94.0    2008-05-04
 
21
 
 
22
 CHANGES
 
23
 
 
24
  * Disabled signature tab until we start verifying testaments. 
 
25
    (Jelmer Vernooij)
 
26
 
 
27
 BUG FIXES
 
28
 
 
29
  * Fix display of children in branchview. (Jelmer Vernooij, #224914)
 
30
 
 
31
0.94.0rc1  2008-04-25
2
32
 
3
33
 CHANGES
4
34
 
6
36
 
7
37
  * Use new D-Bus revision signal. (James Henstridge, #206443)
8
38
 
9
 
  * Switched to using Seahorse to verify signatures. (Daniel Schierbeck)
10
 
 
11
39
 UI
12
40
 
13
41
  * Made the tags associated with a revision render next to the revision
26
54
 
27
55
  * Added enable/disable per-branch option (Martin Albisetti)
28
56
 
 
57
  * Add compare with option to revisions menu. (Javier Derderian)
 
58
 
 
59
  * Register file handler for applying patches/bundles to Bazaar branches.
 
60
    (Jelmer Vernooij)
 
61
 
29
62
 BUG FIXES
30
63
 
31
64
  * Make adding tags from the viz work again. (Daniel Schierbeck)
40
73
  * Fixed underscores in tags being interpreted as mnemonics in the viz. (#201733, 
41
74
    Daniel Schierbeck)
42
75
 
 
76
  * Fixed change view menu in viz. (Javier Derderian, #215350)
 
77
 
43
78
 FEATURES
44
79
 
45
80
  * Only check for old Bazaar versions that are known to be incompatible and 
46
81
    no longer warn about newer (unknown) versions of Bazaar, on the assumption
47
 
        the API is sufficiently stable now. (Jelmer Vernooij)
 
82
    the API is sufficiently stable now. (Jelmer Vernooij)
48
83
 
49
84
  * Support child_submit_to setting in gsend. (Jelmer Vernooij)
50
85
 
51
 
  * Add tab if revision view showing the signature status. (Daniel Schierbeck, Jelmer Vernooij)
 
86
  * Add tab to revision view showing the signature status. (Daniel Schierbeck, Jelmer Vernooij)
 
87
 
 
88
  * Use seahorse to verify signatures. (Daniel Schierbeck)
52
89
 
53
90
 INTERNALS
54
91
 
80
117
 
81
118
  * Fixed logview bug in gannotate. (Daniel Schierbeck)
82
119
 
83
 
0.92.0  2007-11-07
 
120
0.92.0    2007-11-07
84
121
 
85
122
 UI
86
123
 
133
170
 
134
171
  * Avoid deprecation warning for all_plugins() in gpreferences. (Jelmer)
135
172
 
136
 
0.91.0  2007-09-24
 
173
0.91.0    2007-09-24
137
174
 
138
175
 UI
139
176
 
172
209
  * Added default_branch_path to MergeDialog and use it from olive-gtk.
173
210
    (Mateusz Korniak)
174
211
 
175
 
0.90.0  2007-08-27
 
212
0.90.0    2007-08-27
176
213
 
177
214
 FEATURES
178
215
 
273
310
 
274
311
  * Fixed 'bzr gcommit' if command not issued in a branch (#113394, Szilveszter)
275
312
 
276
 
0.16.0  2007-05-05
 
313
0.16.0    2007-05-05
277
314
 
278
315
 FEATURES
279
316
 
301
338
  
302
339
  * Recommend installation as 'gtk' not 'bzr-gtk'. (#104110, Szilveszter)
303
340
 
304
 
0.15.2  2007-04-03
 
341
0.15.2    2007-04-03
305
342
 
306
343
 BUG FIXES
307
344
 
318
355
 
319
356
  * Display remote locations in commit-notify (Robert)
320
357
 
321
 
0.15.1  2007-03-25
 
358
0.15.1    2007-03-25
322
359
 
323
360
 BUG FIXES
324
361
 
356
393
 
357
394
  * Strict commits are now a dialog, not a check box (Jelmer)
358
395
 
359
 
0.15.0  2007-03-09
 
396
0.15.0    2007-03-09
360
397
 
361
398
BUG FIXES
362
399
 
400
437
 
401
438
  * Add initial testsuite (Jelmer)
402
439
 
403
 
0.14.0  2007-01-30
 
440
0.14.0    2007-01-30
404
441
 
405
442
  * Add revert functionality (Szilvester)
406
443
 
407
444
  * Rewritten CommitDialog without glade (Szilvester)
408
445
 
409
446
  * Allow to commit single files from the context menu (Fixes #54983,
410
 
                                                                                                           Szilvester)
 
447
                                                       Szilvester)
411
448
 
412
449
  * Warn about incompatible Bazaar versions (Jelmer)
413
450
 
420
457
  * Set default drive letter (#67924, Szilvester)
421
458
 
422
459
  * Show error if no diff available for the selected file (#76536,
423
 
                                                                                                                  Szilvester)
 
460
                                                          Szilvester)
424
461
 
425
462
  * Handle current revision in annotate better (Aaron)
426
463
 
448
485
 
449
486
  * Several other small regression fixes (Szilvester)
450
487
 
451
 
0.13.0  2006-12-13
 
488
0.13.0    2006-12-13
452
489
 
453
490
  * Don't show pending merge list when there are no pending merges
454
491
    (Alexander Belchenko)
471
508
 
472
509
  * Use dotted revnos in gannotate (Aaron Bentley)
473
510
 
474
 
0.12.0  2006-11-04
 
511
0.12.0    2006-11-04
475
512
 
476
513
  * #68127: gcommit is broken
477
514