aboutsummaryrefslogtreecommitdiffstats
path: root/g10/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'g10/ChangeLog')
-rw-r--r--g10/ChangeLog7
1 files changed, 5 insertions, 2 deletions
diff --git a/g10/ChangeLog b/g10/ChangeLog
index 617598cb5..459e78e8b 100644
--- a/g10/ChangeLog
+++ b/g10/ChangeLog
@@ -1,5 +1,8 @@
2005-11-10 David Shaw <[email protected]>
+ * keyedit.c (keyedit_menu, menu_clean_sigs_from_uids): Add
+ "minimize" command.
+
* packet.h, keyedit.c (menu_clean_uids_from_key), trustdb.c
(clean_uids_from_key): Fix display bug where sigs cleaned for
other reasons caused a uid to appear as if it had been compacted.
@@ -13,8 +16,8 @@
* trustdb.h, trustdb.c (clean_sigs_from_uid): Add flag to remove
all non-selfsigs from key during cleaning. Change all callers.
- * export.c (do_export_stream): Use it here so we don't need
- additional minimize code in the export path.
+ * export.c (do_export_stream): Use it here for export-minimal so
+ we don't need additional minimize code in the export path.
2005-11-06 David Shaw <[email protected]>