]> git.eshelyaron.com Git - emacs.git/commitdiff
*** empty log message ***
authorGerd Moellmann <gerd@gnu.org>
Sun, 30 Jan 2000 21:22:55 +0000 (21:22 +0000)
committerGerd Moellmann <gerd@gnu.org>
Sun, 30 Jan 2000 21:22:55 +0000 (21:22 +0000)
lisp/ChangeLog
lisp/term-nasty.el [deleted file]
src/ChangeLog

index 71d9db96689a2df947f52bedda9386d5d4cf2b9e..d5bf7537622ef1ab43a7b1d64776310a7e666a67 100644 (file)
@@ -1,3 +1,15 @@
+2000-01-30  Gerd Moellmann  <gerd@gnu.org>
+
+       * emacs-lisp/cl-specs.el (cl-lambda-list, cl-macro-list)
+       (cl-macro-list1): Recognize `&allow-other-keys' instead of
+       `&allow-other-keywords'.
+
+       * mail/mh-utils.el (mh-find-progs): Add directory `etc' to
+       the list of directories scanned heuristically.
+
+       * Makefile (DONTCOMPILE): Remove term-nasty.el; doesn't seem to
+       exist.
+
 2000-01-30  Jason Rumney  <jasonr@gnu.org>
 
        * w32-fns.el: Define w32-tty-standard-colors.
diff --git a/lisp/term-nasty.el b/lisp/term-nasty.el
deleted file mode 100644 (file)
index 77a801e..0000000
+++ /dev/null
@@ -1,12 +0,0 @@
-;;; term-nasty.el --- Damned Things from terminfo.el
-
-;;; This text is no longer included in Emacs, because it was censored
-;;; by the Communications Decency Act.  The law was promoted as a ban
-;;; on pornography, but it bans far more than that.  This file did not
-;;; contain pornography, but it was prohibited nonetheless.
-
-;;; For information on US government censorship of the Internet, and
-;;; what you can do to bring back freedom of the press, see the web
-;;; site http://www.vtw.org/
-
-;;; term-nasty.el ends here
index ef2c26927724f1b12a60c5d2e0e4a0a784904dd1..64060d773fc7232fb15346c6192860bed22d2f4b 100644 (file)
@@ -1,3 +1,9 @@
+2000-01-30  Gerd Moellmann  <gerd@gnu.org>
+
+       * xterm.c (x_delete_display): Update next_noop_dpyinfo to ensure
+       that XTread_socket does not crash by trying to call XNoOp on a
+       closed display.
+       
 2000-01-30  Jason Rumney  <jasonr@gnu.org>
 
        * w32inevt.c (get_frame, w32_console_mouse_position, mouse_moved_to):