[Python-checkins] CVS: python/dist/src/Doc/lib libgettext.tex,1.3,1.4

Fred L. Drake python-dev@python.org
Thu, 7 Sep 2000 11:55:12 -0700


Update of /cvsroot/python/python/dist/src/Doc/lib
In directory slayer.i.sourceforge.net:/tmp/cvs-serv9197/lib

Modified Files:
	libgettext.tex 
Log Message:

\file is not allowed in section titles -- converting to PDF fails due to
weird macro-expansion issues.  A better solution may be available in the
future, but this will do for now.

Add an index entry.  More should probably be added as well.


Index: libgettext.tex
===================================================================
RCS file: /cvsroot/python/python/dist/src/Doc/lib/libgettext.tex,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -r1.3 -r1.4
*** libgettext.tex	2000/08/30 04:19:20	1.3
--- libgettext.tex	2000/09/07 18:55:08	1.4
***************
*** 241,245 ****
  builtin \function{unicode()} function.
  
! \subsubsection{Solaris \file{.mo} file support}
  
  The Solaris operating system defines its own binary
--- 241,245 ----
  builtin \function{unicode()} function.
  
! \subsubsection{Solaris message catalog support}
  
  The Solaris operating system defines its own binary
***************
*** 249,254 ****
  \subsubsection{The Catalog constructor}
  
! GNOME uses a version of the \module{gettext} module by James
! Henstridge, but this version has a slightly different API.  Its
  documented usage was:
  
--- 249,254 ----
  \subsubsection{The Catalog constructor}
  
! GNOME\index{GNOME} uses a version of the \module{gettext} module by
! James Henstridge, but this version has a slightly different API.  Its
  documented usage was: