1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2025-01-25 19:11:56 +00:00
Commit Graph

337 Commits

Author SHA1 Message Date
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
Eli Zaretskii
0b4faef3a5 (Lisp and Coding Systems): Document inhibit-null-byte-detection and
inhibit-iso-escape-detection.
2009-01-10 12:02:28 +00:00
Chong Yidong
c2aa555a1c (Font Lookup): Remove obsolete function
x-font-family-list.  x-list-fonts accepts Fontconfig/GTK syntax.
(Low-Level Font): Rename from Fonts, move to end of Faces section.
(Font Selection): Reorder order of variable descriptions.  Minor
clarifications.
2009-01-09 14:18:59 +00:00
Chong Yidong
1c1282fbc4 Update node listing. 2009-01-09 14:18:49 +00:00
Chong Yidong
ce9cf0658e * display.texi (Font Lookup): Remove obsolete function
x-font-family-list.  x-list-fonts accepts Fontconfig/GTK syntax.
(Low-Level Font): Rename from Fonts, move to end of Faces section.
(Font Selection): Reorder order of variable descriptions.  Minor
clarifications.

* elisp.texi (Top): Update node listing.
2009-01-09 14:18:39 +00:00
Glenn Morris
ab756fb378 (Command Loop Info): Say that last-command-char and last-input-char
are obsolete aliases.
2009-01-09 05:22:19 +00:00
Glenn Morris
21e96f8f7f (Minibuffer Commands): Use last-command-event rather than last-command-char. 2009-01-09 05:22:05 +00:00
Glenn Morris
19d0b229e6 (Edebug Recursive Edit): Remove references to
last-input-char and last-command-char, since they are just aliases for
last-input-event and last-command-event.
2009-01-09 05:19:40 +00:00
Chong Yidong
9185bf498e (Faces): Put Font Selection node after Auto Faces.
(Face Attributes): Don't link to Font Lookup.  Document font-family-list.
(Fonts): New node.
2009-01-08 20:58:13 +00:00
Chong Yidong
606061b9f7 Update node listing. 2009-01-08 20:57:59 +00:00
Chong Yidong
6b2b8ab1df * elisp.texi: Update node listing.
* display.texi (Faces): Put Font Selection node after Auto Faces.
(Face Attributes): Don't link to Font Lookup.  Document
font-family-list.
(Fonts): New node.
2009-01-08 20:57:30 +00:00
Jason Rumney
3568e76713 (Pointer Shape): Clarify that only X supports
changing the standard pointer shapes. (Bug#1485)
2009-01-08 13:05:11 +00:00
Chong Yidong
d466a866bf (Attribute Functions): Note that a function value :height is relative,
and that compatibility functions work by calling set-face-attribute.
(Displaying Faces): Reorder list in order of increasing priority.
(Face Remapping): New node.  Content moved here from Displaying Faces.
(Glyphs): Link to Face Functions.
2009-01-08 11:46:04 +00:00
Chong Yidong
6221c8db7c * display.texi (Attribute Functions): Note that a function value
:height is relative, and that compatibility functions work by
calling set-face-attribute.
(Displaying Faces): Reorder list in order of increasing priority.
(Face Remapping): New node.  Content moved here from Displaying
Faces.
(Glyphs): Link to Face Functions.
2009-01-08 11:45:50 +00:00
Glenn Morris
6ed161e1d6 Add 2009 to copyright years. 2009-01-08 05:28:46 +00:00
Chong Yidong
42a2a15414 (Faces): Don't discuss face id here. facep does
not return t.
(Defining Faces): Minor clarification.
(Face Attributes): Rearrange items to match docstring of
set-face-attribute.  Add :foundry attribute.  Document new role of
:font attribute.  Texinfo usage fix.
(Attribute Functions): Copyedits.
(Face Functions): Note that face number is seldom used.
2009-01-08 01:19:44 +00:00
Chong Yidong
e3d3799a71 * display.texi (Faces): Don't discuss face id here. facep does
not return t.
(Defining Faces): Minor clarification.
(Face Attributes): Rearrange items to match docstring of
set-face-attribute.  Add :foundry attribute.  Document new role of
:font attribute.  Texinfo usage fix.
(Attribute Functions): Copyedits.
(Face Functions): Note that face number is seldom used.
2009-01-08 01:19:34 +00:00
Richard M. Stallman
638a245702 (Predicates for Strings): Minor clarification. 2009-01-05 16:06:19 +00:00
Richard M. Stallman
27610f35e2 (Function Safety): Texinfo usage fix. 2009-01-05 16:03:29 +00:00
Juanma Barranquero
49ea00743d * objects.texi (General Escape Syntax): Fix typo. 2009-01-04 19:44:58 +00:00
Martin Rudalics
9f822178d7 (Choosing Window): Say that pop-up-frame-alist
works via the default value of pop-up-frame-function.
2009-01-03 11:17:47 +00:00
Eli Zaretskii
af34ad36fc (System Processes): Document the time' and ctime' attributes of
`system-process-attributes'.
2009-01-02 15:20:05 +00:00
Chong Yidong
d31f667990 * display.texi (Face Attributes): Clarify :height attribute. 2009-01-01 08:28:56 +00:00
Martin Rudalics
174dc00c74 (The Buffer List): Clarify what moves a buffer to
the front of the buffer list.  Add entries for `last-buffer' and
`unbury-buffer'.
2008-12-31 17:13:32 +00:00
Eli Zaretskii
d14030f587 (Top): Add @detailmenu items for "Multiple Terminals" and its subsections. 2008-12-27 18:57:52 +00:00
Eli Zaretskii
b40222038c (Multiple Terminals, Low-level Terminal)
(Terminal Parameters, Frames on Other TTY devices): New sections.
(Frames): Add an xref to "Multiple Terminals".
2008-12-27 18:56:53 +00:00