aboutsummaryrefslogtreecommitdiffstats
path: root/g10/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'g10/ChangeLog')
-rw-r--r--g10/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/g10/ChangeLog b/g10/ChangeLog
index d051aac02..59e830ba2 100644
--- a/g10/ChangeLog
+++ b/g10/ChangeLog
@@ -1,5 +1,11 @@
2004-09-28 David Shaw <[email protected]>
+ * keyedit.c (print_and_check_one_sig): Account for the extra space
+ that show-sig-expire takes up so we do not wrap lines.
+ (show_key_with_all_names): No need to show subkey revocations as a
+ seperate line since we now show revocation date in the main subkey
+ line.
+
* signal.c (got_fatal_signal): HAVE_DECL_SYS_SIGLIST is defined,
but zero if not found. Noted by John Clizbe.