summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGlenn Morris <rgm@gnu.org>2014-01-21 20:43:37 -0500
committerGlenn Morris <rgm@gnu.org>2014-01-21 20:43:37 -0500
commit1bf6ecf2b3fb69af5fce50111f8c911e3438f4b4 (patch)
tree2e1423dec0b527e18e25b73e6572f19269e0db13
parent00d2a6bb2663106a6584ea229958d5bba32703d2 (diff)
downloademacs-1bf6ecf2b3fb69af5fce50111f8c911e3438f4b4.tar.gz
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 @@
* build-aux/update-copyright: New file.
* make-dist: Distribute it.
* lib/gnulib.mk, m4/gnulib-comp.m4: Regenerate.
- * msdos/autogen/Makefile.in: Update copyright year.
2013-12-23 Andreas Schwab <schwab@linux-m68k.org>
diff --git a/admin/ChangeLog b/admin/ChangeLog
index ff4c2598c71..35af2d5dfda 100644
--- a/admin/ChangeLog
+++ b/admin/ChangeLog
@@ -2117,7 +2117,7 @@
2001-09-04 Andrew Innes <andrewi@gnu.org>
- * admin/nt/makedist.bat: Remove reference to obsolete file
+ * nt/makedist.bat: Remove reference to obsolete file
GETTING.GNU.SOFTWARE. Remove outdated comments. Explain about
version of tar used.
diff --git a/etc/ChangeLog b/etc/ChangeLog
index f8225dc37d3..b438a1ff583 100644
--- a/etc/ChangeLog
+++ b/etc/ChangeLog
@@ -801,7 +801,7 @@
2012-01-19 Werner Lemberg <wl@gnu.org>
- * tutorial/TUTORIAL.de: Updated; synchronize with TUTORIAL.
+ * tutorials/TUTORIAL.de: Updated; synchronize with TUTORIAL.
Minor typographical improvements.
2012-01-17 Primoz PETERLIN <primoz.peterlin@mf.uni-lj.si>
@@ -1854,7 +1854,7 @@
2009-05-25 Werner Lemberg <wl@gnu.org>
- * tutorial/TUTORIAL.de: Updated; synchronize with TUTORIAL.
+ * tutorials/TUTORIAL.de: Updated; synchronize with TUTORIAL.
Use reformed Orthography.
Minor improvements.
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 @@
(iswitchb-common-match-inserted): New variable.
(iswitchb-complete, iswitchb-completion-help): Use it.
-2005-06-04 David Reitter <david.reitter@gmail.com> (tiny change)
-
- * url/url-http.el (url-http-chunked-encoding-after-change-function):
- Use `url-http-debug' instead of `message'.
-
-2005-06-04 Thierry Emery <thierry.emery@free.fr> (tiny change)
-
- * url/url-http.el (url-http-parse-headers): Pass redirected URL
- as a callback argument.
-
2005-06-04 Kim F. Storm <storm@cua.dk>
* simple.el (line-move): Only call sit-for when moving backwards.
@@ -29697,11 +29687,6 @@
* emacs-lisp/map-ynp.el (map-y-or-n-p): Clarify RET/q in help message.
-2005-04-10 Chong Yidong <cyd@stupidchicken.com>
-
- * url/url-ldap.el (url-ldap): Add docstring. Fix call to
- `ldap-search-internal'.
-
2005-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
* 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 @@
2009-07-22 Kevin Ryde <user42@zip.com.au>
- * erc/erc.el (erc-cmd-MODE): Hyperlink urls in docstring with URL `...'.
+ * erc.el (erc-cmd-MODE): Hyperlink urls in docstring with URL `...'.
2009-03-13 D. Goel <deego3@gmail.com>
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 @@
2008-06-07 Glenn Morris <rgm@gnu.org>
- * erc/erc-autoaway.el, erc/erc-ibuffer.el, erc/erc-menu.el:
- * erc/erc-stamp.el, erc/erc.el: Remove unnecessary eval-when-compiles.
+ * erc-autoaway.el, erc-ibuffer.el, erc-menu.el:
+ * erc-stamp.el, erc.el: Remove unnecessary eval-when-compiles.
2008-05-30 Diane Murray <disumu@x3y2z1.net>
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 @@
* url-cookie.el (url-cookie-multiple-line): Fix spelling in docstring.
+2005-06-04 David Reitter <david.reitter@gmail.com> (tiny change)
+
+ * url-http.el (url-http-chunked-encoding-after-change-function):
+ Use `url-http-debug' instead of `message'.
+
+2005-06-04 Thierry Emery <thierry.emery@free.fr> (tiny change)
+
+ * url-http.el (url-http-parse-headers): Pass redirected URL
+ as a callback argument.
+
2005-05-19 Juanma Barranquero <lekktu@gmail.com>
* url-cookie.el (url-cookie-multiple-line):
@@ -1632,6 +1642,11 @@
* url.el (url-retrieve-synchronously): Work around the fact that
url-http sometimes doesn't call the callback.
+2005-04-10 Chong Yidong <cyd@stupidchicken.com>
+
+ * url-ldap.el (url-ldap): Add docstring. Fix call to
+ `ldap-search-internal'.
+
2005-04-04 Lute Kamstra <lute@gnu.org>
* 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 @@
+2013-12-24 Paul Eggert <eggert@cs.ucla.edu>
+
+ * autogen/Makefile.in: Update copyright year.
+
2013-11-05 Glenn Morris <rgm@gnu.org>
* autogen/config.in: