Commit graph

83261 commits

Author SHA1 Message Date
Stefan Monnier
f836b98e31 (dired-read-dir-and-switches): Ignore ., .., and
completion-ignored-extension directories if there's something else.
(dired-mark-if, dired-map-over-marks, dired-readin, dired-revert)
(dired-remember-marks, dired-undo, dired-build-subdir-alist)
(dired-internal-do-deletions, dired-mark-files-in-region, dired-mark)
(dired-toggle-marks, dired-change-marks, dired-unmark-all-files):
buffer-read-only -> inhibit-read-only.
2008-05-13 05:15:57 +00:00
Stefan Monnier
01bb401886 (Qdefault_directory): New var.
(file_name_completion): Use it instead of Fexpand_file_name.
(syms_of_dired): Initialize it.
2008-05-13 04:39:32 +00:00
Juanma Barranquero
0d5c7113e3 *** empty log message *** 2008-05-12 21:43:04 +00:00
Romain Francoise
1937f3dc3d Mention CVE name: CVE-2008-2142. 2008-05-12 20:07:57 +00:00
Eric S. Raymond
77c5055c7b Tell (vc-expand-dirs) not to throw out explicitly specified files. 2008-05-12 18:49:07 +00:00
Stefan Monnier
728bb8e020 (double_dollars): Remove dead code. 2008-05-12 18:31:26 +00:00
Stefan Monnier
d5c1493791 (smerge-apply-resolution-patch): Don't pass nil to `insert'. 2008-05-12 18:21:24 +00:00
Stefan Monnier
6483b8c793 (fast-lock-cache-directories): Remove "." from its
default value and give it the risky-local-variable property.
2008-05-12 17:30:29 +00:00
Dan Nicolaescu
84cb74cf07 Re-add Todo item about merging. 2008-05-12 17:19:41 +00:00
Dan Nicolaescu
93614fc1f8 (with-vc-file, edit-vc-file): Remove unused macros. 2008-05-12 16:37:30 +00:00
Dan Nicolaescu
b257def74f (vc-annotate-show-diff-revision-at-line): Remove incorrect
cons.  Use vc-annotate-backend.
2008-05-12 16:22:42 +00:00
Teodor Zlatanov
e64a3841c4 Add autoload for
`auth-source-user-or-password'.
(smtpmail-try-auth-methods): Use it.
2008-05-12 12:40:12 +00:00
Teodor Zlatanov
97d1c23634 Add autoload cookie for
`auth-source-user-or-password'.
(url-basic-auth, url-digest-auth): Use it with any realm,
overriding the user name and password before the prompt.
2008-05-12 12:39:46 +00:00
YAMAMOTO Mitsuharu
f8240abdb8 (FORWARD_SIGNAL_TO_MAIN_THREAD): New define.
(main_thread, SIGNAL_THREAD_CHECK): Conditionalize on
FORWARD_SIGNAL_TO_MAIN_THREAD instead of HAVE_GTK_AND_PTHREAD.
2008-05-12 08:30:56 +00:00
YAMAMOTO Mitsuharu
3e9de9f617 (main_thread): Conditionalize on
FORWARD_SIGNAL_TO_MAIN_THREAD instead of HAVE_GTK_AND_PTHREAD.
(main) [FORWARD_SIGNAL_TO_MAIN_THREAD]: Initialize it.
2008-05-12 08:30:13 +00:00
Stefan Monnier
ee5657de26 Comment. 2008-05-12 01:46:27 +00:00
Stefan Monnier
4ded1ddb22 (cl-set-nthcdr): Make it a defsubst so that
(setf (nthcdr ..) ..) doesn't require CL at runtime.
2008-05-12 01:45:41 +00:00
Carsten Dominik
6dc30f4463 * org/org.el (org-modules): Repair problems with loading
org-jsinfo.org.
2008-05-11 22:54:56 +00:00
Carsten Dominik
ba8a4d0870 *** empty log message *** 2008-05-11 22:54:08 +00:00
Stefan Monnier
07c4b87ce2 (vc-bzr-sha1, vc-bzr-command-discarding-stderr)
(vc-bzr-revision-completion-table): Use process-file.
(vc-bzr-working-revision): Pass relative file names.
2008-05-11 21:59:45 +00:00
Stefan Monnier
365bdf633b (diff-hunk-header-re): Refine the regexp. 2008-05-11 21:57:27 +00:00
Juri Linkov
fd3d78f292 (Info-next-preorder): Let-bind `Info-history' to nil
before recursive call to `Info-next-preorder' to not add
intermediate nodes to the history.
2008-05-11 20:32:33 +00:00
Juri Linkov
3e7969807f Put isearch-scroll property on cua-scroll-up and cua-scroll-down. 2008-05-11 20:31:18 +00:00
Juri Linkov
21d9ed8b07 Put isearch-scroll property on recenter-top-bottom. 2008-05-11 20:30:26 +00:00
Juri Linkov
0f93648428 (widget-image-directory): Change default image data
subdirectory from "custom" to "images/custom".
2008-05-11 20:29:41 +00:00
Juri Linkov
5525fa30ac *** empty log message *** 2008-05-11 20:29:07 +00:00
Reiner Steib
e462b5b8a3 (smerge-start-session): Revert unintended change in 2008-05-10T13:06:33Z!Reiner.Steib@gmx.de. 2008-05-11 20:26:00 +00:00
Juri Linkov
fe93fcfebf Initial revision. 2008-05-11 20:25:15 +00:00
Glenn Morris
869522fb01 Re-fill copyright years.
Re-fix permissions notice.
2008-05-11 19:00:41 +00:00
Eric S. Raymond
2e4f446922 Reorganize to-do list. 2008-05-11 18:30:35 +00:00
Eric S. Raymond
a970a27e03 Remove dead code. 2008-05-11 18:15:59 +00:00
Dan Nicolaescu
08a1ccb0d8 Fix typo. 2008-05-11 15:36:33 +00:00
Eric S. Raymond
f919e79468 Typo fix. 2008-05-11 14:50:25 +00:00
Eric S. Raymond
dab6808215 Prevent some compilaation warnings. 2008-05-11 14:49:39 +00:00
Dan Nicolaescu
6ea3f62c7c *** empty log message *** 2008-05-11 13:11:17 +00:00
Dan Nicolaescu
922320a982 (ewoc): Require. 2008-05-10 21:52:36 +00:00
Dan Nicolaescu
d9a3d80e56 (vc-hooks, ewoc): Require.
(vc-log-edit, vc-buffer-sync): Declare for byte compiler.
2008-05-10 19:21:30 +00:00
Dan Nicolaescu
ec4149ff60 (vc-hg-diff, vc-hg-annotate-command): Use when not if. 2008-05-10 19:10:31 +00:00
Chong Yidong
2f8c51b55f Tweak last change. 2008-05-10 17:34:32 +00:00
Chong Yidong
3f2f222ab4 (x-colors): Re-order colors. 2008-05-10 17:28:09 +00:00
Chong Yidong
f4c1641466 * term/w32-win.el (x-colors):
* term/mac-win.el (x-colors):
* term/x-win.el (x-colors): Re-order colors.
2008-05-10 17:27:33 +00:00
Eric S. Raymond
2888a97eb5 Remove assumption about what nil means as a first arument to vc-do-command. 2008-05-10 13:27:16 +00:00
Reiner Steib
b3fccc2715 (smerge-command-prefix): Fix custom type. 2008-05-10 13:09:04 +00:00
Reiner Steib
e76fdf5307 (smerge-command-prefix): Fix custom type. 2008-05-10 13:06:33 +00:00
Eric S. Raymond
2cd5294d11 New functions implementing motion to next and previous directory. 2008-05-10 12:40:57 +00:00
Eli Zaretskii
102d70a83d (Fdirectory_files_and_attributes, Ffile_attributes): Mention
w32-get-true-file-attributes in the doc strings.
2008-05-10 09:01:28 +00:00
Eli Zaretskii
6af511e322 (Windows Files): Update documentation of w32-get-true-file-attributes. 2008-05-10 08:54:03 +00:00
Eli Zaretskii
d1712a51db (Windows Files): Update the documentation of w32-get-true-file-attributes. 2008-05-10 08:43:19 +00:00
Eli Zaretskii
6c5665e9c4 (Ffile_attributes, Fdirectory_files_and_attributes): Mention
w32-get-true-file-attributes in doc string.
2008-05-10 08:35:15 +00:00
Eli Zaretskii
ed4c17bb82 (syms_of_ntproc) <w32-get-true-file-attributes>: Doc fix. 2008-05-10 08:25:55 +00:00