Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add 2007 to copyright years. | Glenn Morris | 2007-01-21 | 1 | -1/+1 |
| | |||||
* | (find-alternate-file): Revert query message to Emacs 21 version. | Chong Yidong | 2007-01-20 | 1 | -4/+4 |
| | |||||
* | (abbreviate-file-name): Doc fix. | Eli Zaretskii | 2007-01-06 | 1 | -2/+3 |
| | |||||
* | (find-file-noselect-1, set-visited-file-name): | Richard M. Stallman | 2007-01-04 | 1 | -1/+3 |
| | | | | Allow backup-enable-predicate to be nil. | ||||
* | (version-control): Doc fix. | Juanma Barranquero | 2007-01-02 | 1 | -3/+3 |
| | |||||
* | (auto-mode-case-fold): Doc fix. | Kim F. Storm | 2006-12-31 | 1 | -1/+1 |
| | |||||
* | (auto-mode-case-fold): New defcustom. | Kim F. Storm | 2006-12-31 | 1 | -9/+33 |
| | | | | | (set-auto-mode): If non-nil, perform second case-sensitive pass through auto-mode-alist if first pass failed. | ||||
* | (backup-buffer): Show entire backup file name in message. | Richard M. Stallman | 2006-12-30 | 1 | -10/+10 |
| | | | | | (make-backup-file-name-1): Precompute abs name but don't lose the relative name. | ||||
* | (magic-mode-alist): Detect image files with `image-type-auto-detected-p' | Juanma Barranquero | 2006-12-30 | 1 | -1/+1 |
| | | | | instead of `image-type-from-buffer'. | ||||
* | (magic-mode-alist): Allow matching file type by | Kim F. Storm | 2006-12-19 | 1 | -6/+10 |
| | | | | | | calling a function at bob. Check for image types by calling image-type-from-buffer. Suggested by Juanma Barranquero. (set-auto-mode): Do it. | ||||
* | (magic-mode-alist): Mark as risky. | Richard M. Stallman | 2006-12-17 | 1 | -0/+7 |
| | | | | (make-backup-file-name-1): Expand backup-directory explicitly. | ||||
* | Whitespace change. | Richard M. Stallman | 2006-12-11 | 1 | -1/+1 |
| | |||||
* | (insert-file-1): Compare file size to large-file-warning-threshold and request | Eli Zaretskii | 2006-12-08 | 1 | -0/+10 |
| | | | | confirmation when warranted. | ||||
* | (revert-buffer): Special error message if file is now not readable. | Richard M. Stallman | 2006-11-28 | 1 | -0/+5 |
| | |||||
* | (set-visited-file-name): Use `format', not `message', in `y-or-n-p' call. | Juanma Barranquero | 2006-11-13 | 1 | -6/+6 |
| | |||||
* | (revert-buffer): Fix previous change. | Kenichi Handa | 2006-11-10 | 1 | -0/+1 |
| | |||||
* | (revert-buffer): If a unibyte buffer is being reverted | Kenichi Handa | 2006-10-30 | 1 | -0/+9 |
| | | | | | with a coding system for multibyte, set buffer multibyte before calling insert-file-contents. | ||||
* | (file-name-history): Add defvar. | Richard M. Stallman | 2006-10-12 | 1 | -2/+5 |
| | | | | (save-some-buffers-action-alist): Improve description strings. | ||||
* | (auto-mode-alist): Match change log file name also with | Andreas Schwab | 2006-10-12 | 1 | -1/+1 |
| | | | | a dash before a numeric extension. | ||||
* | Mark `buffer-read-only' as safe-local-variable. | Reiner Steib | 2006-10-08 | 1 | -2/+2 |
| | |||||
* | (find-file-existing): Modified to not allow wildcards. | Eli Zaretskii | 2006-09-30 | 1 | -7/+9 |
| | |||||
* | * files.el (save-some-buffers-action-alist): Display diff in | Chong Yidong | 2006-09-22 | 1 | -1/+7 |
| | | | | view-mode. | ||||
* | (find-buffer-visiting): Don't get fooled by a nil inode. | Stefan Monnier | 2006-09-20 | 1 | -1/+1 |
| | |||||
* | (risky-local-variable-p): Match ...-bindat-spec. | Richard M. Stallman | 2006-09-08 | 1 | -3/+3 |
| | |||||
* | (abbreviate-file-name): Don't mistakenly match newlines in file name. | Stefan Monnier | 2006-09-06 | 1 | -1/+1 |
| | |||||
* | (convert-standard-filename): For Cygwin, replace characters not allowed in | Eli Zaretskii | 2006-07-29 | 1 | -6/+14 |
| | | | | | | Windows file names. (make-auto-save-file-name): Add Cygwin to the list of systems where the auto-save file name needs to be run through convert-standard-filename. | ||||
* | Remove spurious * in docstrings. | Stefan Monnier | 2006-07-16 | 1 | -35/+35 |
| | |||||
* | (locate-file-completion): Avoid duplicates in result. | Richard M. Stallman | 2006-07-12 | 1 | -1/+1 |
| | |||||
* | * files.el (find-alternate-file): Doc fix. | Chong Yidong | 2006-07-06 | 1 | -1/+5 |
| | |||||
* | (abbreviate-file-name): Add save-match-data. | Richard M. Stallman | 2006-07-05 | 1 | -41/+42 |
| | |||||
* | (find-file-noselect-1): Remove unused var assignment. | Stefan Monnier | 2006-07-02 | 1 | -25/+16 |
| | | | | | | | | | (hack-local-variables-confirm): Print lists of strings as lists of strings rather than lists of symbols. (abbreviate-file-name, hack-local-variables-prop-line): Use match-string. (hack-one-local-variable): Move `make-local-variable' nearer its use. (recover-session-finish): Use line-end-position. | ||||
* | Fix a comment. | Eli Zaretskii | 2006-06-23 | 1 | -1/+1 |
| | |||||
* | * files.el (hack-local-variables): Run `hack-local-variables-hook' | Chong Yidong | 2006-06-20 | 1 | -2/+2 |
| | | | | whether or not a local variables list is defined. | ||||
* | (find-file-noselect): Improve the question wording. | Richard M. Stallman | 2006-06-19 | 1 | -10/+41 |
| | | | | (basic-save-buffer-2): Mask UMASK against 666. | ||||
* | (basic-save-buffer-2): For a new precious file, | Richard M. Stallman | 2006-06-16 | 1 | -2/+3 |
| | | | | use the default modes in the return value. | ||||
* | (hack-local-variables-confirm): | Thien-Thi Nguyen | 2006-06-12 | 1 | -1/+5 |
| | | | | Display string value using its printed representation. | ||||
* | (hack-local-variables-prop-line) | Kenichi Handa | 2006-06-07 | 1 | -4/+2 |
| | | | | (hack-local-variables): Cancel the previous change. | ||||
* | (hack-local-variables): Ignore `char-trans' as well as `coding'. | Kenichi Handa | 2006-06-02 | 1 | -1/+1 |
| | |||||
* | (hack-local-variables-prop-line): Ignore `char-trans' | Kenichi Handa | 2006-06-02 | 1 | -1/+3 |
| | | | | as well as `coding'. | ||||
* | (auto-mode-alist): Add makepp suffix and optional mk on Makeppfile. | Daniel Pfeiffer | 2006-05-30 | 1 | -1/+2 |
| | |||||
* | (hack-one-local-variable-eval-safep): Don't burp if used | Stefan Monnier | 2006-05-29 | 1 | -1/+4 |
| | | | | during bootstrapping. | ||||
* | * files.el (backup-buffer-copy): Remove deleted MUSTBENEW argument | Chong Yidong | 2006-05-26 | 1 | -1/+1 |
| | | | | to copy-file. | ||||
* | (file-name-extension): Doc fix. | Richard M. Stallman | 2006-05-17 | 1 | -0/+1 |
| | |||||
* | (auto-mode-alist): Add .lha files to archive file extensions. | Eli Zaretskii | 2006-05-16 | 1 | -2/+2 |
| | |||||
* | Trivial typo. | Stefan Monnier | 2006-05-16 | 1 | -1/+1 |
| | |||||
* | (version-control): Correct safe values. | Reiner Steib | 2006-05-12 | 1 | -1/+2 |
| | |||||
* | Balance parentheses. | Luc Teirlinck | 2006-05-12 | 1 | -1/+1 |
| | |||||
* | Move `safe-local-variable' declarations to the respective files. | Reiner Steib | 2006-05-11 | 1 | -18/+7 |
| | |||||
* | Remove `eval' and `let' binding for now unused lambda `string-or-null'. | Juri Linkov | 2006-05-09 | 1 | -25/+23 |
| | |||||
* | (buffer-stale-function): Point Info links to the main manual, not to emacs-xtra. | Eli Zaretskii | 2006-05-06 | 1 | -1/+1 |
| |