/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-05-04 18:16:01 UTC
  • Revision ID: jelmer@samba.org-20080504181601-u5gh89q8l2we201l
Fix display of children in branchview.

Show diffs side-by-side

added added

removed removed

Lines of Context:
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
1
0.94.0rc1  2008-04-25
34
2
 
35
3
 CHANGES
38
6
 
39
7
  * Use new D-Bus revision signal. (James Henstridge, #206443)
40
8
 
 
9
  * Switched to using Seahorse to verify signatures. (Daniel Schierbeck)
 
10
 
41
11
 UI
42
12
 
43
13
  * Made the tags associated with a revision render next to the revision
77
47
 
78
48
  * Fixed change view menu in viz. (Javier Derderian, #215350)
79
49
 
 
50
  * Fix display of children in branchview. (Jelmer Vernooij, #224914)
 
51
 
80
52
 FEATURES
81
53
 
82
54
  * Only check for old Bazaar versions that are known to be incompatible and 
83
55
    no longer warn about newer (unknown) versions of Bazaar, on the assumption
84
 
    the API is sufficiently stable now. (Jelmer Vernooij)
 
56
        the API is sufficiently stable now. (Jelmer Vernooij)
85
57
 
86
58
  * Support child_submit_to setting in gsend. (Jelmer Vernooij)
87
59
 
88
 
  * Add tab to revision view showing the signature status. (Daniel Schierbeck, Jelmer Vernooij)
89
 
 
90
 
  * Use seahorse to verify signatures. (Daniel Schierbeck)
 
60
  * Add tab if revision view showing the signature status. (Daniel Schierbeck, Jelmer Vernooij)
91
61
 
92
62
 INTERNALS
93
63
 
119
89
 
120
90
  * Fixed logview bug in gannotate. (Daniel Schierbeck)
121
91
 
122
 
0.92.0    2007-11-07
 
92
0.92.0  2007-11-07
123
93
 
124
94
 UI
125
95
 
172
142
 
173
143
  * Avoid deprecation warning for all_plugins() in gpreferences. (Jelmer)
174
144
 
175
 
0.91.0    2007-09-24
 
145
0.91.0  2007-09-24
176
146
 
177
147
 UI
178
148
 
211
181
  * Added default_branch_path to MergeDialog and use it from olive-gtk.
212
182
    (Mateusz Korniak)
213
183
 
214
 
0.90.0    2007-08-27
 
184
0.90.0  2007-08-27
215
185
 
216
186
 FEATURES
217
187
 
312
282
 
313
283
  * Fixed 'bzr gcommit' if command not issued in a branch (#113394, Szilveszter)
314
284
 
315
 
0.16.0    2007-05-05
 
285
0.16.0  2007-05-05
316
286
 
317
287
 FEATURES
318
288
 
340
310
  
341
311
  * Recommend installation as 'gtk' not 'bzr-gtk'. (#104110, Szilveszter)
342
312
 
343
 
0.15.2    2007-04-03
 
313
0.15.2  2007-04-03
344
314
 
345
315
 BUG FIXES
346
316
 
357
327
 
358
328
  * Display remote locations in commit-notify (Robert)
359
329
 
360
 
0.15.1    2007-03-25
 
330
0.15.1  2007-03-25
361
331
 
362
332
 BUG FIXES
363
333
 
395
365
 
396
366
  * Strict commits are now a dialog, not a check box (Jelmer)
397
367
 
398
 
0.15.0    2007-03-09
 
368
0.15.0  2007-03-09
399
369
 
400
370
BUG FIXES
401
371
 
439
409
 
440
410
  * Add initial testsuite (Jelmer)
441
411
 
442
 
0.14.0    2007-01-30
 
412
0.14.0  2007-01-30
443
413
 
444
414
  * Add revert functionality (Szilvester)
445
415
 
446
416
  * Rewritten CommitDialog without glade (Szilvester)
447
417
 
448
418
  * Allow to commit single files from the context menu (Fixes #54983,
449
 
                                                       Szilvester)
 
419
                                                                                                           Szilvester)
450
420
 
451
421
  * Warn about incompatible Bazaar versions (Jelmer)
452
422
 
459
429
  * Set default drive letter (#67924, Szilvester)
460
430
 
461
431
  * Show error if no diff available for the selected file (#76536,
462
 
                                                          Szilvester)
 
432
                                                                                                                  Szilvester)
463
433
 
464
434
  * Handle current revision in annotate better (Aaron)
465
435
 
487
457
 
488
458
  * Several other small regression fixes (Szilvester)
489
459
 
490
 
0.13.0    2006-12-13
 
460
0.13.0  2006-12-13
491
461
 
492
462
  * Don't show pending merge list when there are no pending merges
493
463
    (Alexander Belchenko)
510
480
 
511
481
  * Use dotted revnos in gannotate (Aaron Bentley)
512
482
 
513
 
0.12.0    2006-11-04
 
483
0.12.0  2006-11-04
514
484
 
515
485
  * #68127: gcommit is broken
516
486