Changeset 26899a in git


Ignore:
Timestamp:
Apr 9, 2014, 3:46:32 PM (10 years ago)
Author:
Oleksandr Motsak <motsak@…>
Branches:
(u'fieker-DuVal', '117eb8c30fc9e991c4decca4832b1d19036c4c65')(u'spielwiese', 'dce4ad324f6e216ae93a99713959b505fb6213d3')
Children:
1d6a2e490b2e7f4b5935cabd7bb3bad1fc51b0f45ebfa71ac1897bdb679e15042d7bf6a2d2435bd6
Parents:
3b1cb6f692f42d5431a552aff49dcb618f71e8dc
git-author:
Oleksandr Motsak <motsak@mathematik.uni-kl.de>2014-04-09 15:46:32+02:00
git-committer:
Oleksandr Motsak <motsak@mathematik.uni-kl.de>2014-04-09 15:53:54+02:00
Message:
Fix library categories

fix: "System and Control theory" -> "System and Control Theory"
fix: 'Commutative algebra' -> 'Commutative Algebra'
chg: also corresponding changes to emacs files (although they should better be generated in build time)
Files:
7 edited

Legend:

Unmodified
Added
Removed
  • Singular/LIB/binresol.lib

    r3b1cb6f r26899a  
    11///////////////////////////////////////////////////////////////////////////
    22version="version binresol.lib 4.0.0.0 Jun_2013 "; // $Id$
    3 category="Commutative algebra";
     3category="Commutative Algebra";
    44info="
    55LIBRARY: binresol.lib    Combinatorial algorithm of resolution of singularities
  • Singular/LIB/findifs.lib

    r3b1cb6f r26899a  
    11//////////////////////////////////////////////////////////////////////////////
    22version="version findifs.lib 4.0.0.0 Jun_2013 "; // $Id$
    3 category="System and Control theory";
     3category="System and Control Theory";
    44info="
    55LIBRARY: findifs.lib  Tools for the finite difference schemes
  • Singular/LIB/monomialideal.lib

    r3b1cb6f r26899a  
    11//////////////////////////////////////////////////////////////////////////////
    22version="version monomialideal.lib 4.0.0.0 Jun_2013 "; // $Id$
    3 category = "Commutative algebra";
     3category = "Commutative Algebra";
    44info = "
    55LIBRARY: monomialideal.lib   Primary and irreducible decompositions of monomial
  • Singular/LIB/normaliz.lib

    r3b1cb6f r26899a  
    22
    33version="version normaliz.lib 4.0.0.0 Jun_2013 "; // $Id$
    4 category="Commutative algebra"
     4category="Commutative Algebra";
    55info="
    66LIBRARY: normaliz.lib  Provides an interface for the use of Normaliz 2.7
  • Singular/LIB/pointid.lib

    r3b1cb6f r26899a  
    11/////////////////////////////////////////////////////////////////////////////
    22version="version pointid.lib 4.0.0.0 Jun_2013 "; // $Id$
    3 category="Commutative algebra";
     3category="Commutative Algebra";
    44info="
    55LIBRARY:  pointid.lib     Procedures for computing a factorized lex GB of
  • emacs/hlp-cmpl.el

    r3b1cb6f r26899a  
    383383    ("comment" . "Special characters.  (line  86")
    384384    ("commRing" . "commRing.            (line   6")
    385     ("Commutative algebra" . "Commutative algebra. (line   6")
    386385    ("Commutative Algebra" . "Commutative Algebra. (line   6")
    387386    ("completeReduction" . "completeReduction.   (line   6")
     
    426425    ("control" . "control.             (line   6")
    427426    ("Control structures" . "Control structures.  (line   6")
    428     ("Control theory" . "System and Control theory")
     427    ("Control theory" . "System and Control Theory")
    429428    ("control.lib" . "control_lib.         (line   6")
    430429    ("control_lib" . "control_lib.         (line   6")
     
    26122611    ("sysQE" . "sysQE.               (line   6")
    26132612    ("system" . "system.              (line   6")
    2614     ("System and Control theory" . "System and Control theory")
     2613    ("System and Control Theory" . "System and Control Theory")
    26152614    ("System dependent limitations" . "System dependent limitations")
    26162615    ("System variables" . "System variables.    (line   6")
  • emacs/lib-cmpl.el

    r3b1cb6f r26899a  
    122122       ("absfact.lib")
    123123     )
    124      ("Commutative algebra"
     124     ("Commutative Algebra"
    125125       ("pointid.lib")
    126126       ("normaliz.lib")
    127127       ("monomialideal.lib")
    128      )
    129      ("Commutative Algebra"
    130128       ("toric.lib")
    131129       ("symodstd.lib")
Note: See TracChangeset for help on using the changeset viewer.