1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-01-03 02:31:03 -08:00
Commit graph

90914 commits

Author SHA1 Message Date
Adrian Robert
4e2f36cfed * nsfont.m (NSFontDescriptor.h): Explicitly include under GNUstep. 2009-07-23 14:41:05 +00:00
Adrian Robert
7f6ad20968 * nsterm.m (ns_lookup_indexed_color): Check for bad index. (ns_index_color): Init unused slot to 0. (ns_dumpglyphs_box_or_relief): Replace useless xassert with an if(). Bug 3714, possibly 3082. 2009-07-23 13:21:44 +00:00
Adrian Robert
5dd9a6f799 * nsterm.m (EmacsView-keyUp:): Only act when running under Tiger. 2009-07-23 11:52:45 +00:00
Dan Nicolaescu
a707eb0542 (emacs-lisp-mode-map): Add menu entries
for Lint.
2009-07-23 07:09:28 +00:00
Dan Nicolaescu
e05b6a4eb2 *** empty log message *** 2009-07-23 06:46:16 +00:00
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
291bc6bdf9 Mention vc-git-add-signoff. 2009-07-23 05:17:48 +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
0badeef452 *** empty log message *** 2009-07-23 02:56:06 +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
324a4f6ad8 (Matching): Update blink-matching-paren-distance. 2009-07-23 02:51:22 +00:00
Ken Raeburn
100b635576 Document fixing of load-in-progress corruption. 2009-07-23 00:36:49 +00:00
Jason Rumney
c902b9205b * w32fns.c (w32_wnd_proc) [WM_IME_STARTCOMPOSITION]: Position
IME window at cursor (Bug#2570).
(w32_wnd_proc) [WM_IME_CHAR]: Release context when finished.
(globals_of_w32fns): Dynamically load functions required above.

* w32term.c (w32_draw_window_cursor): Send message to reposition
any IME window.
2009-07-22 16:03:39 +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
e9a63f0409 Regenerate with autoconf 2.62. 2009-07-22 02:55:17 +00:00
Glenn Morris
49a9e76da8 (AC_PREREQ): Require autoconf 2.62. 2009-07-22 02:54:54 +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
7ff9d47331 Note that last change is documented. 2009-07-21 23:51:46 +00:00
Chong Yidong
b6937a70fd * frames.texi (Cut/Paste Other App): For select-active-regions,
selection is now updated on moving point.
2009-07-21 23:50:50 +00:00
Chong Yidong
551b1ac979 Move announcement of select-active-regions to 23.2 section. 2009-07-21 23:47:49 +00:00
Chong Yidong
28aaa2555d Add auto-save-include-big-deletions. 2009-07-21 23:36:38 +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
Chong Yidong
090101cf91 * fileio.c: Revert 2009-07-16 changes.
(Vauto_save_include_big_deletions): New variable.
(Fdo_auto_save): Disable auto-save only if auto-save-include-big-deletions is nil.
2009-07-21 23:34:02 +00:00
Chong Yidong
e6583e3d76 * xdisp.c (move_it_to): For continued lines ending in a tab, take
the overflowed pixels into account (Bug#3879).
2009-07-21 20:12:09 +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
bd8aaa36da * glossary.texi (GNU, Daemon): Update information. 2009-07-21 14:49:36 +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
Ken Raeburn
ece435a536 (load_depth): New variable.
(Fload, load_unwind, init_lread): Set it to the load recursion
	depth; set load_in_progress as a simple boolean based on the
	current load_depth.  (Bug#3892)
2009-07-21 09:26:43 +00:00
Glenn Morris
0b5546d610 Standardize headers.
Remove version numbers that don't mean much and are infrequently updated.
Instead, just use Emacs version and date.
Use FSF URL rather than postal address.
2009-07-21 06:46:33 +00:00
Glenn Morris
7b3773ad26 Standardize header.
(versionnumber, version): Remove.
(versionemacs, versionvip): New.
(copyrightnotice): Use FSF URL rather than postal address.
2009-07-21 06:45:34 +00:00
Glenn Morris
8285433695 Standardize header.
(versionnumber): Rename to versionviper.
(versionemacs, versionxemacs): New.
(version): Remove.
(copyrightnotice): Use FSF URL rather than postal address.
2009-07-21 06:45:18 +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