index
:
forks/emacs.git
local/emacs-29
local/emacs30
master
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lisp
/
minibuffer.el
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge from emacs-24; up to 2012-12-06T01:39:03Z!monnier@iro.umontreal.ca
Paul Eggert
2013-01-02
1
-1
/
+1
|
\
|
*
Update copyright notices for 2013.
Paul Eggert
2013-01-01
1
-1
/
+1
*
|
* lisp/icomplete.el: Change separator; add ido-style commands.
Jambunathan K
2012-11-29
1
-9
/
+33
*
|
* lisp/env.el (env--substitute-vars-regexp): New const.
Stefan Monnier
2012-11-08
1
-0
/
+8
|
/
*
* lisp/minibuffer.el (completion--twq-all): Disable too-strict assertions.
Stefan Monnier
2012-10-28
1
-12
/
+16
*
* lisp/minibuffer.el (completion--sifn-requote): Rewrite to handle things
Stefan Monnier
2012-10-28
1
-41
/
+39
*
* lisp/minibuffer.el (completion-category-overrides): New completion
Jambunathan K
2012-10-26
1
-0
/
+1
*
* lisp/minibuffer.el (minibuffer-force-complete): Fix thinko.
Stefan Monnier
2012-10-25
1
-3
/
+3
*
* lisp/minibuffer.el (minibuffer-force-complete): Use one more marker
Stefan Monnier
2012-10-24
1
-1
/
+1
*
* minibuffer.el (completion--flush-all-sorted-completions): Fix typo.
Stefan Monnier
2012-10-23
1
-1
/
+1
*
* lisp/minibuffer.el (completion--all-sorted-completions-location): New var.
Stefan Monnier
2012-10-23
1
-47
/
+60
*
* lisp/minibuffer.el (minibuffer-force-complete): Make the next completion use
Stefan Monnier
2012-10-19
1
-2
/
+17
*
* lisp/minibuffer.el (completion-cycle-threshold): Doc fix
Glenn Morris
2012-10-17
1
-3
/
+3
*
* lisp/subr.el (read-passwd-map): New var.
Stefan Monnier
2012-10-06
1
-0
/
+1
*
Update docs for a bunch of 24.3 changes.
Chong Yidong
2012-09-30
1
-1
/
+1
*
Fix 2012-09-11T14:06:33Z!bastien1@free.fr.
Bastien Guerry
2012-09-11
1
-2
/
+2
*
* minibuffer.el (completion-table-subvert): Fix docstring. (bug#12347)
Bastien Guerry
2012-09-11
1
-3
/
+3
*
* lisp/minibuffer.el (completion-at-point-functions): Complete docstring.
Stefan Monnier
2012-09-01
1
-1
/
+3
*
More doc fixes.
Chong Yidong
2012-08-15
1
-12
/
+22
*
Reduce use of (require 'cl).
Stefan Monnier
2012-07-10
1
-66
/
+68
*
Merge from emacs-24; up to 2012-04-30T11:57:47Z!sdl.web@gmail.com
Glenn Morris
2012-06-28
1
-1
/
+2
|
\
|
*
* minibuffer.el (minibuffer-confirm-exit-commands): Add completion-at-point.
Stefan Monnier
2012-06-23
1
-1
/
+2
*
|
* lisp/minibuffer.el (completion--twq-try): Try to fail more gracefully when
Stefan Monnier
2012-06-22
1
-5
/
+16
*
|
* minibuffer.el (read-file-name-default): Revert the patch from 2012-06-17.
Michael Albinus
2012-06-18
1
-3
/
+2
*
|
* minibuffer.el (read-file-name-default): Bind `non-essential' to `t'.
Michael Albinus
2012-06-17
1
-1
/
+2
*
|
* lisp/minibuffer.el (completion--sifn-requote): Fix last change.
Stefan Monnier
2012-05-15
1
-9
/
+11
*
|
* lisp/minibuffer.el (completion--sifn-requote): Handle sifn's truncation
Stefan Monnier
2012-05-15
1
-12
/
+32
*
|
* lisp/minibuffer.el (completion--twq-all): Again, allow case differences.
Stefan Monnier
2012-05-11
1
-3
/
+4
*
|
* minibuffer.el (completion--twq-all): Beware completion-ignore-case.
Stefan Monnier
2012-05-03
1
-3
/
+6
*
|
* lisp/minibuffer.el (completion-table-with-quoting): Fix compatibility
Stefan Monnier
2012-04-30
1
-4
/
+15
*
|
* lisp/vc/vc-mtn.el:
Stefan Monnier
2012-04-25
1
-1
/
+1
*
|
Remove unnecessary use of minibuffer-completing-file-name.
Stefan Monnier
2012-04-25
1
-1
/
+1
*
|
* lisp/minibuffer.el: Use completion-table-with-quoting for read-file-name.
Stefan Monnier
2012-04-25
1
-49
/
+34
*
|
* lisp/minibuffer.el: Add support for completion of quoted/escaped data.
Stefan Monnier
2012-04-25
1
-30
/
+252
*
|
* lisp/minibuffer.el (completion-file-name-table): Complete user names.
Stefan Monnier
2012-04-20
1
-0
/
+6
*
|
Merge from emacs-24, up to 2012-04-10T02:06:19Z!larsi@gnus.org
Glenn Morris
2012-04-13
1
-1
/
+1
|
\
|
|
*
Fix bug #11182 with the effect of typing '?' in Shell mode.
Eli Zaretskii
2012-04-07
1
-1
/
+1
*
|
Make `C-M-f' and friends work better when prompting for file names
Masatake YAMATO
2012-04-13
1
-1
/
+17
|
/
*
Document completion-extra-properties in Lisp manual.
Chong Yidong
2012-04-04
1
-10
/
+17
*
* lisp/minibuffer.el (minibuffer-complete): Don't get confused when the
Stefan Monnier
2012-03-12
1
-2
/
+3
*
Give completion field overlays high priority.
Chong Yidong
2012-03-10
1
-2
/
+6
*
* lisp/minibuffer.el: Make sure cycling is reset upon edit with icomplete.el.
Stefan Monnier
2012-02-23
1
-22
/
+25
*
Checked mini.texi
Glenn Morris
2012-02-23
1
-1
/
+3
*
* lisp/minibuffer.el (completion-table-with-context): Fix inf-loop.
Stefan Monnier
2012-02-22
1
-24
/
+25
*
Docstring and manual updates for completion-at-point-functions.
Chong Yidong
2012-02-15
1
-4
/
+4
*
Tweak previous doc change
Glenn Morris
2012-02-13
1
-1
/
+1
*
* lisp/minibuffer.el (read-file-name): Doc fix. (Bug#10798)
Glenn Morris
2012-02-13
1
-3
/
+10
*
Add missing :version tags to new defgroups and defcustoms
Glenn Morris
2012-02-11
1
-0
/
+3
*
Minor-mode doc fixes for ARG behavior
Glenn Morris
2012-02-07
1
-1
/
+4
*
* lisp/minibuffer.el (completion--replace): Strip properties.
Stefan Monnier
2012-01-16
1
-0
/
+4
[next]