Changeset ac70242 for ChangeLog


Ignore:
Timestamp:
Apr 20, 2003, 12:05:15 PM (21 years ago)
Author:
James M. Kretchmar <kretch@mit.edu>
Branches:
master, barnowl_perlaim, debian, owl, release-1.10, release-1.4, release-1.5, release-1.6, release-1.7, release-1.8, release-1.9
Children:
69894d2
Parents:
801c7cb
Message:
Makefile.in: define DATADIR, for default owlconf.
Makefile.in: provide "all" and "install" rules.
configure.in: try also libdes and libkrb4, for people using heimdal
configure.in: see if des_ecb_encrypt is already prototyped.
configure.in: minor changes to work with new autoconf without needing acconfig.h.
configure.in: find the install program.
configure.in: test for use_default_colors since some versions of
  solaris don't have it, so we can at least compile something
  vaguely working there.
keypress.c: ifdefs for keys not defined on at least some solarises.
owl.c: don't call use_default_colors if we don't have it
readconfig.c: added *commented out* code to try to find a
  system-default owlconf if the user doesn't have one.  Have to
  ponder if I want this
zcrypt.c: don't prototype des_ecb_encrypt if there is a prototype in
  des.h.
zcrypt.c: include owl.h so we get the configure-generated config.h
Change to codelist.pl to deal with new code style
File:
1 edited

Legend:

Unmodified
Added
Removed
  • ChangeLog

    rd54838d rac70242  
    4545        fixes to owl_function_do_newmsgproc from Stephen
    4646        converted functions.c to new code style, which I'm giving a shot
     47        Makefile.in: define DATADIR, for default owlconf.
     48        Makefile.in: provide "all" and "install" rules.
     49        configure.in: try also libdes and libkrb4, for people using heimdal
     50        configure.in: see if des_ecb_encrypt is already prototyped.
     51        configure.in: minor changes to work with new autoconf without needing acconfig.h.
     52        configure.in: find the install program.
     53        configure.in: test for use_default_colors since some versions of
     54          solaris don't have it, so we can at least compile something
     55          vaguely working there.
     56        keypress.c: ifdefs for keys not defined on at least some solarises.
     57        owl.c: don't call use_default_colors if we don't have it
     58        readconfig.c: added *commented out* code to try to find a
     59          system-default owlconf if the user doesn't have one.  Have to
     60          ponder if I want this
     61        zcrypt.c: don't prototype des_ecb_encrypt if there is a prototype in
     62          des.h.
     63        zcrypt.c: include owl.h so we get the configure-generated config.h
     64        Change to codelist.pl to deal with new code style
    4765       
    48661.2.8
Note: See TracChangeset for help on using the changeset viewer.