1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-27 07:41:28 -08:00
Commit graph

362 commits

Author SHA1 Message Date
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
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
Juanma Barranquero
867d4bb371 Remove duplicate words. 2009-02-20 12:36:50 +00:00
Eli Zaretskii
77730170c0 (User-Chosen Coding Systems): Document that select-safe-coding-system
suggests raw-text if there are raw bytes in the region.
(Explicit Encoding): Warn not to use `undecided' when encoding.
2009-02-14 14:12:15 +00:00
Glenn Morris
c87362126b (Visibility of Frames): Mention the effect multiple
workspaces/desktops can have on visibility.

(as I learnt in bug#2199).
2009-02-11 04:15:18 +00:00
Eli Zaretskii
7d2a859fab (Explicit Encoding): Document the `charset' text property produced by
decode-coding-region and decode-coding-string.
2009-02-07 11:48:40 +00:00
Eli Zaretskii
ab992d6629 (Commands for Insertion): Reinstate documentation of
translation-table-for-input.
2009-02-07 11:09:56 +00:00
Eli Zaretskii
a894169f5a (Event Mod): Reinstate documentation of translation-table-for-input. 2009-02-07 11:08:45 +00:00
Eli Zaretskii
ec9e95235a (Searching Keymaps): Reinstate documentation of translation-table-for-input. 2009-02-07 11:08:01 +00:00
Eli Zaretskii
5c9c5c4ba0 (Translation of Characters): Reinstate documentation of
translation-table-for-input.
2009-02-07 11:07:22 +00:00
Chong Yidong
a436e145b7 Bump version to 23.0.90. 2009-02-01 22:04:25 +00:00
Alan Mackenzie
e6c815ae09 (Search-based Fontification): Correct a typo. 2009-01-27 09:40:25 +00:00
Alan Mackenzie
e651a255bc *** empty log message *** 2009-01-27 09:39:11 +00:00
Juanma Barranquero
bc5cde4b2e * abbrevs.texi (Abbrev Table Properties): Fix typo.
Reported by Seweryn Kokot <sewkokot@gmail.com>.  (Bug#2039)
2009-01-25 12:10:52 +00:00
Eli Zaretskii
f721dedaef (Window Systems): Document the value of `initial-window-system' under --daemon. 2009-01-24 20:24:18 +00:00
Eli Zaretskii
3533155bcf (System Environment): Remove description of the `environment' function which
has been deleted.
2009-01-24 16:24:17 +00:00
Dan Nicolaescu
f79b43b27b * frame.el (make-frame-on-tty): Remove function, inline contents
in the only user ...

* server.el (server-create-tty-frame): ... here.

* frames.texi (Multiple Displays): Remove documentation for
removed function make-frame-on-tty.
2009-01-22 06:58:10 +00:00
Chong Yidong
ae12425c9d (Format Conversion Piecemeal): Clarify behavior of
write-region-annotate-functions.  Document
write-region-post-annotation-function.
2009-01-22 04:53:41 +00:00
Chong Yidong
e3aa6669fa * files.texi (Format Conversion Piecemeal): Clarify behavior of
write-region-annotate-functions.  Document
write-region-post-annotation-function.
2009-01-22 04:53:32 +00:00
Chong Yidong
803ee7b9b1 (Font Lookup): Document WIDTH argument of x-list-fonts. 2009-01-19 15:29:18 +00:00
Chong Yidong
fb13a41632 * display.texi (Font Lookup): Document WIDTH argument of
x-list-fonts.
2009-01-19 15:29:05 +00:00
Eli Zaretskii
f71de46c66 (Suspending Emacs): Fix last change. 2009-01-17 19:22:59 +00:00
Eli Zaretskii
ead3f58d86 (Standard Keymaps): Rename function-key-map to local-function-key-map. 2009-01-17 19:16:08 +00:00
Eli Zaretskii
6b9e769476 (Translation Keymaps): Rename function-key-map to local-function-key-map. 2009-01-17 19:14:52 +00:00
Eli Zaretskii
3f1d322f58 (Terminal I/O Encoding): `keyboard-coding-system' and
`set-keyboard-coding-system' now accept an optional terminal argument.
2009-01-17 19:14:29 +00:00
Eli Zaretskii
d3ae77bcb9 (Event Mod): `keyboard-translate-table' is now terminal-local.
(Function Keys): Rename function-key-map to local-function-key-map.
2009-01-17 19:14:01 +00:00
Eli Zaretskii
490f11979e (Standard Hooks): Document suspend-tty-functions' and resume-tty-functions'. 2009-01-17 18:47:53 +00:00
Eli Zaretskii
62a5303f25 (Suspending Emacs): Update for multi-tty; document `suspend-tty',
`resume-tty', and `controlling-tty-p'.
2009-01-17 18:43:59 +00:00
Eli Zaretskii
2b6ae648f8 (Terminal Parameters): Document terminal-parameters', terminal-parameter',
and `set-terminal-parameter'.
2009-01-17 18:43:24 +00:00
Eli Zaretskii
df05a1630f (Top): Make @detailmenu be consistent with changes in frames.texi. 2009-01-17 16:33:55 +00:00
Eli Zaretskii
0ed8034edc (Standard Hooks): Document `delete-frame-functions' and
`delete-terminal-functions'.
2009-01-17 16:32:09 +00:00
Eli Zaretskii
20cb6c9b32 (Frames): Document frame-terminal' and terminal-live-p'.
(Multiple Displays): Document `make-frame-on-tty'.
(Multiple Terminals): Document `terminal-list', `delete-terminal',
`terminal-name', and `get-device-terminal'.
2009-01-17 16:31:21 +00:00
Eli Zaretskii
200811d63a (System Environment): Document environment' and initial-environment'. 2009-01-17 15:35:55 +00:00
Eli Zaretskii
02eccf6bfb (Coding System Basics): More accurate description of `raw-text'. 2009-01-17 10:09:52 +00:00
Stefan Monnier
0befcaca93 Typo. 2009-01-12 20:44:40 +00:00
Stefan Monnier
cc5a5e2d42 Qualify the `-flag' convention. 2009-01-12 20:44:19 +00:00
Juanma Barranquero
f19fea978e * display.texi (Low-Level Font): Fix typo. 2009-01-12 10:22:35 +00:00
Chong Yidong
2833b3fffd Undo last change. 2009-01-10 13:20:18 +00:00
Chong Yidong
d9ffc9c39a (PostScript Images): Node deleted. 2009-01-10 13:10:19 +00:00
Chong Yidong
5667b1b438 (Top): Update node listing. 2009-01-10 13:09:31 +00:00
Chong Yidong
16fa292f51 * elisp.texi (Top): Update node listing.
* display.texi (PostScript Images): Node deleted.
2009-01-10 13:09:20 +00:00
Eli Zaretskii
3355f04dd8 (Decoding Output): Document that null bytes force no-conversion for reading
process output.
2009-01-10 12:50:38 +00:00
Eli Zaretskii
7951ad77dd (Reading from Files): Document that null bytes force no-conversion when visiting
files.
2009-01-10 12:42:58 +00:00
Eli Zaretskii
538395d97a (Serial Ports): Improve wording, suggested by RMS. 2009-01-10 12:34:20 +00:00
Eli Zaretskii
c06ea95e7c (Character Properties): Improve wording. 2009-01-10 12:30:41 +00:00