Skip to content

Commit

Permalink
better handling of RadicalGroup as obsolete name
Browse files Browse the repository at this point in the history
  • Loading branch information
ThomasBreuer committed Sep 15, 2021
1 parent d3eeb39 commit 1a09e3c
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 15 deletions.
5 changes: 5 additions & 0 deletions doc/ref/obsolete.xml
Original file line number Diff line number Diff line change
Expand Up @@ -152,6 +152,7 @@ Here are some further name changes.
<Index Key="NormedVectors"><C>NormedVectors</C></Index>
<Index Key="MutableIdentityMat"><C>MutableIdentityMat</C></Index>
<Index Key="MutableNullMat"><C>MutableNullMat</C></Index>
<Index Key="RadicalGroup"><C>RadicalGroup</C></Index>
<Table Align="l|l">
<Row>
<Item><E>OLD</E></Item>
Expand All @@ -178,6 +179,10 @@ Here are some further name changes.
<Item><C>MultRowVector</C></Item>
<Item><Ref Oper="MultVectorLeft"/></Item>
</Row>
<Row>
<Item><C>RadicalGroup</C></Item>
<Item><Ref Attr="SolvableRadical"/></Item>
</Row>
</Table>


Expand Down
16 changes: 1 addition & 15 deletions lib/obsolete.gd
Original file line number Diff line number Diff line change
Expand Up @@ -762,20 +762,6 @@ DeclareSynonym( "FirstOp", First );
##
#A RadicalGroup( <G> )
##
## <ManSection>
## <Attr Name="RadicalGroup" Arg='G'/>
##
## <Description>
## is the radical of <A>G</A>, i.e., the largest solvable normal subgroup of <A>G</A>.
## <Example><![CDATA[
## gap> RadicalGroup(SL(2,5));
## <group of 2x2 matrices of size 2 over GF(5)>
## gap> Size(last);
## 2
## ]]></Example>
## </Description>
## </ManSection>
##
## 'RadicalGroup' was documented until version 4.11.1.
## 'RadicalGroup' was renamed in GAP 4.12.
##
DeclareObsoleteSynonym( "RadicalGroup", "SolvableRadical" );

0 comments on commit 1a09e3c

Please sign in to comment.