]> git.eshelyaron.com Git - emacs.git/log
emacs.git
17 years agoUpdate.
Juanma Barranquero [Wed, 30 Jan 2008 21:47:06 +0000 (21:47 +0000)]
Update.

17 years ago(check-declare-directory): Use `find-program' and
Juanma Barranquero [Wed, 30 Jan 2008 21:44:36 +0000 (21:44 +0000)]
(check-declare-directory): Use `find-program' and
`grep-program' instead of hardcoded program names.

17 years ago(authors): Use `find-program' and `grep-program'
Juanma Barranquero [Wed, 30 Jan 2008 21:43:55 +0000 (21:43 +0000)]
(authors): Use `find-program' and `grep-program'
instead of hardcoded program names.

17 years ago(file-remote-p): Docstring fix.
Stefan Monnier [Wed, 30 Jan 2008 21:25:08 +0000 (21:25 +0000)]
(file-remote-p): Docstring fix.

17 years ago*** empty log message ***
Richard M. Stallman [Wed, 30 Jan 2008 20:43:43 +0000 (20:43 +0000)]
*** empty log message ***

17 years ago2008-01-30 Tassilo Horn <tassilo@member.fsf.org>
Tassilo Horn [Wed, 30 Jan 2008 18:53:38 +0000 (18:53 +0000)]
2008-01-30  Tassilo Horn  <tassilo@member.fsf.org>

* info.el (Info-bookmark-make-cell, Info-bookmark-jump): New
functions.  Implement bookmark support the new make-cell/handler
way.
(Info-mode): Bind bookmark-make-cell-function to
Info-bookmark-make-cell buffer locally.

17 years agoMerge from emacs--rel--22
Miles Bader [Wed, 30 Jan 2008 07:11:04 +0000 (07:11 +0000)]
Merge from emacs--rel--22

Revision: emacs@sv.gnu.org/emacs--devo--0--patch-1024

17 years ago(mh-mml-to-mime): Don't look up sender if From absent. Fixes "Wrong
Bill Wohler [Wed, 30 Jan 2008 07:07:10 +0000 (07:07 +0000)]
(mh-mml-to-mime): Don't look up sender if From absent. Fixes "Wrong
type argument: stringp, nil" error.

17 years ago*** empty log message ***
Bill Wohler [Wed, 30 Jan 2008 07:06:39 +0000 (07:06 +0000)]
*** empty log message ***

17 years agoAdd arch tagline
Miles Bader [Wed, 30 Jan 2008 06:39:38 +0000 (06:39 +0000)]
Add arch tagline

17 years ago*** empty log message ***
Juanma Barranquero [Wed, 30 Jan 2008 03:42:50 +0000 (03:42 +0000)]
*** empty log message ***

17 years agoUpdate comment.
Juanma Barranquero [Wed, 30 Jan 2008 02:08:38 +0000 (02:08 +0000)]
Update comment.

17 years agoNew file.
Juanma Barranquero [Wed, 30 Jan 2008 00:18:44 +0000 (00:18 +0000)]
New file.

17 years ago* net/tramp.el (tramp-methods): Use "-H" option for "sudo". Suggested
Michael Albinus [Tue, 29 Jan 2008 21:14:04 +0000 (21:14 +0000)]
* net/tramp.el (tramp-methods): Use "-H" option for "sudo".  Suggested
by Trent W. Buck <trentbuck@gmail.com>.  Make ("%h") a single
element in "plinkx".
(tramp-handle-shell-command): Reuse "*Async Shell Command*" or
"*Shell Command Output*" buffers.  Check, whether there is already
an asynchronous process running.  Display always the buffer of the
asynchronous process.
(tramp-compute-multi-hops): Adapt error message.

17 years ago*** empty log message ***
Michael Albinus [Tue, 29 Jan 2008 21:13:00 +0000 (21:13 +0000)]
*** empty log message ***

17 years ago(c-block-stmt-1-kwds, c-block-stmt-2-kwds, c-simple-stmt-kwds): New
Alan Mackenzie [Tue, 29 Jan 2008 20:47:03 +0000 (20:47 +0000)]
(c-block-stmt-1-kwds, c-block-stmt-2-kwds, c-simple-stmt-kwds): New
Objective C keywords: @finally, @try, @catch, @synchronized, @throw.

17 years ago*** empty log message ***
Alan Mackenzie [Tue, 29 Jan 2008 20:45:51 +0000 (20:45 +0000)]
*** empty log message ***

