Chong Yidong
a5b99fab3a
(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.
2009-02-23 17:43:28 +00:00
Chong Yidong
13e31e2bd1
(Control Structures): Add cindex entry for "textual order".
2009-02-23 17:41:38 +00:00
Chong Yidong
ca8f09a82b
* 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.
2009-02-23 17:41:25 +00:00
Juanma Barranquero
936934f5e0
* bs.el (bs--down): When wrapping around, use `forward-line',
...
not `goto-line', to avoid distracting "Mark set" message.
2009-02-23 15:27:40 +00:00
Jason Rumney
3deb93c663
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.
2009-02-23 13:17:21 +00:00
Jason Rumney
9b0587538e
Modify for barebin distribution, as undumped distribution no longer exists.
2009-02-23 12:31:55 +00:00
Jason Rumney
a6f4f1e5b2
Update for 23.0.91
2009-02-23 12:23:44 +00:00
Jason Rumney
db922cc0e5
Prev commit in wrong ChangeLog
2009-02-23 11:50:08 +00:00
Jason Rumney
4b1d7c25d4
*** empty log message ***
2009-02-23 11:47:36 +00:00
Juanma Barranquero
2bc550cb12
Add bug reference.
2009-02-23 11:42:34 +00:00
Juanma Barranquero
2ead928923
* ibuffer.el (ibuffer-redisplay-engine): Avoid "Mark set" message clobbering
...
the useful message from `ibuffer-toggle-sorting-mode'. (Bug#2439)
2009-02-23 11:01:16 +00:00
Katsumi Yamaoka
1e6b95a6f1
Fix previous commit: tell autoload that gnus-setup-message is a macro.
2009-02-23 10:56:29 +00:00
Adrian Robert
75da06183b
fix date in last commit
2009-02-23 08:07:31 +00:00
Adrian Robert
88ddb9ff42
* macos.texi (Mac / GNUstep Basics, Mac / GNUstep Customization):
...
Mention ns-extended-platform-support-mode.
2009-02-23 08:05:58 +00:00
Katsumi Yamaoka
920b3f72ff
Require gnus-msg instead of autoloading it for the gnus-setup-message macro.
2009-02-23 07:12:07 +00:00
Miles Bader
a20878b6d8
Rename system-process-attributes' to process-attributes'
...
Revision: emacs@sv.gnu.org/emacs--devo--0--patch-1553
2009-02-23 05:06:36 +00:00
Miles Bader
0038d4781b
Merge from gnus--devo--0
...
Revision: emacs@sv.gnu.org/emacs--devo--0--patch-1552
2009-02-23 05:06:26 +00:00
Kenichi Handa
a485d4f774
(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.
2009-02-23 01:37:34 +00:00
Juri Linkov
b8f908b3a4
(minibuffer-default-add-dired-shell-commands): Doc fix.
2009-02-22 23:38:04 +00:00
Juri Linkov
c521381a6c
(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.
2009-02-22 23:36:46 +00:00
Chong Yidong
bfb108d0fd
Checked symbols.texi.
2009-02-22 21:56:25 +00:00
Chong Yidong
0f0073d09f
(Property Lists): Emphasize that property lists are not restricted to symbol cells.
...
(Other Plists): Copyedit.
2009-02-22 21:56:05 +00:00
Chong Yidong
1b80d1f358
* symbols.texi (Property Lists): Emphasize that property lists are
...
not restricted to symbol cells.
(Other Plists): Copyedit.
2009-02-22 21:55:55 +00:00
Juri Linkov
57199d9b74
(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.
2009-02-22 21:52:14 +00:00
Chong Yidong
a61bc6e204
(Char-Tables): Link to Property Lists node.
2009-02-22 21:17:26 +00:00
Chong Yidong
8a63cf4125
* sequences.texi (Char-Tables): Link to Property Lists node.
2009-02-22 21:17:15 +00:00
Chong Yidong
0a22791d69
Checked hash.texi
2009-02-22 21:13:21 +00:00
Chong Yidong
b2d25ae484
Checked sequences.texi.
2009-02-22 21:07:35 +00:00
Chong Yidong
c19ac817da
(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.
2009-02-22 21:07:15 +00:00
Chong Yidong
61f660448f
* 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.
2009-02-22 21:07:04 +00:00
Karl Berry
6be93a16ae
one more duplicate word
2009-02-22 19:37:33 +00:00
Karl Berry
6bd6c2faca
dup word by
2009-02-22 19:32:53 +00:00
Andreas Schwab
1b3b981ba9
* coding.h (struct coding_system): Make safe_charsets a pointer to
...
unsigned char.
* coding.c (CODING_ISO_REQUEST): Check for safe_charsets content
being 255.
(SAFE_CHARSET_P): Likewise.
(setup_iso_safe_charsets): Properly setup safe_charsets.
(Fdefine_coding_system_internal): Likewise.
(setup_coding_system): Likewise. Remove unneeded casts.
(detect_coding_iso_2022): Compare Viso_2022_charset_list with
CODING_ATTR_CHARSET_LIST, not CODING_ATTR_SAFE_CHARSETS. Remove
unneeded casts.
2009-02-22 15:48:02 +00:00
Andreas Schwab
b3b58c0190
(del_range_2): Don't modify gap contents when called
...
from decode_coding_object. (Bug#1809)
2009-02-22 14:29:25 +00:00
Chong Yidong
e636d913fd
Checked several Lispref files.
2009-02-22 00:42:56 +00:00
Chong Yidong
b6a5263fb3
(List Elements): Copyedits.
2009-02-22 00:42:28 +00:00
Chong Yidong
4068c7b43c
* lists.texi (List Elements): Copyedits.
2009-02-22 00:42:19 +00:00
Chong Yidong
8f88eb24b2
(Creating Strings): Copyedits. Remove obsolete Emacs 20 usage of `concat'.
...
(Case Conversion): Copyedits.
2009-02-22 00:22:46 +00:00
Chong Yidong
5fbf8b28ee
(Vector Functions): Remove obsolete Emacs 20 use of `vconcat'.
2009-02-22 00:20:17 +00:00
Chong Yidong
01c36a8c65
(Building Lists): Remove obsolete Emacs 20 usage of `append'.
2009-02-22 00:19:57 +00:00
Chong Yidong
9403944b41
* lists.texi (Building Lists): Remove obsolete Emacs 20 usage of
...
`append'.
* sequences.texi (Vector Functions): Remove obsolete Emacs 20 use
of `vconcat'.
* strings.texi (Creating Strings): Copyedits. Remove obsolete
Emacs 20 usage of `concat'.
(Case Conversion): Copyedits.
2009-02-22 00:19:39 +00:00
Chong Yidong
8f513de89e
temp-file-name-pattern does not appear in the manuals.
2009-02-21 23:32:44 +00:00
Chong Yidong
721451bc13
Fix last change.
2009-02-21 19:50:17 +00:00
Glenn Morris
b22f4f66b4
Use /= in previous change.
2009-02-21 19:32:05 +00:00
Jay Belanger
7b3752ab87
(math-use-emacs-fn): Make sure that the lisp number is in decimal.
2009-02-21 19:19:58 +00:00
Chong Yidong
2f49167cb2
(compilation-error-regexp-alist-alist): Tweak regexp (Bug#2173).
2009-02-21 18:52:19 +00:00
Chong Yidong
d4c0130b31
* progmodes/compile.el (compilation-error-regexp-alist-alist):
...
Tweak regexp (Bug#2173).
2009-02-21 18:51:48 +00:00
Chong Yidong
770f7c6396
(flyspell-mouse-map): Undefine mouse-2 to avoid yanks (Bug#2408).
2009-02-21 17:53:16 +00:00
Chong Yidong
c067b28f3f
* textmodes/flyspell.el (flyspell-mouse-map): Undefine mouse-2 to
...
avoid yanks (Bug#2408).
2009-02-21 17:52:59 +00:00
Alan Mackenzie
d28e7f288e
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.
2009-02-21 16:10:39 +00:00