1: 1999-05-03 Kazuhisa Ichikawa <ki@home.email.ne.jp>
2:
3: * Makefile.am (SUBDIRS): Add subdir_gdb_4_16 and subdir_gdb_4_17.
4: * configure.in: Add new entries for GDB.
5: * Makerules: Add new %_toc.html -> %.texinfo dependency rule.
6: * gdb-4.16/forMule23.patch: Delete.
7: * gdb-4.16/readme.text: Likewise.
8: * gdb-4.16/gdb.texinfo: Likewise.
9: * gdb-4.16/remote.texi: Likewise.
10: * gdb-4.16/rluser.texinfo: Likewise.
11: * gdb-4.16/inc-hist.texi: Likewise.
12: * gdb-4.16/GDBvn.texi: New file.
13: * gdb-4.16/Makefile.am: Likewise.
14: * gdb-4.16/README-ja: Likewise.
15: * gdb-4.16/TODO-ja: Likewise.
16: * gdb-4.16/gdb-cfg.texi: Likewise.
17: * gdb-4.16/gdb-ja.texinfo: Likewise.
18: * gdb-4.16/inc-hist-ja.texi: Likewise.
19: * gdb-4.16/ptex.patch: Likewise.
20: * gdb-4.16/remote-ja.texi: Likewise.
21: * gdb-4.16/rluser-ja.texinfo: Likewise.
22: * gdb-4.16/Makefile.in: Generated by automake.
23: * gdb-4.17/forMule23.patch: Delete.
24: * gdb-4.17/readme.text: Likewise.
25: * gdb-4.17/gdb.texinfo: Likewise.
26: * gdb-4.17/remote.texi: Likewise.
27: * gdb-4.17/rluser.texinfo: Likewise.
28: * gdb-4.17/inc-hist.texi: Likewise.
29: * gdb-4.17/GDBvn.texi: New file.
30: * gdb-4.17/Makefile.am: Likewise.
31: * gdb-4.17/README-ja: Likewise.
32: * gdb-4.17/TODO-ja: Likewise.
33: * gdb-4.17/gdb-cfg.texi: Likewise.
34: * gdb-4.17/gdb-ja.texinfo: Likewise.
35: * gdb-4.17/inc-hist-ja.texi: Likewise.
36: * gdb-4.17/ptex.patch: Likewise.
37: * gdb-4.17/remote-ja.texi: Likewise.
38: * gdb-4.17/rluser-ja.texinfo: Likewise.
39: * gdb-4.17/Makefile.in: Generated by automake.
40:
41: 1999-05-03 OKUJI Yoshinori <okuji@kuicr.kyoto-u.ac.jp>
42:
43: * configure.in: Add new entry for hurd.
44: * Makefile.am (SUBDIRS): Add subdir_hurd.
45: * hurd/hurd-ja.texi: New file.
46: * hurd/hurd-v.texi: Likewise.
47: * hurd/gpl.texinfo: Likewise.
48: * hurd/Makefile.am: Likewise.
49: * hurd/Makefile.in: Generated by automake.
50:
51: 1999-04-30 OKUJI Yoshinori <okuji@kuicr.kyoto-u.ac.jp>
52:
53: * acinclude.m4: New file.
54: * configure.in (subdir_automake): Conditionally set by calling
55: gnujdoc_CHECK_SUBDIR.
56: (subdir_standards): Likewise.
57: (subdir_cvs): Likewise.
58: (subdir_autoconf): Likewise.
59: (AC_INIT): Change the argument from automake/automake-ja.texi
60: to makeinfo.el, because we cannot assume the automake manual always
61: exists.
62: (AC_PREREQ): Downgrade the required version to 2.12, since 2.13
63: is not needed actually.
64:
65: 1999-04-30 Yoshiki Hayashi <g740685@komaba.ecc.u-tokyo.ac.jp>
66:
67: * autoconf-2.12: New directory.
68: * Makefile.am, configure.in: Add new entry for autoconf-2.12
69: * makeinfo.el: Redefine texinfo-format-var to avoid bug in texinfmt.
70: Add workaround for MULE 2.3 to format automake-ja.texi.
71:
72: 1999-04-27 Yoshiki Hayashi <g740685@komaba.ecc.u-tokyo.ac.jp>
73:
74: * cvs-1.10: New directory.
75: * Makefile.am, configure.in: Add new entry for cvs-1.10.
76: * Makerules: Add new suffix rule .texinfo
77: * makeinfo.el: Support XEmacs with mule.
78:
79: 1999-04-17 OKUJI Yoshinori <okuji@kuicr.kyoto-u.ac.jp>
80:
81: * HACKING: New file.
82: * Makefile.am (EXTRA_DIST): Add HACKING.
83:
84: 1999-04-14 OKUJI Yoshinori <okuji@kuicr.kyoto-u.ac.jp>
85:
86: * makeinfo.el: Set CODING-SYSTEM-FOR-READ and
87: CODING-SYSTEM-FOR-WRITE to euc-japan unconditionally.
88:
89: * Makerules (.texi.info): Add -no-site-file option. Reported by
90: Yoshiki Hayashi <g740685@komaba.ecc.u-tokyo.ac.jp>.
91:
92: * configure.in: Make the indent in help messages consistent.
93:
94: * standards/standards-ja.texi: Delete update-date in the tail.
95:
96: 1999-04-09 OKUJI Yoshinori <okuji@kuicr.kyoto-u.ac.jp>
97:
98: * configure.in (--with-emacs): Print the default value.
99: (--with-tex): Likewise.
100: (--with-texi2html): Likewise.
101:
102: 1999-04-08 OKUJI Yoshinori <okuji@kuicr.kyoto-u.ac.jp>
103:
104: * Makefile.am (html): New target for making html files.
105: * TODO: New file.
106:
107: 1999-04-08 OKUJI Yoshinori <okuji@kuicr.kyoto-u.ac.jp>
108:
109: * Makefile.am (AUTOMAKE_OPTIONS): Require automake-1.4 or higher.
110:
111: Automake would try to update version.texi dynamically, so
112: we change the file name to repress the behavior.
113:
114: * automake/Makefile.am (automake_ja_TEXINFOS): Set to automake-v.texi.
115: * automake/version-ja.texi: Moved to...
116: * automake/automake-v.texi: ... here.
117: * automake/automake-ja.texi: @include automake-v.texi instead of
118: version-ja.texi.
FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>