Mon, 02 Jul 2007 05:13:11 +0000
Fix typo to allow font face to be displayed correctly on incoming messages.
Disable font size on incoming instant messages, until I get it working.
Add OPT_PROTO_POINTSIZE to make it (hopefully) easier, and remove the function
to convert from point size to libpurple size, since with this flag it should
be possible to specify point size directly.
|
18010
3b1fc616ee59
Add msim_color_to_purple() to convert msim markup color to a color for
Jeff Connelly <jeff2@soc.pidgin.im>
parents:
18008
diff
changeset
|
1 | 2007-07-xx Jeff Connelly <jeff22homing.pidgin.im> - 0.10 |
|
18011
c60bea7aee94
Fix typo to allow font face to be displayed correctly on incoming messages.
Jeff Connelly <jeff2@soc.pidgin.im>
parents:
18010
diff
changeset
|
2 | * On incoming instant messages, support: text color, font face. |
|
18010
3b1fc616ee59
Add msim_color_to_purple() to convert msim markup color to a color for
Jeff Connelly <jeff2@soc.pidgin.im>
parents:
18008
diff
changeset
|
3 | |
| 18008 | 4 | 2007-07-01 Jeff Connelly <jeff2@homing.pidgin.im> - 0.9 |
| 5 | * Fix crash on Windows when logging in (bug #1990) | |
| 6 | * Fix crash on Windows when viewing tooltip text (bug #1999) | |
| 7 | ||
|
18004
65007eda1656
Update for v0.8 release.
Jeff Connelly <jeff2@soc.pidgin.im>
parents:
18003
diff
changeset
|
8 | 2007-06-30 Jeff Connelly <jeff2@homing.pidgin.im> - 0.8 |
|
17991
e362405d295c
Update for (future) 0.8.
Jeff Connelly <jeff2@soc.pidgin.im>
parents:
17974
diff
changeset
|
9 | * Allow "Get Info" on all users, by uid or username |
|
17999
65184ab0c10c
Update for 0.8 - fix crash, password length.
Jeff Connelly <jeff2@soc.pidgin.im>
parents:
17991
diff
changeset
|
10 | * Fix crash when re-logging in, if login failed. |
|
65184ab0c10c
Update for 0.8 - fix crash, password length.
Jeff Connelly <jeff2@soc.pidgin.im>
parents:
17991
diff
changeset
|
11 | * Show descriptive error message if login password is too long. |
|
18003
fb399e32e44c
Add MSIM_FAKE_SELF_ONLINE preprocessor definition (which I define) to fake
Jeff Connelly <jeff2@soc.pidgin.im>
parents:
18000
diff
changeset
|
12 | * Fake self from being online, since can't add self to buddy list. |
|
18000
ee4b911ffd6b
Update CHANGES to note transition to Libpurple 2.0.1.
Jeff Connelly <jeff2@soc.pidgin.im>
parents:
17999
diff
changeset
|
13 | * Update for Libpurple 2.0.2. |
|
18004
65007eda1656
Update for v0.8 release.
Jeff Connelly <jeff2@soc.pidgin.im>
parents:
18003
diff
changeset
|
14 | * Partial support for formatting on incoming instant messages. |
|
17991
e362405d295c
Update for (future) 0.8.
Jeff Connelly <jeff2@soc.pidgin.im>
parents:
17974
diff
changeset
|
15 | |
| 17974 | 16 | 2007-06-14 Jeff Connelly <jeff2@homing.pidgin.im> - 0.7 |
| 17 | * Add/delete buddy now functional (required many other code improvements). | |
| 18 | * Show improved buddy information in tooltip text. | |
| 19 | * Show user profile (in "Get Info" option) for buddies on buddy list. | |
|
17999
65184ab0c10c
Update for 0.8 - fix crash, password length.
Jeff Connelly <jeff2@soc.pidgin.im>
parents:
17991
diff
changeset
|
20 | * Fix crash when re-logging in, if login succeeded. |
| 17974 | 21 | |
|
17972
43cd8e25c022
Add new file, CHANGES, describing high-level changes to msimprpl.
Jeff Connelly <jeff2@soc.pidgin.im>
parents:
diff
changeset
|
22 | 2007-06-12 Jeff Connelly <jeff2@homing.pidgin.im> - 0.6 |
|
43cd8e25c022
Add new file, CHANGES, describing high-level changes to msimprpl.
Jeff Connelly <jeff2@soc.pidgin.im>
parents:
diff
changeset
|
23 | * Use RC4 code from Libpurple 2.0.1 |
|
43cd8e25c022
Add new file, CHANGES, describing high-level changes to msimprpl.
Jeff Connelly <jeff2@soc.pidgin.im>
parents:
diff
changeset
|
24 | * Use a new implementation for sending and receiving messages (MsimMessage). |
|
43cd8e25c022
Add new file, CHANGES, describing high-level changes to msimprpl.
Jeff Connelly <jeff2@soc.pidgin.im>
parents:
diff
changeset
|
25 | This infrastructural change significantly improves extensibility. |
|
43cd8e25c022
Add new file, CHANGES, describing high-level changes to msimprpl.
Jeff Connelly <jeff2@soc.pidgin.im>
parents:
diff
changeset
|
26 | * Show online buddies as online. |
| 17974 | 27 | * Send and receive typing notifications (along with other required changes). |
|
17972
43cd8e25c022
Add new file, CHANGES, describing high-level changes to msimprpl.
Jeff Connelly <jeff2@soc.pidgin.im>
parents:
diff
changeset
|
28 | |
|
43cd8e25c022
Add new file, CHANGES, describing high-level changes to msimprpl.
Jeff Connelly <jeff2@soc.pidgin.im>
parents:
diff
changeset
|
29 | 2007-05-22 Jeff Connelly <jeff2@homing.pidgin.im> - 0.5 |
|
43cd8e25c022
Add new file, CHANGES, describing high-level changes to msimprpl.
Jeff Connelly <jeff2@soc.pidgin.im>
parents:
diff
changeset
|
30 | * Add protocol escaping, so can now send and receive / and \ characters |
|
43cd8e25c022
Add new file, CHANGES, describing high-level changes to msimprpl.
Jeff Connelly <jeff2@soc.pidgin.im>
parents:
diff
changeset
|
31 | * Designed Pidgin 2.0.0beta7 |
|
43cd8e25c022
Add new file, CHANGES, describing high-level changes to msimprpl.
Jeff Connelly <jeff2@soc.pidgin.im>
parents:
diff
changeset
|
32 | * Use RC4 code from Samba |
|
43cd8e25c022
Add new file, CHANGES, describing high-level changes to msimprpl.
Jeff Connelly <jeff2@soc.pidgin.im>
parents:
diff
changeset
|
33 | * Use translations (_ macro) |
|
43cd8e25c022
Add new file, CHANGES, describing high-level changes to msimprpl.
Jeff Connelly <jeff2@soc.pidgin.im>
parents:
diff
changeset
|
34 | * No major changes to code, still getting familiar with tools & community |
|
43cd8e25c022
Add new file, CHANGES, describing high-level changes to msimprpl.
Jeff Connelly <jeff2@soc.pidgin.im>
parents:
diff
changeset
|
35 | |
|
43cd8e25c022
Add new file, CHANGES, describing high-level changes to msimprpl.
Jeff Connelly <jeff2@soc.pidgin.im>
parents:
diff
changeset
|
36 | 2007-04-29 Jeff Connelly <jeff2@homing.pidgin.im> |
|
43cd8e25c022
Add new file, CHANGES, describing high-level changes to msimprpl.
Jeff Connelly <jeff2@soc.pidgin.im>
parents:
diff
changeset
|
37 | |
|
43cd8e25c022
Add new file, CHANGES, describing high-level changes to msimprpl.
Jeff Connelly <jeff2@soc.pidgin.im>
parents:
diff
changeset
|
38 | * NOTE: This code is now being developed under Monotone, in the |
|
43cd8e25c022
Add new file, CHANGES, describing high-level changes to msimprpl.
Jeff Connelly <jeff2@soc.pidgin.im>
parents:
diff
changeset
|
39 | im.pidgin.soc.2007.msimprpl branch on my local computer, which |
|
43cd8e25c022
Add new file, CHANGES, describing high-level changes to msimprpl.
Jeff Connelly <jeff2@soc.pidgin.im>
parents:
diff
changeset
|
40 | is periodically sync'd with pidgin.im's Monotone database. |
|
43cd8e25c022
Add new file, CHANGES, describing high-level changes to msimprpl.
Jeff Connelly <jeff2@soc.pidgin.im>
parents:
diff
changeset
|
41 | |
|
43cd8e25c022
Add new file, CHANGES, describing high-level changes to msimprpl.
Jeff Connelly <jeff2@soc.pidgin.im>
parents:
diff
changeset
|
42 | Changes will be logged to Monotone. |
|
43cd8e25c022
Add new file, CHANGES, describing high-level changes to msimprpl.
Jeff Connelly <jeff2@soc.pidgin.im>
parents:
diff
changeset
|
43 | |
|
43cd8e25c022
Add new file, CHANGES, describing high-level changes to msimprpl.
Jeff Connelly <jeff2@soc.pidgin.im>
parents:
diff
changeset
|
44 | 2007-04-15 Jeff Connelly <myspaceim@xyzzy.cjb.net> - 0.4 |
|
43cd8e25c022
Add new file, CHANGES, describing high-level changes to msimprpl.
Jeff Connelly <jeff2@soc.pidgin.im>
parents:
diff
changeset
|
45 | |
|
43cd8e25c022
Add new file, CHANGES, describing high-level changes to msimprpl.
Jeff Connelly <jeff2@soc.pidgin.im>
parents:
diff
changeset
|
46 | * Gracefully handle a full receive buffer |
|
43cd8e25c022
Add new file, CHANGES, describing high-level changes to msimprpl.
Jeff Connelly <jeff2@soc.pidgin.im>
parents:
diff
changeset
|
47 | * Handle fatal errors |
|
43cd8e25c022
Add new file, CHANGES, describing high-level changes to msimprpl.
Jeff Connelly <jeff2@soc.pidgin.im>
parents:
diff
changeset
|
48 | * Last version for Gaim 2.0.0beta6 |
|
43cd8e25c022
Add new file, CHANGES, describing high-level changes to msimprpl.
Jeff Connelly <jeff2@soc.pidgin.im>
parents:
diff
changeset
|
49 | |
|
43cd8e25c022
Add new file, CHANGES, describing high-level changes to msimprpl.
Jeff Connelly <jeff2@soc.pidgin.im>
parents:
diff
changeset
|
50 | 2007-04-14 Jeff Connelly <myspaceim@xyzzy.cjb.net> - 0.3 |
|
43cd8e25c022
Add new file, CHANGES, describing high-level changes to msimprpl.
Jeff Connelly <jeff2@soc.pidgin.im>
parents:
diff
changeset
|
51 | |
|
43cd8e25c022
Add new file, CHANGES, describing high-level changes to msimprpl.
Jeff Connelly <jeff2@soc.pidgin.im>
parents:
diff
changeset
|
52 | * Win32 support |
|
43cd8e25c022
Add new file, CHANGES, describing high-level changes to msimprpl.
Jeff Connelly <jeff2@soc.pidgin.im>
parents:
diff
changeset
|
53 | * Add a large number of precondition checks and a handful of assertions |
|
43cd8e25c022
Add new file, CHANGES, describing high-level changes to msimprpl.
Jeff Connelly <jeff2@soc.pidgin.im>
parents:
diff
changeset
|
54 | * Add documentation to each function, for doxygen. |
|
43cd8e25c022
Add new file, CHANGES, describing high-level changes to msimprpl.
Jeff Connelly <jeff2@soc.pidgin.im>
parents:
diff
changeset
|
55 | |
|
43cd8e25c022
Add new file, CHANGES, describing high-level changes to msimprpl.
Jeff Connelly <jeff2@soc.pidgin.im>
parents:
diff
changeset
|
56 | 2007-04-10 Jeff Connelly <myspaceim@xyzzy.cjb.net> - 0.2 |
|
43cd8e25c022
Add new file, CHANGES, describing high-level changes to msimprpl.
Jeff Connelly <jeff2@soc.pidgin.im>
parents:
diff
changeset
|
57 | |
|
43cd8e25c022
Add new file, CHANGES, describing high-level changes to msimprpl.
Jeff Connelly <jeff2@soc.pidgin.im>
parents:
diff
changeset
|
58 | * Add ability to IM by email address. |
|
43cd8e25c022
Add new file, CHANGES, describing high-level changes to msimprpl.
Jeff Connelly <jeff2@soc.pidgin.im>
parents:
diff
changeset
|
59 | * Show usernames on buddy list instead of userids. |
|
43cd8e25c022
Add new file, CHANGES, describing high-level changes to msimprpl.
Jeff Connelly <jeff2@soc.pidgin.im>
parents:
diff
changeset
|
60 | * Show incoming messages as coming from username, instead of userid. |
|
43cd8e25c022
Add new file, CHANGES, describing high-level changes to msimprpl.
Jeff Connelly <jeff2@soc.pidgin.im>
parents:
diff
changeset
|
61 | * Add status messages and tooltip text. |
|
43cd8e25c022
Add new file, CHANGES, describing high-level changes to msimprpl.
Jeff Connelly <jeff2@soc.pidgin.im>
parents:
diff
changeset
|
62 | |
|
43cd8e25c022
Add new file, CHANGES, describing high-level changes to msimprpl.
Jeff Connelly <jeff2@soc.pidgin.im>
parents:
diff
changeset
|
63 | 2007-04-09 Jeff Connelly <myspaceim@xyzzy.cjb.net> - 0.1 |
|
43cd8e25c022
Add new file, CHANGES, describing high-level changes to msimprpl.
Jeff Connelly <jeff2@soc.pidgin.im>
parents:
diff
changeset
|
64 | |
|
43cd8e25c022
Add new file, CHANGES, describing high-level changes to msimprpl.
Jeff Connelly <jeff2@soc.pidgin.im>
parents:
diff
changeset
|
65 | * Parsing most of the protocol. |
|
43cd8e25c022
Add new file, CHANGES, describing high-level changes to msimprpl.
Jeff Connelly <jeff2@soc.pidgin.im>
parents:
diff
changeset
|
66 | * Logging in using RC4/SHA1-based authentication. |
|
43cd8e25c022
Add new file, CHANGES, describing high-level changes to msimprpl.
Jeff Connelly <jeff2@soc.pidgin.im>
parents:
diff
changeset
|
67 | * Sending messages, by numeric userid or username. |
|
43cd8e25c022
Add new file, CHANGES, describing high-level changes to msimprpl.
Jeff Connelly <jeff2@soc.pidgin.im>
parents:
diff
changeset
|
68 | * Receiving messages, currently only by numeric userid. |
|
43cd8e25c022
Add new file, CHANGES, describing high-level changes to msimprpl.
Jeff Connelly <jeff2@soc.pidgin.im>
parents:
diff
changeset
|
69 | * Some buddy list support (show all users on buddy list as online, by uid). |
|
43cd8e25c022
Add new file, CHANGES, describing high-level changes to msimprpl.
Jeff Connelly <jeff2@soc.pidgin.im>
parents:
diff
changeset
|
70 | |
|
43cd8e25c022
Add new file, CHANGES, describing high-level changes to msimprpl.
Jeff Connelly <jeff2@soc.pidgin.im>
parents:
diff
changeset
|
71 | 2007-04-07 Jeff Connelly <myspaceim@xyzzy.cjb.net> - 0.0 |
|
43cd8e25c022
Add new file, CHANGES, describing high-level changes to msimprpl.
Jeff Connelly <jeff2@soc.pidgin.im>
parents:
diff
changeset
|
72 | |
|
43cd8e25c022
Add new file, CHANGES, describing high-level changes to msimprpl.
Jeff Connelly <jeff2@soc.pidgin.im>
parents:
diff
changeset
|
73 | * Initial version. Login only. Not publicly released. |
|
43cd8e25c022
Add new file, CHANGES, describing high-level changes to msimprpl.
Jeff Connelly <jeff2@soc.pidgin.im>
parents:
diff
changeset
|
74 |