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
Eli Zaretskii
c617afcea1
(g_b_init_get_sid_sub_authority, g_b_init_get_sid_sub_authority_count): New
...
static variables.
(GetSidSubAuthority_Proc, GetSidSubAuthorityCount_Proc): New typedefs.
(get_sid_sub_authority, get_sid_sub_authority_count): New functions.
(init_user_info): Use the above two new functions to retrieve uid and gid.
Use 500/513, the Windows defaults, as Administrator's uid/gid.
2008-01-26 13:04:14 +00:00
Glenn Morris
304484e4a0
(--without-gcc): By default, neither off nor on.
2008-01-26 04:28:04 +00:00
Vinicius Jose Latorre
9f3b76d5b8
Handle *long* lines tail visualization.
2008-01-26 01:47:21 +00:00
Jason Rumney
302d7d5465
(logon_network_drive): New function.
...
(stat): Use it.
2008-01-26 01:08:53 +00:00
Chong Yidong
a5bafa401f
(pos_visible_p): Handle the case where charpos falls on
...
invisible text covered with an ellipsis.
2008-01-26 01:00:44 +00:00
Chong Yidong
3ac7a21e51
* xdisp.c (pos_visible_p): Handle the case where charpos falls on
...
invisible text covered with an ellipsis.
2008-01-26 01:00:30 +00:00
Richard M. Stallman
2d105adf8b
Add `permanent-local-hook'.
2008-01-25 23:04:39 +00:00
Richard M. Stallman
fd9a7a5831
(Running Hooks, Setting Hooks): New nodes.
...
(Hooks): Add menu.
(Setting Hooks): For `add-hook', document `permanent-local-hook'.
2008-01-25 23:04:06 +00:00
Richard M. Stallman
bbb9fc1f65
(redisplay_window): Run Qwindow_text_change_functions and
...
jump back to beginning. Move some other initializations after that.
(Qwindow_text_change_functions, (Vwindow_text_change_functions): New variables.
(syms_of_xdisp): Init them.
2008-01-25 23:02:36 +00:00
Richard M. Stallman
94f9b406a7
(read_char): Restore echo_message_buffer after redisplay.
2008-01-25 22:57:41 +00:00
Richard M. Stallman
2f7a359ddd
(reset_buffer_local_variables): Implement `permanent-local-hook'.
...
(Qpermanent_local_hook): New variable.
(syms_of_buffer): init and staticpro it.
2008-01-25 22:56:30 +00:00
Richard M. Stallman
2b88d62a49
Trivial change.
2008-01-25 22:52:50 +00:00
Richard M. Stallman
3531046188
(add-hook): Implement `permanent-local-hook' property.
2008-01-25 22:51:18 +00:00
Richard M. Stallman
8f696e6558
(file-provides, file-requires): Push the filename right.
2008-01-25 22:50:33 +00:00
Michael Albinus
b35c64e48f
* dbusbind.c (xd_retrieve_arg): Pacify GCC on x86_64 GNU/Linux.
2008-01-25 18:56:46 +00:00
Michael Albinus
79235cbe2d
*** empty log message ***
2008-01-25 18:56:19 +00:00
Martin Rudalics
d454552ce3
(find-library): Wrap search for library name in condition-case
...
to avoid reporting a scan-error.
2008-01-25 17:48:59 +00:00
Juanma Barranquero
34a14ec974
*** empty log message ***
2008-01-25 15:52:08 +00:00
Juanma Barranquero
5ab7322861
(set_tcp_socket): Don't send a "\n" after the authentication string;
...
there's no need to haste.
2008-01-25 15:46:07 +00:00
Juanma Barranquero
38b9f0f370
(server-process-filter): Don't force the authentication
...
string to be followed by "\n".
2008-01-25 15:43:05 +00:00
Vinicius Jose Latorre
97a739d539
New commands for cleaning up some blank problems like trailing blanks.
2008-01-25 14:09:57 +00:00
Thien-Thi Nguyen
ccd8f7fe14
(Fclrhash): Return TABLE.
2008-01-25 10:01:15 +00:00
Dan Nicolaescu
d579418003
* ibuffer.el (ibuffer-default-sorting-mode): Add option to sort by
...
file name.
(ibuffer-mode-map): Add binding to sort by file name.
(ibuffer-filename/process-header-map): New variable.
(filename-and-process): Add a header that sorts by file name.
(ibuffer-mode): Mention sorting by file name.
* ibuf-ext.el (filename/process): New sorter.
2008-01-25 05:38:31 +00:00
Miles Bader
f187f57d54
Add arch tagline
2008-01-25 05:03:52 +00:00
Glenn Morris
ce173b302f
Sven Joachim <svenjoac at gmx.de>
...
(kill-buffer-if-not-modified): Don't pass t to buffer-modified-p.
2008-01-25 04:41:09 +00:00
Glenn Morris
c8467c40b3
Regenerate, with shell functions millstone.
2008-01-25 04:35:17 +00:00
Glenn Morris
5b940d5a69
Correct usage of OPTION_DEFAULT_ON, OPTION_DEFAULT_OFF so that the
...
defaults are as they used to be.
Default `Carbon' to off (it's unsupported).
2008-01-25 04:32:52 +00:00
Glenn Morris
e0df1b73db
Fix typo and tense.
2008-01-25 04:31:22 +00:00
Michael Olson
5e56b3fb5a
ERC: Sync version 5.3, release candidate 1.
2008-01-25 03:28:10 +00:00
Michael Olson
409dd1209d
Regnerate configure.
2008-01-25 02:46:19 +00:00
Juanma Barranquero
83665af36e
*** empty log message ***
2008-01-25 01:09:01 +00:00
Karl Berry
2bc439803e
consistently mention command keys in section names
2008-01-25 00:58:40 +00:00
Michael Albinus
484ea0b6c9
* net/tramp.el (tramp-do-copy-or-rename-file): Flush the cache of
...
the source file in case of `rename'. Reported by Pete Forman
<pete.forman@westerngeco.com>.
2008-01-24 21:28:56 +00:00
Glenn Morris
a8ed19cada
Rewrite entry to protect it against revisionists.
2008-01-24 18:45:04 +00:00
Ken Manheimer
3bcdc57060
* allout.el (allout-keybindings-list): Use vectors instead of strings for keys.
...
(allout-line-boundary-regexp):
(set-allout-regexp):
(allout-prefix-data): Repair handling of formfeeds as header prefix.
(allout-write-file-hook-handler): Repair mangling of error handling.
(allout-region-active-p): Fallback to mark-active.
2008-01-24 17:53:29 +00:00
Ken Manheimer
42c3e51c12
(allout-keybindings-list): In initial setting, express
...
meta-prefixed allout keys as vectors instead of strings, since the
string form is interpreted in some cases as composed key
modifiers, eg, accented keys.
(allout-line-boundary-regexp): Clarify description.
(set-allout-regexp): Repair the expressions so that the formfeed part is
identified as one of the top-level groups, and is included in all the
forms, not just the -line-boundary-regexp one.
(allout-prefix-data): Incorporate information from the various allout
regexp's formfeed alternative group, when present.
(allout-write-file-hook-handler): Rectify mangling of the error handling.
It was broken in 2007-12-06T19:56:41Z!deego@gnufans.org, where an `error' condition-case handler was
apparently reformatted as if it was a call to the error function. An
apparent repair attempt in version 1.101 situated the original body of the
error handling code as bogus condition-case handlers. I've returned to
just about the working code that was originally there, removing an
unnecessary - but benign - enclosing 'progn'. \(Automated or cursory code
fixes often aren't.)
(allout-region-active-p): Fallback to value of mark-active if neither
use-region-p nor region-active-p are present, for compatability with
current and recent emacs major releases.
2008-01-24 17:45:28 +00:00
Juanma Barranquero
1c19d20efe
*** empty log message ***
2008-01-24 16:30:53 +00:00
Dan Nicolaescu
a445370f16
* sieve.el (sieve-make-overlay, sieve-overlay-put, sieve-overlays-at):
...
* message.el (message-beginning-of-line): Use featurep instead of bound
tests in order to resolve conditionals at compile time.
* textmodes/reftex-toc.el (reftex-toc-next, reftex-toc-previous)
(reftex-toc-restore-region):
* textmodes/reftex-index.el (reftex-index-initialize-phrases-buffer)
(reftex-index-phrases-apply-to-region):
* textmodes/ispell.el (ispell-word):
* progmodes/vhdl-mode.el (vhdl-keep-region-active):
* progmodes/pascal.el (pascal-mark-defun):
* progmodes/f90.el (f90-mark-subprogram, f90-indent-region)
(f90-fill-region):
* emulation/tpu-edt.el (tpu-set-mark):
* emulation/crisp.el (crisp-region-active):
* winner.el (winner-active-region):
* ansi-color.el (ansi-color-set-extent-face): Use featurep instead
of bound tests in order to resolve conditionals at compile time.
2008-01-24 15:14:52 +00:00
Thien-Thi Nguyen
845ec007da
(vc-diff-finish): Search all frames for the buffer's window.
2008-01-24 15:09:24 +00:00