summaryrefslogtreecommitdiff
path: root/lisp/filecache.el
AgeCommit message (Collapse)Author
2007-01-21Add 2007 to copyright years.Glenn Morris
2006-12-05Update copyright years.Glenn Morris
2006-09-10(file-cache-add-directory)Reiner Steib
(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.
2006-02-06Update years in copyright notice; nfc.Thien-Thi Nguyen
2005-10-16* message.el (message-expand-group): Pass the commonMasatake YAMATO
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'.
2005-08-06Update years in copyright notice; nfc.Thien-Thi Nguyen
2005-07-04Update FSF's address.Lute Kamstra
2004-12-13(file-cache-add-directory-using-find):Richard M. Stallman
Only set up file-cache-find-command-posix-flag if we will use it.
2004-12-13(file-cache-add-directory-using-find):Richard M. Stallman
Only test file-cache-find-command-posix-flag on some systems.
2004-02-16All message and error commands now use prefix `filecache:'Eli Zaretskii
to make it easy to read *Messages* buffer.
2004-01-29(file-cache-find-posix-p): Deleted.Richard M. Stallman
(file-cache-add-directory-using-find): Use `executable-command-find-posix-p'.
2004-01-27(file-cache-find-posix-p): New function. Detect Cygwin.Richard M. Stallman
(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.
2003-12-29(file-cache-ignore-case): New variable.Richard M. Stallman
(file-cache-assoc-function): Var deleted. Use assoc-string instead.
2003-09-01Add arch taglinesMiles Bader
2003-03-22Add file-cache-add-directory-recursively functionPeter Breton
Add file-cache-complete function Add file-cache-display function
2003-01-31Cygwin support patch.Juanma Barranquero
2002-04-30Lowercase the first letter in the header.Pavel Janík
Remove Timestamp.
2001-11-26(file-cache-minibuffer-complete): Use insert instead of insert-string.Pavel Janík
2000-12-01(file-cache-directory-name, file-cache-minibuffer-complete):Miles Bader
Ignore the minibuffer prompt. From Milan Zamazal <Milan.Zamazal@qbizm.com>: (file-cache-minibuffer-complete): Don't try to delete the minibuffer prompt.
2000-12-01From Milan Zamazal <Milan.Zamazal@qbizm.com>:Miles Bader
(file-cache-minibuffer-complete): Don't try to delete the minibuffer prompt.
2000-08-31(file-cache-add-directory-using-find): Don't quote wildcards on MS-DOS.Peter Breton
Suggested by Eli Zaretskii <eliz@is.elta.co.il>.
2000-08-28Added file-cache-case-fold-search and file-cache-assoc-function variablesPeter Breton
(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
1999-10-07(file-cache-completion-ignore-case): New variable,Gerd Moellmann
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.
1999-02-17(file-cache-filter-regexps): Added .class.Richard M. Stallman
1998-05-26*** empty log message ***Dan Nicolaescu
1998-05-01(file-cache-add-file): Checks to see if file existsRichard M. Stallman
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.
1998-03-03Comment change.Richard M. Stallman
1998-01-07Customized.Andreas Schwab
1998-01-03(file-cache-minibuffer-complete): Accept a prefix arg.Richard M. Stallman
1997-06-22Initial revisionRichard M. Stallman