| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | (local-write-file-hooks): New variable. | Richard M. Stallman | 1993-03-26 | 1 | -2/+12 |
| | | | | | | (set-visited-file-name): Kill local-write-file-hooks as local var. (basic-save-buffer): Use local-write-file-hooks. | ||||
| * | * files.el (insert-directory): Do chase symlinks before passing | Jim Blandy | 1993-03-23 | 1 | -4/+7 |
| | | | | | the directory name to ls. | ||||
| * | Added or corrected Commentary sections | Eric S. Raymond | 1993-03-22 | 1 | -0/+6 |
| | | |||||
| * | * files.el (basic-save-buffer): If file-precious-flag is set, and | Jim Blandy | 1993-03-11 | 1 | -0/+4 |
| | | | | | | we write the buffer to a temp file and then rename it, don't neglect to set the new file's modes properly. | ||||
| * | (write-file): Handle directory name as arg. | Richard M. Stallman | 1993-03-03 | 1 | -2/+11 |
| | | |||||
| * | * files.el (revert-buffer): Reverse the sense of the first | Jim Blandy | 1993-02-22 | 1 | -6/+20 |
| | | | | | | | | argument, but leave interactive usage the same. * vc.el (vc-resynch-window): Call vc-revert-buffer1 with the newly appropriate arguments. This seems to be the only file which was adjusted for the new meaning of the revert-buffer arguments. | ||||
| * | (insert-directory): Doc fix. | Richard M. Stallman | 1993-02-20 | 1 | -1/+1 |
| | | |||||
| * | (find-file-hooks): Delete permanent-local property. | Richard M. Stallman | 1993-02-15 | 1 | -2/+4 |
| | | | | | (find-file-not-found-hooks): Likewise. | ||||
| * | (switch-to-buffer-other-frame): Pass t to pop-to-buffer. | Roland McGrath | 1993-01-14 | 1 | -1/+1 |
| | | |||||
| * | (abbreviated-home-dir): New variable. | Richard M. Stallman | 1992-12-26 | 1 | -1/+15 |
| | | | | | (abbreviate-file-name): Properly convert abbreviated homedir to ~. | ||||
| * | The find-file-name-handler function in ../src/fileio.c is now | Jim Blandy | 1992-12-12 | 1 | -40/+6 |
| | | | | | | | | | | | callable from lisp; use it instead of writing out its code. * dired-aux.el (dired-compress-file): Just that. * dired.el (dired-uncache): Just that. * files.el (file-local-copy, file-truename, file-name-sans-versions, make-directory, save-buffers-kill-emacs): Just that. * ls-lisp.el (insert-directory): Just that. | ||||
| * | (make-directory): Renamed from make-directory-path. | Richard M. Stallman | 1992-11-03 | 1 | -24/+28 |
| | | | | | | | | Optional argument says whether to create parent dirs. Invoke file-name handler here. (after-find-file): Delete code that offers to create dir. Instead, just print a message. | ||||
| * | (set-visited-file-name): Change the auto save file name. | Richard M. Stallman | 1992-10-23 | 1 | -1/+8 |
| | | |||||
| * | Doc fixes. | Richard M. Stallman | 1992-10-21 | 1 | -3/+3 |
| | | |||||
| * | (file-truename): Check for root by seeing if | Richard M. Stallman | 1992-10-20 | 1 | -15/+29 |
| | | | | | | directory-file-name returns same as DIR. Look for a file-truename handler for the file name. | ||||
| * | * files.el (file-truename): The variable ~ should be considered an | Jim Blandy | 1992-10-14 | 1 | -1/+3 |
| | | | | | | absolute pathname; handle it correctly. Concatenate the directory onto the filename in the correct order. | ||||
| * | (buffer-file-number): New variable. | Richard M. Stallman | 1992-10-12 | 1 | -63/+224 |
| | | | | | | | | | | (find-file-noselect): Record the file's filenum and devnum. Notify if any buffer has the same values. (basic-save-buffer): Save new filenum and devnum. For file-precious-flag, pass real name as VISIT arg of write-region. (set-visited-file-name): Likewise. Clear buffer-file-{number,truename} if now visiting no file. | ||||
| * | Doc fix. | Richard M. Stallman | 1992-10-09 | 1 | -2/+1 |
| | | |||||
| * | (hack-local-variables): Ignore attempts to bind enable-local-eval. | Richard M. Stallman | 1992-10-08 | 1 | -0/+2 |
| | | |||||
| * | (file-relative-name-1): New function split out. | Richard M. Stallman | 1992-09-28 | 1 | -11/+11 |
| | | | | | (file-relative-name): Use it. | ||||
| * | (file-relative-name): Rewritten so unrelativizable file names win. | Roland McGrath | 1992-09-27 | 1 | -3/+11 |
| | | |||||
| * | (file-relative-name): Don't lose when DIRECTORY is nil. | Roland McGrath | 1992-09-27 | 1 | -1/+2 |
| | | |||||
| * | (file-relative-name): New function. | Roland McGrath | 1992-09-27 | 1 | -0/+9 |
| | | |||||
| * | (after-find-file): New arg NOAUTO. | Richard M. Stallman | 1992-09-24 | 1 | -5/+6 |
| | | | | | (revert-buffer, recover-file): Pass t for that arg. | ||||
| * | entered into RCS | Richard M. Stallman | 1992-09-20 | 1 | -0/+4 |
| | | |||||
| * | *** empty log message *** | Richard M. Stallman | 1992-09-14 | 1 | -12/+31 |
| | | |||||
| * | *** empty log message *** | Richard M. Stallman | 1992-09-13 | 1 | -33/+84 |
| | | |||||
| * | *** empty log message *** | Richard M. Stallman | 1992-09-12 | 1 | -6/+19 |
| | | |||||
| * | *** empty log message *** | Richard M. Stallman | 1992-09-11 | 1 | -1/+4 |
| | | |||||
| * | *** empty log message *** | Richard M. Stallman | 1992-09-01 | 1 | -4/+6 |
| | | |||||
| * | *** empty log message *** | Joseph Arceneaux | 1992-08-06 | 1 | -1/+2 |
| | | |||||
| * | *** empty log message *** | Richard M. Stallman | 1992-08-03 | 1 | -1/+3 |
| | | |||||
| * | *** empty log message *** | Richard M. Stallman | 1992-08-03 | 1 | -4/+6 |
| | | |||||
| * | *** empty log message *** | Roland McGrath | 1992-07-28 | 1 | -2/+8 |
| | | |||||
| * | *** empty log message *** | Richard M. Stallman | 1992-07-28 | 1 | -6/+14 |
| | | |||||
| * | *** empty log message *** | Richard M. Stallman | 1992-07-22 | 1 | -1/+1 |
| | | |||||
| * | *** empty log message *** | Eric S. Raymond | 1992-07-22 | 1 | -3/+2 |
| | | |||||
| * | *** empty log message *** | Eric S. Raymond | 1992-07-22 | 1 | -2/+3 |
| | | |||||
| * | *** empty log message *** | Richard M. Stallman | 1992-07-19 | 1 | -0/+1 |
| | | |||||
| * | *** empty log message *** | Jim Blandy | 1992-07-17 | 1 | -7/+11 |
| | | |||||
| * | *** empty log message *** | Eric S. Raymond | 1992-07-16 | 1 | -1/+6 |
| | | |||||
| * | *** empty log message *** | Jim Blandy | 1992-07-15 | 1 | -18/+18 |
| | | |||||
| * | *** empty log message *** | Jim Blandy | 1992-07-10 | 1 | -7/+8 |
| | | |||||
| * | *** empty log message *** | Richard M. Stallman | 1992-07-04 | 1 | -1/+1 |
| | | |||||
| * | *** empty log message *** | Richard M. Stallman | 1992-07-02 | 1 | -1/+2 |
| | | |||||
| * | *** empty log message *** | Roland McGrath | 1992-07-02 | 1 | -0/+1 |
| | | |||||
| * | *** empty log message *** | Richard M. Stallman | 1992-06-23 | 1 | -9/+20 |
| | | |||||
| * | *** empty log message *** | Jim Blandy | 1992-06-10 | 1 | -3/+4 |
| | | |||||
| * | *** empty log message *** | Eric S. Raymond | 1992-05-30 | 1 | -1/+4 |
| | | |||||
| * | *** empty log message *** | Jim Blandy | 1992-05-10 | 1 | -2/+2 |
| | | |||||
