aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lisp/ChangeLog3
-rw-r--r--src/ChangeLog6
2 files changed, 9 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 68f61071a54..59e408c7e22 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,5 +1,8 @@
12001-01-11 Gerd Moellmann <gerd@gnu.org> 12001-01-11 Gerd Moellmann <gerd@gnu.org>
2 2
3 * comint.el (comint-goto-process-mark): Don't print a message
4 when running in batch mode.
5
3 * isearch.el (isearch-search): In the condition-case handler for 6 * isearch.el (isearch-search): In the condition-case handler for
4 `error', set isearch-invalid-regexp to the whole error message. 7 `error', set isearch-invalid-regexp to the whole error message.
5 8
diff --git a/src/ChangeLog b/src/ChangeLog
index fa3721df7d4..78c2d5dea82 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,5 +1,11 @@
12001-01-11 Gerd Moellmann <gerd@gnu.org> 12001-01-11 Gerd Moellmann <gerd@gnu.org>
2 2
3 * xselect.c (selection_request_dpyinfo): New variable.
4 (x_handle_selection_request): Set it.
5 (x_selection_request_lisp_error): Don't call
6 x_decline_selection_request if selection request's display has
7 been closed.
8
3 * xfaces.c (x_free_colors, x_free_dpy_colors) [DEBUG_X_COLORS]: Do 9 * xfaces.c (x_free_colors, x_free_dpy_colors) [DEBUG_X_COLORS]: Do
4 the unregister_colors before calling XFreeColors. 10 the unregister_colors before calling XFreeColors.
5 11