[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
texinfo ChangeLog,1.90,1.91
From: |
dirt |
Subject: |
texinfo ChangeLog,1.90,1.91 |
Date: |
Thu, 8 Jan 2004 16:12:23 +0100 |
Update of /cvsroot/texinfo/texinfo
In directory sheep:/tmp/cvs-serv1213
Modified Files:
ChangeLog
Log Message:
2004-01-08 Alper Ersoy <address@hidden>
* makeinfo/cmds.c: use cm_contents for @shortcontents
and @summarycontents too.
* makeinfo/files.c (register_delayed_write)
(handle_delayed_writes): new functions.
* makeinfo/files.h: new delayed_write struct and
handling_delayed_writes variable.
* makeinfo/makeinfo.c (insert): use whitespace macro instead of
testing characters manually.
(convert_from_loaded_file): call handle_delayed_writes when finished.
* makeinfo/toc.c (contents_update_html, contents_update_info)
(shortcontents_update_html, shortcontents_update_info): changed file
read/writes with insert and insert_string.
(rewrite_top, contents_update, shortcontents_update)
(toc_update, cm_shortcontents): removed functions.
(cm_contents): for HTML and Info, only call register_delayed_write if
handling_delayed_writes is not true. Call contents_update_html and
other variants according to output format and command name.
* makeinfo/toc.h: removed obsolete variables and functions.
Index: ChangeLog
===================================================================
RCS file: /cvsroot/texinfo/texinfo/ChangeLog,v
retrieving revision 1.90
retrieving revision 1.91
diff -C2 -d -r1.90 -r1.91
*** ChangeLog 8 Jan 2004 00:18:14 -0000 1.90
--- ChangeLog 8 Jan 2004 15:12:21 -0000 1.91
***************
*** 1,4 ****
--- 1,30 ----
2004-01-08 Alper Ersoy <address@hidden>
+ * makeinfo/cmds.c: use cm_contents for @shortcontents
+ and @summarycontents too.
+
+ * makeinfo/files.c (register_delayed_write)
+ (handle_delayed_writes): new functions.
+
+ * makeinfo/files.h: new delayed_write struct and
+ handling_delayed_writes variable.
+
+ * makeinfo/makeinfo.c (insert): use whitespace macro instead of
+ testing characters manually.
+ (convert_from_loaded_file): call handle_delayed_writes when finished.
+
+ * makeinfo/toc.c (contents_update_html, contents_update_info)
+ (shortcontents_update_html, shortcontents_update_info): changed file
+ read/writes with insert and insert_string.
+ (rewrite_top, contents_update, shortcontents_update)
+ (toc_update, cm_shortcontents): removed functions.
+ (cm_contents): for HTML and Info, only call register_delayed_write if
+ handling_delayed_writes is not true. Call contents_update_html and
+ other variants according to output format and command name.
+
+ * makeinfo/toc.h: removed obsolete variables and functions.
+
+ 2004-01-08 Alper Ersoy <address@hidden>
+
* makeinfo/index.c (index_add_arg): keep line number of the index
entry where it appears in the output.
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- texinfo ChangeLog,1.90,1.91,
dirt <=
- Prev by Date:
texinfo/makeinfo index.c,1.2,1.3
- Next by Date:
texinfo/makeinfo cmds.c,1.17,1.18 files.c,1.1.1.1,1.2 makeinfo.c,1.28,1.29 files.h,1.1.1.1,1.2 toc.h,1.1.1.1,1.2
- Previous by thread:
texinfo/makeinfo index.c,1.2,1.3
- Next by thread:
texinfo/makeinfo cmds.c,1.17,1.18 files.c,1.1.1.1,1.2 makeinfo.c,1.28,1.29 files.h,1.1.1.1,1.2 toc.h,1.1.1.1,1.2
- Index(es):