comparison lisp/ChangeLog @ 53266:b3cbb9ec90bb

*** empty log message ***
author Luc Teirlinck <teirllm@auburn.edu>
date Wed, 24 Dec 2003 02:58:53 +0000
parents 0cfee4c1d68c
children 7a77a2abc2b3
comparison
equal deleted inserted replaced
53265:0cfee4c1d68c 53266:b3cbb9ec90bb
11 2003-12-23 Luc Teirlinck <teirllm@auburn.edu> 11 2003-12-23 Luc Teirlinck <teirllm@auburn.edu>
12 12
13 * ffap.el (ffap-read-file-or-url): Eliminate reliance of the call 13 * ffap.el (ffap-read-file-or-url): Eliminate reliance of the call
14 to `completing-read' on a recently fixed bug. 14 to `completing-read' on a recently fixed bug.
15 15
16 * fringe.el (fringe-query-style): Suggest `?' in minibuffer prompt 16 * fringe.el (fringe-query-style): Suggest `?' in minibuffer prompt,
17 (instead of <SPACE>) to get the list of possible fringe modes. 17 instead of SPACE, to get the list of possible fringe modes. SPACE
18 (<SPACE> only works if both `partial-completion-mode' and 18 only works if both `partial-completion-mode' and
19 `completion-auto-help' are nil.) 19 `completion-auto-help' are nil.
20 20
21 * complete.el (PC-is-complete-p): delete. 21 * complete.el (PC-is-complete-p): delete.
22 (PC-do-completion): Replace all calls to `PC-is-complete-p' with 22 (PC-do-completion): Replace all calls to `PC-is-complete-p' with
23 calls to `test-completion'. 23 calls to `test-completion'.
24 24