diff options
| author | Glenn Morris | 2014-01-20 17:39:59 -0500 |
|---|---|---|
| committer | Glenn Morris | 2014-01-20 17:39:59 -0500 |
| commit | 2fb6d9c6d666f09d4d16c4b38f77518720b5f35e (patch) | |
| tree | 8d0d0643a4e23dc776b0703851dfb08f03435ccf /ChangeLog | |
| parent | cec62009bb94b74bb46dd911a22dc1ec97097970 (diff) | |
| download | emacs-2fb6d9c6d666f09d4d16c4b38f77518720b5f35e.tar.gz emacs-2fb6d9c6d666f09d4d16c4b38f77518720b5f35e.zip | |
ChangeLog fixes
Diffstat (limited to 'ChangeLog')
| -rw-r--r-- | ChangeLog | 17 |
1 files changed, 3 insertions, 14 deletions
| @@ -4,8 +4,7 @@ | |||
| 4 | 2014-01-20 stdalign: port to HP-UX compilers | 4 | 2014-01-20 stdalign: port to HP-UX compilers |
| 5 | 2014-01-16 strtoimax: port to platforms lacking 'long long' | 5 | 2014-01-16 strtoimax: port to platforms lacking 'long long' |
| 6 | 2014-01-16 update from texinfo | 6 | 2014-01-16 update from texinfo |
| 7 | * doc/misc/texinfo.tex, lib/stdalign.in.h, lib/strtoimax.c: | 7 | * lib/stdalign.in.h, lib/strtoimax.c: Update from gnulib. |
| 8 | Update from gnulib. | ||
| 9 | 8 | ||
| 10 | 2014-01-12 Glenn Morris <rgm@gnu.org> | 9 | 2014-01-12 Glenn Morris <rgm@gnu.org> |
| 11 | 10 | ||
| @@ -1747,11 +1746,6 @@ | |||
| 1747 | Merge from gnulib, incorporating: | 1746 | Merge from gnulib, incorporating: |
| 1748 | 2012-09-22 sockets, sys_stat: remove AC_C_INLINE in MSVC-only cases | 1747 | 2012-09-22 sockets, sys_stat: remove AC_C_INLINE in MSVC-only cases |
| 1749 | 1748 | ||
| 1750 | 2012-09-19 Tassilo Horn <tsdh@gnu.org> | ||
| 1751 | |||
| 1752 | * doc/emacs/misc.texi (DocView Slicing): Document new slice from | ||
| 1753 | BoundingBox feature. | ||
| 1754 | |||
| 1755 | 2012-09-18 Jan Djärv <jan.h.d@swipnet.se> | 1749 | 2012-09-18 Jan Djärv <jan.h.d@swipnet.se> |
| 1756 | 1750 | ||
| 1757 | * configure.ac (HAVE_GTK): Mention if we use GTK2 or GTK3. | 1751 | * configure.ac (HAVE_GTK): Mention if we use GTK2 or GTK3. |
| @@ -2188,11 +2182,6 @@ | |||
| 2188 | * configure.ac (opsysfile): Set to empty on aix4-2, freebsd, | 2182 | * configure.ac (opsysfile): Set to empty on aix4-2, freebsd, |
| 2189 | gnu-linux, gnu-kfreebsd; and to usg5-4-common.h on sol2*, unixware. | 2183 | gnu-linux, gnu-kfreebsd; and to usg5-4-common.h on sol2*, unixware. |
| 2190 | 2184 | ||
| 2191 | 2012-07-30 Paul Eggert <eggert@cs.ucla.edu> | ||
| 2192 | |||
| 2193 | Merge from gnulib, incorporating: | ||
| 2194 | * doc/misc/texinfo.tex: Update to 2012-07-29.17 version. | ||
| 2195 | |||
| 2196 | 2012-07-29 Jan Djärv <jan.h.d@swipnet.se> | 2185 | 2012-07-29 Jan Djärv <jan.h.d@swipnet.se> |
| 2197 | 2186 | ||
| 2198 | * Makefile.in (install-arch-indep): Handle space in locallisppath. | 2187 | * Makefile.in (install-arch-indep): Handle space in locallisppath. |
| @@ -2714,7 +2703,7 @@ | |||
| 2714 | New files. | 2703 | New files. |
| 2715 | * build-aux/move-if-change, build-aux/snippet/_Noreturn.h: | 2704 | * build-aux/move-if-change, build-aux/snippet/_Noreturn.h: |
| 2716 | * build-aux/snippet/arg-nonnull.h, build-aux/snippet/c++defs.h: | 2705 | * build-aux/snippet/arg-nonnull.h, build-aux/snippet/c++defs.h: |
| 2717 | * build-aux/snippet/warn-on-use.h, doc/misc/texinfo.tex: | 2706 | * build-aux/snippet/warn-on-use.h: |
| 2718 | * lib/alloca.in.h, lib/allocator.h, lib/careadlinkat.c: | 2707 | * lib/alloca.in.h, lib/allocator.h, lib/careadlinkat.c: |
| 2719 | * lib/careadlinkat.h, lib/dosname.h, lib/dup2.c, lib/filemode.c: | 2708 | * lib/careadlinkat.h, lib/dosname.h, lib/dup2.c, lib/filemode.c: |
| 2720 | * lib/filemode.h, lib/ftoastr.c, lib/ftoastr.h, lib/getloadavg.c: | 2709 | * lib/filemode.h, lib/ftoastr.c, lib/ftoastr.h, lib/getloadavg.c: |
| @@ -3340,7 +3329,7 @@ | |||
| 3340 | * Makefile.in (GNULIB_TOOL_FLAGS): Avoid msvc-inval, msvc-nothrow, | 3329 | * Makefile.in (GNULIB_TOOL_FLAGS): Avoid msvc-inval, msvc-nothrow, |
| 3341 | pathmax, and raise, since these are needed only to address | 3330 | pathmax, and raise, since these are needed only to address |
| 3342 | MSVC-related issues that Emacs doesn't have. | 3331 | MSVC-related issues that Emacs doesn't have. |
| 3343 | * doc/misc/texinfo.tex, lib/dup2.c, lib/gnulib.mk, lib/signal.in.h: | 3332 | * lib/dup2.c, lib/gnulib.mk, lib/signal.in.h: |
| 3344 | * lib/sigprocmask.c, lib/stat.c, lib/stdio.in.h, lib/sys_stat.in.h: | 3333 | * lib/sigprocmask.c, lib/stat.c, lib/stdio.in.h, lib/sys_stat.in.h: |
| 3345 | * lib/unistd.in.h, m4/dup2.m4, m4/getloadavg.m4, m4/gl-comp.m4: | 3334 | * lib/unistd.in.h, m4/dup2.m4, m4/getloadavg.m4, m4/gl-comp.m4: |
| 3346 | * m4/include_next.m4, m4/signal_h.m4, m4/signalblocking.m4: | 3335 | * m4/include_next.m4, m4/signal_h.m4, m4/signalblocking.m4: |