Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | (file-cache-add-directory-using-find): | Richard M. Stallman | 2004-12-13 | 1 | -3/+4 |
| | | | | Only set up file-cache-find-command-posix-flag if we will use it. | ||||
* | (file-cache-add-directory-using-find): | Richard M. Stallman | 2004-12-13 | 1 | -7/+5 |
| | | | | Only test file-cache-find-command-posix-flag on some systems. | ||||
* | All message and error commands now use prefix `filecache:' | Eli Zaretskii | 2004-02-16 | 1 | -6/+7 |
| | | | | to make it easy to read *Messages* buffer. | ||||
* | (file-cache-find-posix-p): Deleted. | Richard M. Stallman | 2004-01-29 | 1 | -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. Stallman | 2004-01-27 | 1 | -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. Stallman | 2003-12-29 | 1 | -14/+15 |
| | | | | (file-cache-assoc-function): Var deleted. Use assoc-string instead. | ||||
* | Add arch taglines | Miles Bader | 2003-09-01 | 1 | -0/+1 |
| | |||||
* | Add file-cache-add-directory-recursively function | Peter Breton | 2003-03-22 | 1 | -0/+69 |
| | | | | | Add file-cache-complete function Add file-cache-display function | ||||
* | Cygwin support patch. | Juanma Barranquero | 2003-01-31 | 1 | -3/+3 |
| | |||||
* | Lowercase the first letter in the header. | Pavel Janík | 2002-04-30 | 1 | -2/+1 |
| | | | | Remove Timestamp. | ||||
* | (file-cache-minibuffer-complete): Use insert instead of insert-string. | Pavel Janík | 2001-11-26 | 1 | -5/+5 |
| | |||||
* | (file-cache-directory-name, file-cache-minibuffer-complete): | Miles Bader | 2000-12-01 | 1 | -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 Bader | 2000-12-01 | 1 | -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 Breton | 2000-08-31 | 1 | -3/+2 |
| | | | | Suggested by Eli Zaretskii <eliz@is.elta.co.il>. | ||||
* | Added file-cache-case-fold-search and file-cache-assoc-function variables | Peter Breton | 2000-08-28 | 1 | -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 Moellmann | 1999-10-07 | 1 | -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. Stallman | 1999-02-17 | 1 | -1/+1 |
| | |||||
* | *** empty log message *** | Dan Nicolaescu | 1998-05-26 | 1 | -1/+2 |
| | |||||
* | (file-cache-add-file): Checks to see if file exists | Richard M. Stallman | 1998-05-01 | 1 | -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. Stallman | 1998-03-03 | 1 | -1/+1 |
| | |||||
* | Customized. | Andreas Schwab | 1998-01-07 | 1 | -22/+46 |
| | |||||
* | (file-cache-minibuffer-complete): Accept a prefix arg. | Richard M. Stallman | 1998-01-03 | 1 | -127/+50 |
| | |||||
* | Initial revision | Richard M. Stallman | 1997-06-22 | 1 | -0/+666 |