diff options
| author | Glenn Morris | 2014-01-21 00:49:46 -0800 |
|---|---|---|
| committer | Glenn Morris | 2014-01-21 00:49:46 -0800 |
| commit | 38942b9cf566116227bec6f41aa0aece5de6e2c9 (patch) | |
| tree | 4376f3e32498c665ae6cf7de817477f041b45b09 | |
| parent | ca4cfde31484a6fb327445c91b52283576ef27c6 (diff) | |
| download | emacs-38942b9cf566116227bec6f41aa0aece5de6e2c9.tar.gz emacs-38942b9cf566116227bec6f41aa0aece5de6e2c9.zip | |
ChangeLog fixes
| -rw-r--r-- | ChangeLog | 23 | ||||
| -rw-r--r-- | admin/ChangeLog | 7 | ||||
| -rw-r--r-- | doc/emacs/ChangeLog | 14 | ||||
| -rw-r--r-- | doc/misc/ChangeLog | 8 | ||||
| -rw-r--r-- | etc/ChangeLog | 5 | ||||
| -rw-r--r-- | lib-src/ChangeLog | 2 | ||||
| -rw-r--r-- | lisp/ChangeLog | 2 | ||||
| -rw-r--r-- | lisp/ChangeLog.15 | 8 | ||||
| -rw-r--r-- | lwlib/ChangeLog | 2 | ||||
| -rw-r--r-- | msdos/ChangeLog | 2 | ||||
| -rw-r--r-- | src/ChangeLog.11 | 2 | ||||
| -rw-r--r-- | src/ChangeLog.12 | 5 |
12 files changed, 49 insertions, 31 deletions
| @@ -29,11 +29,8 @@ | |||
| 29 | 29 | ||
| 30 | 2014-01-08 Eric S. Raymond <esr@thyrsus.com> | 30 | 2014-01-08 Eric S. Raymond <esr@thyrsus.com> |
| 31 | 31 | ||
| 32 | * INSTALL.BZR: Renamed to INSTALL.REPO | 32 | * INSTALL.BZR: Rename to INSTALL.REPO. Remove refs to specific VCS. |
| 33 | * INSTALL, autogen.sh, etc/AUTHORS, etc/CONTRIBUTE, | 33 | * INSTALL, autogen.sh: Update for above change. |
| 34 | lisp/emacs-lisp/authors.el, nt/INSTALL: Carry through the | ||
| 35 | above renaming. | ||
| 36 | * INSTALL.REPO: remove all references to any specific VCS. | ||
| 37 | 34 | ||
| 38 | 2014-01-05 Paul Eggert <eggert@cs.ucla.edu> | 35 | 2014-01-05 Paul Eggert <eggert@cs.ucla.edu> |
| 39 | 36 | ||
| @@ -2079,9 +2076,8 @@ | |||
| 2079 | All uses changed to waitpid and WEXITSTATUS. | 2076 | All uses changed to waitpid and WEXITSTATUS. |
| 2080 | 2077 | ||
| 2081 | Avoid needless autoheader after autogen.sh. | 2078 | Avoid needless autoheader after autogen.sh. |
| 2082 | * src/stamp-h.in: Remove from bzr repository; no longer needed there. | 2079 | * .bzrignore: Add src/stamp-h.in. |
| 2083 | * .bzrignore: Add it. | 2080 | * autogen.sh: Create src/stamp-h.in. |
| 2084 | * autogen.sh: Create it. | ||
| 2085 | 2081 | ||
| 2086 | 2012-08-01 Glenn Morris <rgm@gnu.org> | 2082 | 2012-08-01 Glenn Morris <rgm@gnu.org> |
| 2087 | 2083 | ||
| @@ -3056,7 +3052,6 @@ | |||
| 3056 | (WARN_CFLAGS, GNULIB_WARN_CFLAGS): New variable. | 3052 | (WARN_CFLAGS, GNULIB_WARN_CFLAGS): New variable. |
| 3057 | (PKG_CHECK_MODULES, C_SWITCH_X_SITE): Use -isystem rather than -I, | 3053 | (PKG_CHECK_MODULES, C_SWITCH_X_SITE): Use -isystem rather than -I, |
| 3058 | when including system files with GCC. | 3054 | when including system files with GCC. |
| 3059 | * etc/NEWS: Mention --enable-gcc-warnings. | ||
| 3060 | * INSTALL (DETAILED BUILDING AND INSTALLATION): Likewise. | 3055 | * INSTALL (DETAILED BUILDING AND INSTALLATION): Likewise. |
| 3061 | * lib/Makefile.am (AM_CFLAGS): New macro. | 3056 | * lib/Makefile.am (AM_CFLAGS): New macro. |
| 3062 | * m4/manywarnings.m4, m4/warnings.m4: New files, from gnulib. | 3057 | * m4/manywarnings.m4, m4/warnings.m4: New files, from gnulib. |
| @@ -3998,7 +3993,7 @@ | |||
| 3998 | src/makefile.w32-in and adapt. Depend on stamp_BLD. | 3993 | src/makefile.w32-in and adapt. Depend on stamp_BLD. |
| 3999 | (GNULIBOBJS): Add $(BLD)/filemode.$(O). | 3994 | (GNULIBOBJS): Add $(BLD)/filemode.$(O). |
| 4000 | 3995 | ||
| 4001 | 2011-02-20 Paul Eggert <eggert@cs.ucla.edu> | 3996 | 2011-02-21 Paul Eggert <eggert@cs.ucla.edu> |
| 4002 | 3997 | ||
| 4003 | Import filemode module from gnulib. | 3998 | Import filemode module from gnulib. |
| 4004 | * .bzrignore: Add lib/sys/. | 3999 | * .bzrignore: Add lib/sys/. |
| @@ -4007,7 +4002,6 @@ | |||
| 4007 | * lib/filemode.c: Renamed from src/filemode.c and regenerated | 4002 | * lib/filemode.c: Renamed from src/filemode.c and regenerated |
| 4008 | from gnulib. This adds support for some more file types, e.g., | 4003 | from gnulib. This adds support for some more file types, e.g., |
| 4009 | Cray DMF migrated files. | 4004 | Cray DMF migrated files. |
| 4010 | * lisp/emacs-lisp/find-gc.el (find-gc-source-files): Remove filemode.c. | ||
| 4011 | * lib/filemode.h, lib/sys_stat.in.h, m4/filemode.m4, m4/st_dm_mode.m4: | 4005 | * lib/filemode.h, lib/sys_stat.in.h, m4/filemode.m4, m4/st_dm_mode.m4: |
| 4012 | * m4/sys_stat_h.m4: New files, generated from gnulib. | 4006 | * m4/sys_stat_h.m4: New files, generated from gnulib. |
| 4013 | * aclocal.m4, configure, lib/Makefile.in, lib/gnulib.mk, m4/gl-comp.m4: | 4007 | * aclocal.m4, configure, lib/Makefile.in, lib/gnulib.mk, m4/gl-comp.m4: |
| @@ -4044,8 +4038,6 @@ | |||
| 4044 | * lib/stdint.in.h, m4/longlong.m4, m4/stdint.m4, m4/md5.m4: New files, | 4038 | * lib/stdint.in.h, m4/longlong.m4, m4/stdint.m4, m4/md5.m4: New files, |
| 4045 | imported from gnulib. | 4039 | imported from gnulib. |
| 4046 | * Makefile.in (MAKEFILE_MODULES): Add crypto/md5. | 4040 | * Makefile.in (MAKEFILE_MODULES): Add crypto/md5. |
| 4047 | * admin/notes/copyright: Remove src/md5.c and src/md5.h as | ||
| 4048 | special cases. | ||
| 4049 | 4041 | ||
| 4050 | 2011-02-19 Eli Zaretskii <eliz@gnu.org> | 4042 | 2011-02-19 Eli Zaretskii <eliz@gnu.org> |
| 4051 | 4043 | ||
| @@ -4065,7 +4057,6 @@ | |||
| 4065 | Import getloadavg module from gnulib. | 4057 | Import getloadavg module from gnulib. |
| 4066 | * .bzrignore: Add lib/stdlib.h. | 4058 | * .bzrignore: Add lib/stdlib.h. |
| 4067 | * Makefile.in (GNULIB_MODULES): Add getloadavg. | 4059 | * Makefile.in (GNULIB_MODULES): Add getloadavg. |
| 4068 | * admin/notes/copyright: Remove src/getloadavg.c as a special case. | ||
| 4069 | * configure.in (LIBS_SYSTEM): Omit -lkstat on sol2*; gnulib does this. | 4060 | * configure.in (LIBS_SYSTEM): Omit -lkstat on sol2*; gnulib does this. |
| 4070 | (AC_CONFIG_LIBOBJ_DIR, AC_FUNC_GETLOADAVG, GETLOADAVG_FILES): | 4061 | (AC_CONFIG_LIBOBJ_DIR, AC_FUNC_GETLOADAVG, GETLOADAVG_FILES): |
| 4071 | Remove; gnulib does this now. | 4062 | Remove; gnulib does this now. |
| @@ -4079,7 +4070,7 @@ | |||
| 4079 | * lib/stdlib.in.h, m4/getloadavg.m4, m4/stdlib_h.m4: New files, | 4070 | * lib/stdlib.in.h, m4/getloadavg.m4, m4/stdlib_h.m4: New files, |
| 4080 | from gnulib. | 4071 | from gnulib. |
| 4081 | * aclocal.m4, configure, lib/Makefile.in, lib/gnulib.mk, m4/gl-comp.m4: | 4072 | * aclocal.m4, configure, lib/Makefile.in, lib/gnulib.mk, m4/gl-comp.m4: |
| 4082 | * src/config.in: Regenerate. | 4073 | Regenerate. |
| 4083 | 4074 | ||
| 4084 | 2011-02-15 Paul Eggert <eggert@cs.ucla.edu> | 4075 | 2011-02-15 Paul Eggert <eggert@cs.ucla.edu> |
| 4085 | 4076 | ||
| @@ -4506,7 +4497,7 @@ | |||
| 4506 | * m4/gnulib-common.m4, m4/gnulib-comp.m4, m4/gnulib-tool.m4, missing: | 4497 | * m4/gnulib-common.m4, m4/gnulib-comp.m4, m4/gnulib-tool.m4, missing: |
| 4507 | New files, generated automatically, with 'make sync-from-gnulib' | 4498 | New files, generated automatically, with 'make sync-from-gnulib' |
| 4508 | followed by 'make'. | 4499 | followed by 'make'. |
| 4509 | * configure, lisp/dired.el, src/config.in: Regenerate. | 4500 | * configure: Regenerate. |
| 4510 | 4501 | ||
| 4511 | Automate syncing from gnulib. | 4502 | Automate syncing from gnulib. |
| 4512 | * INSTALL, README: Document new subdirectory 'lib'. | 4503 | * INSTALL, README: Document new subdirectory 'lib'. |
diff --git a/admin/ChangeLog b/admin/ChangeLog index fd92b4f4a3f..ff4c2598c71 100644 --- a/admin/ChangeLog +++ b/admin/ChangeLog | |||
| @@ -1036,6 +1036,10 @@ | |||
| 1036 | 1036 | ||
| 1037 | * notes/bugtracker (bugtracker_debbugs_url): Fix typo. | 1037 | * notes/bugtracker (bugtracker_debbugs_url): Fix typo. |
| 1038 | 1038 | ||
| 1039 | 2011-02-20 Paul Eggert <eggert@cs.ucla.edu> | ||
| 1040 | |||
| 1041 | * notes/copyright: Remove src/md5.c and src/md5.h as special cases. | ||
| 1042 | |||
| 1039 | 2011-02-19 Eli Zaretskii <eliz@gnu.org> | 1043 | 2011-02-19 Eli Zaretskii <eliz@gnu.org> |
| 1040 | 1044 | ||
| 1041 | * admin.el (set-version): Add msdos/sed2v2.inp. | 1045 | * admin.el (set-version): Add msdos/sed2v2.inp. |
| @@ -1045,6 +1049,7 @@ | |||
| 1045 | Remove no-longer needed getloadavg symbols. | 1049 | Remove no-longer needed getloadavg symbols. |
| 1046 | * CPP-DEFINES (LOAD_AVE_CVT, LOAD_AVE_TYPE, FSCALE, KERNEL_FILE): | 1050 | * CPP-DEFINES (LOAD_AVE_CVT, LOAD_AVE_TYPE, FSCALE, KERNEL_FILE): |
| 1047 | (LDAV_SYMBOL): Remove. | 1051 | (LDAV_SYMBOL): Remove. |
| 1052 | * notes/copyright: Remove src/getloadavg.c as a special case. | ||
| 1048 | 1053 | ||
| 1049 | 2011-02-12 Glenn Morris <rgm@gnu.org> | 1054 | 2011-02-12 Glenn Morris <rgm@gnu.org> |
| 1050 | 1055 | ||
| @@ -1567,7 +1572,7 @@ | |||
| 1567 | Sub-directory `unidata' is for codes to generate charprop.el and | 1572 | Sub-directory `unidata' is for codes to generate charprop.el and |
| 1568 | many other uni-*.el files from `UnicodeData.txt'. | 1573 | many other uni-*.el files from `UnicodeData.txt'. |
| 1569 | 1574 | ||
| 1570 | * Unidata/README: New file. | 1575 | * unidata/README: New file. |
| 1571 | 1576 | ||
| 1572 | * unidata/Makefile: New file. | 1577 | * unidata/Makefile: New file. |
| 1573 | 1578 | ||
diff --git a/doc/emacs/ChangeLog b/doc/emacs/ChangeLog index c18620664db..3a8b45be372 100644 --- a/doc/emacs/ChangeLog +++ b/doc/emacs/ChangeLog | |||
| @@ -9695,13 +9695,13 @@ | |||
| 9695 | 9695 | ||
| 9696 | 2003-11-02 Jesper Harder <harder@ifa.au.dk> (tiny change) | 9696 | 2003-11-02 Jesper Harder <harder@ifa.au.dk> (tiny change) |
| 9697 | 9697 | ||
| 9698 | * man/ack.texi, man/basic.texi, man/cmdargs.texi: | 9698 | * ack.texi, basic.texi, cmdargs.texi: |
| 9699 | * man/commands.texi, man/custom.texi, man/display.texi: | 9699 | * commands.texi, custom.texi, display.texi: |
| 9700 | * man/emacs.texi, man/files.texi: | 9700 | * emacs.texi, files.texi: |
| 9701 | * man/frames.texi, man/glossary.texi, man/killing.texi: | 9701 | * frames.texi, glossary.texi, killing.texi: |
| 9702 | * man/macos.texi, man/mark.texi, man/misc.texi, man/msdog.texi: | 9702 | * macos.texi, mark.texi, misc.texi, msdog.texi: |
| 9703 | * man/mule.texi, man/rmail.texi, man/search.texi: | 9703 | * mule.texi, rmail.texi, search.texi: |
| 9704 | * man/sending.texi, man/text.texi, man/trouble.texi: | 9704 | * sending.texi, text.texi, trouble.texi: |
| 9705 | Replace @sc{ascii} and ASCII with @acronym{ASCII}. | 9705 | Replace @sc{ascii} and ASCII with @acronym{ASCII}. |
| 9706 | 9706 | ||
| 9707 | 2003-11-01 Alan Mackenzie <acm@muc.de> | 9707 | 2003-11-01 Alan Mackenzie <acm@muc.de> |
diff --git a/doc/misc/ChangeLog b/doc/misc/ChangeLog index bd0763c78d5..3866b2dc7a8 100644 --- a/doc/misc/ChangeLog +++ b/doc/misc/ChangeLog | |||
| @@ -4835,7 +4835,7 @@ | |||
| 4835 | 4835 | ||
| 4836 | 2009-12-15 Jay Belanger <jay.p.belanger@gmail.com> | 4836 | 2009-12-15 Jay Belanger <jay.p.belanger@gmail.com> |
| 4837 | 4837 | ||
| 4838 | * calc/calc.texi (Radix Modes): Clarify two's complement notation. | 4838 | * calc.texi (Radix Modes): Clarify two's complement notation. |
| 4839 | 4839 | ||
| 4840 | 2009-12-14 Chong Yidong <cyd@stupidchicken.com> | 4840 | 2009-12-14 Chong Yidong <cyd@stupidchicken.com> |
| 4841 | 4841 | ||
| @@ -10593,8 +10593,8 @@ | |||
| 10593 | 10593 | ||
| 10594 | 2003-11-02 Jesper Harder <harder@ifa.au.dk> (tiny change) | 10594 | 2003-11-02 Jesper Harder <harder@ifa.au.dk> (tiny change) |
| 10595 | 10595 | ||
| 10596 | * man/ediff.texi, man/tramp.texi, man/vip.texi, man/viper.texi: | 10596 | * ediff.texi, tramp.texi, vip.texi, viper.texi: |
| 10597 | * man/widget.texi, man/woman.texi: Replace @sc{ascii} and ASCII with | 10597 | * widget.texi, woman.texi: Replace @sc{ascii} and ASCII with |
| 10598 | @acronym{ASCII}. | 10598 | @acronym{ASCII}. |
| 10599 | 10599 | ||
| 10600 | 2003-10-26 Karl Berry <karl@gnu.org> | 10600 | 2003-10-26 Karl Berry <karl@gnu.org> |
| @@ -11207,7 +11207,7 @@ | |||
| 11207 | 11207 | ||
| 11208 | 1993-11-15 Paul Eggert (eggert@twinsun.com) | 11208 | 1993-11-15 Paul Eggert (eggert@twinsun.com) |
| 11209 | 11209 | ||
| 11210 | * man/Makefile (../info/cl.info): Rename from ../info/cl. | 11210 | * Makefile (../info/cl.info): Rename from ../info/cl. |
| 11211 | 11211 | ||
| 11212 | 1993-11-15 Richard Stallman (rms@mole.gnu.ai.mit.edu) | 11212 | 1993-11-15 Richard Stallman (rms@mole.gnu.ai.mit.edu) |
| 11213 | 11213 | ||
diff --git a/etc/ChangeLog b/etc/ChangeLog index a34f6961a06..f8225dc37d3 100644 --- a/etc/ChangeLog +++ b/etc/ChangeLog | |||
| @@ -739,6 +739,11 @@ | |||
| 739 | 739 | ||
| 740 | * MORE.STUFF: General update. Mention list-packages. | 740 | * MORE.STUFF: General update. Mention list-packages. |
| 741 | Remove many old/outdated URLs. | 741 | Remove many old/outdated URLs. |
| 742 | |||
| 743 | 2012-04-18 Paul Eggert <eggert@cs.ucla.edu> | ||
| 744 | |||
| 745 | * NEWS: Mention --enable-gcc-warnings. | ||
| 746 | |||
| 742 | 2012-04-10 Lars Magne Ingebrigtsen <larsi@gnus.org> | 747 | 2012-04-10 Lars Magne Ingebrigtsen <larsi@gnus.org> |
| 743 | 748 | ||
| 744 | * publicsuffix.txt: New file (bug#1401). | 749 | * publicsuffix.txt: New file (bug#1401). |
diff --git a/lib-src/ChangeLog b/lib-src/ChangeLog index 50273e2a60a..a67b40bf89e 100644 --- a/lib-src/ChangeLog +++ b/lib-src/ChangeLog | |||
| @@ -725,7 +725,7 @@ | |||
| 725 | 725 | ||
| 726 | 2012-05-05 Jim Meyering <meyering@redhat.com> | 726 | 2012-05-05 Jim Meyering <meyering@redhat.com> |
| 727 | 727 | ||
| 728 | * lib-src/pop.c (pop_stat, pop_list, pop_multi_first, pop_last): | 728 | * pop.c (pop_stat, pop_list, pop_multi_first, pop_last): |
| 729 | NUL-terminate the error buffer (Bug#11372). | 729 | NUL-terminate the error buffer (Bug#11372). |
| 730 | 730 | ||
| 731 | 2012-05-02 Juanma Barranquero <lekktu@gmail.com> | 731 | 2012-05-02 Juanma Barranquero <lekktu@gmail.com> |
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 9e84af303a9..e7d584b153d 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -347,6 +347,8 @@ | |||
| 347 | In preparation for the move to git, sanitize out some | 347 | In preparation for the move to git, sanitize out some |
| 348 | Bazaar-specific names. | 348 | Bazaar-specific names. |
| 349 | 349 | ||
| 350 | * emacs-lisp/authors.el: INSTALL.BZR renamed to INSTALL.REPO. | ||
| 351 | |||
| 350 | * version.el (emacs-bzr-version): Name changed to | 352 | * version.el (emacs-bzr-version): Name changed to |
| 351 | emacs-repository-version. Obsolete-variable alias made. | 353 | emacs-repository-version. Obsolete-variable alias made. |
| 352 | * loadup.el: Follow through on this name change. | 354 | * loadup.el: Follow through on this name change. |
diff --git a/lisp/ChangeLog.15 b/lisp/ChangeLog.15 index e6500bebd84..a3d1bd2e296 100644 --- a/lisp/ChangeLog.15 +++ b/lisp/ChangeLog.15 | |||
| @@ -578,6 +578,10 @@ | |||
| 578 | * net/tramp.el (tramp-rfn-eshadow-setup-minibuffer): Do not use | 578 | * net/tramp.el (tramp-rfn-eshadow-setup-minibuffer): Do not use |
| 579 | `field' property of `rfn-eshadow-overlay'. | 579 | `field' property of `rfn-eshadow-overlay'. |
| 580 | 580 | ||
| 581 | 2011-02-21 Paul Eggert <eggert@cs.ucla.edu> | ||
| 582 | |||
| 583 | * emacs-lisp/find-gc.el (find-gc-source-files): Remove filemode.c. | ||
| 584 | |||
| 581 | 2011-02-21 Lars Ingebrigtsen <larsi@gnus.org> | 585 | 2011-02-21 Lars Ingebrigtsen <larsi@gnus.org> |
| 582 | 586 | ||
| 583 | * net/netrc.el (netrc-parse): Comment fix. | 587 | * net/netrc.el (netrc-parse): Comment fix. |
| @@ -2033,6 +2037,10 @@ | |||
| 2033 | Don't auto-indent for indent-to-left-margin, it's too often | 2037 | Don't auto-indent for indent-to-left-margin, it's too often |
| 2034 | counter-productive. | 2038 | counter-productive. |
| 2035 | 2039 | ||
| 2040 | 2011-01-17 Paul Eggert <eggert@cs.ucla.edu> | ||
| 2041 | |||
| 2042 | * dired.el: Regenerate. | ||
| 2043 | |||
| 2036 | 2011-01-16 Tassilo Horn <tassilo@member.fsf.org> | 2044 | 2011-01-16 Tassilo Horn <tassilo@member.fsf.org> |
| 2037 | 2045 | ||
| 2038 | * strokes.el (strokes-read-stroke): Re-fill strokes buffer with | 2046 | * strokes.el (strokes-read-stroke): Re-fill strokes buffer with |
diff --git a/lwlib/ChangeLog b/lwlib/ChangeLog index 5eb10cd1ea9..458956a2417 100644 --- a/lwlib/ChangeLog +++ b/lwlib/ChangeLog | |||
| @@ -1234,7 +1234,7 @@ | |||
| 1234 | 1234 | ||
| 1235 | 1998-07-30 Paul Eggert <eggert@twinsun.com> | 1235 | 1998-07-30 Paul Eggert <eggert@twinsun.com> |
| 1236 | 1236 | ||
| 1237 | * lwlib/Makefile.in (lwlib-utils.o, lwlib.o, lwlib-Xlw.o) | 1237 | * Makefile.in (lwlib-utils.o, lwlib.o, lwlib-Xlw.o) |
| 1238 | (lwlib-Xaw.o, lwlib-Xm.o, lwlib-Xol.o, lwlib-Xolmb.o): | 1238 | (lwlib-Xaw.o, lwlib-Xm.o, lwlib-Xol.o, lwlib-Xolmb.o): |
| 1239 | Add dependencies to corresponding .c files for Solaris 2.x VPATH make. | 1239 | Add dependencies to corresponding .c files for Solaris 2.x VPATH make. |
| 1240 | 1240 | ||
diff --git a/msdos/ChangeLog b/msdos/ChangeLog index 6fd5f104594..63d134eac7e 100644 --- a/msdos/ChangeLog +++ b/msdos/ChangeLog | |||
| @@ -44,7 +44,7 @@ | |||
| 44 | 2012-10-04 Paul Eggert <eggert@cs.ucla.edu> | 44 | 2012-10-04 Paul Eggert <eggert@cs.ucla.edu> |
| 45 | 45 | ||
| 46 | Merge from gnulib. | 46 | Merge from gnulib. |
| 47 | * msdos/sedlibmk.inp (REPLACE_PTSNAME): Edit to appropriate value. | 47 | * sedlibmk.inp (REPLACE_PTSNAME): Edit to appropriate value. |
| 48 | 48 | ||
| 49 | 2012-09-27 Paul Eggert <eggert@cs.ucla.edu> | 49 | 2012-09-27 Paul Eggert <eggert@cs.ucla.edu> |
| 50 | 50 | ||
diff --git a/src/ChangeLog.11 b/src/ChangeLog.11 index e8463718827..59c1f369e1e 100644 --- a/src/ChangeLog.11 +++ b/src/ChangeLog.11 | |||
| @@ -1837,6 +1837,8 @@ | |||
| 1837 | (float_to_string): Use dtoastr rather than rolling our own code, | 1837 | (float_to_string): Use dtoastr rather than rolling our own code, |
| 1838 | which had an off-by-one bug on non-IEEE hosts. | 1838 | which had an off-by-one bug on non-IEEE hosts. |
| 1839 | 1839 | ||
| 1840 | * config.in: Regenerate. | ||
| 1841 | |||
| 1840 | Automate syncing from gnulib. | 1842 | Automate syncing from gnulib. |
| 1841 | * Makefile.in (lib): New macro. | 1843 | * Makefile.in (lib): New macro. |
| 1842 | (ALL_CFLAGS): Add -I$(lib) -I$(srcdir)/../lib. | 1844 | (ALL_CFLAGS): Add -I$(lib) -I$(srcdir)/../lib. |
diff --git a/src/ChangeLog.12 b/src/ChangeLog.12 index 53c93b4dea7..c5ea7e7bad2 100644 --- a/src/ChangeLog.12 +++ b/src/ChangeLog.12 | |||
| @@ -8160,6 +8160,11 @@ | |||
| 8160 | * nsterm.m (ns_exec_path, ns_load_path): Use SEPCHAR rather than | 8160 | * nsterm.m (ns_exec_path, ns_load_path): Use SEPCHAR rather than |
| 8161 | hard-coding the path separator. | 8161 | hard-coding the path separator. |
| 8162 | 8162 | ||
| 8163 | 2012-08-02 Paul Eggert <eggert@cs.ucla.edu> | ||
| 8164 | |||
| 8165 | * stamp-h.in: Remove from bzr repository; no longer needed there | ||
| 8166 | now ../autogen.sh creates it. | ||
| 8167 | |||
| 8163 | 2012-08-01 Paul Eggert <eggert@cs.ucla.edu> | 8168 | 2012-08-01 Paul Eggert <eggert@cs.ucla.edu> |
| 8164 | 8169 | ||
| 8165 | Use "ASET (a, i, v)" rather than "AREF (a, i) = v". | 8170 | Use "ASET (a, i, v)" rather than "AREF (a, i) = v". |