CONTRIBUTORS
author blanchet
Mon, 23 Jul 2012 15:32:30 +0200
changeset 49449 aaaec69db3db
parent 49139 87c831e30f0a
child 49600 a82910dd2270
permissions -rw-r--r--
ensure all calls to "mash" program are synchronous
wenzelm@24799
     1
For the purposes of the license agreement in the file COPYRIGHT, a
wenzelm@24799
     2
'contributor' is anybody who is listed in this file (CONTRIBUTORS) or
kleing@23382
     3
who is listed as an author in one of the source files of this Isabelle
kleing@23382
     4
distribution.
kleing@23382
     5
wenzelm@48902
     6
Contributions to this Isabelle version
wenzelm@48902
     7
--------------------------------------
wenzelm@48902
     8
bulwahn@49126
     9
* June 2012: Felix Kuperjans, Lukas Bulwahn, TUM and Rafal Kolanski, NICTA
bulwahn@49126
    10
  Simproc for rewriting set comprehensions into pointfree expressions
wenzelm@48902
    11
wenzelm@49139
    12
wenzelm@48333
    13
Contributions to Isabelle2012
wenzelm@48333
    14
-----------------------------
wenzelm@45961
    15
hoelzl@48566
    16
* April 2012: Johannes Hölzl, TUM
wenzelm@48679
    17
  Probability: Introduced type to represent measures instead of
wenzelm@48679
    18
  locales.
hoelzl@48566
    19
hoelzl@48566
    20
* April 2012: Johannes Hölzl, Fabian Immler, TUM
hoelzl@48566
    21
  Float: Moved to Dyadic rationals to represent floating point numers.
hoelzl@48566
    22
wenzelm@48679
    23
* April 2012: Thomas Sewell, NICTA and
wenzelm@48679
    24
  2010: Sascha Boehme, TUM
wenzelm@48679
    25
  Theory HOL/Word/WordBitwise: logic/circuit expansion of bitvector
wenzelm@48679
    26
  equalities/inequalities.
thomas@48438
    27
wenzelm@48679
    28
* March 2012: Christian Sternagel, JAIST
bulwahn@48319
    29
  Consolidated theory of relation composition.
bulwahn@48319
    30
wenzelm@48284
    31
* March 2012: Nik Sultana, University of Cambridge
wenzelm@48284
    32
  HOL/TPTP parser and import facilities.
wenzelm@48284
    33
wenzelm@48333
    34
* March 2012: Cezary Kaliszyk, University of Innsbruck and
wenzelm@48333
    35
  Alexander Krauss, QAware GmbH
wenzelm@48333
    36
  Faster and more scalable Import mechanism for HOL Light proofs.
wenzelm@48333
    37
blanchet@48434
    38
* January 2012: Florian Haftmann, TUM, et al.
haftmann@47467
    39
  (Re-)Introduction of the "set" type constructor.
haftmann@47467
    40
kuncar@48571
    41
* 2012: Ondrej Kuncar, TUM
wenzelm@48679
    42
  New package Lifting, various improvements and refinements to the
wenzelm@48679
    43
  Quotient package.
kuncar@48571
    44
blanchet@48434
    45
* 2011/2012: Jasmin Blanchette, TUM
blanchet@48434
    46
  Various improvements to Sledgehammer, notably: tighter integration
wenzelm@48679
    47
  with SPASS, support for more provers (Alt-Ergo, iProver,
wenzelm@48679
    48
  iProver-Eq).
blanchet@48434
    49
wenzelm@48333
    50
* 2011/2012: Makarius Wenzel, Université Paris-Sud / LRI
wenzelm@48356
    51
  Various refinements of local theory infrastructure.
wenzelm@48333
    52
  Improvements of Isabelle/Scala layer and Isabelle/jEdit Prover IDE.
krauss@48136
    53
wenzelm@45961
    54
wenzelm@45682
    55
Contributions to Isabelle2011-1
wenzelm@45682
    56
-------------------------------
wenzelm@42520
    57
haftmann@45680
    58
