+2003-12-23 Luc Teirlinck <teirllm@auburn.edu>
+
+ * fringe.el (fringe-query-style): Suggest `?' in minibuffer prompt
+ (instead of <SPACE>) to get the list of possible fringe modes.
+ (<SPACE> 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 <nick@nick.uklinux.net>
* progmodes/gud.el (gud-speedbar-buttons): Use speed-bar-edit-line
2003-12-23 Luc Teirlinck <teirllm@auburn.edu>
- * 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.