Mercurial > pidgin
comparison ChangeLog @ 9378:07e964749a30
[gaim-migrate @ 10186]
whitespace and line size fixes from Ambrose C. LI
committer: Tailor Script <tailor@pidgin.im>
author | Luke Schierer <lschiere@pidgin.im> |
---|---|
date | Thu, 24 Jun 2004 21:50:02 +0000 |
parents | cefade93528a |
children | 37fd8a10f5fa |
comparison
equal
deleted
inserted
replaced
9377:cefade93528a | 9378:07e964749a30 |
---|---|
47 * Parallel compiles of the perl plugin should work better | 47 * Parallel compiles of the perl plugin should work better |
48 (Stu Tomlinson) | 48 (Stu Tomlinson) |
49 * The disconnected UI op was called twice on connection errors. Now | 49 * The disconnected UI op was called twice on connection errors. Now |
50 it is only called once. (Evan Schoenberg) | 50 it is only called once. (Evan Schoenberg) |
51 * Dragging into conversation windows works better | 51 * Dragging into conversation windows works better |
52 * Protocol-specific settings for accounts were being removed whenever the | 52 * Protocol-specific settings for accounts were being removed whenever |
53 account was modified. Now they're only removed when the protocol type | 53 the account was modified. Now they're only removed when the protocol |
54 changes, as it should be. | 54 type changes, as it should be. |
55 * Zepher bug fixes and memory leak plugs (Arun A Tharuvai) | 55 * Zepher bug fixes and memory leak plugs (Arun A Tharuvai) |
56 * Rewrite of MSN buddylist support, which fixed a known syncronization bug | 56 * Rewrite of MSN buddylist support, which fixed a known syncronization |
57 and some others (Felipe Contreras) | 57 bug and some others (Felipe Contreras) |
58 | 58 |
59 version 0.78 (05/30/2004): | 59 version 0.78 (05/30/2004): |
60 New Features: | 60 New Features: |
61 * Support for the SILC protocol (http://www.silcnet.org/) | 61 * Support for the SILC protocol (http://www.silcnet.org/) |
62 (Pekka Riikonen) | 62 (Pekka Riikonen) |
67 * Pounce notification now includes time (Mike Lundy) | 67 * Pounce notification now includes time (Mike Lundy) |
68 * The history plugin now shows history for chats in addition to IMs | 68 * The history plugin now shows history for chats in addition to IMs |
69 * Menu item to view conversation logs (Tom Samstag) | 69 * Menu item to view conversation logs (Tom Samstag) |
70 * Conversation and chat sizes automatically saved (Stu Tomlinson) | 70 * Conversation and chat sizes automatically saved (Stu Tomlinson) |
71 * Added support for Novell privacy settings (Mike Stoddard of Novell) | 71 * Added support for Novell privacy settings (Mike Stoddard of Novell) |
72 * Added ability to initiate multi-user conferences (chats) in Novell (Mike | 72 * Added ability to initiate multi-user conferences (chats) in Novell |
73 Stoddard of Novell) | 73 (Mike Stoddard of Novell) |
74 * Find and Save buttons on the debug window (Stu Tomlinson) | 74 * Find and Save buttons on the debug window (Stu Tomlinson) |
75 * Plugin Actions menu (Christopher (siege) O'Brien) | 75 * Plugin Actions menu (Christopher (siege) O'Brien) |
76 * Plugins can now add entries to the right-click menu of a group or chat | 76 * Plugins can now add entries to the right-click menu of a group or chat |
77 (Stu Tomlinson and Christopher (siege) O'Brien) | 77 (Stu Tomlinson and Christopher (siege) O'Brien) |
78 * Hyperlink colors are now themeable via your ~/.gtkrc-2.0 file | 78 * Hyperlink colors are now themeable via your ~/.gtkrc-2.0 file |
88 (Mike Stoddard of Novell) | 88 (Mike Stoddard of Novell) |
89 * Novell protocol works on big endian machines (Novell) | 89 * Novell protocol works on big endian machines (Novell) |
90 * Massive rewrite of MSN support, which should fix a number of issues | 90 * Massive rewrite of MSN support, which should fix a number of issues |
91 and make errors easier to interpret (Felipe Contreras) | 91 and make errors easier to interpret (Felipe Contreras) |
92 * Fixed a privacy-related bug in MSN that affected blocking/permitting, | 92 * Fixed a privacy-related bug in MSN that affected blocking/permitting, |
93 which was due to case-sensitive string comparisons (Gudmundur Olafsson) | 93 which was due to case-sensitive string comparisons (Gudmundur |
94 Olafsson) | |
94 * Fixed an MSN HTTP method bug where MSN would queue data indefinitely. | 95 * Fixed an MSN HTTP method bug where MSN would queue data indefinitely. |
95 (Andrew Wellington) | 96 (Andrew Wellington) |
96 * All known MSN formatting bugs were fixed. | 97 * All known MSN formatting bugs were fixed. |
97 * Overly long messages and paging cell phones in MSN no longer cause | 98 * Overly long messages and paging cell phones in MSN no longer cause |
98 disconnects (Felipe Contreras) | 99 disconnects (Felipe Contreras) |
99 * Several bug fixes for MSN's MSNSLP and MSNObject support (Finlay Dobbie) | 100 * Several bug fixes for MSN's MSNSLP and MSNObject support (Finlay |
101 Dobbie) | |
100 * ALT-F works correctly in the System Log Viewer (Stu Tomlinson) | 102 * ALT-F works correctly in the System Log Viewer (Stu Tomlinson) |
101 * New tabs should scroll correctly again (Tim Ringenbach) | 103 * New tabs should scroll correctly again (Tim Ringenbach) |
102 * Dialogs opened from a conversation window are now closed when | 104 * Dialogs opened from a conversation window are now closed when |
103 the conversation window is closed, preventing a crash (Kevin Stange) | 105 the conversation window is closed, preventing a crash (Kevin Stange) |
104 * Copy/paste encoding fixes (Joe Marcus Clarke) | 106 * Copy/paste encoding fixes (Joe Marcus Clarke) |
121 default formatting in a WYSIWYG manner. | 123 default formatting in a WYSIWYG manner. |
122 * Removed "Show logins in window," default to yes | 124 * Removed "Show logins in window," default to yes |
123 * Removed "Send URLs as links," default to yes (in protocols that | 125 * Removed "Send URLs as links," default to yes (in protocols that |
124 support HTML) | 126 support HTML) |
125 * Removed "Show URLs as links," default to yes | 127 * Removed "Show URLs as links," default to yes |
126 * Removed New window height & width and Entry field height for Chats & IMs, | 128 * Removed New window height & width and Entry field height for Chats & |
127 sizes are now saved automatically | 129 IMs, sizes are now saved automatically |
128 * Removed "Tab-complete nicks" default to yes | 130 * Removed "Tab-complete nicks" default to yes |
129 * Removed "Old-style tab completion", no longer supported | 131 * Removed "Old-style tab completion", no longer supported |
130 * Removed "Sending message removes away status", default to no | 132 * Removed "Sending message removes away status", default to no |
131 * Removed "Show numbers in groups", default to yes | 133 * Removed "Show numbers in groups", default to yes |
132 * Removed "Icons on tabs", default to yes | 134 * Removed "Icons on tabs", default to yes |
133 * Removed "Sounds when you log in", default to no | 135 * Removed "Sounds when you log in", default to no |
134 * Removed "Seconds before resending autoresponse", default to 600 seconds | 136 * Removed "Seconds before resending autoresponse", default to 600 |
137 seconds | |
135 * Removed "Send autoresponse in active conversations", default to no | 138 * Removed "Send autoresponse in active conversations", default to no |
136 * Removed "Show people joining in window", default to yes | 139 * Removed "Show people joining in window", default to yes |
137 * Removed "Show people leaving in window", default to yes | 140 * Removed "Show people leaving in window", default to yes |
138 | 141 |
139 version 0.77 (04/22/2004): | 142 version 0.77 (04/22/2004): |
140 New Features: | 143 New Features: |
141 * The System Log returns (Ka-Hing Cheung) | 144 * The System Log returns (Ka-Hing Cheung) |
142 * Added a conversation-drag-ended signal (Etan Reisner) | 145 * Added a conversation-drag-ended signal (Etan Reisner) |
143 * Reorganized and cleaned up the MSN protocol plugin (Felipe Contreras) | 146 * Reorganized and cleaned up the MSN protocol plugin (Felipe Contreras) |
144 * Added the -c option to specify location of the .gaim directory, removed | 147 * Added the -c option to specify location of the .gaim directory, |
145 the outdated -f option that no longer had any effect (Daniel Atallah) | 148 removed the outdated -f option that no longer had any effect (Daniel |
149 Atallah) | |
146 * Novell GroupWise protocol support added (Novell) | 150 * Novell GroupWise protocol support added (Novell) |
147 * WYSIWYG improvements (Tim Ringenbach) | 151 * WYSIWYG improvements (Tim Ringenbach) |
148 * WYSIWYG editing for user info (Jon Oberheide) | 152 * WYSIWYG editing for user info (Jon Oberheide) |
149 * Rich-text copy and paste | 153 * Rich-text copy and paste |
150 * Plugins can now add menu items to the buddy context menu | 154 * Plugins can now add menu items to the buddy context menu |
171 * All away messages should now show up in tooltips | 175 * All away messages should now show up in tooltips |
172 * Removing zephyr buddies no longer crashes (Arun A. Tharuvai) | 176 * Removing zephyr buddies no longer crashes (Arun A. Tharuvai) |
173 | 177 |
174 version 0.76 (04/01/2004): | 178 version 0.76 (04/01/2004): |
175 New Features: | 179 New Features: |
176 * WYSIWYG text input (with much help from Gary Kramlich and Kevin Stange) | 180 * WYSIWYG text input (with much help from Gary Kramlich and Kevin |
181 Stange) | |
177 * Ability to be invisible on AIM | 182 * Ability to be invisible on AIM |
178 * Chatroom list support (Tim Ringenbach) | 183 * Chatroom list support (Tim Ringenbach) |
179 * Added auto-completion for screen names to the New Instant Message and | 184 * Added auto-completion for screen names to the New Instant Message and |
180 Get User Info dialogs. | 185 Get User Info dialogs. |
181 * Non-ascii character support in AIM chats (Uli Luckas and Marco Ziech) | 186 * Non-ascii character support in AIM chats (Uli Luckas and Marco Ziech) |
182 * Vastly improved browser opening, with tab support! (Nathan Fredrickson) | 187 * Vastly improved browser opening, with tab support! (Nathan |
188 Fredrickson) | |
183 * Added support for connecting to MSN using the port 80 method. | 189 * Added support for connecting to MSN using the port 80 method. |
184 * Support for Mozilla Firefox (Chris Friesen and Nathan Fredrickson) | 190 * Support for Mozilla Firefox (Chris Friesen and Nathan Fredrickson) |
185 * Added protocol-specific preferences (Gary Kramlich) | 191 * Added protocol-specific preferences (Gary Kramlich) |
186 * Local IP address information can be changed in Preferences | 192 * Local IP address information can be changed in Preferences |
187 (Tim Ringenbach) | 193 (Tim Ringenbach) |
188 * Improved local IP address detection (Tim Ringenbach) | 194 * Improved local IP address detection (Tim Ringenbach) |
189 * Offline accounts in account drop-down lists are now greyed (Etan Reisner) | 195 * Offline accounts in account drop-down lists are now greyed (Etan |
196 Reisner) | |
190 * Improved accessibility support for screen readers and other | 197 * Improved accessibility support for screen readers and other |
191 accessibility tools (Marc Mulcahy) | 198 accessibility tools (Marc Mulcahy) |
192 * Improved accessibility in conversation windows (Nathan Fredrickson) | 199 * Improved accessibility in conversation windows (Nathan Fredrickson) |
193 * Keyboard access to context menus via Shift+F10 (Marc Mulcahy) | 200 * Keyboard access to context menus via Shift+F10 (Marc Mulcahy) |
194 * Core/UI split event loop code. (Scott Lamb) | 201 * Core/UI split event loop code. (Scott Lamb) |
252 * Yahoo! chat joining fixes (Tim Ringenbach) | 259 * Yahoo! chat joining fixes (Tim Ringenbach) |
253 * Persons can auto-expand when hovering your mouse over it | 260 * Persons can auto-expand when hovering your mouse over it |
254 * Improved i18n support for MSN email notification (Felipe Contreras) | 261 * Improved i18n support for MSN email notification (Felipe Contreras) |
255 * Jabber SASL PLAIN support | 262 * Jabber SASL PLAIN support |
256 * Improved Jabber MUC (Chat) support | 263 * Improved Jabber MUC (Chat) support |
257 * Fixed an MSN login bug some people likely experienced (Felipe Contreras) | 264 * Fixed an MSN login bug some people likely experienced (Felipe |
265 Contreras) | |
258 * Touch-up various dialogs to follow the Gnome Human Interface | 266 * Touch-up various dialogs to follow the Gnome Human Interface |
259 Guidelines more closely (Steven Garrity, Nathan Fredrickson, and | 267 Guidelines more closely (Steven Garrity, Nathan Fredrickson, and |
260 Ka-Hing Cheung) | 268 Ka-Hing Cheung) |
261 * Works better with all-black gtk themes (Etan Reisner) | 269 * Works better with all-black gtk themes (Etan Reisner) |
262 * Mozilla Firebird support (Chris (darth_sebulba04)) | 270 * Mozilla Firebird support (Chris (darth_sebulba04)) |
311 * Support for Buddy Comments for AIM and ICQ buddies | 319 * Support for Buddy Comments for AIM and ICQ buddies |
312 * Window icons are now set as buddy icons or status icons | 320 * Window icons are now set as buddy icons or status icons |
313 * Get User Info in MSN and Yahoo now return an error indicating that | 321 * Get User Info in MSN and Yahoo now return an error indicating that |
314 the information doesn't exist if the profile is empty (parts by | 322 the information doesn't exist if the profile is empty (parts by |
315 Nathan Poznick) | 323 Nathan Poznick) |
316 * Added startup notification support for window managers that support it. | 324 * Added startup notification support for window managers that support it |
317 * The protocol icon for an account in the accounts window will now | 325 * The protocol icon for an account in the accounts window will now |
318 "pulse" when signing the account on. | 326 "pulse" when signing the account on. |
319 * Zephyr formatting fixes (Arun A. Tharuvai) | 327 * Zephyr formatting fixes (Arun A. Tharuvai) |
320 * Zephyr can connect to chats (Karsten Huneycutt) | 328 * Zephyr can connect to chats (Karsten Huneycutt) |
321 * SSL support can now be provided by third party plugins. | 329 * SSL support can now be provided by third party plugins. |
422 * Fixed all known MSN chat bugs | 430 * Fixed all known MSN chat bugs |
423 * Fixed HTTP redirect handling in smiley retrieval. This fixes the | 431 * Fixed HTTP redirect handling in smiley retrieval. This fixes the |
424 problems with some smiley themes. | 432 problems with some smiley themes. |
425 * Chats in MSN can now be initiated by right-clicking a buddy and | 433 * Chats in MSN can now be initiated by right-clicking a buddy and |
426 choosing Initiate Chat. | 434 choosing Initiate Chat. |
427 * MSN Alerts and incoming MSN pages no longer pop up several error dialogs | 435 * MSN Alerts and incoming MSN pages no longer pop up several error |
436 dialogs | |
428 * Ability to view iChat "Available" messages for AIM | 437 * Ability to view iChat "Available" messages for AIM |
429 * Stores your buddy icon on the server for AIM | 438 * Stores your buddy icon on the server for AIM |
430 * Support for non-ascii characters with Yahoo! Messenger | 439 * Support for non-ascii characters with Yahoo! Messenger |
431 * Focus returns to the input box when you click elsewhere, like it used to | 440 * Focus returns to the input box when you click elsewhere, like it used |
441 to | |
432 * New typing notification icons from Ximian | 442 * New typing notification icons from Ximian |
433 | 443 |
434 version 0.64 (05/29/2003): | 444 version 0.64 (05/29/2003): |
435 * Buddy list sorting in buddy list preferences. | 445 * Buddy list sorting in buddy list preferences. |
436 * Improved debug window with timestamps and pause buttons. | 446 * Improved debug window with timestamps and pause buttons. |