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
|
clips (6.30-4.1) unstable; urgency=medium
* Non-maintainer upload.
* Fix typo in maintainer address closes: #881009
* Don't build html files in doc package, so we can remove pdf2htmlex
as build-dependency. closes: #952621, #934949
- Remove Format: HTML in *.doc-base files
- Edit Makefile in clips_docs.diff
-- Håvard Flaget Aasen <haavard_aasen@yahoo.no> Mon, 30 Mar 2020 20:51:48 +0200
clips (6.30-4) unstable; urgency=medium
* Move pdf2htmlex, sharutils to Build-Depends (Closes: #878841)
-- Javier Fernández-Sanguino Peña <jfs@debian.org> Mon, 06 Nov 2017 22:20:23 +0100
clips (6.30-3) unstable; urgency=low
* debian/control:
- Move clips-doc in clips from Recommends to Suggests
- Remov clips-common from Depends in clips
- Fix vesion number of Debian standards
- Move pdf2htmlex, sharutils to Build-Depends-Indep
* debian/patches/clips_improved_build.diff: Install all the
headers file (refresh definition of HDRS)
-- Javier Fernández-Sanguino Peña <jfs@debian.org> Thu, 19 Oct 2017 23:33:08 +0200
clips (6.30-2) unstable; urgency=medium
* debian/control:
- Add sharutils to Build-Deps as it is required for building the
documentation (Closes: #878841)
- Include contents from clips-doc package
- Adjust description of clips-common to highlight that it provides the
examples
- Adjust description of clips-doc to highlight that it provides the
documentation, and not the examples
- Updated Standards Version, no changes required
- Add ${misc:Depends} to packages (lintian fix)
- Change Recommended package from 'gv' to 'evince' for pdf reader
* debian/changelog:
- Integrate history of the clips-doc package
- Document two Launchpad bugs which have been closed in previous
package versions
* debian/rules:
- Replace dh_clean -k with dh_prep (lintian fix)
- Replace definition of INSTALL PROGRAM from 'install -c -s' to
simply 'install' to prevent stripping the binaries (let dh_strip
do it, which honos the nostrip build option (Closes: #436632)
- Create clips-doc.docs and clips-common.examples so we call
simply dh_installdocs and dh_installexamples (without -p) in the
binary indep target
* debian/clips.1:
- Comment reference to help file as it is not currently provided
- Remove reference to the clips-doc package, refer to clips-common instead
- Adjust reference to documentation, FAQ is no longer provided but PDF and
HTML manuals area
* debian/clips-doc.doc-base.{abstracts,apg,architecture,bpg,ig,usrguide}:
Move here from the clips-doc package to keep all the content in the same
location. Add references to HTML documentation.
* debian/README.Debian: adjust references, improve wording and update
HTTP links
* debian/patches/clips_improved_build.diff: Do not strip binaries in
libraries, let dh_strip do it for us. This makes it possible to honor
the nostrip build option (Closes: #436632)
* debian/watch: Add based on the patch provided by Joao Eriberto Mota Filho
for the clips-doc package
-- Javier Fernández-Sanguino Peña <jfs@debian.org> Tue, 17 Oct 2017 01:26:11 +0200
clips (6.30-1) unstable; urgency=medium
* New upstream release (Closes: #539068)
* debian/rules:
- Update to use the new directory where the source is held (core/ instead
of clipssrc/)
- Remove code related to documentation, as this has been moved to a patch
- Add rules to build architecture independent packages (build HTML from
PDF files)
* debian/control:
- Update Homepage to http://www.clipsrules.net/
- Do not make a reference to specific versions in the package description
- Use proper encoding in maintainer's surname
- Rename libclips packages to libclips6
- Build-depend on pdf2htmlex, as this is used to build the HTML files
* Switch to 3.0 quilt source format (create debian/source/format)
* debian/clips.desktop: Remoe empty Mime definition that led to Lintian
warning
* debian/patches: Split the patches included in the Debian package into
independent patches to make updating to new upstream releases easier to
manage.
Patches enabled:
- clips_improved_build.diff: Improved build system, this is used instead
of upstream's to build the clips binary and library
- clips_docs.diff: Patch to include documentation provided upstream
- clips_examples.diff: Patch to include the examples provided upstream,
examples have been updated to the ones provided in version 6.30. Some
older examples are povided too.
Disabled patches (to be removed in future releases):
- clips_patch_docs.diff: Patch to provide FAQ documentation available in
website (outdated)
- clips_remove_logos.diff: Patch to clean docs and remove lintian errors and
warnings
- clips_remove_logos.diff: Patch to clean docs and remove lintian errors and
- clips_help_file.diff: New patch to update the help file (clips.hlp)
updating the information describing where source code, documentation and
support can be found.
- clips_update_help_file.diff: Update to the help file originally provided
in 6.24
- clips_x.diff, clips_patch_x.diff: Patch to include the Xclips binary
* core/Makefile.in:
- Move library definitions to the end to fix build errors in Ubuntu natty
(Closes: #616327) (LP: #728438)
- Update to include all objects in library sources so all functions are
available there
* core/configure.in: Do not update setup.h from setup.h.in, keep as upstream
povides to ensure all the functionality is enabled such as the fact-set
query functions (Closes: #508946) (LP: #1027355)
* Remove empty postinst/prerm scripts, let debhelper do it all
(Closes: #866298, #866281)
-- Javier Fernández-Sanguino Peña <jfs@debian.org> Sun, 15 Oct 2017 15:53:19 +0200
clips-doc (6.24-2.1) unstable; urgency=medium
* Non-maintainer upload.
[ Joao Eriberto Mota Filho ]
* Bumped DH level to 10. (Closes: #817395)
* debian/control: bumped Standards-Version to 3.9.8.
* debian/watch: created.
[ Logan Rosen ]
* debian/control: depend on ${misc:Depends}.
* debian/clips-doc.docs: Specify doc files.
* debian/rules: Switch to dh sequencer.
-- Joao Eriberto Mota Filho <eriberto@debian.org> Wed, 21 Dec 2016 02:30:43 -0200
clips (6.24-3.2) unstable; urgency=medium
* Non-maintainer upload.
* Add build-arch and build-indep targets to debian/rules. Patch by
Santiago Vila. Closes: #821972
-- Christoph Biedl <debian.axhn@manchmal.in-ulm.de> Mon, 19 Dec 2016 19:07:00 +0100
clips (6.24-3.1) unstable; urgency=medium
* Non-maintainer upload
* Bump debhelper compat level. Closes: #817394
* Replace obsolete Source-Version substvar. Closes: #833208
-- Christoph Biedl <debian.axhn@manchmal.in-ulm.de> Mon, 19 Dec 2016 00:00:20 +0100
clips (6.24-3) unstable; urgency=low
* Change the upstream page, as it is now http://clipsrules.sourceforge.net/:
- change the Clips help documentation
- updated the debian/copyright
* Update the FAQ and documentation based on the contents online
* Remove the (unused) debian/clips-doc directory
* Fix the debian/README file as it asked users to install the clips-doc
package, examples are actually in the clips-common package
* Comment the update-examples code in debian/rules
* Create a desktop file and convert CLIP's gif file into a 48x48 xpm icon
* Modify debian/rules to create an install target
* Remove the xclips package since there is no way I can fix its use of
(possibly deprecated) Xaw3d functions and newer Clips releases look like
they will not to support Xwindows anymore.
- "Fixes" the segmentation fault issue with Xaw3d (Closes: #165758, #200478)
- Removes xlibs-data from the package Build-Deps (Closes: 419014)
* Include an (empty) usrsetup.h header file for applications that do not
provide one to build (Closes: #385607)
-- Javier Fernandez-Sanguino Pen~a <jfs@debian.org> Wed, 16 Apr 2008 18:50:35 +0200
clips-doc (6.24-2) unstable; urgency=low
* Acknowledge NMU
* Bump Debian Policy to 3.7.3
* Change Homepage as the CLIPS site has moved over to
http://clipsrules.sourceforge.net/
* Remove reference to version in control field
* Provide a doc-base file to document all the manuals, remove the TODO since
it is no longer relevant.
-- Javier Fernandez-Sanguino Pen~a <jfs@debian.org> Wed, 16 Apr 2008 15:57:35 +0200
clips-doc (6.24-1.1) unstable; urgency=low
* Non-maintainer upload.
* Merge both “Recommends” lines to fix FTBFS (Closes: #464265).
* Move the description from the long description to a source field.
* Convert debian/copyright to UTF-8 (a single change: “Peña”).
* Move debhelper from B-D-I to B-D. It is needed by the “clean” target.
* Debhelper compatibility is already set through debian/compat, no need
to duplicate it through DH_COMPAT in debian/rules.
-- Cyril Brulebois <cyril.brulebois@enst-bretagne.fr> Fri, 29 Feb 2008 04:01:08 +0100
clips (6.24-2) unstable; urgency=low
* Make clips-common Arch: all
* Write a proper binary-indep target for clips-common
* Lintian fixes:
- Move the Homepage to a debian/control header
- UTF-8 encode debian/copyright
- Fix error in changelog entry
- Do not create dirs that are empty in binary packages
- Fix call to dh_installman so now the manpages are properly installed
(previously they were not, and led to an issue whereby the xclips
package included the clips.1 manpage, which resulted in a conflict
between both binary packages) (LP: #361499)
* Change Maintainer's email address
-- Javier Fernandez-Sanguino Pen~a <jfs@debian.org> Sat, 05 Jan 2008 09:12:54 +0100
clips-doc (6.24-1) unstable; urgency=low
* Update to the latest available documentation
bpg.pdf - CLIPS 6.24 Basic Programming Guide
apg.pdf - CLIPS 6.24 Advanced Programming Guide
ig.pdf - CLIPS 6.24 Interfaces Guide
* Add the new copyright notice in debian/copyright
* Add a Homepage: entry in debian/control
* Add an empty build: target (Closes: #395778)
* Remove the examples, as they are already provided in the clips-common
package
-- Javier Fernandez-Sanguino Pen~a <jfs@computer.org> Sun, 1 Apr 2007 23:20:10 +0200
clips (6.24-1) unstable; urgency=low
* New upstream release (Closes: #326231)
* Update debian/copyright with upstream's new license (still in the public
domain)
* Remove .DS_Store binary files from the sources
* Update clips.hlp, FAQ and HTML documentation under doc/
* Update homepage in debian/copyright
* Add Homepage: location to debian/control
* Acknowledge NMUs (Closes: #367087)
* Switch to use dh_installman
* [clipssrc/Makefile.in] based on upstream's Makefile (expaned OBJS)
* [clipssrc/Makefile.in] added -lrt to compiler flags (clock_gettime is
provied by /lib/librt.so.1)
* [clipssrc/setup.h.in] Add a #define intBool to get it to compile
-- Javier Fernandez-Sanguino Pen~a <jfs@computer.org> Sun, 1 Apr 2007 21:53:40 +0200
clips (6.21-6.2) unstable; urgency=low
* Brown-paper-bag NMU.
* Tweak debian/rules to ensure that autobuilders don't accidentally try
to run autoconf.
-- Aaron M. Ucko <ucko@debian.org> Sat, 13 May 2006 11:42:02 -0400
clips (6.21-6.1) unstable; urgency=low
* NMU with maintainer's permission.
* Update for X11R7 transition, facing the possibility that configure's
x_includes and x_libraries variables may now be empty. (Closes: #365284)
-- Aaron M. Ucko <ucko@debian.org> Sat, 13 May 2006 10:20:28 -0400
clips (6.21-6) unstable; urgency=low
* Removed xlibs-dev from Build-Depends and add new build-depends (Closes: #346638)
* Fix bug in configure.in which introduced a parse error in the generated
configure
-- Javier Fernandez-Sanguino Pen~a <jfs@computer.org> Sat, 14 Jan 2006 18:34:06 +0100
clips (6.21-5) unstable; urgency=low
* Added missing headers
-- Javier Fernandez-Sanguino Pen~a <jfs@computer.org> Sun, 25 Sep 2005 07:28:07 +0200
clips-doc (6.23-2) unstable; urgency=low
* Use debhelper compatibility version 4
* Add gv to the Recommends
-- Javier Fernandez-Sanguino Pen~a <jfs@computer.org> Wed, 21 Sep 2005 21:23:12 +0200
clips (6.21-4) unstable; urgency=low
* Fix bad symlink in libclips-dev, patch provided by Alejandro
Enrique (Closes: #329408)
* Fix typos in debian/clips.1 manpage when using .IP
* "Fix" my name in debian/clips.1 and debian/xclips.1x to prevent
having ISO-8859-1 chars
* Use debhelper compatibility version 4
* Remove clips.prerm
-- Javier Fernandez-Sanguino Pen~a <jfs@computer.org> Wed, 21 Sep 2005 19:41:16 +0200
clips (6.21-3) unstable; urgency=low
* Fixed FTFBFS errors when compiling with gcc-4 (in amd64) with
patch from Andreas Jochens (Closes: #298439)
-- Javier Fernandez-Sanguino Pen~a <jfs@computer.org> Thu, 7 Apr 2005 00:29:31 +0200
clips-doc (6.23-1) unstable; urgency=low
* Updated to latest documentation (Closes: #286711)
bpg.pdf - CLIPS 6.23 Basic Programming Guide
apg.pdf - CLIPS 6.23 Advanced Programming Guide
ig.pdf - CLIPS 6.23 Interfaces Guide
usrguide.pdf - CLIPS 6.20 User's Guide
* Included "new" documentation:
arch5-1.pdf - CLIPS 5.1 Architecture Manual
* Bump to a version equivalent to the included documentation.
* Adjusted debian/rules as this is a binary: all package
-- Javier Fernandez-Sanguino Pen~a <jfs@computer.org> Tue, 22 Feb 2005 22:06:01 +0100
clips-doc (1.0-6) unstable; urgency=low
* Set section to 'doc'
-- Javier Fernandez-Sanguino Pen~a <jfs@computer.org> Sat, 24 Jan 2004 12:43:53 +0100
clips-doc (1.0-5) unstable; urgency=low
* Fixed lintian warnings and updated standards version.
-- Javier Fernandez-Sanguino Pen~a <jfs@computer.org> Fri, 23 Jan 2004 18:11:09 +0100
clips (6.21-2) unstable; urgency=low
* Added -Xlibclips to dh_makeshlibs to avoid duplicate dependancies
* Change section of libclips-dev to libdevel
* Wrote a manpage for xclips.
* Moved documentation to the clips-common package.
* Small changes to the clips.1 manpage.
* Removed the /usr/doc symlink from the clips postinst
* Marked /etc/X11/app-defaults/Xclips as a conffile.
-- Javier Fernandez-Sanguino Pen~a <jfs@computer.org> Sun, 27 Jul 2003 13:22:35 +0200
clips (6.21-1) unstable; urgency=low
* New upstream release (#200478)
- changed the way the package is built to make it easier to build
- re-applied the patches done to the previous versions
- added Xclips to the examples in the xclips package (even if the
xclips color version is not being built yet)
- modified the sources to make it compile properly with the code in
different directories
* Moved to examples to the clips-common package (a mistake in the
debian/rules file moved them to a non-existant package)
* Force compilation against libXaw7 since it seems that both
libXaw6 and libXaw3d are broken in sid and segfault with xclips.
This is related to bug #165758, which will be reassigned to libXaw6.
* Added mising shlib:Depends to clips and xclips
* Make clips-commond recommend clips | xclips
-- Javier Fernandez-Sanguino Pen~a <jfs@computer.org> Tue, 8 Jul 2003 18:18:39 +0200
clips (6.10-13) unstable; urgency=low
* Included missing .h files in the INSTHEADERS directive of
Makefile.in (memalloc.h userdata.h), these are called by other .h
files. I'm leaving out for the moment some other headers which
do not seem necessary and are not in INSTHEADERS
(ed.h parsefun.h proflfun.h sortfun.h) (Closes: #178579)
-- Javier Fernandez-Sanguino Pen~a <jfs@computer.org> Fri, 14 Feb 2003 15:32:04 +0100
clips (6.10-12) unstable; urgency=low
* Recompiled in sid to fix lintian errors
* Now Build-depends on xlibs-dev and xaw3g-dev (Closes: #170118)
* Still, this does not fix bug 165758 which still stands (will have
to trace it....)
* Improved configuration build in debian/rules and removed config.* from
xinterface when distcleaning
* Fixed many lintian warn/errors.
-- Javier Fernandez-Sanguino Pen~a <jfs@computer.org> Sat, 18 Jan 2003 11:35:43 +0100
clips (6.10-11) unstable; urgency=low
* Fixed copyright spelling (Closes: #127119)
* Fixed xclips description (Closes: #130972)
* Updated Standards Version
* Provided some examples so people can test CLIPS
* Added a README.Debian file for starters.
* Fixed location of manpages for xclips and clips
-- Javier Fernandez-Sanguino Pen~a <jfs@computer.org> Mon, 14 Oct 2002 14:43:19 +0200
clips-doc (1.0-4) unstable; urgency=low
* Converted into non-native package (Closes: #44199)
* Updated standards version
* Fixed typo in copyright
-- Javier Fernandez-Sanguino Pen~a <jfs@computer.org> Thu, 24 Jan 2002 22:28:43 +0100
clips (6.10-10) unstable; urgency=low
* Added debhelper in Build Depends (Closes 70210)
-- Javier Fernandez-Sanguino Pen~a <jfs@computer.org> Mon, 11 Jun 2001 21:00:09 +0200
clips (6.10-9) unstable; urgency=low
* Fixed help location in setup.h.in, this should had been fixed since
6.10-1 :( (Closes: #96875)
-- Javier Fernandez-Sanguino Pen~a <jfs@computer.org> Wed, 9 May 2001 16:51:52 +0200
clips (6.10-8) unstable; urgency=low
* Removed libclips.so from libclips-dev (Closes: #96363)
-- Javier Fernandez-Sanguino Pen~a <jfs@computer.org> Tue, 8 May 2001 17:46:06 +0200
clips (6.10-7) unstable; urgency=low
* Fixed sections in packages, no more overrides :)
-- Javier Fernandez-Sanguino Pen~a <jfs@computer.org> Wed, 21 Mar 2001 18:06:33 +0100
clips (6.10-6) unstable; urgency=low
* Moved manpage clips.1 to clips-common (Closes: #87521)
* Added information to the manpage regarding the FAQ location (Closes: #87503)
-- Javier Fernandez-Sanguino Pen~a <jfs@computer.org> Mon, 19 Mar 2001 20:40:55 +0100
clips (6.10-5) unstable; urgency=low
* Added build-depends (Closes: #84646)
-- Javier Fernandez-Sanguino Pen~a <jfs@computer.org> Sun, 4 Feb 2001 11:54:55 +0100
clips (6.10-4) unstable; urgency=low
* Fixed url in copyright file
-- Javier Fernandez-Sanguino Pen~a <jfs@computer.org> Thu, 11 Jan 2001 03:14:28 +0100
clips (6.10-3) unstable; urgency=low
* The package now can compile the Xclips interface cleanly, which
is provided by a new package 'xclips' (closes: Bug#33582)
* There are now new packages available: libclips, libclips-dev,
clips-common
and xclips. These major rewrite of the package allows easy installation
of the interpreter and shared libraries.
* Still not yet lintian clean but getting close to it. There is only
one pending lintian bug regarding shared libraries which I do not
know how to handle.
-- Javier Fernandez-Sanguino Pen~a <jfs@computer.org> Sat, 30 Dec 2000 03:10:06 +0100
clips-doc (1.0-3) unstable; urgency=low
* Updated the debian/rules file to clean all lintian errors
-- Javier Fernandez-Sanguino Pen~a <jfs@computer.org> Sun, 17 Sep 2000 11:06:01 +0200
clips-doc (1.0-2) unstable; urgency=low
* Added Build-Depends on debhelper (closes:#70368)
-- Javier Fernandez-Sanguino Pen~a <jfs@computer.org> Tue, 29 Aug 2000 00:30:44 +0200
clips (6.10-2) unstable; urgency=low
* The package now can compile the Xclips interface cleanly, which
is provided by a new package 'xclips' (closes: Bug#33582)
* There are now new packages available: libclips, libclips-dev, clips-common
and xclips. These major rewrite of the package allows easy installation
of the interpreter and shared libraries.
* Still not yet lintian clean but getting close to it. There is only
one pending lintian bug regarding shared libraries which I do not
know how to handle.
-- Javier Fernandez-Sanguino Pen~a <jfs@computer.org> Thu, 24 Feb 2000 21:33:47 +0100
clips (6.10-1) unstable; urgency=low
* Upgraded to new upstream sources.
-- Javier Fernandez-Sanguino Pen~a <jfs@computer.org> Wed, 11 Aug 1999 19:35:37 +0200
clips (6.0-4) unstable; urgency=low
* Added new Makefile
* Prepared to add the Xclips interface (currently does not compile correctly)
* new upstream upload (fixes bug #31787)
-- Javier Fernandez-Sanguino Pen~a <jfs@computer.org> Fri, 6 Aug 1999 19:14:52 +0200
clips (6.0-3.1) frozen; urgency=low
* non-maintainer (binary-only) upload for Alpha
* building failed for clips.info, as there isn't any clips.texi. Removed the
bogus dependency. Perhaps a source package problem?
* couple of other things to fix (harmless?) warnings on Alpha
-- Paul Slootman <paul@debian.org> Tue, 12 Jan 1999 21:31:44 +0100
clips (6.0-3) frozen; urgency=low
* Skipped new version due to conflicts in potato archive.
-- Javier Fernandez-Sanguino Pen~a <jfs@computer.org> Tue, 5 Jan 1999 16:12:00 +0100
clips (6.0-2) unstable; urgency=low
* Added sh ./configure to debian/rules (diff does not keep executable bit) (fixes bug #28974, and partially #28668)
* Addded chmod +x to configure and mkinstall (same bugs)
* NOTE: was not added correctly in Debian potato's archive
-- Javier Fernandez-Sanguino Pen~a <jfs@computer.org> Fri, 6 Nov 1998 03:58:51 +0100
clips-doc (1.0-1) unstable; urgency=low
* First Release
-- Javier Fernandez-Sanguino Pen~a <jfs@computer.org> Thu, 3 Sep 1998 15:42:12 +0200
clips (6.0-1) unstable; urgency=low
* First Release
* Changed in makefile -ltermcap to -lncurses
* Changed default location of help file to /usr/lib/clips
* Added documentation found at www.ghgcorp.com/clips/ (need to check HTML)
-- Javier Fernandez-Sanguino Pen~a <jfs@computer.org> Thu, 3 Sep 1998 15:42:12 +0200
|