]> code.delx.au - gnu-emacs/commitdiff
*** empty log message ***
authorLuc Teirlinck <teirllm@auburn.edu>
Wed, 24 Dec 2003 00:21:03 +0000 (00:21 +0000)
committerLuc Teirlinck <teirllm@auburn.edu>
Wed, 24 Dec 2003 00:21:03 +0000 (00:21 +0000)
lisp/ChangeLog
src/ChangeLog

index fea0590447e136bdacbb25716b093ea02faad672..0acc3c26ab7e4da67f93f9aec3a010259470b35f 100644 (file)
@@ -1,3 +1,14 @@
+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
index e3147738f33fe2777be9a388e73e8cadfc1c06b1..c9cf8c71531b8c825068456b8bee080b8bc28278 100644 (file)
@@ -1,6 +1,7 @@
 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.