1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-12-14 09:39:42 +00:00
Commit Graph

76992 Commits

Author SHA1 Message Date
John Wiegley
e652840bf7 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.
2008-01-29 03:52:05 +00:00
Jason Rumney
548667aad8 *** empty log message *** 2008-01-28 23:23:48 +00:00
Michael Albinus
b8bfcf96e8 * net/tramp.el (tramp-handle-shell-command): Use "/bin/sh -c" for
the command.
2008-01-28 21:25:26 +00:00
Stefan Monnier
ef264c4209 * 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.
2008-01-28 19:05:13 +00:00
Reiner Steib
10ef2ef78a Remove bogus spaces. 2008-01-28 18:49:55 +00:00
Jason Rumney
513feaa5ad (stat): Don't do a double check for networked drive. 2008-01-28 17:44:11 +00:00
Vinicius Jose Latorre
596c0ee145 Move whitespace.el to obsolete dir. 2008-01-28 13:58:19 +00:00
Vinicius Jose Latorre
a591ee5891 Move whitespace.el to obsolete dir.: 2008-01-28 13:57:22 +00:00
Miles Bader
a1da1e372a Merge from gnus--devo--0
Revision: emacs@sv.gnu.org/emacs--devo--0--patch-1016
2008-01-28 03:51:31 +00:00
Stefan Monnier
0975aa2475 (read_char): Yet another int/Lisp_Object mixup (YAILOM). 2008-01-28 03:48:45 +00:00
Juanma Barranquero
f03ea9d918 (server-log-time-function): Doc fix.
(server-buffer): Fix typo in docstring.
2008-01-27 22:47:58 +00:00
Martin Rudalics
a51b80e7a7 (tar-extract): Use kill-buffer-if-not-modified as
exit-action when viewing the buffer.
2008-01-27 22:21:45 +00:00
Martin Rudalics
687422dffa (archive-extract): Use kill-buffer-if-not-modified as
exit-action when viewing the buffer.
2008-01-27 22:20:43 +00:00
Martin Rudalics
5e613c0246 (view-buffer): Explain in doc-string why exit-action
should not be set to kill-buffer.
2008-01-27 22:19:43 +00:00
Dan Nicolaescu
e8cbfb8dc7 Add info about C-c C-f in change-log-mode. 2008-01-27 19:58:42 +00:00
Dan Nicolaescu
000605b34b (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.
2008-01-27 19:52:46 +00:00
Dan Nicolaescu
a28ed9e547 * 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.
2008-01-27 19:48:44 +00:00
Andreas Schwab
2aea825c38 Regenerate. 2008-01-27 18:42:21 +00:00
Alan Mackenzie
022d0cf4cd Correct typos, enhance comments. 2008-01-27 17:03:43 +00:00
Alan Mackenzie
b931ca9525 *** empty log message *** 2008-01-27 17:01:10 +00:00
Dan Nicolaescu
a0573493ac Remove more unused macros. 2008-01-27 16:31:44 +00:00
Dan Nicolaescu
3f08440f1d Add TODO item about not defaulting to RCS. 2008-01-27 16:31:09 +00:00
Michael Albinus
2991e49f20 * net/tramp.el (tramp-compute-multi-hops): In case of su(do)?
methods, the host name must be a local host.
2008-01-27 16:20:57 +00:00
Michael Albinus
4605b7cdc1 * tramp.texi (Inline methods): The hostname of the su(do)? methods
must be a local host.
2008-01-27 16:17:08 +00:00
Michael Albinus
c9d8f7462c *** empty log message *** 2008-01-27 16:15:43 +00:00
Dan Nicolaescu
9c28b587ab * configure.in: Update comment.
* Makefile.in: Remove references to unused macros.
2008-01-27 16:06:02 +00:00
Dan Nicolaescu
59e3a79d2b Remove some unused macros. 2008-01-27 15:59:30 +00:00
Dan Nicolaescu
475b590773 * server.el (server-process-filter): Check for non-nil before calling
file-directory-p.
2008-01-27 15:37:26 +00:00
Alan Mackenzie
4fae8922be Introduce elements for the syntactic symbol arglist-cont-nonempty into
c-hanging-braces-alist.  Amend pertinent functions and 5 styles.
2008-01-27 13:59:47 +00:00
Alan Mackenzie
3e5558010a *** empty log message *** 2008-01-27 13:57:49 +00:00
Thien-Thi Nguyen
1a256502c7 (Button Types): For define-button-type, clarify type of NAME. 2008-01-27 11:08:21 +00:00
Thien-Thi Nguyen
b9712b1c0d (define-button-type): Clarify type of NAME in docstring. 2008-01-27 11:06:45 +00:00
Stefan Monnier
28cbade418 (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.
2008-01-26 21:54:44 +00:00
Michael Olson
15db4a13e5 Sync ERC 5.3 release. 2008-01-26 21:49:41 +00:00
Stefan Monnier
0ea5797a18 (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.
2008-01-26 21:27:38 +00:00
Glenn Morris
f7317f6c66 (--with-carbon): Tone down rhetoric in help text. 2008-01-26 21:05:58 +00:00
Alan Mackenzie
44f714fda5 (c-save-buffer-state): Bind buffer-file-name and buffer-file-truename to
nil, to prevent primitives generating "buffer is read only" messages.
2008-01-26 20:28:46 +00:00
Alan Mackenzie
b680ecd673 *** empty log message *** 2008-01-26 20:25:17 +00:00
Glenn Morris
b3360383c8 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.
2008-01-26 20:20:20 +00:00
Thien-Thi Nguyen
832ffa7c8e (vc-exec-after): For mode-line-process highlighting, if feature
`compile' is not available, fall back to font-lock-warning-face.
2008-01-26 20:04:49 +00:00
Stefan Monnier
66991ff0a0 (url-generic-parse-url): Fix docstring. 2008-01-26 19:46:17 +00:00
Martin Rudalics
e317200134 (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.
2008-01-26 17:23:56 +00:00
Martin Rudalics
9db3bfaeaf (find-tag-default): Simplify using exclusively
skip-syntax-backward/-forward.
2008-01-26 17:07:59 +00:00
Eli Zaretskii
248c21c5f2 (fstat): Use pw_uid and pw_gid from the_passwd structure for st_uid and
st_gid of the file.
2008-01-26 15:25:12 +00:00
Eli Zaretskii
6811b9f4e6 (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.
2008-01-26 15:04:33 +00:00
Michael Albinus
5d449a36cc * 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>.
2008-01-26 14:54:55 +00:00
Michael Albinus
65b014077a * 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.
2008-01-26 14:53:55 +00:00
Eli Zaretskii
ce0ee994e4 (init_user_info): Fix commentary for RID usage. 2008-01-26 14:52:01 +00:00
Michael Albinus
19eab3c797 *** empty log message *** 2008-01-26 14:51:58 +00:00
Eli Zaretskii
de4db6f103 (ls-lisp-insert-directory): If -n switch is used, invoke
directory-files-and-attributes with last argument `integer' instead
of `string'.
(insert-directory): Add -n to the list of supported switches mentioned in
the doc string.
2008-01-26 13:15:27 +00:00