1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-12-12 09:28:24 +00:00

*** empty log message ***

This commit is contained in:
Gerd Moellmann 2000-01-30 21:22:55 +00:00
parent 9eebfc4691
commit 994c5afe74
3 changed files with 18 additions and 12 deletions

View 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.

View File

@ -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

View 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):