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
*
Allow the default completion to cycle.
Stefan Monnier
2010-05-11
1
-10
/
+59
*
* minibuffer.el (completion-pcm--pattern->regex): Fix last change.
Stefan Monnier
2010-05-11
1
-2
/
+2
*
* minibuffer.el (completion-pcm-complete-word-inserts-delimiters):
Stefan Monnier
2010-05-09
1
-16
/
+24
*
Merge from emacs-23
Stefan Monnier
2010-05-08
1
-2
/
+2
|
\
|
*
* minibuffer.el (completion-at-point): Doc fix.
Glenn Morris
2010-04-20
1
-1
/
+3
*
|
* files.el (auto-save-mode): Move to simple.el to fix bootstrap.
Stefan Monnier
2010-05-07
1
-1
/
+1
*
|
* minibuffer.el: Revert previous change.
Juanma Barranquero
2010-05-07
1
-2
/
+0
*
|
* minibuffer.el (comps): Declare for byte-compiler.
Juanma Barranquero
2010-05-07
1
-0
/
+2
*
|
Extract common suffix for * in partial-completion.
Stefan Monnier
2010-05-05
1
-1
/
+22
*
|
* minibuffer.el (tags-completion-at-point-function): Move to etags.el.
Stefan Monnier
2010-04-30
1
-21
/
+0
*
|
* minibuffer.el (tags-completion-at-point-function): Fix return value.
Chong Yidong
2010-04-30
1
-4
/
+8
*
|
* minibuffer.el (tags-completion-at-point-function): New function.
Chong Yidong
2010-04-29
1
-16
/
+8
*
|
Unify complete-symbol with completion-at-point.
Chong Yidong
2010-04-28
1
-17
/
+53
*
|
(completion-styles-alist): Fix up last merge and document `substring'.
Stefan Monnier
2010-04-19
1
-3
/
+6
*
|
Merge from emacs-23
Stefan Monnier
2010-04-19
1
-6
/
+32
|
\
|
|
*
(completion-styles): Improve docstrings.
Stefan Monnier
2010-04-19
1
-6
/
+32
*
|
Fix Bug#5840.
Michael Albinus
2010-04-15
1
-1
/
+2
*
|
Merge from `emacs-23'.
Stefan Monnier
2010-03-24
1
-3
/
+3
|
\
|
|
*
Fix typos in docstrings.
Juanma Barranquero
2010-03-22
1
-1
/
+1
|
*
* lisp/minibuffer.el (completion-in-region-functions): Fix docstring typos.
Juanma Barranquero
2010-03-19
1
-2
/
+2
*
|
Add a new completion style `substring'.
Stefan Monnier
2010-03-22
1
-10
/
+44
|
/
*
Fix in-buffer completion when after-change-functions modify the buffer.
Stefan Monnier
2010-02-27
1
-8
/
+18
*
Make `initials' completion work for /hh -> /home/horn again (bug#5524).
Stefan Monnier
2010-02-04
1
-3
/
+6
*
Add 2010 to copyright years.
Glenn Morris
2010-01-13
1
-1
/
+1
*
(minibuffer-local-must-match-filename-map): Re-instate the varalias that was
Stefan Monnier
2009-12-12
1
-0
/
+4
*
* minibuffer.el (completion-at-point-functions): New var.
Stefan Monnier
2009-12-07
1
-0
/
+30
*
(minibuffer-complete-and-exit): Don't replace the
Stefan Monnier
2009-12-06
1
-18
/
+38
*
(completion-in-region): Improve docstring.
Stefan Monnier
2009-12-06
1
-0
/
+1
*
(completion-pcm--merge-try): Also consider placing point after a star, if
Stefan Monnier
2009-12-05
1
-1
/
+3
*
Provide additional default values (file name at point or at the
Juri Linkov
2009-11-25
1
-1
/
+55
*
* window.el (display-buffer-mark-dedicated): New var.
Stefan Monnier
2009-11-19
1
-8
/
+13
*
(completions-format): New defcustom.
Juri Linkov
2009-11-19
1
-19
/
+58
*
* abbrev.el (abbrev-with-wrapper-hook): (re)move...
Stefan Monnier
2009-11-19
1
-4
/
+27
*
(minibuffer-completion-help): Use minibuffer-hide-completions.
Stefan Monnier
2009-11-12
1
-6
/
+1
*
* progmodes/grep.el (grep-regexp-alist):
Dan Nicolaescu
2009-11-11
1
-1
/
+1
*
(read-file-name): Support a list of default values
Juri Linkov
2009-11-10
1
-5
/
+14
*
* minibuffer.el (read-file-name): Don't use file dialogs for
Chong Yidong
2009-11-02
1
-4
/
+8
*
(all-completions): Declare the 4th arg obsolete.
Stefan Monnier
2009-10-26
1
-2
/
+8
*
(completion--embedded-envvar-table): Fix last change.
Stefan Monnier
2009-10-24
1
-4
/
+19
*
(completion-table-with-terminator): Allow to specify the terminator-regexp.
Stefan Monnier
2009-10-22
1
-2
/
+10
*
* minibuffer.el (completion-table-with-terminator): Properly implement
Stefan Monnier
2009-10-21
1
-70
/
+134
*
* minibuffer.el (read-file-name): Check for repeat before putting
Chong Yidong
2009-10-18
1
-2
/
+6
*
Replace completion-base-size by completion-base-position to fix bugs
Stefan Monnier
2009-10-15
1
-15
/
+15
*
(completion-pcm--merge-completions): Make sure the
Stefan Monnier
2009-10-14
1
-11
/
+28
*
(completion--file-name-table): Return nil if there's
Stefan Monnier
2009-10-14
1
-4
/
+6
*
(minibuffer-force-complete): Cycle the list, rather
Stefan Monnier
2009-09-24
1
-1
/
+3
*
(completion-initials-expand): Fix typo.
Glenn Morris
2009-09-02
1
-1
/
+1
*
Remove todo item now done.
Stefan Monnier
2009-09-01
1
-2
/
+0
*
(completion-try-completion, completion-all-completions):
Stefan Monnier
2009-09-01
1
-33
/
+70
*
(minibuffer-message): If the current buffer is not
Stefan Monnier
2009-08-30
1
-38
/
+86
[next]