aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/dired.el
Commit message (Expand)AuthorAgeFilesLines
* (dired-up-directory): Add optional argument `other-window' to obviateErik Naggum1995-09-121-4/+5
* (dired-internal-noselect): Set dired-directory when refreshing a bufferAndré Spiegel1995-09-081-16/+22
* (dired-internal-noselect): New arg MODE.Richard M. Stallman1995-09-031-6/+14
* (dired-string-replace-match): Simplify using replace-match.Richard M. Stallman1995-08-211-19/+7
* (dired-mode-map): Set up the map completelyRichard M. Stallman1995-08-081-224/+225
* (dired-insert-set-properties): Catch errors.Richard M. Stallman1995-07-311-9/+14
* (dired-change-marks): If OLD is a space, don't act on non-file lines.Richard M. Stallman1995-06-141-2/+6
* (dired-find-buffer-nocreate): Ignore dead buffers.Karl Heuer1995-05-311-7/+9
* (dired-mode-map): Rename menubar bindings and use theKarl Heuer1995-05-291-4/+4
* (dired-find-buffer-nocreate): Check only buffers inKarl Heuer1995-05-291-3/+3
* (dired-sort-set-modeline): Use force-mode-line-update.Karl Heuer1995-04-251-2/+1
* dired-font-lock-keywords efficiency fix.Simon Marshall1995-04-241-2/+2
* (dired-mode-map): Rename commands for A and Q.Richard M. Stallman1995-04-151-2/+2
* (dired-chmod-program): Defined.Karl Heuer1995-04-121-0/+5
* Wrap filename character quoting code with save-excursion so following formsSimon Marshall1995-03-301-9/+10
* Made revert-buffer message go via substitute-command-keys.Simon Marshall1995-02-271-1/+3
* (dired-mark): If on dir header line, always markRichard M. Stallman1995-02-091-1/+1
* (dired-mode-map): Define up and down arrows like C-p, C-n.Richard M. Stallman1995-02-041-0/+2
* (dired-insert-directory): Don't call expand-file-nameRichard M. Stallman1995-01-111-7/+7
* (dired-mode-map): Bind C-m to dired-advertised-find-file.Richard M. Stallman1994-12-271-1/+2
* (dired-string-replace-match): Function moved here.Richard M. Stallman1994-12-221-0/+29
* (dired-insert-directory): Quote certain chars with \.Richard M. Stallman1994-12-071-20/+29
* (dired-mode-map): Add query-replace and search items to operate menu.Roland McGrath1994-10-231-0/+4
* (dired-mode-map): Bind A to dired-do-tags-search,Roland McGrath1994-10-221-0/+2
* * dired.el: (dired-mode): Set font-lock-defaults.Simon Marshall1994-10-121-2/+1
* (dired-font-lock-keywords): New variable.Richard M. Stallman1994-10-071-0/+13
* (dired-re-perms): Accept various file type letters.Richard M. Stallman1994-09-261-1/+1
* (dired-re-perms): Accept directories and symbolic linksRichard M. Stallman1994-09-241-1/+1
* (dired-buffers-for-dir): Delete debugging code.Richard M. Stallman1994-09-161-6/+0
* (dired-buffers-for-dir): Assume dirs are preexpanded.Richard M. Stallman1994-09-161-19/+27
* (dired-mode): Put expanded name in list-buffers-directory.Richard M. Stallman1994-08-041-1/+1
* (dired-insert-directory): Call expand-file-name hereRichard M. Stallman1994-08-011-2/+5
* (dired-noselect): Call abbreviate-file-name here.Richard M. Stallman1994-07-311-5/+5
* (dired-internal-noselect): a zero modtime means directory is unchanged.Richard M. Stallman1994-07-241-1/+2
* (dired-between-files): Ignore dired-subdir-regexpRichard M. Stallman1994-07-201-3/+3
* (dired-readin): Record the directory's modtime.Richard M. Stallman1994-06-281-1/+13
* (dired-build-subdir-alist): Don't let looking-at destroy the match data.Karl Heuer1994-06-171-1/+1
* (dired-build-subdir-alist): Avoid mistaking a file nameRichard M. Stallman1994-06-151-1/+9
* (dired-get-filename): Get rid of text props from name.Richard M. Stallman1994-05-281-1/+1
* (dired-mark-pop-up): Clear mouse-face property.Richard M. Stallman1994-05-221-1/+2
* (dired-readin): Clear modified flag at the very end.Richard M. Stallman1994-05-201-2/+2
* (dired-mode-map): Get rid of dired-regexp-prefix;Richard M. Stallman1994-05-141-2/+4
* Update copyright.Karl Heuer1994-05-031-1/+1
* Unspecified location of chown for Linux (Linux doesn't put chown in /etc).Richard M. Stallman1994-05-021-1/+1
* Pass operation to find-file-name-handler.Karl Heuer1994-04-221-1/+1
* (dired-subdir-regexp): Allow a space in dir name.Richard M. Stallman1994-04-131-1/+1
* (dired-move-to-filename-regexp): Match the year or time.Richard M. Stallman1994-04-121-8/+5
* (dired-move-to-filename): Use skip-chars-forwardRichard M. Stallman1994-04-111-8/+7
* (dired-move-to-filename): Handle leading blanks.Karl Heuer1994-04-111-11/+3
* (dired-insert-directory): Fix comment.Karl Heuer1994-04-021-1/+1