From 000eeb15879bc8d158e55551d7927cee0ee174c6 Mon Sep 17 00:00:00 2001 From: Luc Teirlinck Date: Wed, 24 Dec 2003 00:21:03 +0000 Subject: [PATCH] *** empty log message *** --- lisp/ChangeLog | 11 +++++++++++ src/ChangeLog | 3 ++- 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/lisp/ChangeLog b/lisp/ChangeLog index fea0590447e..0acc3c26ab7 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,14 @@ +2003-12-23 Luc Teirlinck + + * fringe.el (fringe-query-style): Suggest `?' in minibuffer prompt + (instead of ) to get the list of possible fringe modes. + ( only works if both `partial-completion-mode' and + `completion-auto-help' are nil.) + + * complete.el (PC-is-complete-p): delete. + (PC-do-completion): Replace all calls to `PC-is-complete-p' with + calls to `test-completion'. + 2003-12-23 Nick Roberts * progmodes/gud.el (gud-speedbar-buttons): Use speed-bar-edit-line diff --git a/src/ChangeLog b/src/ChangeLog index e3147738f33..c9cf8c71531 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,6 +1,7 @@ 2003-12-23 Luc Teirlinck - * fns.c (Frandom, Fstring_make_multibyte): Doc fixes. + * fns.c (Frandom, Fstring_make_multibyte, Fset_char_table_range): + Doc fixes. * minibuf.c (read_minibuf): Allow INITIAL to be a cons of a string and an integer. Adapt the introductory comment accordingly. -- 2.39.2