Commit 4369f8df authored by Dimitri van Heesch's avatar Dimitri van Heesch
Browse files

Release-1.3.5-20031215

parent e25c1a6e
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -4,4 +4,4 @@ Please read the installation section of the manual
(http://www.doxygen.org/install.html) for instructions.

--------
Dimitri van Heesch (21 November 2003)
Dimitri van Heesch (14 December 2003)
+1 −1
Original line number Diff line number Diff line
@@ -17,4 +17,4 @@ to subscribe to the lists or to visit the archives.

Enjoy,

Dimitri van Heesch (dimitri@stack.nl) (21 November 2003)
Dimitri van Heesch (dimitri@stack.nl) (14 December 2003)
+23 −2
Original line number Diff line number Diff line
@@ -27,7 +27,7 @@ f_prefix=/usr
f_insttool=NO
f_english=NO
f_wizard=NO
f_langs=nl,se,cz,fr,it,de,jp,je,es,fi,ru,hr,pl,pt,hu,kr,ro,si,cn,no,br,dk,sk,ua,gr,tw,sr,ca
f_langs=nl,se,cz,fr,it,de,jp,je,es,fi,ru,hr,pl,pt,hu,kr,ke,ro,si,cn,no,br,dk,sk,ua,gr,tw,sr,ca

while test -n "$1";  do
  case $1 in
@@ -225,6 +225,27 @@ fi
 
if test "$f_wizard" = YES; then
  echo -n "  Checking for Qt..."
  if test -d "/usr/lib/qt3/lib"; then
    if test -d "/usr/lib/qt3/include"; then
      if test -x "/usr/lib/qt3/bin/moc"; then
        QTDIR="/usr/lib/qt3";
      fi
    fi
  fi
  if test -d "/usr/lib/qt2/lib"; then
    if test -d "/usr/lib/qt2/include"; then
      if test -x "/usr/lib/qt2/bin/moc"; then
        QTDIR="/usr/lib/qt2";
      fi
    fi
  fi
  if test -d "/usr/lib/qt/lib"; then
    if test -d "/usr/lib/qt/include"; then
      if test -x "/usr/lib/qt/bin/moc"; then
        QTDIR="/usr/lib/qt";
      fi
    fi
  fi
  if test -z "$QTDIR"; then
    echo "QTDIR not set!"
    echo
@@ -486,7 +507,7 @@ done
echo -n "  Generating src/lang_cfg.h..."
echo $f_langs | $f_perl -e '@l=split(/,/,<STDIN>); 
        chomp @l; 
	@allowed=(NL,SE,CZ,FR,IT,DE,JP,JE,ES,FI,RU,HR,PL,PT,HU,KR,RO,SI,CN,NO,BR,
	@allowed=(NL,SE,CZ,FR,IT,DE,JP,JE,ES,FI,RU,HR,PL,PT,HU,KR,KE,RO,SI,CN,NO,BR,
		  DK,SK,UA,GR,TW,SR,CA);
	foreach my $elem (@l){ 
	     $elem =~ tr/a-z/A-Z/;
+2 −12
Original line number Diff line number Diff line
@@ -178,18 +178,8 @@ Thanks go to:
<li>Ken Wong for providing the HTML tree view code.
<li>Petr Prikryl for coordinating the internationalisation support.
    All language maintainers for providing translations into many languages.
<li>Erik Jan Lingen of <a href="http://www.habanera.nl/">Habanera</a>, Mark
    Roddy, Paul Schwartz, Charles Duffy, Vadym Voznyuk, Philip Walton,
    Dwight Browne, Andreas Fredriksson, Karel Lindveld, Ivan Lee, Albert
    Vernon, Adam McKee, Vijapurapu Anatharac, Ben Hunsberger and 
    Walter Wartenweiler, Jeff Garbers, David Harris, Terry Brown and
    Nicolas Reimen for donating money.
<li>The Comms group of <a href="http://www.symbian.com">Symbian</a> for donating
    an ultra cool <a href="http://www.psion.com/revoplus">Revo plus</a> 
    organizer!
<li>Steve Upstill of <a href="http://www.wetadigital.com/digital/index_flash.htm">
    Weta Digital</a> for sending me some 
    <a href="http://www.lordoftherings.net/">Lord of the Rings</a> goodies.
<li>Gerald Steffens of <a href="http://www.e-trend.de">E-trend</a>
    for financial support.
<li>The band <a href="http://www.porcupinetree.com">Porcupine Tree</a> for 
    providing hours of great music to listen to while coding.
<li>many, many others for suggestions, patches and bug reports.
+3 −3
Original line number Diff line number Diff line
@@ -25,7 +25,7 @@ Doxygen has built-in support for multiple languages. This means
that the text fragments that doxygen generates can be produced in
languages other than English (the default) at configuration time.

Currently (version 1.3.3), 29 languages 
Currently (version 1.3.5), 29 languages 
are supported (sorted alphabetically): 
Brazilian Portuguese, Catalan, Chinese, Chinese Traditional, Croatian, 
Czech, Danish, Dutch, English, Finnish, 
@@ -157,7 +157,7 @@ when the translator was updated.
      <TD>Korean</TD>  
      <TD>Richard Kim</TD>
      <TD>ryk@NOSPAM.dspwiz.com</TD>
      <TD>strange</TD>
      <TD>up-to-date</TD>
  </TR>
  <TR BGCOLOR="#ffffff">
      <TD>Norwegian</TD>  
@@ -274,7 +274,7 @@ when the translator was updated.
  \hline
  JapaneseEn & unknown & {\tt unknown} & obsolete \\
  \hline
  Korean & Richard Kim & {\tt ryk@dspwiz.com} & strange \\
  Korean & Richard Kim & {\tt ryk@dspwiz.com} & up-to-date \\
  \hline
  Norwegian & Lars Erik Jordet & {\tt lej@circuitry.no} & 1.2.2 \\
  \hline
Loading