[latex3-commits] [git/LaTeX3-latex3-pdfresources] radiobuttons: changelog, docu (46c908d)

Ulrike Fischer fischer at troubleshooting-tex.de
Wed Jun 9 23:30:53 CEST 2021


Repository : https://github.com/latex3/pdfresources
On branch  : radiobuttons
Link       : https://github.com/latex3/pdfresources/commit/46c908dd654620cc6ec589563e5a1a5e24e80b02

>---------------------------------------------------------------

commit 46c908dd654620cc6ec589563e5a1a5e24e80b02
Author: Ulrike Fischer <fischer at troubleshooting-tex.de>
Date:   Wed Jun 9 23:30:53 2021 +0200

    changelog, docu


>---------------------------------------------------------------

46c908dd654620cc6ec589563e5a1a5e24e80b02
 CHANGELOG.md   | 16 ++++++++++------
 l3pdffield.dtx |  4 ++--
 2 files changed, 12 insertions(+), 8 deletions(-)

diff --git a/CHANGELOG.md b/CHANGELOG.md
index db78b0e..aa75ed6 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -7,14 +7,18 @@ this project uses date-based 'snapshot' version identifiers.
 
 ## [Unreleased]
 ### Added
- - \pdffile_filespec:nnn to create a filespec dictionary
- - sortkey and code for calculate actions
+ - l3pdffile: \pdffile_filespec:nnn to create a filespec dictionary
+ - l3pdffield: sortkey and code for calculate actions
+ - l3pdffield-radiobutton, a module for radiobuttons
+ - l3pdffield-pushbutton, a module for pushbuttons
+ - l3pdffield-choice, a module for choice fields
+ - l3pdffield-action, a module for reset/submit/import actions
 ### Fixed
- - utf8/URI in l3pdftools didn't handle ? 
- - encoding of value in l3pdffield-textfield 
- - encoding of value of TM and TU key
+ - l3pdftools: utf8/URI didn't handle "?" 
+ - l3pdffield: encoding of value in l3pdffield-textfield 
+ - l3pdffield: encoding of value of TM and TU key 
 ### Changed
- - handling of ECMAscript in /AA keys 
+ - l3pdffield: handling of ECMAscript in /AA keys 
  
 ## [2021-05-14]
 ### Fixed 
diff --git a/l3pdffield.dtx b/l3pdffield.dtx
index cd80da8..7ab0ab3 100644
--- a/l3pdffield.dtx
+++ b/l3pdffield.dtx
@@ -102,12 +102,12 @@
 % \item[\texttt{l3pdffield-pushbutton}] The code to create push buttons.
 % \item[\texttt{l3pdffield-choice}] The code to create choice fields (lists and drop-down/combo
 % fields.
-% \item[\texttt{l3pdffield-action}] (not done yet)
+% \item[\texttt{l3pdffield-action}]
 % Code related to actions, mostly submit and reset actions.
 % \item[\texttt{l3pdffield-signature}] (not done yet) Code for signature fields
 % \item[Form initialization] (not done yet) The |\Form| command/environment
 % of \pkg{hyperref} initialize a few things like fonts
-% for text fields. which should be moved. It is not stricly necessary to
+% for text fields which should be moved. It is not strictly necessary to
 % have this code, most examples works without it, but in case of problems it is
 % possible to do the initialization by using the \pkg{hyperref} command.
 % \end{description}





More information about the latex3-commits mailing list.