added system alias for set/nodxgrid
authorminima <minima>
Sun, 20 Aug 2000 08:41:32 +0000 (08:41 +0000)
committerminima <minima>
Sun, 20 Aug 2000 08:41:32 +0000 (08:41 +0000)
Changes
cmd/Aliases
data/bands.pl

diff --git a/Changes b/Changes
index 6b16e1941a86e0809698dc5c893f0142a2e101b5..25a1007d8dffa775ef724ea1e9cf6bd5036531bc 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,3 +1,5 @@
+20Aug00=======================================================================
+1. Added system Alias for set/nodxgrid => unset/dxgrid
 19Aug00=======================================================================
 1. Added an efficiency thing for AUTOLOADed accessors from OO Perl by Conway.
 2. Fiddled with the rtty and digital bandplan frequencies.
index 7b3d1a50f33961c25b4019d40bd9a1d77d316765..c6aab03c56c0f7c46f8cbe2a5d6720bb84fee37d 100644 (file)
@@ -88,6 +88,7 @@ package CmdAlias;
          '^set/nobe', 'unset/beep', 'unset/beep',
          '^set/nohe', 'unset/here', 'unset/here',
          '^set/noan', 'unset/announce', 'unset/announce',
+         '^set/nodxg', 'unset/dxgrid', 'unset/dxgrid',
          '^set/nodx', 'unset/dx', 'unset/dx',
          '^set/noe', 'unset/echo', 'unset/echo',
          '^set/nota', 'unset/talk', 'unset/talk',
index abc62e58888111e15e36569add535fd4dcce26f3..1068928262ceff77702c59bdf80794bb0fd3a382 100644 (file)
@@ -68,8 +68,8 @@
 
   '15m' => bless( { band => [ 21000, 21450 ], 
                     cw => [ 21000, 21150 ], 
-                    data => [ 21080, 21119 ], 
-                    rtty => [ 21080, 21119 ], 
+                    data => [ 21070, 21119 ], 
+                    rtty => [ 21070, 21119 ], 
                     ssb => [ 21151, 21450] 
                   }, 'Bands'),