17 years agoCorrect file name in previous commission.
Alan Mackenzie [Tue, 29 Jan 2008 20:35:05 +0000 (20:35 +0000)]
Correct file name in previous commission.

17 years ago(c-specifier-key): Exclude "template" from this regexp; to allow the "{"
Alan Mackenzie [Tue, 29 Jan 2008 20:33:38 +0000 (20:33 +0000)]
(c-specifier-key): Exclude "template" from this regexp; to allow the "{"
of a template function to be correctly anchored on "template", not the
following "<".

17 years ago(c-specifier-key): Exclude "template" from this regexp; to allow the "{"
Alan Mackenzie [Tue, 29 Jan 2008 20:30:54 +0000 (20:30 +0000)]
(c-specifier-key): Exclude "template" from this regexp; to allow the "{"
of a template function to be correctly anchored on "template", not the
following "<".

17 years ago*** empty log message ***
Alan Mackenzie [Tue, 29 Jan 2008 20:30:04 +0000 (20:30 +0000)]
*** empty log message ***

17 years ago(c-guess-basic-syntax, CASE 5A.5): Anchor the "{" of a template function
Alan Mackenzie [Tue, 29 Jan 2008 20:21:42 +0000 (20:21 +0000)]
(c-guess-basic-syntax, CASE 5A.5): Anchor the "{" of a template function
correctly on "template", not the following "<".

17 years ago*** empty log message ***
Alan Mackenzie [Tue, 29 Jan 2008 20:20:27 +0000 (20:20 +0000)]
*** empty log message ***

17 years ago(c-guess-basic-syntax, CASE 5A.5): Anchor the "{" of a template function
Alan Mackenzie [Tue, 29 Jan 2008 20:17:44 +0000 (20:17 +0000)]
(c-guess-basic-syntax, CASE 5A.5): Anchor the "{" of a template function
correctly on "template", not the following "<".

17 years ago*** empty log message ***
Alan Mackenzie [Tue, 29 Jan 2008 20:16:18 +0000 (20:16 +0000)]
*** empty log message ***

17 years ago(c-version): increase to 5.31.5.
Alan Mackenzie [Tue, 29 Jan 2008 20:07:20 +0000 (20:07 +0000)]
(c-version): increase to 5.31.5.

17 years ago*** empty log message ***
Alan Mackenzie [Tue, 29 Jan 2008 20:06:42 +0000 (20:06 +0000)]
*** empty log message ***

17 years ago(c-version): increase to 5.31.5.
Alan Mackenzie [Tue, 29 Jan 2008 20:05:22 +0000 (20:05 +0000)]
(c-version): increase to 5.31.5.

17 years ago*** empty log message ***
Alan Mackenzie [Tue, 29 Jan 2008 20:04:32 +0000 (20:04 +0000)]
*** empty log message ***

17 years ago* doc-view.el (doc-view-mode): Adapt to i-m-current-[vh]scroll
Tassilo Horn [Tue, 29 Jan 2008 18:01:32 +0000 (18:01 +0000)]
* doc-view.el (doc-view-mode): Adapt to i-m-current-[vh]scroll
being an alist now.

17 years ago* image-mode.el (image-mode-current-vscroll)
Tassilo Horn [Tue, 29 Jan 2008 18:00:40 +0000 (18:00 +0000)]
* image-mode.el (image-mode-current-vscroll)
(image-mode-current-hscroll): Add doc strings.
(image-set-window-vscroll, image-set-window-hscroll)
(image-reset-current-vhscroll, image-mode): Adapt to
i-m-current-[vh]scroll being an alist now.

17 years ago(find-function-search-for-symbol): Strip extension
Martin Rudalics [Tue, 29 Jan 2008 17:40:19 +0000 (17:40 +0000)]
(find-function-search-for-symbol): Strip extension
from .emacs.el to make sure symbol is searched in .emacs too.

17 years ago(tags-query-replace): Delete unused optional args. Doc fix.
Richard M. Stallman [Tue, 29 Jan 2008 14:49:10 +0000 (14:49 +0000)]
(tags-query-replace): Delete unused optional args.  Doc fix.

17 years ago(hack-local-variables): Don't query about fake variables.
Richard M. Stallman [Tue, 29 Jan 2008 14:45:13 +0000 (14:45 +0000)]
(hack-local-variables): Don't query about fake variables.

17 years ago2008-01-29 Tassilo Horn <tassilo@member.fsf.org>
Tassilo Horn [Tue, 29 Jan 2008 13:50:35 +0000 (13:50 +0000)]
2008-01-29  Tassilo Horn  <tassilo@member.fsf.org>

