1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-01-07 20:30:32 -08:00
Commit graph

89352 commits

Author SHA1 Message Date
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
Alan Mackenzie
90005fd6f3 *** empty log message *** 2009-02-21 16:08:29 +00:00
Eli Zaretskii
ff4abce949 (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.
2009-02-21 15:06:12 +00:00
Chong Yidong
3a6aa9653a Bump version number to 3.0.
(Top): Link to Font Type node.
2009-02-21 13:45:59 +00:00
Chong Yidong
43d02cfd1f (Version Info): Update version numbers in examples.
(Acknowledgements): List more contributors.
2009-02-21 13:45:36 +00:00
Chong Yidong
2bd1f99aca (Lisp Data Types, Syntax for Strings, Buffer Type): Minor edits.
(Frame Configuration Type): Emphasize that it is not primitive.
(Font Type): New node.
(Type Predicates): Add fontp; type-of now recognizes font object types.
2009-02-21 13:45:20 +00:00
Chong Yidong
b87a185f6d * objects.texi (Lisp Data Types, Syntax for Strings, Buffer Type): Minor edits.
(Frame Configuration Type): Emphasize that it is not primitive.
(Font Type): New node.
(Type Predicates): Add fontp; type-of now recognizes font object types.

* intro.texi (Version Info): Update version numbers in examples.
(Acknowledgements): List more contributors.

* elisp.texi: Bump version number to 3.0.
(Top): Link to Font Type node.
2009-02-21 13:45:00 +00:00
Chong Yidong
a35ebb8100 Define Qfont_spec, Qfont_entity, Qfont_object extern. 2009-02-21 13:39:46 +00:00
Chong Yidong
0e3bf4a3e6 (Qfont_spec, Qfont_entity, Qfont_object): Definitions
moved to data.c.
2009-02-21 13:39:20 +00:00
Chong Yidong
4e6f26262e (syms_of_data): Define Qfont_spec, Qfont_entity, and
Qfont_object.
(Ftype_of): Recognize font objects.
2009-02-21 13:38:59 +00:00
Chong Yidong
0b6f228ca9 * data.c (syms_of_data): Define Qfont_spec, Qfont_entity, and
Qfont_object.
(Ftype_of): Recognize font objects.

* lisp.h: Define Qfont_spec, Qfont_entity, Qfont_object extern.

* font.c (Qfont_spec, Qfont_entity, Qfont_object): Definitions
moved to data.c.
2009-02-21 13:38:16 +00:00
Jason Rumney
5ca454075e (url-default-expander): Use concat to combine parts. (Bug #1020) 2009-02-21 07:53:54 +00:00
Glenn Morris
ba32b5d2fc Comment (reformat header). 2009-02-21 03:18:42 +00:00
Glenn Morris
a8d4467bf8 (sc-mail-glom-frame): Handle a "From " line at the start of the headers.
(sc-mail-check-from): New function.
2009-02-21 03:14:04 +00:00
Martin Rudalics
3ba6d4ed56 (python-shift-left, python-shift-right):
When the mark is not active shift the current line.  (Bug#2381)
2009-02-20 16:30:53 +00:00
Andreas Schwab
7b704afe99 (command-line): Don't match an empty argument as an
option.
(command-line-1): Likewise.
2009-02-20 14:24:55 +00:00
Juanma Barranquero
867d4bb371 Remove duplicate words. 2009-02-20 12:36:50 +00:00
Adrian Robert
52f8870bd7 * nsterm.m (x_make_frame_invisible): Unset async_visible,
async_iconified.  Based on a patch by Christian Lynbech
	<christian.lynbech@tieto.com>.
	(EmacsView-windowDidMiniaturize:): Unset async_visible.
2009-02-20 11:39:30 +00:00
Carsten Dominik
9148fdd002 2009-02-20 Carsten Dominik <dominik@science.uva.nl>
* org-remember.el (org-remember-apply-template): Turn off ido for
	this completion.

	* org.el (org-priority): Also find invisible headings, for remote
	editing.
	(org-completing-read-no-ido): New function.
	(org-make-tags-matcher, org-set-property): Turn off ido for this completion.

	* org-colview.el (org-columns-edit-value): No special treatment of
	prefix arg.
2009-02-20 09:02:49 +00:00
Glenn Morris
49b5c0e87e Minor updates for mbox rather than Babyl. 2009-02-20 06:18:51 +00:00
Glenn Morris
7087d5e9af (Fskip_chars_forward): Fix doc typo. 2009-02-20 06:09:38 +00:00
Glenn Morris
7aad296acf Daniel Jensen <daniel at bigwalter.net> (tiny change)
(apropos-library): Check for null filename in load-history.
2009-02-20 06:06:18 +00:00
Glenn Morris
4752932295 (apropos-library): Remove the element with null filename, if present,
from the completion list.
2009-02-20 06:03:45 +00:00
Glenn Morris
bd26454c24 Comment. 2009-02-20 05:07:49 +00:00
Glenn Morris
2dccb77786 Be tediously correct. 2009-02-20 04:50:29 +00:00
Glenn Morris
0f9125462b Fix attribution. 2009-02-20 04:40:30 +00:00