aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/filesets.el
Commit message (Collapse)AuthorAgeFilesLines
* Add 2007 to copyright years.Glenn Morris2007-01-211-1/+1
|
* (filesets-run-cmd--repl-fn): Use shell-quote-argument.Kim F. Storm2006-10-141-1/+1
|
* (filesets-cmd-shell-command): Quote buffer-file-name to protect whitespace andEli Zaretskii2006-10-141-1/+1
| | | | metacharacters from the shell.
* * cus-theme.el (customize-create-theme)Romain Francoise2006-08-131-1/+1
| | | | | | | | (custom-theme-visit-theme): End `y-or-n-p' prompt with a space. * filesets.el (filesets-add-buffer): Ditto. * pcvs.el (cvs-change-cvsroot): Ditto.
* Update years in copyright notice; nfc.Thien-Thi Nguyen2006-02-061-1/+1
|
* Update years in copyright notice; nfc.Thien-Thi Nguyen2005-08-061-1/+1
|
* Update FSF's address.Lute Kamstra2005-07-051-2/+2
|
* (filesets-external-viewers): Fix spellings in docstrings.Juanma Barranquero2005-06-101-2/+2
|
* (filesets-menu-ensure-use-cached):Richard M. Stallman2005-05-301-1/+2
| | | | Prevent warning when emacs-version>= is undefined.
* (filesets-add-buffer): If user supplies a name of aEli Zaretskii2005-04-161-2/+11
| | | | non-existing fileset, create a new fileset.
* (filesets-set-default): Doc fix.Glenn Morris2005-04-031-1/+8
|
* Update copyright.Glenn Morris2005-03-301-37/+24
| | | | | | | (filesets-menu-path, filesets-menu-before) (filesets-menu-in-menu): Doc fix. Now valid in GNU Emacs. (filesets-menu-cache-file): Use directory ~/.emacs.d. (filesets-add-submenu): Delete and use add-submenu instead.
* (filesets-init): Add autoload.Richard M. Stallman2005-03-261-0/+1
|
* Change release version from 21.4 to 22.1 throughout.Kim F. Storm2005-02-091-1/+1
| | | | Change development version from 21.3.50 to 22.0.50.
* (filesets-spawn-external-viewer, filesets-run-cmd):Richard M. Stallman2004-11-081-3/+4
| | | | | Don't use beginning-of-buffer. (filesets-cmd-show-result): Use with-no-warnings.
* (filesets group): Add :version.Richard M. Stallman2004-11-041-1/+2
|
* Add arch taglinesMiles Bader2003-09-011-0/+1
|
* (filesets-data): Add another defvar.Richard M. Stallman2003-05-031-7/+14
| | | | (filesets-verbosity): Doc fix.
* Don't call filesets-init.Richard M. Stallman2003-04-241-6/+4
|
* (filesets-file-open): Fix typo.Juanma Barranquero2003-01-271-25/+25
|
* (filesets-build-menu-now): Don't clear messages.Markus Rost2002-12-161-1/+2
|
* (filesets-update-pre010505): Fix typo.Juanma Barranquero2002-06-181-1/+1
|
* (filesets-ormap): Fix typo.Juanma Barranquero2002-05-161-1/+1
|
* (filesets-running-xemacs): Fix last change.Pavel Janík2002-05-081-2/+1
|
* (filesets-conditional-sort): Use copy-sequence, not copy-list.Markus Rost2002-05-081-17/+21
| | | | | (filesets-menu-path, filesets-menu-before, filesets-menu-in-menu): Defvar them to nil if running in Emacs.
* (filesets-external-viewers): Fix customization problem.Richard M. Stallman2002-05-071-28/+64
| | | | | | (filesets-some): Replaces cl's `some'. Calls changed. (filesets-member): Replaces cl's `member*'. Calls changed. (filesets-ormap): New function.
* (filesets-browse-dir-function): Renamed from ...-fn.Richard M. Stallman2002-05-051-36/+42
| | | | | | | | | | | (filesets-open-file-function, filesets-save-buffer-function): Likewise. (filesets-tree-max-level): Doc fix. (filesets-commands, filesets-external-viewers) (filesets-ingroup-patterns): Mark as risky. (filesets-cache-hostname-flag): Doc fix. (filesets-menu-cache-file): Doc fix. Mark as risky. (filesets-menu-before, filesets-menu-path, filesets-menu-in-menu): Don't defcustom them if running in Emacs.
* (filesets-ingroup-collect-files):Richard M. Stallman2002-05-051-2/+2
| | | | fix problem with inclusion groups' :scan-depth property
* (filesets-running-xemacs): Make defvar unconditional.Richard M. Stallman2002-04-301-41/+22
| | | | | | | (filesets-ingroup-files): Renamed from filesets-ingroup-paths. (filesets-error): Simplify definition and make conditional on filesets-running-xemacs. (filesets-find-file-using): Renamed from fsfind-file-using.
* Fix typo.Pavel Janík2002-04-291-2/+2
|
* (filesets-data): Doc fix.Pavel Janík2002-04-291-24/+26
| | | | (filesets-running-xemacs): Define even when compiling.
* *** empty log message ***Richard M. Stallman2002-04-281-0/+2488