aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lisp/ChangeLog5
-rw-r--r--src/ChangeLog4
2 files changed, 9 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index dbfdd99527..7fcdef18f5 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,8 @@
+2005-06-04 Matt Hodges <[email protected]>
+
+ * iswitchb.el (iswitchb-get-matched-buffers): Handle
+ invalid-regexp errors in post-command-hook.
+
2005-06-04 David Reitter <[email protected]> (tiny change)
* url-http.el (url-http-chunked-encoding-after-change-function):
diff --git a/src/ChangeLog b/src/ChangeLog
index c0466275d4..2264a79101 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,7 @@
+2005-06-04 Eli Zaretskii <[email protected]>
+
+ * makefile.w32-in (DOC): Define to point to the generated DOC-X.
+
2005-06-04 Richard M. Stallman <[email protected]>
* xmenu.c (popup_get_selection): Click not in menu deactivates menu.