/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:24:24 UTC
  • mto: This revision was merged to the branch mainline in revision 519.
  • Revision ID: jelmer@samba.org-20080629162424-48a6rrjmmpejfcyr
Stop emitting no longer used revisions-loaded message.

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
20
48
  * New Tango-styled icons. This time properly licensed under the GPL.
21
49
    (Simon Pascal Klein)
22
50
 
23
 
  * Support showing multiple branches in "bzr viz". (Jelmer Vernooij)
 
51
  * Support showing multiple branches in "bzr viz". (Jelmer Vernooij
 
52
 
 
53
  * Added new icons for nautilus overlay (Martin Albisetti)
 
54
 
 
55
  * Added enable/disable per-branch option (Martin Albisetti)
 
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)
24
61
 
25
62
 BUG FIXES
26
63
 
36
73
  * Fixed underscores in tags being interpreted as mnemonics in the viz. (#201733, 
37
74
    Daniel Schierbeck)
38
75
 
 
76
  * Fixed change view menu in viz. (Javier Derderian, #215350)
 
77
 
39
78
 FEATURES
40
79
 
41
80
  * Only check for old Bazaar versions that are known to be incompatible and 
42
81
    no longer warn about newer (unknown) versions of Bazaar, on the assumption
43
 
        the API is sufficiently stable now. (Jelmer Vernooij)
 
82
    the API is sufficiently stable now. (Jelmer Vernooij)
44
83
 
45
84
  * Support child_submit_to setting in gsend. (Jelmer Vernooij)
46
85
 
47
 
  * 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)
48
89
 
49
90
 INTERNALS
50
91
 
76
117
 
77
118
  * Fixed logview bug in gannotate. (Daniel Schierbeck)
78
119
 
79
 
0.92.0  2007-11-07
 
120
0.92.0    2007-11-07
80
121
 
81
122
 UI
82
123
 
129
170
 
130
171
  * Avoid deprecation warning for all_plugins() in gpreferences. (Jelmer)
131
172
 
132
 
0.91.0  2007-09-24
 
173
0.91.0    2007-09-24
133
174
 
134
175
 UI
135
176
 
168
209
  * Added default_branch_path to MergeDialog and use it from olive-gtk.
169
210
    (Mateusz Korniak)
170
211
 
171
 
0.90.0  2007-08-27
 
212
0.90.0    2007-08-27
172
213
 
173
214
 FEATURES
174
215
 
269
310
 
270
311
  * Fixed 'bzr gcommit' if command not issued in a branch (#113394, Szilveszter)
271
312
 
272
 
0.16.0  2007-05-05
 
313
0.16.0    2007-05-05
273
314
 
274
315
 FEATURES
275
316
 
297
338
  
298
339
  * Recommend installation as 'gtk' not 'bzr-gtk'. (#104110, Szilveszter)
299
340
 
300
 
0.15.2  2007-04-03
 
341
0.15.2    2007-04-03
301
342
 
302
343
 BUG FIXES
303
344
 
314
355
 
315
356
  * Display remote locations in commit-notify (Robert)
316
357
 
317
 
0.15.1  2007-03-25
 
358
0.15.1    2007-03-25
318
359
 
319
360
 BUG FIXES
320
361
 
352
393
 
353
394
  * Strict commits are now a dialog, not a check box (Jelmer)
354
395
 
355
 
0.15.0  2007-03-09
 
396
0.15.0    2007-03-09
356
397
 
357
398
BUG FIXES
358
399
 
396
437
 
397
438
  * Add initial testsuite (Jelmer)
398
439
 
399
 
0.14.0  2007-01-30
 
440
0.14.0    2007-01-30
400
441
 
401
442
  * Add revert functionality (Szilvester)
402
443
 
403
444
  * Rewritten CommitDialog without glade (Szilvester)
404
445
 
405
446
  * Allow to commit single files from the context menu (Fixes #54983,
406
 
                                                                                                           Szilvester)
 
447
                                                       Szilvester)
407
448
 
408
449
  * Warn about incompatible Bazaar versions (Jelmer)
409
450
 
416
457
  * Set default drive letter (#67924, Szilvester)
417
458
 
418
459
  * Show error if no diff available for the selected file (#76536,
419
 
                                                                                                                  Szilvester)
 
460
                                                          Szilvester)
420
461
 
421
462
  * Handle current revision in annotate better (Aaron)
422
463
 
444
485
 
445
486
  * Several other small regression fixes (Szilvester)
446
487
 
447
 
0.13.0  2006-12-13
 
488
0.13.0    2006-12-13
448
489
 
449
490
  * Don't show pending merge list when there are no pending merges
450
491
    (Alexander Belchenko)
467
508
 
468
509
  * Use dotted revnos in gannotate (Aaron Bentley)
469
510
 
470
 
0.12.0  2006-11-04
 
511
0.12.0    2006-11-04
471
512
 
472
513
  * #68127: gcommit is broken
473
514