comparison ChangeLog @ 10100:fad5d3354cc1

[gaim-migrate @ 11123] The slashing begins. I moved the formatting bindings to gtk_binding stuff from a key_press_event. This will not interfere with gtkrc keybindings. I'm hoping moving GDK_Enter here will fix the input method bug, but I'll try that some other time. This took me FOREVER to figure out. committer: Tailor Script <tailor@pidgin.im>
author Sean Egan <seanegan@gmail.com>
date Fri, 15 Oct 2004 03:14:46 +0000
parents 1babd51401c5
children 4fa4267b1f59
comparison
equal deleted inserted replaced
10099:c49cc5b818cf 10100:fad5d3354cc1
5 * Insane rewrite of all code dealing with buddy and account status, away 5 * Insane rewrite of all code dealing with buddy and account status, away
6 messages, away states, online/offline, etc. Huge thanks to Christian, 6 messages, away states, online/offline, etc. Huge thanks to Christian,
7 Dave West, and Daniel Atallah 7 Dave West, and Daniel Atallah
8 * gaim-remote can send text (John B. Silvestri) 8 * gaim-remote can send text (John B. Silvestri)
9 * Autoreconnect plugin can hide the reconnect dialog (François Gagné) 9 * Autoreconnect plugin can hide the reconnect dialog (François Gagné)
10
11 Preference changes:
12 * Removed keyboard shortcut preferences for ctrl-b/i/u and made sure they
13 won't interfere with bindings set by the GTK theme.
14 * Removed preference for buddy list button type, defaulted to "None"
10 15
11 version 1.0.1 (10/07/2004): 16 version 1.0.1 (10/07/2004):
12 New Features: 17 New Features:
13 * Use the GNOME default browser when opening links if you're running GNOME 18 * Use the GNOME default browser when opening links if you're running GNOME
14 (Alex Duggan) 19 (Alex Duggan)