]> git.eshelyaron.com Git - emacs.git/commitdiff
*** empty log message ***
authorJuri Linkov <juri@jurta.org>
Fri, 16 Dec 2005 19:10:49 +0000 (19:10 +0000)
committerJuri Linkov <juri@jurta.org>
Fri, 16 Dec 2005 19:10:49 +0000 (19:10 +0000)
lisp/ChangeLog
lispref/ChangeLog
src/ChangeLog

index a442970132aa06ccb7b9f2c9fbb4daf076813feb..0ac74634b53ef8970f3a4858cf7fd506d5d4c98b 100644 (file)
@@ -1,3 +1,29 @@
+2005-12-16  Juri Linkov  <juri@jurta.org>
+
+       * simple.el (choose-completion): Use `buffer-substring-no-properties'
+       instead of `buffer-substring'.
+       (completion-common-substring): Doc fix.
+       (completion-setup-function): Use minibuffer-completion-contents
+       instead of minibuffer-contents.  Don't set common-string-length
+       initially.  Remove special handling of partial-completion-mode.
+       Move computation of completion-base-size into one cond.  Call
+       completion-base-size-function in mainbuf.  In computation of
+       completion-base-size for file name completion don't move point to
+       the end of the minibuffer.  Move computation of common-string-length
+       into one cond.  Start putting faces only when common-string-length>=0.
+       Add condition to put completions-common-part when common-string-length>0.
+
+       * complete.el (PC-do-completion): Remove `(equal (point) beg)' to
+       place point at the first different character in the minibuffer
+       even if this position is at the beginning of the minibuffer.
+
+       * info.el (Info-read-node-name-1): In completion-base-size-function's
+       lambda return 1 if common-substring or minibuffer-completion-contents
+       starts with (, and 0 otherwise.
+
+       * emacs-lisp/crm.el (crm-minibuffer-completion-help):
+       Use `crm-current-element' for second arg of `display-completion-list'.
+
 2005-12-16  Klaus Zeitler  <kzeitler@lucent.com>
 
        * files.el (set-auto-mode): Look for an interpreter specified on
index 072a1f3d32b5f39b4eb53c05fce9c3a2bcff88f3..8971ebe7de7b7443d4a0d7c6dac1cb4f58fae05d 100644 (file)
@@ -1,3 +1,7 @@
+2005-12-16  Juri Linkov  <juri@jurta.org>
+
+       * minibuf.texi (Minibuffer Contents): Add minibuffer-completion-contents.
+
 2005-12-14  Romain Francoise  <romain@orebokech.com>
 
        * modes.texi (Customizing Keywords): Rename `append' to `how'.
index 1010b03814cf80785b6f511d300e042bf8b057fd..01a438387f365511a562389fab1df8e77e483573 100644 (file)
@@ -1,3 +1,16 @@
+2005-12-16  Juri Linkov  <juri@jurta.org>
+
+       * minibuf.c (Fminibuffer_completion_contents): New Lisp function
+       created from minibuffer_completion_contents.
+       (minibuffer_completion_contents): Remove.
+       (do_completion, Fminibuffer_complete_word)
+       (Fminibuffer_completion_help): Replace minibuffer_completion_contents
+       with Fminibuffer_completion_contents.
+       (syms_of_minibuf): Add Sminibuffer_completion_contents.
+       (Fdisplay_completion_list): Doc fix.
+       (display_completion_list_1): Use `nil' for second arg of
+       `Fdisplay_completion_list'.
+
 2005-12-14  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
 
        * xfns.c (compute_tip_xy): Handle negative dx and dy.