/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
  • Author(s): Jean-François Fortin Tam
  • Date: 2008-05-01 22:24:50 UTC
  • mto: This revision was merged to the branch mainline in revision 489.
  • Revision ID: jelmer@samba.org-20080501222450-mtk6pxiiepjt5b1s
Fix ghost window caused by progress bars.

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
81
51
 
82
52
  * Only check for old Bazaar versions that are known to be incompatible and 
83
53
    no longer warn about newer (unknown) versions of Bazaar, on the assumption
84
 
    the API is sufficiently stable now. (Jelmer Vernooij)
 
54
        the API is sufficiently stable now. (Jelmer Vernooij)
85
55
 
86
56
  * Support child_submit_to setting in gsend. (Jelmer Vernooij)
87
57
 
88
 
  * Add tab to revision view showing the signature status. (Daniel Schierbeck, Jelmer Vernooij)
89
 
 
90
 
  * Use seahorse to verify signatures. (Daniel Schierbeck)
 
58
  * Add tab if revision view showing the signature status. (Daniel Schierbeck, Jelmer Vernooij)
91
59
 
92
60
 INTERNALS
93
61
 
119
87
 
120
88
  * Fixed logview bug in gannotate. (Daniel Schierbeck)
121
89
 
122
 
0.92.0    2007-11-07
 
90
0.92.0  2007-11-07
123
91
 
124
92
 UI
125
93
 
172
140
 
173
141
  * Avoid deprecation warning for all_plugins() in gpreferences. (Jelmer)
174
142
 
175
 
0.91.0    2007-09-24
 
143
0.91.0  2007-09-24
176
144
 
177
145
 UI
178
146
 
211
179
  * Added default_branch_path to MergeDialog and use it from olive-gtk.
212
180
    (Mateusz Korniak)
213
181
 
214
 
0.90.0    2007-08-27
 
182
0.90.0  2007-08-27
215
183
 
216
184
 FEATURES
217
185
 
312
280
 
313
281
  * Fixed 'bzr gcommit' if command not issued in a branch (#113394, Szilveszter)
314
282
 
315
 
0.16.0    2007-05-05
 
283
0.16.0  2007-05-05
316
284
 
317
285
 FEATURES
318
286
 
340
308
  
341
309
  * Recommend installation as 'gtk' not 'bzr-gtk'. (#104110, Szilveszter)
342
310
 
343
 
0.15.2    2007-04-03
 
311
0.15.2  2007-04-03
344
312
 
345
313
 BUG FIXES
346
314
 
357
325
 
358
326
  * Display remote locations in commit-notify (Robert)
359
327
 
360
 
0.15.1    2007-03-25
 
328
0.15.1  2007-03-25
361
329
 
362
330
 BUG FIXES
363
331
 
395
363
 
396
364
  * Strict commits are now a dialog, not a check box (Jelmer)
397
365
 
398
 
0.15.0    2007-03-09
 
366
0.15.0  2007-03-09
399
367
 
400
368
BUG FIXES
401
369
 
439
407
 
440
408
  * Add initial testsuite (Jelmer)
441
409
 
442
 
0.14.0    2007-01-30
 
410
0.14.0  2007-01-30
443
411
 
444
412
  * Add revert functionality (Szilvester)
445
413
 
446
414
  * Rewritten CommitDialog without glade (Szilvester)
447
415
 
448
416
  * Allow to commit single files from the context menu (Fixes #54983,
449
 
                                                       Szilvester)
 
417
                                                                                                           Szilvester)
450
418
 
451
419
  * Warn about incompatible Bazaar versions (Jelmer)
452
420
 
459
427
  * Set default drive letter (#67924, Szilvester)
460
428
 
461
429
  * Show error if no diff available for the selected file (#76536,
462
 
                                                          Szilvester)
 
430
                                                                                                                  Szilvester)
463
431
 
464
432
  * Handle current revision in annotate better (Aaron)
465
433
 
487
455
 
488
456
  * Several other small regression fixes (Szilvester)
489
457
 
490
 
0.13.0    2006-12-13
 
458
0.13.0  2006-12-13
491
459
 
492
460
  * Don't show pending merge list when there are no pending merges
493
461
    (Alexander Belchenko)
510
478
 
511
479
  * Use dotted revnos in gannotate (Aaron Bentley)
512
480
 
513
 
0.12.0    2006-11-04
 
481
0.12.0  2006-11-04
514
482
 
515
483
  * #68127: gcommit is broken
516
484