From d51cd35965e569a9f759720856cb02e017c5fa9f Mon Sep 17 00:00:00 2001 From: Ezra Peisach Date: Wed, 18 Oct 2000 13:58:17 +0000 Subject: * library.tex: Update to latex2e. Include krb5idx.sty * Makefile (lib1.stamp): Use makeindex to generate index instead of an antiquated texindex program - which is not the same texindex as in the texinfo package. * krb5idx.sty: Style for generating indexes. Provides definitions for use with krb5.ist. * krb5.ist: makeindex macros. Based on gind.ist. git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@12802 dc483132-0cff-0310-8789-dd5450dbe970 --- doc/api/ChangeLog | 13 +++++++++++++ 1 file changed, 13 insertions(+) (limited to 'doc/api/ChangeLog') diff --git a/doc/api/ChangeLog b/doc/api/ChangeLog index 1fb822c26..d7f76d2b1 100644 --- a/doc/api/ChangeLog +++ b/doc/api/ChangeLog @@ -1,3 +1,16 @@ +Wed Oct 18 09:55:25 2000 Ezra Peisach + + * library.tex: Update to latex2e. Include krb5idx.sty. + + * Makefile (lib1.stamp): Use makeindex to generate index instead + of an antiquated texindex program - which is not the same texindex + as in the texinfo package. + + * krb5idx.sty: Style for generating indexes. Provides definitions + for use with krb5.ist. + + * krb5.ist: makeindex macros. Based on gind.ist. + 2000-10-17 Ezra Peisach * krb5.tex: krb5_unparse_name_ext(), krb5_build_principal(), -- cgit