summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorsabetts <sabetts>2004-10-05 20:04:11 +0000
committersabetts <sabetts>2004-10-05 20:04:11 +0000
commitf4db5f65334718728090283acbb5b99f4895a469 (patch)
tree22a85c574f5623e21ebed49f989c208465d626bf
parent8bf304d2da9810e57986749ccd55fe8a734dd18f (diff)
downloadratpoison-f4db5f65334718728090283acbb5b99f4895a469.zip
* src/main.c (print_version): update copyright date.
-rw-r--r--ChangeLog2
-rw-r--r--doc/sample.ratpoisonrc4
-rw-r--r--src/main.c2
3 files changed, 5 insertions, 3 deletions
diff --git a/ChangeLog b/ChangeLog
index 728f5c3..a9ed0c3 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,7 @@
2004-10-05 Shawn Betts <katia_dilkina@verizon.net>
+ * src/main.c (print_version): update copyright date.
+
* src/conf.h (DEFAULT_FONT): new define
* src/main.c (init_defaults): use the DEFAULT_FONT define
diff --git a/doc/sample.ratpoisonrc b/doc/sample.ratpoisonrc
index 952022c..e145ed0 100644
--- a/doc/sample.ratpoisonrc
+++ b/doc/sample.ratpoisonrc
@@ -1,6 +1,6 @@
# This is a sample .ratpoisonrc file
#
-# $Id: sample.ratpoisonrc,v 1.6 2003/09/10 22:25:32 sabetts Exp $
+# $Id: sample.ratpoisonrc,v 1.7 2004/10/05 20:04:11 sabetts Exp $
# Set the prefix key to that of screen's default
escape C-a
@@ -40,7 +40,7 @@ bind M-3 exec ratpoison -c "frestore `ratpoison -c 'getenv fs3'`"
# Here's a hack from John Meacham:
-bind a exec ratpoison -d :0.0 -c "echo `date +'%r - %A %n %D - %B'` `cal | tail +2 | sed -e 's/^Su/\n\n Su/' -e 's/.*/ & /' -e \"s/\ $(date +%e)\ /\<$(date +%e)\>/\"`"
+bind a exec ratpoison -d :0.0 -c "echo `date +'%r - %A %n %D - %B'` `cal | tail -n +2 | sed -e 's/^Su/\n\n Su/' -e 's/.*/ & /' -e \"s/\ $(date +%e)\ /\<$(date +%e)\>/\"`"
# it produces output like the following in the message window, very handy:
# +-----------------------+
diff --git a/src/main.c b/src/main.c
index 66609ea..193f60d 100644
--- a/src/main.c
+++ b/src/main.c
@@ -276,7 +276,7 @@ void
print_version ()
{
printf ("%s %s\n", PACKAGE, VERSION);
- printf ("Copyright (C) 2000, 2001 Shawn Betts\n\n");
+ printf ("Copyright (C) 2000-2004 Shawn Betts\n\n");
exit (EXIT_SUCCESS);
}