2010-07-31 |
Eli Zaretskii |
Add a Hebrew translation of the tutorial.
|
2010-06-12 |
Eli Zaretskii |
Fix bug #6396.
|
2010-05-31 |
Juanma Barranquero |
* files.el (directory-files-no-dot-files-regexp): Doc fix (bug#6298).
|
2010-05-27 |
Chong Yidong |
Change delete-by-moving-to-trash so Lisp calls explicitly request trashing.
|
2010-05-31 |
Juanma Barranquero |
Backport from trunk: Fix bug#6298.
|
2010-05-15 |
Eli Zaretskii |
Don't override standard definition of convert-standard-filename.
|
2010-05-08 |
Stefan Monnier |
Merge from emacs-23
|
2010-04-20 |
Chong Yidong |
* files.el (copy-directory): Handle symlinks (Bug#5982).
|
2010-05-07 |
Stefan Monnier |
* textmodes/dns-mode.el (auto-mode-alist): Add entry for .zone files.
|
2010-05-07 |
Stefan Monnier |
* files.el (auto-save-mode): Move to simple.el to fix bootstrap.
|
2010-05-06 |
Stefan Monnier |
Define auto-save-mode with define-minor-mode.
|
2010-04-21 |
Glenn Morris |
Add SELinux support.
|
2010-04-18 |
Juri Linkov |
Add 7z archive format support (bug#5475).
|
2010-03-31 |
Stefan Monnier |
* files.el (auto-mode-case-fold): Change default to t.
|
2010-03-29 |
Eli Zaretskii |
Support MS-Windows build and reversed rows in GUI frames; add initial docs.
|
2010-03-18 |
Glenn Morris |
* files.el (interpreter-mode-alist): Use emacs-lisp-mode for Emacs scripts.
|
2010-03-12 |
Dan Nicolaescu |
Add .dir-locals.el support for file-less buffers.
|
2010-03-12 |
Dan Nicolaescu |
Add support for shelving snapshots and for showing shelves.
|
2010-02-28 |
Chong Yidong |
Fix save-excursion warning in files.el.
|
2010-02-24 |
Chong Yidong |
* files.el (hack-local-variables-filter): For eval forms, also
|
2010-02-21 |
Chong Yidong |
* files.el (directory-listing-before-filename-regexp): Use
|
2010-02-14 |
Michael Albinus |
* files.el (insert-directory): When WILDCARD-REGEXP and
|
2010-01-27 |
Chong Yidong |
* lisp/files.el (delete-directory): Fix typo in last change.
|
2010-01-27 |
Chong Yidong |
Fix delete-directory recursion behavior for trashing (Bug#5436).
|
2010-01-17 |
Juanma Barranquero |
Fix typos in docstrings.
|
2010-01-13 |
Glenn Morris |
Add 2010 to copyright years.
|
2010-01-12 |
Michael Albinus |
* files.el (copy-directory): Compute target for recursive
|
2010-01-01 |
Chong Yidong |
* lisp/files.el (minibuffer-with-setup-hook): Doc fix (Bug#5149).
|
2009-12-17 |
Michael Albinus |
* files.el (file-expand-wildcards): In case of remote files, check
|
2009-12-17 |
Juri Linkov |
Fix regression from 23.1 to allow multiple modes in Local Variables.
|
2009-11-25 |
Juri Linkov |
Provide additional default values (file name at point or at the
|
2009-11-13 |
Stefan Monnier |
* x-dnd.el (x-dnd-maybe-call-test-function):
|
2009-11-12 |
Dan Nicolaescu |
* textmodes/ispell.el (ispell-skip-region-alist):
|
2009-11-11 |
Stefan Monnier |
(directory-abbrev-alist): Fix docstring.
|
2009-11-06 |
Dan Nicolaescu |
* textmodes/tex-mode.el (tex-alt-dvi-print-command)
|
2009-10-30 |
Dan Nicolaescu |
* puresize.h (BASE_PURESIZE): Increase to 1470000.
|
2009-10-26 |
Dan Nicolaescu |
* textmodes/tex-mode.el (tex-dvi-view-command)
|
2009-10-24 |
Chong Yidong |
* files.el (delete-directory): Delete symlinks to directories with
|
2009-10-21 |
Stefan Monnier |
* minibuffer.el (completion-table-with-terminator): Properly implement
|
2009-10-05 |
Michael Albinus |
* files.el (directory-files-no-dot-files-regexp): New defconst.
|
2009-10-04 |
Michael Albinus |
* files.el (copy-directory): New defun.
|
2009-10-03 |
Chong Yidong |
* cedet/srecode/srt-mode.el (srecode-template-mode): Doc fix.
|
2009-10-02 |
Juanma Barranquero |
Use `called-interactively-p' instead of `interactive-p'.
|
2009-10-01 |
Michael Albinus |
* files.el (delete-directory): New defun. The original function
|
2009-10-01 |
Stefan Monnier |
(cd-absolute): Don't abbreviate-file-name (bug#4599).
|
2009-09-29 |
Chong Yidong |
* files.el (safe-local-eval-forms): Fix typo.
|
2009-09-25 |
Chong Yidong |
* files.el (safe-local-eval-forms): Allow time-stamp in
|
2009-09-25 |
Juanma Barranquero |
* menu-bar.el (list-buffers-directory): Add docstring.
|
2009-09-24 |
Chong Yidong |
* nxml/nxml-mode.el: Alias xml-mode to nxml-mode.
|
2009-09-21 |
Chong Yidong |
* files.el (conf-mode-maybe, magic-fallback-mode-alist): Use
|
2009-09-18 |
Chong Yidong |
* files.el (auto-mode-alist): Change default for XML files to nXML
|
2009-09-13 |
Stefan Monnier |
* mail/sendmail.el (send-mail-function):
|
2009-09-07 |
Juanma Barranquero |
* files.el (top-level): Require `cl' when compiling.
|
2009-09-07 |
Glenn Morris |
(auto-mode-alist): Use delphi-mode for .dpr files.
|
2009-09-05 |
Karl Fogel |
* lisp/files.el (find-alternate-file): Run `kill-buffer-hook' manually
|
2009-09-05 |
Karl Fogel |
* lisp/files.el (find-alternate-file): If the old buffer is modified
|
2009-09-04 |
Stefan Monnier |
(locate-file-completion-table): Make it provide boundary
|
2009-08-29 |
Stefan Monnier |
(get-free-disk-space): Fix paren-typo in last change.
|
2009-08-29 |
Stefan Monnier |
(get-free-disk-space): Use / for default-directory.
|
2009-08-28 |
Juri Linkov |
(magic-fallback-mode-alist): Add ZIP magic number
|