Michael Albinus
946a5aeb7d
* net/tramp.el (tramp-methods): New method "rsyncc".
...
(top): Add completion function for "rsyncc".
(tramp-message-show-message): New defvar.
(tramp-message, tramp-error): Use it.
(tramp-do-copy-or-rename-file-directly): Extend check for direct
remote copying.
(tramp-do-copy-or-rename-file-out-of-band): Handle new
`tramp-methods' entry `copy-env' of "rsyncc".
((tramp-handle-process-file): Do not flush all
caches when `process-file-side-effects' is set.
tramp-vc-registered-read-file-names): New defconst.
(tramp-vc-registered-file-names): New defvar.
(tramp-handle-vc-registered): Implement optimization strategy.
(tramp-run-real-handler): Add `tramp-vc-file-name-handler'.
(tramp-vc-file-name-handler): New defun.
(tramp-get-ls-command, tramp-get-test-command)
(tramp-get-file-exists-command, tramp-get-remote-ln)
(tramp-get-remote-perl, tramp-get-remote-stat)
(tramp-get-remote-id): Remove
superfluous `with-current-buffer'.
2009-08-27 13:47:55 +00:00
Jay Belanger
0ff2d6c28e
(Rewrite Rules): Improve the example.
...
(Simplifying Formulas): Explain use of the I and H flags for simplification.
2009-08-27 13:36:19 +00:00
Kenichi Handa
550c8289fd
(send_process): Use encode_coding_object instead of
...
encode_coding_string to perform eol-conversion even if the string
is unibyte.
2009-08-27 11:13:33 +00:00
Kenichi Handa
60afa08d41
(encode_coding_utf_16): Fix checking of an Unicode character.
2009-08-27 07:30:51 +00:00
Dan Nicolaescu
652cc1a2e6
* vc-dir.el (vc-dir-update): Remove debug helper.
2009-08-27 07:25:43 +00:00
Kenichi Handa
1339cf204c
(japanese-symbol-table): Add entries for cp932-2-byte.
2009-08-27 07:22:47 +00:00
Kenichi Handa
761f64270a
Add category `j' to cp932-2-byte.
2009-08-27 07:20:59 +00:00
Kenichi Handa
726e3f1d5e
(build-default-fontset-data): New macro.
...
(setup-default-fontset): Use build-default-fontset-data for CJK,
tibetan, ethiopic, and ipa
2009-08-27 06:26:43 +00:00
Kenichi Handa
ef73e7be7b
(Fself_insert_command): Avoid unnecessay unibyte->multibyte
...
conversion.
2009-08-27 06:02:17 +00:00
Stefan Monnier
d3192c8fd7
(nnrss-request-article): Avoid default-fill-column.
2009-08-27 05:19:42 +00:00
Stefan Monnier
4e3b4528ea
* subr.el (default-mode-line-format, default-header-line-format)
...
(default-line-spacing, default-abbrev-mode, default-ctl-arrow)
(default-direction-reversed, default-truncate-lines)
(default-left-margin, default-tab-width, default-case-fold-search)
(default-left-margin-width, default-right-margin-width)
(default-left-fringe-width, default-right-fringe-width)
(default-fringes-outside-margins, default-scroll-bar-width)
(default-vertical-scroll-bar, default-indicate-empty-lines)
(default-indicate-buffer-boundaries, default-fringe-indicator-alist)
(default-fringe-cursor-alist, default-scroll-up-aggressively)
(default-scroll-down-aggressively, default-fill-column)
(default-cursor-type, default-buffer-file-type)
(default-cursor-in-non-selected-windows)
(default-buffer-file-coding-system, default-major-mode)
(default-enable-multibyte-characters): Mark as obsolete.
* cus-start.el (default-major-mode): Customize `major-mode' instead.
(enable-multibyte-characters): Not customizable any more.
2009-08-27 04:24:00 +00:00
Dan Nicolaescu
b3cca6a697
(vc-cvs-update-changelog): Fix typo.
2009-08-27 01:50:12 +00:00
Sam Steingold
4ed8c7aadb
(save-interprogram-paste-before-kill): New user option.
...
(kill-new): When `save-interprogram-paste-before-kill' is non-nil,
save the interprogram-paste into kill-ring before overriding it
with the Emacs kill.
2009-08-26 20:55:39 +00:00
Dan Nicolaescu
5654bf6320
(Fcall_process): Remove always true #if.
2009-08-26 20:22:17 +00:00
Dan Nicolaescu
7b3a82d7e3
* lisp.h: Replace #if 0 code for checking with text pointing to
...
the --enable-checking configure flag.
* emacs.c (main): Mention the --enable-profiling configure flag
instead of using CFLAGS.
2009-08-26 19:57:44 +00:00
Dan Nicolaescu
3b64d86b56
* vc.el (vc-trunk-p): Rename to vc-rcs-trunk-p and move to vc-rcs.el.
...
(vc-minor-part): Rename to vc-rcs-minor-part and move to vc-rcs.el.
(vc-default-previous-revision): Rename to vc-rcs-previous-revision
and move to vc-rcs.el.
(vc-default-next-revision): Rename to vc-rcs-next-revision and
move to vc-rcs.el.
(vc-cvs-update-changelog): Move to vc-cvs.el, use vc-call-backend.
(vc-rcs-update-changelog): Remove.
(vc-update-changelog-rcs2log): Rename to vc-rcs-update-changelog
and move to vc-rcs.el.
* vc-rcs.el (vc-rcs-latest-on-branch-p, vc-rcs-checkin)
(vc-rcs-checkout, vc-rcs-rollback): Adjust for the vc-rcs-trunk-p
renaming.
(vc-rcs-trunk-p, vc-rcs-minor-part, vc-rcs-previous-revision)
(vc-rcs-next-revision, vc-rcs-update-changelog): Moved here from
vc.el, renamed to be RCS specific.
* vc-cvs.el (vc-cvs-previous-revision, vc-cvs-next-revision): New functions.
(vc-cvs-update-changelog): Moved here from vc.el.
* vc-sccs.el (vc-sccs-previous-revision, vc-sccs-next-revision):
New functions.
2009-08-26 17:54:05 +00:00
Stefan Monnier
636a36a070
(byte-compile-lapcode): Fix up last change.
2009-08-26 14:47:23 +00:00
Ken Raeburn
878bde4927
* Makefile.in (buildobj.h): New target.
...
(doc.o): Depend on it.
(temacs${EXEEXT}): Don't generate buildobj.lst.
(mostlyclean): Delete buildobj.h, not buildobj.lst.
* makefile.w32-in ($(SRC)/buildobj.h): New target.
($(BLD)/doc.$(O)): Depend on it.
(make-buildobj-CMD, make-buildobj-SH): New targets. (Syntax help
provided by Eli Zaretskii.)
($(TEMACS)): Don't generate buildobj.lst.
* doc.c: Include buildobj.h.
(buildobj): New static variable.
(Fsnarf_documentation): Use it, instead of opening and reading
buildobj.lst.
2009-08-26 08:28:23 +00:00
Dan Nicolaescu
dc81064982
* vc.el (vc-default-prettify-state-info): Remove function, unused.
...
* vc-bzr.el (vc-bzr-prettify-state-info): Remove function, unused.
2009-08-26 07:42:11 +00:00
Dan Nicolaescu
2ddf440db1
(vc-git-stash, vc-git-stash-show): New functions.
...
(vc-git-extra-menu-map): Bind them.
2009-08-26 07:01:09 +00:00
Dan Nicolaescu
b91f07620f
(vc-git-register): Use "git add" for directories.
2009-08-26 06:48:58 +00:00
Dan Nicolaescu
b8e5436265
(vc-dir-node-directory, vc-dir-update): Get the parent
...
directory correctly in case the item is a directory itself.
2009-08-26 06:45:36 +00:00
Dan Nicolaescu
239b334087
Document the desired behavior for reverted files in the
...
`added' state.
2009-08-26 05:26:22 +00:00
Glenn Morris
3029e594ae
(enable-local-variables, enable-local-eval)
...
(safe-local-variable-values, safe-local-eval-forms): Mark as risky in
the defcustoms.
(auto-mode-alist, ignored-local-variables)
(save-some-buffers-action-alist): Move risky declarations to the
definitions.
(dabbrev-case-fold-search, dabbrev-case-replace, display-time-string)
(font-lock-defaults, format-alist, imenu--index-alist)
(imenu-generic-expression, input-method-alist, minor-mode-alist)
(mode-line-buffer-identification, mode-line-client, mode-line-modes)
(mode-line-modified, mode-line-mule-info, mode-line-position)
(mode-line-process, mode-line-remote, outline-level)
(parse-time-rules, rmail-output-file-alist)
(special-display-buffer-names, vc-mode):
Move risky declarations to the relevant files.
2009-08-26 03:08:33 +00:00
Glenn Morris
6dc3311d25
Define risky-local-variable property here rather than in files.el.
2009-08-26 03:07:25 +00:00
Glenn Morris
e49c017910
(standard-mode-line-format): Reposition dashes in which-func entry. (Bug#4217)
2009-08-26 02:59:34 +00:00
Glenn Morris
eae4708858
Ulrich Mueller <ulm at gentoo.org>
...
(Character Codes): Fix typos.
2009-08-26 02:56:28 +00:00
Stefan Monnier
8476cfaf3d
(byte-compile-lapcode): Signal overflow.
2009-08-26 02:56:05 +00:00
Michael Albinus
78176e6906
* dbus.texi (Top): Remove footnote saying D-Bus is not enabled by
...
default. (Bug#4256)
2009-08-25 19:26:37 +00:00
Michael Albinus
1574224c89
* dbusbind.c (Fdbus_call_method)
...
(Fdbus_call_method_asynchronously): Use English numeric format for
timeout values in doc string.
2009-08-25 10:31:38 +00:00
Michael Albinus
0b35b48e66
* net/tramp-gvfs.el (top): Use timeout of 100 msec pinging GVFS
...
daemon. Replace ping by checking for running service for bluez
and zeroconf. (Bug#4239)
2009-08-25 10:26:16 +00:00
Michael Albinus
93fb0645d6
* net/dbus.el (dbus-ping): Add optional parameter TIMEOUT.
2009-08-25 10:13:54 +00:00
Michael Albinus
458c8d31e4
* progmodes/grep.el (grep-probe): Let-bind `process-file-side-effects' with nil.
2009-08-25 10:11:08 +00:00
Michael Albinus
04473f6756
(vc-svn-dir-extra-headers, vc-svn-find-revision):
...
Let-bind `process-file-side-effects' with nil.
2009-08-25 09:05:07 +00:00
Michael Albinus
ba2318b74b
* vc-hooks.el (vc-user-login-name):
...
Let-bind `process-file-side-effects' with nil.
2009-08-25 09:02:59 +00:00
Michael Albinus
20c76c553c
* vc-git.el (vc-git-registered, vc-git-working-revision)
...
(vc-git-find-revision, vc-git-diff, vc-git-revision-table)
(vc-git--empty-db-p): Let-bind `process-file-side-effects' with nil.
2009-08-25 09:01:38 +00:00
Michael Albinus
4968879cda
* vc.el (vc-diff-internal): Let-bind `process-file-side-effects' with nil.
2009-08-25 08:55:37 +00:00
Michael Albinus
66f3089ca8
* vc-cvs.el (vc-cvs-state, vc-cvs-diff, vc-cvs-revision-table):
...
Let-bind `process-file-side-effects' with nil.
2009-08-25 08:53:32 +00:00
Michael Albinus
e82b1099e1
* vc-bzr.el (vc-bzr-sha1, vc-bzr-revision-completion-table):
...
Let-bind `process-file-side-effects' with nil.
2009-08-25 08:50:56 +00:00
Michael Albinus
9fb5c929d3
* vc-arch.el (vc-arch-diff): Let-bind `process-file-side-effects' with nil.
2009-08-25 08:49:24 +00:00
Michael Albinus
b967bd1914
* dired-aux.el (dired-show-file-type): Let-bind
...
`process-file-side-effects' with nil.
2009-08-25 08:47:39 +00:00
Michael Albinus
2c4f2562bb
* simple.el (process-file-side-effects): New defvar.
2009-08-25 08:45:41 +00:00
Michael Albinus
ecd3d54f20
* dbus.texi (Bus names): Add optional parameter TIMEOUT to dbus-ping.
...
Describe autostart behaviour of dbus-ping.
(Synchronous Methods, Asynchronous Methods): Use English numeric format
for timeout values.
2009-08-25 08:42:25 +00:00
Michael Albinus
3691a0a638
* processes.texi (Synchronous Processes): New defvar process-file-side-effects.
2009-08-25 08:31:42 +00:00
Glenn Morris
d280e2c3f0
(byte-compile-file-form-require): Tweak previous change.
2009-08-25 07:36:49 +00:00
Glenn Morris
bac9c66cc7
(byte-compile-eval): Fix test for cl in load-history for absolute file-names.
...
(byte-compile-file-form-require): Warn about use of the cl package.
2009-08-25 07:28:16 +00:00
Glenn Morris
0d722f983c
Fix typo.
2009-08-25 07:05:47 +00:00
Glenn Morris
ec179403bd
(top-level): Don't require cl at run-time.
...
(nnir-run-waissearch, nnir-run-swish-e, nnir-run-hyrex):
Replace cl-function substitute with gnus-replace-in-string.
(nnir-run-waissearch, nnir-run-swish++, nnir-run-swish-e)
(nnir-run-hyrex, nnir-run-namazu): Replace cl-function sort* with sort.
(nnir-run-find-grep): Replace cl-functions find-if and subseq with
simplified expansions.
2009-08-25 07:03:49 +00:00
Glenn Morris
9167757662
Unify local variables at end.
...
Don't warn about use of cl functions in this file.
2009-08-25 06:52:09 +00:00
Kenichi Handa
5802634797
(mark_char_table): New function.
...
(mark_object): Use mark_char_table for a char-table.
2009-08-25 06:03:09 +00:00