Replace `iff' in doc-strings and comments.
[bpt/emacs.git] / lisp / files.el
2007-08-08 Glenn MorrisReplace `iff' in doc-strings and comments.
2007-08-05 Michael Albinus*** empty log message ***
2007-08-05 Michael Albinus* net/tramp.el (tramp-handle-file-remote-p): Return...
2007-08-05 Michael Albinus* files.el (set-auto-mode): Handle also remote files wrt
2007-07-25 Glenn MorrisSwitch license to GPLv3 or later.
2007-07-01 Richard M. Stallman(find-file-visit-truename): Fix safe-local-variable...
2007-06-05 Chong Yidong(auto-mode-alist): Open `.asd' files in lisp-mode.
2007-06-05 Chong Yidong(auto-mode-alist): Add lower-priority match for names...
2007-06-04 Chong Yidong(magic-mode-alist): Remove image-type-auto-detected-p.
2007-05-22 Richard M. Stallman(set-auto-mode): Doc fix.
2007-05-16 Stefan Monnier(magic-mode-alist, magic-fallback-mode-alist):
2007-05-16 Stefan Monnier(magic-fallback-mode-alist): Rename from file-start...
2007-05-14 Juanma Barranquero(mode-require-final-newline, require-final-newline...
2007-05-10 Richard M. Stallman(file-start-mode-alist): New variable.
2007-04-23 Glenn Morris(magic-mode-alist): `<!DOCTYPE HTML' in html-mode.
2007-04-23 Glenn Morris(magic-mode-alist): Allow for carriage-returns in sgml...
2007-04-23 Glenn Morris(magic-mode-alist): Allow for carriage-returns in html...
2007-04-13 Chong YidongRevert 2007-03-25 change.
2007-03-25 Chong YidongDon't mark default-directory as a safe local var.
2007-03-20 David Kastrup(magic-mode-alist): Require literal "%!PS" string for
2007-03-20 Martin Rudalics(basic-save-buffer): Do not set visited filename when
2007-03-19 Chong YidongRevert 2006-12-08 change by Kevin Rodgers due to lack...
2007-03-19 Richard M. Stallman(default-directory): Mark safe.
2007-03-05 Richard M. Stallman(find-file-noselect): No error if file no longer exists.
2007-03-01 Chong Yidong(set-auto-mode-0): Use `indirect-function'.
2007-02-25 Andreas Schwab(hack-one-local-variable-eval-safep): Correct handling
2007-02-11 Juanma Barranquero(change-major-mode-with-file-name): Fix typo in docstring.
2007-02-09 Chong Yidong(magic-mode-alist): Call image-mode instead of image...
2007-01-31 Jason Rumney(magic-mode-alist): Use image-mode-maybe rather than
2007-01-30 Michael Albinus* files.el (get-free-disk-space): Return nil for remote
2007-01-27 Chong Yidong(hack-local-variables-confirm): Don't keep trying to...
2007-01-21 Glenn MorrisAdd 2007 to copyright years.
2007-01-20 Chong Yidong(find-alternate-file): Revert query message to Emacs...
2007-01-06 Eli Zaretskii(abbreviate-file-name): Doc fix.
2007-01-04 Richard M. Stallman(find-file-noselect-1, set-visited-file-name):
2007-01-02 Juanma Barranquero(version-control): Doc fix.
2006-12-31 Kim F. Storm(auto-mode-case-fold): Doc fix.
2006-12-31 Kim F. Storm(auto-mode-case-fold): New defcustom.
2006-12-30 Richard M. Stallman(backup-buffer): Show entire backup file name in message.
2006-12-30 Juanma Barranquero(magic-mode-alist): Detect image files with `image...
2006-12-19 Kim F. Storm(magic-mode-alist): Allow matching file type by
2006-12-17 Richard M. Stallman(magic-mode-alist): Mark as risky.
2006-12-11 Richard M. StallmanWhitespace change.
2006-12-08 Eli Zaretskii(insert-file-1): Compare file size to large-file-warnin...
2006-11-28 Richard M. Stallman(revert-buffer): Special error message if file is now...
2006-11-13 Juanma Barranquero(set-visited-file-name): Use `format', not `message...
2006-11-10 Kenichi Handa(revert-buffer): Fix previous change.
2006-10-30 Kenichi Handa(revert-buffer): If a unibyte buffer is being reverted
2006-10-12 Richard M. Stallman(file-name-history): Add defvar.
2006-10-12 Andreas Schwab(auto-mode-alist): Match change log file name also...
2006-10-08 Reiner SteibMark `buffer-read-only' as safe-local-variable.
2006-09-30 Eli Zaretskii(find-file-existing): Modified to not allow wildcards.
2006-09-22 Chong Yidong* files.el (save-some-buffers-action-alist): Display...
2006-09-20 Stefan Monnier(find-buffer-visiting): Don't get fooled by a nil inode.
2006-09-08 Richard M. Stallman(risky-local-variable-p): Match ...-bindat-spec.
2006-09-06 Stefan Monnier(abbreviate-file-name): Don't mistakenly match newlines...
2006-07-29 Eli Zaretskii(convert-standard-filename): For Cygwin, replace charac...
2006-07-16 Stefan MonnierRemove spurious * in docstrings.
2006-07-12 Richard M. Stallman(locate-file-completion): Avoid duplicates in result.
2006-07-06 Chong Yidong* files.el (find-alternate-file): Doc fix.
2006-07-05 Richard M. Stallman(abbreviate-file-name): Add save-match-data.
2006-07-02 Stefan Monnier(find-file-noselect-1): Remove unused var assignment.
2006-06-23 Eli ZaretskiiFix a comment.
2006-06-20 Chong Yidong* files.el (hack-local-variables): Run `hack-local...
2006-06-19 Richard M. Stallman(find-file-noselect): Improve the question wording.
2006-06-16 Richard M. Stallman(basic-save-buffer-2): For a new precious file,
2006-06-12 Thien-Thi Nguyen(hack-local-variables-confirm):
2006-06-07 Kenichi Handa(hack-local-variables-prop-line)
2006-06-02 Kenichi Handa(hack-local-variables): Ignore `char-trans' as well...
2006-06-02 Kenichi Handa(hack-local-variables-prop-line): Ignore `char-trans'
2006-05-30 Daniel Pfeiffer(auto-mode-alist): Add makepp suffix and optional mk...
2006-05-29 Stefan Monnier(hack-one-local-variable-eval-safep): Don't burp if...
2006-05-26 Chong Yidong* files.el (backup-buffer-copy): Remove deleted MUSTBEN...
2006-05-17 Richard M. Stallman(file-name-extension): Doc fix.
2006-05-16 Eli Zaretskii(auto-mode-alist): Add .lha files to archive file exten...
2006-05-16 Stefan MonnierTrivial typo.
2006-05-12 Reiner Steib(version-control): Correct safe values.
2006-05-12 Luc TeirlinckBalance parentheses.
2006-05-11 Reiner SteibMove `safe-local-variable' declarations to the respecti...
2006-05-09 Juri LinkovRemove `eval' and `let' binding for now unused lambda...
2006-05-06 Eli Zaretskii(buffer-stale-function): Point Info links to the main...
2006-05-02 Reiner Steib(byte-compile-dynamic)
2006-04-29 Stefan Monnier(safe-local-variable-p): Remove support for the special...
2006-04-18 Richard M. Stallman(enable-local-variables): Allow :all as value.
2006-04-13 Eli Zaretskii(hack-one-local-variable-eval-safep): Recognize `edebug...
2006-04-11 Richard M. Stallman(enable-local-variables): Allow value :safe.
2006-04-08 Eli Zaretskii(hack-local-variables-confirm) <offer-save>: Clarify...
2006-04-06 Reiner Steib* subr.el (string-or-null-p): New function.
2006-04-06 Reiner Steib* files.el: Move some `safe-local-variable' declaration...
2006-04-04 Andreas SchwabMark `left-margin', `byte-compile-dynamic-docstrings'
2006-03-24 Romain Francoise(ctl-x-5-map): Really bind C-x 5 C-o to `display-buffer...
2006-03-20 Richard M. Stallman(display-buffer-other-frame): New command.
2006-03-11 Eli Zaretskii(auto-mode-alist): Add .odt (OpenOffice's open document...
2006-03-10 Chong Yidong* files.el (hack-local-variables-confirm): Don't prompt...
2006-03-08 Chong Yidong* files.el (hack-local-variables-confirm): Set
2006-02-27 Luc Teirlinck(load-library): Use `get-load-suffixes' instead of...
2006-02-21 Richard M. Stallman(enable-local-variables): Doc fix.
2006-02-17 Chong Yidong* files.el: Rearrange functions and variables in the...
2006-02-17 Reiner SteibAdd truncate-lines, ispell-check-comments and
2006-02-15 Chong Yidong* files.el (hack-local-variables-confirm): Kill temp...
next