summaryrefslogtreecommitdiff
path: root/lisp
diff options
context:
space:
mode:
Diffstat (limited to 'lisp')
-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
4 files changed, 18 insertions, 18 deletions
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.