Mercurial > pidgin
changeset 2238:5c4c5d757366
[gaim-migrate @ 2248]
hi
committer: Tailor Script <tailor@pidgin.im>
author | Eric Warmenhoven <eric@warmenhoven.org> |
---|---|
date | Fri, 07 Sep 2001 12:40:28 +0000 |
parents | 08387976d367 |
children | b7ff2ca1d653 |
files | TODO configure.ac doc/gaim.1 |
diffstat | 3 files changed, 6 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/TODO Fri Sep 07 10:54:54 2001 +0000 +++ b/TODO Fri Sep 07 12:40:28 2001 +0000 @@ -22,6 +22,10 @@ good way to do this? IRC it varies based on who you're connected as, Jabber you need a connection to retrieve the list, and AIM you can get it while you're offline.) + We've run out of room in display and general _options. We need to either make + more variables (which I'm opposed to) or find some way to make them + 64-bit variables (which is probably tricky and not portable but what + I'd prefer, if it is portable). Syd is cool and gave all of these ideas: Have multiple tickers in the same window, one for buddies
--- a/configure.ac Fri Sep 07 10:54:54 2001 +0000 +++ b/configure.ac Fri Sep 07 12:40:28 2001 +0000 @@ -1,7 +1,7 @@ dnl Process this file with autoconf to produce a configure script. AC_INIT(src/aim.c) AM_CONFIG_HEADER(config.h) -AM_INIT_AUTOMAKE([gaim], [0.43]) +AM_INIT_AUTOMAKE([gaim], [0.44]) AC_PATH_PROG(sedpath, sed)