diff options
Diffstat (limited to 'g10/ChangeLog')
-rw-r--r-- | g10/ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/g10/ChangeLog b/g10/ChangeLog index 9f8c08add..828504d93 100644 --- a/g10/ChangeLog +++ b/g10/ChangeLog @@ -1,3 +1,13 @@ +2003-05-21 David Shaw <[email protected]> + + * armor.c, g10.c, kbnode.c, misc.c, pkclist.c, sign.c, + build-packet.c, getkey.c, keydb.c, openfile.c, plaintext.c, + status.c, gpgv.c, keygen.c, options.h, sig-check.c, tdbio.h, + encode.c, hkp.c, mainproc.c, parse-packet.c, signal.c, + textfilter.c: Edit all preprocessor instructions to remove + whitespace before the '#'. This is not required by C89, but there + are some compilers out there that don't like it. + 2003-05-21 Werner Koch <[email protected]> * sign.c (write_plaintext_packet) |