summaryrefslogtreecommitdiff
path: root/lisp/dired-x.el
Commit message (Expand)AuthorAgeFilesLines
...
* Merge from emacs-24; up to 2013-01-01T11:02:14Z!rudalics@gmx.atGlenn Morris2013-07-251-3/+3
|\
| * * lisp/dired-x.el (dired-mark-extension): Convert comment to doc string.Glenn Morris2013-07-241-3/+3
* | lisp/dired-x.el: Fix bug#14927.Juanma Barranquero2013-07-221-11/+11
* | lisp/*.el: Fix typos; use string-match-p, looking-at-p, setq-local, defvar-lo...Juanma Barranquero2013-06-211-24/+24
* | * dired-x.el (dired-do-run-mail): Prompt for confirmation.Chong Yidong2013-02-091-6/+13
* | Merge from emacs-24; up to 2012-12-06T01:39:03Z!monnier@iro.umontreal.caPaul Eggert2013-01-021-1/+2
|\ \ | |/
| * Update copyright notices for 2013.Paul Eggert2013-01-011-1/+2
* | * lisp/dired-x.el (dired-guess-shell-command): Put colon at the end of the pr...Christopher Schmidt2012-12-151-1/+2
|/
* Use declare forms, where possible, to mark obsolete functions.Chong Yidong2012-09-251-11/+6
* Remove incorrect uses of "modeline".Chong Yidong2012-06-021-2/+2
* Move define-obsolete-variable-alias before the var's definition.Stefan Monnier2012-05-121-3/+2
* dired-guess-shell-alist-default tiny nroff changeGlenn Morris2012-02-211-10/+12
* Add missing :version tags to new defgroups and defcustomsGlenn Morris2012-02-111-0/+1
* Use ctl-x-map in place of C-x (bug#10566)Glenn Morris2012-01-251-6/+6
* Add 2012 to FSF copyright years for Emacs filesGlenn Morris2012-01-051-1/+1
* Spelling fixes.Paul Eggert2011-12-041-1/+1
* Rename split-window-{above-each-other|split-window-side-by-side}Chong Yidong2011-10-301-1/+1
* Fix minor mode docstrings for the new meaning of a nil ARG.Chong Yidong2011-10-191-8/+12
* Remove `remove-duplicates', since `delete-dups' is sufficient.Lars Magne Ingebrigtsen2011-07-121-1/+1
* (dired-guess-shell-alist-user): Clarify the example a bitLars Magne Ingebrigtsen2011-07-111-6/+5
* (dired-guess-default): Fix grammar in doc stringLars Magne Ingebrigtsen2011-07-111-1/+1
* Fix syntax error in last checkin.Lars Magne Ingebrigtsen2011-07-111-4/+3
* (dired-guess-default): Remove duplicate shell command entries.Lars Magne Ingebrigtsen2011-07-111-3/+4
* * dired.el (dired-mode): Clarify "unmark or unflag".Lars Magne Ingebrigtsen2011-07-061-1/+1
* * dired-x.el (dired-mark-unmarked-files): Fix interactive spec (Bug#8768).Chong Yidong2011-06-181-3/+6
* lisp/*.el: Lexical-binding cleanup.Juanma Barranquero2011-04-191-10/+29
* Comment fix.Glenn Morris2011-03-021-1/+0
* Fix previous dired-x.el change.Glenn Morris2011-03-021-3/+3
* Add some dired-x support for local filenames with Red Hat's man.Glenn Morris2011-03-021-13/+21
* Make dired-default-directory obsolete.Glenn Morris2011-03-011-1/+11
* dired-x trivia.Glenn Morris2011-03-011-4/+8
* Make dired-omit-here-always obsolete, in favor of standard function.Glenn Morris2011-03-011-1/+3
* Add the ability to exclude dir-locals from subdirs. (Bug#8100)Glenn Morris2011-02-281-1/+4
* * lisp/dired-x.el (dired-guess-shell-alist-default): Use \\', not $.Glenn Morris2011-02-281-56/+56
* * lisp/dired-x.el (dired-guess-shell-alist-default): Add rar and 7z.Antoine Levitt2011-02-271-0/+2
* Dired-X fix for bug#5216.Glenn Morris2011-02-231-5/+6
* Obsolete dired-x's directory local variables in favor of standard ones.Glenn Morris2011-02-221-30/+44
* dired-x no longer requires dired-aux.Glenn Morris2011-02-191-5/+5
* Merge dired-x's dired-find-buffer-nocreate into dired.el.Glenn Morris2011-02-191-29/+3
* Merge dired-x's dired-read-shell-command into dired-aux's version.Glenn Morris2011-02-191-23/+4
* Merge dired-x's dired-clean-up-after-deletion into dired's version.Glenn Morris2011-02-191-27/+1
* Merge dired-x's redefinition of dired-initial-position into the main version.Glenn Morris2011-02-181-12/+1
* Merge dired-x's dired-add-entry modifications into the main definition.Glenn Morris2011-02-181-40/+1
* dired-x largely cosmetic changes.Glenn Morris2011-02-171-155/+110
* More dired-x cleanup.Glenn Morris2011-02-161-24/+14
* * lisp/dired-x.el (dired-filename-at-point): Fix 8-year old typo.Glenn Morris2011-02-161-1/+1
* More dired-x cleanup.Leo Liu2011-02-161-3/+0
* More dired-x cleanup.Glenn Morris2011-02-161-107/+97
* * lisp/dired-x.el: Use easymenu for menu items. Fix item capitalization.Glenn Morris2011-02-141-63/+38
* dired-x.el misc cleanup.Glenn Morris2011-02-131-121/+47