bzr branch
http://gegoxaren.bato24.eu/bzr/b-gtk/fix-viz
183
by Jelmer Vernooij
Add NEWS file. |
1 |
0.16.0 UNRELEASED |
2 |
||
3 |
BUG FIXES |
|
4 |
||
5 |
FEATURES |
|
6 |
||
7 |
0.15.1 2007-03-25 |
|
8 |
||
9 |
BUG FIXES |
|
10 |
|
|
11 |
* Prevent test suite from causing default-encoding changes (Aaron) |
|
12 |
|
|
13 |
* Fix testsuite when Olive was run before (Szilveszter) |
|
14 |
|
|
15 |
* Fix locking issue in Olive (Szilvester, #91522) |
|
16 |
||
17 |
* Don't obtain handle to networkmanager until necessary (Jelmer) |
|
18 |
||
19 |
* Better behavior in annotate when unable to go back (Aaron) |
|
20 |
||
21 |
FEATURES |
|
22 |
|
|
23 |
* Add very simple TortoiseBzr implementation (Wouter, Jelmer) |
|
24 |
||
25 |
* Add 'forward' button in gannotate (Aaron) |
|
26 |
||
27 |
* Add simple GTK+ progress bars (Jelmer) |
|
28 |
||
29 |
* Add gmissing command (Jelmer) |
|
30 |
||
31 |
* Add simple preferences window with plugin list and global settings |
|
32 |
(Jelmer) |
|
33 |
||
34 |
* Add new command 'commit-notify' to listen for commits on dbus and |
|
35 |
show them via pynotify. (Robert) |
|
36 |
||
37 |
UI IMPROVEMENTS |
|
38 |
||
39 |
* Move search fields in gannotate directly below source window (Aaron) |
|
40 |
||
41 |
* Move buttons to top, tweak layout (Aaron) |
|
42 |
||
43 |
* Strict commits are now a dialog, not a check box (Jelmer) |
|
44 |
||
45 |
0.15.0 2007-03-09 |
|
46 |
||
47 |
BUG FIXES |
|
48 |
||
49 |
* Fix gannotate interaction with dirstate (Aaron) |
|
50 |
||
51 |
* Default button set on Commit dialog (#83030, Szilveszter) |
|
52 |
||
53 |
* Fix branch-nick handling (Aaron) |
|
54 |
||
55 |
* Defer cairo import to prevent import errors (Aaron) |
|
56 |
||
57 |
* More use of lazy_imports to speed up timing (Aaron) |
|
58 |
||
59 |
* Fix diff window freeze when shown from commit (Szilveszter) |
|
60 |
||
61 |
* Allow to commit single files from the context menu (#54983, Szilveszter) |
|
62 |
||
63 |
FEATURES
|
|
64 |
||
65 |
* Add ability to install nautilus plugin (#75603, Szilveszter) |
|
66 |
||
67 |
* Add conflicts window (Szilveszter) |
|
68 |
||
69 |
* Use network manager to determine default value of "Local Commit" |
|
70 |
setting (Jelmer) |
|
71 |
||
72 |
* Add status window (Jelmer, Szilveszter) |
|
73 |
||
74 |
* Add revision browser for push and pull dialogs (Szilveszter) |
|
75 |
||
76 |
* Add revert functionality to context menu (Szilveszter) |
|
77 |
||
78 |
INTERNAL |
|
79 |
||
80 |
* Some more code converted to not use glade (Szilveszter, Jelmer) |
|
81 |
||
82 |
* Move url history and preferences code to a separate class (Jelmer) |
|
83 |
||
84 |
* Merge revision info code for gannotate and viz into single new widget |
|
85 |
(Jelmer) |
|
86 |
||
87 |
* Add initial testsuite (Jelmer) |
|
88 |
||
89 |
0.14.0 2007-01-30 |
|
90 |
||
91 |
* Add revert functionality (Szilvester) |
|
92 |
||
93 |
* Rewritten CommitDialog without glade (Szilvester) |
|
94 |
||
95 |
* Allow to commit single files from the context menu (Fixes #54983, |
|
96 |
Szilvester) |
|
97 |
||
98 |
* Warn about incompatible Bazaar versions (Jelmer) |
|
99 |
||
100 |
* Fixed gbranch (#77751, Szilvester) |
|
101 |
||
102 |
* Use the UI factory (Jelmer) |
|
103 |
||
104 |
* Generic handling of errors (Jelmer) |
|
105 |
||
106 |
* Set default drive letter (#67924, Szilvester) |
|
107 |
||
108 |
* Show error if no diff available for the selected file (#76536, |
|
109 |
Szilvester) |
|
110 |
||
111 |
* Handle current revision in annotate better (Aaron) |
|
112 |
||
113 |
* Support scrolling based on an offset in annotate (Aaron) |
|
114 |
||
115 |
* Add "Back" button in annotate (Aaron) |
|
116 |
||
117 |
* Removed some unused functions (Aaron) |
|
118 |
||
119 |
* Added Ctrl+G and Ctrl+F shortcuts to annotate (#73965, Vincent) |
|
120 |
||
121 |
* Nicer error when pygtk not installed (Aaron) |
|
122 |
||
123 |
* Show uncommitted changes in annotate (Aaron) |
|
124 |
||
125 |
* Support annotate in olive (#73786, Szilvester) |
|
126 |
||
127 |
* Ignored files no longer shown as unknown (#67926, Szilvester) |
|
128 |
||
129 |
* Don't allow merge if there are local changes (#73770, Szilvester) |
|
130 |
||
131 |
* Fix bookmark dialog (#67922, Szilvester) |
|
132 |
||
133 |
* Fix remove dialog (#73766 and #73767, Szilvester) |
|
134 |
||
135 |
* Several other small regression fixes (Szilvester) |
|
136 |
||
137 |
0.13.0 2006-12-13 |
|
138 |
||
139 |
* Don't show pending merge list when there are no pending merges |
|
140 |
(Alexander Belchenko) |
|
141 |
||
142 |
* Better error handling in gcommit (Alexander Belchenko) |
|
143 |
||
144 |
* Fix desktop file compliancy to standard (Toshio Kuratomi) #75278 |
|
145 |
||
146 |
* Rename put into context menu (Szilvester Farkas) #73774 |
|
147 |
||
148 |
* Improved commit dialog (Szilvester Farkas) #73778 |
|
149 |
||
150 |
* Rename dialog contains original name (Szilvester Farkas) #73775 |
|
151 |
||
152 |
* Bookmarks can be removed (Szilvester Farkas) |
|
153 |
||
154 |
* Run Olive after maximizing window (Szilvester Farkas) #70134 |
|
155 |
||
156 |
* Check empty commit message at commit time (vila) #73737 |
|
157 |
||
158 |
* Use dotted revnos in gannotate (Aaron Bentley) |
|
159 |
||
160 |
0.12.0 2006-11-04 |
|
161 |
||
162 |
* #68127: gcommit is broken |
|
163 |
||
164 |
* #67934: various win32 fixes |
|
165 |
||
166 |
* #67933: fix product name in setup.py |
|
167 |
||
168 |
* #67930: gdiff relies on plugin name being 'gtk' |
|
169 |
||
170 |
* #66937: process doesn't stop after closing commit dialog |
|
171 |
|
|
172 |
* #66091: commit after merge fails |
|
173 |
|
|
174 |
* #67927: fix non-ascii commit message |