| 3 |
Japanese... |
Japanese... |
| 4 |
*/ |
*/ |
| 5 |
|
|
| 6 |
|
Mon, 2 Sep 2013 19:18:00 Mitsutoshi NAKANO <bkbin005@rinku.zaq.ne.jp> |
| 7 |
|
|
| 8 |
|
* ChangeLog.en ChangeLog: |
| 9 |
|
Added this message . |
| 10 |
|
|
| 11 |
|
* Branched 1.1.1-a022I001 by <bkbin005@rinku.zaq.ne.jp@> |
| 12 |
|
|
| 13 |
|
* Merged many patches from openSUSE: |
| 14 |
|
|
| 15 |
|
Please see also: |
| 16 |
|
http://sourceforge.jp/projects/freewnn/lists/archive/users/2013-September/000183.html |
| 17 |
|
https://build.opensuse.org/package/show/M17N/fwnn |
| 18 |
|
|
| 19 |
|
- modified: Wnn/jutil/wdreg.c |
| 20 |
|
I found type missmatches in main() . |
| 21 |
|
Old code gave "" to js_dic_file_create(), |
| 22 |
|
but js_dic_file_create()'s argument has a w_char * type . |
| 23 |
|
So added w_char W_CHAR_NUL_STR[] = { 0 }; |
| 24 |
|
and gave it to js_dic_file_create() . |
| 25 |
|
|
| 26 |
|
- modified: cWnn/include/Makefile.in cWnn/jserver/Makefile.in |
| 27 |
|
kWnn/include/Makefile.in |
| 28 |
|
|
| 29 |
|
Added header files . |
| 30 |
|
So changed Makefile.in . |
| 31 |
|
|
| 32 |
|
- new file: Wnn/include/conv.h Wnn/include/etc.h |
| 33 |
|
Wnn/include/jlib_hide.h Wnn/include/jutil.h Wnn/include/romkan.h |
| 34 |
|
- modified: Wnn/conv/cvt_key.c Wnn/conv/cvt_read.c Wnn/etc/bdic.c |
| 35 |
|
Wnn/etc/dic_atojis.c Wnn/etc/gethinsi.c Wnn/etc/hindo.c Wnn/etc/msg.c |
| 36 |
|
Wnn/etc/pwd.c Wnn/etc/revdic.c Wnn/etc/sstrings.c Wnn/etc/xutoj.c |
| 37 |
|
Wnn/etc/yincoding.c Wnn/include/jdata.h Wnn/include/jllib.h |
| 38 |
|
Wnn/include/jslib.h Wnn/include/msg.h Wnn/jlib.V3/jlv3.c Wnn/jlib/jl.c |
| 39 |
|
Wnn/jlib/js.c Wnn/jserver/daibn_kai.c Wnn/jserver/de.c |
| 40 |
|
Wnn/jserver/de_header.h Wnn/jserver/do_dic_env.c |
| 41 |
|
Wnn/jserver/do_filecom.c Wnn/jserver/do_henkan.c |
| 42 |
|
Wnn/jserver/do_henkan1.c Wnn/jserver/do_hindo_s.c Wnn/jserver/fzk.c |
| 43 |
|
Wnn/jserver/get_kaiarea.c Wnn/jserver/hinsi_list.c Wnn/jserver/jbiki.c |
| 44 |
|
Wnn/jserver/jbiki_b.c Wnn/jserver/jikouho.c Wnn/jserver/jikouho_d.c |
| 45 |
|
Wnn/jserver/jishoop.c Wnn/jserver/jishosub.c Wnn/jserver/mknode0.c |
| 46 |
|
Wnn/jserver/mknode1.c Wnn/jserver/mknode2.c Wnn/jserver/rd_jishoop.c |
| 47 |
|
Wnn/jserver/readfile.c Wnn/jserver/sisheng.c Wnn/jserver/w_string.c |
| 48 |
|
Wnn/jutil/atod.c Wnn/jutil/atof.c Wnn/jutil/atorev.c |
| 49 |
|
Wnn/jutil/dic_head.c Wnn/jutil/dtoa.c Wnn/jutil/oldatonewa.c |
| 50 |
|
Wnn/jutil/ujisf.c Wnn/jutil/wddel.c Wnn/jutil/wdreg.c |
| 51 |
|
Wnn/jutil/wnnkill.c Wnn/jutil/wnnstat.c Wnn/jutil/wnntouch.c |
| 52 |
|
Wnn/romkan/rk_bltinfn.c Wnn/uum/basic_op.c Wnn/uum/header.c |
| 53 |
|
Wnn/uum/history.c Wnn/uum/inspect.c Wnn/uum/jhlp.c Wnn/uum/jikouho.c |
| 54 |
|
Wnn/uum/jis_in.c Wnn/uum/jutil.c Wnn/uum/key_bind.c Wnn/uum/kuten.c |
| 55 |
|
Wnn/uum/printf.c Wnn/uum/prologue.c Wnn/uum/screen.c Wnn/uum/sdefine.h |
| 56 |
|
Wnn/uum/select_ele.c Wnn/uum/sheader.h Wnn/uum/termio.c |
| 57 |
|
Wnn/uum/touroku.c Wnn/uum/ttyfdslot.c Wnn/uum/uif.c Wnn/uum/wnnrc_op.c |
| 58 |
|
Prototype declarations for reducing compilation warnings . |
| 59 |
|
- modified: Wnn/jserver/hinsi_list.c |
| 60 |
|
I found a bug in make_hinsi_list(), then fixed it . |
| 61 |
|
Please see also: |
| 62 |
|
http://lists.opensuse.org/opensuse-ja/2013-08/msg00035.html |
| 63 |
|
|
| 64 |
|
- modified: Wnn/include/msg.h |
| 65 |
|
Bugfix: In openSUSE 13.1 Milestone 3, |
| 66 |
|
uum could not get error messages . |
| 67 |
|
This issue's cause is that we forgot prototype declaration |
| 68 |
|
of msg_get() in Wnn/include/msg.h . |
| 69 |
|
http://lists.opensuse.org/opensuse-ja/2013-08/msg00014.html |
| 70 |
|
http://sourceforge.jp/projects/freewnn/lists/archive/users/2013-August/000140.html |
| 71 |
|
|
| 72 |
|
- modified: Wnn/include/jllib.h Wnn/include/jslib.h |
| 73 |
|
Wnn/include/wnn_string.h Wnn/jlib/jl.c Wnn/jserver/error.c |
| 74 |
|
Wnn/jutil/atod.c Wnn/romkan/rk_bltinfn.c Wnn/romkan/rk_fundecl.h |
| 75 |
|
Wnn/romkan/rk_main.c Wnn/romkan/rk_modread.c Wnn/romkan/rk_read.c |
| 76 |
|
Xwnmo/xwnmo/do_socket.c |
| 77 |
|
Added many prototype declarations . |
| 78 |
|
|
| 79 |
|
- modified: PubdicPlus/ctopd.c PubdicPlus/wtopd.c |
| 80 |
|
Added #include <string.h> and <unistd.h> . |
| 81 |
|
|
| 82 |
|
- modified: Wnn/jlib.V3/jlv3.c |
| 83 |
|
Fixed casts in jd_dicadd() . |
| 84 |
|
|
| 85 |
|
- modified: Wnn/jserver/error.c Xwnmo/xwnmo/do_socket.c |
| 86 |
|
Changed some types of variables . |
| 87 |
|
|
| 88 |
|
- modified: Wnn/jlib/jl.c Wnn/jlib/js.c |
| 89 |
|
Modified definication of message_out() . |
| 90 |
|
Modified argument's types: |
| 91 |
|
jl_connect_lang(), jl_open_lang(), create_pwd_file(), |
| 92 |
|
jl_set_env_wnnrc(), jl_set_env_wnnrc1(), create_file(), |
| 93 |
|
make_dir_rec1(), make_dir1(), call_error_handler(), message_out() ... |
| 94 |
|
Fixed casts . |
| 95 |
|
|
| 96 |
|
- modified: Wnn/jserver/de.c |
| 97 |
|
Added signal handler . |
| 98 |
|
Server's exit status changed . |
| 99 |
|
|
| 100 |
|
|
| 101 |
Mon, 5 Aug 2013 03:50:00 Tomoki AONO <aonoto at users.sourceforge.jp> |
Mon, 5 Aug 2013 03:50:00 Tomoki AONO <aonoto at users.sourceforge.jp> |
| 102 |
|
|
| 103 |
Update ChangeLog entry and version string. Added 1.1.1-a022 tag. |
Update ChangeLog entry and version string. Added 1.1.1-a022 tag. |