* ChangeLog.03: Convert encoding to UTF-8.
* ChangeLog.96: Likewise.
* ChangeLog.98: Likewise.
* NEWS: Likewise.
* TODO: Likewise.
+2011-03-04 Stefano Lattarini <stefano.lattarini@gmail.com>
+
+ cosmetics: convert encoding from ISO-8859 to UTF-8
+ * ChangeLog.03: Convert encoding to UTF-8.
+ * ChangeLog.96: Likewise.
+ * ChangeLog.98: Likewise.
+ * NEWS: Likewise.
+ * TODO: Likewise.
+
2011-03-01 Peter Rosin <peda@lysator.liu.se>
test defs: unindent without temporary file
* tests/txinfo24.test, tests/txinfo25.test, tests/txinfo28.test:
Require texi2dvi-o.
- Report from Václav Haisman.
+ Report from Václav Haisman.
2003-12-10 Alexandre Duret-Lutz <adl@gnu.org>
2003-05-22 Alexandre Duret-Lutz <adl@gnu.org>
- * automake.texi (maintainer-mode): s/François/Fran@,{c}ois/.
+ * automake.texi (maintainer-mode): s/François/Fran@,{c}ois/.
- * lib/elisp-comp: s/François/Franc,ois/.
+ * lib/elisp-comp: s/François/Franc,ois/.
Suggested by Paul Eggert.
* automake.in: Move the "main" code at the end.
* libtool.am (.c.lo): Set --mode=compile when running libtool.
* progs.am: Set --mode=install when running libtool.
- Fix for bug reported by François Pinard:
+ Fix for bug reported by François Pinard:
* automake.in (do_check_merge_target): New sub.
(do_one_merge_target): No longer handle `check'.
(handle_merge_targets): Use do_check_merge_target.
NORMAL_INSTALL defined.
* m4/AM_PROG_INSTALL.m4: INSTALL_SCRIPT defaults to
- ${INSTALL_PROGRAM}. From François Pinard.
+ ${INSTALL_PROGRAM}. From François Pinard.
Tue Aug 27 08:25:05 1996 Tom Tromey <tromey@creche.cygnus.com>
* m4/AM_INIT_AUTOMAKE.m4: Define PACKAGE and VERSION.
- * m4/AM_WITH_REGEX.m4: New version from François Pinard.
+ * m4/AM_WITH_REGEX.m4: New version from François Pinard.
* m4/AM_TYPE_PTRDIFF_T.m4: Use am_cv, not ac_cv.
* m4/AM_C_PROTOTYPES.m4: Ditto.
* automake.in (handle_dist_worker): Use fgrep, not grep.
- * m4/AM_C_PROTOTYPES.m4: Changes from François Pinard.
+ * m4/AM_C_PROTOTYPES.m4: Changes from François Pinard.
* automake.in (handle_emacs_lisp): Include lisp-clean.am in
output.
Fri Jul 19 10:12:27 1996 Tom Tromey <tromey@creche.cygnus.com>
* automake.in (initialize_global_constants): Put ansi2knr.c and
- ansi2knr.1 into common_files. Bug report from François Pinard.
+ ansi2knr.1 into common_files. Bug report from François Pinard.
Mon Jul 15 10:28:29 1996 Tom Tromey <tromey@creche.cygnus.com>
* data.am (install-@DIR@DATA): Allow empty list of data.
(uninstall-@DIR@DATA): Ditto.
* programs.am (install-@DIR@PROGRAMS): Added missing semicolon.
- From François Pinard.
+ From François Pinard.
(install-@DIR@PROGRAMS): Fixed bug when list of programs empty.
(uninstall-@DIR@PROGRAMS): Ditto.
Thu Jan 18 00:25:56 1996 Tom Tromey <tromey@creche.cygnus.com>
- From François Pinard:
+ From François Pinard:
* automake.in (handle_source_transform): Transform $o file into .P
file.
(handle_dist_worker): Handle case where DISTFILES includes
* automake.in (scan_configure): Look for NLS support.
- Changes from François Pinard:
+ Changes from François Pinard:
* texinfos.am (install-info): Correctly install when build dir is
not srcdir.
* tags-subd.am (ID): Indentation change.
* texi-version.am (mostlyclean-vti): Remove version.tmp, not
*.tmp.
- * automake.in (handle_dist): Chmod distdir 777. From François
+ * automake.in (handle_dist): Chmod distdir 777. From François
Pinard.
* automake.in (scan_configure): New function.
Tue Jan 9 11:24:14 1996 Tom Tromey <tromey@creche.cygnus.com>
- Fixes from François Pinard:
+ Fixes from François Pinard:
* depend.am ($(srcdir)/.deps/%.P): Handle deansification.
* automake.in (get_object_extension): Use $o, not $(kr)o.
(handle_source_transform): Don't look for $(kr)c files.
* Added copyright notice to each .am file.
- * automake.in: Cleanups from François Pinard to avoid $#.
+ * automake.in: Cleanups from François Pinard to avoid $#.
(require_argument): Fixed sense of test.
(set_strictness): Bug fix.
ABOUT-GNU.
(check_gnu_standards): Require file COPYING.
- From François Pinard:
+ From François Pinard:
* automake.in (file_contents): Comment out "warn"s.
(usage): Use 4 columns.
(USAGE_FORMAT): Ditto.
Tue Jan 2 23:33:24 1996 Tom Tromey <tromey@cambric.colorado.edu>
* texinfos.am (install-info): Look in $d for info files. From
- François Pinard.
+ François Pinard.
* depend.am ($(srcdir)/.deps/%.P): Fixed regexp.
(read_am_file): Ditto.
(do_one_clean_target): Removed spurious newline.
- Some changes from François Pinard:
+ Some changes from François Pinard:
* Removed trailing whitespace from all '.am' files.
* tags-subd.am (ID): Use &&, not ;.
(TAGS): Ditto.
* automake.in (initialize_global_constants): Don't print body of
loop at make time.
- Changes from François Pinard:
+ Changes from François Pinard:
* depend.am (MKDEP): Include DEFS, INCLUDES, CPPFLAGS, CFLAGS.
(DEP_FILES): Put dependency files in $(srcdir).
Look in $(srcdir) when including dependency files.
* Makefile.am (cvs-dist): Run `cvs tag' operation in srcdir.
- Some bugs from François Pinard:
+ Some bugs from François Pinard:
* automake.in (usage): Remove duplicates in file list.
* automake.in (usage): Print files in column-major order.
when actually installing. From Gord Matzigkeit.
* automake.in (handle_tests): Exit status `77' means `ignore
- test'. From François Pinard.
+ test'. From François Pinard.
(handle_tests) Also, make banner same size as text.
* automake.in (handle_configure): Don't handle PRE_BUILT_SOURCES.
* kr-extra.am (clean-krextra): Remove ansi2knr here, not in
distclean-krextra.
- * missing: Regularized grammar. From François Pinard.
+ * missing: Regularized grammar. From François Pinard.
Sat May 10 16:48:47 1997 Tom Tromey <tromey@cygnus.com>
Tue Apr 29 19:11:45 1997 Tom Tromey <tromey@cygnus.com>
- * INSTALL, mkinstalldirs, install-sh: Update from François
+ * INSTALL, mkinstalldirs, install-sh: Update from François
Pinard.
* aclocal.in (add_macro): If AC_ macro was defined, then mark it
* m4/init.m4 (missing_dir): Use AM_MISSING_PROG.
* m4/missing.m4: New file.
- `missing' changes from François Pinard:
+ `missing' changes from François Pinard:
* Everywhere: Use ACLOCAL_M4 to name aclocal.m4 file; ACLOCAL now
names aclocal program.
* m4/init.m4: Replace programs with `missing' if not found.
(handle_aclocal_m4): Use ACLOCAL_AMFLAGS.
(handle_clean): Put -recursive target before -am target.
(handle_merge_targets): Put basename of $config_name on @all.
- Test confsub.test. From Ramón García Fernández.
+ Test confsub.test. From Ramón García Fernández.
Tue Jan 28 22:19:04 1997 Tom Tromey <tromey@cygnus.com>
\f
New in 0.31:
* Bug fixes
-* Documentation updates (many from François Pinard)
+* Documentation updates (many from François Pinard)
* strictness `normal' now renamed to `foreign'
* Renamed --install-missing to --add-missing
* Now handles AC_CONFIG_AUX_DIR
* Comments in Makefile.am are placed more intelligently in Makefile.in
* Generates .PHONY target
* Rule or macro in Makefile.am now overrides contents of Automake file
-* Substantial cleanups from François Pinard
+* Substantial cleanups from François Pinard
\f
New in 0.25:
* Bug fixes.
Handle dist-zoo. Generally add more DOS support. Maybe run "doschk"
(why isn't this merged with "pathchk"?) when doing a dist. Do
-whatever else François says here...
+whatever else François says here...
Add support for html via an option. Use texi2html. Use
"html_TEXINFOS", and htmldir = .../html. Include html files in
Internationalize. [ gettext doesn't have the necessary machinery yet ]
am_error should use printf-style arguments (for eventual gettext scheme)
-François says the ordering of files in a distribution should be as follows:
+François says the ordering of files in a distribution should be as follows:
* README
* source files
* derived files
document which variables are actually scanned and which are not.
-Document customary ordering of Makefile.am. From François.
+Document customary ordering of Makefile.am. From François.
Should include extended version of diagram from Autoconf (suggested by
Greg Woods)