Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | (dired-get-filename): Add /: when appropriate | Richard M. Stallman | 2002-02-06 | 1 | -2/+13 |
| | | | | to avoid taking a local name as remote. | ||||
* | (dired-load-hook, dired-mode-hook) | Eli Zaretskii | 2002-02-04 | 1 | -8/+16 |
| | | | | (dired-before-readin-hook, dired-after-readin-hook): Defcustom. | ||||
* | Comment change. | Richard M. Stallman | 2002-01-13 | 1 | -0/+1 |
| | |||||
* | (dired-copy-filename-as-kill): Call kill-append if following a kill command. | Richard M. Stallman | 2002-01-07 | 1 | -1/+3 |
| | |||||
* | (dired-free-space-program, dired-free-space-args): | Eli Zaretskii | 2001-12-21 | 1 | -0/+5 |
| | | | | Aliases for back-compatibility. | ||||
* | Doc fix. | Pavel JanÃk | 2001-12-20 | 1 | -1/+1 |
| | |||||
* | (dired-free-space-program): Variable deleted. | Richard M. Stallman | 2001-12-18 | 1 | -49/+1 |
| | | | | | (dired-free-space-args): Variable deleted. (dired-insert-directory): Don't try to determine free space. | ||||
* | (dired-copy-filename-as-kill): Moved from dired-x.el. | Richard M. Stallman | 2001-12-17 | 1 | -0/+30 |
| | | | | (dired-mode-map): Bind w to dired-copy-filename-as-kill. | ||||
* | Converted backquote to the new style. | Sam Steingold | 2001-11-27 | 1 | -20/+20 |
| | |||||
* | (dired-listing-switches): Mention in the doc string | Eli Zaretskii | 2001-11-20 | 1 | -1/+4 |
| | | | | that some switches are not supported by ls-lisp.el | ||||
* | (dired-undo): Display a message to explain | Richard M. Stallman | 2001-11-15 | 1 | -1/+3 |
| | | | | that this does not undo file system changes. | ||||
* | Many trivial doc fixes. | Richard M. Stallman | 2001-11-12 | 1 | -29/+34 |
| | | | | | | | (dired-get-file-for-visit): New function. (dired-find-alternate-file, dired-mouse-find-file-other-window): (dired-view-file, dired-find-file-other-window, dired-display-file): (dired-find-file): Use dired-get-file-for-visit. | ||||
* | (dired-move-to-filename-regexp): | Paul Eggert | 2001-11-07 | 1 | -23/+16 |
| | | | | | | | | | | Do not distinguish between ASCII letters and non-ASCII characters. Don't allow comma except in the form "month day, year". Don't allow space between month name and comma. Clean up the code that checks for trailing period, comma, and space. Remove now-obsolete comments, and add more commentary about Japanese dates. Always gobble up trailing spaces, instead of doing it only sometimes. | ||||
* | (dired-build-subdir-alist): Accept optional arg SWITCHES. | Eli Zaretskii | 2001-09-21 | 1 | -11/+14 |
| | |||||
* | (dired-move-to-filename-regexp): Allow one digit in the | Eli Zaretskii | 2001-09-18 | 1 | -2/+3 |
| | | | | | | numeric month value, and allow the Kanji character after the it to be missing (happens with ls-lisp's output on Japanese versions of MS-Windows). | ||||
* | Add Keywords header. | Gerd Moellmann | 2001-08-29 | 1 | -0/+1 |
| | |||||
* | (dired-mode-map): Bind `y' to dired-show-file-type | Gerd Moellmann | 2001-08-28 | 1 | -1/+1 |
| | | | | instread of `w' which is already in use. | ||||
* | (dired-insert-set-properties): Fix invalid mouse-face | Gerd Moellmann | 2001-07-16 | 1 | -2/+3 |
| | | | | property. | ||||
* | (dired-get-filename): A file name starting with ~ | Richard M. Stallman | 2001-06-26 | 1 | -0/+3 |
| | | | | is not absolute in this context. | ||||
* | (dired-mark-pop-up): Fix last change. | Eli Zaretskii | 2001-06-18 | 1 | -1/+2 |
| | |||||
* | (dired-insert-set-properties): Add help-echo to mouse-highlighted text. | Eli Zaretskii | 2001-06-17 | 1 | -6/+8 |
| | | | | (dired-mark-pop-up): Remove help-echo property from the file name. | ||||
* | (dired-diff): Doc fix. | Eli Zaretskii | 2001-05-03 | 1 | -1/+2 |
| | |||||
* | (dired-move-to-filename-regexp): Support file sizes in | Eli Zaretskii | 2001-04-04 | 1 | -3/+11 |
| | | | | | | ``human-readable'' format produced by GNU `ls'. (dired-move-to-filename-regexp): Recognize ISO format dates. From Paul Eggert <eggert@twinsun.com>. | ||||
* | Revert last change. | Dave Love | 2001-01-26 | 1 | -37/+49 |
| | |||||
* | use replace-regexps-in-string instead of dired- and gs-replace-in-string | Sam Steingold | 2001-01-24 | 1 | -48/+37 |
| | | | | which are removed | ||||
* | (dired-insert-directory): If file-system-info fails, | Eli Zaretskii | 2001-01-14 | 1 | -3/+7 |
| | | | | remove the " free " part, but don't signal an error. | ||||
* | (dired-move-to-filename-regexp): Fix previous change. | Kenichi Handa | 2000-12-21 | 1 | -1/+1 |
| | |||||
* | (dired-move-to-filename-regexp): Fixed for the case | Kenichi Handa | 2000-12-13 | 1 | -1/+2 |
| | | | | that a Japanese character is not appended after day and year. | ||||
* | (dired-insert-directory): If file-system-info is | Eli Zaretskii | 2000-12-07 | 1 | -18/+24 |
| | | | | fboundp, call it instead of invoking dired-free-space-program. | ||||
* | (dired-get-filename): Return filename verbatim if LOCALP is `verbatim'. | Miles Bader | 2000-11-27 | 1 | -1/+4 |
| | |||||
* | (dired-between-files): Add `^. find' as an alternative | Gerd Moellmann | 2000-11-07 | 1 | -1/+1 |
| | | | | to the regular expression, for find-dired. | ||||
* | (dired-insert-directory): Do not let errors signalled by | Jason Rumney | 2000-10-19 | 1 | -15/+17 |
| | | | | attempt to run dired-free-space-program prevent dired from working. | ||||
* | (dired-mark-pop-up): Turn comment into docstring. Use with-current-buffer. | Stefan Monnier | 2000-10-04 | 1 | -11/+10 |
| | |||||
* | (dired-map-over-marks): Use modern backquotes and docstring. | Stefan Monnier | 2000-09-29 | 1 | -59/+58 |
| | |||||
* | (dired-font-lock-keywords): Undo last change. | Gerd Moellmann | 2000-09-20 | 1 | -5/+6 |
| | | | | (dired-readin): Bind indent-tabs-mode to nil. | ||||
* | (dired-font-lock-keywords): Allow tabs and spaces, | Gerd Moellmann | 2000-09-19 | 1 | -4/+4 |
| | | | | for instance for the case that tab-width is 2. | ||||
* | (dired-build-subdir-alist): Expand subdirectory names | Gerd Moellmann | 2000-07-30 | 1 | -2/+16 |
| | | | | correctly in recursive ange-ftp listings. | ||||
* | (dired-sort-R-check): Added to allow recursive listing | Gerd Moellmann | 2000-07-24 | 1 | -0/+36 |
| | | | | | to be undone. (dired-sort-other): Use it. | ||||
* | Don't require `dired-aux'. | Gerd Moellmann | 2000-07-10 | 1 | -2/+0 |
| | |||||
* | (dired-mode-map): Bind `w' to dired-show-file-type. | Miles Bader | 2000-07-10 | 1 | -1/+8 |
| | | | | (dired-show-file-type): Add autoload. | ||||
* | (dired-find-alternate-file): New function. | Gerd Moellmann | 2000-07-07 | 1 | -6/+15 |
| | | | | | | (dired-mode-map): Bind `a' to dired-find-alternate-file. (toplevel): Require dired-aux when compiling. (dired-buffers): Move defvar within file to avoid compiler warning. | ||||
* | (dired-between-files): Also skip lines beginning with `used'. | Andreas Schwab | 2000-05-18 | 1 | -1/+1 |
| | |||||
* | (dired-mode-map): Use dired-do-query-replace-regexp. | Gerd Moellmann | 2000-05-16 | 1 | -2/+2 |
| | |||||
* | (dired-move-to-filename-regexp): Allow format where | Gerd Moellmann | 2000-04-27 | 1 | -2/+4 |
| | | | | YYYY is followed by two spaces. | ||||
* | (dired-insert-directory): If dired-free-space-program | Andreas Schwab | 2000-03-29 | 1 | -12/+15 |
| | | | | failed just delete its output. | ||||
* | (dired-mode-map): Don't remove "Edit" from the menu | Eli Zaretskii | 2000-02-24 | 1 | -58/+126 |
| | | | | | | | | | bar. Menu items converted to (menu-item format, help strings added. [downcase, upcase]: Don't enable on MS-DOS. [symlink, symlinks]: Don't show if make-symbolic-link is not bound. [chown, chgrp]: Don't show on MS-DOS and MS-Windows. | ||||
* | (dired-mode): Call propertized-buffer-identification to | Gerd Moellmann | 2000-02-20 | 1 | -1/+2 |
| | | | | set mode-line-buffer-identification with text properties added. | ||||
* | (dired-get-filename): Don't call file-name-absolute-p with FILE if FILE is nil. | Richard M. Stallman | 1999-12-31 | 1 | -1/+1 |
| | |||||
* | * ls-lisp.el (ls-lisp-insert-directory): Print an explicit message | Eli Zaretskii | 1999-12-16 | 1 | -7/+14 |
| | | | | | | | | | | if one of the files specified cannot be accessed by file-attributes. Do not strip any leading directories from the file names, to behave more like `ls' does. * dired.el (dired-get-filename): Handle absolute file names. (dired-readin-insert): If argument is a cons, don't print "wildcard" on the ``total'' line. | ||||
* | (dired-move-to-filename-regexp): Fix long comment lines | Gerd Moellmann | 1999-10-20 | 1 | -6/+3 |
| | | | | that were split so that part of the comment appeared as Lisp code. |