[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
texinfo ChangeLog
From: |
Sergey Poznyakoff |
Subject: |
texinfo ChangeLog |
Date: |
Thu, 28 Jul 2011 07:17:21 +0000 |
CVSROOT: /cvsroot/texinfo
Module name: texinfo
Changes by: Sergey Poznyakoff <gray> 11/07/28 07:17:21
Modified files:
. : ChangeLog
Log message:
Update
CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/texinfo/ChangeLog?cvsroot=texinfo&r1=1.1243&r2=1.1244
Patches:
Index: ChangeLog
===================================================================
RCS file: /cvsroot/texinfo/texinfo/ChangeLog,v
retrieving revision 1.1243
retrieving revision 1.1244
diff -u -b -r1.1243 -r1.1244
--- ChangeLog 29 May 2011 14:18:45 -0000 1.1243
+++ ChangeLog 28 Jul 2011 07:17:20 -0000 1.1244
@@ -1,3 +1,24 @@
+2011-07-28 Sergey Poznyakoff <address@hidden>
+
+ * info/info-utils.c (printed_representation): Change first
+ argument to const char *, all callers updated.
+ * info/info-utils.h (printed_representation): Change signature.
+
+ * info/doc.h (key_documentation): Remove prototype.
+ * info/filesys.c, info/footnotes.c,
+ info/info-utils.c, info/info.c,
+ info/infomap.c, info/m-x.c, info/nodemenu.c,
+ info/search.c, info/variables.c,
+ info/window.c: Remove extra arguments from calls to variadic functions.
+ * info/infodoc.c (key_documentation): Remove unused function.
+ Remove extra arguments from calls to variadic functions.
+ * info/indices.c (info_next_index_match): Fix error message.
+ Remove extra arguments from calls to variadic functions.
+ * info/session.c (info_menu_digit): Use ngettext.
+ Remove extra arguments from calls to variadic functions.
+ * info/echo-area.c (ea_possible_completions): Use ngettext.
+ Remove extra arguments from calls to variadic functions.
+
2011-05-29 Karl Berry <address@hidden>
* util/texi2dvi: version, copyright year.
- texinfo ChangeLog,
Sergey Poznyakoff <=