[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[no subject]
From: |
Patrice Dumas |
Date: |
Sun, 12 Jan 2025 10:35:33 -0500 (EST) |
branch: master
commit 2b5a1dcc51e26c201e0075932101a01f8885c676
Author: Patrice Dumas <pertusus@free.fr>
AuthorDate: Sun Jan 12 14:38:58 2025 +0100
Fix typo in ChangeLog, update TODOs
---
ChangeLog | 4 ++--
TODO | 6 +++---
tp/TODO | 2 ++
3 files changed, 7 insertions(+), 5 deletions(-)
diff --git a/ChangeLog b/ChangeLog
index 0fb05d4bd6..94b04a527e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -28,7 +28,7 @@
2025-01-12 Patrice Dumas <pertusus@free.fr>
* tp/Texinfo/XS/configure.ac, README-hacking: do not use
- AC_LINK_IFELSE nor ready-o-use Autoconf code to test for Perl
+ AC_LINK_IFELSE nor ready-to-use Autoconf code to test for Perl
embedding, as it does not seems possible to avoid AC_DEFINE results
performed previously includes:
https://lists.gnu.org/archive/html/autoconf/2025-01/msg00008.html
@@ -917,7 +917,7 @@
(TEXT_OPTIONS): add ERROR_MESSAGE_LIST error_messages field to
TEXT_OPTIONS. Use if for verbatiminclude if there is no associated
converter, be it text or other output converter, which means that we
- are in C callde from Perl Text Converter. Pass the error_messages
+ are in C called from Perl Text Converter. Pass the error_messages
information back to Perl.
* tp/Texinfo/Convert/Text.pm (import): use a hash to specify overriden
diff --git a/TODO b/TODO
index fbfc1b605f..65d3ce568e 100644
--- a/TODO
+++ b/TODO
@@ -78,9 +78,9 @@ If you are interested in working on any of these, email
bug-texinfo@gnu.org.
(https://lists.gnu.org/archive/html/help-texinfo/2024-08/msg00001.html)
This is implemented, questions/issues that remains:
* add to NEWS and documentation
- * images are too big. Ask AUCTeX dev for help?
- * Displaymath images look ok when opened directly as images by emacs but
- are not shown in emacs. Ask AUCTeX/Emacs Info for help/tests?
+ * images are not well scaled, need probably to add information on
+ scale to be used by Emacs.
+ https://lists.gnu.org/archive/html/emacs-devel/2025-01/msg00339.html
* TeX:
- Index above @item allows page break.
diff --git a/tp/TODO b/tp/TODO
index 40ec431513..f5f4b94424 100644
--- a/tp/TODO
+++ b/tp/TODO
@@ -18,6 +18,8 @@ Move C code?
Version libraries?
use directories for files used for htmlxref.conf
+Could be a syntax with glob, like
+htmlxrefinclude dir/*.conf
Add an higher level HTML customization API for buttons:
https://lists.gnu.org/archive/html/bug-texinfo/2025-01/msg00047.html