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: Mon, 21 Apr 2008 19:02:55 +0000

CVSROOT:        /sources/emacs
Module name:    emacs
Changes by:     Stefan Monnier <monnier>        08/04/21 19:02:54

Index: ChangeLog
===================================================================
RCS file: /sources/emacs/emacs/lisp/ChangeLog,v
retrieving revision 1.13502
retrieving revision 1.13503
diff -u -b -r1.13502 -r1.13503
--- ChangeLog   21 Apr 2008 16:18:07 -0000      1.13502
+++ ChangeLog   21 Apr 2008 19:02:50 -0000      1.13503
@@ -1,3 +1,16 @@
+2008-04-21  Stefan Monnier  <address@hidden>
+
+       * minibuffer.el (completion-try-completion): Change magic symbol
+       property name.  Rename from minibuffer-try-completion.
+       (completion-all-completions): Rename from minibuffer-all-completions.
+       Remove hide-spaces argument.
+       (completion--do-completion): Rename from minibuffer--do-completion.
+       (minibuffer-complete-and-exit): Call just try-completion rather than
+       completion-try-completion to fix up the case.
+       (completion--try-word-completion): Try to add space or hyphen before
+       making `string' a prefix of `completion'.
+       (completion--insert-strings): Rename from minibuffer--insert-strings.
+
 2008-04-22  Naohiro Aota  <address@hidden>  (tiny change)
 
        * net/tls.el (tls-program): Add -ign_eof argument to call the




reply via email to

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