/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 19:07:23 UTC
  • mto: This revision was merged to the branch mainline in revision 515.
  • Revision ID: jelmer@samba.org-20080629190723-l8mzg9x4oec0lhsl
Return cleartext from seahorse module

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