Glenn Morris
ae940284fa
Add 2009 to copyright years.
2009-01-05 03:18:22 +00:00
Juanma Barranquero
ea6c930a8d
* completion.el (add-completion-to-head, add-completion): Doc fixes.
...
(completion-search-next, add-completions-from-file):
Fix typos in docstrings.
* filesets.el (filesets-menu-ensure-use-cached)
(filesets-ingroup-patterns, filesets-filetype-property):
* tutorial.el (get-lang-string):
* play/gamegrid.el (gamegrid-score-file-length, gamegrid-add-score):
Fix typos in docstrings.
* image-dired.el (image-dired-dired-after-readin-hook): Doc fix.
(image-dired-line-up-method, image-dired-thumb-size)
(image-dired-cmd-write-exif-data-options, image-dired-write-tags)
(image-dired-track-original-file, image-dired-track-thumbnail)
(image-dired-dired-next-line, image-dired-dired-previous-line)
(image-dired-write-comments): Reflow docstrings.
(image-dired-show-all-from-dir-max-files)
(image-dired-format-properties-string, image-dired-create-thumbs)
(image-dired-mark-tagged-files, image-dired-gallery-generate):
Fix typos in docstrings.
* savehist.el (savehist-save-minibuffer-history, savehist-file)
(savehist-additional-variables, savehist-ignored-variables)
(savehist-file-modes, savehist-autosave-interval):
* startup.el (inhibit-startup-echo-area-message, inhibit-default-init)
(inhibit-startup-buffer-menu, mail-host-address, user-mail-address)
(fancy-splash-image):
* thumbs.el (thumbs-thumbsdir, thumbs-geometry, thumbs-relief)
(thumbs-conversion-program, thumbs-margin):
Remove spurious * in docstrings.
2008-10-25 00:46:25 +00:00
Juanma Barranquero
d6c180c46b
New function `locate-user-emacs-file'.
...
* subr.el (locate-user-emacs-file): New function.
(user-emacs-directory): Mention it in docstring.
* completion.el (save-completions-file-name):
* filesets.el (filesets-menu-cache-file):
* image-dired.el (image-dired-dir, image-dired-db-file)
(image-dired-temp-image-file, image-dired-gallery-dir)
(image-dired-temp-rotate-image-file):
* savehist.el (savehist-file):
* server.el (server-auth-dir):
* startup.el (auto-save-list-file-prefix):
* thumbs.el (thumbs-thumbsdir):
* tutorial.el (tutorial--saved-dir):
* play/gamegrid.el (gamegrid-user-score-file-directory): Use it.
* url.el (url-configuration-directory): Use `locate-user-emacs-file'.
* NEWS: New function `locate-user-emacs-file'.
2008-10-24 09:39:27 +00:00
Chong Yidong
31c1c003d2
(filesets-data): Doc fix.
2008-10-23 22:31:15 +00:00
Chong Yidong
9dd4f5b2ce
Update author email.
2008-10-23 22:26:04 +00:00
Glenn Morris
6efb94fc96
(filesets-menu-name): Fix type.
...
(filesets-menu-path, filesets-menu-before): Fix types.
Change defaults to be consistent with recentf. (Bug#1056)
2008-10-01 07:00:10 +00:00
Juri Linkov
03d3db39f6
(filesets-cmd-isearch-getargs): Check if the
...
variable `files' is bound to avoid warnings.
2008-07-31 17:18:33 +00:00
Juri Linkov
67c18958a5
(filesets-commands): Add commands for "Isearch" and
...
"Isearch (regexp)". Replace `query-replace' and `query-replace-regexp'
with `perform-replace' using `filesets-cmd-query-replace-regexp-getargs'.
(filesets-run-cmd): Call `fn' only once if it is `multi-isearch-files'
or `multi-isearch-files-regexp'.
(filesets-cmd-query-replace-getargs): Call standard function
`query-replace-read-args' to read `query-replace' arguments.
Add `multi-query-replace-map'.
(filesets-cmd-query-replace-regexp-getargs)
(filesets-cmd-isearch-getargs): New functions.
2008-07-24 00:09:01 +00:00
Glenn Morris
fffa137cb7
American English spelling fix.
2008-06-27 07:34:53 +00:00
Glenn Morris
eb3fa2cfcf
Switch to recommended form of GPLv3 permissions notice.
2008-05-06 08:06:51 +00:00
Miles Bader
59ce725a3b
Merge from emacs--rel--22
...
Revision: emacs@sv.gnu.org/emacs--devo--0--patch-987
2008-01-08 20:46:54 +00:00
Glenn Morris
409cc4a3ea
Add 2008 to copyright years.
2008-01-07 02:45:14 +00:00
Juanma Barranquero
ed51170415
(filesets-alist-get): Use let' rather than
let*'.
...
(filesets-ormap, filesets-sort-case-sensitive-flag, filesets-remake-shortcut,
filesets-ingroup-collect-files): Fix typos in docstrings.
(filesets-data-get-name, filesets-data-get-data, filesets-data-set,
filesets-cmd-query-replace-getargs, filesets-ingroup-collect,
filesets-find-or-display-file): Doc fixes.
2007-10-15 17:39:35 +00:00
Juanma Barranquero
095aa9cdf0
(filesets-alist-get): Use let' rather than
let*'.
...
(filesets-ormap, filesets-sort-case-sensitive-flag, filesets-remake-shortcut,
filesets-ingroup-collect-files): Fix typos in docstrings.
(filesets-conditional-sort, filesets-find-or-display-file,
filesets-data-get-name, filesets-data-get-data, filesets-data-set,
filesets-cmd-query-replace-getargs, filesets-ingroup-collect): Doc fixes.
2007-10-15 17:24:36 +00:00
Stefan Monnier
91cc505c59
Remove spurious * in docstrings.
...
(filesets-running-xemacs): Remove. Use (featurep 'xemacs) instead.
(filesets-conditional-sort): Remove unused arg `simply-do-it'.
(filesets-ingroup-collect): Remove unused arg `depth'.
(filesets-update): Remove unused arg `version'.
2007-09-19 15:16:31 +00:00
Miles Bader
9aecacd08a
Merge from emacs--rel--22
...
Patches applied:
* emacs--rel--22 (patch 70-73)
- Update from CVS
2007-07-25 Glenn Morris <rgm@gnu.org>
* Relicense all FSF files to GPLv3 or later.
Revision: emacs@sv.gnu.org/emacs--devo--0--patch-828
2007-07-26 05:28:10 +00:00
Glenn Morris
b4aa60262c
Switch license to GPLv3 or later.
2007-07-25 04:50:21 +00:00
Chong Yidong
5f96d7d631
(filesets-menu-cache-file): Use user-emacs-directory.
2007-06-13 00:04:46 +00:00
Glenn Morris
d7a0267c8d
Add 2007 to copyright years.
2007-01-21 03:53:13 +00:00
Kim F. Storm
646ff7942c
(filesets-run-cmd--repl-fn): Use shell-quote-argument.
2006-10-14 23:25:55 +00:00
Eli Zaretskii
65b4263fd0
(filesets-cmd-shell-command): Quote buffer-file-name to protect whitespace and
...
metacharacters from the shell.
2006-10-14 14:10:25 +00:00
Romain Francoise
e1a2960c07
* cus-theme.el (customize-create-theme)
...
(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.
2006-08-13 17:05:12 +00:00
Thien-Thi Nguyen
aaef169dc6
Update years in copyright notice; nfc.
2006-02-06 15:23:23 +00:00
Thien-Thi Nguyen
0d30b33766
Update years in copyright notice; nfc.
2005-08-06 22:13:43 +00:00
Lute Kamstra
3ef97fb6a7
Update FSF's address.
2005-07-05 00:35:10 +00:00
Juanma Barranquero
4f955a15c5
(filesets-external-viewers): Fix spellings in docstrings.
2005-06-10 14:02:49 +00:00
Richard M. Stallman
b8caac06e0
(filesets-menu-ensure-use-cached):
...
Prevent warning when emacs-version>= is undefined.
2005-05-30 06:51:33 +00:00
Eli Zaretskii
3d70f2795c
(filesets-add-buffer): If user supplies a name of a
...
non-existing fileset, create a new fileset.
2005-04-16 15:22:12 +00:00
Glenn Morris
ed8c6a24c2
(filesets-set-default): Doc fix.
2005-04-03 16:55:58 +00:00
Glenn Morris
204451b633
Update copyright.
...
(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.
2005-03-30 15:14:55 +00:00
Richard M. Stallman
7fe11855ab
(filesets-init): Add autoload.
2005-03-26 02:14:35 +00:00
Kim F. Storm
bf247b6ed0
Change release version from 21.4 to 22.1 throughout.
...
Change development version from 21.3.50 to 22.0.50.
2005-02-09 15:50:47 +00:00
Richard M. Stallman
4331c31e95
(filesets-spawn-external-viewer, filesets-run-cmd):
...
Don't use beginning-of-buffer.
(filesets-cmd-show-result): Use with-no-warnings.
2004-11-08 16:42:25 +00:00
Richard M. Stallman
485ecb5cc4
(filesets group): Add :version.
2004-11-04 09:59:56 +00:00
Miles Bader
ab5796a9f9
Add arch taglines
2003-09-01 15:45:59 +00:00
Richard M. Stallman
9f243b0d3d
(filesets-data): Add another defvar.
...
(filesets-verbosity): Doc fix.
2003-05-03 13:48:39 +00:00
Richard M. Stallman
cfce85d839
Don't call filesets-init.
2003-04-24 01:55:38 +00:00
Juanma Barranquero
e9bbdfc345
(filesets-file-open): Fix typo.
2003-01-27 08:44:27 +00:00
Markus Rost
644e04f808
(filesets-build-menu-now): Don't clear messages.
2002-12-16 01:47:18 +00:00
Juanma Barranquero
27c0fbf5e3
(filesets-update-pre010505): Fix typo.
2002-06-18 14:34:53 +00:00
Juanma Barranquero
f4146f4c8a
(filesets-ormap): Fix typo.
2002-05-16 12:00:59 +00:00
Pavel Janík
26f42fe4c4
(filesets-running-xemacs): Fix last change.
2002-05-08 16:38:56 +00:00
Markus Rost
89fba92aaf
(filesets-conditional-sort): Use copy-sequence, not copy-list.
...
(filesets-menu-path, filesets-menu-before, filesets-menu-in-menu):
Defvar them to nil if running in Emacs.
2002-05-08 15:54:59 +00:00
Richard M. Stallman
f194e54a12
(filesets-external-viewers): Fix customization problem.
...
(filesets-some): Replaces cl's `some'. Calls changed.
(filesets-member): Replaces cl's `member*'. Calls changed.
(filesets-ormap): New function.
2002-05-07 16:11:30 +00:00
Richard M. Stallman
cd56bfef62
(filesets-browse-dir-function): Renamed from ...-fn.
...
(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.
2002-05-05 01:55:25 +00:00
Richard M. Stallman
dbfd87a1eb
(filesets-ingroup-collect-files):
...
fix problem with inclusion groups' :scan-depth property
2002-05-05 01:44:04 +00:00
Richard M. Stallman
78b3d0f720
(filesets-running-xemacs): Make defvar unconditional.
...
(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.
2002-04-30 01:59:00 +00:00
Pavel Janík
b3ea44f844
Fix typo.
2002-04-29 17:47:04 +00:00
Pavel Janík
757a6abf33
(filesets-data): Doc fix.
...
(filesets-running-xemacs): Define even when compiling.
2002-04-29 08:48:34 +00:00
Richard M. Stallman
c0e48b0bb8
*** empty log message ***
2002-04-28 21:16:32 +00:00