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: Juri Linkov
Subject: [Emacs-diffs] Changes to emacs/lisp/ChangeLog,v
Date: Sat, 22 Mar 2008 00:02:27 +0000

CVSROOT:        /sources/emacs
Module name:    emacs
Changes by:     Juri Linkov <jurta>     08/03/22 00:02:26

Index: ChangeLog
===================================================================
RCS file: /sources/emacs/emacs/lisp/ChangeLog,v
retrieving revision 1.13147
retrieving revision 1.13148
diff -u -b -r1.13147 -r1.13148
--- ChangeLog   21 Mar 2008 18:04:42 -0000      1.13147
+++ ChangeLog   22 Mar 2008 00:02:24 -0000      1.13148
@@ -1,3 +1,37 @@
+2008-03-21  Juri Linkov  <address@hidden>
+
+       * comint.el (comint-dynamic-simple-complete):
+       Use variable `stub' for the second arg `common-substring'
+       of `comint-dynamic-list-completions'.
+       (comint-dynamic-list-filename-completions):
+       Use variable `filenondir' for the second arg `common-substring'
+       of `comint-dynamic-list-completions'.
+       (comint-dynamic-list-completions): Add new optional arg
+       `common-substring'.  Add `common-substring' as the second arg of
+       the call to `display-completion-list'.  Doc fix.
+
+       * comint.el (comint-dynamic-complete-as-filename)
+       (comint-dynamic-list-filename-completions)
+       (comint-dynamic-simple-complete): Use `minibuffer-message'
+       to display message "No completions of %s" when a command
+       is called in the minibuffer.
+       (comint-dynamic-simple-complete): Don't display other
+       completion messages when a command is called in the minibuffer.
+       (comint-dynamic-list-completions): Use `minibuffer-message'
+       to display message " [Type space to flush ...]" when a command
+       is called in the minibuffer.
+
+       * shell.el (shell-dynamic-complete-command)
+       (shell-dynamic-complete-environment-variable): Don't display
+       completion messages when command is called in the minibuffer.
+
+       * bindings.el (standard-mode-line-modes): Put special help-echo
+       tooltip on recursive edit %[ %] mode-line constructs.
+
+       * dabbrev.el (debug-ignored-errors): Remove $ from the end of
+       "^No dynamic expansion for .* found$" to allow error messages like
+       "No dynamic expansion for \"%s\" found in this-buffer".
+
 2008-03-21  Michael Albinus  <address@hidden>
 
        * net/tramp.el (tramp-methods): Fix tramp-copy-args of "pscp" and




reply via email to

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