emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lisp/ChangeLog,v


From: Stefan Monnier
Subject: [Emacs-diffs] Changes to emacs/lisp/ChangeLog,v
Date: Wed, 23 Apr 2008 21:01:32 +0000

CVSROOT:        /sources/emacs
Module name:    emacs
Changes by:     Stefan Monnier <monnier>        08/04/23 21:01:31

Index: ChangeLog
===================================================================
RCS file: /sources/emacs/emacs/lisp/ChangeLog,v
retrieving revision 1.13541
retrieving revision 1.13542
diff -u -b -r1.13541 -r1.13542
--- ChangeLog   23 Apr 2008 20:39:08 -0000      1.13541
+++ ChangeLog   23 Apr 2008 21:01:29 -0000      1.13542
@@ -1,3 +1,17 @@
+2008-04-23  Stefan Monnier  <address@hidden>
+
+       * minibuffer.el (completion-try-completion): Add `point' argument.
+       Change return value.
+       (completion-all-completions): Add `point' argument.
+       (minibuffer-completion-help): Pass the new `point' argument.
+       (completion--do-completion): Pass the whole field to try-completion.
+       (completion--try-word-completion): Rewrite, making fewer assumptions.
+       (completion-emacs21-try-completion, completion-emacs21-all-completions)
+       (completion-emacs22-try-completion, completion-emacs22-all-completions)
+       (completion-basic-try-completion, completion-basic-all-completions):
+       New functions.
+       (completion-styles-alist): Use them.
+
 2008-04-23  Agustin Martin  <address@hidden>
 
        * ispell.el (ispell-set-spellchecker-params): New function to make sure




reply via email to

[Prev in Thread] Current Thread [Next in Thread]