* September 2011: Peter Gammie
huffman@45779
    59
  Theory HOL/Library/Saturated: numbers with saturated arithmetic.
haftmann@45680
    60
haftmann@45680
    61
* August 2011: Florian Haftmann, Johannes Hölzl and Lars Noschinski, TUM
haftmann@45680
    62
  Refined theory on complete lattices.
haftmann@45680
    63
wenzelm@45838
    64
* August 2011: Brian Huffman, Portland State University
wenzelm@45838
    65
  Miscellaneous cleanup of Complex_Main and Multivariate_Analysis.
wenzelm@45838
    66
wenzelm@45838
    67
* June 2011: Brian Huffman, Portland State University
wenzelm@45838
    68
  Proof method "countable_datatype" for theory Library/Countable.
wenzelm@45838
    69
wenzelm@45838
    70
* 2011: Jasmin Blanchette, TUM
wenzelm@45838
    71
  Various improvements to Sledgehammer, notably: use of sound
wenzelm@45838
    72
  translations, support for more provers (Waldmeister, LEO-II,
wenzelm@45838
    73
  Satallax). Further development of Nitpick and 'try' command.
wenzelm@45838
    74
wenzelm@45838
    75
* 2011: Andreas Lochbihler, Karlsruhe Institute of Technology
wenzelm@45838
    76
  Theory HOL/Library/Cset_Monad allows do notation for computable sets
wenzelm@45838
    77
  (cset) via the generic monad ad-hoc overloading facility.
wenzelm@45838
    78
wenzelm@45838
    79
* 2011: Johannes Hölzl, Armin Heller, TUM and
wenzelm@45838
    80
  Bogdan Grechuk, University of Edinburgh
wenzelm@45838
    81
  Theory HOL/Library/Extended_Reals: real numbers extended with plus
wenzelm@45838
    82
  and minus infinity.
wenzelm@45838
    83
wenzelm@45756
    84
* 2011: Makarius Wenzel, Université Paris-Sud / LRI
wenzelm@45756
    85
  Various building blocks for Isabelle/Scala layer and Isabelle/jEdit
wenzelm@45756
    86
  Prover IDE.
wenzelm@45756
    87
huffman@45779
    88
wenzelm@41760
    89
Contributions to Isabelle2011
wenzelm@41760
    90
-----------------------------
wenzelm@37358
    91
berghofe@41815
    92
* January 2011: Stefan Berghofer, secunet Security Networks AG
berghofe@41815
    93
  HOL-SPARK: an interactive prover back-end for SPARK.
berghofe@41815
    94
wenzelm@40625
    95
* October 2010: Bogdan Grechuk, University of Edinburgh
wenzelm@40625
    96
  Extended convex analysis in Multivariate Analysis.
wenzelm@40625
    97
wenzelm@40534
    98
* October 2010: Dmitriy Traytel, TUM
wenzelm@40534
    99
  Coercive subtyping via subtype constraints.
wenzelm@40534
   100
krauss@41779
   101
* October 2010: Alexander Krauss, TUM
krauss@41779
   102
  Command partial_function for function definitions based on complete
krauss@41779
   103
  partial orders in HOL.
krauss@41779
   104
haftmann@39868
   105
* September 2010: Florian Haftmann, TUM
wenzelm@41844
   106
  Refined concepts for evaluation, i.e., normalization of terms using
krauss@41779
   107
  different techniques.
haftmann@40364
   108
haftmann@40364
   109
* September 2010: Florian Haftmann, TUM
haftmann@39868
   110
  Code generation for Scala.
haftmann@39868
   111
hoelzl@38902
   112
* August 2010: Johannes Hoelzl, Armin Heller, and Robert Himmelmann, TUM
wenzelm@41844
   113
  Improved Probability theory in HOL.
hoelzl@38902
   114
haftmann@38705
   115
* July 2010: Florian Haftmann, TUM
haftmann@39868
   116
  Reworking and extension of the Imperative HOL framework.
haftmann@38705
   117
wenzelm@41844
   118
* July 2010: Alexander Krauss, TUM and Christian Sternagel, University
wenzelm@41844
   119
    of Innsbruck
