1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419 420 421 422 423 424 425 426 427 428 429 430 431 432 433 434 435 436 437 438 439 440 441 442 443 444 445 446 447 448 449 450 451 452 453 454 455 456 457 458 459 460 461 462 463 464 465 466 467 468 469 470 471 472 473 474 475 476 477 478 479 480 481 482 483 484 485 486 487 488 489 490 491 492 493 494 495 496 497 498 499 500 501 502 503 504 505 506 507 508 509 510 511 512 513 514 515 516 517 518 519 520 521 522 523 524 525 526 527 528 529 530 531 532 533 534 535 536 537 538 539 540 541 542 543 544 545 546 547 548 549 550 551 552 553 554 555 556 557 558 559 560 561 562 563 564 565 566 567 568 569 570 571 572 573 574 575 576 577 578 579 580 581 582 583 584 585 586 587 588 589 590 591 592 593 594 595 596 597 598 599 600 601 602 603 604 605 606 607 608 609 610 611 612 613 614 615 616 617 618 619 620 621 622 623 624 625 626 627 628 629 630 631 632 633 634 635 636 637 638 639 640 641 642 643 644 645 646 647 648 649 650 651 652 653 654 655 656 657 658 659 660 661 662 663 664 665 666 667 668 669 670 671 672 673 674 675 676 677 678 679 680 681 682 683 684 685 686 687 688 689 690 691 692 693 694 695 696 697 698 699 700 701 702 703 704 705 706 707 708 709 710 711 712 713 714 715 716 717 718 719 720 721 722 723 724 725 726 727 728 729 730 731 732 733 734
|
2005-01-27 Norman Walsh <nwalsh@users.sourceforge.net>
* catalog.xml, docbook.cat, docbook.dcl: Fix version information
* docbook.dtd: DocBook V4.4 Released
2004-12-22 Norman Walsh <nwalsh@users.sourceforge.net>
* catalog.xml, docbook.cat, docbook.dcl: Updated version number
* docbook.dtd: DocBook V4.4CR4 released
2004-12-17 Norman Walsh <nwalsh@users.sourceforge.net>
* catalog.xml, docbook.cat, docbook.dcl: Updated to 4.4CR3
* docbook.dtd: DocBook V4.4CR3 released
2004-10-21 Norman Walsh <nwalsh@users.sourceforge.net>
* catalog.xml, docbook.cat, docbook.dcl: Updated version number to 4.4CR2
* docbook.dtd: DocBook V4.4CR2 Released
2004-09-16 Norman Walsh <nwalsh@users.sourceforge.net>
* catalog.xml, docbook.cat, docbook.dcl: Updated version number
* docbook.dtd: DocBook V4.4CR1 released
2004-08-26 Norman Walsh <nwalsh@users.sourceforge.net>
* catalog.xml: Added docbookx to the catalog
* catalog.xml, docbook.cat, docbook.dcl, docbook.dtd: Updated version number
2004-06-09 Norman Walsh <nwalsh@users.sourceforge.net>
* catalog.xml, docbook.cat, docbook.dcl: Updated version number
* docbook.dtd: Updated copyright years
* docbook.dtd: DocBook V4.4b1 released.
2004-03-31 Norman Walsh <nwalsh@users.sourceforge.net>
* catalog.xml, docbook.cat, docbook.dcl: Updated version number
* docbook.dtd: DocBook V4.3 released
2004-01-21 Norman Walsh <nwalsh@users.sourceforge.net>
* catalog.xml, docbook.cat, docbook.dcl, docbook.dtd: Changed version number to V4.3CR3
2003-12-21 Norman Walsh <nwalsh@users.sourceforge.net>
* catalog.xml, docbook.cat, docbook.dcl: Updated version numbers
* docbook.dtd: DocBook V4.3CR2 released
2003-12-02 Norman Walsh <nwalsh@users.sourceforge.net>
* catalog.xml, docbook.cat, docbook.dcl: Updated version number
* docbook.dtd: Released 4.3CR1
2003-10-28 Norman Walsh <nwalsh@users.sourceforge.net>
* catalog.xml, docbook.cat, docbook.dcl, docbook.dtd: Released 4.3b5
2003-09-25 Norman Walsh <nwalsh@users.sourceforge.net>
* catalog.xml, docbook.cat, docbook.dcl, docbook.dtd: Changed V4.2b2 to V4.2b3
2003-08-15 Norman Walsh <nwalsh@users.sourceforge.net>
* catalog.xml, docbook.cat, docbook.dcl, docbook.dtd: Changed 4.2 to 4.3b2
2002-07-17 Norman Walsh <nwalsh@users.sourceforge.net>
* catalog.xml, docbook.cat, docbook.dcl, docbook.dtd: DocBook V4.2 released
2002-05-28 Norman Walsh <nwalsh@users.sourceforge.net>
* catalog.xml, docbook.cat, docbook.dcl, docbook.dtd: Updated comments to reflect CR3
2002-03-19 Norman Walsh <nwalsh@users.sourceforge.net>
* catalog.xml, docbook.cat, docbook.dcl: Prepare for CR1
* docbook.dtd: DocBook V4.2 Candidate Release 1 released
2001-11-20 Norman Walsh <nwalsh@users.sourceforge.net>
* catalog.xml, docbook.cat, docbook.dcl, docbook.dtd: DocBook V4.2b1 released
2001-11-13 Norman Walsh <nwalsh@users.sourceforge.net>
* 40chg.txt, 41chg.txt, 50issues.txt, LostLog: Removed old files
* Makefile: Fixed typo
* Makefile: Makefile
* README, readme.txt: Renamed
* catalog.xml: New file.
* docbook.cat, docbook.dcl, docbook.dtd: Updated version numbers and public identifiers
2001-11-07 Norman Walsh <nwalsh@users.sourceforge.net>
* cals-tbl.dtd, dbcent.mod, dbgenent.mod, dbhier.mod, dbnotn.mod, dbpool.mod, docbook.dtd:
Towards a 4.2 release: reparameterize so that the SGML DTD is just a customization of the XML DTD
* docbook.dcl, docbook.dtd: Whitespace fixes
2001-06-18 Norman Walsh <nwalsh@users.sourceforge.net>
* 40chg.txt, 41chg.txt, LostLog, Makefile, cals-tbl.dtd, dbcent.mod, dbgenent.mod, dbhier.mod, dbnotn.mod, dbpool.mod, docbook.cat, docbook.dtd:
New file.
* Makefile: branches: 1.1.2;
file Makefile was initially added on branch V50-devel.
2000-09-19 <ndw@users.sourceforge.net>
* 241chg.txt, 24CHANGE.TXT, 30chg.txt, 31chg.txt, 40issues.txt, ANNOUNCE.TXT, CALSTBL.MOD, DBGENENT.MOD, DBHIER.MOD, DBPOOL.MOD, DOCBOOK.CAT, DOCBOOK.DTD, ORAents.v3m, README, almfullguide.sgm.Z, alph.guide.sgm, announce.txt, calstbl.mod, ch03.sgm, docbook.2.1.dtd, docbook.2.2.1.dtd, docbook1.0.dtd, docbook1.2.1.doc.sgml, docbook1.2.1.dtd, docbook1.2.doc.sgml, docbook1.2.dtd, iso-amsa.gml, iso-amsb.gml, iso-amsc.gml, iso-amsn.gml, iso-amso.gml, iso-amsr.gml, iso-box.gml, iso-cyr1.gml, iso-cyr2.gml, iso-dia.gml, iso-grk1.gml, iso-grk2.gml, iso-grk3.gml, iso-grk4.gml, iso-lat1.gml, iso-lat2.gml, iso-num.gml, iso-pub.gml, iso-tech.gml, isodia.ent, isomfrk.ent, isomopf.ent, isomscr.ent, knownbugs23.html, msg.exm.sgm, sgml.declaration, xlsc.sgm:
Cleanup
* 241chg.txt, announce.txt, calstbl.mod, dbhier.mod, dbpool.mod, docbook.cat, docbook.dcl, docbook.dtd:
DocBook V2.4.1
* 24CHANGE.TXT, ANNOUNCE.TXT, CALSTBL.MOD, DBGENENT.MOD, DBHIER.MOD, DBPOOL.MOD, DOCBOOK.CAT, DOCBOOK.DTD:
New file.
* 30chg.txt, 40issues.txt, announce.txt, cals-tbl.dtd, dbgenent.mod, dbhier.mod, dbpool.mod, docbook.cat, docbook.dcl, docbook.dtd:
DocBook V3.0
* 31chg.txt, 40issues.txt, 50issues.txt, cals-tbl.dtd, dbcent.mod, dbgenent.mod, dbhier.mod, dbnotn.mod, dbpool.mod, docbook.cat, docbook.dcl, docbook.dtd, readme.txt:
DocBook V3.1
* 40chg.txt, 50issues.txt, LostLog, cals-tbl.dtd, dbcent.mod, dbgenent.mod, dbhier.mod, dbnotn.mod, dbpool.mod, docbook.cat, docbook.dcl, docbook.dtd, readme.txt:
DocBook V4.0
* 40chg.txt, LostLog: branches: 1.2.2;
DocBook V4.1
* 41chg.txt: branches: 1.1.2;
DocBook V4.1
* 50issues.txt, docbook.dcl, readme.txt: DocBook V4.1
* ORAents.v3m, README, docbook1.2.1.doc.sgml, docbook1.2.1.dtd, sgml.declaration, xlsc.sgm:
DocBook V1.2.1
* README, calstbl.mod, dbgenent.mod, dbhier.mod, dbpool.mod, docbook.cat, docbook.dcl, docbook.dtd, knownbugs23.html:
DocBook V2.3
* README, ch03.sgm, docbook1.0.dtd, docbook1.2.doc.sgml, docbook1.2.dtd, sgml.declaration, xlsc.sgm:
New file.
* README, docbook.2.2.1.dtd, docbook.dcl, iso-amsa.gml, iso-amsb.gml, iso-amsc.gml, iso-amsn.gml, iso-amso.gml, iso-amsr.gml, iso-box.gml, iso-cyr1.gml, iso-cyr2.gml, iso-dia.gml, iso-grk1.gml, iso-grk2.gml, iso-grk3.gml, iso-grk4.gml, iso-lat1.gml, iso-lat2.gml, iso-num.gml, iso-pub.gml, iso-tech.gml, isodia.ent, isomfrk.ent, isomopf.ent, isomscr.ent, msg.exm.sgm:
DocBook V2.2.1
* almfullguide.sgm.Z, alph.guide.sgm, docbook.2.1.dtd, sgml.declaration:
DocBook V2.1
* cals-tbl.dtd: branches: 1.4.2;
DocBook V4.1
* dbcent.mod, dbnotn.mod: branches: 1.3.2;
DocBook V4.1
* dbgenent.mod: branches: 1.5.2;
DocBook V4.1
* dbhier.mod, dbpool.mod, docbook.cat: branches: 1.6.2;
DocBook V4.1
* docbook.dtd: DocBook V1.1
* docbook.dtd: branches: 1.8.2;
DocBook V4.1
* docbook.dtd: DocBook V1.0
2004-03-31 Norman Walsh <nwalsh@users.sourceforge.net>
* catalog.xml, docbook.cat, docbook.dcl: Updated version number
* docbook.dtd: DocBook V4.3 released
2004-01-21 Norman Walsh <nwalsh@users.sourceforge.net>
* catalog.xml, docbook.cat, docbook.dcl, docbook.dtd: Changed version number to V4.3CR3
2003-12-21 Norman Walsh <nwalsh@users.sourceforge.net>
* catalog.xml, docbook.cat, docbook.dcl: Updated version numbers
* docbook.dtd: DocBook V4.3CR2 released
2003-12-02 Norman Walsh <nwalsh@users.sourceforge.net>
* catalog.xml, docbook.cat, docbook.dcl: Updated version number
* docbook.dtd: Released 4.3CR1
2003-10-28 Norman Walsh <nwalsh@users.sourceforge.net>
* catalog.xml, docbook.cat, docbook.dcl, docbook.dtd: Released 4.3b5
2003-09-25 Norman Walsh <nwalsh@users.sourceforge.net>
* catalog.xml, docbook.cat, docbook.dcl, docbook.dtd: Changed V4.2b2 to V4.2b3
2003-08-15 Norman Walsh <nwalsh@users.sourceforge.net>
* catalog.xml, docbook.cat, docbook.dcl, docbook.dtd: Changed 4.2 to 4.3b2
2002-07-17 Norman Walsh <nwalsh@users.sourceforge.net>
* catalog.xml, docbook.cat, docbook.dcl, docbook.dtd: DocBook V4.2 released
2002-05-28 Norman Walsh <nwalsh@users.sourceforge.net>
* catalog.xml, docbook.cat, docbook.dcl, docbook.dtd: Updated comments to reflect CR3
2002-03-19 Norman Walsh <nwalsh@users.sourceforge.net>
* catalog.xml, docbook.cat, docbook.dcl: Prepare for CR1
* docbook.dtd: DocBook V4.2 Candidate Release 1 released
2001-11-20 Norman Walsh <nwalsh@users.sourceforge.net>
* catalog.xml, docbook.cat, docbook.dcl, docbook.dtd: DocBook V4.2b1 released
2001-11-13 Norman Walsh <nwalsh@users.sourceforge.net>
* 40chg.txt, 41chg.txt, 50issues.txt, LostLog: Removed old files
* Makefile: Fixed typo
* Makefile: Makefile
* README, readme.txt: Renamed
* catalog.xml: New file.
* docbook.cat, docbook.dcl, docbook.dtd: Updated version numbers and public identifiers
2001-11-07 Norman Walsh <nwalsh@users.sourceforge.net>
* cals-tbl.dtd, dbcent.mod, dbgenent.mod, dbhier.mod, dbnotn.mod, dbpool.mod, docbook.dtd:
Towards a 4.2 release: reparameterize so that the SGML DTD is just a customization of the XML DTD
* docbook.dcl, docbook.dtd: Whitespace fixes
2001-06-18 Norman Walsh <nwalsh@users.sourceforge.net>
* 40chg.txt, 41chg.txt, LostLog, Makefile, cals-tbl.dtd, dbcent.mod, dbgenent.mod, dbhier.mod, dbnotn.mod, dbpool.mod, docbook.cat, docbook.dtd:
New file.
* Makefile: branches: 1.1.2;
file Makefile was initially added on branch V50-devel.
2000-09-19 <ndw@users.sourceforge.net>
* 241chg.txt, 24CHANGE.TXT, 30chg.txt, 31chg.txt, 40issues.txt, ANNOUNCE.TXT, CALSTBL.MOD, DBGENENT.MOD, DBHIER.MOD, DBPOOL.MOD, DOCBOOK.CAT, DOCBOOK.DTD, ORAents.v3m, README, almfullguide.sgm.Z, alph.guide.sgm, announce.txt, calstbl.mod, ch03.sgm, docbook.2.1.dtd, docbook.2.2.1.dtd, docbook1.0.dtd, docbook1.2.1.doc.sgml, docbook1.2.1.dtd, docbook1.2.doc.sgml, docbook1.2.dtd, iso-amsa.gml, iso-amsb.gml, iso-amsc.gml, iso-amsn.gml, iso-amso.gml, iso-amsr.gml, iso-box.gml, iso-cyr1.gml, iso-cyr2.gml, iso-dia.gml, iso-grk1.gml, iso-grk2.gml, iso-grk3.gml, iso-grk4.gml, iso-lat1.gml, iso-lat2.gml, iso-num.gml, iso-pub.gml, iso-tech.gml, isodia.ent, isomfrk.ent, isomopf.ent, isomscr.ent, knownbugs23.html, msg.exm.sgm, sgml.declaration, xlsc.sgm:
Cleanup
* 241chg.txt, announce.txt, calstbl.mod, dbhier.mod, dbpool.mod, docbook.cat, docbook.dcl, docbook.dtd:
DocBook V2.4.1
* 24CHANGE.TXT, ANNOUNCE.TXT, CALSTBL.MOD, DBGENENT.MOD, DBHIER.MOD, DBPOOL.MOD, DOCBOOK.CAT, DOCBOOK.DTD:
New file.
* 30chg.txt, 40issues.txt, announce.txt, cals-tbl.dtd, dbgenent.mod, dbhier.mod, dbpool.mod, docbook.cat, docbook.dcl, docbook.dtd:
DocBook V3.0
* 31chg.txt, 40issues.txt, 50issues.txt, cals-tbl.dtd, dbcent.mod, dbgenent.mod, dbhier.mod, dbnotn.mod, dbpool.mod, docbook.cat, docbook.dcl, docbook.dtd, readme.txt:
DocBook V3.1
* 40chg.txt, 50issues.txt, LostLog, cals-tbl.dtd, dbcent.mod, dbgenent.mod, dbhier.mod, dbnotn.mod, dbpool.mod, docbook.cat, docbook.dcl, docbook.dtd, readme.txt:
DocBook V4.0
* 40chg.txt, LostLog: branches: 1.2.2;
DocBook V4.1
* 41chg.txt: branches: 1.1.2;
DocBook V4.1
* 50issues.txt, docbook.dcl, readme.txt: DocBook V4.1
* ORAents.v3m, README, docbook1.2.1.doc.sgml, docbook1.2.1.dtd, sgml.declaration, xlsc.sgm:
DocBook V1.2.1
* README, calstbl.mod, dbgenent.mod, dbhier.mod, dbpool.mod, docbook.cat, docbook.dcl, docbook.dtd, knownbugs23.html:
DocBook V2.3
* README, ch03.sgm, docbook1.0.dtd, docbook1.2.doc.sgml, docbook1.2.dtd, sgml.declaration, xlsc.sgm:
New file.
* README, docbook.2.2.1.dtd, docbook.dcl, iso-amsa.gml, iso-amsb.gml, iso-amsc.gml, iso-amsn.gml, iso-amso.gml, iso-amsr.gml, iso-box.gml, iso-cyr1.gml, iso-cyr2.gml, iso-dia.gml, iso-grk1.gml, iso-grk2.gml, iso-grk3.gml, iso-grk4.gml, iso-lat1.gml, iso-lat2.gml, iso-num.gml, iso-pub.gml, iso-tech.gml, isodia.ent, isomfrk.ent, isomopf.ent, isomscr.ent, msg.exm.sgm:
DocBook V2.2.1
* almfullguide.sgm.Z, alph.guide.sgm, docbook.2.1.dtd, sgml.declaration:
DocBook V2.1
* cals-tbl.dtd: branches: 1.4.2;
DocBook V4.1
* dbcent.mod, dbnotn.mod: branches: 1.3.2;
DocBook V4.1
* dbgenent.mod: branches: 1.5.2;
DocBook V4.1
* dbhier.mod, dbpool.mod, docbook.cat: branches: 1.6.2;
DocBook V4.1
* docbook.dtd: DocBook V1.1
* docbook.dtd: branches: 1.8.2;
DocBook V4.1
* docbook.dtd: DocBook V1.0
2002-07-17 Norman Walsh <nwalsh@users.sourceforge.net>
* catalog.xml, docbook.cat, docbook.dcl, docbook.dtd: DocBook V4.2 released
2002-05-28 Norman Walsh <nwalsh@users.sourceforge.net>
* catalog.xml, docbook.cat, docbook.dcl, docbook.dtd: Updated comments to reflect CR3
2002-03-19 Norman Walsh <nwalsh@users.sourceforge.net>
* catalog.xml, docbook.cat, docbook.dcl: Prepare for CR1
* docbook.dtd: DocBook V4.2 Candidate Release 1 released
2001-11-20 Norman Walsh <nwalsh@users.sourceforge.net>
* catalog.xml, docbook.cat, docbook.dcl, docbook.dtd: DocBook V4.2b1 released
2001-11-13 Norman Walsh <nwalsh@users.sourceforge.net>
* 40chg.txt, 41chg.txt, 50issues.txt, LostLog: Removed old files
* Makefile: Makefile
* Makefile: Fixed typo
* README, readme.txt: Renamed
* catalog.xml: New file.
* docbook.cat, docbook.dcl, docbook.dtd: Updated version numbers and public identifiers
2001-11-07 Norman Walsh <nwalsh@users.sourceforge.net>
* cals-tbl.dtd, dbcent.mod, dbgenent.mod, dbhier.mod, dbnotn.mod, dbpool.mod, docbook.dtd:
Towards a 4.2 release: reparameterize so that the SGML DTD is just a customization of the XML DTD
* docbook.dcl, docbook.dtd: Whitespace fixes
2001-06-18 Norman Walsh <nwalsh@users.sourceforge.net>
* 40chg.txt, 41chg.txt, LostLog, Makefile, cals-tbl.dtd, dbcent.mod, dbgenent.mod, dbhier.mod, dbnotn.mod, dbpool.mod, docbook.cat, docbook.dtd:
New file.
* Makefile: branches: 1.1.2;
file Makefile was initially added on branch V50-devel.
2000-09-19 <ndw@users.sourceforge.net>
* 241chg.txt, 24CHANGE.TXT, 30chg.txt, 31chg.txt, 40issues.txt, ANNOUNCE.TXT, CALSTBL.MOD, DBGENENT.MOD, DBHIER.MOD, DBPOOL.MOD, DOCBOOK.CAT, DOCBOOK.DTD, ORAents.v3m, README, almfullguide.sgm.Z, alph.guide.sgm, announce.txt, calstbl.mod, ch03.sgm, docbook.2.1.dtd, docbook.2.2.1.dtd, docbook1.0.dtd, docbook1.2.1.doc.sgml, docbook1.2.1.dtd, docbook1.2.doc.sgml, docbook1.2.dtd, iso-amsa.gml, iso-amsb.gml, iso-amsc.gml, iso-amsn.gml, iso-amso.gml, iso-amsr.gml, iso-box.gml, iso-cyr1.gml, iso-cyr2.gml, iso-dia.gml, iso-grk1.gml, iso-grk2.gml, iso-grk3.gml, iso-grk4.gml, iso-lat1.gml, iso-lat2.gml, iso-num.gml, iso-pub.gml, iso-tech.gml, isodia.ent, isomfrk.ent, isomopf.ent, isomscr.ent, knownbugs23.html, msg.exm.sgm, sgml.declaration, xlsc.sgm:
Cleanup
* 241chg.txt, announce.txt, calstbl.mod, dbhier.mod, dbpool.mod, docbook.cat, docbook.dcl, docbook.dtd:
DocBook V2.4.1
* 24CHANGE.TXT, ANNOUNCE.TXT, CALSTBL.MOD, DBGENENT.MOD, DBHIER.MOD, DBPOOL.MOD, DOCBOOK.CAT, DOCBOOK.DTD:
New file.
* 30chg.txt, 40issues.txt, announce.txt, cals-tbl.dtd, dbgenent.mod, dbhier.mod, dbpool.mod, docbook.cat, docbook.dcl, docbook.dtd:
DocBook V3.0
* 31chg.txt, 40issues.txt, 50issues.txt, cals-tbl.dtd, dbcent.mod, dbgenent.mod, dbhier.mod, dbnotn.mod, dbpool.mod, docbook.cat, docbook.dcl, docbook.dtd, readme.txt:
DocBook V3.1
* 40chg.txt, 50issues.txt, LostLog, cals-tbl.dtd, dbcent.mod, dbgenent.mod, dbhier.mod, dbnotn.mod, dbpool.mod, docbook.cat, docbook.dcl, docbook.dtd, readme.txt:
DocBook V4.0
* 40chg.txt, LostLog: branches: 1.2.2;
DocBook V4.1
* 41chg.txt: branches: 1.1.2;
DocBook V4.1
* 50issues.txt, docbook.dcl, readme.txt: DocBook V4.1
* ORAents.v3m, README, docbook1.2.1.doc.sgml, docbook1.2.1.dtd, sgml.declaration, xlsc.sgm:
DocBook V1.2.1
* README, calstbl.mod, dbgenent.mod, dbhier.mod, dbpool.mod, docbook.cat, docbook.dcl, docbook.dtd, knownbugs23.html:
DocBook V2.3
* README, ch03.sgm, docbook1.0.dtd, docbook1.2.doc.sgml, docbook1.2.dtd, sgml.declaration, xlsc.sgm:
New file.
* README, docbook.2.2.1.dtd, docbook.dcl, iso-amsa.gml, iso-amsb.gml, iso-amsc.gml, iso-amsn.gml, iso-amso.gml, iso-amsr.gml, iso-box.gml, iso-cyr1.gml, iso-cyr2.gml, iso-dia.gml, iso-grk1.gml, iso-grk2.gml, iso-grk3.gml, iso-grk4.gml, iso-lat1.gml, iso-lat2.gml, iso-num.gml, iso-pub.gml, iso-tech.gml, isodia.ent, isomfrk.ent, isomopf.ent, isomscr.ent, msg.exm.sgm:
DocBook V2.2.1
* almfullguide.sgm.Z, alph.guide.sgm, docbook.2.1.dtd, sgml.declaration:
DocBook V2.1
* cals-tbl.dtd: branches: 1.4.2;
DocBook V4.1
* dbcent.mod, dbnotn.mod: branches: 1.3.2;
DocBook V4.1
* dbgenent.mod: branches: 1.5.2;
DocBook V4.1
* dbhier.mod, dbpool.mod, docbook.cat: branches: 1.6.2;
DocBook V4.1
* docbook.dtd: branches: 1.8.2;
DocBook V4.1
* docbook.dtd: DocBook V1.0
* docbook.dtd: DocBook V1.1
19 June 2000
Changes from DocBook V4.0 to DocBook V4.1:
No user-visible changes; removed some 4.0 future use comments that had
accidentally been left in the DTD and fixed a couple of incorrect FPIs.
See 40chg.txt for a list of the significant changes.
18 May 2000
Changes from DocBook V3.1 to DocBook V4.0:
Markup:
- RFE 17: Added a common attribute 'Condition' for generic effectivity
- RFE 38: The nav.class elements (ToC|LoT|Index|Glossary|Bibliography) are
now allowed at the beginning and end of components and sections
- RFE 58: The 'optmult' and 'reqmult' attribute values have been
removed from Group
- RFE 65: Added several class attribute values to Filename and SystemItem
at the request of the Linux community
- RFE 73: Removed BookBiblio and SeriesInfo
- RFE 81: Added SidebarInfo to Sidebar
- RFE 87: Added 'xmlpi' and 'emptytag' as class values of SGMLTag
- RFE 92: Added 'CO' to Synopsis and LiteralLayout
- RFE 99: Added SimpleMsgEntry as an alternative to MsgEntry in order
to provide a simpler MsgSet construct
- RFE 103: Added RevDescription as an alternative to RevRemark in
RevHistory; this allows longer descriptive text in a revision
- RFE 104: Added 'Specification' to the list of document classes on Article
- RFE 108: Allow admonitions in Answers
- RFE 110: Allow a RevHistory on QandAEntry
- RFE 115: Allow optional Title on OrderedList and ItemizedList
- RFE 116: Added LineNumbering attribute to linespecific environments for
presentation of line numbers
- Added a common attribute 'Security' for effectivity
- Added synopsis markup for modern programming languages (e.g, object
oriented languages like Java, C++, and IDL)
- Renamed DocInfo to PrefaceInfo, ChapterInfo, AppendixInfo, etc.
(and ArtHeader to ArticleInfo)
Other:
- RFE 88: Added PEs to include/ignore dbnotn.mod and dbcent.mod
- RFE 102: Fixed some outstanding namecase problems
- RFE 105: Added PNG notation
- RFE 106: Removed some odd *.content PEs that interfered with
customization layers
- RFE 109: Added FPI to content of dbgenent.mod (for consistency)
- RFE 111: Added the Euro symbol
- Fixed bug in cals-tbl.dtd; a model group was used for the element
declaration, but the attlist declaration used "Table" literally.
01 February 1999
Changes from DocBook V3.0 to DocBook V3.1:
Markup:
- Added optional title to MsgSet
- Add FAQ as a class value to Article
- Cleaned up, and significantly loosened, the content model of Book.
- Added Colophon to Book.
- Added inline Constant for marking up constants and limits
- Added inline VarName for marking up variable names
- Added several elements to the content model of ArtHeader that were
accidentally left out in 3.0: Graphic, LegalNotice, ModeSpec,
SubjectSet, KeywordSet, and ITermSet.
- Add LinkEnd to LoTEntry.
- Sets are no longer required to contain at least two books.
- Added pagewide attribute to Figure.
- Added recursive Divisions.
- Added Subtitle to divisions (Set, Book, etc.), components, and
sections. It may occur outside of *Info elements.
- Added person name elements to Address.
- Added Class attribute to LiteralLayout indicating Monospaced or
Normal font.
- Added ULink to docinfo.char.mix.
- Added RevHistory to GlossEntry.
- Added CmdLength attribute to CmdSynopsis to indicate Command length
- Added Title, TitleAbbrev, and SubTitle outside ArtHeader; ArtHeader
is now optional.
- Added QAndASet, MediaObject, and InlineMediaObject.
- Added IndexTerm to the content model of many elements. This makes
it easier to store small, valid components. Previously, IndexTerms
were only valid if the root element had the appropriate inclusion.
Other:
- Added underscore (_) to the list of acceptable name characters.
(Underscores can now be used in IDs.)
- The public identifiers have changed. The owner identifier is now
"-//OASIS//".
- Parameterized element and attribute declarations separately.
- Notation and character entity declarations now have their own modules.
- Fixed erroneous comment marking the end of the programlistingco.module.
- Fixed unused parameter entities: local.keyaction.attrib,
country.role.attrib, local.areaset.attrib, local.bibliomixed.attrib,
- Removed unused parameter entities local.setinfo.char.mix, yes.attval,
and linkendsreq.attrib.
- Parameterized inclusions and exclusions for easy removal.
- General coding and comment cleanup.
6 January 1997
Changes from DocBook V2.4.1 to DocBook V3.0:
Markup:
- Added optional Dedication element after BookInfo.
- Added optional Sect<n>Info elements at the beginnings of Sect<n>
and optional RefSect<n>Info and RefSynopsisDivInfo elements at the
beginnings of their respective container elements. These all contain
a free mixture of metadata-related elements. Where IndexTerm was
excluded before, this exclusion was removed, since IndexTerm can now
legitimately appear inside the new IndexTermSet.
- Added several CALS-based presentational attributes to Graphic and
InlineGraphic.
- Added an "SGML" notation.
- Broadened the content of BiblioEntry, DocInfo, BookInfo, and SetInfo
(allowing a mixture of any of the bibliographic identifiers and, a new
addition, the person.ident.mix elements), changed the way BiblioMisc
is to be used, added an intermediate BiblioSet container element, and
added the BiblioMixed and BiblioMSet elements for "cooked" entries.
Added Relation attribute to BiblioSet and BiblioMSet.
- Removed #PCDATA from SetInfo in the process of updating it to the
new bibliographic model (bug fix; backwards-incompatible).
- Defined KeywordSet, ITermSet (index term set), and SubjectSet elements
and added them to the bibliographic information elements.
- Added Linkend attribute to ToCfront and ToCback.
- Added Status attribute to Set, Book, Dedication, Appendix, Chapter,
Part, Preface, Reference, Sect<n>, Bibliography, BiblioDiv, Glossary,
GlossDiv, RefEntry, RefSect<n>, and Article.
- Added ErrorCode, Prompt, and EnVar elements.
- Added Label attribute back to Footnote (bug fix).
- Made FootnoteRef EMPTY and changed its Mark attribute to Label
(backwards-incompatible; previously announced).
- Added Pagenum attribute to ToC.
- Added Acronym to word.char.mix and the content of SystemItem,
and excluded it from itself (because Acronym contains word.char.mix).
- Changed Revision* to Revision+ in RevHistory (backwards-incompatible;
previously announced).
- Renamed SpanEnd attribute on IndexTerm to StartRef
(backwards-incompatible; previously announced). Added Class attribute.
- Added optional FuncSynopsisInfo at the end of FuncSynopsis.
- Added Conformance effectivity attribute.
- Added Alt element to Equation, InformalEquation, and InlineEquation.
- Added NumCharRef token to Class attribute of SGMLtag.
- Broadened the Article content model and added a Class attribute.
- Added Emphasis to the content model of Superscript and Subscript
(bug fix; accidentally removed in V2.4).
Other:
- Defined most of the *Info elements in one fell swoop using a new
otherinfo.class parameter entity.
- Moved entities that define xxx.module and xxx.content.module
marked-section status keywords to be near the actual marked sections.
- Removed citerefentry.content.module because its subelements weren't
unique only to CiteRefEntry.
- Moved some ELEMENT/ATTLIST declaration pairs out of the "words"
section and into the "computer terms" section.
- Added FUTURE USE comments explaining what backwards-incompatible
changes are planned for V4.0.
- Added parameterization that allows individual elements' Role attributes
to be easily customized or removed.
- Added reference to local.shortcut.attrib entity in Shortcut (bug fix;
it was missing).
- Changed over to the SGML Open full CALS table module. This should not
result in any markup model changes.
- Alphabetized the contents of the word.char.class entity.
- Updated Terry Allen's contact info and copyright statement in comments
in the files.
- Added bibliocomponent.mix entity to help manage bibliographic
information and reorganized the title/bibliographic section into
three sections: titles, bibliographic, and subject set etc.
- Changed the FPI keyword for dbgenent.mod to ENTITIES from ELEMENTS
(bug fix).
- Made an entity for the semi-common Width attribute and referenced
the entity from the objects that have Width.
- Added a version number to the dbgenent.mod module, its FPI in the
catalog, and its FPI reference in docbook.dtd.
- Changed the names of some parameter entities: from
[local.]cptr.char.class to [local.]tech.char.class, and from
[local.]word.char.class to [local.]gen.char.class.
- Removed the SGMLDECL entry from the docbook.cat file because the
DocBook SGML declaration may not be appropriate for other SGML
applications.
- General coding and comment cleanup.
241chg.txt
Following are the changes made to DocBook V2.4 to create V2.4.1:
Version update
==============
o In all modules, the version number has been updated in the header
comments, FPI instructions, DTD module entity declarations, and
catalog entries. (Note that dbgenent.mod does not mention a version
number since it is expected to be edited by users.)
Substantive changes (bug fixes)
===============================
o In docbook.dtd, three notation declarations (EQN, PIC, and TBL) have
been changed to have null system IDs because the original identifiers
were formed as approximate public IDs, not system IDs (and because
they contained an ampersand, they were not valid FPIs either). We are
investigating whether there are proper formal public IDs for these
notations.
o In dbpool.mod:
- The %vendor.attrib; entity containing the Vendor effectivity
attribute (new in V2.4) has been added to %effectivity.attrib; in
order to make the attribute available for use.
- The MenuChoice element (new in V2.4) has been added to
%cptr.char.class; in order to make the element available for use.
- The content model of Shortcut (used inside MenuChoice) was changed
to match that of the new KeyCombo element, as its original design
intended.
- The Option element was added to the content model of Group in
CmdSynopsis to bring the model up to what the documentation
(correctly) describes.
Editorial changes
=================
o The copyright statement has been updated to help ensure continued free
access to DocBook files by users.
o Spelling in comments was fixed, and comments explaining some attributes
were clarified.
|