index
:
forks/emacs.git
local/emacs-29
local/emacs30
master
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lisp
/
icomplete.el
Commit message (
Expand
)
Author
Age
Files
Lines
*
Prefer directed to neutral quotes
Paul Eggert
2015-08-24
1
-1
/
+1
*
New command icomplete-force-complete-and-exit
Dmitry Gutov
2015-05-19
1
-3
/
+13
*
Update copyright year to 2015
Paul Eggert
2015-01-01
1
-2
/
+2
*
* lisp/icomplete.el: Move Iswitchb autoload here. Much simpler.
Stefan Monnier
2014-10-06
1
-0
/
+13
*
lisp/icomplete.el (icomplete-completions): Follow-up to 2014-03-01T01:25:29Z!...
Juanma Barranquero
2014-03-03
1
-1
/
+1
*
lisp/icomplete.el, lisp/ido.el: Doc fixes.
Juanma Barranquero
2014-03-03
1
-20
/
+20
*
lisp/icomplete.el (icomplete-completions): Use string-width.
Juanma Barranquero
2014-03-02
1
-2
/
+2
*
lisp/icomplete.el: Use "..." when U+2026 cannot be displayed.
Juanma Barranquero
2014-03-01
1
-3
/
+4
*
Some icomplete doc
Glenn Morris
2014-02-12
1
-34
/
+37
*
(icomplete-simple-completing-p): Mention the previous variable.
Lars Ingebrigtsen
2014-02-08
1
-1
/
+2
*
* icomplete.el (icomplete-with-completion-tables): Doc fix.
Lars Ingebrigtsen
2014-02-08
1
-2
/
+3
*
Update copyright year to 2014 by running admin/update-copyright.
Paul Eggert
2014-01-01
1
-1
/
+1
*
* lisp/icomplete.el (icomplete-show-matches-on-no-input): Default to nil.
Stefan Monnier
2013-12-27
1
-1
/
+1
*
Change icomplete to display completions on initial input
Daniel Colascione
2013-12-23
1
-14
/
+15
*
Move provide to end of file for icomplete
Daniel Colascione
2013-12-23
1
-4
/
+3
*
* lisp/icomplete.el (icomplete-completions): Make sure the prefix is already
Stefan Monnier
2013-12-14
1
-9
/
+13
*
* lisp/icomplete.el (icomplete-with-completion-tables): Add :version.
Johan Bockgård
2013-10-19
1
-0
/
+1
*
* lisp/icomplete.el (icomplete-in-buffer): New var.
Stefan Monnier
2013-09-16
1
-57
/
+96
*
* lisp/minibuffer.el: Make minibuffer-complete call completion-in-region
Stefan Monnier
2013-09-06
1
-8
/
+16
*
Do not call to `selected-window' where it is assumed by default.
Dmitry Antipov
2013-08-05
1
-1
/
+1
*
Fix bug#13708
Jambunathan K
2013-02-16
1
-2
/
+2
*
* lisp/icomplete.el (icomplete-hide-common-prefix): New user option.
Jambunathan K
2013-02-13
1
-15
/
+48
*
* lisp/icomplete.el (icomplete-forward-completions)
Jambunathan K
2013-02-08
1
-3
/
+4
*
icomplete-prospects-height fix (tiny change)
Wesley Dawson
2013-01-04
1
-3
/
+7
*
Merge from emacs-24; up to 2012-12-06T01:39:03Z!monnier@iro.umontreal.ca
Paul Eggert
2013-01-02
1
-2
/
+2
|
\
|
*
Update copyright notices for 2013.
Paul Eggert
2013-01-01
1
-2
/
+2
*
|
* lisp/icomplete.el (icomplete-completions): Also use … to truncate prefix.
Stefan Monnier
2012-12-17
1
-2
/
+4
*
|
Defcustom :version fixes
Glenn Morris
2012-11-30
1
-1
/
+1
*
|
* lisp/icomplete.el: Change separator; add ido-style commands.
Jambunathan K
2012-11-29
1
-46
/
+61
|
/
*
* lisp/icomplete.el (icomplete-minibuffer-setup, icomplete-completions):
Stefan Monnier
2012-06-22
1
-4
/
+5
*
* lisp/icomplete.el (icomplete-completions): Replace last fix.
Stefan Monnier
2012-02-23
1
-11
/
+11
*
Check FROM arg to substring in icomplete-completions
Leo Liu
2012-02-20
1
-1
/
+3
*
Add 2012 to FSF copyright years for Emacs files
Glenn Morris
2012-01-05
1
-1
/
+1
*
Fix minor mode docstrings for the new meaning of a nil ARG.
Chong Yidong
2011-10-19
1
-3
/
+4
*
Fix previous fix of Bug#5849.
Johan Bockgård
2011-09-18
1
-5
/
+3
*
* lisp/minibuffer.el: Add metadata method to completion tables.
Stefan Monnier
2011-05-31
1
-2
/
+3
*
Fix bad interaction between icomplete and completion inline help (Bug#5849).
Chong Yidong
2011-04-10
1
-2
/
+5
*
Refill some long/short copyright headers.
Glenn Morris
2011-01-26
1
-1
/
+2
*
Convert consecutive FSF copyright years to ranges.
Glenn Morris
2011-01-24
1
-2
/
+1
*
Nuke arch-tags.
Glenn Morris
2011-01-15
1
-1
/
+0
*
Merge from emacs-23
Stefan Monnier
2011-01-14
1
-1
/
+1
|
\
|
*
Add 2011 to FSF/AIST copyright years.
Glenn Morris
2011-01-02
1
-1
/
+1
*
|
Fix Bug#5840.
Michael Albinus
2010-04-21
1
-1
/
+2
|
/
*
Add 2010 to copyright years.
Glenn Morris
2010-01-13
1
-1
/
+1
*
Add 2009 to copyright years.
Glenn Morris
2009-01-05
1
-1
/
+1
*
* face-remap.el (text-scale-mode-step, buffer-face-mode-face):
Juanma Barranquero
2008-12-15
1
-1
/
+2
*
(icomplete-get-keys): Doc fix. Use `when'.
Juanma Barranquero
2008-05-31
1
-10
/
+10
*
(icomplete-prospects-height): Add :group.
Juanma Barranquero
2008-05-29
1
-1
/
+2
*
(icomplete-completions): Typo.
Stefan Monnier
2008-05-29
1
-1
/
+1
*
(icomplete-prospects-length): Make obsolete.
Stefan Monnier
2008-05-29
1
-9
/
+23
[next]