~olive-team/olive/trunk

« back to all changes in this revision

Viewing changes to NEWS

  • Committer: Jelmer Vernooij
  • Date: 2010-05-29 23:45:59 UTC
  • Revision ID: jelmer@samba.org-20100529234559-cviiamgt89bzb27b
Create separate branch for olive.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
0.99.0 UNRELEASED
2
 
 
3
 
BUG FIXES
4
 
 
5
 
   * Guard setup() call when not loaded as __main__. (Robert Collins)
6
 
 
7
 
   * Ignore gnomekeyring.IOError when checking if credentials are available 
8
 
     in the GNOME keyring. (Jelmer Vernooij, #534326)
9
 
 
10
 
   * Don't crash when there is already a lan-notify instance running.
11
 
     (Jelmer Vernooij, #339284)
12
 
 
13
 
FEATURES
14
 
 
15
 
  * Add 'glog' as an alias for visualize (aka viz) as too many
16
 
    people are still confused.
17
 
    (Vincent Ladeuil)
18
 
 
19
 
  * Add support for Indicator Application (Sense Hofstede, Jelmer Vernooij,
20
 
    #518179)
21
 
 
22
 
  * Add more tooltips to Olive. (Adrian Room, #333876)
23
 
 
24
 
0.98.0 2010-02-24
25
 
 
26
 
BUG FIXES
27
 
 
28
 
  * Fix relative import in olive menu.
29
 
    (Mathias Brodala, #269883)
30
 
 
31
 
  * Fix typo in checkout dialog.
32
 
    (Jasper Groenewegen, #466507)
33
 
 
34
 
  * Adds help for ginit and gtags.
35
 
    (Andrew Starr-Bochicchio, #512701)
36
 
 
37
 
0.97.0 2009-08-25
38
 
 
39
 
BUG FIXES
40
 
 
41
 
  * Avoid GnomeKeyringCredentialStore traceback on Ubuntu Hardy
42
 
    by being more tolerant about gobject methods availability.
43
 
    (Vincent Ladeuil, #403430)
44
 
  
45
 
  * Fixed emblem and nautilus bzr-status column for ignored files.
46
 
    (Lucas Shrewsbury, #294632)
47
 
    
48
 
  * Fixed emblem and nautilus bzr-status column for unversioned files.
49
 
    (Lucas Shrewsbury, #417966)
50
 
 
51
 
  * Switch to using disutils sdist instead of bzr export.
52
 
    (Mark Lee, #398242)
53
 
 
54
 
0.96.2  2009-07-08
55
 
 
56
 
 BUG FIXES
57
 
 
58
 
  * Same player shoots again. Version credits.pickle and rebuild the tarball
59
 
    after running 'python ./setup.py build_credits', update
60
 
    http://bazaar-vcs.org/bzr-gtk/releasing accordingly.  
61
 
    (Vincent Ladeuil, #397526)
62
 
 
63
 
0.96.1  2009-07-08
64
 
 
65
 
 BUG FIXES
66
 
 
67
 
  * Rebuild the tarball after running 'python ./setup.py build_credits',
68
 
    update http://bazaar-vcs.org/bzr-gtk/releasing accordingly.
69
 
   (Vincent Ladeuil, #397526)
70
 
 
71
 
 
72
 
0.96.0  2009-07-08
73
 
 
74
 
 UI
75
 
 
76
 
  * Add colored status messages in Olive file list (Jasper Groenewegen)
77
 
 
78
 
  * Use the new progress bar implementation from bzrlib.
79
 
   (Vincent Ladeuil, 385191)
80
 
 
81
 
 CHANGES
82
 
 
83
 
  * Add ginfo command line option (Jasper Groenewegen)
84
 
  
85
 
  * Diff window uses GtkSourceView2 now. (Szilveszter Farkas)
86
 
 
87
 
 BUG FIXES
88
 
 
89
 
  * Fix the Branch/Get dialog refusing to open after hitting Cancel. (Markus
90
 
  Korn, #294396)
91
 
 
92
 
  * Fix Olive homepage URL. (#255152)
93
 
 
94
 
  * Fix gannotate.conf handling. (Vincent Ladeuil, #373157)
95
 
 
96
 
  * Save commit messages at uncommit time, restore them at
97
 
    gcommit time. Also allow saving commit messages if the commit
98
 
    is cancelled. (Anne Mohsen, Vincent Ladeuil, #215674)
99
 
 
100
 
  * Mark as compatible with bzr 1.13.
101
 
 
102
 
 FEATURES
103
 
 
104
 
  * Support storing credentials in the GNOME Keyring if it is 
105
 
    available. (Jelmer Vernooij)
106
 
 
107
 
  * Fix opening Status window in Olive (#316310)
108
 
 
109
 
0.95.0  2008-08-04
110
 
 
111
 
 UI
112
 
 
113
 
  * Added Refresh menu option with F5 keyboard shortcut (Russ Brown)
114
 
 
115
 
  * Show progress bars in bzr viz window (Chad Miller, Jelmer Vernooij)
116
 
 
117
 
  * Added menu option for indexing branches if bzr-search is present.
118
 
    (Jelmer Vernooij)
119
 
 
120
 
  * Add "Send Merge Directive" button in bzr viz. (Jelmer Vernooij)
121
 
 
122
 
  * Remove dummy "Edit->Find" option. (Jelmer Vernooij)
123
 
 
124
 
  * Added an optional diff panel to bzr vis.  (Scott Scriven)
125
 
 
126
 
  * Made bzr vis remember whether the toolbar is visible.  (Scott Scriven)
127
 
 
128
 
  * Made bzr vis remember window and panel sizes.  (Scott Scriven)
129
 
 
130
 
  * Sort Olive bookmarks by title (Jasper Groenewegen)
131
 
  
132
 
  * Add controls to wrap long lines in gdiff and diff in visualise. (Jasper Groenewegen, #229789)
133
 
  
134
 
  * Made merge dialog to give choice between folder and custom location (Jasper Groenewegen)
135
 
 
136
 
  * Add new dialog to browse looms and switch to threads in loom branches. (Jelmer Vernooij)
137
 
  
138
 
  * Show status for folders in Olive file list (Jasper Groenewegen)
139
 
  
140
 
  * Change appearance Olive bookmarks (Jasper Groenewegen)
141
 
  
142
 
  * Add ability to have dialog popup from Olive location bar. (Jasper Groenewegen)
143
 
 
144
 
 BUG FIXES
145
 
 
146
 
  * Replace _() calls by _i18n() calls. (Vincent Ladeuil, #187283)
147
 
  
148
 
  * Fixed adding tags. (Javier Derderian, #228709)
149
 
 
150
 
  * Fix history mode button. (Jasper Groenewegen, #144962)
151
 
 
152
 
  * Fixed handle-patch script. (Jelmer Vernooij)
153
 
 
154
 
  * Fix import in olive. (Jelmer Vernooij, #223935)
155
 
 
156
 
  * Avoid use of removed smart_add. (Jelmer Vernooij, #244025, #244027)
157
 
 
158
 
  * Remove use of upstream removed Repository.revision_parents() 
159
 
    (Jelmer Vernooij)
160
 
 
161
 
  * List network drives in Olive. (Kevin Light, #244308)
162
 
 
163
 
  * Fix progress bar handling. (Jelmer Vernooij)
164
 
 
165
 
  * Fix broken symlink handling. (Jasper Groenewegen)
166
 
 
167
 
  * Fix import in Olive rename dialog. (Kevin Light)
168
 
 
169
 
  * Removed some redundant screen redrawing in bzr vis.  (Scott Scriven)
170
 
 
171
 
  * Fixed overflowing labels in bzr vis.  (Scott Scriven)
172
 
 
173
 
  * Fix plugin description in gpreferences. (Jasper Groenewegen, #232191)
174
 
 
175
 
  * Remove question for setting default push location. (Jasper Groenewegen, #151818)
176
 
 
177
 
  * Automatically change to history mode on selecting a revision from the list. (Jasper Groenewegen, #144963)
178
 
 
179
 
  * Check if file is versioned before opening gannotate window from olive. (Jasper Groenewegen, #115358)
180
 
  
181
 
  * Make sure error/info/warning dialogs know their parent window. (Jasper Groenewegen, #252208)
182
 
  
183
 
  * Handle unreadable .bzr subfolder in Olive. (Jasper Groenewegen, #229044)
184
 
 
185
 
  * Import gobject in bzr-notify, as it is used there to set a timeout. (James Westby)
186
 
 
187
 
 CHANGES
188
 
 
189
 
  * Moved notify icon code to separate script. (Jelmer Vernooij)
190
 
 
191
 
  * Verify testaments when showing signatures on revisions and
192
 
    re-enable signature display. (Jelmer Vernooij)
193
 
 
194
 
  * Show credits for bzr-gtk in the about dialog. (Jelmer Vernooij)
195
 
  
196
 
  * Add gmerge command line option (Jasper Groenewegen, #124760)
197
 
 
198
 
 INTERNALS
199
 
 
200
 
  * All i18n calls should now go through _i18n which must be imported from
201
 
    bzrlib.plugins.gtk. This addresses the occasional collisions with '_' used
202
 
    as an anonymous variable. (Vincent Ladeuil)
203
 
 
204
 
  * Add test for linegraph code. (Jelmer Vernooij)
205
 
 
206
 
  * Remove obsolete tortoisebzr tests. (Jelmer Vernooij)
207
 
 
208
 
  * Share revision context menu and main revision menu in bzr viz. (Jelmer Vernooij)
209
 
 
210
 
  * Remove glade from merge dialog. (Jasper Groenewegen)
211
 
 
212
 
  * Remove glade from olive about, rename, remove, move, mkdir, add dialogs. (Jasper Groenewegen)
213
 
 
214
 
  * Remove glade from olive main window (Jasper Groenewegen)
215
 
  
216
 
  * Remove glade from olive info dialog (Jasper Groenewegen)
217
 
 
218
 
  * Rewrite Olive mouse button event handling (Kevin Light)
219
 
  
220
 
0.94.0    2008-05-04
221
 
 
222
 
 CHANGES
223
 
 
224
 
  * Disabled signature tab until we start verifying testaments. 
225
 
    (Jelmer Vernooij)
226
 
 
227
 
 BUG FIXES
228
 
 
229
 
  * Fix display of children in branchview. (Jelmer Vernooij, #224914)
230
 
 
231
 
0.94.0rc1  2008-04-25
232
 
 
233
 
 CHANGES
234
 
 
235
 
  * Removed tortoise-bzr, which now has its own project (http://launchpad.net/tortoisebzr)
236
 
 
237
 
  * Use new D-Bus revision signal. (James Henstridge, #206443)
238
 
 
239
 
 UI
240
 
 
241
 
  * Made the tags associated with a revision render next to the revision
242
 
    node in the branch view. (Ali Sabil)
243
 
 
244
 
  * Made the tag list in the revision view be comma-separated. (Daniel Schierbeck)
245
 
 
246
 
  * Add bugs tab in the branch view. (Jelmer Vernooij)
247
 
  
248
 
  * New Tango-styled icons. This time properly licensed under the GPL.
249
 
    (Simon Pascal Klein)
250
 
 
251
 
  * Support showing multiple branches in "bzr viz". (Jelmer Vernooij
252
 
 
253
 
  * Added new icons for nautilus overlay (Martin Albisetti)
254
 
 
255
 
  * Added enable/disable per-branch option (Martin Albisetti)
256
 
 
257
 
  * Add compare with option to revisions menu. (Javier Derderian)
258
 
 
259
 
  * Register file handler for applying patches/bundles to Bazaar branches.
260
 
    (Jelmer Vernooij)
261
 
 
262
 
 BUG FIXES
263
 
 
264
 
  * Make adding tags from the viz work again. (Daniel Schierbeck)
265
 
 
266
 
  * Catch UnsupportedProtocol exception in the Nautilus extension. (#77965)
267
 
  
268
 
  * Make Nautilus extension work again. (#111826, Toshio Kuratomi, Jelmer Vernooij)
269
 
  
270
 
  * Make viz not throw errors when there are 0 commits. (#173698, Gary van der
271
 
    Merwe)
272
 
 
273
 
  * Fixed underscores in tags being interpreted as mnemonics in the viz. (#201733, 
274
 
    Daniel Schierbeck)
275
 
 
276
 
  * Fixed change view menu in viz. (Javier Derderian, #215350)
277
 
 
278
 
 FEATURES
279
 
 
280
 
  * Only check for old Bazaar versions that are known to be incompatible and 
281
 
    no longer warn about newer (unknown) versions of Bazaar, on the assumption
282
 
    the API is sufficiently stable now. (Jelmer Vernooij)
283
 
 
284
 
  * Support child_submit_to setting in gsend. (Jelmer Vernooij)
285
 
 
286
 
  * Add tab to revision view showing the signature status. (Daniel Schierbeck, Jelmer Vernooij)
287
 
 
288
 
  * Use seahorse to verify signatures. (Daniel Schierbeck)
289
 
 
290
 
 INTERNALS
291
 
 
292
 
  * Refactored the revisionview. (Daniel Schierbeck)
293
 
 
294
 
  * It is now possible to use the diff view as a widget. (Jelmer Vernooij)
295
 
 
296
 
  * Preferences dialog has been split up. (Jelmer Vernooij)
297
 
 
298
 
0.93.0  2007-12-10
299
 
 
300
 
 UI
301
 
 
302
 
  * Added a menu bar to the viz. (Daniel Schierbeck)
303
 
     - Select a revision by tag.
304
 
     - Show/hide tree view columns.
305
 
 
306
 
 BUG FIXES
307
 
 
308
 
  * Make toolbars in Olive follow GNOME standards. (#137074)
309
 
 
310
 
 INTERNALS
311
 
 
312
 
  * Allow test suite to run without PyGTK. (Aaron Bentley)
313
 
 
314
 
0.92.1  2007-11-10
315
 
 
316
 
 BUG FIXES
317
 
 
318
 
  * Fixed logview bug in gannotate. (Daniel Schierbeck)
319
 
 
320
 
0.92.0    2007-11-07
321
 
 
322
 
 UI
323
 
 
324
 
  * Removed email part of committer id from committer column in the revision
325
 
    history window. (Daniel Schierbeck)
326
 
    
327
 
  * Removed date column from revision history window. (Daniel Schierbeck)
328
 
  
329
 
  * Rearranged the logview into a notebook. (Daniel Schierbeck)
330
 
  
331
 
  * Redesigned the Commit dialog. (John Arbash Meinel)
332
 
  
333
 
  * Broken lines support made optional. (Daniel Schierbeck)
334
 
 
335
 
 FEATURES
336
 
 
337
 
  * Rewrite of a large ammount of the viz code:
338
 
        * Make use of the bzrlib.tsort.merge_sort for sorting the revisions.
339
 
        * A new algorithm to work out how to draw the lines using the
340
 
          revsion numbers returned from merge_sort.
341
 
        * Lines that are very long are broken, which results in the graph
342
 
          requiring less space to render and the graph is easier to interpret.
343
 
          (#82907)
344
 
        * Choose the color for a branch from the revsion number, which results
345
 
          in stable colors. Revisions on the mainline are allways black.
346
 
        * Implement a TreeModel that loads the revision data only when a a
347
 
          revision is scrolled into view, improving the time it takes to display
348
 
          the first screen of data by 92%. (#124143)
349
 
        * Add a column to display the revision number. (#64167)
350
 
        * Add buttons to navigate to child revisions.
351
 
    (Gary van der Merwe)
352
 
 
353
 
  * Added a revert option to the revision menu. (Gary van der Merwe)
354
 
 
355
 
 BUG FIXES
356
 
 
357
 
  * Show children on new row in table to avoid very broad windows in viz. 
358
 
    (Jelmer)
359
 
 
360
 
  * viz slow when run from olive. (#70463, Gary van der Merwe)
361
 
  
362
 
  * Make it possible to open diff from the commit window when there are pending
363
 
    merges. (Gary van der Merwe)
364
 
    
365
 
 INTERNALS
366
 
 
367
 
  * Use standard version tuple. (Jelmer)
368
 
 
369
 
  * Add check command to setup.py. (Jelmer)
370
 
 
371
 
  * Avoid deprecation warning for all_plugins() in gpreferences. (Jelmer)
372
 
 
373
 
0.91.0    2007-09-24
374
 
 
375
 
 UI
376
 
 
377
 
  * Added keyboard shortcuts for closing windows and exiting Olive.
378
 
    (#139559, Daniel Schierbeck)
379
 
  * Add a message to the viz window to indicate that the graph is still loading.
380
 
    (Gary van der Merwe)
381
 
 
382
 
  * The tip revision will be automatically selected in the branch visualization
383
 
    window. (#144244, Daniel Schierbeck)
384
 
  
385
 
  * Updated olive-gtk.desktop: Polish translation and additional categories.
386
 
    (Mateusz Korniak)
387
 
 
388
 
 BUG FIXES
389
 
 
390
 
  * Fix the "Complete Diff" entry in DiffWindow to show the whole diff.
391
 
    (#140512, James Westby) 
392
 
 
393
 
  * Right-clicking in Olive's file list works again. (#136310, Mark Lee)
394
 
  
395
 
  * Annotate context menu works again. (Daniel Schierbeck)
396
 
  
397
 
  * Fixed push (with overwite) behavior when branches are diverged.
398
 
    (Mateusz Korniak)
399
 
  
400
 
  * Local missing revisions are remote extra revisions (Missing revisions menu
401
 
    item in Olive). (Mateusz Korniak)
402
 
 
403
 
 INTERNALS
404
 
 
405
 
  * `bzr viz --limit` much more faster than before. (John Arbash Meinel)
406
 
 
407
 
  * Use get_apparent_author, rename variables to 'author'. (Aaron Bentley)
408
 
  
409
 
  * Added default_branch_path to MergeDialog and use it from olive-gtk.
410
 
    (Mateusz Korniak)
411
 
 
412
 
0.90.0    2007-08-27
413
 
 
414
 
 FEATURES
415
 
 
416
 
  * Add ability to hide ignored files in Olive (#134121, Tom Badran)
417
 
 
418
 
  * Show tags in bzr viz. (Jelmer)
419
 
 
420
 
  * Handle large files correctly in Olive. (#127392, Mateusz Korniak)
421
 
 
422
 
  * Add remove and delete menu item in Olive. (#127381, Mateusz Korniak)
423
 
  
424
 
  * Added "update" menu item in Olive. (Mateusz Korniak)
425
 
  
426
 
  * New Olive application icon. (Simon Pascal Klein and Jakub Steiner)
427
 
  
428
 
  * Show bzr viz interface quickly. (Gary van der Merwe)
429
 
 
430
 
 UI
431
 
  
432
 
  * Improve Preferences dialog layout. (Jelmer)
433
 
 
434
 
 INTERNALS:
435
 
 
436
 
  * Updated pot generator script and regenerated the translation template.
437
 
    (Szilveszter)
438
 
 
439
 
  * Add helper widget for selecting branches (Jelmer)
440
 
    
441
 
 BUG FIXES
442
 
 
443
 
  * Support DBus being present but NetworkManager missing. (#126767, Mateusz
444
 
  Korniak, Jelmer)
445
 
 
446
 
  * Fixed interface to push.PushDialog (Mateusz Korniak)
447
 
 
448
 
  * Fix so the when Olive is run from the source code, the toolbar and menu
449
 
    icons show. (Gary van der Merwe, #131520)
450
 
 
451
 
  * Fix a regression that Olive was no longer able to find bzrlib location
452
 
    due to a change in the output of "bzr version". (Gary van der Merwe)
453
 
 
454
 
  * Fix a regression that Olive branch info window was not working. (Gary van
455
 
    der Merwe)
456
 
    
457
 
  * Fixed tags formatting. (Aaron)
458
 
 
459
 
0.18.0  2007-07-17
460
 
 
461
 
 FEATURES
462
 
 
463
 
  * Add support for customizing colors in the diff window via ~/.colordiffrc
464
 
    or gedit's syntax highlighting configuration. See README file for details.
465
 
    (Adeodato Simó)
466
 
 
467
 
  * Add Inspect and Branch buttons to notification window. (Robert)
468
 
 
469
 
  * Add notification area icon with context menu. (Jelmer)
470
 
 
471
 
  * New tango icons. (Pascal Klein)
472
 
 
473
 
  * Add simple About dialog. (Jelmer)
474
 
 
475
 
  * Add context menu in bzrk. (Jelmer)
476
 
 
477
 
 BUG FIXES
478
 
 
479
 
  * Fix option help strings to comply with the style guide. (Vincent)
480
 
 
481
 
  * Fix import of BzrError. (Aaron)
482
 
 
483
 
  * Fix missing attributes for DummyRevision. (Vincent)
484
 
 
485
 
  * Never refuse to run with newer versions of bzr, just warn. (Jelmer)
486
 
 
487
 
 
488
 
0.17.0  2007-06-15
489
 
 
490
 
 FEATURES
491
 
 
492
 
  * Added an EXPERIMENTAL feature for browsing remote branches in Olive 
493
 
    (Szilveszter)
494
 
 
495
 
  * Bookmarked locations are now added to branch/checkout history (Szilveszter)
496
 
 
497
 
  * There are now more columns in the file list, and you can sort by them
498
 
    (Szilveszter)
499
 
 
500
 
  * A location bar was added to the top of the file list. On Windows, the
501
 
    drive selector combo was moved here (Szilveszter)
502
 
 
503
 
  * Don't warn about incompatible versions when .dev version of Bazaar is used 
504
 
    (Aaron)
505
 
 
506
 
 BUG FIXES
507
 
 
508
 
  * Get and Checkout dialogs: scan the branch only if the entry has lost focus
509
 
    (#93653, Szilveszter)
510
 
 
511
 
  * Fixed 'bzr gcommit' if command not issued in a branch (#113394, Szilveszter)
512
 
 
513
 
0.16.0    2007-05-05
514
 
 
515
 
 FEATURES
516
 
 
517
 
  * An Initialize dialog added to Olive along with a 'ginit' command
518
 
  (#90839, Szilveszter)
519
 
  
520
 
  * Tags support added: 'gtags' command and Branch->Tags menu entry in Olive
521
 
  (#103725, Szilveszter)
522
 
 
523
 
 BUG FIXES
524
 
 
525
 
  * Sort plugins in gpreferences (Jelmer)
526
 
 
527
 
  * Give nicer errors when startup fails (John)
528
 
 
529
 
  * Fix 'bzr gdiff notafile' (#107812, John)
530
 
 
531
 
  * Find olive.glade on a couple more systems (John)
532
 
 
533
 
 INTERNALS
534
 
  
535
 
  * Some minor style fixes (John)
536
 
 
537
 
 DOCS
538
 
  
539
 
  * Recommend installation as 'gtk' not 'bzr-gtk'. (#104110, Szilveszter)
540
 
 
541
 
0.15.2    2007-04-03
542
 
 
543
 
 BUG FIXES
544
 
 
545
 
  * Fix regression that prevented gannotate from being used (#97473, 
546
 
                                                             Vincent, Jelmer)
547
 
 
548
 
  * Fix regression that prevented gstatus from being used (Jelmer)
549
 
 
550
 
  * Fix status dialog size (Jelmer)
551
 
 
552
 
 FEATURES
553
 
 
554
 
  * Update commit-notify to use new dbus API (Robert)
555
 
 
556
 
  * Display remote locations in commit-notify (Robert)
557
 
 
558
 
0.15.1    2007-03-25
559
 
 
560
 
 BUG FIXES
561
 
 
562
 
  * Prevent test suite from causing default-encoding changes (Aaron)
563
 
 
564
 
  * Fix testsuite when Olive was run before (Szilveszter)
565
 
 
566
 
  * Fix locking issue in Olive (Szilvester, #91522)
567
 
 
568
 
  * Don't obtain handle to networkmanager until necessary (Jelmer)
569
 
 
570
 
  * Better behavior in annotate when unable to go back (Aaron)
571
 
 
572
 
 FEATURES
573
 
 
574
 
  * Add very simple TortoiseBzr implementation (Wouter, Jelmer)
575
 
 
576
 
  * Add 'forward' button in gannotate (Aaron)
577
 
 
578
 
  * Add simple GTK+ progress bars (Jelmer)
579
 
 
580
 
  * Add gmissing command (Jelmer)
581
 
 
582
 
  * Add simple preferences window with plugin list and global settings
583
 
  (Jelmer)
584
 
 
585
 
  * Add new command 'commit-notify' to listen for commits on dbus and
586
 
  show them via pynotify. (Robert)
587
 
 
588
 
 UI IMPROVEMENTS
589
 
 
590
 
  * Move search fields in gannotate directly below source window (Aaron)
591
 
 
592
 
  * Move buttons to top, tweak layout (Aaron)
593
 
 
594
 
  * Strict commits are now a dialog, not a check box (Jelmer)
595
 
 
596
 
0.15.0    2007-03-09
597
 
 
598
 
BUG FIXES
599
 
 
600
 
  * Fix gannotate interaction with dirstate (Aaron)
601
 
 
602
 
  * Default button set on Commit dialog (#83030, Szilveszter)
603
 
 
604
 
  * Fix branch-nick handling (Aaron)
605
 
 
606
 
  * Defer cairo import to prevent import errors (Aaron)
607
 
 
608
 
  * More use of lazy_imports to speed up timing (Aaron)
609
 
 
610
 
  * Fix diff window freeze when shown from commit (Szilveszter)
611
 
 
612
 
  * Allow to commit single files from the context menu (#54983, Szilveszter)
613
 
 
614
 
FEATURES
615
 
 
616
 
  * Add ability to install nautilus plugin (#75603, Szilveszter)
617
 
 
618
 
  * Add conflicts window (Szilveszter)
619
 
 
620
 
  * Use network manager to determine default value of "Local Commit"
621
 
setting (Jelmer)
622
 
 
623
 
  * Add status window (Jelmer, Szilveszter)
624
 
 
625
 
  * Add revision browser for push and pull dialogs (Szilveszter)
626
 
 
627
 
  * Add revert functionality to context menu (Szilveszter)
628
 
 
629
 
INTERNAL
630
 
 
631
 
  * Some more code converted to not use glade (Szilveszter, Jelmer)
632
 
 
633
 
  * Move url history and preferences code to a separate class (Jelmer)
634
 
 
635
 
  * Merge revision info code for gannotate and viz into single new widget
636
 
(Jelmer)
637
 
 
638
 
  * Add initial testsuite (Jelmer)
639
 
 
640
 
0.14.0    2007-01-30
641
 
 
642
 
  * Add revert functionality (Szilvester)
643
 
 
644
 
  * Rewritten CommitDialog without glade (Szilvester)
645
 
 
646
 
  * Allow to commit single files from the context menu (Fixes #54983,
647
 
                                                       Szilvester)
648
 
 
649
 
  * Warn about incompatible Bazaar versions (Jelmer)
650
 
 
651
 
  * Fixed gbranch (#77751, Szilvester)
652
 
 
653
 
  * Use the UI factory (Jelmer)
654
 
 
655
 
  * Generic handling of errors (Jelmer)
656
 
 
657
 
  * Set default drive letter (#67924, Szilvester)
658
 
 
659
 
  * Show error if no diff available for the selected file (#76536,
660
 
                                                          Szilvester)
661
 
 
662
 
  * Handle current revision in annotate better (Aaron)
663
 
 
664
 
  * Support scrolling based on an offset in annotate (Aaron)
665
 
 
666
 
  * Add "Back" button in annotate (Aaron)
667
 
 
668
 
  * Removed some unused functions (Aaron)
669
 
 
670
 
  * Added Ctrl+G and Ctrl+F shortcuts to annotate (#73965, Vincent)
671
 
 
672
 
  * Nicer error when pygtk not installed (Aaron)
673
 
 
674
 
  * Show uncommitted changes in annotate (Aaron)
675
 
 
676
 
  * Support annotate in olive (#73786, Szilvester)
677
 
 
678
 
  * Ignored files no longer shown as unknown (#67926, Szilvester)
679
 
 
680
 
  * Don't allow merge if there are local changes (#73770, Szilvester)
681
 
 
682
 
  * Fix bookmark dialog (#67922, Szilvester)
683
 
 
684
 
  * Fix remove dialog (#73766 and #73767, Szilvester)
685
 
 
686
 
  * Several other small regression fixes (Szilvester)
687
 
 
688
 
0.13.0    2006-12-13
689
 
 
690
 
  * Don't show pending merge list when there are no pending merges
691
 
    (Alexander Belchenko)
692
 
 
693
 
  * Better error handling in gcommit (Alexander Belchenko)
694
 
 
695
 
  * Fix desktop file compliancy to standard (Toshio Kuratomi) #75278
696
 
 
697
 
  * Rename put into context menu (Szilvester Farkas) #73774
698
 
 
699
 
  * Improved commit dialog (Szilvester Farkas) #73778
700
 
 
701
 
  * Rename dialog contains original name (Szilvester Farkas) #73775
702
 
 
703
 
  * Bookmarks can be removed (Szilvester Farkas)
704
 
 
705
 
  * Run Olive after maximizing window (Szilvester Farkas) #70134
706
 
 
707
 
  * Check empty commit message at commit time (vila) #73737
708
 
 
709
 
  * Use dotted revnos in gannotate (Aaron Bentley)
710
 
 
711
 
0.12.0    2006-11-04
712
 
 
713
 
  * #68127: gcommit is broken
714
 
 
715
 
  * #67934: various win32 fixes
716
 
 
717
 
  * #67933: fix product name in setup.py
718
 
 
719
 
  * #67930: gdiff relies on plugin name being 'gtk'
720
 
 
721
 
  * #66937: process doesn't stop after closing commit dialog
722
 
  
723
 
  * #66091: commit after merge fails
724
 
  
725
 
  * #67927: fix non-ascii commit message