aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGlenn Morris2014-01-20 17:39:59 -0500
committerGlenn Morris2014-01-20 17:39:59 -0500
commit2fb6d9c6d666f09d4d16c4b38f77518720b5f35e (patch)
tree8d0d0643a4e23dc776b0703851dfb08f03435ccf
parentcec62009bb94b74bb46dd911a22dc1ec97097970 (diff)
downloademacs-2fb6d9c6d666f09d4d16c4b38f77518720b5f35e.tar.gz
emacs-2fb6d9c6d666f09d4d16c4b38f77518720b5f35e.zip
ChangeLog fixes
-rw-r--r--ChangeLog17
-rw-r--r--doc/emacs/ChangeLog5
-rw-r--r--doc/misc/ChangeLog20
3 files changed, 28 insertions, 14 deletions
diff --git a/ChangeLog b/ChangeLog
index 52d13cdc87a..86e684a9e20 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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
102014-01-12 Glenn Morris <rgm@gnu.org> 92014-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
17502012-09-19 Tassilo Horn <tsdh@gnu.org>
1751
1752 * doc/emacs/misc.texi (DocView Slicing): Document new slice from
1753 BoundingBox feature.
1754
17552012-09-18 Jan Djärv <jan.h.d@swipnet.se> 17492012-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
21912012-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
21962012-07-29 Jan Djärv <jan.h.d@swipnet.se> 21852012-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:
diff --git a/doc/emacs/ChangeLog b/doc/emacs/ChangeLog
index 76f949b9c23..c18620664db 100644
--- a/doc/emacs/ChangeLog
+++ b/doc/emacs/ChangeLog
@@ -803,6 +803,11 @@
803 803
804 * trouble.texi (Crashing): Document addr2line. 804 * trouble.texi (Crashing): Document addr2line.
805 805
8062012-09-19 Tassilo Horn <tsdh@gnu.org>
807
808 * misc.texi (DocView Slicing): Document new slice from
809 BoundingBox feature.
810
8062012-09-19 Chong Yidong <cyd@gnu.org> 8112012-09-19 Chong Yidong <cyd@gnu.org>
807 812
808 * killing.texi (Yanking): Minor clarification (Bug#12469). 813 * killing.texi (Yanking): Minor clarification (Bug#12469).
diff --git a/doc/misc/ChangeLog b/doc/misc/ChangeLog
index 394bb30ebfb..bd0763c78d5 100644
--- a/doc/misc/ChangeLog
+++ b/doc/misc/ChangeLog
@@ -1,3 +1,7 @@
12014-01-20 Paul Eggert <eggert@cs.ucla.edu>
2
3 * texinfo.tex: Update from gnulib.
4
12014-01-15 Glenn Morris <rgm@gnu.org> 52014-01-15 Glenn Morris <rgm@gnu.org>
2 6
3 * Makefile.in (eww_deps): Does not depend on emacsver.texi. 7 * Makefile.in (eww_deps): Does not depend on emacsver.texi.
@@ -761,6 +765,10 @@
761 (efaq-w32.pdf, efaq-w32.html): New rules. 765 (efaq-w32.pdf, efaq-w32.html): New rules.
762 (clean): Remove efaq-w32 products. 766 (clean): Remove efaq-w32 products.
763 767
7682013-08-26 Paul Eggert <eggert@cs.ucla.edu>
769
770 * texinfo.tex: Update from gnulib.
771
7642013-08-19 Katsumi Yamaoka <yamaoka@jpl.org> 7722013-08-19 Katsumi Yamaoka <yamaoka@jpl.org>
765 773
766 * emacs-mime.texi (Encoding Customization): Exclude iso-2022-jp-2 and 774 * emacs-mime.texi (Encoding Customization): Exclude iso-2022-jp-2 and
@@ -902,6 +910,10 @@
902 `gnus-subthread-sort-functions' and remove the obsolete documentation 910 `gnus-subthread-sort-functions' and remove the obsolete documentation
903 of `gnus-sort-threads-recursively'. 911 of `gnus-sort-threads-recursively'.
904 912
9132012-07-30 Paul Eggert <eggert@cs.ucla.edu>
914
915 * texinfo.tex: Update to 2012-07-29.17 version.
916
9052013-07-29 David Engster <deng@randomsample.de> 9172013-07-29 David Engster <deng@randomsample.de>
906 918
907 * eieio.texi (top): Make clear that EIEIO is not a full CLOS 919 * eieio.texi (top): Make clear that EIEIO is not a full CLOS
@@ -2245,6 +2257,10 @@
2245 2257
2246 * org.texi (Durations and time values): Fix typo. 2258 * org.texi (Durations and time values): Fix typo.
2247 2259
22602012-05-26 Paul Eggert <eggert@cs.ucla.edu>
2261
2262 * texinfo.tex: Update from gnulib.
2263
22482012-05-19 Jay Belanger <jay.p.belanger@gmail.com> 22642012-05-19 Jay Belanger <jay.p.belanger@gmail.com>
2249 2265
2250 * calc.texi (Basic Operations on Units, Customizing Calc): 2266 * calc.texi (Basic Operations on Units, Customizing Calc):
@@ -2877,6 +2893,10 @@
2877 * gnus.texi (Gnus Utility Functions): Add more references and 2893 * gnus.texi (Gnus Utility Functions): Add more references and
2878 explanations (bug#9683). 2894 explanations (bug#9683).
2879 2895
28962011-09-26 Paul Eggert <eggert@cs.ucla.edu>
2897
2898 * texinfo.tex: Merge from gnulib.
2899
28802011-09-21 Lars Magne Ingebrigtsen <larsi@gnus.org> 29002011-09-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
2881 2901
2882 * gnus.texi (Archived Messages): Note the default (bug#9552). 2902 * gnus.texi (Archived Messages): Note the default (bug#9552).