summaryrefslogtreecommitdiff
path: root/lisp/dired-x.el
AgeCommit message (Expand)Author
2015-07-06Fix parsing glitches in dired-mark-sexp (bug#13575)Wolfgang Jenkner
2015-01-01Update copyright year to 2015Paul Eggert
2014-03-22Make dired-read-regexp obsoleteGlenn Morris
2014-01-12Some minor fixesLeo Liu
2014-01-06* dired-x.el (dired-mode-map): Rebind dired-omit-mode to C-x M-oLeo Liu
2014-01-01Update copyright year to 2014 by running admin/update-copyright.Paul Eggert
2013-09-13* lisp/dired-x.el (dired-guess-default): Make `file' available in the env. Glenn Morris
2013-09-09* lisp/dired-x.el (dired-mark-sexp): Unbreak for systems where lsGlenn Morris
2013-09-06* lisp/dired-x.el (dired-mark-sexp): Bind the vars lexically ratherStefan Monnier
2013-09-04* lisp/dired-x.el:Daniel Hackney
2013-07-25Merge from emacs-24; up to 2013-01-01T11:02:14Z!rudalics@gmx.atGlenn Morris
2013-07-24* lisp/dired-x.el (dired-mark-extension): Convert comment to doc string.Glenn Morris
2013-07-22lisp/dired-x.el: Fix bug#14927.Juanma Barranquero
2013-06-21lisp/*.el: Fix typos; use string-match-p, looking-at-p, setq-local, defvar-lo...Juanma Barranquero
2013-02-09* dired-x.el (dired-do-run-mail): Prompt for confirmation.Chong Yidong
2013-01-02Merge from emacs-24; up to 2012-12-06T01:39:03Z!monnier@iro.umontreal.caPaul Eggert
2013-01-01Update copyright notices for 2013.Paul Eggert
2012-12-15* lisp/dired-x.el (dired-guess-shell-command): Put colon at the end of the pr...Christopher Schmidt
2012-09-25Use declare forms, where possible, to mark obsolete functions.Chong Yidong
2012-06-02Remove incorrect uses of "modeline".Chong Yidong
2012-05-12Move define-obsolete-variable-alias before the var's definition.Stefan Monnier
2012-02-21dired-guess-shell-alist-default tiny nroff changeGlenn Morris
2012-02-11Add missing :version tags to new defgroups and defcustomsGlenn Morris
2012-01-25Use ctl-x-map in place of C-x (bug#10566)Glenn Morris
2012-01-05Add 2012 to FSF copyright years for Emacs filesGlenn Morris
2011-12-04Spelling fixes.Paul Eggert
2011-10-30Rename split-window-{above-each-other|split-window-side-by-side}Chong Yidong
2011-10-19Fix minor mode docstrings for the new meaning of a nil ARG.Chong Yidong
2011-07-12Remove `remove-duplicates', since `delete-dups' is sufficient.Lars Magne Ingebrigtsen
2011-07-11(dired-guess-shell-alist-user): Clarify the example a bitLars Magne Ingebrigtsen
2011-07-11(dired-guess-default): Fix grammar in doc stringLars Magne Ingebrigtsen
2011-07-11Fix syntax error in last checkin.Lars Magne Ingebrigtsen
2011-07-11(dired-guess-default): Remove duplicate shell command entries.Lars Magne Ingebrigtsen
2011-07-06* dired.el (dired-mode): Clarify "unmark or unflag".Lars Magne Ingebrigtsen
2011-06-18* dired-x.el (dired-mark-unmarked-files): Fix interactive spec (Bug#8768).Chong Yidong
2011-04-19lisp/*.el: Lexical-binding cleanup.Juanma Barranquero
2011-03-02Comment fix.Glenn Morris
2011-03-02Fix previous dired-x.el change.Glenn Morris
2011-03-02Add some dired-x support for local filenames with Red Hat's man.Glenn Morris
2011-03-01Make dired-default-directory obsolete.Glenn Morris
2011-03-01dired-x trivia.Glenn Morris
2011-03-01Make dired-omit-here-always obsolete, in favor of standard function.Glenn Morris
2011-02-28Add the ability to exclude dir-locals from subdirs. (Bug#8100)Glenn Morris
2011-02-28* lisp/dired-x.el (dired-guess-shell-alist-default): Use \\', not $.Glenn Morris
2011-02-27* lisp/dired-x.el (dired-guess-shell-alist-default): Add rar and 7z.Antoine Levitt
2011-02-23Dired-X fix for bug#5216.Glenn Morris
2011-02-22Obsolete dired-x's directory local variables in favor of standard ones.Glenn Morris
2011-02-19dired-x no longer requires dired-aux.Glenn Morris
2011-02-19Merge dired-x's dired-find-buffer-nocreate into dired.el.Glenn Morris
2011-02-19Merge dired-x's dired-read-shell-command into dired-aux's version.Glenn Morris