summaryrefslogtreecommitdiff
path: root/lisp/filecache.el
Commit message (Collapse)AuthorAgeFilesLines
...
* Switch license to GPLv3 or later.Glenn Morris2007-07-251-1/+1
|
* Add 2007 to copyright years.Glenn Morris2007-01-211-1/+1
|
* Update copyright years.Glenn Morris2006-12-051-1/+1
|
* (file-cache-add-directory)Reiner Steib2006-09-101-0/+7
| | | | | | | (file-cache-add-directory-list, file-cache-add-file) (file-cache-add-directory-using-find) (file-cache-add-directory-using-locate) (file-cache-add-directory-recursively): Add autoloads.
* Update years in copyright notice; nfc.Thien-Thi Nguyen2006-02-061-1/+1
|
* * message.el (message-expand-group): Pass the commonMasatake YAMATO2005-10-161-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | prefix substring of completion to `display-completion-list'. * mh-comp.el (mh-complete-word): Pass the common prefix substring of completion to `display-completion-list'. * dabbrev.el (dabbrev-completion): Pass the common prefix substring of completion to `display-completion-list'. * filecache.el (file-cache-minibuffer-complete) (file-cache-complete): Ditto. * tempo.el (tempo-display-completions): Ditto. * wid-edit.el (widget-file-complete, widget-color-complete): Ditto. * emacs-lisp/lisp.el (lisp-complete-symbol): Ditto. * eshell/em-hist.el (eshell-list-history): Ditto. * mail/mailabbrev.el (mail-abbrev-complete-alias): Ditto. * progmodes/etags.el (complete-tag): Ditto. * progmodes/make-mode.el (makefile-complete): Ditto. * progmodes/meta-mode.el (meta-complete-symbol): Ditto. * progmodes/octave-mod.el (octave-complete-symbol): Ditto. * progmodes/pascal.el (pascal-complete-word) (pascal-show-completions): Ditto. * textmodes/bibtex.el (bibtex-complete-internal): Ditto. * simple.el (completion-common-substring): New variable. (completion-setup-function): Use `completion-common-substring' to put faces. * minibuf.c (Fdisplay_completion_list): Add new optional argument COMMON_SUBSTRING. Bind `completion-common-substring' to the optional argument during running `completion-setup-hook'.
* Update years in copyright notice; nfc.Thien-Thi Nguyen2005-08-061-1/+2
|
* Update FSF's address.Lute Kamstra2005-07-041-2/+2
|
* (file-cache-add-directory-using-find):Richard M. Stallman2004-12-131-3/+4
| | | | Only set up file-cache-find-command-posix-flag if we will use it.
* (file-cache-add-directory-using-find):Richard M. Stallman2004-12-131-7/+5
| | | | Only test file-cache-find-command-posix-flag on some systems.
* All message and error commands now use prefix `filecache:'Eli Zaretskii2004-02-161-6/+7
| | | | to make it easy to read *Messages* buffer.
* (file-cache-find-posix-p): Deleted.Richard M. Stallman2004-01-291-15/+2
| | | | (file-cache-add-directory-using-find): Use `executable-command-find-posix-p'.
* (file-cache-find-posix-p): New function. Detect Cygwin.Richard M. Stallman2004-01-271-6/+43
| | | | | | | | (file-cache-add-directory-using-find): Added Cygwin support. (file-cache-find-command-posix-flag): New user variable. (file-cache-add-directory): Check for directories and remove them from dir-files.
* (file-cache-ignore-case): New variable.Richard M. Stallman2003-12-291-14/+15
| | | | (file-cache-assoc-function): Var deleted. Use assoc-string instead.
* Add arch taglinesMiles Bader2003-09-011-0/+1
|
* Add file-cache-add-directory-recursively functionPeter Breton2003-03-221-0/+69
| | | | | Add file-cache-complete function Add file-cache-display function
* Cygwin support patch.Juanma Barranquero2003-01-311-3/+3
|
* Lowercase the first letter in the header.Pavel Janík2002-04-301-2/+1
| | | | Remove Timestamp.
* (file-cache-minibuffer-complete): Use insert instead of insert-string.Pavel Janík2001-11-261-5/+5
|
* (file-cache-directory-name, file-cache-minibuffer-complete):Miles Bader2000-12-011-8/+8
| | | | | | | Ignore the minibuffer prompt. From Milan Zamazal <Milan.Zamazal@qbizm.com>: (file-cache-minibuffer-complete): Don't try to delete the minibuffer prompt.
* From Milan Zamazal <Milan.Zamazal@qbizm.com>:Miles Bader2000-12-011-3/+3
| | | | (file-cache-minibuffer-complete): Don't try to delete the minibuffer prompt.
* (file-cache-add-directory-using-find): Don't quote wildcards on MS-DOS.Peter Breton2000-08-311-3/+2
| | | | Suggested by Eli Zaretskii <eliz@is.elta.co.il>.
* Added file-cache-case-fold-search and file-cache-assoc-function variablesPeter Breton2000-08-281-65/+92
| | | | | | | | | (file-cache-minibuffer-complete): Use file-cache-assoc-function. Use file-cache-case-fold-search variable (file-cache-add-file): Use file-cache-assoc-function (file-cache-delete-file): likewise (file-cache-directory-name): likewise (file-cache-debug-read-from-minibuffer): likewise
* (file-cache-completion-ignore-case): New variable,Gerd Moellmann1999-10-071-1/+46
| | | | | | | defaulting to the value of completion-ignore-case. (file-cache-minibuffer-complete): Use it. (file-cache-files-matching, file-cache-files-matching-internal): New functions.
* (file-cache-filter-regexps): Added .class.Richard M. Stallman1999-02-171-1/+1
|
* *** empty log message ***Dan Nicolaescu1998-05-261-1/+2
|
* (file-cache-add-file): Checks to see if file existsRichard M. Stallman1998-05-011-37/+40
| | | | | | before adding it. Non-existing files are simply skipped. (file-cache-add-directory): Checks to see if directory exists before adding it. Non-existing directories are simply skipped.
* Comment change.Richard M. Stallman1998-03-031-1/+1
|
* Customized.Andreas Schwab1998-01-071-22/+46
|
* (file-cache-minibuffer-complete): Accept a prefix arg.Richard M. Stallman1998-01-031-127/+50
|
* Initial revisionRichard M. Stallman1997-06-221-0/+666