* doc-view.el (doc-view-mode): Use facilities of
image-mode to restore [vh]scroll when switching buffers.

17 years ago2008-01-29 Tassilo Horn <tassilo@member.fsf.org>
Tassilo Horn [Tue, 29 Jan 2008 13:49:05 +0000 (13:49 +0000)]
2008-01-29  Tassilo Horn  <tassilo@member.fsf.org>

* image-mode.el (image-mode-current-vscroll)
(image-mode-current-hscroll): New variables.
(image-set-window-hscroll, image-set-window-vscroll): New
functions.
(image-forward-hscroll, image-next-line, image-bol, image-eol)
(image-bob, image-eob): Use them.
(image-reset-current-vhscroll): New function.
(image-mode): Make new variables buffer-local and reset [vh]scroll
on window configuration changes.

17 years ago*** empty log message ***
Juanma Barranquero [Tue, 29 Jan 2008 10:41:42 +0000 (10:41 +0000)]
*** empty log message ***

17 years agoMerge from emacs--rel--22
Miles Bader [Tue, 29 Jan 2008 06:54:30 +0000 (06:54 +0000)]
Merge from emacs--rel--22

Revision: emacs@sv.gnu.org/emacs--devo--0--patch-1021

17 years agosrc/macterm.c (XTset_vertical_scroll_bar): Fix merge mistake
Miles Bader [Tue, 29 Jan 2008 05:12:00 +0000 (05:12 +0000)]
src/macterm.c (XTset_vertical_scroll_bar): Fix merge mistake

Revision: emacs@sv.gnu.org/emacs--devo--0--patch-1020

17 years ago2008-01-29 John Wiegley <johnw@newartisans.com>
John Wiegley [Tue, 29 Jan 2008 03:52:05 +0000 (03:52 +0000)]
2008-01-29  John Wiegley  <johnw@newartisans.com>

* url-auth.el (url-digest-auth): If the 'opaque' argument is not
being used, don't add it to the response text.  Also, changed an
if so that the interaction between the PROMPT and OVERWRITE
arguments can no longer result in the user being queried twice for
the same login and password information.

17 years ago*** empty log message ***
Jason Rumney [Mon, 28 Jan 2008 23:23:48 +0000 (23:23 +0000)]
*** empty log message ***

17 years ago* net/tramp.el (tramp-handle-shell-command): Use "/bin/sh -c" for
Michael Albinus [Mon, 28 Jan 2008 21:25:26 +0000 (21:25 +0000)]
* net/tramp.el (tramp-handle-shell-command): Use "/bin/sh -c" for
the command.

17 years ago* window.c (run_window_configuration_change_hook): New function.
Stefan Monnier [Mon, 28 Jan 2008 19:05:13 +0000 (19:05 +0000)]
* window.c (run_window_configuration_change_hook): New function.
Code extracted from set_window_buffer.  Set the selected frame.
(set_window_buffer): Use it.
* window.h (run_window_configuration_change_hook): Declare.
* dispnew.c (change_frame_size_1): Use it instead of set-window-buffer.

17 years agoRemove bogus spaces.
Reiner Steib [Mon, 28 Jan 2008 18:49:55 +0000 (18:49 +0000)]
Remove bogus spaces.

17 years ago(stat): Don't do a double check for networked drive.
Jason Rumney [Mon, 28 Jan 2008 17:44:11 +0000 (17:44 +0000)]
(stat): Don't do a double check for networked drive.

17 years agoMove whitespace.el to obsolete dir.
Vinicius Jose Latorre [Mon, 28 Jan 2008 13:58:19 +0000 (13:58 +0000)]
Move whitespace.el to obsolete dir.

17 years agoMove whitespace.el to obsolete dir.:
Vinicius Jose Latorre [Mon, 28 Jan 2008 13:57:22 +0000 (13:57 +0000)]
Move whitespace.el to obsolete dir.:

17 years agoMerge from gnus--devo--0
Miles Bader [Mon, 28 Jan 2008 03:51:31 +0000 (03:51 +0000)]
Merge from gnus--devo--0

Revision: emacs@sv.gnu.org/emacs--devo--0--patch-1016

17 years ago(read_char): Yet another int/Lisp_Object mixup (YAILOM).
Stefan Monnier [Mon, 28 Jan 2008 03:48:45 +0000 (03:48 +0000)]
(read_char): Yet another int/Lisp_Object mixup (YAILOM).