krauss@41779
   120
  Ad-hoc overloading. Generic do notation for monads.
krauss@41779
   121
wenzelm@37358
   122
wenzelm@37144
   123
Contributions to Isabelle2009-2
wenzelm@41760
   124
-------------------------------
wenzelm@33951
   125
krauss@37303
   126
* 2009/2010: Stefan Berghofer, Alexander Krauss, and Andreas Schropp, TUM,
krauss@37303
   127
  Makarius Wenzel, TUM / LRI
krauss@37303
   128
  Elimination of type classes from proof terms.
krauss@37303
   129
wenzelm@37144
   130
* April 2010: Florian Haftmann, TUM
haftmann@36416
   131
  Reorganization of abstract algebra type classes.
haftmann@36416
   132
wenzelm@37144
   133
* April 2010: Florian Haftmann, TUM
haftmann@36416
   134
  Code generation for data representations involving invariants;
haftmann@36416
   135
  various collections avaiable in theories Fset, Dlist, RBT,
haftmann@36416
   136
  Mapping and AssocList.
haftmann@36416
   137
wenzelm@37144
   138
* March 2010: Sascha Boehme, TUM
wenzelm@37144
   139
  Efficient SHA1 library for Poly/ML.
wenzelm@37144
   140
wenzelm@37282
   141
* February 2010: Cezary Kaliszyk and Christian Urban, TUM
wenzelm@37282
   142
  Quotient type package for Isabelle/HOL.
wenzelm@37282
   143
wenzelm@26874
   144
wenzelm@33842
   145
Contributions to Isabelle2009-1
wenzelm@33842
   146
-------------------------------
bulwahn@33649
   147
haftmann@33862
   148
* November 2009, Brian Huffman, PSU
haftmann@33862
   149
  New definitional domain package for HOLCF.
haftmann@33862
   150
hoelzl@33759
   151
* November 2009: Robert Himmelmann, TUM
haftmann@33862
   152
  Derivation and Brouwer's fixpoint theorem in Multivariate Analysis.
hoelzl@33759
   153
wenzelm@33842
   154
* November 2009: Stefan Berghofer and Lukas Bulwahn, TUM
wenzelm@33842
   155
  A tabled implementation of the reflexive transitive closure.
bulwahn@33649
   156
bulwahn@33627
   157
* November 2009: Lukas Bulwahn, TUM
wenzelm@33842
   158
  Predicate Compiler: a compiler for inductive predicates to
wenzelm@33843
   159
  equational specifications.
bulwahn@33627
   160
 
wenzelm@33897
   161
* November 2009: Sascha Boehme, TUM and Burkhart Wolff, LRI Paris
wenzelm@33842
   162
  HOL-Boogie: an interactive prover back-end for Boogie and VCC.
boehmes@33408
   163
blanchet@33192
   164
* October 2009: Jasmin Blanchette, TUM
wenzelm@33842
   165
  Nitpick: yet another counterexample generator for Isabelle/HOL.
blanchet@33192
   166
boehmes@33006
   167
* October 2009: Sascha Boehme, TUM
wenzelm@33182
   168
  Extension of SMT method: proof-reconstruction for the SMT solver Z3.
boehmes@33006
   169
boehmes@33006
   170
* October 2009: Florian Haftmann, TUM
wenzelm@33182
   171
  Refinement of parts of the HOL datatype package.
haftmann@33002
   172
boehmes@33006
   173
* October 2009: Florian Haftmann, TUM
wenzelm@33182
   174
  Generic term styles for term antiquotations.
haftmann@33002
   175
wenzelm@32762
   176
* September 2009: Thomas Sewell, NICTA
wenzelm@33182
   177
  More efficient HOL/record implementation.
wenzelm@32762
   178
boehmes@32618
   179
* September 2009: Sascha Boehme, TUM
wenzelm@33182
   180
  SMT method using external SMT solvers.
boehmes@32618
   181
haftmann@32600
   182
* September 2009: Florian Haftmann, TUM
wenzelm@33182
   183
  Refinement of sets and lattices.
