changeset 3838:661d437da2aa

[gaim-migrate @ 3988] faceprint says this is indeed fixed. committer: Tailor Script <tailor@pidgin.im>
author Luke Schierer <lschiere@pidgin.im>
date Thu, 31 Oct 2002 01:26:05 +0000
parents b5dbc9d49939
children 7f5eb78e5ae6
files .todo TODO
diffstat 2 files changed, 105 insertions(+), 4 deletions(-) [+]
line wrap: on
line diff
--- a/.todo	Thu Oct 31 01:08:07 2002 +0000
+++ b/.todo	Thu Oct 31 01:26:05 2002 +0000
@@ -1,4 +1,4 @@
-<!-- Automagically generated by the ToDo program on Wed Oct 30 11:48:53 2002 -->
+<!-- Automagically generated by the ToDo program on Wed Oct 30 20:22:47 2002 -->
 <todo version="0.1.14">
     <note priority="medium" time="1035995010">
         wingaim font issues
@@ -63,7 +63,109 @@
     <note priority="low" time="1035996519">
         i18n: info dialog
     </note>
-    <note priority="low" time="1035996533">
-        i18n: irc (patch pending?)(done?)
+    <note priority="verylow" time="1036026433">
+        DISCUSSION: entries here are things i'm not sure are desirable or doable.
+        <note priority="verylow" time="1036026484">
+            protocol action to log into webmail for those that support such (aim, yahoo, msn)  maybe a r-click option to send to user(yahoo, msn)
+        </note>
+        <note priority="low" time="1036026508">
+            "console beep" sound option should use different frequency beeps for different events, or at least give some way to allow this behavior.
+        </note>
+        <note priority="low" time="1036026529">
+            do we really need some of the preferences? (Ignore TIK messages. Does anyone use that method of retrieving Away messages anymore?)
+        </note>
+        <note priority="verylow" time="1036026538">
+            show alias in list of people in chat
+        </note>
+        <note priority="verylow" time="1036026552">
+            tab complete to alias, translate to nick on send for chat
+        </note>
+        <note priority="verylow" time="1036026567">
+            disable x on blist when docklet loaded?
+        </note>
+        <note priority="verylow" time="1036026575">
+            timestamp on debug messages?
+        </note>
+        <note priority="verylow" time="1036026597">
+            sorting of conversation tabs, if the ordering of left-to-right order by opening isn't good enough for you
+        </note>
+        <note priority="low" time="1036026609">
+            ximian serial numbers in rpms cause... problems.
+        </note>
+        <note priority="low" time="1036026691">
+            msn auth expires (better, but still not perfect)
+        </note>
+        <note priority="verylow" time="1036026706">
+            rpm and deb installs should create menu items in kde if possible
+        </note>
+        <note priority="low" time="1036026746">
+            gaim should detect if message is sent and only log on success for protocols capable of offline messaging, this would always log, but aim messages would only be logged if sent to an online person. this would essentially entail making logging dependent on the return status of the serv send msg command.
+        </note>
+        <note priority="verylow" time="1036026772">
+            option to disable close for x seconds after recieve im. this would short circuit missing messages as you close the window. make it an option that's off by default.
+        </note>
+        <note priority="low" time="1036026818">
+            the privacy dialog has five different options now.  this looks rather ugly.  When we redesign the dialog, perhaps we should change the privacy setting to a combobox?
+        </note>
+        <note priority="verylow" time="1036026845">
+            options on key bindings. (differnet window managers map different things.
+            <note priority="verylow" time="1036026870">
+                make the control key switchable with the alt key or similar)
+            </note>
+            <note priority="verylow" time="1036026881">
+                maybe make control/alt+arrow optionally replace control+bracket
+            </note>
+        </note>
+    </note>
+    <note priority="medium" time="1036026944">
+        add a way for a plugin to store/retrive config values (fixed?)
+    </note>
+    <note priority="high" time="1036026977">
+        segfault on pressing back with messages in queue if coming back for the second time in a given instance of gaim
+    </note>
+    <note priority="veryhigh" time="1036026985">
+        stack trace should exit instead of just sitting there
+    </note>
+    <note priority="medium" time="1036026995">
+        documentation needed. (both online and not)
+    </note>
+    <note priority="high" time="1036027042">
+        check to make sure gaimrc properly unescapes things like a " in a password as the .gaimrc file is read in. (reports indicate this may be a problem, esp for \ and / )
+    </note>
+    <note priority="veryhigh" time="1036027053">
+        PERMIT ONLY PEOPLE ON MY LIST TO IM ME IS NEEDED ASAP!!!!!!!!
+        <note priority="veryhigh" time="1036027074">
+            for yahoo
+        </note>
+        <note priority="veryhigh" time="1036027081">
+            icq
+        </note>
+        <note priority="medium" time="1036027088">
+            jabber
+        </note>
+        <note priority="medium" time="1036027095">
+            msn
+        </note>
+    </note>
+    <note priority="verylow" time="1036027143">
+        autotools/gettext
+        <note priority="verylow" time="1036027169">
+            automake 1.4 support bug, non-root users can't get gaim to compile by putting the gtk2 and glib2 m4 files in the m4 dir
+        </note>
+        <note priority="verylow" time="1036027184">
+            automake 1.[56] support not perfect.
+        </note>
+    </note>
+    <note priority="low" time="1036027262">
+        add ircproxy option to proxy preferences.
+    </note>
+    <note priority="low" time="1036027278">
+        per-sn controls on how to compute idle time
+    </note>
+    <note priority="low" time="1036027301">
+        self alias does not display in irc chat. (and maybe other chats)
+    </note>
+    <note priority="low" time="1036027367">
+        adding and removing buddies needs cleaned up. basically, add_buddy should be calling ui_add_buddy and serv_add_buddy as needed (require an extra arg to add_buddy to tell it what needs done) and the various ways a buddy can come to be needing added should be calling some type of request_add_buddy (this would be part of both the core&lt;-&gt;ui interface and the core&lt;-&gt;prpl interface)
     </note>
 </todo>
--- a/TODO	Thu Oct 31 01:08:07 2002 +0000
+++ b/TODO	Thu Oct 31 01:26:05 2002 +0000
@@ -19,7 +19,6 @@
 	on away tab, if you set the time between responces, you 
 		reset the type of idle time reporting. similar
 		problems may exist in other combinations.
-	selecting debug window in prefs doesn't stick (isn't saved). (is this fixed?)
 	when auto-away (by idle time) is activated, away message window 
 		does not pop up.
 	pressing save on new away message dialog does not immediately add