log lisp/files.el @ 111067:e36c65ac23bf

age author description
2010-10-18 Stefan Monnier * lisp/files.el (locate-file-completion-table): Strip non-matching elements
2010-10-02 Michael Albinus * files.el (remote-file-name-inhibit-cache): New defcustom.
2010-10-01 Glenn Morris Tweak temporary-file-directory on darwin systems.
2010-09-25 Chong Yidong * files.el (get-free-disk-space): Don't assume "df" output columns line up (Bug#6995).
2010-09-24 Glenn Morris Move some autoloaded auto-mode-alist entries to files.el.
2010-09-23 Glenn Morris * lisp/files.el (auto-mode-alist): Add .xa, .xw, .xsw for ld-script-mode.
2010-09-23 Glenn Morris * lisp/files.el (auto-mode-alist): Prefer C-mode for .xs. (Bug#7071)
2010-09-23 Glenn Morris Define ld-script auto-mode-alist entries in the standard place.
2010-09-13 Eli Zaretskii Revert revno 101418 by Bob Chassel.
2010-09-13 Robert J. Chassell 10-09-13
2010-09-06 Chong Yidong Merge changes from emacs-23 branch.
2010-09-05 Stefan Monnier * doc/lispref/files.texi (Directory Names): Use \` rather than ^.
2010-09-05 Chong Yidong * files.el (get-free-disk-space): Search more robustly for "available" column.
2010-08-29 Chong Yidong Add "Package:" file headers to denote built-in packages.
2010-08-22 Chong Yidong Merge changes from emacs-23 branch.
2010-08-18 Kenichi Handa files.el: Add word-wrap as safe local variable.
2010-08-19 Stefan Monnier * lisp/files.el (locate-file-completion-table): Only list the .el and .elc
2010-07-31 Eli Zaretskii Add a Hebrew translation of the tutorial.
2010-06-12 Eli Zaretskii Fix bug #6396.
2010-05-31 Juanma Barranquero * files.el (directory-files-no-dot-files-regexp): Doc fix (bug#6298).
2010-05-27 Chong Yidong Change delete-by-moving-to-trash so Lisp calls explicitly request trashing.
2010-05-31 Juanma Barranquero Backport from trunk: Fix bug#6298.
2010-05-15 Eli Zaretskii Don't override standard definition of convert-standard-filename.
2010-05-08 Stefan Monnier Merge from emacs-23
2010-04-20 Chong Yidong * files.el (copy-directory): Handle symlinks (Bug#5982).
2010-05-07 Stefan Monnier * textmodes/dns-mode.el (auto-mode-alist): Add entry for .zone files.
2010-05-07 Stefan Monnier * files.el (auto-save-mode): Move to simple.el to fix bootstrap.
2010-05-06 Stefan Monnier Define auto-save-mode with define-minor-mode.
2010-04-21 Glenn Morris Add SELinux support.
2010-04-18 Juri Linkov Add 7z archive format support (bug#5475).
2010-03-31 Stefan Monnier * files.el (auto-mode-case-fold): Change default to t.
2010-03-29 Eli Zaretskii Support MS-Windows build and reversed rows in GUI frames; add initial docs.
2010-03-18 Glenn Morris * files.el (interpreter-mode-alist): Use emacs-lisp-mode for Emacs scripts.
2010-03-12 Dan Nicolaescu Add .dir-locals.el support for file-less buffers.
2010-03-12 Dan Nicolaescu Add support for shelving snapshots and for showing shelves.
2010-02-28 Chong Yidong Fix save-excursion warning in files.el.
2010-02-24 Chong Yidong * files.el (hack-local-variables-filter): For eval forms, also
2010-02-21 Chong Yidong * files.el (directory-listing-before-filename-regexp): Use
2010-02-14 Michael Albinus * files.el (insert-directory): When WILDCARD-REGEXP and
2010-01-27 Chong Yidong * lisp/files.el (delete-directory): Fix typo in last change.
2010-01-27 Chong Yidong Fix delete-directory recursion behavior for trashing (Bug#5436).
2010-01-17 Juanma Barranquero Fix typos in docstrings.
2010-01-13 Glenn Morris Add 2010 to copyright years.
2010-01-12 Michael Albinus * files.el (copy-directory): Compute target for recursive
2010-01-01 Chong Yidong * lisp/files.el (minibuffer-with-setup-hook): Doc fix (Bug#5149).
2009-12-17 Michael Albinus * files.el (file-expand-wildcards): In case of remote files, check
2009-12-17 Juri Linkov Fix regression from 23.1 to allow multiple modes in Local Variables.
2009-11-25 Juri Linkov Provide additional default values (file name at point or at the
2009-11-13 Stefan Monnier * x-dnd.el (x-dnd-maybe-call-test-function):
2009-11-12 Dan Nicolaescu * textmodes/ispell.el (ispell-skip-region-alist):
2009-11-11 Stefan Monnier (directory-abbrev-alist): Fix docstring.
2009-11-06 Dan Nicolaescu * textmodes/tex-mode.el (tex-alt-dvi-print-command)
2009-10-30 Dan Nicolaescu * puresize.h (BASE_PURESIZE): Increase to 1470000.
2009-10-26 Dan Nicolaescu * textmodes/tex-mode.el (tex-dvi-view-command)
2009-10-24 Chong Yidong * files.el (delete-directory): Delete symlinks to directories with
2009-10-21 Stefan Monnier * minibuffer.el (completion-table-with-terminator): Properly implement
2009-10-05 Michael Albinus * files.el (directory-files-no-dot-files-regexp): New defconst.
2009-10-04 Michael Albinus * files.el (copy-directory): New defun.
2009-10-03 Chong Yidong * cedet/srecode/srt-mode.el (srecode-template-mode): Doc fix.
2009-10-02 Juanma Barranquero Use `called-interactively-p' instead of `interactive-p'.