]> andersk Git - libfaim.git/blobdiff - CHANGES
- Sat May 26 03:58:27 PDT 2001
[libfaim.git] / CHANGES
diff --git a/CHANGES b/CHANGES
index 96d26fd237e38f2718495d7775a1d64316994621..14bf8c3eb6944516a21542470baadb3a30934bcd 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -1,6 +1,69 @@
 
 No release numbers
 ------------------
+ - Sat May 26 03:58:27 PDT 2001
+  - Aha! This is why I could never get icons to work before.
+  - Luckily the checksum is painfully simple.
+
+ - Sat May 26 01:37:39 PDT 2001
+  - So this is my big merge with the ActiveBuddy version...
+    - Remove use of tlvchains from IM parsing for better performance
+    - Add in buddy icon support
+    - Add support for sending UNICODE messages.
+  - Split up the more complicated options to aim_send_im into a structure
+      that is passed to aim_send_im_ext().  This makes it easier to send
+      simple messages, and only slightly harder to send complex ones.
+     - aim_send_im_ext() must be used if you're using buddy icons and/or you
+         are sending UNICODE messages.
+  - UNICODE is fully explained in commentary above aim_send_im_ext() in im.c.
+  - The ISO-8859-1 option is also added.  Use when necessary, to avoid making
+      WinAIM barf.
+  - This removes the msglen parameter to aim_send_im because that was only
+      needed to do UNICODE, which can now only be done by aim_send_im_ext.
+
+ - Wed May 23 18:05:46 PDT 2001
+  - I upgraded libtool.  Which broke the faimtest makefile.
+  - Parse locate rights
+  - You shouldn't ask so many questions, Eric.
+
+ - Wed May 16 12:48:13 PDT 2001
+  - Thanks Rob and Eric
+
+ - Thu May 10 17:37:23 PDT 2001
+  - I haven't had lunch yet.  What should I have?
+
+ - Wed May  9 15:21:51 PDT 2001
+  - I had pizza for lunch.
+
+ - Mon May  7 15:19:55 PDT 2001
+  - Rename rxhandler_t to aim_rxhandler_t.  This has been 
+     bugging me for a while.
+
+ - Thu May  3 15:47:23 PDT 2001
+  - Clean up getcap/putcaps
+  - Add GAMES2 and SENDBUDDYLIST caps (the latter is new in winaim 4.7beta)
+  - Update hash to latest value
+
+ - Wed Apr 25 11:51:39 PDT 2001
+  - I think this was a bug.
+
+ - Tue Apr 24 17:36:03 PDT 2001
+  - Let Eric generate the hash if he wants.
+
+ - Mon Apr 23 15:58:11 PDT 2001
+  - On a clear day, you can see forever.
+
+ - Thu Mar 29 13:05:50 PST 2001
+  - Less leaks.
+
+ - Thu Mar 29 14:45:22 CST 2001 (jbm)
+  - Add module capability to the 0001/001f stuff (jbm)
+
+ - Wed Mar 28 21:20:08 PST 2001
+  - Add flags arg to aim_chat_send_im()
+  - Add msglen arg to aim_send_im and aim_chat_send_im
+     - This will make more sense when I make the UNICODE commit (tomorrow?)
+
  - Wed Mar 28 16:51:25 PST 2001
   - I decided it was a good day while I was figuring out that it was a bad day.
   - See faimtest and login.c::memrequest().
This page took 0.046017 seconds and 4 git commands to generate.