17 years ago(server-log-time-function): Doc fix.
Juanma Barranquero [Sun, 27 Jan 2008 22:47:58 +0000 (22:47 +0000)]
(server-log-time-function): Doc fix.
(server-buffer): Fix typo in docstring.

17 years ago(tar-extract): Use kill-buffer-if-not-modified as
Martin Rudalics [Sun, 27 Jan 2008 22:21:45 +0000 (22:21 +0000)]
(tar-extract): Use kill-buffer-if-not-modified as
exit-action when viewing the buffer.

17 years ago(archive-extract): Use kill-buffer-if-not-modified as
Martin Rudalics [Sun, 27 Jan 2008 22:20:43 +0000 (22:20 +0000)]
(archive-extract): Use kill-buffer-if-not-modified as
exit-action when viewing the buffer.

17 years ago(view-buffer): Explain in doc-string why exit-action
Martin Rudalics [Sun, 27 Jan 2008 22:19:43 +0000 (22:19 +0000)]
(view-buffer): Explain in doc-string why exit-action
should not be set to kill-buffer.

17 years ago(gdb-create-define-alist): Don't call
Nick Roberts [Sun, 27 Jan 2008 20:53:02 +0000 (20:53 +0000)]
(gdb-create-define-alist): Don't call
gdb-cpp-define-alist-program if file is nil (currently only
" *partial-output-...").

17 years ago*** empty log message ***
Nick Roberts [Sun, 27 Jan 2008 20:51:19 +0000 (20:51 +0000)]
*** empty log message ***

17 years agoAdd info about C-c C-f in change-log-mode.
Dan Nicolaescu [Sun, 27 Jan 2008 19:58:42 +0000 (19:58 +0000)]
Add info about C-c C-f in change-log-mode.

17 years ago(change-log-search-file-name): Work harder to find
Dan Nicolaescu [Sun, 27 Jan 2008 19:52:46 +0000 (19:52 +0000)]
(change-log-search-file-name): Work harder to find
the correct file name.
(change-log-find-file): Fix typo.
(change-log-start-entry-re): Move definition earlier.

17 years ago* add-log.el (change-log-search-file-name, change-log-find-file):
Dan Nicolaescu [Sun, 27 Jan 2008 19:48:44 +0000 (19:48 +0000)]
* add-log.el (change-log-search-file-name, change-log-find-file):
New function.
(change-log-font-lock-keywords): Move file name matching ...
(change-log-file-names-re): ... here.  New defconst.
(change-log-mode-map): New binding C-c C-f to change-log-find-file.

17 years agoRegenerate.
Andreas Schwab [Sun, 27 Jan 2008 18:42:21 +0000 (18:42 +0000)]
Regenerate.

17 years agoCorrect typos, enhance comments.
Alan Mackenzie [Sun, 27 Jan 2008 17:03:43 +0000 (17:03 +0000)]
Correct typos, enhance comments.

17 years agoCorrect typos, enhance comments.
Alan Mackenzie [Sun, 27 Jan 2008 17:02:06 +0000 (17:02 +0000)]
Correct typos, enhance comments.

17 years ago*** empty log message ***
Alan Mackenzie [Sun, 27 Jan 2008 17:01:10 +0000 (17:01 +0000)]
*** empty log message ***

17 years agoCorrect typos, enhance comments.
Alan Mackenzie [Sun, 27 Jan 2008 16:56:04 +0000 (16:56 +0000)]
Correct typos, enhance comments.

17 years agoRemove more unused macros.
Dan Nicolaescu [Sun, 27 Jan 2008 16:31:44 +0000 (16:31 +0000)]
Remove more unused macros.

17 years agoAdd TODO item about not defaulting to RCS.
Dan Nicolaescu [Sun, 27 Jan 2008 16:31:09 +0000 (16:31 +0000)]
Add TODO item about not defaulting to RCS.

17 years ago* net/tramp.el (tramp-compute-multi-hops): In case of su(do)?
Michael Albinus [Sun, 27 Jan 2008 16:20:57 +0000 (16:20 +0000)]
* net/tramp.el (tramp-compute-multi-hops): In case of su(do)?
methods, the host name must be a local host.

17 years ago* tramp.texi (Inline methods): The hostname of the su(do)? methods
Michael Albinus [Sun, 27 Jan 2008 16:17:08 +0000 (16:17 +0000)]
* tramp.texi (Inline methods): The hostname of the su(do)? methods
must be a local host.

