diff options
| author | Paul Eggert | 2011-02-08 17:40:01 -0800 |
|---|---|---|
| committer | Paul Eggert | 2011-02-08 17:40:01 -0800 |
| commit | caf825516ab00bd6d111b5a901f36a5c5839b6d7 (patch) | |
| tree | 1940a8375d33bfbeaf067767b4e1d020699221ca | |
| parent | 4d04fdc950fa181c47a03ec8ce63f57f4f45a4ae (diff) | |
| download | emacs-caf825516ab00bd6d111b5a901f36a5c5839b6d7.tar.gz emacs-caf825516ab00bd6d111b5a901f36a5c5839b6d7.zip | |
Sync texinfo.tex and sed-related fixes from gnulib.
| -rw-r--r-- | ChangeLog | 9 | ||||
| -rw-r--r-- | doc/misc/ChangeLog | 4 | ||||
| -rw-r--r-- | doc/misc/texinfo.tex | 4 | ||||
| -rw-r--r-- | lib/Makefile.in | 4 | ||||
| -rw-r--r-- | lib/gnulib.mk | 3 |
5 files changed, 20 insertions, 4 deletions
| @@ -1,3 +1,12 @@ | |||
| 1 | 2011-02-09 Paul Eggert <eggert@cs.ucla.edu> | ||
| 2 | |||
| 3 | * lib/Makefile.in, lib/gnulib.mk: Regenerate. | ||
| 4 | This merges the following fix from gnulib: | ||
| 5 | |||
| 6 | 2011-02-08 Bruno Haible <bruno@clisp.org> | ||
| 7 | |||
| 8 | Split large sed scripts, for HP-UX sed. | ||
| 9 | |||
| 1 | 2011-02-08 Tom Tromey <tromey@redhat.com> | 10 | 2011-02-08 Tom Tromey <tromey@redhat.com> |
| 2 | 11 | ||
| 3 | * configure: Rebuild. | 12 | * configure: Rebuild. |
diff --git a/doc/misc/ChangeLog b/doc/misc/ChangeLog index 53109fe7948..61e05aaf332 100644 --- a/doc/misc/ChangeLog +++ b/doc/misc/ChangeLog | |||
| @@ -1,3 +1,7 @@ | |||
| 1 | 2011-02-09 Paul Eggert <eggert@cs.ucla.edu> | ||
| 2 | |||
| 3 | * texinfo.tex: Update to version 2011-02-07.16. | ||
| 4 | |||
| 1 | 2011-02-07 Michael Albinus <michael.albinus@gmx.de> | 5 | 2011-02-07 Michael Albinus <michael.albinus@gmx.de> |
| 2 | 6 | ||
| 3 | * dbus.texi (Bus names): Adapt descriptions for | 7 | * dbus.texi (Bus names): Adapt descriptions for |
diff --git a/doc/misc/texinfo.tex b/doc/misc/texinfo.tex index 94d71885d01..1fe8a1872f6 100644 --- a/doc/misc/texinfo.tex +++ b/doc/misc/texinfo.tex | |||
| @@ -3,7 +3,7 @@ | |||
| 3 | % Load plain if necessary, i.e., if running under initex. | 3 | % Load plain if necessary, i.e., if running under initex. |
| 4 | \expandafter\ifx\csname fmtname\endcsname\relax\input plain\fi | 4 | \expandafter\ifx\csname fmtname\endcsname\relax\input plain\fi |
| 5 | % | 5 | % |
| 6 | \def\texinfoversion{2011-02-01.10} | 6 | \def\texinfoversion{2011-02-07.16} |
| 7 | % | 7 | % |
| 8 | % Copyright 1985, 1986, 1988, 1990, 1991, 1992, 1993, 1994, 1995, | 8 | % Copyright 1985, 1986, 1988, 1990, 1991, 1992, 1993, 1994, 1995, |
| 9 | % 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, | 9 | % 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, |
| @@ -8360,7 +8360,7 @@ directory should work if nowhere else does.} | |||
| 8360 | \gdef^^b9{$^1$} | 8360 | \gdef^^b9{$^1$} |
| 8361 | \gdef^^ba{\ordm} | 8361 | \gdef^^ba{\ordm} |
| 8362 | % | 8362 | % |
| 8363 | \gdef^^bb{\guilletright} | 8363 | \gdef^^bb{\guillemetright} |
| 8364 | \gdef^^bc{$1\over4$} | 8364 | \gdef^^bc{$1\over4$} |
| 8365 | \gdef^^bd{$1\over2$} | 8365 | \gdef^^bd{$1\over2$} |
| 8366 | \gdef^^be{$3\over4$} | 8366 | \gdef^^be{$3\over4$} |
diff --git a/lib/Makefile.in b/lib/Makefile.in index e50f9b31ef3..fa2de9192a2 100644 --- a/lib/Makefile.in +++ b/lib/Makefile.in | |||
| @@ -307,6 +307,7 @@ NEXT_STDDEF_H = @NEXT_STDDEF_H@ | |||
| 307 | NEXT_TIME_H = @NEXT_TIME_H@ | 307 | NEXT_TIME_H = @NEXT_TIME_H@ |
| 308 | NEXT_UNISTD_H = @NEXT_UNISTD_H@ | 308 | NEXT_UNISTD_H = @NEXT_UNISTD_H@ |
| 309 | NS_OBJ = @NS_OBJ@ | 309 | NS_OBJ = @NS_OBJ@ |
| 310 | NS_OBJC_OBJ = @NS_OBJC_OBJ@ | ||
| 310 | NS_SUPPORT = @NS_SUPPORT@ | 311 | NS_SUPPORT = @NS_SUPPORT@ |
| 311 | OBJEXT = @OBJEXT@ | 312 | OBJEXT = @OBJEXT@ |
| 312 | OLDXMENU = @OLDXMENU@ | 313 | OLDXMENU = @OLDXMENU@ |
| @@ -939,7 +940,8 @@ unistd.h: unistd.in.h $(CXXDEFS_H) $(ARG_NONNULL_H) $(WARN_ON_USE_H) | |||
| 939 | -e 's|@''HAVE_DECL_TTYNAME_R''@|$(HAVE_DECL_TTYNAME_R)|g' \ | 940 | -e 's|@''HAVE_DECL_TTYNAME_R''@|$(HAVE_DECL_TTYNAME_R)|g' \ |
| 940 | -e 's|@''HAVE_OS_H''@|$(HAVE_OS_H)|g' \ | 941 | -e 's|@''HAVE_OS_H''@|$(HAVE_OS_H)|g' \ |
| 941 | -e 's|@''HAVE_SYS_PARAM_H''@|$(HAVE_SYS_PARAM_H)|g' \ | 942 | -e 's|@''HAVE_SYS_PARAM_H''@|$(HAVE_SYS_PARAM_H)|g' \ |
| 942 | -e 's|@''REPLACE_CHOWN''@|$(REPLACE_CHOWN)|g' \ | 943 | | \ |
| 944 | sed -e 's|@''REPLACE_CHOWN''@|$(REPLACE_CHOWN)|g' \ | ||
| 943 | -e 's|@''REPLACE_CLOSE''@|$(REPLACE_CLOSE)|g' \ | 945 | -e 's|@''REPLACE_CLOSE''@|$(REPLACE_CLOSE)|g' \ |
| 944 | -e 's|@''REPLACE_DUP''@|$(REPLACE_DUP)|g' \ | 946 | -e 's|@''REPLACE_DUP''@|$(REPLACE_DUP)|g' \ |
| 945 | -e 's|@''REPLACE_DUP2''@|$(REPLACE_DUP2)|g' \ | 947 | -e 's|@''REPLACE_DUP2''@|$(REPLACE_DUP2)|g' \ |
diff --git a/lib/gnulib.mk b/lib/gnulib.mk index af628c8d300..ad4de074c58 100644 --- a/lib/gnulib.mk +++ b/lib/gnulib.mk | |||
| @@ -327,7 +327,8 @@ unistd.h: unistd.in.h $(CXXDEFS_H) $(ARG_NONNULL_H) $(WARN_ON_USE_H) | |||
| 327 | -e 's|@''HAVE_DECL_TTYNAME_R''@|$(HAVE_DECL_TTYNAME_R)|g' \ | 327 | -e 's|@''HAVE_DECL_TTYNAME_R''@|$(HAVE_DECL_TTYNAME_R)|g' \ |
| 328 | -e 's|@''HAVE_OS_H''@|$(HAVE_OS_H)|g' \ | 328 | -e 's|@''HAVE_OS_H''@|$(HAVE_OS_H)|g' \ |
| 329 | -e 's|@''HAVE_SYS_PARAM_H''@|$(HAVE_SYS_PARAM_H)|g' \ | 329 | -e 's|@''HAVE_SYS_PARAM_H''@|$(HAVE_SYS_PARAM_H)|g' \ |
| 330 | -e 's|@''REPLACE_CHOWN''@|$(REPLACE_CHOWN)|g' \ | 330 | | \ |
| 331 | sed -e 's|@''REPLACE_CHOWN''@|$(REPLACE_CHOWN)|g' \ | ||
| 331 | -e 's|@''REPLACE_CLOSE''@|$(REPLACE_CLOSE)|g' \ | 332 | -e 's|@''REPLACE_CLOSE''@|$(REPLACE_CLOSE)|g' \ |
| 332 | -e 's|@''REPLACE_DUP''@|$(REPLACE_DUP)|g' \ | 333 | -e 's|@''REPLACE_DUP''@|$(REPLACE_DUP)|g' \ |
| 333 | -e 's|@''REPLACE_DUP2''@|$(REPLACE_DUP2)|g' \ | 334 | -e 's|@''REPLACE_DUP2''@|$(REPLACE_DUP2)|g' \ |