~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to NEWS

  • Committer: Canonical.com Patch Queue Manager
  • Date: 2006-05-12 23:48:49 UTC
  • mfrom: (1704.2.13 bzr.mbp.integration)
  • Revision ID: pqm@pqm.ubuntu.com-20060512234849-259ff209fff58489
(mbp) various fixes

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
In development:
2
 
 
3
 
  CHANGES:
 
1
IN DEVELOPMENT
 
2
 
 
3
  IMPROVEMENTS:
 
4
 
 
5
   * On Unix, detect terminal width using an ioctl not just $COLUMNS.
 
6
     Use terminal width for single-line logs from ``bzr log --line`` and
 
7
     pending-merge display.  (Robert Widhopf-Fenk, Gustavo Niemeyer)
 
8
     (Malone #3507)
 
9
 
 
10
   * On Windows, detect terminal widht using GetConsoleScreenBufferInfo.
 
11
     (Alexander Belchenko)
4
12
  
5
13
    'bzr selftest' now shows a progress bar with the number of tests, and 
6
14
    progress made. 'make check' shows tests in -v mode, to be more useful
135
143
      and allows checkouts over SFTP to perform acceptably. 
136
144
      The initial Knit code was contributed by Johan Rydberg based on a
137
145
      specification by Martin Pool.
138
 
      (Robert Collins, Aaron Bentley, John Rydberg, Martin Pool).
 
146
      (Robert Collins, Aaron Bentley, Johan Rydberg, Martin Pool).
139
147
 
140
148
    * New tool to generate all-in-one html version of the manual.  (Alexander
141
149
      Belchenko)