17 years ago*** empty log message ***
Michael Albinus [Sun, 27 Jan 2008 16:15:43 +0000 (16:15 +0000)]
*** empty log message ***

17 years ago* configure.in: Update comment.
Dan Nicolaescu [Sun, 27 Jan 2008 16:06:02 +0000 (16:06 +0000)]
* configure.in: Update comment.

* Makefile.in: Remove references to unused macros.

17 years agoRemove some unused macros.
Dan Nicolaescu [Sun, 27 Jan 2008 15:59:30 +0000 (15:59 +0000)]
Remove some unused macros.

17 years ago* server.el (server-process-filter): Check for non-nil before calling
Dan Nicolaescu [Sun, 27 Jan 2008 15:37:26 +0000 (15:37 +0000)]
* server.el (server-process-filter): Check for non-nil before calling
file-directory-p.

17 years agoIntroduce elements for the syntactic symbol arglist-cont-nonempty into
Alan Mackenzie [Sun, 27 Jan 2008 13:59:47 +0000 (13:59 +0000)]
Introduce elements for the syntactic symbol arglist-cont-nonempty into
c-hanging-braces-alist.  Amend pertinent functions and 5 styles.

17 years ago*** empty log message ***
Alan Mackenzie [Sun, 27 Jan 2008 13:57:49 +0000 (13:57 +0000)]
*** empty log message ***

17 years ago(Button Types): For define-button-type, clarify type of NAME.
Thien-Thi Nguyen [Sun, 27 Jan 2008 11:08:21 +0000 (11:08 +0000)]
(Button Types): For define-button-type, clarify type of NAME.

17 years ago(define-button-type): Clarify type of NAME in docstring.
Thien-Thi Nguyen [Sun, 27 Jan 2008 11:06:45 +0000 (11:06 +0000)]
(define-button-type): Clarify type of NAME in docstring.

17 years agoMore trivial doc fixes.
Richard M. Stallman [Sun, 27 Jan 2008 01:07:20 +0000 (01:07 +0000)]
More trivial doc fixes.
Comment change.

17 years agoMany doc fixes.
Richard M. Stallman [Sun, 27 Jan 2008 01:04:56 +0000 (01:04 +0000)]
Many doc fixes.
(allout-encrypt-string): Fix error message.

17 years ago(Tags): Delete redundant index entry.
Richard M. Stallman [Sat, 26 Jan 2008 23:57:17 +0000 (23:57 +0000)]
(Tags): Delete redundant index entry.

17 years agoIntroduce elements for the syntactic symbol arglist-cont-nonempty into
Alan Mackenzie [Sat, 26 Jan 2008 22:26:18 +0000 (22:26 +0000)]
Introduce elements for the syntactic symbol arglist-cont-nonempty into
c-hanging-braces-alist.  Amend pertinent functions and 5 styles.

17 years ago*** empty log message ***
Alan Mackenzie [Sat, 26 Jan 2008 22:14:34 +0000 (22:14 +0000)]
*** empty log message ***

17 years ago(server-buffer): New const.
Stefan Monnier [Sat, 26 Jan 2008 21:54:44 +0000 (21:54 +0000)]
(server-buffer): New const.
(server-log): New var.
(server-log): Use them.
(server-process-filter): (Try to) run the continuation in the same cwd
as the client's.

17 years agoSync ERC 5.3 release.
Michael Olson [Sat, 26 Jan 2008 21:49:41 +0000 (21:49 +0000)]
Sync ERC 5.3 release.

17 years ago(decode_options): Default to a NULL display, as Emacs-22.
Stefan Monnier [Sat, 26 Jan 2008 21:27:38 +0000 (21:27 +0000)]
(decode_options): Default to a NULL display, as Emacs-22.
Allow the -d option under w32 again, for those rare cases where it
actually does make sense.

17 years ago(--with-carbon): Tone down rhetoric in help text.
Glenn Morris [Sat, 26 Jan 2008 21:05:58 +0000 (21:05 +0000)]
(--with-carbon): Tone down rhetoric in help text.

17 years ago(c-save-buffer-state): Bind buffer-file-name and buffer-file-truename to
Alan Mackenzie [Sat, 26 Jan 2008 20:28:46 +0000 (20:28 +0000)]
(c-save-buffer-state): Bind buffer-file-name and buffer-file-truename to
nil, to prevent primitives generating "buffer is read only" messages.

17 years ago*** empty log message ***
Alan Mackenzie [Sat, 26 Jan 2008 20:25:17 +0000 (20:25 +0000)]
*** empty log message ***