haftmann@32600
   184
haftmann@32600
   185
* July 2009: Jeremy Avigad and Amine Chaieb
wenzelm@33182
   186
  New number theory.
haftmann@32600
   187
Philipp@32265
   188
* July 2009: Philipp Meyer, TUM
wenzelm@33182
   189
  HOL/Library/Sum_Of_Squares: functionality to call a remote csdp
wenzelm@33182
   190
  prover.
Philipp@32265
   191
haftmann@31997
   192
* July 2009: Florian Haftmann, TUM
wenzelm@33182
   193
  New quickcheck implementation using new code generator.
haftmann@31997
   194
haftmann@31997
   195
* July 2009: Florian Haftmann, TUM
haftmann@39868
   196
  HOL/Library/Fset: an explicit type of sets; finite sets ready to use
wenzelm@33182
   197
  for code generation.
haftmann@31466
   198
haftmann@31466
   199
* June 2009: Florian Haftmann, TUM
wenzelm@33843
   200
  HOL/Library/Tree: search trees implementing mappings, ready to use
wenzelm@33182
   201
  for code generation.
wenzelm@30979
   202
Philipp@32265
   203
* March 2009: Philipp Meyer, TUM
wenzelm@33843
   204
  Minimization tool for results from Sledgehammer.
wenzelm@33182
   205
Philipp@32265
   206
wenzelm@30979
   207
Contributions to Isabelle2009
wenzelm@30979
   208
-----------------------------
wenzelm@30979
   209
wenzelm@30388
   210
* March 2009: Robert Himmelmann, TUM and Amine Chaieb, University of
wenzelm@30388
   211
  Cambridge
wenzelm@30388
   212
  Elementary topology in Euclidean space.
wenzelm@30388
   213
wenzelm@30886
   214
* March 2009: Johannes Hoelzl, TUM
wenzelm@30886
   215
  Method "approximation", which proves real valued inequalities by
wenzelm@30886
   216
  computation.
wenzelm@30886
   217
wenzelm@30179
   218
* February 2009: Filip Maric, Univ. of Belgrade
wenzelm@30179
   219
  A Serbian theory.
wenzelm@30179
   220
wenzelm@30162
   221
* February 2009: Jasmin Christian Blanchette, TUM
wenzelm@30154
   222
  Misc cleanup of HOL/refute.
wenzelm@30154
   223
wenzelm@30162
   224
* February 2009: Timothy Bourke, NICTA
kleing@29820
   225
  New find_consts command.
kleing@29820
   226
wenzelm@30162
   227
* February 2009: Timothy Bourke, NICTA
kleing@29798
   228
  "solves" criterion for find_theorems and auto_solve option
kleing@29798
   229
haftmann@29395
   230
* December 2008: Clemens Ballarin, TUM
haftmann@29395
   231
  New locale implementation.
haftmann@29395
   232
krauss@29182
   233
* December 2008: Armin Heller, TUM and Alexander Krauss, TUM
krauss@29182
   234
  Method "sizechange" for advanced termination proofs.
krauss@29182
   235
kleing@28901
   236
* November 2008: Timothy Bourke, NICTA
kleing@28901
   237
  Performance improvement (factor 50) for find_theorems.
kleing@28901
   238
haftmann@29395
   239
* 2008: Florian Haftmann, TUM
haftmann@29395
   240
  Various extensions and restructurings in HOL, improvements
haftmann@29395
   241
  in evaluation mechanisms, new module binding.ML for name bindings.
haftmann@29395
   242
wenzelm@28604
   243
* October 2008: Fabian Immler, TUM
wenzelm@28604
   244
  ATP manager for Sledgehammer, based on ML threads instead of Posix
wenzelm@28604
   245
  processes.  Additional ATP wrappers, including remote SystemOnTPTP
wenzelm@28604
   246
  services.
wenzelm@28604
   247
wenzelm@30162
   248
* September 2008: Stefan Berghofer, TUM and Marc Bezem, Univ. Bergen
wenzelm@30162
   249
  Prover for coherent logic.
