# HG changeset patch # User Paul Eggert # Date 1096562778 0 # Node ID 53a13c368133d4631e4eb8791e97c6d71f769041 # Parent eb24828860185a7d6bfb040ce254706bd3647dc9 argp fixes from Sergey. diff --git a/lib/ChangeLog b/lib/ChangeLog --- a/lib/ChangeLog +++ b/lib/ChangeLog @@ -1,3 +1,10 @@ +2004-09-30 Sergey Poznyakoff + + * argp-help.c (canon_doc_option): Fixed coredump if *name==NULL + (hol_entry_help): Never translate an empty string. + Do not translate option tag (opt->name) if OPTION_NO_TRANS is set + * argp.h (OPTION_NO_TRANS): New option. + 2004-09-29 Oskar Liljeblad * xvasprintf.c: Include xalloc.h.