Mercurial > emacs
comparison lisp/ChangeLog.10 @ 57073:e8acd9183eb4
*** empty log message ***
author | Stefan Monnier <monnier@iro.umontreal.ca> |
---|---|
date | Sun, 12 Sep 2004 20:18:20 +0000 |
parents | 2391f8a5bebc |
children | 02ce2ff38c5b 566253900690 |
comparison
equal
deleted
inserted
replaced
57072:9dd4195f1c06 | 57073:e8acd9183eb4 |
---|---|
14325 (choose-completion-string): Add doc string. | 14325 (choose-completion-string): Add doc string. |
14326 | 14326 |
14327 2002-06-01 Kim F. Storm <storm@cua.dk> | 14327 2002-06-01 Kim F. Storm <storm@cua.dk> |
14328 | 14328 |
14329 * simple.el: Reworked previous change. | 14329 * simple.el: Reworked previous change. |
14330 (choose-completion-string1): Merged back into choose-completion-string. | 14330 (choose-completion-string1): Merge back into choose-completion-string. |
14331 (choose-completion-string): Run choose-completion-string-functions | 14331 (choose-completion-string): Run choose-completion-string-functions |
14332 after checking for proper minibuffer window. Added mini-p arg to | 14332 after checking for proper minibuffer window. Added mini-p arg to |
14333 the hook functions. Insert choice if all hook functions return nil. | 14333 the hook functions. Insert choice if all hook functions return nil. |
14334 (choose-completion-string-functions): Doc update. | 14334 (choose-completion-string-functions): Doc update. |
14335 | 14335 |
14346 (prolog-mode): Enable font-locking; set `font-lock-defaults'. | 14346 (prolog-mode): Enable font-locking; set `font-lock-defaults'. |
14347 | 14347 |
14348 2002-06-01 Kim F. Storm <storm@cua.dk> | 14348 2002-06-01 Kim F. Storm <storm@cua.dk> |
14349 | 14349 |
14350 * simple.el (choose-completion-string-functions): New special hook. | 14350 * simple.el (choose-completion-string-functions): New special hook. |
14351 (choose-completion-string1): Renamed from choose-completion-string. | 14351 (choose-completion-string1): Rename from choose-completion-string. |
14352 (choose-completion-string): Run choose-completion-string-functions | 14352 (choose-completion-string): Run choose-completion-string-functions |
14353 until success, and only call choose-completion-string1 if it fails. | 14353 until success, and only call choose-completion-string1 if it fails. |
14354 | 14354 |
14355 2002-05-31 Stefan Monnier <monnier@cs.yale.edu> | 14355 2002-05-31 Stefan Monnier <monnier@cs.yale.edu> |
14356 | 14356 |