summaryrefslogtreecommitdiff
path: root/lisp/files.el
AgeCommit message (Expand)Author
2017-06-19kill-matching-buffers to optionally not confirmGlenn Morris
2017-06-19* lisp/files.el (local-enable-local-variables): Doc fix.Glenn Morris
2017-05-06Fix bootstrap build of files.elPhilipp
2017-05-06Fix quoted files for 'verify-visited-file-modtime'Philipp Stephani
2017-05-03Fix Bug#26763Michael Albinus
2017-04-30Fix dependency error during bootstrapTino Calancha
2017-04-29; Fix function namePhilipp Stephani
2017-04-29Reimplement auto-saving to visited filesPhilipp Stephani
2017-04-05enable mhtml-mode by defaultTom Tromey
2017-04-04Make subprocess functions resolve the default directoryPhilipp Stephani
2017-03-25Use a named function for 'safe-local-variablePhilipp Stephani
2017-03-19Merge from origin/emacs-25Paul Eggert
2017-03-01Small recover-this-file improvementGlenn Morris
2017-02-28Add error handling to magic-mode-alistPhillip Lord
2017-02-04; * lisp/files.el (save-some-buffers-default-predicate): Add :version.Eli Zaretskii
2017-02-04Support options with embedded whitespace in 'dired-listing-switches'Eli Zaretskii
2017-02-04New defcustom 'save-some-buffers-default-predicate'Richard Stallman
2017-01-25Fix problem with auto-mode and dir-locals-collect-variablesLars Ingebrigtsen
2017-01-20Improve documentation of hooks related to saving buffersEli Zaretskii
2017-01-17Fix auto-save-file-name problem in Tramp on MS WindowsMichael Albinus
2017-01-13Add .jsx to auto-mode-alistTom Tromey
2017-01-01Merge from origin/emacs-25Paul Eggert
2017-01-01Merge from origin/emacs-25Paul Eggert
2016-12-31Update copyright year to 2017Paul Eggert
2016-12-25Don't modify minibuffer variables globallyLeo Liu
2016-12-09Document file-name-quote, file-name-unquote and file-name-quoted-pMichael Albinus
2016-12-08; Fix last patchMichael Albinus
2016-12-08Add file-name-quoted-p, file-name-quote, file-name-unquoteMichael Albinus
2016-12-07Merge from origin/emacs-25Paul Eggert
2016-11-29Use archive-mode for .cbr filesGlenn Morris
2016-11-28Fix 'expand-file-name' during startup on MS-WindowsEli Zaretskii
2016-11-24Handle correctly an (undocumented) bare mode in hack-local-variables.Alan Mackenzie
2016-11-20Add file-local-nameMichael Albinus
2016-11-17Update parameter :version to 26.1 in several defcustomTino Calancha
2016-11-13Use the new 'file-name-case-insensitive-p' functionKen Brown
2016-10-21New error file-missingPaul Eggert
2016-10-18delete-directory no longer errors when racingPaul Eggert
2016-10-01Make querying to kill processes customizablePhilipp Stephani
2016-09-07Fix documentation of convert-standard-filename on MS-WindowsEli Zaretskii
2016-08-19Amend hack-local-variables-prop-line not always to return any mode on line 1.Alan Mackenzie
2016-08-17file-attribute-collect: New defunTino Calancha
2016-08-08* lisp/files.el (file-ownership-preserved-p): Fix docstring. (Bug#23998)Michael Albinus
2016-08-07Add `make-nearby-temp-file' and `temporary-file-directory'Michael Albinus
2016-08-05* lisp/files.el (version-control): Drop :group vc (Bug #14687)Noam Postavsky
2016-08-05Merge from origin/emacs-25Paul Eggert
2016-07-27; Spelling fixesTino Calancha
2016-07-09Clarify doc string of 'save-buffer'Eli Zaretskii
2016-06-07Merge from origin/emacs-25Paul Eggert
2016-06-06Fix doc string quotingStephen Berman
2016-05-31Merge from origin/emacs-25Paul Eggert