mirror of
git://git.gnupg.org/gnupg.git
synced 2025-07-02 22:46:30 +02:00
Fix gpg-preset-passphrase bug.
Cleanups
This commit is contained in:
parent
72110961f1
commit
5a8bf0bec6
44 changed files with 5963 additions and 5922 deletions
|
@ -1,3 +1,8 @@
|
|||
2008-08-30 Werner Koch <wk@g10code.com>
|
||||
|
||||
* yat2m.c (write_th): Print a not ethat this is generated source.
|
||||
(VERSION): Bump up to 1.0.
|
||||
|
||||
2008-07-30 Werner Koch <wk@g10code.com>
|
||||
|
||||
* gpgsm.texi (GPGSM Configuration): Mention com-cert.pem.
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
/* yat2m.c - Yet Another Texi 2 Man converter
|
||||
* Copyright (C) 2005 g10 Code GmbH
|
||||
* Copyright (C) 2006 2006 Free Software Foundation, Inc.
|
||||
* Copyright (C) 2006, 2008 Free Software Foundation, Inc.
|
||||
*
|
||||
* This program is free software; you can redistribute it and/or modify
|
||||
* it under the terms of the GNU General Public License as published by
|
||||
|
@ -87,7 +87,7 @@
|
|||
|
||||
|
||||
#define PGM "yat2m"
|
||||
#define VERSION "0.5"
|
||||
#define VERSION "1.0"
|
||||
|
||||
/* The maximum length of a line including the linefeed and one extra
|
||||
character. */
|
||||
|
@ -414,6 +414,8 @@ write_th (FILE *fp)
|
|||
{
|
||||
char *name, *p;
|
||||
|
||||
fputs (".\\\" Created from Texinfo source by yat2m " VERSION "\n", fp);
|
||||
|
||||
name = ascii_strupr (xstrdup (thepage.name));
|
||||
p = strrchr (name, '.');
|
||||
if (!p || !p[1])
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue