Commit graph

83093 commits

Author SHA1 Message Date
Eric S. Raymond
79ac8f50ea VC directory bindings are noew documented. 2008-05-09 20:07:01 +00:00
Eric S. Raymond
7a78b6e74a Document the new VC directory mode. 2008-05-09 20:03:27 +00:00
Eric S. Raymond
edbde3530b Suppress an annoying warning. 2008-05-09 19:10:29 +00:00
Eli Zaretskii
2a85f0c2f0 (stat): Fix last change. 2008-05-09 19:09:33 +00:00
Eli Zaretskii
8aaaec6b62 Support for reporting owner and group of each file on MS-Windows:
* dired.c (stat_uname, stat_gname): New functions, with special
	implementation for w32.
	(Ffile_attributes): Use them instead of getpwuid and getgrgid.

	* w32.c:
	(g_b_init_get_file_security, g_b_init_get_security_descriptor_owner)
	(g_b_init_get_security_descriptor_group, g_b_init_is_valid_sid):
	New initialization states.
	(globals_of_w32): Initialize them to zero.  Initialize the default
	group name to "None".
	(GetFileSecurity_Name): New global var, the name of the function
	to call for GetFileSecurity.
	(GetFileSecurity_Proc, GetSecurityDescriptorOwner_Proc)
	(GetSecurityDescriptorGroup_Proc, IsValidSid_Proc): New typedefs.
	(get_file_security, get_security_descriptor_owner)
	(get_security_descriptor_group, is_valid_sid)
	(get_file_security_desc, get_rid, get_name_and_id)
	(get_file_owner_and_group): New functions.
	(stat): Use get_file_security_desc and get_file_owner_and_group to
	report the owner and primary group of each file.  Don't ignore the
	high 32 bits of file's size, now that st_size is 64-bit wide.  Fix
	test when to get true file attributes.
	(init_user_info): Use get_rid instead of equivalent inline code.
	(fstat): Don't ignore the high 32 bits of file's size.
2008-05-09 19:03:52 +00:00
Eli Zaretskii
71e41ffb85 (struct stat): Move st_dev after st_ino, for better alignment.
Make st_size 64-bit wide.  Add new members st_uname and st_gname.
2008-05-09 19:01:28 +00:00
Eric S. Raymond
06ad7cd861 Comment and to-do list fixes. 2008-05-09 18:59:45 +00:00
Eric S. Raymond
e4ba96dcd1 Remove the vc-dir-insert-directories global. 2008-05-09 18:47:36 +00:00
Eric S. Raymond
c22b0a7da3 Teach the RCS back end to do directories. 2008-05-09 17:51:39 +00:00
Michael Albinus
5a5abb2cee * simple.el (start-file-process): Clarify docstring. 2008-05-09 17:39:33 +00:00
Michael Albinus
e1d92b5b5a *** empty log message *** 2008-05-09 17:38:44 +00:00
Eric S. Raymond
6aa5d910bf Remove wash-log from the VC backend API. 2008-05-09 17:30:49 +00:00
Stefan Monnier
a749e19d07 * vc.el (vc-mark-resolved): Add `backend' argument.
(vc-next-action): Pass it the backend.
(vc-next-action, vc-checkout, vc-mark-resolved, vc-version-diff)
(vc-merge, vc-rollback, vc-update, vc-transfer-file, vc-delete-file)
(vc-default-comment-history, vc-default-create-snapshot)
(vc-default-retrieve-snapshot, vc-default-revert, vc-annotate)
(vc-annotate-revision-previous-to-line)
(vc-annotate-show-diff-revision-at-line, vc-annotate-warp-revision):
* vc-svn.el (vc-svn-checkout):
* vc-mcvs.el (vc-mcvs-checkout):
* vc-hooks.el (vc-state, vc-default-workfile-unchanged-p)
(vc-working-revision, vc-before-save, vc-mode-line):
Prefer vc-call-backend to vc-call so as not to recompute the backend.
2008-05-09 16:41:26 +00:00
Eric S. Raymond
e729055982 Make SCCS backend directory-aware. 2008-05-09 16:33:30 +00:00
Stefan Monnier
734abae3d8 (vc-deduce-fileset): Don't require the checkout-model and the
state to be consistent since it's often an unwarranted restriction.
Don't return the state either.
(vc-next-action): Check that the state is consistent.
(vc-diff-internal, vc-version-diff, vc-print-log, vc-revert)
(vc-rollback, vc-update): Adapt to new return value of vc-deduce-fileset.
2008-05-09 16:01:50 +00:00
Stefan Monnier
327c1d6add (vc-dispatcher-selection-set): More typos, plus indentation. 2008-05-09 16:01:27 +00:00
Stefan Monnier
713b6f8126 (vc-dispatcher-selection-set): Typo. 2008-05-09 15:31:33 +00:00
Stefan Monnier
8243c746a5 (vc-dispatcher-browsing): Use derived-mode-p.
(vc-dir-prepare-status-buffer): Use vc-dispatcher-browsing.
(vc-dispatcher-in-fileset-p): New fun.
(vc-dispatcher-selection-set): Use it to properly handle directories.
2008-05-09 15:30:47 +00:00
Eli Zaretskii
ee7a2e7a9b *** empty log message *** 2008-05-09 09:42:46 +00:00
Eli Zaretskii
de56235e50 (struct group): Add gr_gid member. 2008-05-09 09:41:42 +00:00
Eli Zaretskii
07f7980ac3 Rename the_passwd_* to dflt_passwd_*.
(dflt_group_name): New static variable.
(dflt_group): Renamed from the_group.
(init_user_info): Init dflt_group fields.  Get user's group name
from LookupAccountSid.
2008-05-09 09:40:56 +00:00
Dan Nicolaescu
927a444ee8 (vc-version-diff, vc-print-log, vc-revert, vc-rollback)
(vc-update): Remove unused let bindings.
2008-05-09 07:03:15 +00:00
Glenn Morris
eef0be9e86 Switch to recommended form of GPLv3 permissions notice. 2008-05-09 05:14:16 +00:00
Glenn Morris
05a3a78950 Switch to recommended form of GPLv3 permissions notice. 2008-05-09 04:57:14 +00:00
Glenn Morris
4eaa403421 Switch to recommended form of GPLv3 permissions notice. 2008-05-09 04:51:27 +00:00
Glenn Morris
ff0cdfb99b Switch to recommended form of GPLv3 permissions notice. 2008-05-09 04:44:29 +00:00
Glenn Morris
3187ea63b1 Switch to recommended form of GPLv3 permissions notice. 2008-05-09 04:38:17 +00:00
Glenn Morris
e1b89931f7 Regenerate. 2008-05-09 04:30:35 +00:00
Glenn Morris
ab5ec32c0b Fix typo. 2008-05-09 04:29:16 +00:00
Glenn Morris
1c73f19533 (install-arch-indep, info): Handle MAKEINFO == off. 2008-05-09 04:28:28 +00:00
Glenn Morris
09817afc31 Make absence of makeinfo a fatal error only if the info files don't exist. 2008-05-09 04:27:56 +00:00
Glenn Morris
8275fb5af0 Regenerate. 2008-05-09 04:24:27 +00:00
Chong Yidong
c4f13f44fb (png_load): Use correct bit-depth for setting background color. 2008-05-09 02:37:31 +00:00
Chong Yidong
b199c436f8 * image.c (png_load): Use correct bit-depth for setting background
color.
2008-05-09 02:37:19 +00:00
Eric S. Raymond
86048828d8 Large simplification in (vc-deduce-fileset) logic. 2008-05-09 01:57:21 +00:00
Chong Yidong
23b98b71bb (Appending Kills): Remove a strangely off-topic index entry. 2008-05-08 18:10:05 +00:00
Chong Yidong
1bcfc24e3c * killing.texi (Appending Kills): Remove a strangely off-topic index
entry.
2008-05-08 18:09:59 +00:00
Sam Steingold
86c7460fae (compilation-minor-mode-map, compilation-mode-map):
Bind "g" to recompile and "q" to quit-window.
(grep-mode-map): Use `set-keymap-parent' to connect it
to `compilation-minor-mode-map' (instead of an explicit `cons').
2008-05-08 17:28:05 +00:00
Juanma Barranquero
9c355de85a *** empty log message *** 2008-05-08 15:59:16 +00:00
Juanma Barranquero
50243adff2 (org-publish-project-alist): Doc fixes.
(org-publish-use-timestamps-flag): Reflow docstring.
(org-publish-files-alist): Fix typos in docstring.
2008-05-08 15:46:49 +00:00
Juanma Barranquero
888b663c5e (org-bbdb-export): Remove leftover docstring.
(org-bbdb-anniversary-field, org-bbdb-extract-date-fun, org-bbdb-anniv-split):
Fix typos in docstrings.
2008-05-08 15:46:22 +00:00
Juanma Barranquero
c72a092224 (org-info-store-link): Remove leftover docstring. 2008-05-08 15:45:57 +00:00
Juanma Barranquero
eb82b61d60 (org-remember-store-without-prompt, org-remember-templates):
Fix typos in docstrings.
2008-05-08 15:45:41 +00:00
Juanma Barranquero
8f043d3d9c (org-mew-store-link): Fix typo in docstring. 2008-05-08 15:45:20 +00:00
Juanma Barranquero
17d6591521 (org-call-with-arg, org-autoload): Fix typos in docstrings. 2008-05-08 15:44:24 +00:00
Juanma Barranquero
e8cb0ef827 (org-irc-parse-link): Fix typo in docstring. 2008-05-08 15:43:49 +00:00
Juanma Barranquero
4a9792e5e4 (org-hide): Fix typo in docstring. 2008-05-08 15:43:31 +00:00
Juanma Barranquero
423a66f9d0 (org-archive-stamp-time, org-archive-save-context-info):
Fix typos in docstrings.
2008-05-08 15:43:04 +00:00
Juanma Barranquero
efc054e612 (org-modules, org-format-latex-options): Fix typos in docstrings. 2008-05-08 15:42:27 +00:00
Sam Steingold
0007689cd0 (cvs-bury-buffer): Revert my patch: quit-window
appears to be too aggressive with window removal.
2008-05-08 14:51:03 +00:00