-
Notifications
You must be signed in to change notification settings - Fork 10
/
Copy pathNEWS
74 lines (47 loc) · 2.92 KB
/
NEWS
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
This file outlines broad user interface changes. For a list of more specific
code modifications, see the ChangeLog file. For newly discovered problems with
the software, see the BUGS file.
* Updated Distribution of Window Merge 0.3
** Plugin preferences
*** If the conversation placement preference was set to "Buddy List window" and
the plugin was then disabled, it will use the "Last created window" option.
** Buddy List window
*** When the plugin is disabled, the Buddy List and conversation panes are now
split into two independent windows (instead of closing and replacing).
*** A label and icon have been added to the placeholder tab.
*** The Buddy List pane should now remain at a fixed size when resizing the
window, even when it is the right or bottom pane. I.e. the conversation
pane should always be resized with the window.
*** The notification icon in the menu bar has been reordered to remain right-
justified. This also makes the conversation menu items appear adjacent to
the Buddy List items.
*** Message notifications are now cleared when the Buddy List is focused.
* Updated Distribution of Window Merge 0.2
** Buddy List window
*** The window icon list will be unset when conversations are closed or the
plugin is disabled. This will cause the window to display the default icon
of the application, which is what the Buddy List normally displays.
*** Several conversation keyboard events are now properly handled, including
message retrieval and menu accelerators.
*** When disabling the plugin, conversations open in the Buddy List window will
be run through conversation placement so they are not lost.
* Initial Distribution of Window Merge 0.1
** Plugin preferences
*** A preference frame interface is provided for choosing on which side of the
Buddy List window to attach conversations.
*** The height and width (depending on orientation from the above preference)
of the Buddy List pane are stored as preferences when changed by the user.
*** A new conversation placement preference option is added, allowing all new
conversations to be attached to the default Buddy List window.
** Buddy List window
*** The notebook in main_vbox is replaced by resizable panes containing the
Buddy List notebook and a conversation window notebook.
*** An instructions page is displayed in the Buddy List window's conversation
notebook when no conversations are open. The tab can be used as a normal
conversation's infopane; i.e., conversations from other windows can be
dragged onto it to attach them to the window.
*** The Buddy List window title will be set to the name of the active
conversation in its notebook, as is done with conversation windows.
*** Items from a conversation window menu bar are appended to the Buddy List
menu bar. Their visibility is determined by the presence of active
conversations in the Buddy List window's conversation notebook.