Mercurial > pidgin.yaz
comparison ChangeLog @ 9640:bc2079a32fd9
[gaim-migrate @ 10488]
I warmenhoved patch 996233 from Jon Oberheide. Thanks Jon!
From his description:
The main purpose of this patch is to set the focus of a
conversation when it is created. Currently, the focus
is set when the conversation is created from:
- double-clicking a buddy on the buddy list
- right-clicking a buddy and clicking "IM"
This patch sets the focus additionally for the
following circumstances:
- clicking "Buddies -> New Instant Message"
- clicking "IM" buddy list button
committer: Tailor Script <tailor@pidgin.im>
author | Mark Doliner <mark@kingant.net> |
---|---|
date | Mon, 02 Aug 2004 03:21:32 +0000 |
parents | 204f5d66a863 |
children | 9981fcce85c1 |
comparison
equal
deleted
inserted
replaced
9639:58625ebfe03a | 9640:bc2079a32fd9 |
---|---|
7 * Visual display of ops/voice/halfops/so on in Chats (Stu Tomlinson) | 7 * Visual display of ops/voice/halfops/so on in Chats (Stu Tomlinson) |
8 * Tab completion of slash commands in Chats (Stu Tomlinson) | 8 * Tab completion of slash commands in Chats (Stu Tomlinson) |
9 * gaim-remote can now manipulate status (István Váradi) | 9 * gaim-remote can now manipulate status (István Váradi) |
10 * The text messages of Yahoo Audibles are now displayed, although | 10 * The text messages of Yahoo Audibles are now displayed, although |
11 the audio and graphics are not. | 11 the audio and graphics are not. |
12 * Yahoo! away messages can be 255 characters long now | |
12 | 13 |
13 Bug Fixes: | 14 Bug Fixes: |
14 * Use ISO date format for the system log (Eduardo Pérez) | 15 * Use ISO date format for the system log (Eduardo Pérez) |
15 * Long buddy lists with irc should cause flooding disconnects less | 16 * Long buddy lists with irc should cause flooding disconnects less |
16 (Stu Tomlinson) | 17 (Stu Tomlinson) |
18 * Better smiley substitution | |
19 * Fix a crash related to auto-expanding contacts at the bottom of | |
20 buddy lists | |
21 * Fix a crash on Solaris when changing or viewing information for | |
22 your AIM account (Format Screen Name, Change Email Address, etc.) | |
23 * HTML in OSCAR buddy comments is now escaped (and not rendered) | |
24 * Fix a crash when dragging a screen name to a conversation window | |
25 for that screen name | |
26 * User-requested new conversation windows are now always given focus | |
27 * Pasting HTML into Gaim from certain sources no longer results in | |
28 the spaces between some words being removed | |
29 * The alias of a contact is now displayed in more places when the | |
30 alias of a buddy is not set | |
31 * .gaimrc is no longer imported | |
32 * Prevent a crash if you sign off and try to dequeue messages from | |
33 the away dialog (Kevin Stange) | |
34 * Prevent a possible crash if gaim_gtkconv_write_conv is called | |
35 with who as NULL (Kevin Stange) | |
36 * Prevent (null) or an empty string from being logged as the sender's | |
37 name if the sender no longer has an alias because the account is | |
38 signed off (Kevin Stange) | |
17 | 39 |
18 version 0.80 (07/15/2004): | 40 version 0.80 (07/15/2004): |
19 New Features: | 41 New Features: |
20 * Ability to send files from the conversation window (Daniel Atallah) | 42 * Ability to send files from the conversation window (Daniel Atallah) |
21 * Drag a file into the buddy list or a conversation to send it to that | 43 * Drag a file into the buddy list or a conversation to send it to that |