wenzelm@30162
   250
wenzelm@28474
   251
* August 2008: Fabian Immler, TUM
wenzelm@28474
   252
  Vampire wrapper script for remote SystemOnTPTP service.
wenzelm@28474
   253
wenzelm@28474
   254
wenzelm@28474
   255
Contributions to Isabelle2008
wenzelm@28474
   256
-----------------------------
wenzelm@28474
   257
wenzelm@27009
   258
* 2007/2008:
wenzelm@27009
   259
  Alexander Krauss, TUM and Florian Haftmann, TUM and Stefan Berghofer, TUM
wenzelm@27009
   260
  HOL library improvements.
wenzelm@25468
   261
wenzelm@27009
   262
* 2007/2008: Brian Huffman, PSU
wenzelm@27009
   263
  HOLCF library improvements.
wenzelm@27009
   264
wenzelm@27009
   265
* 2007/2008: Stefan Berghofer, TUM
wenzelm@30179
   266
  HOL-Nominal package improvements.
wenzelm@27009
   267
wenzelm@27009
   268
* March 2008: Markus Reiter, TUM
wenzelm@27009
   269
  HOL/Library/RBT: red-black trees.
haftmann@26728
   270
wenzelm@26874
   271
* February 2008: Alexander Krauss, TUM and Florian Haftmann, TUM and
wenzelm@26874
   272
  Lukas Bulwahn, TUM and John Matthews, Galois:
wenzelm@26874
   273
  HOL/Library/Imperative_HOL: Haskell-style imperative data structures
wenzelm@26874
   274
  for HOL.
haftmann@26728
   275
wenzelm@27009
   276
* December 2007: Norbert Schirmer, Uni Saarbruecken
wenzelm@27009
   277
  Misc improvements of record package in HOL.
wenzelm@27009
   278
wenzelm@27009
   279
* December 2007: Florian Haftmann, TUM
wenzelm@27009
   280
  Overloading and class instantiation target.
wenzelm@27009
   281
wenzelm@27009
   282
* December 2007: Florian Haftmann, TUM
wenzelm@27009
   283
  New version of primrec package for local theories.
wenzelm@27009
   284
wenzelm@27009
   285
* December 2007: Alexander Krauss, TUM
wenzelm@27009
   286
  Method "induction_scheme" in HOL.
wenzelm@27009
   287
wenzelm@27009
   288
* November 2007: Peter Lammich, Uni Muenster
wenzelm@27009
   289
  HOL-Lattice: some more lemmas.
wenzelm@26198
   290
wenzelm@26874
   291
wenzelm@25454
   292
Contributions to Isabelle2007
wenzelm@25454
   293
-----------------------------
wenzelm@23252
   294
schirmer@25409
   295
* October 2007: Norbert Schirmer, TUM / Uni Saarbruecken
wenzelm@25398
   296
  State Spaces: The Locale Way (in HOL).
wenzelm@25398
   297
wenzelm@25057
   298
* October 2007: Mark A. Hillebrand, DFKI
wenzelm@25057
   299
  Robust sub/superscripts in LaTeX document output.
wenzelm@25057
   300
wenzelm@24799
   301
* August 2007: Jeremy Dawson, NICTA and Paul Graunke, Galois and Brian
wenzelm@24799
   302
    Huffman, PSU and Gerwin Klein, NICTA and John Matthews, Galois
kleing@24333
   303
  HOL-Word: a library for fixed-size machine words in Isabelle.
kleing@24333
   304
kleing@24332
   305
* August 2007: Brian Huffman, PSU
wenzelm@24799
   306
  HOL/Library/Boolean_Algebra and HOL/Library/Numeral_Type.
kleing@24332
   307
wenzelm@23252
   308
* June 2007: Amine Chaieb, TUM
wenzelm@24799
   309
  Semiring normalization and Groebner Bases.
wenzelm@25449
   310
  Support for dense linear orders.
wenzelm@17866
   311
paulson@23449
   312
* June 2007: Joe Hurd, Oxford
wenzelm@24799
   313
  Metis theorem-prover.
