/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 18:31:29 UTC
  • mto: This revision was merged to the branch mainline in revision 518.
  • Revision ID: jelmer@samba.org-20080629183129-syqvz3xm5gqagzsx
Fix use of smart_add.

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
  * Avoid use of removed smart_add. (Jelmer Vernooij, #244025)
 
14
 
 
15
 INTERNALS
 
16
 
 
17
  * All i18n calls should now go through _i18n which must be imported from
 
18
    bzrlib.plugins.gtk. This addresses the occasional collisions with '_' used
 
19
    as an anonymous variable. (Vincent Ladeuil)
 
20
 
 
21
 
 
22
0.94.0    2008-05-04
 
23
 
 
24
 CHANGES
 
25
 
 
26
  * Disabled signature tab until we start verifying testaments. 
 
27
    (Jelmer Vernooij)
 
28
 
 
29
 BUG FIXES
 
30
 
 
31
  * Fix display of children in branchview. (Jelmer Vernooij, #224914)
 
32
 
 
33
0.94.0rc1  2008-04-25
2
34
 
3
35
 CHANGES
4
36
 
6
38
 
7
39
  * Use new D-Bus revision signal. (James Henstridge, #206443)
8
40
 
9
 
  * Switched to using Seahorse to verify signatures. (Daniel Schierbeck)
10
 
 
11
41
 UI
12
42
 
13
43
  * Made the tags associated with a revision render next to the revision
20
50
  * New Tango-styled icons. This time properly licensed under the GPL.
21
51
    (Simon Pascal Klein)
22
52
 
23
 
  * Support showing multiple branches in "bzr viz". (Jelmer Vernooij)
 
53
  * Support showing multiple branches in "bzr viz". (Jelmer Vernooij
 
54
 
 
55
  * Added new icons for nautilus overlay (Martin Albisetti)
 
56
 
 
57
  * Added enable/disable per-branch option (Martin Albisetti)
 
58
 
 
59
  * Add compare with option to revisions menu. (Javier Derderian)
 
60
 
 
61
  * Register file handler for applying patches/bundles to Bazaar branches.
 
62
    (Jelmer Vernooij)
24
63
 
25
64
 BUG FIXES
26
65
 
36
75
  * Fixed underscores in tags being interpreted as mnemonics in the viz. (#201733, 
37
76
    Daniel Schierbeck)
38
77
 
 
78
  * Fixed change view menu in viz. (Javier Derderian, #215350)
 
79
 
39
80
 FEATURES
40
81
 
41
82
  * Only check for old Bazaar versions that are known to be incompatible and 
42
83
    no longer warn about newer (unknown) versions of Bazaar, on the assumption
43
 
        the API is sufficiently stable now. (Jelmer Vernooij)
 
84
    the API is sufficiently stable now. (Jelmer Vernooij)
44
85
 
45
86
  * Support child_submit_to setting in gsend. (Jelmer Vernooij)
46
87
 
47
 
  * Add tab if revision view showing the signature status. (Daniel Schierbeck, Jelmer Vernooij)
 
88
  * Add tab to revision view showing the signature status. (Daniel Schierbeck, Jelmer Vernooij)
 
89
 
 
90
  * Use seahorse to verify signatures. (Daniel Schierbeck)
48
91
 
49
92
 INTERNALS
50
93
 
76
119
 
77
120
  * Fixed logview bug in gannotate. (Daniel Schierbeck)
78
121
 
79
 
0.92.0  2007-11-07
 
122
0.92.0    2007-11-07
80
123
 
81
124
 UI
82
125
 
129
172
 
130
173
  * Avoid deprecation warning for all_plugins() in gpreferences. (Jelmer)
131
174
 
132
 
0.91.0  2007-09-24
 
175
0.91.0    2007-09-24
133
176
 
134
177
 UI
135
178
 
168
211
  * Added default_branch_path to MergeDialog and use it from olive-gtk.
169
212
    (Mateusz Korniak)
170
213
 
171
 
0.90.0  2007-08-27
 
214
0.90.0    2007-08-27
172
215
 
173
216
 FEATURES
174
217
 
269
312
 
270
313
  * Fixed 'bzr gcommit' if command not issued in a branch (#113394, Szilveszter)
271
314
 
272
 
0.16.0  2007-05-05
 
315
0.16.0    2007-05-05
273
316
 
274
317
 FEATURES
275
318
 
297
340
  
298
341
  * Recommend installation as 'gtk' not 'bzr-gtk'. (#104110, Szilveszter)
299
342
 
300
 
0.15.2  2007-04-03
 
343
0.15.2    2007-04-03
301
344
 
302
345
 BUG FIXES
303
346
 
314
357
 
315
358
  * Display remote locations in commit-notify (Robert)
316
359
 
317
 
0.15.1  2007-03-25
 
360
0.15.1    2007-03-25
318
361
 
319
362
 BUG FIXES
320
363
 
352
395
 
353
396
  * Strict commits are now a dialog, not a check box (Jelmer)
354
397
 
355
 
0.15.0  2007-03-09
 
398
0.15.0    2007-03-09
356
399
 
357
400
BUG FIXES
358
401
 
396
439
 
397
440
  * Add initial testsuite (Jelmer)
398
441
 
399
 
0.14.0  2007-01-30
 
442
0.14.0    2007-01-30
400
443
 
401
444
  * Add revert functionality (Szilvester)
402
445
 
403
446
  * Rewritten CommitDialog without glade (Szilvester)
404
447
 
405
448
  * Allow to commit single files from the context menu (Fixes #54983,
406
 
                                                                                                           Szilvester)
 
449
                                                       Szilvester)
407
450
 
408
451
  * Warn about incompatible Bazaar versions (Jelmer)
409
452
 
416
459
  * Set default drive letter (#67924, Szilvester)
417
460
 
418
461
  * Show error if no diff available for the selected file (#76536,
419
 
                                                                                                                  Szilvester)
 
462
                                                          Szilvester)
420
463
 
421
464
  * Handle current revision in annotate better (Aaron)
422
465
 
444
487
 
445
488
  * Several other small regression fixes (Szilvester)
446
489
 
447
 
0.13.0  2006-12-13
 
490
0.13.0    2006-12-13
448
491
 
449
492
  * Don't show pending merge list when there are no pending merges
450
493
    (Alexander Belchenko)
467
510
 
468
511
  * Use dotted revnos in gannotate (Aaron Bentley)
469
512
 
470
 
0.12.0  2006-11-04
 
513
0.12.0    2006-11-04
471
514
 
472
515
  * #68127: gcommit is broken
473
516