📄 changelog
字号:
2001-11-30 Ryuji Abe <rug@namazu.org> * Makefile.am (install-data-local): DESTDIR should be recognized. * NEWS: Updated hnf and Win32 OLE filters now. * configure.in (AM_INIT_AUTOMAKE): Bumped version number to 2.0.9.2001-11-30 NOKUBI Takatsugu <knok@daionet.gr.jp> * configure.in (AM_INIT_AUTOMAKE): Bumped version number to 2.0.9rc1.2001-11-29 Yoshinori TAKESAKO <takesako@namazu.org> * filter/win32/ole{msword,taro,rtf,excel,powerpoint}.pl: (status): Add support Office XP experimental. Try to load Const of "Microsoft Office 10.0 Object Library". Thanks for report and patch [namazu-win32-users-ja: 01146].2001-11-29 NOKUBI Takatsugu <knok@daionet.gr.jp> * tests/namazu-cgi-8: Added a new test script. * src/output.c (print_hitnum_all_idx): Fixed more cross-site scripting vulnerability.2001-11-29 Kenji Suzuki <kenji@po.ganseki.ne.jp> * filter/hnf.pl: support new RT command and bug fixes.2001-11-27 Ryuji Abe <rug@namazu.org> * Namazu: Version 2.0.8 released.2001-11-27 Ryuji Abe <rug@namazu.org> * configure.in (AM_INIT_AUTOMAKE): Bumped version number to 2.0.8.2001-11-26 Ryuji Abe <rug@namazu.org> * NEWS: Cross-site scripting vulnerability was fixed. * man/Makefile.am: Fixed man page generation correctly.2001-11-26 Yoshinori TAKESAKO <takesako@namazu.org> * configure.in (AM_INIT_AUTOMAKE): Bumped version number to 2.0.8pre1. * THANKS: Updated.2001-11-25 Yoshinori TAKESAKO <takesako@namazu.org> * src/output.c (print_query): Fixed the Cross-Site Scripting Security Vulnerability. '"' is converted to entities """. Thanks to "TAKAGI, Hiromitsu" <takagi.hiromitsu@aist.go.jp> for problem report [namazu-devel-ja: 02114].2001-11-25 Ryuji Abe <rug@namazu.org> * scripts/mknmz.in (load_rcfiles): Moved the code load_rcfile($ENV{'MKNMZRC'}) from main().2001-11-24 Ryuji Abe <rug@namazu.org> * HACKING-ja: Fixed descriptions about GNU gettext and autotools. * HACKING: Likewise.2001-11-23 NOKUBI Takatsugu <knok@daionet.gr.jp> * tests/ja-namazu-cgi-1: Applied namazu-devej-ja#02042 patch. * tests/mknmz-8: Likewise. * tests/namazu-cgi-5: Likewise. * tests/namazu-cgi-6: Likewise. * tests/namazu-cgi-7: Likewise.2001-11-22 Ryuji Abe <rug@namazu.org> * HACKING-ja: Added more description about GNU gettext 0.10.36 (or later).2001-11-06 Ryuji Abe <rug@namazu.org> * scripts/mknmz.in ($PKGDATADIR): New variable. The value is pkgdatadir by default, but which can override by the pkgdatadir environment variable. ($LIBDIR): Always locate $PKGDATADIR/pl. ($FILTERDIR): Always locate $PKGDATADIR/filter. ($TEMPLATEDIR): Always locate $PKGDATADIR/template. (init): Removed workaround code about $TEMPLATEDIR. (preload_modules): Rewrite workaround code. If top_builddir environment variable is defined, do unshift. (load_filtermodules): Removed workaround code about $FILTERDIR. * scripts/gcnmz.in ($PKGDATADIR): New variable. The value is pkgdatadir by default, but which can override by the pkgdatadir environment variable. And $PKGDATADIR . "/pl" is used instead of @PERLLIBDIR@. * scripts/kwnmz.in: Likewise. * scripts/nmzmerge.in: Likewise. * scripts/adnmz.in: Likewise. * scripts/lnnmz.in: Likewise. * scripts/Makefile.am (perllibdir): Removed. (filterdir):Likewise. (templatedir): Likewise. (localedir): Likewise. (indexdir): Likewise. * tests/Makefile.am (TESTS_ENVIRONMENT): Add pkgdatadir. 2001-10-30 Ryuji Abe <rug@namazu.org> * configure.in: Moved changequote([, ]) before AC_MSG_CHECKING. (Contributed by Akira TAGOH, thanks.)2001-10-21 Hajime BABA <hajime.baba@nao.ac.jp> * filter/pdf.pl: Added -raw option to pdftotext.2001-10-18 Makoto Fujiwara <makoto@ki.nu> * scripts/mknmz.in: Fix typo and duplicated step number for check_records/dump_record.2001-09-27 Rei FURUKAWA <furukawa@tcp-ip.or.jp> * tests/namazu-9: Add a test for AND query bug.2001-09-21 NOKUBI Takatsugu <knok@daionet.gr.jp> * pl/gfilter.pl: Moved from filter/. * scripts/mknmz.in: Changed to load gfilter.pl in load_modules().2001-09-19 NOKUBI Takatsugu <knok@daionet.gr.jp> * scripts/mknmz.in (preload_modules): Commented out excessive unshift @INC. (preload_modules): Reverted the above. (load_filtermodules): Load gfilter.pl when it is in test scripts. * pl/htmlsplit.pl: Removed excessive require "html.pl".2001-09-18 NOKUBI Takatsugu <knok@daionet.gr.jp> * scripts/mknmz.in (load_filtermodules): Fixed excessive module reading. (preload_modules): Added top_builddir to @INC. * pl/htmlsplit.pl: Fixed a syntax error.2001-09-18 Ryuji Abe <rug@namazu.org> * tests/Makefile.am (EXTRA_DIST): Remove $(srcdir) because it is unnecessary. 2001-09-17 NOKUBI Takatsugu <knok@daionet.gr.jp> * pl/htmlsplit.pl: Applied the following patch: http://search.namazu.org/ml/namazu-devel-ja/msg02024.html (handling null string in NAME attribute on A element, folded NAME attribute value)2001-09-17 Hideyuki SHIRAI <shirai@meadowy.org> * scripts/mknmz.in (preload_modules): Initialize $srcdir.2001-09-17 Makoto Fujiwara <makoto@u.ki.nu> * pl/util.pl: sub filesize had not fixed. http://www.namazu.org/ml/namazu-devel-ja/msg01227.html http://www.namazu.org/ml/namazu-devel-ja/msg02030.html2001-09-15 Makoto Fujiwara <makoto@u.ki.nu> * scripts/{gcnmz,mknmz}.in: * tests/*: to work with VPATH setup, say different directory trees other than tar ball opened up. See http://www.namazu.org/ml/namazu-devel-ja/msg02014.html2001-09-15 Kenji Suzuki <kenji@po.ganseki.ne.jp> * filter/mhonarc.pl: Fixed case sensitive tag handling bug. http://www.namazu.org/ml/namazu-devel-ja/msg01798.html Reported by Kazuhiko, thanks.2001-09-13 Yoshinori TAKESAKO <takesako@namazu.org> * templete/NMZ.head{|.es|.fr|.ja}: Replaced method="get" into method="GET" (upper case).2001-09-13 Yoshinori TAKESAKO <takesako@namazu.org> * src/output.c (print_page_index): Fixed the bug on Lotus Domino Server R5.06a, that namazu.cgi outputs inaccurate page links. * src/form.c (read_headfoot): Likewise.2001-09-13 Ryuji Abe <rug@namazu.org> * Namazu: Version 2.0.7 released.2001-09-13 Ryuji Abe <rug@namazu.org> * configure.in (AM_INIT_AUTOMAKE): Bumped version number to 2.0.7.2001-09-12 Ryuji Abe <rug@namazu.org> * NEWS: DOCUMENT_URI is looked up instead of DOCUMENT_NAME.2001-09-12 Yoshinori TAKESAKO <takesako@namazu.org> * src/output.c (print_page_index): Fixed the bug of DOCUMENT_NAME lookup. When namazu.cgi is called from SSI (Server Side Includes), reference of the environment variable changed into DOCUMENT_URI from DOCUMENT_NAME. * src/form.c (read_headfoot): Likewise. * NEWS: Updated. * configure.in (AM_INIT_AUTOMAKE): Bumped version number to 2.0.7pre3.2001-09-12 Yoshinori TAKESAKO <takesako@namazu.org> * templete/NMZ.head{|.es|.fr|.ja}: Deleted the name attribute of search form's submit button from HTML header of templete files. 2001-09-11 Yoshinori TAKESAKO <takesako@namazu.org> * autogen.sh (AC_PROG_LIBTOOL): Use instead of AM_PROG_LIBTOOL.2001-09-10 Ryuji Abe <rug@namazu.org> * nmz/Makefile.am (INCLUDES): Use -I$(top_builddir)/intl instead of -I$(srcdir)/../intl. * src/Makefile.am (INCLUDES): Likewise.2001-09-08 Yoshinori TAKESAKO <takesako@namazu.org> * configure.in (AM_INIT_AUTOMAKE): Bumped version number to 2.0.7pre2. * NEWS: Updated.2001-09-08 Yoshinori TAKESAKO <takesako@namazu.org> * nmz/hlist.c (nmz_andmerge): Fixed the bug of searching on AND query. That namazu displayed the excessive results, when there are the words which don't match or hit at all. 2001-09-03 Makoto Fujiwara <makoto@u.ki.nu> * doc/{en,ja}/manual.html: Use generic name for --help output (2.0.6 -> 2.0.x)2001-09-03 Ryuji Abe <rug@namazu.org> * nmz/Makefile.am (DEFS): Added -DNO_ALLOCA. We don't use alloca() no more. (libnmz_la_LIBADD): Delete @LTALLOCA@ again. (libnmz_la_DEPENDENCIES): Likewise. * configure.in (AM_INIT_AUTOMAKE): Bumped version number to 2.0.7pre1. * NEWS: More portability improvements.2001-09-02 Ryuji Abe <rug@namazu.org> [Now <string.h> is included only if it was found. Most C sources were modified.] * src/form.c: Includes <io.h> instead of <unistd.h> if <unistd.h> not found and target platform is Win32. * src/cgi.c: Likewise. * src/namazu-cgi.c: Likewise. * src/namazu-cmd.c: Likewise. * src/namazu.c: Likewise. * nmz/hlist.c: Simplified <unistd.h> related macro. * nmz/libnamazu.c: Likewise. * nmz/score.c: Likewise. * nmz/search.c: Likewise.2001-09-01 Ryuji Abe <rug@namazu.org> * nmz/regex.c: Fixed alloca related macro. * nmz/alloca.c: Moved from lib. * nmz/Makefile.am (EXTRA_DIST): Added alloca.c. (libnmz_la_LIBADD): Added @LTALLOCA@. (libnmz_la_DEPENDENCIES): Likewise. * lib/Makefile.am (EXTRA_DIST): Remove alloca.c. * configure.in: AC_SUBST(LTALLOCA). 2001-08-31 Ryuji Abe <rug@namazu.org> * NEWS: Added description about next release.2001-08-26 Rei FURUKAWA <furukawa@tcp-ip.or.jp> * doc/ja/manual.html: Added explanation of kwnmz and nmzmerge.2001-08-23 Hajime BABA <hajime.baba@nao.ac.jp> * pl/conf.pl.in ($ALLOW_FILES): Added extensions of Ichitaro 7 and 8.2001-08-22 NOKUBI Takatsugu <knok@daionet.gr.jp> * scripts/mknmz.in (dump_record($$)): Fixed a typo.2001-08-20 Hajime BABA <hajime.baba@nao.ac.jp> * doc/ja/manual.html: Added explanation of lnnmz and adnmz.2001-08-20 Hajime BABA <hajime.baba@nao.ac.jp> * ChangeLog, ChangeLog.1, doc/en/manual.html, filter/postscript.pl, man/mknmz.1, nmz/util.c, pl/usage.pl, pl/util.pl, po/es.po, po/fr.po, po/ja.po, po/ja_JP.SJIS.po, po/namazu.pot, scripts/mknmz.in, src/cgi.c: Fixed trivial typos.2001-08-20 Yoshinori TAKESAKO <takesako@namazu.org> * scripts/mknmz.in (parse_options): Fixed the bug which occurred when it was specified --ceckpoint option at the time of mknmz, and the character sequence -S was contained in mknmz's options. 2001-08-20 Ryuji Abe <rug@namazu.org> * nmz/Makefile.am (pkginclude_HEADERS): Never forget score.h!2001-08-16 Ryuji Abe <rug@namazu.org> * nmz/l10n-ja.c (nmz_is_lang_ja): Fixed to return correct value. (Thanks baba for bug report.)2001-08-12 Yoshinori TAKESAKO <takesako@namazu.org> * scripts/mknmz.in (absolute_path): Fixed the bug when target directories contain the current directory. (Win32) http://www.namazu.org/ml/namazu-users-ja/msg01917.html Reported by Seiji Yamashita, thanks.2001-08-10 NOKUBI Takatsugu <knok@daionet.gr.jp> * Namazu: Version 2.0.6 released. * configure.in (AM_INIT_AUTOMAKE): Bumped version number to 2.0.6.2001-08-08 NOKUBI Takatsugu <knok@daionet.gr.jp> * src/usage.c (show_usage): Fixed a typo (s/results/result/) Reported by Jon Steinhart, thanks. * po/*.po: Ditto.2001-08-08 Ryuji Abe <rug@namazu.org> * pl/Makefile.am (CLEANFILES): Remove gettext.pl when make clean.2001-08-07 NOKUBI Takatsugu <knok@daionet.gr.jp> * configure.in (AM_INIT_AUTOMAKE): Bumped version number to 2.0.6rc7. * Committed Kazuhiko's contribution. + scripts/{adnmz,lnnmz}.in: Use %PERL% instead of @PERL@. + scripts/Makefile.am (adnmz): Substitute @PERLLIBDIR@ and %PERL%. (lnnmz): Ditto. + configure.in (ac_cv_path_MKNMZ): Remove scripts/{lnnmz|adnmz}.2001-08-07 Makoto Fujiwara <makoto@harry.ki.nu> * doc/en/manual.html: Update --help output for 2.0.6. * doc/en/tutorial.html: Adjust wording only2001-08-06 NOKUBI Takatsugu <knok@daionet.gr.jp> * configure.in (AM_INIT_AUTOMAKE): Bumped version number to 2.0.6rc6.2001-08-06 Ryuji Abe <rug@namazu.org> * configure.in: Fixed macro orders. (AC_PROG_LIBTOOL): Use instead of AM_PROG_LIBTOOL.2001-08-02 Ryuji Abe <rug@namazu.org> * doc/en/tutorial.html: Fixed description about Japanese environment section. * doc/ja/tutorial.html: Likewise.2001-08-01 NOKUBI Takatsugu <knok@daionet.gr.jp> * doc/en/tutorial.html: Added description about --indexing-lang option. * configure.in (AM_INIT_AUTOMAKE): Bumped version number to 2.0.6rc5.2001-08-01 Ryuji Abe <rug@namazu.org> * doc/en/tutorial.html: Fix and update version information of several packages. * doc/ja/tutorial.html: Likewise. 2001-08-01 Makoto Fujiwara <makoto@harry.ki.nu> * doc/ja/manual.html: Replace --help output with 2.0.6 * doc/ja/tutorial.html: command line option -> hikisu2001-07-31 NOKUBI Takatsugu <knok@daionet.gr.jp> * tests/{mknmz-16,namazu-cgi-7}: Added some test scripts. * src/output.c (print_page_index): Fixed missing SCRIPT_NAME bug.2001-07-30 Makoto Fujiwara <makoto@harry.ki.nu> * doc/ja/tutorial.html: add --indexing-lang= and namazurc etc 2001-07-30 NOKUBI Takatsugu <knok@daionet.gr.jp> * po/fr.po: Updated. (Contributed by Stephane Legrand.)2001-07-29 Ryuji Abe <rug@namazu.org> * configure.in (AM_INIT_AUTOMAKE): Bumped version number to 2.0.6rc4.2001-07-28 Makoto Fujiwara <makoto@harry.ki.nu>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -