From 89be21cf14e7cb1e0851e84d4529263c9c44be2d Mon Sep 17 00:00:00 2001 From: Timo Sirainen Date: Sat, 17 Mar 2001 03:29:55 +0000 Subject: [PATCH] updated for .98.3 git-svn-id: http://svn.irssi.org/repos/irssi/trunk@1406 dbcabf3a-b0e7-0310-adc4-f8d773084564 --- TODO | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/TODO b/TODO index 7e00b209..63743e0d 100644 --- a/TODO +++ b/TODO @@ -1,3 +1,18 @@ + - Irssi saves some setting strings to static const char * variables in + several places.. this works pretty well usually, except when /RELOADing + config and some "setup changed" signal handler goes and calls some + function that still uses the old saved string which points to free'd + memory.. this should somehow be fixed failsafe. maybe just g_strdup() + them everywhere or figure out something better.. + - move /FORMATs to default.theme and remove /FORMAT command? or include + "default.formats" in default.theme would be better.. this way it could + have comments and /FORMATs shouldn't really be changed anyway anymore. + - netjoin doesn't always show @ before nick even if it should be there?.. + - if there's two channels in one window and same nick netsplits out, + should it print the split message twice? + - when someone in notify list joins, should it be placed to start of + /MSG completion list? + - windows: - /WINDOW SIZE -sticky, so f.e. /WINDOW BALANCE wouldn't affect it. - /LAYOUT save|reset doesn't affect anything immediately, only after