Changeset 2984 for vidalia/trunk
- Timestamp:
- 08/17/08 18:01:27 (3 months ago)
- Files:
-
- 1 modified
-
vidalia/trunk/CHANGELOG (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
vidalia/trunk/CHANGELOG
r2978 r2984 1 0.1.8 xx-xxx-2008 1 0.1.8 xx-Aug-2008 2 o Make the position of the y-axis on the bandwidth graph variable based on 3 the width of the axis labels. This works better for languages like Farsi 4 where "KB/s" somehow becomes 19 characters. (Ticket #373) 5 o Support alphanumeric circuit and stream IDs, rather than assuming IDs will 6 always be numeric. Current Tors only use numeric circuit and stream IDs, 7 but they may some day. (Ticket #400) 8 o Include ssleay32.dll in the Windows packages so Vidalia won't crash when 9 it finds an incompatible version of ssleay32.dll in the user's $PATH. 10 (Ticket #401) 11 o If the message log is sorted by severity or lexiographically, or if the 12 user manually repositioned the vertical scroll bar, then retain the scroll 13 bar's previous position after adding a new message to the log. 2 14 o Reduce the default number of messages to retain in the message log to 50 3 15 messages. Most people never look at the window and the extra 200 messages … … 6 18 context menus. They were lost in the move to the Oxygen icon theme in 7 19 0.1.4. 20 o Make both the 'Ctrl+W' and 'Esc' shortcuts for closing any Vidalia window. 21 Previously, it was just 'Esc' on Windows and 'Ctrl+W' on all other 22 platforms. 23 o Make pressing "Return" mean the same thing as clicking 'OK' in the 24 config dialog, and make pressing 'Esc' mean the same thing as clicking 25 'Cancel'. (Ticket #327) 26 o Fix the icon used for the help browser's window icon. 8 27 9 28
