summaryrefslogtreecommitdiffstats
path: root/OPS.PGP
AgeCommit message (Collapse)Author
2021-02-21Scan OPS files directly for gettext translation strings.Kevin McCarthy
Previously, gettext's po/Makefile.in.in was modified to separately scan and merge a generated file: keymap_alldefs.h. Gettext doesn't recommend nor provide support for scanning generated files. However, there is no reason we have to scan the generated file. Instead move the N_() markers and L10N comments into the OPS files. Then simply add the OPS files to po/POTFILES.in. Add a '--language=C' option to xgettext to avoid a warning about the OPS files not have any known language suffix. Modify gen_defs and doc/gen-map-doc to deal with the new format of the OPS files.
2006-09-08Clean up some text. Closes: #2466.Malcolm Parsons
2002-01-24S/MIME support. From Oliver Ehli <elmy@acm.org> and Mike SchiraldiThomas Roessler
<raldi@research.netsol.com>.
2001-02-13Add a function check-traditional-pgp which can be used to handleThomas Roessler
old-style PGP messages and/or parts more easily.
1998-09-07Introducing decrypt-save, decrypt-copy, andThomas Roessler
$forw{ard,}-decrypt. Based on work by Emil Laurentiu.
1998-06-08Initial revisionThomas Roessler