summaryrefslogtreecommitdiff
path: root/lisp/files.el
Commit message (Expand)AuthorAgeFilesLines
* (auto-mode-alist): Add ".mf" and ".mp" for meta-mode.el.Richard M. Stallman1997-07-231-0/+3
* (find-file-literally): Temporarily remove tar-mode andRichard M. Stallman1997-07-211-1/+11
* (auto-mode-alist): Recognize .emacs in MSDOG syntax.Richard M. Stallman1997-07-191-2/+2
* (set-auto-mode): If -*- line specifies a mode,Richard M. Stallman1997-07-161-6/+10
* (find-file-literally): New function.Richard M. Stallman1997-07-081-0/+15
* (file-chase-links): When handling .., make newname absolute.Richard M. Stallman1997-06-271-26/+40
* (require-final-newline): Fix custom :type.Richard M. Stallman1997-06-201-1/+3
* (ctl-x-map): Delete the C-x C-q binding for toggle-read-only.Richard M. Stallman1997-06-181-1/+0
* (backup, find-file): Make `files' their parent.Richard M. Stallman1997-06-181-16/+30
* (file-name-non-special): HandleRichard M. Stallman1997-06-081-0/+2
* (file-name-non-special): Special handling forRichard M. Stallman1997-05-301-2/+7
* (find-file): Delete the facility of handling a prefixKenichi Handa1997-05-281-79/+38
* (path-separator, parse-colon-path): Doc fixes.Richard M. Stallman1997-05-201-5/+13
* (backup-extract-version-start): New variable.Richard M. Stallman1997-05-101-20/+22
* (auto-mode-alist): Shuffle a few elements,Richard M. Stallman1997-05-101-4/+4
* Use defgroup and defcustom.Richard M. Stallman1997-05-051-58/+133
* Doc fix.Richard M. Stallman1997-05-051-1/+1
* (set-auto-mode): New arg JUST-FROM-FILE-NAME.Richard M. Stallman1997-05-051-77/+111
* (recover-file): Fix error message.Richard M. Stallman1997-04-211-1/+1
* (auto-mode-alist): Add .dsl and .dsssl for dsssl-mode.Richard M. Stallman1997-04-121-0/+1
* (file-relative-name): Expand both args beforeRichard M. Stallman1997-04-111-9/+21
* (make-auto-save-file-name): Replace both / and \Richard M. Stallman1997-03-291-14/+11
* (recover-session): Add `t' to switches.Richard M. Stallman1997-03-221-1/+2
* (find-file, find-file-other-window,Karl Heuer1997-02-201-42/+88
* (file-relative-name): Protect the match-data.Erik Naggum1997-02-051-8/+9
* (set-visited-file-name): New arg ALONG-WITH-FILE.Richard M. Stallman1997-02-031-5/+10
* (switch-to-buffer-other-frame)Richard M. Stallman1997-01-051-6/+10
* (insert-directory): Use -- as argRichard M. Stallman1996-12-311-1/+3
* Change defconsts to defvars.Richard M. Stallman1996-12-161-26/+26
* (find-file-revert-without-query): New variable.Richard M. Stallman1996-12-151-2/+23
* (backup-buffer): Doc fix.Karl Heuer1996-12-061-1/+5
* (write-contents-hooks): Doc fix.Karl Heuer1996-11-171-1/+1
* (revert-buffer): Doc fix.Richard M. Stallman1996-11-091-4/+14
* more auto-mode-alist modes.Simon Marshall1996-10-281-0/+2
* (set-visited-file-name): Doc fix.Richard M. Stallman1996-10-261-2/+2
* (hack-local-variables-prop-line):Richard M. Stallman1996-10-131-5/+25
* (auto-mode-alist): .hpp files get C++ mode.Richard M. Stallman1996-10-101-0/+1
* (file-name-non-special): New function.Richard M. Stallman1996-10-041-0/+44
* (recover-session): Error if session files turned off.Richard M. Stallman1996-10-021-0/+2
* (auto-mode-alist): Add lower-case varieties ofRichard M. Stallman1996-09-251-1/+7
* (file-locked-p): Alias to `ignore' if no file locking.Richard M. Stallman1996-09-161-0/+2
* (find-file-existing-other-name): Default value now t.Richard M. Stallman1996-09-141-1/+1
* (inhibit-first-line-modes-regexps): Add .tgz.Richard M. Stallman1996-09-131-1/+1
* (insert-directory): If ls fails, get an error.Richard M. Stallman1996-09-011-49/+53
* (make-auto-save-file-name): Try a few directoriesRichard M. Stallman1996-09-011-2/+8
* (kill-some-buffers): New arg LIST says buffers to maybe kill.Richard M. Stallman1996-08-291-15/+17
* (revert-buffer): Doc fix.Richard M. Stallman1996-08-201-0/+3
* (dabbrev-case-fold-search, dabbrev-case-replace): SetRichard M. Stallman1996-07-221-0/+2
* (insert-directory): Fix previous change.Erik Naggum1996-07-071-1/+1
* (insert-directory): When converting SWITCHES string to a list, put backMiles Bader1996-07-041-1/+1