ayttm-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Ayttm-commits] CVS: ayttm ChangeLog,1.102,1.103 README,1.20,1.21 confi


From: Colin Leroy <address@hidden>
Subject: [Ayttm-commits] CVS: ayttm ChangeLog,1.102,1.103 README,1.20,1.21 configure.in,1.100,1.101
Date: Tue, 14 Jan 2003 07:03:13 -0500

Update of /cvsroot/ayttm/ayttm
In directory subversions:/tmp/cvs-serv32472

Modified Files:
        ChangeLog README configure.in 
Log Message:
Clean old buggy netscape code
Mozilla is now the default browser


Index: ChangeLog
===================================================================
RCS file: /cvsroot/ayttm/ayttm/ChangeLog,v
retrieving revision 1.102
retrieving revision 1.103
diff -u -r1.102 -r1.103
--- ChangeLog   14 Jan 2003 11:10:39 -0000      1.102
+++ ChangeLog   14 Jan 2003 12:03:10 -0000      1.103
@@ -1,3 +1,9 @@
+2003-01-13 [colin]     0.2-79
+
+       * src/browser.c
+               Clean old buggy netscape code
+               Mozilla is now the default browser
+
 2003-01-13 [colin]     0.2-78
 
        * src/prefs.c

Index: README
===================================================================
RCS file: /cvsroot/ayttm/ayttm/README,v
retrieving revision 1.20
retrieving revision 1.21
diff -u -r1.20 -r1.21
--- README      13 Jan 2003 07:35:21 -0000      1.20
+++ README      14 Jan 2003 12:03:10 -0000      1.21
@@ -14,7 +14,11 @@
     $ gdb `which yattm` core
     then at the gdb prompt, type 'bt full':
     (gdb) bt full
-    and copy/paste the result to your bugreport
+    and copy/paste the result to your bugreport.
+    You can also easily, automatically get stacktraces by running 
+    ./configure --enable-crash-dialog. It'll popup the stack trace every
+    time yattm segfaults.
+
   - If you experience lots of segfaults after an update (in particular 
     for CVS updates), it is probably caused by a change in a structure
     shared between core and modules. Try a "make clean && make && sudo

Index: configure.in
===================================================================
RCS file: /cvsroot/ayttm/ayttm/configure.in,v
retrieving revision 1.100
retrieving revision 1.101
diff -u -r1.100 -r1.101
--- configure.in        14 Jan 2003 11:10:39 -0000      1.100
+++ configure.in        14 Jan 2003 12:03:10 -0000      1.101
@@ -1,6 +1,6 @@
 # Process this file with autoconf to produce a configure script.
 AC_INIT([src/main.c])
-AM_INIT_AUTOMAKE(yattm, 0.2-78)
+AM_INIT_AUTOMAKE(yattm, 0.2-79)
 AM_CONFIG_HEADER(config.h)
 
 dnl AC_DEFINE(UNIX)





reply via email to

[Prev in Thread] Current Thread [Next in Thread]