paulson@23449
   314
wenzelm@24799
   315
* 2007: Kong W. Susanto, Cambridge
paulson@23449
   316
  HOL: Metis prover integration.
paulson@23449
   317
wenzelm@24799
   318
* 2007: Stefan Berghofer, TUM
wenzelm@25449
   319
  HOL: inductive predicates and sets.
wenzelm@24799
   320
wenzelm@24803
   321
* 2007: Norbert Schirmer, TUM
wenzelm@24803
   322
  HOL/record: misc improvements.
wenzelm@24803
   323
wenzelm@24799
   324
* 2006/2007: Alexander Krauss, TUM
wenzelm@24799
   325
  HOL: function package and related theories on termination.
wenzelm@24799
   326
haftmann@22449
   327
* 2006/2007: Florian Haftmann, TUM
haftmann@22449
   328
  Pure: generic code generator framework.
haftmann@22449
   329
  Pure: class package.
wenzelm@24799
   330
  HOL: theory reorganization, code generator setup.
wenzelm@24799
   331
wenzelm@25449
   332
* 2006/2007: Christian Urban, TUM and Stefan Berghofer, TUM and
wenzelm@25449
   333
    Julien Narboux, TUM
wenzelm@24799
   334
  HOL/Nominal package and related tools.
haftmann@22449
   335
wenzelm@21242
   336
* November 2006: Lukas Bulwahn, TUM
wenzelm@24799
   337
  HOL: method "lexicographic_order" for function package.
wenzelm@21242
   338
wenzelm@21169
   339
* October 2006: Stefan Hohe, TUM
wenzelm@21169
   340
  HOL-Algebra: ideals and quotients over rings.
wenzelm@21169
   341
wenzelm@20340
   342
* August 2006: Amine Chaieb, TUM
wenzelm@20340
   343
  Experimental support for generic reflection and reification in HOL.
wenzelm@20340
   344
kleing@20067
   345
* July 2006: Rafal Kolanski, NICTA
kleing@20067
   346
  Hex (0xFF) and binary (0b1011) numerals.
kleing@20067
   347
nipkow@19896
   348
* May 2006: Klaus Aehlig, LMU
nipkow@19896
   349
  Command 'normal_form': normalization by evaluation.
nipkow@19896
   350
wenzelm@19650
   351
* May 2006: Amine Chaieb, TUM
wenzelm@19650
   352
  HOL-Complex: Ferrante and Rackoff Algorithm for linear real
wenzelm@19650
   353
  arithmetic.
kleing@19470
   354
kleing@19470
   355
* February 2006: Benjamin Porter, NICTA
kleing@23382
   356
  HOL and HOL-Complex: generalised mean value theorem, continuum is
kleing@19470
   357
  not denumerable, harmonic and arithmetic series, and denumerability
kleing@19470
   358
  of rationals.
wenzelm@17532
   359
wenzelm@19650
   360
* October 2005: Martin Wildmoser, TUM
wenzelm@19650
   361
  Sketch for Isar 'guess' element.
wenzelm@19650
   362
wenzelm@19650
   363
wenzelm@25454
   364
Contributions to Isabelle2005
wenzelm@25454
   365
-----------------------------
wenzelm@17382
   366
wenzelm@17640
   367
* September 2005: Lukas Bulwahn and Bernhard Haeupler, TUM
wenzelm@17640
   368
  HOL-Complex: Formalization of Taylor series.
wenzelm@17640
   369
wenzelm@17640
   370
* September 2005: Stephan Merz, Alwen Tiu, QSL Loria
wenzelm@17640
   371
  Components for SAT solver method using zChaff.
wenzelm@17640
   372
wenzelm@17534
   373
* September 2005: Ning Zhang and Christian Urban, LMU Munich
wenzelm@17534
   374
  A Chinese theory.
wenzelm@17534
   375
wenzelm@17562
   376
* September 2005: Bernhard Haeupler, TUM
wenzelm@17382
   377
  Method comm_ring for proving equalities in commutative rings.
wenzelm@16892
   378
