Fri, 30 Oct 2009 02:00:11 +0000 |
Dan Nicolaescu |
* puresize.h (BASE_PURESIZE): Increase to 1470000.
|
Mon, 26 Oct 2009 06:43:36 +0000 |
Dan Nicolaescu |
* textmodes/tex-mode.el (tex-dvi-view-command)
|
Sat, 24 Oct 2009 20:30:44 +0000 |
Chong Yidong |
* files.el (delete-directory): Delete symlinks to directories with
|
Wed, 21 Oct 2009 20:03:57 +0000 |
Stefan Monnier |
* minibuffer.el (completion-table-with-terminator): Properly implement
|
Mon, 05 Oct 2009 07:41:46 +0000 |
Michael Albinus |
* files.el (directory-files-no-dot-files-regexp): New defconst.
|
Sun, 04 Oct 2009 12:14:05 +0000 |
Michael Albinus |
* files.el (copy-directory): New defun.
|
Sat, 03 Oct 2009 19:28:05 +0000 |
Chong Yidong |
* cedet/srecode/srt-mode.el (srecode-template-mode): Doc fix.
|
Fri, 02 Oct 2009 03:48:36 +0000 |
Juanma Barranquero |
Use `called-interactively-p' instead of `interactive-p'.
|
Thu, 01 Oct 2009 15:04:22 +0000 |
Michael Albinus |
* files.el (delete-directory): New defun. The original function
|
Thu, 01 Oct 2009 03:34:04 +0000 |
Stefan Monnier |
(cd-absolute): Don't abbreviate-file-name (bug#4599).
|
Tue, 29 Sep 2009 23:57:17 +0000 |
Chong Yidong |
* files.el (safe-local-eval-forms): Fix typo.
|
Fri, 25 Sep 2009 22:04:07 +0000 |
Chong Yidong |
* files.el (safe-local-eval-forms): Allow time-stamp in
|
Fri, 25 Sep 2009 04:35:14 +0000 |
Juanma Barranquero |
* menu-bar.el (list-buffers-directory): Add docstring.
|
Thu, 24 Sep 2009 23:22:17 +0000 |
Chong Yidong |
* nxml/nxml-mode.el: Alias xml-mode to nxml-mode.
|
Mon, 21 Sep 2009 22:12:28 +0000 |
Chong Yidong |
* files.el (conf-mode-maybe, magic-fallback-mode-alist): Use
|
Fri, 18 Sep 2009 18:42:16 +0000 |
Chong Yidong |
* files.el (auto-mode-alist): Change default for XML files to nXML
|
Sun, 13 Sep 2009 00:52:55 +0000 |
Stefan Monnier |
* mail/sendmail.el (send-mail-function):
|
Mon, 07 Sep 2009 15:23:09 +0000 |
Juanma Barranquero |
* files.el (top-level): Require `cl' when compiling.
|
Mon, 07 Sep 2009 02:26:37 +0000 |
Glenn Morris |
(auto-mode-alist): Use delphi-mode for .dpr files.
|
Sat, 05 Sep 2009 16:25:27 +0000 |
Karl Fogel |
* lisp/files.el (find-alternate-file): Run `kill-buffer-hook' manually
|
Sat, 05 Sep 2009 15:16:49 +0000 |
Karl Fogel |
* lisp/files.el (find-alternate-file): If the old buffer is modified
|
Fri, 04 Sep 2009 03:18:08 +0000 |
Stefan Monnier |
(locate-file-completion-table): Make it provide boundary
|
Sat, 29 Aug 2009 15:33:27 +0000 |
Stefan Monnier |
(get-free-disk-space): Fix paren-typo in last change.
|
Sat, 29 Aug 2009 14:58:15 +0000 |
Stefan Monnier |
(get-free-disk-space): Use / for default-directory.
|
Fri, 28 Aug 2009 23:48:46 +0000 |
Juri Linkov |
(magic-fallback-mode-alist): Add ZIP magic number
|
Fri, 28 Aug 2009 17:02:53 +0000 |
Stefan Monnier |
* gnus/nnheader.el (nnheader-find-file-noselect):
|
Wed, 26 Aug 2009 03:08:33 +0000 |
Glenn Morris |
(enable-local-variables, enable-local-eval)
|
Sun, 23 Aug 2009 00:45:17 +0000 |
Glenn Morris |
(auto-mode-alist): Remove code for defunct system-type next-mach.
|
Sun, 20 Sep 2009 21:06:41 +0000 |
Chong Yidong |
lisp/cedet/srecode.el:
|
Sun, 20 Sep 2009 03:44:02 +0000 |
Chong Yidong |
* files.el (auto-mode-alist): Use emacs-lisp-mode for Project.ede.
|
Mon, 17 Aug 2009 23:40:19 +0000 |
Chong Yidong |
* files.el (hack-one-local-variable): If the mode function is for
|
Sun, 16 Aug 2009 00:31:28 +0000 |
Chong Yidong |
* files.el (get-free-disk-space): Change fallback default
|
Sat, 15 Aug 2009 17:51:37 +0000 |
Chong Yidong |
* files.el (load-library): Doc fix.
|
Fri, 14 Aug 2009 23:40:20 +0000 |
Chong Yidong |
* files.el (auto-mode-alist): Use js-mode for .js files.
|
Wed, 12 Aug 2009 20:30:31 +0000 |
Juri Linkov |
Move code that deals with adding/deleting
|
Tue, 04 Aug 2009 23:51:58 +0000 |
Juri Linkov |
Commands to add/delete file/directory-local variables.
|
Tue, 21 Jul 2009 23:34:33 +0000 |
Chong Yidong |
* mail/rmailedit.el (rmail-edit-mode): Use auto-save-include-big-deletions.
|
Tue, 21 Jul 2009 14:40:33 +0000 |
Richard M. Stallman |
* files.el (auto-save-mode): Handle buffer-save-size = -2
|
Tue, 21 Jul 2009 04:37:53 +0000 |
Glenn Morris |
(abort-if-file-too-large): Explicitly pass `filename' as an argument.
|
Mon, 20 Jul 2009 14:21:27 +0000 |
Chong Yidong |
* files.el (hack-local-variables-filter): Fix last change.
|
Sun, 19 Jul 2009 16:55:16 +0000 |
Juri Linkov |
(ignored-local-variables): Add `dir-local-variables-alist'.
|
Sun, 19 Jul 2009 01:05:17 +0000 |
Chong Yidong |
* files.el (hack-local-variables-filter): Rewrite.
|
Sat, 18 Jul 2009 20:41:32 +0000 |
Alan Mackenzie |
(hack-local-variables-filter): Remove entries with duplicate keys from
|
Thu, 16 Jul 2009 01:52:32 +0000 |
Richard M. Stallman |
* files.el (auto-save-mode): If buffer-saved-size is -2, don't clobber it.
|
Sun, 05 Jul 2009 22:15:34 +0000 |
Stefan Monnier |
(find-alternate-file-other-window, find-alternate-file):
|
Sun, 28 Jun 2009 16:09:46 +0000 |
Chong Yidong |
* files.el (trash-directory): Fix defcustom type.
|
Sun, 28 Jun 2009 04:54:06 +0000 |
Chong Yidong |
* files.el (trash-directory): Change default to nil.
|
Mon, 22 Jun 2009 07:02:04 +0000 |
Glenn Morris |
(dir-locals-collect-mode-variables): Allow for any number of `mode'
|
Thu, 18 Jun 2009 06:54:47 +0000 |
Glenn Morris |
(dir-locals-set-directory-class): Make mtime argument
|
Wed, 17 Jun 2009 15:06:25 +0000 |
Chong Yidong |
* files.el (save-some-buffers-action-alist): Fix last change (Bug#3578).
|
Wed, 17 Jun 2009 02:54:49 +0000 |
Glenn Morris |
(dir-locals-set-directory-class): Fix doc typo.
|
Wed, 20 May 2009 12:53:54 +0000 |
Jason Rumney |
(locate-dominating-stop-dir-regexp): Add terminal
|
Wed, 29 Apr 2009 03:02:54 +0000 |
Chong Yidong |
* files.el (hack-local-variables-prop-line)
|
Tue, 28 Apr 2009 19:00:38 +0000 |
Stefan Monnier |
(load-library): Improve docstring.
|
Sat, 11 Apr 2009 15:26:26 +0000 |
Chong Yidong |
* files.el (dir-locals-directory-cache): Change format to include
|
Wed, 08 Apr 2009 14:05:38 +0000 |
Eli Zaretskii |
(append-to-file): Doc fix.
|
Mon, 30 Mar 2009 13:48:06 +0000 |
Jason Rumney |
(locate-dominating-stop-dir-regexp): Stop searching
|
Sat, 28 Mar 2009 12:26:04 +0000 |
Eli Zaretskii |
(shell-quote-wildcard-pattern): Doc fix.
|
Sat, 21 Mar 2009 15:53:29 +0000 |
Chong Yidong |
(file-modes-rights-to-number): Doc fix.
|
Sun, 15 Mar 2009 02:31:45 +0000 |
Chong Yidong |
(get-free-disk-space): Ensure that default-directory is
|