]> code.delx.au - gnu-emacs/history - lisp/files.el
(recover-file): Call auto-save-file-name-p correctly.
[gnu-emacs] / lisp / files.el
1994-02-16 Richard M. Stallman(recover-file): Call auto-save-file-name-p correctly.
1994-02-16 Richard M. Stallman(interpreter-mode-alist): New variable.
1994-02-06 Richard M. Stallman(auto-mode-alist): Add elt for .tcl files.
1994-02-02 Karl HeuerFix file-relative-name to allow for ancestors as well...
1994-02-01 Richard M. Stallman(auto-mode-alist): Add .p and .pas for pascal-mode.
1994-02-01 Richard M. Stallman(revert-buffer): Doc fix.
1994-02-01 Karl Heuer(revert-buffer): reposition after-revert-hook, and...
1994-01-18 Richard M. Stallman(revert-buffer): Run after-revert-hook.
1994-01-17 Roland McGrathFix typo (extra paren).
1994-01-15 Richard M. Stallman(set-auto-mode): Handle (REGEXP FUNCTION t) elements.
1994-01-14 Richard M. Stallman(abbreviate-file-name): Don't convert / to ~/ when...
1994-01-06 Richard M. Stallman(auto-mode-alist): Treat changelo like ChangeLog.
1994-01-06 Richard M. Stallman[ms-dos] (make-backup-file-name, backup-file-name-p):
1994-01-01 Richard M. Stallman(save-some-buffers): Fix previous change.
1993-12-31 Richard M. Stallman(save-some-buffers): Reinsert lost code to save abbrevs.
1993-12-30 Richard M. Stallman(hack-one-local-variable): Treat file-name-handler...
1993-12-23 Richard M. Stallman(hack-local-variables-prop-line): If we can't switch...
1993-11-10 Richard M. Stallman(find-backup-file-name): Don't fatal-error on
1993-10-12 Richard M. Stallman(abbreviated-home-dir): Doc fix.
1993-10-09 Richard M. Stallman(hack-local-variables): If buffer has no file, display...
1993-09-21 Brian Fox(local-write-file-hooks): Make this variable buffer...
1993-09-17 Richard M. Stallman(directory-abbrev-alist): Doc fix.
1993-09-11 Richard M. Stallman(hack-local-variables-prop-line): Ignore any specification
1993-08-15 Richard M. Stallman(find-file-noselect): If a find-file-not-found-hook...
1993-08-13 Richard M. Stallman(backup-inhibited): Doc fix.
1993-08-06 Richard M. Stallman(after-find-file): Improve warning message about
1993-07-31 Richard M. Stallman(basic-save-buffer): When we read a file name,
1993-07-26 Richard M. Stallman(insert-directory): Make sure default-directory is...
1993-07-22 Richard M. Stallman(parse-colon-path): Really make nil, not ".", for empty...
1993-07-20 Richard M. Stallman(parse-colon-path): Turn empty substring into nil.
1993-07-20 Richard M. Stallman(ange-ftp-completion-hook-function): New function.
1993-07-18 Jim Blandy* files.el (insert-directory): Doc fix.
1993-07-08 Richard M. Stallman(basic-save-buffer): Use after-save-hook.
1993-07-08 Richard M. Stallman(file-relative-name): If we use default-directory,
1993-07-07 Roland McGrath(basic-save-buffer): Invoke after-save-buffer-hook...
1993-07-07 Roland McGrath(cd-absolute): Use abbreviate-file-name on expansion...
1993-07-07 Roland McGrath(basic-save-buffer): Invoke after-save-hook, not after...
1993-07-01 Richard M. Stallman(set-visited-file-name): Rename auto-save file only...
1993-07-01 Richard M. Stallman(set-visited-file-name): Rename the old auto save file.
1993-06-19 Richard M. Stallman(insert-file): Report error if file is directory.
1993-06-13 Richard M. Stallman(abbreviate-file-name): Match home dir with no / if...
1993-06-12 Richard M. Stallman(make-directory): By default create dir default-dir.
1993-06-12 Richard M. Stallman(file-truename): Don't use expand-file-name to merge
1993-06-11 Richard M. Stallman(cd): Use file-name-absolute-p.
1993-06-11 Richard M. Stallman(make-backup-files): Doc fix.
1993-06-10 Richard M. Stallman(basic-save-buffer): Cal auto-save-mode with t as arg
1993-06-10 Richard M. Stallman(hack-one-local-variable): Treat ...-hook(s) and ....
1993-06-10 Richard M. Stallman(abbreviate-file-name): Make abbreviated-home-dir
1993-06-09 Jim BlandyApply typo patches from Paul Eggert.
1993-05-31 Richard M. Stallman(inhibit-local-variables-regexps): New variable.
1993-05-29 Richard M. Stallman(find-file-run-dired): Doc fix.
1993-05-29 Richard M. Stallman(file-chase-links): Handle leading .. in symlink target.
1993-05-29 Richard M. Stallman(file-chase-links): New function.
1993-05-29 Richard M. Stallman(auto-mode-alist): Fix syntax for sgml mode.
1993-05-28 Richard M. Stallman(find-alternate-file): Hide truename and inode number
1993-05-26 Richard M. Stallman(find-file-noselect): Expand buffer-file-truename
1993-05-26 Richard M. Stallman(auto-mode-alist): Recognize .sgm, .sgml, .dtd.
1993-05-26 Richard M. Stallman(auto-mode-alist): Treat .H and .hh as C++ files.
1993-05-25 Richard M. Stallman(find-file-read-only-other-window): Use find-file-other...
1993-05-24 Richard M. Stallman(cd): Set cd-path to a list.
1993-05-19 Jim Blandy* files.el (set-auto-mode): If the buffer's file name...
1993-05-06 Richard M. Stallman(auto-mode-alist): Delete the entries for makefile...
1993-05-03 Jim Blandy* files.el (insert-directory): Undo change of March 23;
1993-05-02 Richard M. Stallman(find-file-noselect): On VMS, maybe set buffer-file...
1993-04-30 Richard M. Stallman(find-file-noselect): Do set buffer-file-name
1993-04-28 Roland McGrath(file-truename): Undo last change.
1993-04-27 Eric S. Raymond(file-truename): Do the right thing when /home/gp2...
1993-04-26 Eric S. Raymond(cd): Handle leading "~" like an absolute filename.
1993-04-25 Eric S. Raymond(cd): Changed to use to resolve relative cd calls.
1993-04-19 Roland McGrath(find-file-noselect): Never set SAME-TRUENAME to a...
1993-04-19 Roland McGrath(set-auto-mode): If the buffer begins with "#!", look...
1993-04-11 Richard M. Stallman(find-file-noselect): Verify other buffers' file number...
1993-03-30 Noah Friedman(find-backup-file-name): delete nothing if overflow...
1993-03-28 Eric S. RaymondFixed typo introduced by last patch.
1993-03-28 Eric S. Raymond(auto-mode-alist): added pairs for .ms, .man, .mk,...
1993-03-26 Richard M. Stallman(local-write-file-hooks): New variable.
1993-03-23 Jim Blandy* files.el (insert-directory): Do chase symlinks before...
1993-03-22 Eric S. RaymondAdded or corrected Commentary sections
1993-03-11 Jim Blandy* files.el (basic-save-buffer): If file-precious-flag...
1993-03-03 Richard M. Stallman(write-file): Handle directory name as arg.
1993-02-22 Jim Blandy* files.el (revert-buffer): Reverse the sense of the...
1993-02-20 Richard M. Stallman(insert-directory): Doc fix.
1993-02-15 Richard M. Stallman(find-file-hooks): Delete permanent-local property.
1993-01-14 Roland McGrath(switch-to-buffer-other-frame): Pass t to pop-to-buffer.
1992-12-26 Richard M. Stallman(abbreviated-home-dir): New variable.
1992-12-12 Jim BlandyThe find-file-name-handler function in ../src/fileio...
1992-11-03 Richard M. Stallman(make-directory): Renamed from make-directory-path.
1992-10-23 Richard M. Stallman(set-visited-file-name): Change the auto save file...
1992-10-21 Richard M. StallmanDoc fixes.
1992-10-20 Richard M. Stallman(file-truename): Check for root by seeing if
1992-10-14 Jim Blandy* files.el (file-truename): The variable ~ should be...
1992-10-12 Richard M. Stallman(buffer-file-number): New variable.
1992-10-09 Richard M. StallmanDoc fix.
1992-10-08 Richard M. Stallman(hack-local-variables): Ignore attempts to bind enable...
1992-09-28 Richard M. Stallman(file-relative-name-1): New function split out.
1992-09-27 Roland McGrath(file-relative-name): Rewritten so unrelativizable...
1992-09-27 Roland McGrath(file-relative-name): Don't lose when DIRECTORY is...
1992-09-27 Roland McGrath(file-relative-name): New function.
1992-09-24 Richard M. Stallman(after-find-file): New arg NOAUTO.
1992-09-20 Richard M. Stallmanentered into RCS
next