aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGlenn Morris2014-01-21 20:43:37 -0500
committerGlenn Morris2014-01-21 20:43:37 -0500
commit1bf6ecf2b3fb69af5fce50111f8c911e3438f4b4 (patch)
tree2e1423dec0b527e18e25b73e6572f19269e0db13
parent00d2a6bb2663106a6584ea229958d5bba32703d2 (diff)
downloademacs-1bf6ecf2b3fb69af5fce50111f8c911e3438f4b4.tar.gz
emacs-1bf6ecf2b3fb69af5fce50111f8c911e3438f4b4.zip
ChangeLog fixes
-rw-r--r--ChangeLog1
-rw-r--r--admin/ChangeLog2
-rw-r--r--etc/ChangeLog4
-rw-r--r--lisp/ChangeLog.1215
-rw-r--r--lisp/erc/ChangeLog2
-rw-r--r--lisp/erc/ChangeLog.084
-rw-r--r--lisp/url/ChangeLog15
-rw-r--r--msdos/ChangeLog4
8 files changed, 25 insertions, 22 deletions
diff --git a/ChangeLog b/ChangeLog
index 54f2d176c93..5d82fc0b6d6 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -102,7 +102,6 @@
102 * build-aux/update-copyright: New file. 102 * build-aux/update-copyright: New file.
103 * make-dist: Distribute it. 103 * make-dist: Distribute it.
104 * lib/gnulib.mk, m4/gnulib-comp.m4: Regenerate. 104 * lib/gnulib.mk, m4/gnulib-comp.m4: Regenerate.
105 * msdos/autogen/Makefile.in: Update copyright year.
106 105
1072013-12-23 Andreas Schwab <schwab@linux-m68k.org> 1062013-12-23 Andreas Schwab <schwab@linux-m68k.org>
108 107
diff --git a/admin/ChangeLog b/admin/ChangeLog
index ff4c2598c71..35af2d5dfda 100644
--- a/admin/ChangeLog
+++ b/admin/ChangeLog
@@ -2117,7 +2117,7 @@
2117 2117
21182001-09-04 Andrew Innes <andrewi@gnu.org> 21182001-09-04 Andrew Innes <andrewi@gnu.org>
2119 2119
2120 * admin/nt/makedist.bat: Remove reference to obsolete file 2120 * nt/makedist.bat: Remove reference to obsolete file
2121 GETTING.GNU.SOFTWARE. Remove outdated comments. Explain about 2121 GETTING.GNU.SOFTWARE. Remove outdated comments. Explain about
2122 version of tar used. 2122 version of tar used.
2123 2123
diff --git a/etc/ChangeLog b/etc/ChangeLog
index f8225dc37d3..b438a1ff583 100644
--- a/etc/ChangeLog
+++ b/etc/ChangeLog
@@ -801,7 +801,7 @@
801 801
8022012-01-19 Werner Lemberg <wl@gnu.org> 8022012-01-19 Werner Lemberg <wl@gnu.org>
803 803
804 * tutorial/TUTORIAL.de: Updated; synchronize with TUTORIAL. 804 * tutorials/TUTORIAL.de: Updated; synchronize with TUTORIAL.
805 Minor typographical improvements. 805 Minor typographical improvements.
806 806
8072012-01-17 Primoz PETERLIN <primoz.peterlin@mf.uni-lj.si> 8072012-01-17 Primoz PETERLIN <primoz.peterlin@mf.uni-lj.si>
@@ -1854,7 +1854,7 @@
1854 1854
18552009-05-25 Werner Lemberg <wl@gnu.org> 18552009-05-25 Werner Lemberg <wl@gnu.org>
1856 1856
1857 * tutorial/TUTORIAL.de: Updated; synchronize with TUTORIAL. 1857 * tutorials/TUTORIAL.de: Updated; synchronize with TUTORIAL.
1858 Use reformed Orthography. 1858 Use reformed Orthography.
1859 Minor improvements. 1859 Minor improvements.
1860 1860
diff --git a/lisp/ChangeLog.12 b/lisp/ChangeLog.12
index d70d9b22483..7d868b9db09 100644
--- a/lisp/ChangeLog.12
+++ b/lisp/ChangeLog.12
@@ -26778,16 +26778,6 @@
26778 (iswitchb-common-match-inserted): New variable. 26778 (iswitchb-common-match-inserted): New variable.
26779 (iswitchb-complete, iswitchb-completion-help): Use it. 26779 (iswitchb-complete, iswitchb-completion-help): Use it.
26780 26780
267812005-06-04 David Reitter <david.reitter@gmail.com> (tiny change)
26782
26783 * url/url-http.el (url-http-chunked-encoding-after-change-function):
26784 Use `url-http-debug' instead of `message'.
26785
267862005-06-04 Thierry Emery <thierry.emery@free.fr> (tiny change)
26787
26788 * url/url-http.el (url-http-parse-headers): Pass redirected URL
26789 as a callback argument.
26790
267912005-06-04 Kim F. Storm <storm@cua.dk> 267812005-06-04 Kim F. Storm <storm@cua.dk>
26792 26782
26793 * simple.el (line-move): Only call sit-for when moving backwards. 26783 * simple.el (line-move): Only call sit-for when moving backwards.
@@ -29697,11 +29687,6 @@
29697 29687
29698 * emacs-lisp/map-ynp.el (map-y-or-n-p): Clarify RET/q in help message. 29688 * emacs-lisp/map-ynp.el (map-y-or-n-p): Clarify RET/q in help message.
29699 29689
297002005-04-10 Chong Yidong <cyd@stupidchicken.com>
29701
29702 * url/url-ldap.el (url-ldap): Add docstring. Fix call to
29703 `ldap-search-internal'.
29704
297052005-04-10 Stefan Monnier <monnier@iro.umontreal.ca> 296902005-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
29706 29691
29707 * files.el (set-auto-mode-1): Use line-end-position. 29692 * files.el (set-auto-mode-1): Use line-end-position.
diff --git a/lisp/erc/ChangeLog b/lisp/erc/ChangeLog
index 6bfaa184b70..0039087c3b2 100644
--- a/lisp/erc/ChangeLog
+++ b/lisp/erc/ChangeLog
@@ -540,7 +540,7 @@
540 540
5412009-07-22 Kevin Ryde <user42@zip.com.au> 5412009-07-22 Kevin Ryde <user42@zip.com.au>
542 542
543 * erc/erc.el (erc-cmd-MODE): Hyperlink urls in docstring with URL `...'. 543 * erc.el (erc-cmd-MODE): Hyperlink urls in docstring with URL `...'.
544 544
5452009-03-13 D. Goel <deego3@gmail.com> 5452009-03-13 D. Goel <deego3@gmail.com>
546 546
diff --git a/lisp/erc/ChangeLog.08 b/lisp/erc/ChangeLog.08
index 29c6462c853..10cf4e073d5 100644
--- a/lisp/erc/ChangeLog.08
+++ b/lisp/erc/ChangeLog.08
@@ -48,8 +48,8 @@
48 48
492008-06-07 Glenn Morris <rgm@gnu.org> 492008-06-07 Glenn Morris <rgm@gnu.org>
50 50
51 * erc/erc-autoaway.el, erc/erc-ibuffer.el, erc/erc-menu.el: 51 * erc-autoaway.el, erc-ibuffer.el, erc-menu.el:
52 * erc/erc-stamp.el, erc/erc.el: Remove unnecessary eval-when-compiles. 52 * erc-stamp.el, erc.el: Remove unnecessary eval-when-compiles.
53 53
542008-05-30 Diane Murray <disumu@x3y2z1.net> 542008-05-30 Diane Murray <disumu@x3y2z1.net>
55 55
diff --git a/lisp/url/ChangeLog b/lisp/url/ChangeLog
index 968a3040a63..6f9ef1e566d 100644
--- a/lisp/url/ChangeLog
+++ b/lisp/url/ChangeLog
@@ -1609,6 +1609,16 @@
1609 1609
1610 * url-cookie.el (url-cookie-multiple-line): Fix spelling in docstring. 1610 * url-cookie.el (url-cookie-multiple-line): Fix spelling in docstring.
1611 1611
16122005-06-04 David Reitter <david.reitter@gmail.com> (tiny change)
1613
1614 * url-http.el (url-http-chunked-encoding-after-change-function):
1615 Use `url-http-debug' instead of `message'.
1616
16172005-06-04 Thierry Emery <thierry.emery@free.fr> (tiny change)
1618
1619 * url-http.el (url-http-parse-headers): Pass redirected URL
1620 as a callback argument.
1621
16122005-05-19 Juanma Barranquero <lekktu@gmail.com> 16222005-05-19 Juanma Barranquero <lekktu@gmail.com>
1613 1623
1614 * url-cookie.el (url-cookie-multiple-line): 1624 * url-cookie.el (url-cookie-multiple-line):
@@ -1632,6 +1642,11 @@
1632 * url.el (url-retrieve-synchronously): Work around the fact that 1642 * url.el (url-retrieve-synchronously): Work around the fact that
1633 url-http sometimes doesn't call the callback. 1643 url-http sometimes doesn't call the callback.
1634 1644
16452005-04-10 Chong Yidong <cyd@stupidchicken.com>
1646
1647 * url-ldap.el (url-ldap): Add docstring. Fix call to
1648 `ldap-search-internal'.
1649
16352005-04-04 Lute Kamstra <lute@gnu.org> 16502005-04-04 Lute Kamstra <lute@gnu.org>
1636 1651
1637 * url-handlers.el (url-handler-mode): Specify :group. 1652 * url-handlers.el (url-handler-mode): Specify :group.
diff --git a/msdos/ChangeLog b/msdos/ChangeLog
index 63d134eac7e..65122a01659 100644
--- a/msdos/ChangeLog
+++ b/msdos/ChangeLog
@@ -1,3 +1,7 @@
12013-12-24 Paul Eggert <eggert@cs.ucla.edu>
2
3 * autogen/Makefile.in: Update copyright year.
4
12013-11-05 Glenn Morris <rgm@gnu.org> 52013-11-05 Glenn Morris <rgm@gnu.org>
2 6
3 * autogen/config.in: 7 * autogen/config.in: