| 1 |
|
| 2 |
BUGS:
|
| 3 |
|
| 4 |
- text widget problems:
|
| 5 |
- everything fixed in gtk cvs?
|
| 6 |
- crashing sometimes when closing windows (tabs?)
|
| 7 |
|
| 8 |
FEATURES:
|
| 9 |
|
| 10 |
- window moving:
|
| 11 |
- allow reordering split windows
|
| 12 |
- .. should we change window's refnum when moving?
|
| 13 |
- /window move has no effect - should it?
|
| 14 |
|
| 15 |
- charset stuff:
|
| 16 |
- channel-specific charset settings
|
| 17 |
- convert nick info to utf8 for nicklist (some servers support non-ascii
|
| 18 |
nicks) and statusbar (realname especially) and topic
|
| 19 |
|
| 20 |
- keyboard:
|
| 21 |
- fix yank_from_cutbuffer
|
| 22 |
- redirections don't work
|
| 23 |
- doesn't work at all with darix?
|
| 24 |
|
| 25 |
- menus / popups
|
| 26 |
- channel/query popup for parting etc.
|
| 27 |
- gui-context-channel.c for joining etc. probably irc-specific so it
|
| 28 |
works with @#channel stuff in /whois etc.. also possibility to ask the
|
| 29 |
channel topic with /list
|
| 30 |
- nick popup:
|
| 31 |
- uses /kickban -gui, maybe change go /guikick and implement it..
|
| 32 |
- a way to remote-whois multiple nicks, needs a new command..
|
| 33 |
- make menubar optional, show menubar stuff in right-click-popup
|
| 34 |
|
| 35 |
- hilight colors in window activity aren't handled..
|
| 36 |
they come as %codes, how to change them to rgb values?
|
| 37 |
core changes required to parse them i think..
|
| 38 |
|
| 39 |
- statusbar
|
| 40 |
- lots of irc-specific stuff
|
| 41 |
- nicklist: show ignored people with overstrike font, show away people with
|
| 42 |
grey color (0.9 stuff maybe)
|
| 43 |
- show notify list under nicklist
|
| 44 |
- make /layout work
|
| 45 |
- use only one GtkTagTable for all GtkTextBuffers
|
| 46 |
- server list can't be reordererd.
|