Katsumi Yamaoka [Wed, 25 Feb 2009 04:20:32 +0000 (04:20 +0000)]
(toplevel): Remove autoload for gnus-setup-message.
(gnus-dired-attach): Fake this-command value to prevent Gnus from displaying
Gnus logo; always use compose-mail.
Stefan Monnier [Tue, 24 Feb 2009 21:11:53 +0000 (21:11 +0000)]
(ns-working-overlay): Don't make it buffer-local.
(ns-working-overlay-len): Remove. Use ns-working-overlay instead.
(ns-delete-working-text): Merge with ns-unecho-working-text.
Decide which to use based on ns-working-overlay.
(ns-unecho-working-text): Remove.
(ns-insert-working-text, ns-echo-working-text): Adjust accordingly.
Jason Rumney [Tue, 24 Feb 2009 13:33:58 +0000 (13:33 +0000)]
(Fontsets): Mention fontset-default, font specs and fallback fontsets.
(Defining Fontsets): Mention ns and w32 variants of standard-fontset-spec.
Update description of startup fontset to match Emacs 23 behavior.
(Modifying Fontsets): New section.
Glenn Morris [Tue, 24 Feb 2009 03:32:19 +0000 (03:32 +0000)]
(elint-unknown-builtin-args): Fix encode-time spec. (Bug#2453)
(elint-find-builtin-args): Make the match more restrictive.
Handle errors. Return a result actually containing the function name.
Chong Yidong [Mon, 23 Feb 2009 17:43:28 +0000 (17:43 +0000)]
(Intro Eval): Copyedits. Standardize on "form" instead of "expression" throughout.
(Function Indirection): Copyedits. Use active voice.
(Eval): The default value of max-lisp-eval-depth is now 400.
Chong Yidong [Mon, 23 Feb 2009 17:41:25 +0000 (17:41 +0000)]
* control.texi (Control Structures): Add cindex entry for "textual
order".
* eval.texi (Intro Eval): Copyedits. Standardize on "form"
instead of "expression" throughout.
(Function Indirection): Copyedits. Use active voice.
(Eval): The default value of max-lisp-eval-depth is now 400.
Jason Rumney [Mon, 23 Feb 2009 13:17:21 +0000 (13:17 +0000)]
Remove ever expanding versions of Windows. Shorten FAQ URL. Remove
mention of obsolete lock directory. Windows distribution now bin and
barebin only. Add note about SVG support. Remove old tar and gzip
problem workarounds. Use new (22.x) -Q option. Report all bugs through
bug tracker.
Kenichi Handa [Mon, 23 Feb 2009 01:37:34 +0000 (01:37 +0000)]
(auto-composition-mode): Don't add a hook to
after-change-functions. Don't decompose the buffer.
(auto-composition-after-change): Delete it.
(toggle-auto-composition): Make it an alias of
auto-composition-mode.
(auto-compose-region): Delete it.
Juri Linkov [Sun, 22 Feb 2009 23:36:46 +0000 (23:36 +0000)]
(dired-guess-shell-command): Use read-shell-command
instead of read-from-minibuffer.
(dired-read-shell-command): Add code that uses
minibuffer-with-setup-hook to set minibuffer-default-add-function
to minibuffer-default-add-dired-shell-commands exactly like
`dired-read-shell-command' in dired-aux.el already does. Doc fix.
Juri Linkov [Sun, 22 Feb 2009 21:52:14 +0000 (21:52 +0000)]
(dired-smart-shell-command): Remove code that uses
minibuffer-with-setup-hook to set minibuffer-default-add-function
to minibuffer-default-add-shell-commands because the same code was
already moved to `read-shell-command' 2008-07-31.
Chong Yidong [Sun, 22 Feb 2009 21:07:15 +0000 (21:07 +0000)]
(Sequences Arrays Vectors): Make introduction more concise.
(Arrays): Mention char-tables and bool-vectors too.
(Vectors): Don't repeat information given in Arrays node. Link to
nodes that explain the vector usage examples.
(Char-Tables): Note that char-table elements can have arbitrary
type. Explain effect of omitted char-table-extra-slots property.
Chong Yidong [Sun, 22 Feb 2009 21:07:04 +0000 (21:07 +0000)]
* sequences.texi (Sequences Arrays Vectors): Make introduction
more concise.
(Arrays): Mention char-tables and bool-vectors too.
(Vectors): Don't repeat information given in Arrays node. Link to
nodes that explain the vector usage examples.
(Char-Tables): Note that char-table elements can have arbitrary
type. Explain effect of omitted char-table-extra-slots property.
Alan Mackenzie [Sat, 21 Feb 2009 16:10:39 +0000 (16:10 +0000)]
cc-engine.el (c-beginning-of-statement-1): Enhance to parse case clauses
with (compile-time) expressions.
cc-langs.el (c-case-kwds-regexp): New variable for the above.
Eli Zaretskii [Sat, 21 Feb 2009 15:06:12 +0000 (15:06 +0000)]
(rmail-cease-edit): Notice changes in buffer's encoding during editing.
Make sure to use encoding that can safely encode the message.
Rewrite MIME charset= header if the new encoding is different from the old one.