1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-24 06:20:43 -08:00
Commit graph

48367 commits

Author SHA1 Message Date
Dan Nicolaescu
2a0e33798a (vc-git--run-command-string): Accept a nil FILE argument.
(vc-git-stash-list): New function.
(vc-git-dir-extra-headers): Use it.
2009-07-23 06:42:50 +00:00
Dan Nicolaescu
10b5dcad46 (vc-dir-move-to-goal-column): Declare. 2009-07-23 05:41:24 +00:00
Dan Nicolaescu
d6a62b0d7a (vc-print-log-internal): New function, split out from ...
(vc-print-log): ... here.
2009-07-23 05:21:34 +00:00
Dan Nicolaescu
0a2ddfa661 (vc-git-add-signoff): New variable.
(vc-git-checkin): Use it.
(vc-git-toggle-signoff): New function.
(vc-git-extra-menu-map): Bind it to menu.
2009-07-23 05:17:27 +00:00
Glenn Morris
589a99f2f6 (describe-variable): Describe ignored and risky local
variables in a similar way to that in which we describe safe ones.
2009-07-23 02:55:34 +00:00
Glenn Morris
e2d5a67f9e (elint-standard-variables): Remove most members,
since the next two variables cover them automatically now.
(elint-builtin-variables, elint-autoloaded-variables): New.
(elint-unknown-builtin-args): Remove all members, since they can be
parsed automatically now.
(elint-extra-errors): New.
(elint-env-add-env, elint-env-add-macro): Use cadr.
(elint-current-buffer): Use or.  Change final message.
(elint-get-top-forms): Use line-end-position.
(elint-init-env): Use cadr.  Handle autoload, declare-function,
and defalias.
(elint-add-required-env): Doc fix.  Use or.  Standardize error.
(regexp-assoc): Remove unused function.
(elint-top-form): Set elint-current-pos, to record the start of the
top-level form, for compilation-mode.
(elint-form): Trap errors in macro expansion.  Use dolist.
(elint-unbound-variable): Use elint-builtin-variables and
elint-autoloaded-variables.
(elint-get-args): Use cadr, or.
(elint-check-cond-form): Use dolist, cadr.
(elint-check-condition-case-form): Doc fix.  Use cadr.
Use elint-extra-errors.
(elint-log): New function.
(elint-error, elint-warning): Use elint-log for a bytecomp-style format.
Distinguish errors and warnings.
(elint-log-message): Use with-current-buffer.  Inhibit read-only.
Use a bytecomp-style format.
(elint-clear-log): Preserve default-directory.  Inhibit read-only.
(elint-get-log-buffer): Use compilation mode.  Disable undo.
Don't truncate lines.
(elint-initialize): Set builtin and autoloaded variable lists.
Only process elint-unknown-builtin-args if non-nil.
(elint-find-builtin-variables, elint-find-autoloaded-variables):
New functions.
(elint-find-builtin-args): Doc fix.  Handle "BODY...)".
2009-07-23 02:54:39 +00:00
Glenn Morris
4b94906242 (cl-compiling-file): Update for the name-change `outbuffer' to
`bytecomp-outbuffer'.
2009-07-23 02:54:15 +00:00
Glenn Morris
924bfe49d8 (load-time-value): Update for the name-change `outbuffer' to
`bytecomp-outbuffer'.
2009-07-23 02:54:00 +00:00
Glenn Morris
a2b3fdbf3a (byte-compile-from-buffer, byte-compile-output-file-form)
(byte-compile-output-docform, byte-compile-file-form-defmumble)
(byte-compile-output-as-comment):
Give some more local variables with common names a "bytecomp-" prefix,
so as not to shadow things during compilation.
2009-07-23 02:53:29 +00:00
Glenn Morris
855b42a23d Kevin Ryde <user42 at zip.com.au>
Hyperlink urls in docstrings with URL `...'.
2009-07-22 03:07:18 +00:00
Glenn Morris
fbf370dc7e Kevin Ryde <user42 at zip.com.au>
(erc-cmd-MODE): Hyperlink urls in docstrings with URL `...'.
2009-07-22 03:03:51 +00:00
Glenn Morris
41dc791369 Kevin Ryde <user42 at zip.com.au>
(mh-spamassassin-blacklist, mh-bogofilter-blacklist)
(mh-spamprobe-blacklist): Hyperlink urls in docstrings with URL `...'.
2009-07-22 03:02:16 +00:00
Glenn Morris
cb71155600 Remove leading * from defcustom docs. 2009-07-22 02:45:34 +00:00
Glenn Morris
fd413a3765 (blink-matching-paren-distance): Bump to 100k. (Bug#3889) 2009-07-22 02:35:45 +00:00
Glenn Morris
0b9521973e (report-emacs-bug): Include any load-path shadows. 2009-07-22 02:34:51 +00:00
Glenn Morris
7ba65108e5 (shadows-compare-text-p): Remove leading * from defcustom doc.
(list-load-path-shadows): Optionally, just return shadows as a string.
2009-07-22 02:34:11 +00:00
Chong Yidong
a4f6970146 * mail/rmailedit.el (rmail-edit-mode): Use auto-save-include-big-deletions.
* mail/rmail.el (rmail-variables): Use auto-save-include-big-deletions.

* files.el (auto-save-mode): Revert 2009-07-21 and 2009-07-16 changes.
2009-07-21 23:34:33 +00:00
Jay Belanger
ec06459cb6 (Undoing Mistakes): Mention that the undo list will be truncated when
Calc is quit.
(Customizing Calc): Mention `calc-undo-length'.
2009-07-21 19:01:41 +00:00
Jay Belanger
b159e5b047 (calc-undo-length): New variable.
(calc-quit): Truncate rather than eliminate `calc-undo-list'.
2009-07-21 18:56:35 +00:00
Richard M. Stallman
b41b097623 * files.el (auto-save-mode): Handle buffer-save-size = -2
for toggling mode.
2009-07-21 14:40:33 +00:00
Glenn Morris
531b12643d (ispell-looking-back): Update declaration. 2009-07-21 05:03:43 +00:00
Glenn Morris
55d27f4157 (calendar-current-date): Update declaration. 2009-07-21 05:02:36 +00:00
Glenn Morris
02df3f4de8 (ps-jitify, ps-lazify): Remove aliases only used to
silence compiler.  Instead...
(jit-lock-fontify-now, lazy-lock-fontify-region): ...Declare.
(ps-print-ensure-fontified): Update for above function name changes.
2009-07-21 04:49:48 +00:00
Glenn Morris
fdd8417e49 (pr-mh-get-msg-num, pr-mh-show)
(pr-mh-start-of-uncleaned-message): Remove aliases only used to
silence compiler.  Instead...
(mh-get-msg-num, mh-show, mh-start-of-uncleaned-message): ...Declare.
(mh-show-buffer): Only define for compiler.
(pr-mh-current-message): Update for above function name changes.
2009-07-21 04:47:34 +00:00
Glenn Morris
4ed32706c7 (rmail-retry-ignored-headers): Bump :version. 2009-07-21 04:42:55 +00:00
Glenn Morris
08ee620074 (cl-debug-env): Only define for compiler.
(edebug-eval): Check cl-debug-env is bound.
(print-level, print-circle): Don't redefine built-in variables.
2009-07-21 04:42:16 +00:00
Glenn Morris
623a883003 Remove ancient version: header.
(menu-bar-emerge-menu): Remove unused variable.
(emerge-version): Make the variable an obsolete alias for the
emacs-version variable.  Make the function obsolete.
(emerge-fast-keymap, emerge-edit-keymap): Make a separate menu for
Emerge options, rather than merging in into the main Options menu.
(emerge-options-menu): Adjust menu text.  Use buttons for skip prefers
and auto advance modes.  Disable edit/fast items when not relevant.
2009-07-21 04:41:29 +00:00
Glenn Morris
4befa5993f Remove leading * from defcustom docs.
(custom-print-vectors): Remove old comments from doc.
2009-07-21 04:40:17 +00:00
Glenn Morris
0c06a6a6fd (mailclient-send-it): Fix message. 2009-07-21 04:38:21 +00:00
Glenn Morris
26ede5d3de (abort-if-file-too-large): Explicitly pass `filename' as an argument.
(find-file-noselect, insert-file-1): Update for above change.
2009-07-21 04:37:53 +00:00
Chong Yidong
8681214471 * term/vt420.el (terminal-init-vt420): Fix typo. 2009-07-20 19:04:15 +00:00
Sam Steingold
6bb90094fb (compile-auto-highlight): Remove the variable (removed from compile.el
on 2004-03-11).
2009-07-20 16:40:24 +00:00
Chong Yidong
42e0a72551 * files.el (hack-local-variables-filter): Fix last change. 2009-07-20 14:21:27 +00:00
Juri Linkov
2ee20f24e8 (describe-variable): Add information about file-local and dir-local variables. 2009-07-19 16:56:22 +00:00
Juri Linkov
8c8b01853d (ignored-local-variables): Add `dir-local-variables-alist'.
(dir-local-variables-alist): New buffer-local variable.
(hack-local-variables-filter): If variable is not dir-local,
i.e. `dir-name' is nil, then remove it from `dir-local-variables-alist',
because file-local overrides dir-local.
(c-postprocess-file-styles)<declare-function>:
Remove obsolete declaration.
(hack-dir-local-variables): Add dir-local variable/value pair to
`dir-local-variables-alist' and remove duplicates.  Doc fix.
2009-07-19 16:55:16 +00:00
Chong Yidong
89bf83cdc3 * files.el (hack-local-variables-filter): Rewrite. 2009-07-19 01:05:17 +00:00
Glenn Morris
d9e8a01896 (verilog-error-regexp-add-xemacs): Silence compiler by only defining on XEmacs. 2009-07-19 00:47:47 +00:00
Glenn Morris
da332cfbc5 (auto-coding-regexp-alist): Only match BABYL... at the start of
buffer, not of lines.  (Bug#3790)
2009-07-19 00:40:04 +00:00
Glenn Morris
1a8d354101 (desktop-buffers-not-to-save): Set :version tag. 2009-07-19 00:33:58 +00:00
Glenn Morris
cfc4766482 (mail-user-agent): Doc fix. Set :version tag. 2009-07-19 00:33:11 +00:00
Glenn Morris
a71b84cd1b (cal-menu-set-date-title): Handle calls from non-calendar buffers (Bug#3862).
Restore "not on a date" message.
(cal-menu-context-mouse-menu): Doc fix.
2009-07-19 00:32:31 +00:00
Juri Linkov
d842b10332 (process-kill-buffer-query-function): New function.
(add-hook)<kill-buffer-query-functions>: Add hook
`process-kill-buffer-query-function'.
2009-07-18 21:06:04 +00:00
Juri Linkov
fcdd8562cd Virtual Info keyword finder.
(add-to-list)<Info-virtual-files>: Add "\\`\\*Finder.*\\*\\'".
(Info-finder-file): New variable.
(Info-finder-find-file): New function.
(finder-known-keywords, finder-package-info)
(find-library-name, lm-commentary): Use defvar and
declare-function to silence compiler warnings.
(Info-finder-find-node): New function.
(info-finder): New command.
2009-07-18 21:01:49 +00:00
Alan Mackenzie
c82f92a0fd (c-before-hack-hook, c-postprocess-file-styles): Give invocation of
`c-set-style' DONT-OVERRIDE parameter of t.  Already set style variables will
thus not be overridden by style settings given by `c-file-syle'.
2009-07-18 20:42:55 +00:00
Alan Mackenzie
982cbcabc0 (hack-local-variables-filter): Remove entries with duplicate keys from
`file-local-variables-alist'.
2009-07-18 20:41:32 +00:00
Alan Mackenzie
10d37df7e2 *** empty log message *** 2009-07-18 20:40:39 +00:00
Eli Zaretskii
102e1a41cd (deactivate-mark, activate-mark, set-mark): Don't call x-set-selection
if display-selections-p returns nil for the current frame.
2009-07-18 19:04:22 +00:00
Chong Yidong
16f2e9fca0 * simple.el (region-active-p, use-region-p): Doc fix (Bug#3873). 2009-07-18 17:39:35 +00:00
Eli Zaretskii
a6c2c80cdd (desktop-buffers-not-to-save): Default value is nil. Accept nil in
addition to a regexp.
(desktop-files-not-to-save): Add "(ftp)$" to the default regexp.  Accept
nil in addition to a regexp.
(desktop-save-buffer-p): Don't use desktop-buffers-not-to-save for buffers
that have an associated file.  Handle nil values of
desktop-buffers-not-to-save and desktop-files-not-to-save.  (Bug#3833)
2009-07-18 11:59:04 +00:00
Eli Zaretskii
f22693fc45 (x-selection-owner-p, x-own-selection-internal)
(x-disown-selection-internal): New functions.
2009-07-18 11:13:03 +00:00