wenzelm@17532
   379
* July/August 2005: Jeremy Avigad, Carnegie Mellon University
wenzelm@16892
   380
  Various improvements of the HOL and HOL-Complex library.
wenzelm@16868
   381
wenzelm@16892
   382
* July 2005: Florian Zuleger, Johannes Hoelzl, and Simon Funke, TUM
wenzelm@16892
   383
  Some structured proofs about completeness of real numbers.
wenzelm@16892
   384
wenzelm@17532
   385
* May 2005: Rafal Kolanski and Gerwin Klein, NICTA
wenzelm@17532
   386
  Improved retrieval of facts from theory/proof context.
wenzelm@15994
   387
wenzelm@16252
   388
* February 2005: Lucas Dixon, University of Edinburgh
wenzelm@17532
   389
  Improved subst method.
wenzelm@17532
   390
wenzelm@17532
   391
* 2005: Brian Huffman, OGI
wenzelm@17532
   392
  Various improvements of HOLCF.
wenzelm@17532
   393
  Some improvements of the HOL-Complex library.
wenzelm@17532
   394
wenzelm@17532
   395
* 2005: Claire Quigley and Jia Meng, University of Cambridge
wenzelm@17532
   396
  Some support for asynchronous communication with external provers
wenzelm@17532
   397
  (experimental).
wenzelm@17532
   398
wenzelm@17532
   399
* 2005: Florian Haftmann, TUM
wenzelm@17543
   400
  Contributions to document 'sugar'.
wenzelm@17532
   401
  Various ML combinators, notably linear functional transformations.
wenzelm@17532
   402
  Some cleanup of ML legacy.
wenzelm@17532
   403
  Additional antiquotations.
wenzelm@17532
   404
  Improved Isabelle web site.
wenzelm@17532
   405
wenzelm@17532
   406
* 2004/2005: David Aspinall, University of Edinburgh
wenzelm@17532
   407
  Various elements of XML and PGIP based communication with user
wenzelm@17532
   408
  interfaces (experimental).
wenzelm@17532
   409
wenzelm@17532
   410
* 2004/2005: Gerwin Klein, NICTA
wenzelm@17532
   411
  Contributions to document 'sugar'.
wenzelm@17532
   412
  Improved Isabelle web site.
wenzelm@17532
   413
  Improved HTML presentation of theories.
wenzelm@17532
   414
wenzelm@17532
   415
* 2004/2005: Clemens Ballarin, TUM
wenzelm@17532
   416
  Provers: tools for transitive relations and quasi orders.
wenzelm@17532
   417
  Improved version of locales, notably interpretation of locales.
wenzelm@17532
   418
  Improved version of HOL-Algebra.
wenzelm@17532
   419
wenzelm@17532
   420
* 2004/2005: Amine Chaieb, TUM
wenzelm@17532
   421
  Improved version of HOL presburger method.
wenzelm@17532
   422
wenzelm@17532
   423
* 2004/2005: Steven Obua, TUM
wenzelm@17532
   424
  Improved version of HOL/Import, support for HOL-Light.
wenzelm@17532
   425
  Improved version of HOL-Complex-Matrix.
wenzelm@17572
   426
  Pure/defs: more sophisticated checks on well-formedness of overloading.
wenzelm@17543
   427
  Pure/Tools: an experimental evaluator for lambda terms.
wenzelm@17532
   428
wenzelm@17532
   429
* 2004/2005: Norbert Schirmer, TUM
wenzelm@17532
   430
  Contributions to document 'sugar'.
wenzelm@17532
   431
  Improved version of HOL/record.
wenzelm@17532
   432
wenzelm@17532
   433
* 2004/2005: Sebastian Skalberg, TUM
wenzelm@17532
   434
  Improved version of HOL/Import.
wenzelm@17532
   435
  Some internal ML reorganizations.
wenzelm@17532
   436
wenzelm@17532
   437
* 2004/2005: Tjark Weber, TUM
wenzelm@17640
   438
  SAT solver method using zChaff.
wenzelm@17532
   439
  Improved version of HOL/refute.