aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorWerner Koch <[email protected]>2002-09-02 10:59:54 +0000
committerWerner Koch <[email protected]>2002-09-02 10:59:54 +0000
commit5e141b30656d2164e344b6f31a1c79bafa237b65 (patch)
tree7be18a4ffe4007c9f3943e223eac8833ec6bf176
parent* g10.c (main): Try to set a default character set. Print the (diff)
downloadgnupg-5e141b30656d2164e344b6f31a1c79bafa237b65.tar.gz
gnupg-5e141b30656d2164e344b6f31a1c79bafa237b65.zip
Moved some items from TODO to NEWS.
Diffstat (limited to '')
-rw-r--r--NEWS4
-rw-r--r--TODO7
2 files changed, 5 insertions, 6 deletions
diff --git a/NEWS b/NEWS
index 7a565e749..fd45b7e12 100644
--- a/NEWS
+++ b/NEWS
@@ -36,6 +36,10 @@ Noteworthy changes in version 1.1.92
runtime the best usable one will be selected from the list
linux, egd, unix.
+ * The default character set is now taken from the current locale;
+ it can still be overridden by the --charset option. Using the
+ option -vvv shows the used character set.
+
Noteworthy changes in version 1.1.91 (2002-08-04)
-------------------------------------------------
diff --git a/TODO b/TODO
index 8ce3aaa8f..54cf9b20e 100644
--- a/TODO
+++ b/TODO
@@ -5,16 +5,13 @@
* Check for consistent spelling of user ID, key ID etc.
Replace "user id not found" in getkey.c by "no valid user ID found".
- * Return status information even when an imported key is already
- stored. This is useful for GPGME's detailed info function.
-
* Describe some pitfalls when using EGD. Check that ~/.gnupg/entropy
really is the default. What about needed permission?
* Using an expired key for signing should give an error message
"expired key" and not "unusable key'. Furthermore the error should
also be thrown when the default key has expired. Reported by
+ Eric.VanBuggenhaut add AdValvas.be.
* pause scrolling help in --edit-key and elsewhere.
@@ -28,8 +25,6 @@
* Show more info does not work from edit->trust
- * set default charset from nl_langinfo.
-
* Check that no secret temporary results are stored in the result parameter
of the mpi functions. We have already done this for mpi-mul.c