Update of /cvsroot/gaim/gaim
In directory usw-pr-cvs1:/tmp/cvs-serv9565
Modified Files:
ChangeLog HACKING configure.ac
Log Message:
it's 10:50
Index: ChangeLog
===================================================================
RCS file: /cvsroot/gaim/gaim/ChangeLog,v
retrieving revision 1.350
retrieving revision 1.351
diff -u -d -r1.350 -r1.351
--- ChangeLog 2001/11/01 16:55:08 1.350
+++ ChangeLog 2001/11/01 18:50:39 1.351
@@ -1,5 +1,8 @@
Gaim: The Pimpin' Penguin IM Clone thats good for the soul!
+version 0.48:
+ * Right-click on links to open/copy URL
+
version 0.47 (11/01/2001):
* Better font loading (pays attention to charset now)
(thanks Arkadiusz Miskiewicz)
Index: HACKING
===================================================================
RCS file: /cvsroot/gaim/gaim/HACKING,v
retrieving revision 1.25
retrieving revision 1.26
diff -u -d -r1.25 -r1.26
--- HACKING 2001/10/16 23:37:11 1.25
+++ HACKING 2001/11/01 18:50:39 1.26
@@ -37,6 +37,13 @@
$Date$. Do not expect any information contained
within to be current or correct.
+Here's something new. Someone requested that I comment the code. No. I'm
+a lazy bastard, and I understand most of the code, so I don't need the
+comments. I understand that some of you do though. So give me the names
+of specific functions that you'd like commented and I'll see what I can
+do. It's more likely that those comments will be updated with the code
+than this file is, though even that is still unlikely.
+
CODING STYLE
============
Index: configure.ac
===================================================================
RCS file: /cvsroot/gaim/gaim/configure.ac,v
retrieving revision 1.23
retrieving revision 1.24
diff -u -d -r1.23 -r1.24
--- configure.ac 2001/10/30 16:48:23 1.23
+++ configure.ac 2001/11/01 18:50:39 1.24
@@ -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.47])
+AM_INIT_AUTOMAKE([gaim], [0.48])
AC_PATH_PROG(sedpath, sed)
|