comparison lisp/ChangeLog @ 53260:13c65f47de38

*** empty log message ***
author Luc Teirlinck <teirllm@auburn.edu>
date Wed, 24 Dec 2003 00:21:03 +0000
parents c1a1b254c17b
children 90e1935c666c
comparison
equal deleted inserted replaced
53259:ee40f6db9683 53260:13c65f47de38
1 2003-12-23 Luc Teirlinck <teirllm@auburn.edu>
2
3 * fringe.el (fringe-query-style): Suggest `?' in minibuffer prompt
4 (instead of <SPACE>) to get the list of possible fringe modes.
5 (<SPACE> only works if both `partial-completion-mode' and
6 `completion-auto-help' are nil.)
7
8 * complete.el (PC-is-complete-p): delete.
9 (PC-do-completion): Replace all calls to `PC-is-complete-p' with
10 calls to `test-completion'.
11
1 2003-12-23 Nick Roberts <nick@nick.uklinux.net> 12 2003-12-23 Nick Roberts <nick@nick.uklinux.net>
2 13
3 * progmodes/gud.el (gud-speedbar-buttons): Use speed-bar-edit-line 14 * progmodes/gud.el (gud-speedbar-buttons): Use speed-bar-edit-line
4 to edit values when there are no children. 15 to edit values when there are no children.
5 16