?? changelog
字號:
* doc/{ja,en}/tutorial.html: Reflect LANG/switch scheme at Japanese Processing, and ChaSen 2.2.7 to 2.2.8.2001-07-27 Ryuji Abe <rug@namazu.org> * NEWS: Added description about new feature, -L and --indexing-lang options.2001-07-27 NOKUBI Takatsugu <knok@daionet.gr.jp> * po/ja.po: Added some tranlated message. * po/*.po: Updated. * pl/usage.pl: Added missing escape character.2001-07-26 NOKUBI Takatsugu <knok@daionet.gr.jp> * pl/util.pl: Reverted treatment of LANG/LANG_MSG variables. * pl/conf.pl.in: Ditto. * scripts/mknmz.in: Ditto.2001-07-26 Ryuji Abe <rug@namazu.org> * HACKING: New file. * HACKING-ja: Added information about CVS access. * Makefile.am (etc_DATA): Added HACKING files and deleted spec files. (EXTRA_DIST): Added spec files.2001-07-25 NOKUBI Takatsugu <knok@daionet.gr.jp> * scripts/mknmz.in (parse_options): Added --indexing-lang option. * pl/usage.pl: Ditto. * pl/util.pl: Moved LANG/LANG_MSG variables to conf.pl.in. * pl/conf.pl.in: Ditto. * scripts/mknmz.in: Ditto.2001-07-16 Yoshinori TAKESAKO <takesako@namazu.org> * Makefile.am: Updated $etc_DATA, these files are installed to $(prefix)/share/namazu/etc/ which default is $etcdir.2001-07-14 Yoshinori TAKESAKO <takesako@namazu.org> * CREDITS: Updated. (make -f maintMakefile update-credits)2001-07-13 NOKUBI Takatsugu <knok@daionet.gr.jp> * configure.in (AM_INIT_AUTOMAKE): Bumped version number to 2.0.6rc3. * filter/msword.pl : Changed to use wvHtml instead wvWare.2001-07-12 NOKUBI Takatsugu <knok@daionet.gr.jp> * configure.in (AM_INIT_AUTOMAKE): Bumped version number to 2.0.6rc2. * po/fr.po: Fixed header. * configure.in (AM_INIT_AUTOMAKE): Bumped version number to 2.0.6rc1. * tests/data/{en,ja}/Makefile.am (EXTRA_DIST): Added some data.2001-07-12 Yoshinori TAKESAKO <takesako@namazu.org> * src/result.c (my_strcasestr): It was made O.K. even if 'JIS X 0201 KATAKANA' is contained in EUC-JP.2001-07-12 Makoto Fujiwara <makoto@harry.ki.nu> * doc/{ja,en}/tutorial.html: Revert to use nkf-1.71 only Thanks Furukawa San, at http://www.namazu.org/ml/namazu-devel-ja/msg01599.html Foot note for prerequisite table in English sorted for general comment and for Japanese processing only.2001-07-11 Makoto Fujiwara <makoto@harry.ki.nu> * doc/{ja,en}/tutorial.html: Version Updates, Copyright * pl/util.pl: http://www.namazu.org/ml/namazu-devel-ja/msg01227.html (In case the file is removed after find_file executed.) 2001-07-11 Yoshinori TAKESAKO <takesako@namazu.org> * scripts/mknmz.in (find_target): Fixed the bug which occurs in mknmz (using Perl5.6 and above) when a target directory is a symbolic link. It was found from the test suite of mknmz-11.2001-07-10 Hajime BABA <hajime.baba@nao.ac.jp> * doc/en/*.html: Corrected trivial mis-spellings. * namazu.spec.in: Same as above. * NEWS, TODO: Same as above. * template/NMZ.{body|tips}: Same as above.2001-07-10 NOKUBI Takatsugu <knok@daionet.gr.jp> * configure.in (AM_INIT_AUTOMAKE): Bumped version number to 2.0.6pre3. * tests/mknmz-15: Added a new test script for checking duplicate folder. * tests/{mknmz-14,namazu-11} : Added new test scripts for checking emphasized keyword.2001-07-10 Yoshinori TAKESAKO <takesako@namazu.org> * src/namazu-cgi.c: Added #include "usage.h" for prototype of show_version() function. * nmz/codeconv.c (euctosjis): Do cast for avoiding warning. And 'JIS X 0212 HOJO KANJI' EUC-JP charactors converts to Shift_JIS 0x81ac (JIS 0x222e) code.2001-07-10 Yoshinori TAKESAKO <takesako@namazu.org> * pl/codeconv.pl (chomp_eucjp): Added new function. It removes a garbage EUC-JP 1st charactor at the end. * scripts/mknmz.in (make_summary, put_field_index): Using new function codeconv::chomp_eucjp().2001-07-09 Yoshinori TAKESAKO <takesako@namazu.org> * pl/codeconv.pl (eucjp_to_shiftjis): Fixed the problem, that the EUC-JP charactor sequence was incorrectly converted into Shift_JIS code, if 'JIS X 0201 KATAKANA' was contained. * pl/codeconv.pl (shiftjis_to_eucjp): Stopped automatically converting --- 'JIS X 0201 KATAKANA (hankaku)' charactors to 'JIS X 0208 KATAKANA (zenkaku)'. * pl/codeconv.pl (eucjp_han2zen_kana): Added new function. This function converts 'JIS X 0201 KATAKANA (hankaku)' charactors to 'JIS X 0208 KATAKANA (zenkaku)' in EUC-JP. * filter/gfilter.pl (filename_to_title): Using new function codeconv::eucjp_han2zen_kana() for Win32 Shift_JIS filename. 2001-07-09 Yoshinori TAKESAKO <takesako@namazu.org> * nmz/util.h (nmz_iseuc_kana1st): Added new macro. This function distinguishes the 1st byte of 'JIS X 0201 KATAKANA' in EUC-JP. * nmz/util.h (nmz_iseuc_hojo1st): Added new macro. This function distinguishes the 1st byte of 'JIS X 0212 HOJO KANJI' in EUC-JP. * nmz/codeconv.c (euctosjis): Fixed the problem, that the EUC-JP charactor sequence was incorrectly converted into Shift_JIS code, if 'JIS X 0201 KATAKANA' was contained.2001-07-07 Ryuji Abe <rug@namazu.org> * tests/select-data: Detected $LC_CTYPE and ignored $LANGUAGE.2001-07-07 Rei FURUKAWA <furukawa@tcp-ip.or.jp> * scripts/mknmz.in (put_field_index): uniq @keys.2001-07-06 Rei FURUKAWA <furukawa@tcp-ip.or.jp> * src/result.c (emphasize): Changed to check word boundary.2001-07-05 Hideyuki SHIRAI <shirai@meadowy.org> * tests/ja-mknmz-1: Replace "==" to "=" for old /bin/sh. * tests/ja-namazu-cgi-1: Ditto. 2001-07-05 NOKUBI Takatsugu <knok@daionet.gr.jp> * configure.in (AM_INIT_AUTOMAKE): Bumped version number to 2.0.6pre2. * src/namazu-cgi.c (main): Added a call of show_version() before die().2001-07-04 NOKUBI Takatsugu <knok@daionet.gr.jp> * tests/mknmz-13: Added default checkbox patch. (Contributed by Philip S Tellis.)2001-07-03 Yoshinori TAKESAKO <takesako@namazu.org> * src/result.c (my_strcasestr): Checked a buffer overflow, the case where a character sequence was over at the 1st byte of EUC-JP.2001-07-03 Ryuji Abe <rug@namazu.org> * src/result.c (my_strcasestr): Renamed from strcasestr(), and fixed EUC-JP handling.2001-07-03 NOKUBI Takatsugu <knok@daionet.gr.jp> * tests/namazu-cgi-6, tests/mknmz-13: Added 2 new test scripts for idxname CGI paramater. * po/fr.po: Added some translation. (Contributed by Stephane Legrand, thank you!)2001-07-02 NOKUBI Takatsugu <knok@daionet.gr.jp> * src/output.c: Applied Philip's DOCUMENT_NAME patch. (namazu-users-en#00136)2001-06-26 Ryuji Abe <rug@namazu.org> * template/NMZ.head.ja: Changed title `Namazu: a Full-Text Search Engine'. * configure.in (AC_OUTPUT): Remove scripts/nmzmerge. 2001-06-26 NOKUBI Takatsugu <knok@daionet.gr.jp> * NEWS: Added some description.2001-06-25 NOKUBI Takatsugu <knok@daionet.gr.jp> * New branch: stable-2-02001-06-25 Ryuji Abe <rug@namazu.org> * configure.in (AC_OUTPUT): Add scripts/nmzmerge. * NEWS: Added description about changes in 2.0.6.2001-06-25 Rei FURUKAWA <furukawa@tcp-ip.or.jp> * scripts/nmzmerge.in: New file. * scripts/Makefile.am: Add nmzmerge.2001-06-24 Ryuji Abe <rug@namazu.org> * Makefile.am (SUBDIRS): Moved scripts before man. (DIST_SUBDIRS): Likewise. * man/namazu.x: New file. * man/mknmz.x: New file. * man/Makefile.am (MAINTAINERCLEANFILES): Remove man pages. (update-man): Removed this rules. Now namazu.1 and mknmz.1 has their own rules. (man_aux): Added *.x files. * filter/rpm.pl: Set $util::LANG to both LC_ALL and LANGUAGE when the filter command is invoked. (very dirty solution.) * filter/deb.pl: Likewise.2001-06-21 Ryuji Abe <rug@namazu.org> * pl/util.pl (LANG): Moved from scripts/mknmz.in. (LANG_MSG): New variable for i18n of output message. (set_lang): New function. Both LANG and LANG_MSG are set by this function. (is_lang_msg): New function. * scripts/mknmz.in: Now LC_CTYPE can be recognized. * nmz/i18n.c (get_lang_by_category): New function. (nmz_get_lang): Returns get_lang_by_category("LC_MESSAGES"). (nmz_get_lang_ctype): New function. Returns get_lang_by_category("LC_CTYPE"). * nmz/l10n-ja.c (is_lang_ja): Use nmz_get_lang_ctype() instread of nmz_get_lang(). * configure.in (LTVERSION): Set "5:0:2". (AM_INIT_AUTOMAKE): Bumped version number to 2.0.6pre1. 2001-06-19 Ryuji Abe <rug@namazu.org> * THANKS: Updated. * template/NMZ.head: Changed title `Namazu: a Full-Text Search Engine'.2001-06-19 SATOH Fumiyasu <fumiya@samba.gr.jp> * filter/{taro,wordpro}.pl (add_magic): Fixed regex pattern for filename suffix. * filter/taro.pl (mediatype): Added media type `application/ichitaro6' that detected by File::MMagic. * ChangeLog: s/probrem/problem/g2001-06-19 NOKUBI Takatsugu <knok@daionet.gr.jp> * scripts/mknmz.in (preload_modules): Changed @INC handling timing. * src/form.c: Applied DOCUMENT_NAME patch. (Contributed by Philip S Tellis, thanks! <http://search.namazu.org/ml/namazu-users-en/msg00117.html>)2001-06-18 Ryuji Abe <rug@namazu.org> * man/Makfile.am (EXTRA_DIST): Added help2man. (update-man): Use included help2man. * man/help2man: Included now.2001-06-15 Ryuji Abe <rug@namazu.org> * nmz/i18n.c (guess_category_value): Fixed indent. LANGUAGE environment variable is checked only if the categoryname is LC_MESSAGES. 2001-05-29 NOKUBI Takatsugu <knok@daionet.gr.jp> * scripts/mknmz.in (preload_modules): Added a new function.2001-05-23 Ryuji Abe <rug@namazu.org> * acconfig.h: Put back.2001-05-20 Ryuji Abe <rug@namazu.org> * acinclude.m4: Removed GNU gettext 0.10.35 related macros. * configure.in (AC_OUTPUT): Inserted verbose spaces around po/Makefile.in. (Work around a GNU gettext 0.10.37 gettext.m4 bug)2001-04-28 NOKUBI Takatsugu <knok@daionet.gr.jp> * tests/mknmz-11 : Fixed the place of evaluating TXTCOUNTS. * scripts/mknmz.in (parse_options): Splited load_filtermodules() from load_modules() and put it on parse_options to make effect $opt_config.2001-04-23 NOKUBI Takatsugu <knok@daionet.gr.jp> * filter/mailnews.pl (mailnews_filter): Fixed wrong handling about some headers. (Reported and a patch contributed by Tietew)2001-04-20 NOKUBI Takatsugu <knok@daionet.gr.jp> * src/output.c (fputs_without_html_tag, print_query): Fixed inappropriate substitution on idxname, closes: bugs-ja#52. (Reported and a patch contributed by Akihiro Sagawa)2001-04-17 SATOH Fumiyasu <fumiya@samba.gr.jp> * AUTHORS: Added new member SATOH Fumiyasu.2001-04-17 Yoshinori TAKESAKO <takesako@namazu.org> * AUTHORS: Added new member Yoshinori TAKESAKO.2001-04-13 NOKUBI Takatsugu <knok@daionet.gr.jp> * filter/{oasis,taro,wordpro}.pl : Added some filename suffix in add_magic(). (Contributed by SATOH Fumiyasu)2001-04-03 NOKUBI Takatsugu <knok@daionet.gr.jp> * scripts/mknmz.in : Added preload_modules() function. * tests/mknmz-12 : Added a test case for check $FILTERDIR effect on mknmzrc (bugs-ja#45). * tests/data/Makefile.am: Added a new directory "tests/data/filter/".2001-03-12 Rei FURUKAWA <furukawa@tcp-ip.or.jp> * nmz/{hlist,parser,search}.c: modify ERR_TOO_MANY_HIT handling.2001-02-26 Hajime BABA <baba@kusastro.kyoto-u.ac.jp> * scripts/{lnnmz|adnmz}.in : newly added. * scripts/Makefile.am, configure.in : changed for scripts/{lnnmz|adnmz} 2001-02-26 Hajime BABA <baba@kusastro.kyoto-u.ac.jp> * nmz/score.[ch]: newly added. * nmz/Makefile.am: changed for score.[ch] * nmz/hlist.[ch] : added nmz_get_docnum(), use nmz_is_tfidfmode(). * nmz/search.[ch] : added nmz_recompute_score(), moved nmz_set_tfidfmode() and nmz_is_tfidfmode() to score.c. * src/rcfile.c : changed for score directive.2001-02-07 NOKUBI Takatsugu <knok@daionet.gr.jp> * filter/hdml.pl : Fixed bad name space (s/html/hdml).2001-02-05 Hideyuki SHIRAI <shirai@rdmg.mgcs.mei.co.jp> * doc/en/manual.html (rfnmz): Fixed usage. * doc/ja/manual.html (rfnmz): Likewise. Revert to euc-jp.2001-01-29 Ryuji Abe <rug@namazu.org> * doc/en/manual.html: Fixed URLs. * doc/en/tutorial.html: Likewise. * doc/ja/manual.html: Likewise. * doc/ja/tutorial.html: Likewise.2001-01-27 Ryuji Abe <rug@namazu.org> * doc/en/manual.html (filter): Added descriptions about deb, dvi, hdml, postscript, powerpoint and rpm. * doc/ja/manual.html: Likewise.2001-01-27 Hajime BABA <baba@kusastro.kyoto-u.ac.jp> * pl/util.pl (checkcmd): Replace $^0 to $mknmz::SYSTEM. * src/output.h: add extern definitions. * nmz/search.c (remove_quotes): Added braces. * doc/{en,ja}/manual.html: Added some comments for ole{taro,rtf}.pl * filter/win32/oleexcel.pl (status): Change the way of presence check of each applications from using Win32::OLE->new() to using Win32::OLE::Const->Load(), in order to avoid useless and time-consuming startup.2001-01-26 Yoshinori TAKESAKO <takesako@ddt.or.jp> * filter/win32/oleexcel.pl: Changed overall program structure. (filter): Use existing instance if Word is already running. The making speed of the index to the big size Excel file quickens by this change. The change in the following was given. - Each sheet was saved by the tab text format by using the SaveAs method of the OLE Excel application. - Skipped password-protected file. - The using memory size was reduced. - Moved Excel application destructor to END block. - Do not pop up over-write dialog message. * filter/win32/olepowerpoint.pl: (getProperties): Get a title from filename which has no slide title.
?? 快捷鍵說明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -