]> git.eshelyaron.com Git - emacs.git/commitdiff
*** empty log message ***
authorGerd Moellmann <gerd@gnu.org>
Thu, 11 Jan 2001 16:09:32 +0000 (16:09 +0000)
committerGerd Moellmann <gerd@gnu.org>
Thu, 11 Jan 2001 16:09:32 +0000 (16:09 +0000)
lisp/ChangeLog
src/ChangeLog

index 68f61071a54756a1bfab26c1b9fcd56d4dd6259d..59e408c7e223995a67044f9ae3b4ad1dd15c6ef0 100644 (file)
@@ -1,5 +1,8 @@
 2001-01-11  Gerd Moellmann  <gerd@gnu.org>
 
+       * comint.el (comint-goto-process-mark): Don't print a message
+       when running in batch mode.
+
        * isearch.el (isearch-search): In the condition-case handler for
        `error', set isearch-invalid-regexp to the whole error message.
 
index fa3721df7d4151a9945afe919162cdd93a0aab66..78c2d5dea82cf4dfa591d39d6d2165ba001d2954 100644 (file)
@@ -1,5 +1,11 @@
 2001-01-11  Gerd Moellmann  <gerd@gnu.org>
 
+       * xselect.c (selection_request_dpyinfo): New variable.
+       (x_handle_selection_request): Set it.
+       (x_selection_request_lisp_error): Don't call
+       x_decline_selection_request if selection request's display has
+       been closed.
+
        * xfaces.c (x_free_colors, x_free_dpy_colors) [DEBUG_X_COLORS]: Do
        the unregister_colors before calling XFreeColors.