texinfo-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

branch master updated: Change in comments, for FIXME/TODO...


From: Patrice Dumas
Subject: branch master updated: Change in comments, for FIXME/TODO...
Date: Fri, 19 Apr 2024 06:25:38 -0400

This is an automated email from the git hooks/post-receive script.

pertusus pushed a commit to branch master
in repository texinfo.

The following commit(s) were added to refs/heads/master by this push:
     new 867ad52a4d Change in comments, for FIXME/TODO...
867ad52a4d is described below

commit 867ad52a4dff6f4505f91073b9a9205846d4f3d0
Author: Patrice Dumas <pertusus@free.fr>
AuthorDate: Fri Apr 19 12:25:17 2024 +0200

    Change in comments, for FIXME/TODO...
---
 tp/Texinfo/Convert/DocBook.pm           | 3 +--
 tp/Texinfo/Convert/TexinfoXML.pm        | 1 -
 tp/Texinfo/XS/main/manipulate_indices.c | 2 +-
 tp/Texinfo/XS/main/tree.c               | 3 +--
 4 files changed, 3 insertions(+), 6 deletions(-)

diff --git a/tp/Texinfo/Convert/DocBook.pm b/tp/Texinfo/Convert/DocBook.pm
index 40ae41301a..9ab0a835f6 100644
--- a/tp/Texinfo/Convert/DocBook.pm
+++ b/tp/Texinfo/Convert/DocBook.pm
@@ -105,7 +105,6 @@ my %quoted_style_commands = (
   'samp' => 1,
 );
 
-# FIXME allow customization? (as in HTML)
 my %upper_case_style_commands = (
   'sc' => 1,
 );
@@ -215,7 +214,7 @@ my %defcommand_name_type = (
 my %def_argument_types_docbook = (
   'type' => ['returnvalue'],
   'class' => ['ooclass', 'classname'],
-  # FIXME or a simple emphasis?
+  # TODO or a simple emphasis?
   # replaceable is not used here, such that replaceable is only
   # used if there is an explicit @var{}
   'arg' => ['emphasis role="arg"'],
diff --git a/tp/Texinfo/Convert/TexinfoXML.pm b/tp/Texinfo/Convert/TexinfoXML.pm
index 415263d411..1bdfb77e2a 100644
--- a/tp/Texinfo/Convert/TexinfoXML.pm
+++ b/tp/Texinfo/Convert/TexinfoXML.pm
@@ -216,7 +216,6 @@ sub txi_markup_convert_text($$)
   my $element = shift;
   my $result = $self->_protect_text($element->{'text'});
   if (! defined($element->{'type'}) or $element->{'type'} ne 'raw') {
-    # FIXME API
     if (!$self->in_monospace()) {
       $result =~ s/``/&textldquo;/g;
       $result =~ s/\'\'/&textrdquo;/g;
diff --git a/tp/Texinfo/XS/main/manipulate_indices.c 
b/tp/Texinfo/XS/main/manipulate_indices.c
index fbb4a5f986..26f4745ee3 100644
--- a/tp/Texinfo/XS/main/manipulate_indices.c
+++ b/tp/Texinfo/XS/main/manipulate_indices.c
@@ -532,7 +532,7 @@ setup_index_entries_sort_strings (ERROR_MESSAGE_LIST 
*error_messages,
 
                       subentry_sort_string
                         = &entry_sort_string.sort_string_subentries[k];
-             /* TODO quite inefficient, only need the first character */
+             /* TODO somewhat inefficient, only need the first character */
                       encoded_u8
                        = utf8_from_string (subentry_sort_string->sort_string);
                       new_len = u8_strmbtouc (&next_char, encoded_u8);
diff --git a/tp/Texinfo/XS/main/tree.c b/tp/Texinfo/XS/main/tree.c
index 5fd699d70b..1cfddc129c 100644
--- a/tp/Texinfo/XS/main/tree.c
+++ b/tp/Texinfo/XS/main/tree.c
@@ -18,8 +18,7 @@
 #include <string.h>
 #include <stdio.h>
 
-/* TODO
- obstack is not used as it requires any code adding element to
+/* TODO obstack is not used as it requires any code adding element to
  be able to access the struct obstack.  The struct obstack could
  be allocated on the heap and be available in the parser.  It could
  also be passed to the parsed document but it seems complicated to



reply via email to

[Prev in Thread] Current Thread [Next in Thread]