1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2025-02-02 20:16:25 +00:00

91289 Commits

Author SHA1 Message Date
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
Glenn Morris
af62aa887b (top-level): Don't require lucid (and hence run-time cl). 2009-08-25 03:26:40 +00:00
Glenn Morris
5ac1f9e050 (top-level): Don't require cl at run-time. 2009-08-25 03:24:42 +00:00
Glenn Morris
d54cc599f5 Kevin Ryde <user42 at zip.com.au>
(dig): Add autoload cookie.
2009-08-25 03:21:14 +00:00
Glenn Morris
fd0076292f Kevin Ryde <user42 at zip.com.au>
Add "languages" keywords: entry.
2009-08-25 03:14:22 +00:00
Glenn Morris
16bb1a63af Kevin Ryde <user42 at zip.com.au>
Add "games" keywords: entry.
2009-08-25 03:13:25 +00:00
Glenn Morris
bc3b785303 Kevin Ryde <user42 at zip.com.au>
Fix keywords: comment.
2009-08-25 03:12:27 +00:00
Glenn Morris
56866112bf Revert accidental commit. 2009-08-25 03:07:16 +00:00
Glenn Morris
5afa3a81e3 joakim at verona.se
Replace some C99 comments.
2009-08-25 03:05:50 +00:00
Glenn Morris
7bfd055df9 (format-alist): Doc fix. 2009-08-25 03:03:27 +00:00
Glenn Morris
0706c02567 (Format Conversion Round-Trip): Mention nil regexp. 2009-08-25 03:02:09 +00:00
Glenn Morris
664d56b8b4 (Fontsets): Fix typo. 2009-08-25 03:01:20 +00:00