From 6b3daede302af9fcb6a40a0aad29810b991fb4a5 Mon Sep 17 00:00:00 2001 From: Gerd Moellmann Date: Wed, 6 Mar 2002 17:00:30 +0000 Subject: [PATCH 1/1] *** empty log message *** --- etc/NEWS | 4 ++++ lisp/ChangeLog | 15 +++++++++------ 2 files changed, 13 insertions(+), 6 deletions(-) diff --git a/etc/NEWS b/etc/NEWS index 6d14bea10a..83822dd321 100644 --- a/etc/NEWS +++ b/etc/NEWS @@ -870,6 +870,10 @@ have been moved from the CL package to the core. The Windows specific variable w32-system-coding-system, which was formerly used for that purpose is now an alias for locale-coding-system. +** Functions y-or-n-p, read-char, read-keysequence and alike that +display a prompt but don't use the minibuffer now display the prompt +using the text properties (esp. the face) of the prompt string. + ** New packages: *** The new package syntax.el provides an efficient way to find the diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 4ddb998e60..21ae313960 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,12 @@ +2002-03-06 Gerd Moellmann + + * font-lock.el (lisp-font-lock-keywords-2): Highlight keywords of + the form `:x'. + + * vc.el (vc-branch-part): Add autoload cookie. This function can + be called from vc-rcs-find-most-recent-rev when visiting a file + checked into RCS in a CVS sandbox. + 2002-03-06 Andreas Schwab * progmodes/hideif.el: Augment expression parser to handle @@ -10,12 +19,6 @@ (hif-conditional): New function to evaluate a conditional expression. -2002-03-06 Gerd Moellmann - - * vc.el (vc-branch-part): Add autoload cookie. This function can - be called from vc-rcs-find-most-recent-rev when visiting a file - checked into RCS in a CVS sandbox. - 2002-03-06 Pavel Jan,Bm(Bk * language/czech.el ("Czech"): Fix the documentation. -- 2.20.1