diff options
author | sabetts <sabetts> | 2004-10-05 20:04:11 +0000 |
---|---|---|
committer | sabetts <sabetts> | 2004-10-05 20:04:11 +0000 |
commit | f4db5f65334718728090283acbb5b99f4895a469 (patch) | |
tree | 22a85c574f5623e21ebed49f989c208465d626bf | |
parent | 8bf304d2da9810e57986749ccd55fe8a734dd18f (diff) | |
download | ratpoison-f4db5f65334718728090283acbb5b99f4895a469.zip |
* src/main.c (print_version): update copyright date.
-rw-r--r-- | ChangeLog | 2 | ||||
-rw-r--r-- | doc/sample.ratpoisonrc | 4 | ||||
-rw-r--r-- | src/main.c | 2 |
3 files changed, 5 insertions, 3 deletions
@@ -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: # +-----------------------+ @@ -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); } |