~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to NEWS

  • Committer: Canonical.com Patch Queue Manager
  • Date: 2007-11-13 22:26:57 UTC
  • mfrom: (2978.1.2 stderr.non.utf8)
  • Revision ID: pqm@pqm.ubuntu.com-20071113222657-2x5wq0rwwrb7rv2y
Output to stderr with trace module now going through wrapper that
 takes care about terminal encoding. (#54173)

Show diffs side-by-side

added added

removed removed

Lines of Context:
66
66
 
67
67
   * Reconcile now shows progress bars. (Robert Collins, #159351)
68
68
 
 
69
   * Stderr output via logging mechanism now goes through encoded wrapper
 
70
     and no more uses utf-8, but terminal encoding instead. So all unicode
 
71
     strings now should be readable in non-utf-8 terminal.
 
72
     (Alexander Belchenko, #54173)
 
73
 
69
74
   * The error message when ``move --after`` should be used makes how to do so
70
75
     clearer. (Daniel Watkins, #85237)
71
76