aboutsummaryrefslogtreecommitdiffstats
path: root/doc/yat2m.c (unfollow)
Commit message (Collapse)AuthorFilesLines
2012-06-05Change all quotes in strings and comments to the new GNU standard.Werner Koch1-9/+9
The asymmetric quotes used by GNU in the past (`...') don't render nicely on modern systems. We now use two \x27 characters ('...'). The proper solution would be to use the correct Unicode symmetric quotes here. However this has the disadvantage that the system requires Unicode support. We don't want that today. If Unicode is available a generated po file can be used to output proper quotes. A simple sed script like the one used for en@quote is sufficient to change them. The changes have been done by applying sed -i "s/\`\([^'\`]*\)'/'\1'/g" to most files and fixing obvious problems by hand. The msgid strings in the po files were fixed with a similar command.
2012-01-16yat2m: don't dereference pointer to freed memoryJim Meyering1-4/+4
* doc/yat2m.c (top_parse_file): Correct macrolist-freeing loop.
2011-10-12Extend yat2m to allow indented tables.Werner Koch1-35/+68
Current makeinfo versions allow to indent the texinfo source. However yat2m had no support for this. With this patch it is now possible to use a simple indentation style while keeping man pages readable.
2008-09-03Fix gpg-preset-passphrase bug.Werner Koch1-2/+4
Cleanups
2008-04-03Fixed last yat2m change.Werner Koch1-3/+5
Add a similar change to @file and @env.
2008-01-28Typo and grammer fixes by Justin Pryzby.Werner Koch1-2/+2
2007-08-14Documentaion updates.Werner Koch1-1/+1
Support doe Dirmngr under W32. Fixed a yat2m bug.
2007-07-04Changed to GPLv3.Werner Koch1-4/+2
Removed intl/.
2007-06-06First steps towards supporting W32.Werner Koch1-1/+1
This is mainly source code reorganization. Update gnulib. g10/ does currently not build.
2006-09-22Improved yat2m.Werner Koch1-28/+234
Tweaked gpg.texti to be used for gpg1 and gpg2.
2006-09-21Various updatesWerner Koch1-1/+1
2006-09-08doc fixesWerner Koch1-6/+10
2006-09-04Some fixes as needed by dirmngr man pagesWerner Koch1-9/+13
2006-08-22added missing gpgv man pageWerner Koch1-7/+35
2006-08-18More man pages. Added include files for 2 common paragraphs.Werner Koch1-5/+39
2006-08-17include support and texi fixesWerner Koch1-19/+37
2006-08-17More man pages.Werner Koch1-0/+1031