texinfo-commits
[Top][All Lists]
Advanced

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

branch master updated: add function name to ChangeLog entries


From: Gavin D. Smith
Subject: branch master updated: add function name to ChangeLog entries
Date: Sat, 18 Nov 2023 05:14:49 -0500

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

gavin pushed a commit to branch master
in repository texinfo.

The following commit(s) were added to refs/heads/master by this push:
     new 6eaa549b0a add function name to ChangeLog entries
6eaa549b0a is described below

commit 6eaa549b0a513d9bf72230db449ec3fa5a36db68
Author: Gavin Smith <gavinsmith0123@gmail.com>
AuthorDate: Sat Nov 18 10:14:42 2023 +0000

    add function name to ChangeLog entries
---
 ChangeLog | 14 ++++++++------
 1 file changed, 8 insertions(+), 6 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index e941ec3c3f..2accfcda55 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,14 +1,16 @@
 2023-11-18  Gavin Smith <gavinsmith0123@gmail.com>
 
-       * tp/Texinfo/XS/main/translations.c: Exdent preprocessor
-       #ifndef directives.  Add a return statement to #ifndef block
-       to avoid wrapping the rest of the function in the #else block.
+       * tp/Texinfo/XS/main/translations.c (translate_string):
+       Exdent preprocessor #ifndef directives.  Add a return statement
+       to #ifndef block to avoid wrapping the rest of the function in
+       the #else block.
 
 2023-11-18  Gavin Smith <gavinsmith0123@gmail.com>
 
-       * tp/Texinfo/XS/main/translations.c: Remove commented-out
-       Perl code and comments.  It's hard to read and does not match
-       the current Perl code in Texinfo/Translations.pm.
+       * tp/Texinfo/XS/main/translations.c (translate_string):
+       Remove commented-out Perl code and comments.  It's hard
+       to read and does not match the current Perl code in
+       Texinfo/Translations.pm.
 
 2023-11-18  Patrice Dumas  <pertusus@free.fr>
 



reply via email to

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