Mercurial > pidgin
comparison ChangeLog @ 16177:d88f0f320c9b
merge of '07fc4db9a3c2c12596e0354b8e7959aa847f966b'
and '2e6d324c725b3e6a2c803589bca3f0ac9b9790bf'
author | Richard Laager <rlaager@wiktel.com> |
---|---|
date | Mon, 16 Apr 2007 00:44:33 +0000 |
parents | 1f6ea380fb09 |
children | 997094dfe3d1 |
comparison
equal
deleted
inserted
replaced
15938:2e3eba412412 | 16177:d88f0f320c9b |
---|---|
1 Gaim: The Pimpin' Penguin IM Client that's good for the soul! | 1 Pidgin and Finch: The Pimpin' Penguin IM Clients That're Good for the Soul |
2 | 2 |
3 version 2.0.0: | 3 version 2.0.0: |
4 Build Changes: | |
5 * With the Core/UI split completed, it is now possible to build Gaim | |
6 without any UIs, creating a libgaim library upon which other UIs | |
7 may be constructed | |
8 * A new ncurses-based console UI called gaim-text is now available | |
9 (Sadrul Habib Chowdhury, Google Summer of Code) | |
10 * Reorganized the source tree to split apart the code for the UI | |
11 changes and libgaim targets | |
12 * libxml2 is now required. We switched from gmarkup to libxml2 for | |
13 more correct XML parsing. | |
14 | |
4 Status System: | 15 Status System: |
5 * The code dealing with buddy and account status, away messages, | 16 * The code dealing with buddy and account status, away messages, |
6 away states, online/offline, etc has been completely rewritten. | 17 away states, online/offline, etc has been completely rewritten. |
7 Huge thanks to Christian Hammond, Dave West, Daniel Atallah and | 18 Huge thanks to Christian Hammond, Dave West, Daniel Atallah and |
8 Sadrul Habib Chowdhury. | 19 Sadrul Habib Chowdhury. |
10 selector at the bottom of the window. | 21 selector at the bottom of the window. |
11 * To see messages when a buddy signs on or off, goes away, or | 22 * To see messages when a buddy signs on or off, goes away, or |
12 becomes idle, load the "Buddy State Notification" plugin | 23 becomes idle, load the "Buddy State Notification" plugin |
13 | 24 |
14 Buddy List: | 25 Buddy List: |
26 * Performance when manipulating and displaying the buddy list has | |
27 been significantly improved (Aaron Sheldon, Google Summer of Code) | |
15 * Buddy icons are now shown in tooltips (Felipe Contreras) | 28 * Buddy icons are now shown in tooltips (Felipe Contreras) |
16 * Tooltips now contain additional information about a "Person" that | 29 * Tooltips now contain additional information about a "Person" that |
17 contains multiple online buddies | 30 contains multiple online buddies |
18 * Added a "Last Seen" field to buddy tooltips | 31 * Added a "Last Seen" field to buddy tooltips |
19 * Contacts will auto-expand when buddies are dragged around | 32 * Contacts will auto-expand when buddies are dragged around |
20 * If Gaim is exited with the buddy list hidden in the docklet, it | 33 * If Gaim is exited with the buddy list hidden in the docklet, it |
21 will remain hidden when Gaim is started again (Scott Shedden) | 34 will remain hidden when Gaim is started again (Scott Shedden) |
22 * Improved buddy list searching with CTRL+F | 35 * Improved buddy list searching with CTRL+F |
36 * Ability to set a buddy icon for all of your accounts at once via | |
37 the buddy list (You can still set per-account icons via the | |
38 account editor) | |
39 * The space wasted by the group expanders has been eliminated and | |
40 the expander setting in .gtkrc-2.0 is no longer needed | |
41 * Authorization requests don't popup new dialogs any more. They are | |
42 displayed at the bottom of the buddy list instead. | |
43 * New mail notifications don't popup new dialogs any more. The are | |
44 displayed at the top of the buddylist instead. | |
23 | 45 |
24 Conversations and Chats: | 46 Conversations and Chats: |
25 * Timestamps honor the locale. To use the traditional style, | 47 * Timestamps honor the locale. To use the traditional style, |
26 enable the "Message Timestamp Formats" plugin. The plugin | 48 enable the "Message Timestamp Formats" plugin. The plugin |
27 also provides options to show dates in timestamps. | 49 also provides options to show dates in timestamps. |
42 * Warning dialog when closing a window with unread IM messages | 64 * Warning dialog when closing a window with unread IM messages |
43 * In chats right-click on names in the conversation window to | 65 * In chats right-click on names in the conversation window to |
44 IM/Send File/Get info/ignore the user | 66 IM/Send File/Get info/ignore the user |
45 * Added tab management options to the tab right-click menu (Sadrul Habib | 67 * Added tab management options to the tab right-click menu (Sadrul Habib |
46 Chowdhury) | 68 Chowdhury) |
47 * Brand new message queueing system (Casey Harkins) | 69 * Brand new message queueing system. Sounds are played when a |
70 message is queued rather than when the message is dequeued | |
71 (Casey Harkins) | |
48 * Ability to find the last message from a user in a chat (Levi Bard | 72 * Ability to find the last message from a user in a chat (Levi Bard |
49 and Sadrul Habib Chowdhury) | 73 and Sadrul Habib Chowdhury) |
74 * Formatting is preserved across messages | |
75 (There are known issues with pasting formatted text. Either use "Paste | |
76 as Plain Text", hit Ctrl-R after pasting, or use the Clear Formatting | |
77 button on the toolbar.) | |
78 * Performance while joining large chat rooms has been significantly | |
79 improved (Aaron Sheldon, Google Summer of Code) | |
80 * Bi-Directional text support improvements for GtkIMHtml (Shlomi Loubaton) | |
50 | 81 |
51 Sounds: | 82 Sounds: |
52 * Beautiful new default sounds (Brad Turcotte) | 83 * Beautiful new default sounds (Brad Turcotte) |
53 * Use libao for playing sounds via NAS instead of accessing NAS directly | 84 * Use GStreamer for playing sounds, instead of libao |
54 * A volume control in the preferences (Casey Harkins) | 85 * A volume control in the preferences (Casey Harkins) |
55 | 86 |
56 Log Viewer: | 87 Log Viewer: |
57 * Log viewer aggregates logs from the same "Person" | 88 * Log viewer aggregates logs from the same "Person" |
58 * When opening the log viewer, show the most recent log by default | 89 * When opening the log viewer, show the most recent log by default |
59 (Peter McCurdy) | 90 (Peter McCurdy) |
91 * Logs are now saved with the current timezone, which is displayed | |
92 in the log viewer | |
93 * Text logs are linkified, so URLs are clickable | |
94 * The old logger now caches file offsets, so opening the log viewer | |
95 for buddies with old logs should be much faster now if you have large | |
96 log files (except the first time for a log, when the cache is built) | |
60 | 97 |
61 Plugins: | 98 Plugins: |
62 * Plugins are now accessed through a separate dialog from the Tools | 99 * Plugins are now accessed through a separate dialog from the Tools |
63 menu of the Buddy List | 100 menu of the Buddy List |
64 * Newly installed plugins can now be activated without restarting | 101 * Newly installed plugins can now be activated without restarting |
83 * gaim-remote has been superceded by new DBUS bindings within Gaim | 120 * gaim-remote has been superceded by new DBUS bindings within Gaim |
84 (Piotr Zielinski, Google Summer of Code) | 121 (Piotr Zielinski, Google Summer of Code) |
85 * The functionality of the auto-reconnect plugin has been | 122 * The functionality of the auto-reconnect plugin has been |
86 moved into the Gaim core, and the plugin itself has been | 123 moved into the Gaim core, and the plugin itself has been |
87 removed. | 124 removed. |
125 * 'Highlight when nick said' option added to Message Notification | |
126 plugin. | |
127 * The system tray icon is now transparent (Dan Winship) | |
128 * New Log Reader plugin that can read and display logs from Adium, | |
129 MSN Messenger, and Trillian in the log viewer | |
130 * New Contact Availability plugin that attempts to predict the | |
131 times when people in your buddylist will most likely respond | |
132 to you, based on times in the past when they have responded | |
133 (Geoffrey Foster, Google Summer of Code) | |
134 * A few new plugins: Autoaccept, Autoreply, Buddy Notes, New Line, Offline | |
135 Message Emulation, Conversation Colors and Markerline | |
88 | 136 |
89 MSN Features: | 137 MSN Features: |
90 * Custom smiley receiving support (Irving Cordova & Francesco Fracassi) | 138 * Custom smiley receiving support (Irving Cordova & Francesco Fracassi) |
91 * Added support for sending (with the /nudge command) and receiving | 139 * Added support for sending (with the /nudge command) and receiving |
92 "nudges" (Julien Cegarra, Martin Bayard) | 140 "nudges" (Julien Cegarra, Martin Bayard) |
93 * Added an account action to open your Hotmail inbox from MSN | 141 * Added an account action to open your Hotmail inbox from MSN |
142 * Bi-directional text is correctly handled now (Shlomi Loubaton) | |
94 | 143 |
95 Yahoo Features: | 144 Yahoo Features: |
96 * Stealth Settings have been implemented | 145 * Stealth Settings have been implemented |
97 * Doodle is now supported (Andrew Dieffenbach, Google Summer of Code) | 146 * Doodle is now supported (Andrew Dieffenbach, Google Summer of Code) |
98 * Buddies' requests to add you to their lists now prompt for | 147 * Buddies' requests to add you to their lists now prompt for |
102 * Added a /list command to bring up the room list (Peter Lawler) | 151 * Added a /list command to bring up the room list (Peter Lawler) |
103 | 152 |
104 AIM/ICQ Features: | 153 AIM/ICQ Features: |
105 * ICQ file transfer support with newer ICQ clients (Jonathan Clark, | 154 * ICQ file transfer support with newer ICQ clients (Jonathan Clark, |
106 Google Summer of Code) | 155 Google Summer of Code) |
107 * Many overall improvements to OSCAR file transfers (Jonathan Clark, | 156 * Many overall improvements to AIM and ICQ file transfers (Jonathan |
108 Google Summer of Code) | 157 Clark, Google Summer of Code) |
158 * Support for pausing and resuming AIM and ICQ file transfers | |
159 (Graham Booker) | |
109 * Ability to set ICQ "require authorization" and "web aware" | 160 * Ability to set ICQ "require authorization" and "web aware" |
110 setting (Ettore Simone) | 161 setting (Ettore Simone) |
111 * ICQ encoding fix for offline buddies (Ilya Konstantinov) | 162 * ICQ encoding fix for offline buddies (Ilya Konstantinov) |
112 | 163 |
113 IRC Features: | 164 IRC Features: |
114 * SSL support for IRC connections (Daniel Atallah) | 165 * SSL support for IRC connections (Daniel Atallah) |
115 * Show an error message when temporarily unable to join an IRC | 166 * Show an error message when temporarily unable to join an IRC |
116 channel or change your nick | 167 channel or change your nick |
117 * Added /nickserv, /memoserv, /chanserv and /operserv | 168 * Added /nickserv, /memoserv, /chanserv and /operserv |
118 commands (Joao Luís Marques Pinto) | 169 commands (Joao Luís Marques Pinto) |
170 * Added CTCP VERSION via /version (Andrej Krivulčík) | |
119 | 171 |
120 Jabber Features: | 172 Jabber Features: |
121 * Support for SRV lookups | 173 * Support for SRV lookups |
122 * Support for buddy icons | 174 * Support for buddy icons |
123 * Jabber User Directory searching | 175 * Jabber User Directory searching |
130 | 182 |
131 Other Protocol Changes: | 183 Other Protocol Changes: |
132 * Bonjour (Rendezvous) protocol support (Juanjo Molinero Horno, Google | 184 * Bonjour (Rendezvous) protocol support (Juanjo Molinero Horno, Google |
133 Summer of Code) | 185 Summer of Code) |
134 * Updated Gadu-Gadu protocol support (Bartosz Oler, Google Summer of | 186 * Updated Gadu-Gadu protocol support (Bartosz Oler, Google Summer of |
135 Code) | 187 Code). This requires the libgadu library. See |
188 http://gaim.sourceforge.net/faq2.php#libgadu for more information. | |
136 * SIP/SIMPLE support (Thomas Butter, Google Summer of Code) | 189 * SIP/SIMPLE support (Thomas Butter, Google Summer of Code) |
137 * Sametime protocol support | 190 * Sametime protocol support |
191 Requires the meanwhile library: http://meanwhile.sourceforge.net | |
192 * QQ protocol support (Mark Huetsch, Google Summer of Code, and the | |
193 developers of the OpenQ project) | |
194 * Removed the Napster and TOC protocols plugins | |
138 | 195 |
139 Other Noteworthy Changes: | 196 Other Noteworthy Changes: |
197 * The project has new names - libpurple for the core, Pidgin for the Gtk+ | |
198 UI and Finch for the ncurses based console UI (AOL LLC) | |
140 * UPnP and NAT traversal support (Adam J. Warrington, Google Summer of | 199 * UPnP and NAT traversal support (Adam J. Warrington, Google Summer of |
141 Code) | 200 Code) |
142 * The modify account dialog now contains two tabs, which should display | 201 * The modify account dialog now contains two tabs, which should display |
143 better at lower resolutions (Sadrul Habib Chowdhury) | 202 better at lower resolutions (Sadrul Habib Chowdhury) |
144 * New "find buddy" results dialog (Alex Converse) | 203 * New "find buddy" results dialog (Alex Converse) |
145 * People using input methods can now use Enter again | 204 * People using input methods can now use Enter again |
146 * GNOME users can open received files by clicking on "Open" in the | |
147 file transfer window | |
148 * Mouse-over hyperlink coloring is now themeable | 205 * Mouse-over hyperlink coloring is now themeable |
149 * Buddy Pounces now have a proper management window. (Kevin Stange) | 206 * Buddy Pounces now have a proper management window. (Kevin Stange) |
150 * Buddy icons maintain aspect ratio when resized | 207 * Buddy icons maintain aspect ratio when resized |
151 * The last used directory is remembered for opening or saving files and | 208 * The last used directory is remembered for opening or saving files and |
152 buddy icons | 209 buddy icons |
155 the core. (Jean-Yves Lefort) | 212 the core. (Jean-Yves Lefort) |
156 * Smiley themes can now include spaces in the smiley definitions. | 213 * Smiley themes can now include spaces in the smiley definitions. |
157 The spaces (and now backslashes) must be backslash-escaped. | 214 The spaces (and now backslashes) must be backslash-escaped. |
158 (Sadrul Habib Chowdhury) | 215 (Sadrul Habib Chowdhury) |
159 * New e-mail notices are now grouped into one dialog. | 216 * New e-mail notices are now grouped into one dialog. |
160 (Sadrul Habib Chowdhury) | 217 (Sadrul Habib Chowdhury, Chris Stafford) |
218 * "Open" in the File Transfer window integrates with GNOME, KDE, and | |
219 Windows and falls back to the browser in other environments. | |
220 * On Mac OS X, the keyboard/mouse idle time pref now uses system idle | |
221 time instead of X11 idle time (Michael Culbertson) | |
222 * Autocomplete in the buddy pounce dialog (Sadrul Habib Chowdhury) | |
223 * Non-blocking socket I/O is used in most protocol plugins | |
224 * All-new icons all over the place (Hylke Bons) | |
161 | 225 |
162 Preference Changes: | 226 Preference Changes: |
163 * Preferences have been substantially reorganized and cleaned up | 227 * Preferences have been substantially reorganized and cleaned up |
164 * Smiley theme descriptions are now shown correctly for the highlighted | 228 * Smiley theme descriptions are now shown correctly for the highlighted |
165 smiley theme (Levi Bard) | 229 smiley theme (Levi Bard) |
650 * Removed "Sending message removes away status", default to no | 714 * Removed "Sending message removes away status", default to no |
651 * Removed "Show numbers in groups", default to yes | 715 * Removed "Show numbers in groups", default to yes |
652 * Removed "Icons on tabs", default to yes | 716 * Removed "Icons on tabs", default to yes |
653 * Removed "Sounds when you log in", default to no | 717 * Removed "Sounds when you log in", default to no |
654 * Removed "Seconds before resending autoresponse", default to 600 | 718 * Removed "Seconds before resending autoresponse", default to 600 |
655 seconds | 719 seconds |
656 * Removed "Send autoresponse in active conversations", default to no | 720 * Removed "Send autoresponse in active conversations", default to no |
657 * Removed "Show people joining in window", default to yes | 721 * Removed "Show people joining in window", default to yes |
658 * Removed "Show people leaving in window", default to yes | 722 * Removed "Show people leaving in window", default to yes |
659 | 723 |
660 version 0.77 (04/22/2004): | 724 version 0.77 (04/22/2004): |
918 * Privacy core/UI split. | 982 * Privacy core/UI split. |
919 * Conversation placement by group now applies to chats in the buddy | 983 * Conversation placement by group now applies to chats in the buddy |
920 list as well. | 984 list as well. |
921 * Events in a conversation (user logged in, logged out, window closed, | 985 * Events in a conversation (user logged in, logged out, window closed, |
922 etc.) now grey the tab. | 986 etc.) now grey the tab. |
923 * Various bug fixes (larne from irc, Tim Ringenbach, Bjoern | 987 * Various bug fixes (larne from irc, Tim Ringenbach, Bjoern |
924 Voigt, Paul A (darkrain)) | 988 Voigt, Paul A (darkrain)) |
925 | 989 |
926 version 0.66 (07/18/2003): | 990 version 0.66 (07/18/2003): |
927 * Freebsd compile fix (Matthew Luckie) | 991 * Freebsd compile fix (Matthew Luckie) |
928 * .spec file improvements (Ethan Blanton) | 992 * .spec file improvements (Ethan Blanton) |
980 support, and MSN Mobile support. | 1044 support, and MSN Mobile support. |
981 * Buddy list speed enhancements (Thanks Ethan Blanton). | 1045 * Buddy list speed enhancements (Thanks Ethan Blanton). |
982 * Napster protocol updates (Thanks Auke Kok). | 1046 * Napster protocol updates (Thanks Auke Kok). |
983 | 1047 |
984 version 0.62 (04/23/2003): | 1048 version 0.62 (04/23/2003): |
985 * Keyboard shortcuts in the buddy list work again (Thanks Joe | 1049 * Keyboard shortcuts in the buddy list work again (Thanks Joe |
986 Clarke). | 1050 Clarke). |
987 * Support for Jabber XHTML messages | 1051 * Support for Jabber XHTML messages |
988 * Ability to re-request authorization from ICQ and Jabber users by right | 1052 * Ability to re-request authorization from ICQ and Jabber users by right |
989 clicking on them in your buddy list. | 1053 clicking on them in your buddy list. |
990 * Improved Zephyr internationalization. | 1054 * Improved Zephyr internationalization. |
991 * Bug causing 'Hide on Send' windows to be lost forever fixed. | 1055 * Bug causing 'Hide on Send' windows to be lost forever fixed. |
992 * Iconified windows are now raised properly. | 1056 * Iconified windows are now raised properly. |
993 * Dates printed for old/offline messages. | 1057 * Dates printed for old/offline messages. |
999 Dave Camp) | 1063 Dave Camp) |
1000 * Fixed a bug involving dragging buddies and groups | 1064 * Fixed a bug involving dragging buddies and groups |
1001 * Re-implemented the logout icons. | 1065 * Re-implemented the logout icons. |
1002 * New icons for "away" and "aol" (Thanks, Moses Lei) | 1066 * New icons for "away" and "aol" (Thanks, Moses Lei) |
1003 | 1067 |
1004 version 0.60 (04/04/2003): | 1068 version 0.60 (04/04/2003): |
1005 Core: | 1069 Core: |
1006 * Auto-loading protocol plugins. | 1070 * Auto-loading protocol plugins. |
1007 * Plugins dialog and perl script menu merged into preferences. | 1071 * Plugins dialog and perl script menu merged into preferences. |
1008 * Don't auto-login if an existing Gaim session is already | 1072 * Don't auto-login if an existing Gaim session is already |
1009 running. | 1073 running. |
1011 * -n, --loginwin option to disable autologins. | 1075 * -n, --loginwin option to disable autologins. |
1012 * Added support for gettext 0.11.x. | 1076 * Added support for gettext 0.11.x. |
1013 * Added support for automake 1.6. | 1077 * Added support for automake 1.6. |
1014 * aim:// URI's supported with gaim-remote command. | 1078 * aim:// URI's supported with gaim-remote command. |
1015 * Quit Gaim remotely with gaim-remote. (Thanks, John Silvestri) | 1079 * Quit Gaim remotely with gaim-remote. (Thanks, John Silvestri) |
1016 * Added rudimentary support for X11R6 session management. (Thanks, | 1080 * Added rudimentary support for X11R6 session management. (Thanks, |
1017 Robert McQueen) | 1081 Robert McQueen) |
1018 * Conversation backend and UI are now separated. (Thanks, | 1082 * Conversation backend and UI are now separated. (Thanks, |
1019 Christian Hammond) | 1083 Christian Hammond) |
1020 * Asynchronous, non-blocking, DNS function (Thanks, Nicolas | 1084 * Asynchronous, non-blocking, DNS function (Thanks, Nicolas |
1021 Lichtmaier) | 1085 Lichtmaier) |
1022 * As a side effect of the above: IPv6 support. Tested only with IRC | 1086 * As a side effect of the above: IPv6 support. Tested only with IRC |
1023 (you can receive ipv6 chat requests from irssi!). | 1087 (you can receive ipv6 chat requests from irssi!). |
1024 | 1088 |
1025 Plugins: | 1089 Plugins: |
1026 * Tray icon plugin--replaces the old GNOME applet. You'll need | 1090 * Tray icon plugin--replaces the old GNOME applet. You'll need |
1027 the panel Notification Area applet (aka system-tray-applet) | 1091 the panel Notification Area applet (aka system-tray-applet) |
1028 for GNOME 2, or the Kicker for KDE 3.1. (Thanks, Robert | 1092 for GNOME 2, or the Kicker for KDE 3.1. (Thanks, Robert |
1029 McQueen, Nicolás Lichtmaier, Kristian Rietveld, Ari Pollak & | 1093 McQueen, Nicolás Lichtmaier, Kristian Rietveld, Ari Pollak & |
1030 Patrick Aussems) | 1094 Patrick Aussems) |
1031 * Added GAIM::remove_event_handler and made set_info short | 1095 * Added GAIM::remove_event_handler and made set_info short |
1032 circuitable in perl. (Thanks, Ryan McCabe) | 1096 circuitable in perl. (Thanks, Ryan McCabe) |
1033 * event_del_conversation for plugins. (Thanks, Bill Tompkins) | 1097 * event_del_conversation for plugins. (Thanks, Bill Tompkins) |
1038 * Fortune profile added to source. | 1102 * Fortune profile added to source. |
1039 | 1103 |
1040 AIM/ICQ: | 1104 AIM/ICQ: |
1041 * TOC no longer compiles statically by default--use OSCAR. | 1105 * TOC no longer compiles statically by default--use OSCAR. |
1042 * ICQ plugin no longer gets built--use OSCAR. | 1106 * ICQ plugin no longer gets built--use OSCAR. |
1043 * Server-stored buddy lists for ICQ with full support for | 1107 * Server-stored buddy lists for ICQ with full support for |
1044 authorization (Thanks, Mark Doliner) | 1108 authorization (Thanks, Mark Doliner) |
1045 * File send/receive support for Aim over Oscar (Thanks, William T. | 1109 * File send/receive support for Aim over Oscar (Thanks, William T. |
1046 Mahan and Mark Doliner) | 1110 Mahan and Mark Doliner) |
1047 * Non-direct connect typing notification for AIM over OSCAR. | 1111 * Non-direct connect typing notification for AIM over OSCAR. |
1048 (Thanks, Mark Doliner) | 1112 (Thanks, Mark Doliner) |
1049 * Allow only people in buddy list privacy option added for AIM. | 1113 * Allow only people in buddy list privacy option added for AIM. |
1050 * Full ICQ info reading support. (Thanks, Vincas Ciziunas) | 1114 * Full ICQ info reading support. (Thanks, Vincas Ciziunas) |
1053 synchronization for moving individual AIM buddy to new | 1117 synchronization for moving individual AIM buddy to new |
1054 group improved. (Thanks, Mark Doliner) | 1118 group improved. (Thanks, Mark Doliner) |
1055 * Ability to add screenname@mac.com people to AIM buddy lists. | 1119 * Ability to add screenname@mac.com people to AIM buddy lists. |
1056 (Thanks, Graham Booker) | 1120 (Thanks, Graham Booker) |
1057 * Ability to change ICQ password. (Thanks, Mark Doliner) | 1121 * Ability to change ICQ password. (Thanks, Mark Doliner) |
1058 * Option to have AIM notify you if you have | 1122 * Option to have AIM notify you if you have |
1059 unread mail. (Thanks, Mark Doliner) | 1123 unread mail. (Thanks, Mark Doliner) |
1060 * Parse URL messages, Contact Sending and Pager Messages | 1124 * Parse URL messages, Contact Sending and Pager Messages |
1061 in ICQ. (Thanks, Mark Doliner) | 1125 in ICQ. (Thanks, Mark Doliner) |
1062 * use snprintf instead of sprintf. (Thanks, William T. Mahan) | 1126 * use snprintf instead of sprintf. (Thanks, William T. Mahan) |
1063 * Fixed crashbug on empty rvous requests. (Thanks Brandon Scott | 1127 * Fixed crashbug on empty rvous requests. (Thanks Brandon Scott |
1064 (Xeon) for pointing this out, and Matt Pandina for the patch) | 1128 (Xeon) for pointing this out, and Matt Pandina for the patch) |
1065 * Nice Oscar changes--mostly internal. (Thanks, Mark Doliner) | 1129 * Nice Oscar changes--mostly internal. (Thanks, Mark Doliner) |
1066 | 1130 |
1067 IRC: | 1131 IRC: |
1068 * Added more IRC slash commands -- /W, /VERSION, /MODE, /CTCP stuff, | 1132 * Added more IRC slash commands -- /W, /VERSION, /MODE, /CTCP stuff, |
1069 -- and other cool IRC enhancments. (Thanks, Jonas Birmé) | 1133 -- and other cool IRC enhancments. (Thanks, Jonas Birmé) |
1070 * IRC's /topic with no argument displays the current topic (Thanks, | 1134 * IRC's /topic with no argument displays the current topic (Thanks, |
1071 Mark Doliner) | 1135 Mark Doliner) |
1072 * DCC File Receive support for IRC. | 1136 * DCC File Receive support for IRC. |
1073 * Optional password on IRC accounts. (Thanks, Christian Hammond) | 1137 * Optional password on IRC accounts. (Thanks, Christian Hammond) |
1074 * Added half-op support. | 1138 * Added half-op support. |
1075 | 1139 |
1077 * Jabber invisibility and permanently cancel sending on- | 1141 * Jabber invisibility and permanently cancel sending on- |
1078 line status to Jabber buddies. | 1142 line status to Jabber buddies. |
1079 * Jabber roster updated on group renames. | 1143 * Jabber roster updated on group renames. |
1080 * Fixed a possible segfault when signing off Jabber. (Thanks, | 1144 * Fixed a possible segfault when signing off Jabber. (Thanks, |
1081 Craig Boston) | 1145 Craig Boston) |
1082 * Improved typing notification support for Jabber and | 1146 * Improved typing notification support for Jabber and |
1083 Yahoo! (Thanks, Nathan Walp) | 1147 Yahoo! (Thanks, Nathan Walp) |
1084 * File receive support for Jabber. (Thanks, Nathan Walp) | 1148 * File receive support for Jabber. (Thanks, Nathan Walp) |
1085 | 1149 |
1086 MSN: | 1150 MSN: |
1087 * MSN users are notified when the other party closes the conversation | 1151 * MSN users are notified when the other party closes the conversation |
1088 window. (Thanks, Christian Hammond) | 1152 window. (Thanks, Christian Hammond) |
1089 * File receive support for MSN. (Thanks, Christian Hammond) | 1153 * File receive support for MSN. (Thanks, Christian Hammond) |
1090 | 1154 |
1091 Internationalization: | 1155 Internationalization: |
1092 * Now using libiconv for better i18n support (Thanks, Junichi | 1156 * Now using libiconv for better i18n support (Thanks, Junichi |
1093 Uekawa) | 1157 Uekawa) |
1094 * Lots of i18n fixes (Thanks Matt Wilson, Ethan Blanton, A Lee) | 1158 * Lots of i18n fixes (Thanks Matt Wilson, Ethan Blanton, A Lee) |
1095 * Correct i18n handling for many parts of AIM/ICQ, including | 1159 * Correct i18n handling for many parts of AIM/ICQ, including |
1096 instant messages, away messages, and profiles (Thanks, | 1160 instant messages, away messages, and profiles (Thanks, |
1097 Ethan Blanton) | 1161 Ethan Blanton) |
1098 * Improved MSN internationalization (Thanks, A Lee) | 1162 * Improved MSN internationalization (Thanks, A Lee) |
1099 | 1163 |
1100 Other: | 1164 Other: |
1101 * Optionally uniquely colorize nicks in chats | 1165 * Optionally uniquely colorize nicks in chats |
1106 Reisner) | 1170 Reisner) |
1107 * Removed Ctrl-C binding for color | 1171 * Removed Ctrl-C binding for color |
1108 * Fix first message in tab not displaying bug (Thanks, Etan Reisner) | 1172 * Fix first message in tab not displaying bug (Thanks, Etan Reisner) |
1109 * Changed some default options | 1173 * Changed some default options |
1110 * Updated desktop and window icons (Thanks, Robert McQueen) | 1174 * Updated desktop and window icons (Thanks, Robert McQueen) |
1111 * Switch the .desktop file to the new KDE/GNOME common vfolder | 1175 * Switch the .desktop file to the new KDE/GNOME common vfolder |
1112 format (Thanks, Robert McQueen) | 1176 format (Thanks, Robert McQueen) |
1113 * Removed all deprecated GTK calls. Now 100% GTK 2. (Thanks Nathan | 1177 * Removed all deprecated GTK calls. Now 100% GTK 2. (Thanks Nathan |
1114 Walp, Christian Hammond, Ari Pollak, Ethan Blanton, Robert McQueen) | 1178 Walp, Christian Hammond, Ari Pollak, Ethan Blanton, Robert McQueen) |
1115 * Read proxy environment variables. (Thanks, Christian Hammond) | 1179 * Read proxy environment variables. (Thanks, Christian Hammond) |
1116 * Fixed security vulnerability with manual browser option (Thanks, | 1180 * Fixed security vulnerability with manual browser option (Thanks, |
1117 Robert McQueen) | 1181 Robert McQueen) |
1118 * Can get info for ICQ and Jabber users from the "Edit | 1182 * Can get info for ICQ and Jabber users from the "Edit |
1119 Buddies" tab (Thanks, Brian Bernas) | 1183 Buddies" tab (Thanks, Brian Bernas) |
1120 * Code cleanups and fixes (Thanks, Federico Mena Quintero and | 1184 * Code cleanups and fixes (Thanks, Federico Mena Quintero and |
1121 Ka-Hing Cheung) | 1185 Ka-Hing Cheung) |
1122 * Word-wrapping on mail notification text (Thanks, Andrew Molloy) | 1186 * Word-wrapping on mail notification text (Thanks, Andrew Molloy) |
1123 * Generic File Transfer PRPL interface (Thanks, Christian Hammond) | 1187 * Generic File Transfer PRPL interface (Thanks, Christian Hammond) |
1124 * Better supression of auto-responses (Thanks, Joshua Blanton) | 1188 * Better supression of auto-responses (Thanks, Joshua Blanton) |
1125 * Drag-and-drop tabs in conversations, and multiple windows with tabs | 1189 * Drag-and-drop tabs in conversations, and multiple windows with tabs |
1126 in each (Thanks, Christian Hammond) | 1190 in each (Thanks, Christian Hammond) |
1127 | 1191 |
1128 version 0.59.9 (03/01/2003): | 1192 version 0.59.9 (03/01/2003): |
1129 * Updated zh_TW.po file (Thanks breeze833) | 1193 * Updated zh_TW.po file (Thanks breeze833) |
1130 * Fix an oscar bug that caused some messages from | 1194 * Fix an oscar bug that caused some messages from |
1131 AOL 8.0 to be dropped (Thanks Mark Doliner) | 1195 AOL 8.0 to be dropped (Thanks Mark Doliner) |
1132 * Changed "openprojects" to "freenode" in irc.c | 1196 * Changed "openprojects" to "freenode" in irc.c |
1133 * Fixed charset conversion on systems which use a BOM for UCS-4 | 1197 * Fixed charset conversion on systems which use a BOM for UCS-4 |
1134 (Thanks, Alfredo Pen~a, Ethan Blanton) | 1198 (Thanks, Alfredo Pen~a, Ethan Blanton) |
1135 * Fixed a typo in the man page (Thanks Eric S. Raymond) | 1199 * Fixed a typo in the man page (Thanks Eric S. Raymond) |
1136 | 1200 |
1137 version 0.59.8 (01/06/2003): | 1201 version 0.59.8 (01/06/2003): |
1138 * Ripped out all gtk2 support (Thanks Nathan Walp). | 1202 * Ripped out all gtk2 support (Thanks Nathan Walp). |
1173 * Reversed patch that accidentally caused Yahoo | 1237 * Reversed patch that accidentally caused Yahoo |
1174 not to connect--for implementation reasons | 1238 not to connect--for implementation reasons |
1175 * Changed "color" binding to Ctrl-K. | 1239 * Changed "color" binding to Ctrl-K. |
1176 * Unaliaising a person in the "Online" tab will show up | 1240 * Unaliaising a person in the "Online" tab will show up |
1177 in the "Edit" tab as well (Thanks, Jason Willis) | 1241 in the "Edit" tab as well (Thanks, Jason Willis) |
1178 * Internationalization fixes, esp. with UTF-8 locales | 1242 * Internationalization fixes, esp. with UTF-8 locales |
1179 (Thanks Matt Wilson and Ethan Blanton) | 1243 (Thanks Matt Wilson and Ethan Blanton) |
1180 | 1244 |
1181 version 0.59.2 (09/09/2002): | 1245 version 0.59.2 (09/09/2002): |
1182 * Japanese translation updated (Thanks, Junichi Uekawa) | 1246 * Japanese translation updated (Thanks, Junichi Uekawa) |
1183 * Won't crash when you set your MSN Friendly name to an | 1247 * Won't crash when you set your MSN Friendly name to an |
1210 Development will continue in our main branch in GTK+ 2 only. | 1274 Development will continue in our main branch in GTK+ 2 only. |
1211 * Fixed a security bug in the manual browser setting (Thanks | 1275 * Fixed a security bug in the manual browser setting (Thanks |
1212 Robert McQueen) | 1276 Robert McQueen) |
1213 * Now using libiconv for better i18n support (Thanks Junichi | 1277 * Now using libiconv for better i18n support (Thanks Junichi |
1214 Uekawa) | 1278 Uekawa) |
1215 * Will work with Perl 5.8 (thanks, Timothy Lee and Dan | 1279 * Will work with Perl 5.8 (thanks, Timothy Lee and Dan |
1216 Colascione) | 1280 Colascione) |
1217 * Fix for HTTP proxies (thanks, Ethan Blanton) | 1281 * Fix for HTTP proxies (thanks, Ethan Blanton) |
1218 * Read proxy environment variables. (thanks, Christian Hammond) | 1282 * Read proxy environment variables. (thanks, Christian Hammond) |
1219 * Use the pretty gaim.png for our menu entry. | 1283 * Use the pretty gaim.png for our menu entry. |
1220 * Added support for gettext 0.11.x. | 1284 * Added support for gettext 0.11.x. |
1221 | 1285 |
1222 version 0.59 (06/24/2002): | 1286 version 0.59 (06/24/2002): |
1236 * Zephyr fixes (thanks, Arun A. Tharuvai) | 1300 * Zephyr fixes (thanks, Arun A. Tharuvai) |
1237 * Aliases in buddy ticker | 1301 * Aliases in buddy ticker |
1238 * Perl scripts can play Gaim sounds (thanks Andrew Rodland) | 1302 * Perl scripts can play Gaim sounds (thanks Andrew Rodland) |
1239 * Internal sounds can be played by commands (thanks Lex Spoon) | 1303 * Internal sounds can be played by commands (thanks Lex Spoon) |
1240 * Auto-login item in applet menu (thanks Chris Boyle) | 1304 * Auto-login item in applet menu (thanks Chris Boyle) |
1241 * Fixed MSN "Unkown Error Code", "Already there", and | 1305 * Fixed MSN "Unkown Error Code", "Already there", and |
1242 "Already in opposite list" errors | 1306 "Already in opposite list" errors |
1243 * Changed "Play sound" button to "Mute" button | 1307 * Changed "Play sound" button to "Mute" button |
1244 * You can now have "reserved" chars in IM and proxy passwords | 1308 * You can now have "reserved" chars in IM and proxy passwords |
1245 * Jabber now has typing notification (Thanks, Nathan Walp) | 1309 * Jabber now has typing notification (Thanks, Nathan Walp) |
1246 * Improved support for Jabber resources (Thanks, Nathan Walp) | 1310 * Improved support for Jabber resources (Thanks, Nathan Walp) |
1253 * Added capability for protocol-specific edit buddy menu entries | 1317 * Added capability for protocol-specific edit buddy menu entries |
1254 * Can now remove a Jabber buddy roster item from the server | 1318 * Can now remove a Jabber buddy roster item from the server |
1255 entirely | 1319 entirely |
1256 * Gaim can now handle messages from Mac ICQ and Miranda ICQ | 1320 * Gaim can now handle messages from Mac ICQ and Miranda ICQ |
1257 (Thanks, Mark Doliner) | 1321 (Thanks, Mark Doliner) |
1258 * Added Mozilla to browser options and changed KFM to | 1322 * Added Mozilla to browser options and changed KFM to |
1259 Konqueror. | 1323 Konqueror. |
1260 * Can now set the server and port for MSN and Napster | 1324 * Can now set the server and port for MSN and Napster |
1261 * MSN Internationalization (Thanks Felipe Contreras and | 1325 * MSN Internationalization (Thanks Felipe Contreras and |
1262 countless, countless others) | 1326 countless, countless others) |
1263 * E-mail addresses are no longer truncated when there is a '.' at | 1327 * E-mail addresses are no longer truncated when there is a '.' at |
1264 the end. | 1328 the end. |
1265 | 1329 |
1266 version 0.58 (05/13/2002): | 1330 version 0.58 (05/13/2002): |
1267 * Better applet transparency | 1331 * Better applet transparency |
1268 * Option to raise buddy list on signons/signoffs | 1332 * Option to raise buddy list on signons/signoffs |
1269 * Formatting of incoming MSN messages | 1333 * Formatting of incoming MSN messages |
1270 * Get Info from menu multiple-account-aware (thanks | 1334 * Get Info from menu multiple-account-aware (thanks |
1271 Brian Bernas) | 1335 Brian Bernas) |
1272 * Hide and unhide functions for the filectl plugin. | 1336 * Hide and unhide functions for the filectl plugin. |
1273 (Thanks, Ari Pollak) | 1337 (Thanks, Ari Pollak) |
1274 * Added helpful stuff to the Help menu. | 1338 * Added helpful stuff to the Help menu. |
1314 * libjabber upgraded to most recent stable version | 1378 * libjabber upgraded to most recent stable version |
1315 * Buddylist looks a little better | 1379 * Buddylist looks a little better |
1316 * Fixed MSN privacy settings | 1380 * Fixed MSN privacy settings |
1317 * Group deletion fix (Thanks Mark Doliner) | 1381 * Group deletion fix (Thanks Mark Doliner) |
1318 * Alias/Group syncronization for Jabber (Thanks JSeymour) | 1382 * Alias/Group syncronization for Jabber (Thanks JSeymour) |
1319 * Fixed broken signal handling in gdm-started GNOME sessions | 1383 * Fixed broken signal handling in gdm-started GNOME sessions |
1320 (Thanks Jim Seymour, Vann, Robert McQueen) | 1384 (Thanks Jim Seymour, Vann, Robert McQueen) |
1321 * Oscar group syncronization (Thanks, Mark Doliner) | 1385 * Oscar group syncronization (Thanks, Mark Doliner) |
1322 * ICQ Authorization via Oscar (Thanks, Mark Doliner) | 1386 * ICQ Authorization via Oscar (Thanks, Mark Doliner) |
1323 | 1387 |
1324 version 0.55 (03/29/2002): | 1388 version 0.55 (03/29/2002): |
1325 * Jabber improvements (Thanks Jim Seymour) | 1389 * Jabber improvements (Thanks Jim Seymour) |
1326 * Various sound cleanups (Thanks Robert McQueen) | 1390 * Various sound cleanups (Thanks Robert McQueen) |
1327 * Login process shown in single window (Thanks Michael | 1391 * Login process shown in single window (Thanks Michael |
1328 Golden) | 1392 Golden) |
1329 * Can reorder your accounts in the account editor (Thanks | 1393 * Can reorder your accounts in the account editor (Thanks |
1330 Luke Schierer) | 1394 Luke Schierer) |
1331 * Shows "mobile" icon for Oscar buddies using mobile | 1395 * Shows "mobile" icon for Oscar buddies using mobile |
1332 devices (Thanks Mark Doliner) | 1396 devices (Thanks Mark Doliner) |
1333 * Fixed bug in MSN smilies that crashed PPC (and other?) platforms | 1397 * Fixed bug in MSN smilies that crashed PPC (and other?) platforms |
1334 * HTTP Proxy settings now HTTP compliant (Thanks Robert McQueen) | 1398 * HTTP Proxy settings now HTTP compliant (Thanks Robert McQueen) |
1335 * Speling corections (Thanks Tero Kuusela) | 1399 * Speling corections (Thanks Tero Kuusela) |
1336 * Oscar list icon fixes (Thanks Mark Doliner) | 1400 * Oscar list icon fixes (Thanks Mark Doliner) |
1337 * Oscar idle times work again (Thanks Mark Doliner) | 1401 * Oscar idle times work again (Thanks Mark Doliner) |
1338 * Protocol icons on Edit Buddies tab (Thanks Christian Hammond) | 1402 * Protocol icons on Edit Buddies tab (Thanks Christian Hammond) |
1339 | 1403 |
1340 version 0.54 (03/14/2002): | 1404 version 0.54 (03/14/2002): |
1341 * Compiles without GdkPixbuf again | 1405 * Compiles without GdkPixbuf again |
1342 * GtkIMHtml will refresh when you set a new GTK+ theme | 1406 * GtkIMHtml will refresh when you set a new GTK+ theme |
1343 * Improved Yahoo! typing notification (thanks Brian Macke) | 1407 * Improved Yahoo! typing notification (thanks Brian Macke) |
1344 * Prompt to authorize MSN buddies who added you while you | 1408 * Prompt to authorize MSN buddies who added you while you |
1345 were offline (Thanks Jason Willis) | 1409 were offline (Thanks Jason Willis) |
1346 * Option to globally disable Buddy Icon animation (Thanks | 1410 * Option to globally disable Buddy Icon animation (Thanks |
1347 Luke Schierer) | 1411 Luke Schierer) |
1348 * Numerous bugfixes | 1412 * Numerous bugfixes |
1349 * Yahoo! will tell you when your buddies are playing Yahoo! | 1413 * Yahoo! will tell you when your buddies are playing Yahoo! |
1350 games and give you the ability to join them | 1414 games and give you the ability to join them |
1351 * Yahoo! can receive offline messages | 1415 * Yahoo! can receive offline messages |
1352 * IRC can do DCC chat. | 1416 * IRC can do DCC chat. |
1353 * IRC will convert HTML formatting to mIRC formatting. | 1417 * IRC will convert HTML formatting to mIRC formatting. |
1354 * Buddylist tab placement option (Thanks Jason Willis) | 1418 * Buddylist tab placement option (Thanks Jason Willis) |
1355 * Protocol specific smiley faces | 1419 * Protocol specific smiley faces |
1448 * ICQ works on big-endian platforms, e.g. sparc and ppc | 1512 * ICQ works on big-endian platforms, e.g. sparc and ppc |
1449 (thanks to Nathan Walp and Ben Miller) | 1513 (thanks to Nathan Walp and Ben Miller) |
1450 * Better applet icon drawing (thanks to Ari Pollak) | 1514 * Better applet icon drawing (thanks to Ari Pollak) |
1451 * An extraordinary number of bug fixes | 1515 * An extraordinary number of bug fixes |
1452 * Ability to stop animation on buddy icons, restart animation, | 1516 * Ability to stop animation on buddy icons, restart animation, |
1453 hide certain buddy icons, and save people's buddy icons, all | 1517 hide certain buddy icons, and save people's buddy icons, all |
1454 through a right-click menu | 1518 through a right-click menu |
1455 * Event handlers in perl passed arguments as elements of | 1519 * Event handlers in perl passed arguments as elements of |
1456 an array rather than all concatenated as a string, making | 1520 an array rather than all concatenated as a string, making |
1457 perl much easier to use (thanks Dennis Lambe Jr.) | 1521 perl much easier to use (thanks Dennis Lambe Jr.) |
1458 * Can pass an argument to timeout_handlers in perl | 1522 * Can pass an argument to timeout_handlers in perl |
1459 (thanks Artem Litvinovich) | 1523 (thanks Artem Litvinovich) |
1460 * Redesigned Modify Account window (thanks Sean Egan) | 1524 * Redesigned Modify Account window (thanks Sean Egan) |
1461 * Add buddy dialog now lets you select which protocol | 1525 * Add buddy dialog now lets you select which protocol |
1462 to add the buddy to | 1526 to add the buddy to |
1463 * Pressing 'signon' on the first screen for accounts that | 1527 * Pressing 'signon' on the first screen for accounts that |
1464 do not require passwords no longer incorrectly displays | 1528 do not require passwords no longer incorrectly displays |
1465 an error message. | 1529 an error message. |
1466 | 1530 |
1467 version 0.45 (10/04/2001): | 1531 version 0.45 (10/04/2001): |
1468 * New plugin event: event_chat_send_invite | 1532 * New plugin event: event_chat_send_invite |
1469 * Major updates to the perl system (reread PERL-HOWTO and | 1533 * Major updates to the perl system (reread PERL-HOWTO and |
1688 two different protocols. (Oscar and TOC share the same file.) | 1752 two different protocols. (Oscar and TOC share the same file.) |
1689 * More Protocol plugins: | 1753 * More Protocol plugins: |
1690 MSN (plugins/msn) | 1754 MSN (plugins/msn) |
1691 | 1755 |
1692 version 0.11.0-pre2 (12/04/2000): | 1756 version 0.11.0-pre2 (12/04/2000): |
1693 * Fixed a segfault with a bad util.c | 1757 * Fixed a segfault with a bad util.c |
1694 | 1758 |
1695 version 0.11.0-pre1 (12/03/2000): | 1759 version 0.11.0-pre1 (12/03/2000): |
1696 * Multiple connections | 1760 * Multiple connections |
1697 * Protocol plugins: | 1761 * Protocol plugins: |
1698 IRC (plugins/irc.c) | 1762 IRC (plugins/irc.c) |
1730 * Oscar works again. Pay no attention to Slashdot. | 1794 * Oscar works again. Pay no attention to Slashdot. |
1731 * gtkhtml handles background colours better. | 1795 * gtkhtml handles background colours better. |
1732 * A third conversation window display preference. | 1796 * A third conversation window display preference. |
1733 * Better support for things like Sawfish | 1797 * Better support for things like Sawfish |
1734 | 1798 |
1735 version 0.10.0 (09/11/2000): | 1799 version 0.10.0 (09/11/2000): |
1736 * New Smiley Faces and Pixmaps added. | 1800 * New Smiley Faces and Pixmaps added. |
1737 * Smiley faces now properly wrap in the conversation windows. | 1801 * Smiley faces now properly wrap in the conversation windows. |
1738 * Smiley dialog | 1802 * Smiley dialog |
1739 * Fixed 0-byte file segfault. | 1803 * Fixed 0-byte file segfault. |
1740 * Borderless buttons (for that cool pop-up look) | 1804 * Borderless buttons (for that cool pop-up look) |
1744 * Support for %n, %d, and %t in away messages. Thanks bmiller! | 1808 * Support for %n, %d, and %t in away messages. Thanks bmiller! |
1745 * Background colors | 1809 * Background colors |
1746 * Redesigned preferences dialog | 1810 * Redesigned preferences dialog |
1747 * Redesigned conversation dialog | 1811 * Redesigned conversation dialog |
1748 * Removed the Lag-O-Meter (Lag-O-Meter is now a plugin) | 1812 * Removed the Lag-O-Meter (Lag-O-Meter is now a plugin) |
1749 * Socks 4/5 Proxy works | 1813 * SOCKS 4/5 proxy works |
1750 * Buddy Pounces are now saved in .gaimrc | 1814 * Buddy Pounces are now saved in .gaimrc |
1751 * Buddy Chats are now saved in .gaimrc | 1815 * Buddy Chats are now saved in .gaimrc |
1752 * Ability to merge gaim, aim2, aim4 buddylists. Thanks again bmiller! | 1816 * Ability to merge gaim, aim2, aim4 buddylists. Thanks again bmiller! |
1753 * ICQ-style aliases. This lets you change the name you see your buddy | 1817 * ICQ-style aliases. This lets you change the name you see your buddy |
1754 as. For example, if your buddy's SN is 'CouldntGetMyName', you can | 1818 as. For example, if your buddy's SN is 'CouldntGetMyName', you can |
1755 alias him as 'Loser'. | 1819 alias him as 'Loser'. |
1756 * Compile with GNOME bits if available | 1820 * Compile with GNOME bits if available |
1757 * Added GNOME Url Handler as an available web-browser | 1821 * Added GNOME Url Handler as an available web-browser |
1758 * Added the S html tag. | 1822 * Added the S html tag. |
1759 * Optionally Ignore TiK's Automated Messages | 1823 * Optionally Ignore TiK's Automated Messages |
1760 * Option to beep instead of play sound | 1824 * Option to beep instead of play sound |
1761 * New icons for panel (depends on some GNOME pixmaps) | 1825 * New icons for panel (depends on some GNOME pixmaps) |
1762 * Perl scripting. See plugins/PERL-HOWTO for how to write perl scripts. | 1826 * Perl scripting. See plugins/PERL-HOWTO for how to write perl scripts. |
1763 All .pl files in ~/.gaim are autoloaded when gaim starts. | 1827 All .pl files in ~/.gaim are autoloaded when gaim starts. |
1765 | 1829 |
1766 version 0.9.20 (07/14/2000): | 1830 version 0.9.20 (07/14/2000): |
1767 * More plugin events, more plugin features | 1831 * More plugin events, more plugin features |
1768 * Run-time OSCAR support | 1832 * Run-time OSCAR support |
1769 * Added buddy list ticker (See prefs/Appearance). Clicking on a | 1833 * Added buddy list ticker (See prefs/Appearance). Clicking on a |
1770 name will cause a new or previous IM window to display for | 1834 name will cause a new or previous IM window to display for |
1771 that screenname | 1835 that screenname |
1772 * "You are sending messages too quickly" error is now fixed | 1836 * "You are sending messages too quickly" error is now fixed |
1773 when you have a large buddylist. | 1837 when you have a large buddylist. |
1774 * Fixed the LC_ALL compile problem on Solaris boxes | 1838 * Fixed the LC_ALL compile problem on Solaris boxes |
1775 * Fixed PPC and ARM compile problem with oscar.c | 1839 * Fixed PPC and ARM compile problem with oscar.c |
1776 * Smileys work better, and don't cause font attributes to drop | 1840 * Smileys work better, and don't cause font attributes to drop |
1777 * Dialog windows are now prettier | 1841 * Dialog windows are now prettier |
1778 * /me in IM window; font/color dialogs and smileys in chat window | 1842 * /me in IM window; font/color dialogs and smileys in chat window |
1779 | 1843 |
1792 version 0.9.18 (06/02/2000): | 1856 version 0.9.18 (06/02/2000): |
1793 * Logging in works better for oscar | 1857 * Logging in works better for oscar |
1794 * Double error bug when sending message to an offline user is | 1858 * Double error bug when sending message to an offline user is |
1795 fixed. | 1859 fixed. |
1796 * Pressing enter once again sends a message in buddy chatrooms (oops) | 1860 * Pressing enter once again sends a message in buddy chatrooms (oops) |
1797 * More fixes for the change on the AOL sign-on process. | 1861 * More fixes for the change on the AOL sign-on process. |
1798 * Fixed bug where Gaim sometimes doesn't find a font to use. | 1862 * Fixed bug where Gaim sometimes doesn't find a font to use. |
1799 * Per-conversation font and color dialogs (thanks fflewddur) | 1863 * Per-conversation font and color dialogs (thanks fflewddur) |
1800 * Chat in oscar works (somewhat) | 1864 * Chat in oscar works (somewhat) |
1801 * Even more fixes for the sign-on process, and now you don't flash when | 1865 * Even more fixes for the sign-on process, and now you don't flash when |
1802 setting permit/deny lists. | 1866 setting permit/deny lists. |
1807 | 1871 |
1808 version 0.9.16 (05/31/2000): | 1872 version 0.9.16 (05/31/2000): |
1809 * Paned buddy chat window (Thanks Syd) | 1873 * Paned buddy chat window (Thanks Syd) |
1810 * Buddy lists (and changes) are cached to ~/.gaim/<sn>.blist | 1874 * Buddy lists (and changes) are cached to ~/.gaim/<sn>.blist |
1811 where <sn> is your screen name. If for some reason, you log | 1875 where <sn> is your screen name. If for some reason, you log |
1812 into the AOL server and the buddy list comes back empty, we | 1876 into the AOL server and the buddy list comes back empty, we |
1813 check for a cache file, and, if we find one, read it in. This | 1877 check for a cache file, and, if we find one, read it in. This |
1814 essentially implements recovery from a server crash at AOL | 1878 essentially implements recovery from a server crash at AOL |
1815 (AOL does not back up machines that contain TOC-based buddy | 1879 (AOL does not back up machines that contain TOC-based buddy |
1816 lists, unfortunately). (Thanks Syd) | 1880 lists, unfortunately). (Thanks Syd) |
1817 * Font selection dialog | 1881 * Font selection dialog |
1818 * Small changes to the Oscar/libfaim stuff (see libfaim/README.gaim) | 1882 * Small changes to the Oscar/libfaim stuff (see libfaim/README.gaim) |
1819 * SOCKS v4 Proxy support | 1883 * SOCKS 4 proxy support |
1820 * Better proxy support overall (you can get people's info now! :) ) | 1884 * Better proxy support overall (you can get people's info now! :) ) |
1821 * Two-way file transfer (you can get and send files, but you still | 1885 * Two-way file transfer (you can get and send files, but you still |
1822 can't initiate either) | 1886 can't initiate either) |
1823 * Fixed font problem with Misconfigured X-Servers. Thanks Decklin! | 1887 * Fixed font problem with Misconfigured X-Servers. Thanks Decklin! |
1824 * Fixed the No Configuration problem that came about today (5/31) | 1888 * Fixed the No Configuration problem that came about today (5/31) |
1858 Thanks to Todd Cohen for this one. | 1922 Thanks to Todd Cohen for this one. |
1859 * Small internal change to the way prefs work | 1923 * Small internal change to the way prefs work |
1860 * GNOME Applet support works better | 1924 * GNOME Applet support works better |
1861 (thanks to Eric Warmenhoven for the patch) | 1925 (thanks to Eric Warmenhoven for the patch) |
1862 * Support for displaying true type fonts | 1926 * Support for displaying true type fonts |
1863 * Lag-O-Meter does not send lag-test if not selected | 1927 * Lag-O-Meter does not send lag-test if not selected |
1864 * Fixed problem with saving away messages which contain spaces | 1928 * Fixed problem with saving away messages which contain spaces |
1865 and numbers. | 1929 and numbers. |
1866 * Various GNOME Applet Enhancements (thanks AGAIN to | 1930 * Various GNOME Applet Enhancements (thanks AGAIN to |
1867 Eric. Someone needs to stop this boy :-) ) | 1931 Eric. Someone needs to stop this boy :-) ) |
1868 * A lot of random, obscure bugs fixed | 1932 * A lot of random, obscure bugs fixed |
1869 * All of the major and I believe all of the minor memory leaks are | 1933 * All of the major and I believe all of the minor memory leaks are |
1870 now fixed | 1934 now fixed |
1871 (Thanks to Peter Teichman, Larry Ewing, Jeramey Crawford, and me) | 1935 (Thanks to Peter Teichman, Larry Ewing, Jeramey Crawford, and me) |
1872 | 1936 |
1873 version 0.9.11 (03/22/2000): | 1937 version 0.9.11 (03/22/2000): |
1874 * <STRIKE>Strike Tag Support</STRIKE> :-) | 1938 * <STRIKE>Strike Tag Support</STRIKE> :-) |
1875 * Another memory leak fix | 1939 * Another memory leak fix |
1876 * New .gaimrc format | 1940 * New .gaimrc format |
1877 * Better support for multiple screen names | 1941 * Better support for multiple screen names |
1878 * Font Properties | 1942 * Font Properties |
1879 * Saving of buddylist window position | 1943 * Saving of buddylist window position |
1880 * Fixed a problem with Gaim and the Netscape-branded version | 1944 * Fixed a problem with Gaim and the Netscape-branded version |
1881 of Mozilla | 1945 of Mozilla |
1882 * New Sound Properties | 1946 * New Sound Properties |
1883 * More General Properties | 1947 * More General Properties |
1884 * Bigger Text-Entry field (Thanks to CrazyDavy for this one) | 1948 * Bigger Text-Entry field (Thanks to CrazyDavy for this one) |
1885 * Various Random Bug fixes | 1949 * Various Random Bug fixes |
1886 | 1950 |
1906 * Graphical Debug Window | 1970 * Graphical Debug Window |
1907 * Buddylist bug fixed | 1971 * Buddylist bug fixed |
1908 * Some logging fixes and improvements | 1972 * Some logging fixes and improvements |
1909 * configurable host/port selection | 1973 * configurable host/port selection |
1910 * Clickable Links in buddy chat | 1974 * Clickable Links in buddy chat |
1911 * New Gaim Logo | 1975 * New Gaim Logo |
1912 * Display Signon/Signoff messages in conversation windows | 1976 * Display Signon/Signoff messages in conversation windows |
1913 * Option to strip HTML from logged messages | 1977 * Option to strip HTML from logged messages |
1914 * GNOME cleanups (It might work now haha) | 1978 * GNOME cleanups (It might work now haha) |
1915 * When viewing user info, URLS are converted to clickable links | 1979 * When viewing user info, URLS are converted to clickable links |
1916 * Tooltips on URLS | 1980 * Tooltips on URLS |
1917 | 1981 |
1981 * Minor Bug Fixes | 2045 * Minor Bug Fixes |
1982 * `Warning' support | 2046 * `Warning' support |
1983 * `Blocking' on conversation window | 2047 * `Blocking' on conversation window |
1984 * Add/Remove buddy from conversation window | 2048 * Add/Remove buddy from conversation window |
1985 * Scroll-Wheel Mice work in Conversation Window | 2049 * Scroll-Wheel Mice work in Conversation Window |
1986 * Fixed WindowMaker Appicon | 2050 * Fixed WindowMaker Appicon |
1987 * Version Number in About Box | 2051 * Version Number in About Box |
1988 * Gaim Slogan in about box :) | 2052 * Gaim Slogan in about box :) |
1989 * Created Changelog File :) | 2053 * Created Changelog File :) |