From: Gerd Moellmann Date: Tue, 19 Dec 2000 14:42:05 +0000 (+0000) Subject: Fix copy/paste error. X-Git-Tag: emacs-pretest-21.0.95~397 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=71d4497ae60483a3b51e58a3ed3b04863f68c338;p=emacs.git Fix copy/paste error. --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index d85fa212bb7..654926e7e9d 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,7 @@ +2000-12-19 Gerd Moellmann + + * pcmpl-linux.el: Fix copy/paste error. + 2000-12-19 Andrew Innes * simple.el (delete-key-deletes-forward-mode): Fix typo in @@ -13,7 +17,7 @@ * progmodes/idlwave.el: Fixed copyright notice. - * textmodes/reftex-dcr.el (reftex-view-crossref): added SPACE and + * textmodes/reftex-dcr.el (reftex-view-crossref): Added SPACE and TAB as key separators. 2000-12-19 Alex Schroeder diff --git a/lisp/pcmpl-linux.el b/lisp/pcmpl-linux.el index 26e5373f66f..47698389497 100644 --- a/lisp/pcmpl-linux.el +++ b/lisp/pcmpl-linux.el @@ -1,4 +1,4 @@ -;;; pcmpl-linux --- functions for dealing with cvs completions +;;; pcmpl-linux --- functions for dealing with GNU/Linux completions ;; Copyright (C) 1999, 2000 Free Software Foundation diff --git a/src/ChangeLog b/src/ChangeLog index 8a3ae831ea3..611c5200618 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,5 +1,8 @@ 2000-12-19 Gerd Moellmann + * window.c (window_scroll_pixel_based): Don't use + move_it_vertically. + * dispnew.c (direct_output_for_insert): Fix check for mini-window currently displaying a message.