# HG changeset patch # User Sergey Poznyakoff # Date 1157778834 0 # Node ID 22ccb5ed3707519650a1a8f64dddb0ac7c10489e # Parent e6927185dbdf695b7846174f9d91c5c260aadfed Update diff --git a/lib/ChangeLog b/lib/ChangeLog --- a/lib/ChangeLog +++ b/lib/ChangeLog @@ -1,3 +1,11 @@ +2006-09-09 Sergey Poznyakoff + + * argp-help.c (argp_doc): Split the untranslated doc string on '\v', + and translate the two parts separately, instead of feeding + the whole string to gettext. This allows to exclude + '\v' from the strings visible to the translator by writing doc + strings as N_("..") "\v" N_(".."). + 2006-09-08 Paul Eggert * mktime.c (guess_time_tm): Fix bug where mktime