comparison ChangeLog @ 4366:7ba9b56a8796

[gaim-migrate @ 4632] Ok, so this is a patch by Nicolas Lichtmaier (niqueco). You've probably noticed that when you try to sign an account on, the UI freezes for a while (esp. on poor connections). This was because gethostbyname() blocks. Nicolas's patch here forks a new process to resolve host names and returns them in a pipe. It makes things smoother and faster. Thanks so much, Nicolas. committer: Tailor Script <tailor@pidgin.im>
author Sean Egan <seanegan@gmail.com>
date Mon, 20 Jan 2003 19:26:56 +0000
parents 5fb47ec9bfe4
children 2fd80799d8f4
comparison
equal deleted inserted replaced
4365:6e96ced6fb78 4366:7ba9b56a8796
14 * Quit Gaim remotely with gaim-remote. (Thanks, John Silvestri) 14 * Quit Gaim remotely with gaim-remote. (Thanks, John Silvestri)
15 * Added rudimentary support for X11R6 session management. (Thanks, 15 * Added rudimentary support for X11R6 session management. (Thanks,
16 Robert McQueen) 16 Robert McQueen)
17 * Conversation backend and UI are now separated. (Thanks, 17 * Conversation backend and UI are now separated. (Thanks,
18 Christian Hammond) 18 Christian Hammond)
19 19 * Asynchronous, non-blocking, DNS function (Thanks, Nicolas
20 Lichtmaier)
21
20 Plugins: 22 Plugins:
21 * Tray icon plugin--replaces the old GNOME applet. You'll need 23 * Tray icon plugin--replaces the old GNOME applet. You'll need
22 the panel Notification Area applet (aka system-tray-applet) 24 the panel Notification Area applet (aka system-tray-applet)
23 for GNOME 2, or the Kicker for KDE 3.1. (Thanks, Robert 25 for GNOME 2, or the Kicker for KDE 3.1. (Thanks, Robert
24 McQueen, Nicolás Lichtmaier, Kristian Rietveld, Ari Pollak & 26 McQueen, Nicolás Lichtmaier, Kristian Rietveld, Ari Pollak &