aboutsummaryrefslogtreecommitdiffstats
path: root/g10/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'g10/ChangeLog')
-rw-r--r--g10/ChangeLog15
1 files changed, 11 insertions, 4 deletions
diff --git a/g10/ChangeLog b/g10/ChangeLog
index 4b25d8316..a65425cce 100644
--- a/g10/ChangeLog
+++ b/g10/ChangeLog
@@ -1,9 +1,16 @@
+2008-10-17 Werner Koch <[email protected]>
+
+ * main.h (idea_cipher_warn): Use do while construct in place of an
+ empty definition.
+
2008-10-03 David Shaw <[email protected]>
- * main.h, mainproc.c (check_sig_and_print),
- keylist.c (list_keyblock_print), pkclist.c (do_edit_ownertrust),
- keyedit.c (menu_showphoto), photoid.c (generate_photo_id,
- show_photos), misc.c (pct_expando): Add %v and %V expandos so
+ * main.h, mainproc.c (check_sig_and_print)
+ * keylist.c (list_keyblock_print)
+ * pkclist.c (do_edit_ownertrust)
+ * keyedit.c (menu_showphoto)
+ * photoid.c (generate_photo_id, show_photos)
+ * misc.c (pct_expando): Add %v and %V expandos so
that displaying photo IDs can show the attribute validity
tag (%v) and string (%V). Originally by Daniel Gillmor.