summaryrefslogtreecommitdiff
path: root/lisp/dired-x.el
Commit message (Collapse)AuthorAgeFilesLines
* * align.el:Lute Kamstra2008-12-031-13/+13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * allout.el: * apropos.el: * arc-mode.el: * autoinsert.el: * avoid.el: * battery.el: * bookmark.el: * buff-menu.el: * calculator.el: * chistory.el: * cmuscheme.el: * comint.el: * compare-w.el: * dabbrev.el: * delim-col.el: * desktop.el: * diff-mode.el: * diff.el: * dired-aux.el: * dired-x.el: * dired.el: * dos-vars.el: * ediff-diff.el: * ediff-help.el: * ediff-init.el: * ediff-merg.el: * ediff-mult.el: * ediff-ptch.el: * ediff-vers.el: * ediff-wind.el: * ediff.el: * emerge.el: * facemenu.el: * faces.el: * ffap.el: * filecache.el: * find-dired.el: * font-core.el: * font-lock.el: * forms.el: * fringe.el: * help-at-pt.el: * hippie-exp.el: * ido.el: * image-file.el: * imenu.el: * indent.el: * info.el: * isearchb.el: * iswitchb.el: * jit-lock.el: * jka-compr.el: * log-edit.el: * lpr.el: * ls-lisp.el: * man.el: * menu-bar.el: * midnight.el: * mouse-sel.el: * mouse.el: * msb.el: * outline.el: * paren.el: * pcmpl-cvs.el: * pcmpl-gnu.el: * pcomplete.el: * pcvs-info.el: * pcvs-parse.el: * printing.el: * ps-mule.el: * ps-print.el: * replace.el: * ruler-mode.el: * saveplace.el: * sb-image.el: * scroll-bar.el: * sha1.el: * shadowfile.el: * shell.el: * sort.el: * speedbar.el: * strokes.el: * tempo.el: * term.el: * terminal.el: * time-stamp.el: * time.el: * tree-widget.el: * type-break.el: * vc-cvs.el: * vc-hg.el: * vc-mcvs.el: * vc-rcs.el: * vc-sccs.el: * vc.el: * view.el: * w32-vars.el: * whitespace.el: * wid-edit.el: Remove leading * from docstrings of defcustoms, deffaces, defconsts and defuns.
* (dired-guess-shell-alist-default): Add .mp3 and .ogg.Glenn Morris2008-08-231-2/+7
| | | | (dired-guess-shell-alist-user): Doc fix. (Bug#417).
* Fix up commenting convention.Stefan Monnier2008-05-081-86/+83
|
* Switch to recommended form of GPLv3 permissions notice.Glenn Morris2008-05-061-6/+4
|
* Correct a comment.Chong Yidong2008-05-021-1/+1
|
* (dired-smart-shell-command): Sync arguments andJuri Linkov2008-04-221-5/+14
| | | | | | interactive spec with changes in `shell-command'. Use dired-get-filename to get the dired file name at point as the default value in dired mode.
* (dired-omit-files-p): Use `define-obsolete-variable-alias'.Juanma Barranquero2008-04-181-2/+1
|
* Merge from emacs--rel--22Miles Bader2008-01-081-1/+1
|\ | | | | | | Revision: emacs@sv.gnu.org/emacs--devo--0--patch-987
| * Add 2008 to copyright years.Glenn Morris2008-01-071-1/+1
| |
* | Standardize order of header items. Delete meaningless header keys.Glenn Morris2007-11-281-13/+12
| | | | | | | | | | (dired-omit-old-add-entry): Declare as function. Move definition before use. (dired-old-find-buffer-nocreate): Declare as function.
* | Comments.Glenn Morris2007-11-271-0/+5
| |
* | (make-symbolic-link): Declare as function.Juanma Barranquero2007-11-221-1/+3
| |
* | Fix comment.Juri Linkov2007-10-281-1/+1
| |
* | (dired-guess-shell-command): Put all guesses to theJuri Linkov2007-10-221-37/+9
|/ | | | | minibuffer default value list instead of pushing them temporarily to the history list.
* Switch license to GPLv3 or later.Glenn Morris2007-07-251-1/+1
|
* Revert 2007-04-06 change.Romain Francoise2007-05-011-2/+12
|
* Johan Bockg� <bojohan at dd.chalmers.se>:Glenn Morris2007-04-211-8/+5
| | | | (dired-virtual-mode): Doc fix.
* (dired-guess-shell-case-fold-search): Delete var.Chong Yidong2007-04-061-12/+2
| | | | (dired-guess-default): Respect case.
* (dired-do-relsymlink): Add an autoload cookie.Eli Zaretskii2007-02-021-0/+1
|
* (dired-do-relsymlink): Fix last change.Eli Zaretskii2007-02-021-1/+1
|
* (dired-do-relsymlink): Add reference to dired-do-symlink.Eli Zaretskii2007-02-021-1/+3
|
* Add 2007 to copyright years.Glenn Morris2007-01-211-1/+1
|
* (dired-guess-shell-alist-default): Update.Romain Francoise2006-08-311-77/+91
|
* (dired-mode-map): Don't bind M-g.Romain Francoise2006-05-211-1/+0
|
* (dired-guess-shell-gnutar): On GNU and GNU/LinuxRomain Francoise2006-05-151-1/+3
| | | | | systems, default to "tar" since those systems probably have GNU tar.
* (dired-guess-shell-alist-default): Add .man as a `dired-man' target.Masatake YAMATO2006-02-091-2/+2
|
* Update years in copyright notice; nfc.Thien-Thi Nguyen2006-02-061-1/+1
|
* If `vm-visit-folder' doesn't exist, define it as a dummy function inRomain Francoise2005-11-141-3/+6
| | | | | `eval-when-compile' to avoid compiler warning. Require `man' at compile time.
* Add menu bindings for dired-do-find-marked-files,Lars Hansen2005-11-031-0/+66
| | | | | dired-do-relsymlink, dired-flag-extension, dired-mark-extension, dired-mark-omitted, dired-do-relsymlink-regexp, dired-omit-mode.
* Change Maintainer field.Romain Francoise2005-10-271-2/+2
|
* (dired-virtual): Don't use `dired-insert-headerline'.Masatake YAMATO2005-10-251-1/+3
|
* * files.el (directory-listing-before-filename-regexp): NewMichael Albinus2005-10-231-1/+1
| | | | | | | | | | | | | | | | | | | defvar. Replaces `dired-move-to-filename-regexp' from dired.el. * dired.el (dired-move-to-filename-regexp): Removed. All occurences replaced by `directory-listing-before-filename-regexp'. * dired-x.el, locate.el, vc.el: Replace `dired-move-to-filename-regexp' by `directory-listing-before-filename-regexp'. In vc.el it is overwritten locally; maybe this can be handled in files.el too. * net/ange-ftp.el (ange-ftp-date-regexp): Removed. All occurences replaced by `directory-listing-before-filename-regexp'. * faq.texi (Bugs and problems): Replace `dired-move-to-filename-regexp' by `directory-listing-before-filename-regexp'.
* (vm-folder-directory): Add defvar.Juanma Barranquero2005-08-311-0/+2
|
* Update years in copyright notice; nfc.Thien-Thi Nguyen2005-08-061-1/+2
|
* (virtual-dired): Declare with `defalias'.Juanma Barranquero2005-07-201-36/+37
| | | | | | | | | | | | (dired-mark-unmarked-files, dired-local-variables-file, dired-omit-here-always): Doc fix. (dired-omit-mode, dired-find-subdir, dired-enable-local-variables, dired-clean-up-buffers-too, dired-extra-startup, dired-mark-extension, dired-jump, dired-jump-other-window, dired-omit-localp, dired-virtual-mode, dired-smart-shell-command, dired-guess-shell-alist-user, dired-man, dired-initial-position, dired-x-hands-off-my-keys, dired-x-bind-find-file, dired-x-submit-report): Fix typos in docstrings. (dired-mark-unmarked-files): "?\ " -> "?\s".
* (dired-omit-marker-char): Delete duplicate words.Juri Linkov2005-07-181-1/+1
|
* (dired-do-relsymlink-regexp): Add missing optional arg ARG, and use it.Eli Zaretskii2005-07-161-2/+2
|
* Update FSF's address.Lute Kamstra2005-07-041-2/+2
|
* Replace `string-to-int' by `string-to-number'.Juanma Barranquero2005-05-161-8/+8
|
* (dired-mark-omitted): Bind to "*O".Lars Hansen2004-06-131-1/+1
|
* (dired-omit-mode): Rename from dired-omit-files-p. Use define-minor-mode to ↵Lars Hansen2004-06-051-43/+39
| | | | | | | | define it. (dired-omit-files-p): Add as alias for dired-omit-mode. (dired-omit-toggle): Delete. Replaced by dired-omit-mode and dired-mark-omitted. (dired-mark-omitted): Add. Bind to M-O.
* (dired-mark-sexp): Replace hard-coded month names with ↵Juri Linkov2004-03-311-2/+1
| | | | `dired-move-to-filename-regexp'.
* (dired-guess-shell-alist-default): Add choices forJuri Linkov2004-03-231-18/+70
| | | | | | | | extracting files into subdirectory. Add tbz and dz. Fix regexps. Add extensions .[0-9] for man and nroff, and .pod for perldoc. (dired-man): Use dired-guess-shell-command. (dired-guess-shell-case-fold-search): Change defvar to defcustom. Change default nil to t.
* (dired-clean-tex): Doc fix.Eli Zaretskii2003-09-281-1/+1
|
* Add arch taglinesMiles Bader2003-09-011-0/+1
|
* Say there is no maintainer.Richard M. Stallman2003-08-291-1/+1
|
* (dired-guess-shell-case-fold-search): New user option.Juanma Barranquero2003-03-071-1/+5
| | | | (dired-guess-default): Use it.
* Trailing whitespace deleted.Juanma Barranquero2003-02-041-2/+2
|
* (dired-filename-at-point): Fix last change and tidy up.Dave Love2003-01-271-8/+8
|
* (dired-filename-at-point): Fix filename-chars.Dave Love2003-01-151-2/+4
|