/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-04-25 19:48:06 UTC
  • mfrom: (450.7.2 mime)
  • Revision ID: jelmer@samba.org-20080425194806-n13oipwwyk5tg6a0
Merge support for applying patches/bundles to Bazaar branches.

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