summaryrefslogtreecommitdiff
path: root/lisp/files.el
AgeCommit message (Expand)Author
2011-12-21* files.el (file-remote-p): Fix docstring. (Bug#10319)Drew Adams
2011-12-04Spelling fixes.Paul Eggert
2011-11-28* lisp/files.el (find-file): Don't use force-same-window.Stefan Monnier
2011-11-19Spelling fixes.Paul Eggert
2011-11-14Spelling fixes.Paul Eggert
2011-11-09toggle-read-only fixes for bugs#7292, 10006.Glenn Morris
2011-11-07* lisp/files.el (find-file): Always use selected-window.Stefan Monnier
2011-10-26Make set-visited-file-name reload local variables if needed.Glenn Morris
2011-10-23Make vc-toggle-read-only an alias for toggle-read-only.Chong Yidong
2011-10-12Fix Bug#6019, Bug#9315.Michael Albinus
2011-09-22* files.el (copy-directory): Set directory attributes only in caseMichael Albinus
2011-09-18Allow visiting files with malformed prop-lines.Chong Yidong
2011-09-12* dired-aux.el (dired-mark-read-string): Don't use default value on empty input.Chong Yidong
2011-09-03Remove unused variable find-file-not-true-dirname-listLeo Liu
2011-09-02Remove pop-to-buffer-same-window.Chong Yidong
2011-08-20* lisp/files.el (hack-local-variables): Fully ignore case for "mode:".Glenn Morris
2011-08-19files.el fix for bug#9331Glenn Morris
2011-07-16Make `buffer-offer-save' permanently localLars Magne Ingebrigtsen
2011-07-14(make-directory): Clarify that an error will be raised if there's an errorLars Magne Ingebrigtsen
2011-07-13Give better error messages when trying to load non-existent symlinksLars Magne Ingebrigtsen
2011-07-11Only do the `C-x C-q' warning on VC backends where it makes sense.Leo Liu
2011-07-04* lisp/files.el (find-file): Use pop-to-buffer-same-window.Stefan Monnier
2011-07-03* files.el (file-expand-wildcards): Ignore non-readableLars Magne Ingebrigtsen
2011-06-29Avoid calling customize-save-variable during startup (Bug#8720).Chong Yidong
2011-06-29* lisp/files.el (auto-mode-alist): Add .f03, .f08 for f90-mode.Glenn Morris
2011-06-19Fix last change.Chong Yidong
2011-06-19* lisp/files.el (auto-mode-alist): Entry for m2-mode (Bug#8852).Chong Yidong
2011-06-11Move/add window-buffer-related functions to window.el.Martin Rudalics
2011-06-09Allow/recommend explicit args for minor-modes in file local eval:s.Glenn Morris
2011-06-08Small fixes for dired-listing-switches usage.Alexander Klimov
2011-05-28Tweak auto-mode-alist to handle config.h.in (Bug#8547).Chong Yidong
2011-05-27* lisp/files.el (interpreter-mode-alist): Add rbash.David Michael
2011-05-26Make set-auto-mode respect mode: entries at the end of the file (bug#8586)Glenn Morris
2011-05-26* lisp/files.el (hack-local-variables, hack-local-variables-apply): Doc fixes.Glenn Morris
2011-05-26Downcase mode names in recent files.el changes.Glenn Morris
2011-05-23Don't quote lambda expressions with `quote'.Stefan Monnier
2011-05-21Further tweak previous files.el change.Glenn Morris
2011-05-21Tweak previous files.el change.Glenn Morris
2011-05-21More small hack-local-variables tweaks for MODE-ONLY case.Glenn Morris
2011-05-21Small files.el hack-local changes for mode-only case.Glenn Morris
2011-05-19Small break-hardlink-on-save fix.Nix
2011-05-09Deprecate using "mode:" to enable minor modes (bug#8613)Glenn Morris
2011-04-23* files.el (auto-mode-alist): Use js-mode for .json (Bug#8529).Chong Yidong
2011-04-19lisp/*.el: Lexical-binding cleanup.Juanma Barranquero
2011-04-09Produce more accurate results from file-size-human-readable.Eli Zaretskii
2011-04-08New function file-size-human-readable.Eli Zaretskii
2011-04-06Reimplement list-processes in Lisp.Chong Yidong
2011-04-06New variable `revert-buffer-in-progress-p'.Juanma Barranquero
2011-04-02* lisp/files.el (save-some-buffers): Doc fix.Glenn Morris
2011-03-21Merge from trunkStefan Monnier