17 years agoUlf Jasper <ulf.jasper at web.de>
Glenn Morris [Sat, 26 Jan 2008 20:20:20 +0000 (20:20 +0000)]
Ulf Jasper  <ulf.jasper at web.de>

(icalendar-version): Increase to "0.17".
(icalendar-import-format): Doc fix.  Allow function type.
(icalendar--read-element): Doc fix.
(icalendar--parse-summary-and-rest): Doc fix.  Handle function
type icalendar-import-format.  Make regexps non-greedy.
(icalendar--format-ical-event): Handle function type
icalendar-import-format.
(icalendar-import-format-sample): New function.

17 years ago(vc-exec-after): For mode-line-process highlighting, if feature
Thien-Thi Nguyen [Sat, 26 Jan 2008 20:04:49 +0000 (20:04 +0000)]
(vc-exec-after): For mode-line-process highlighting, if feature
`compile' is not available, fall back to font-lock-warning-face.

17 years ago(c-save-buffer-state): Bind buffer-file-name and buffer-file-truename to
Alan Mackenzie [Sat, 26 Jan 2008 19:59:10 +0000 (19:59 +0000)]
(c-save-buffer-state): Bind buffer-file-name and buffer-file-truename to
nil, to prevent primitives generating "buffer is read only" messages.

17 years ago*** empty log message ***
Alan Mackenzie [Sat, 26 Jan 2008 19:58:09 +0000 (19:58 +0000)]
*** empty log message ***

17 years ago(url-generic-parse-url): Fix docstring.
Stefan Monnier [Sat, 26 Jan 2008 19:46:17 +0000 (19:46 +0000)]
(url-generic-parse-url): Fix docstring.

17 years ago(tags-query-replace): Doc fix.
Eli Zaretskii [Sat, 26 Jan 2008 17:55:24 +0000 (17:55 +0000)]
(tags-query-replace): Doc fix.

17 years ago(wdired-get-filename): Change `(1+ beg)' to `beg' so
Martin Rudalics [Sat, 26 Jan 2008 17:23:56 +0000 (17:23 +0000)]
(wdired-get-filename): Change `(1+ beg)' to `beg' so
that the filename end is found even when the filename is empty.
Fixes error and spurious newlines when marking files for deletion.

17 years ago(wdired-get-filename): Change `(1+ beg)' to `beg' so
Martin Rudalics [Sat, 26 Jan 2008 17:18:50 +0000 (17:18 +0000)]
(wdired-get-filename): Change `(1+ beg)' to `beg' so
that the filename end is found even when the filename is empty.
Fixes error and spurious newlines when marking files for deletion.

17 years ago(find-tag-default): Simplify using exclusively
Martin Rudalics [Sat, 26 Jan 2008 17:07:59 +0000 (17:07 +0000)]
(find-tag-default): Simplify using exclusively
skip-syntax-backward/-forward.

17 years ago(Fclrhash): Return TABLE.
Thien-Thi Nguyen [Sat, 26 Jan 2008 17:00:52 +0000 (17:00 +0000)]
(Fclrhash): Return TABLE.

17 years ago(fstat): Use pw_uid and pw_gid from the_passwd structure for st_uid and
Eli Zaretskii [Sat, 26 Jan 2008 15:25:12 +0000 (15:25 +0000)]
(fstat): Use pw_uid and pw_gid from the_passwd structure for st_uid and
st_gid of the file.

17 years ago(get_sid_sub_authority, get_sid_sub_authority_count): Fix return values
Eli Zaretskii [Sat, 26 Jan 2008 15:04:33 +0000 (15:04 +0000)]
(get_sid_sub_authority, get_sid_sub_authority_count): Fix return values
on Windows 9x or when the corresponding advapi32.dll functions are
not available.

17 years ago* net/tramp.el (tramp-dissect-file-name): Raise an error when
Michael Albinus [Sat, 26 Jan 2008 14:54:55 +0000 (14:54 +0000)]
* net/tramp.el (tramp-dissect-file-name): Raise an error when
Tramp 2.0 syntax is used.  Suggested by Trent W. Buck
<trentbuck@gmail.com>.

17 years ago* vc.el (vc-directory, vc-update-change-log): Remove check for
Michael Albinus [Sat, 26 Jan 2008 14:53:55 +0000 (14:53 +0000)]
* vc.el (vc-directory, vc-update-change-log): Remove check for
Tramp.  Both functions work for it, though pretty slow
(`vc-directory').  Maybe the implementation can be optimized.