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

92 Commits

Author SHA1 Message Date
Richard M. Stallman
217797bc68 (Dialog Boxes): Minor fixes. 2005-05-24 23:27:26 +00:00
Luc Teirlinck
090c98b4b6 (Dialog Boxes): HEADER argument to `x-popup-dialog' is optional. 2005-05-24 14:43:24 +00:00
Nick Roberts
607fc154ea (Dialog Boxes): Add double space. 2005-05-24 04:30:53 +00:00
Nick Roberts
24f8f30b73 (Dialog Boxes): Descibe new optional argument. 2005-05-24 04:29:14 +00:00
Eli Zaretskii
2d47b0ac24 (Initial Parameters): Update cross reference to "Emacs Invocation". 2005-05-21 12:20:45 +00:00
Luc Teirlinck
53420faaaf (Pop-Up Menus): Complete description of `x-popup-menu'.
(Dialog Boxes): Complete description of `x-popup-dialog'.
2005-05-05 23:05:00 +00:00
Luc Teirlinck
40823f2d3f (Pop-Up Menus): Correct and clarify description of `x-popup-menu'.
(Dialog Boxes): Clarify description of `x-popup-dialog'.
2005-05-02 02:06:38 +00:00
Richard M. Stallman
f5d71784e6 (Text Terminal Colors): Get rid of "Emacs 21", and make it read better. 2005-03-06 18:15:17 +00:00
Eli Zaretskii
f705df79df (Color Names): Add pointer to the X docs about RGB
color specifications.  Improve indexing
(Text Terminal Colors): Replace the description of RGB values by
an xref to "Color Names".
2005-02-05 13:19:39 +00:00
Richard M. Stallman
8dc22b869e (Window Frame Parameters): Explain pixel=char on tty.
(Pop-Up Menus): Fix typo.
(Color Names): Explain all types of color names.
Explain color-values on B&W terminal.
(Text Terminal Colors): Explain "rgb values" are lists.  Fix arg names.
2005-02-03 07:04:29 +00:00
Kim F. Storm
a6c1076b0d (Window Frame Parameters): Remove line-height defvar. 2004-12-10 23:58:14 +00:00
Thien-Thi Nguyen
c6188ec212 (Window Frame Parameters): New @defvar for `line-spacing'. 2004-12-09 16:11:01 +00:00
Thien-Thi Nguyen
4bd38e9445 (Window Frame Parameters): Fix typo. 2004-11-16 14:14:13 +00:00
Richard M. Stallman
60bb490961 (Display Feature Testing): Explain about "vendor". 2004-10-28 06:46:47 +00:00
Luc Teirlinck
72f2b52554 (Window Frame Parameters): Correct typo. 2004-08-09 21:06:37 +00:00
Luc Teirlinck
f478a72a62 Various changes in addition to:
(Creating Frames): Expand and clarify description of `make-frame'.
(Window Frame Parameters): Either none or both of the `icon-left'
and `icon-top' parameters must be specified.  Put descriptions of
`menu-bar-lines' and `toolbar-lines' closer together and change
them accordingly.
(Frame Titles): `multiple-frames' is not guaranteed to be accurate
except while processing `frame-title-format' or `icon-title-format'.
(Deleting Frames): Correct description of `delete-frame'.
Non-nil return values of `frame-live-p' are like those of `framep'.
(Frames and Windows): mention return value of
`set-frame-selected-window'.
(Visibility of Frames): Mention `force' argument to
`make-frame-invisible'.  `frame-visible-p' returns t for all
frames on text-only terminals.
(Frame Configurations): Restoring a frame configuration does not
restore deleted frames.
(Window System Selections): `x-set-selection' returns DATA.
(Resources): Add example.
(Display Feature Testing): Clarify descriptions of
`display-pixel-height', `display-pixel-width', `x-server-version'
and `x-server-vendor'.
2004-07-24 23:48:49 +00:00
Richard M. Stallman
0b156b784c (Input Focus): Minor fix. 2004-07-09 16:56:23 +00:00
Luc Teirlinck
cb4f1287f8 (Input Focus): Clarify descriptions of `select-frame-set-input-focus'
and `select-frame'.
2004-07-07 22:43:05 +00:00
Luc Teirlinck
d1d70b6ea7 (Input Focus): Capitalize Lisp. 2004-07-06 21:20:26 +00:00
Luc Teirlinck
59db7d6e7f (Input Focus): Add documentation for `select-frame-set-input-focus'.
Replace refs to non-existent `switch-frame' with `select-frame'.
Minor corrections and tidying up of text-only terminal stuff.

From Alan Mackenzie.
2004-07-04 18:23:20 +00:00
Luc Teirlinck
7baeca0c0e Reposition @anchor's. 2004-06-23 16:40:04 +00:00
Luc Teirlinck
7daa0e81c7 (Window System Selections): Add anchor. 2004-02-21 18:24:22 +00:00
Richard M. Stallman
0fe5963523 Minor fixes.
(Parameter Access): frame-parameters arg is optional.
modify-frame-parameters handles nil for FRAME.
(Window Frame Parameters): menu-bar-lines and tool-bar-lines
are all-or-nothing for certain toolkits.
Mention parameter wait-for-wm.
(Frames and Windows): In frame-first-window and frame-selected-window
the arg is optional.
(Input Focus): In redirect-frame-focus the second arg is optional.
(Window System Selections): Mention selection type CLIPBOARD.
Mention data-type UTF8_STRING.
Mention numbering of cut buffers.
(Resources): Describe x-resource-name.
2004-02-17 00:46:17 +00:00
Richard M. Stallman
95c3bdddc4 (Frames and Windows): Delete frame-root-window. 2004-01-03 21:16:15 +00:00
Richard M. Stallman
0c10c5de42 (Frames and Windows): Add set-frame-selected-window and frame-root-window. 2003-12-29 20:58:40 +00:00
Miles Bader
ab5796a9f9 Add arch taglines 2003-09-01 15:45:59 +00:00
Richard M. Stallman
5b2a9a7608 (Parameter Access): Add modify-all-frames-parameters.
(Window Frame Parameters): Make separate table of parameters
that are coupled with specific face attributes.
(Deleting Frames): delete-frame-hooks renamed to delete-frame-functions.
2003-08-06 01:32:23 +00:00
Juanma Barranquero
177c0ea743 Trailing whitespace deleted. 2003-02-04 14:56:31 +00:00
Pavel Janík
5fe3b9bcb4 Fix typo. 2002-12-07 11:37:22 +00:00
Richard M. Stallman
1daccbf4b2 Describe blink-cursor-alist and new values for cursor-type. 2002-08-27 18:40:30 +00:00
Juanma Barranquero
72459b1549 (Display Feature Testing): Fix typo. 2002-06-17 15:27:50 +00:00
Andreas Schwab
61f7e0f5e5 (Initial Parameters, Resources): Fix references to the Emacs manual. 2002-06-12 13:10:00 +00:00
Miles Bader
11ef2a3b0d display-supports-face-attributes-p 2002-06-11 01:50:15 +00:00
Eli Zaretskii
e545ad34f9 (Window Frame Parameters): Document the hbar cursor type. 2002-04-19 12:02:21 +00:00
Richard M. Stallman
3243b9f38e Clarify gamma correction. 2002-02-27 05:29:00 +00:00
Eli Zaretskii
23b7c67546 (Window System Selections): The default encoding is now
compound-text-with-extensions.
2002-02-26 16:48:59 +00:00
Eli Zaretskii
d0997f103e (Text Terminal Colors): Remove description of tty-display-color-cells. 2002-02-06 18:39:36 +00:00
Eli Zaretskii
47edc1f718 (Text Terminal Colors): Remove the documentation of tty-display-color-p.
Suggest to avoid the use of tty-display-color-cells.
2002-02-03 11:21:01 +00:00
Eli Zaretskii
e8384e8611 (Text Terminal Colors): Document tty-display-color-p. 2002-01-25 14:15:02 +00:00
Eli Zaretskii
8d78fe2242 (Text Terminal Colors): Document tty-display-color-cells. 2002-01-25 13:53:56 +00:00
Eli Zaretskii
7b32356bee (Window Frame Parameters): Document the new tty-color-mode parameter. 2002-01-14 13:55:40 +00:00
Eli Zaretskii
560e5397f2 (Window Frame Parameters): Document the fullscreen parameter. 2002-01-13 11:50:39 +00:00
Richard M. Stallman
a3fbafe2f0 *** empty log message *** 2001-10-25 15:30:00 +00:00
Eli Zaretskii
3d7f0a34bc (Finding All Frames): Document that next-frame and
previous-frame are local to current terminal.
2001-09-30 10:39:00 +00:00
Eli Zaretskii
5df7058cce (Input Focus): Clarify which frame is _the_ selected
frame at any given time.
(Multiple Displays, Size and Position): Add cross-references to
the definition of the selected frame.
2001-09-23 18:49:04 +00:00
Richard M. Stallman
caae20c741 Clarify recent changes. 2001-09-10 05:34:15 +00:00
Eli Zaretskii
28932ac124 (Mouse Position): Document mouse-position-function.
(Display Feature Testing): Document display-images-p.
(Window Frame Parameters): Document the cursor-type variable.
2001-09-08 17:42:16 +00:00
Gerd Moellmann
1ecbf4e45f (Window System Selections): Remove doubled `it'. 2001-02-23 13:11:25 +00:00
Dave Love
e294b7f1bf Change "X windows" instances. 2001-01-22 20:50:42 +00:00
Dave Love
7aa2024d50 display-planes on tty 2001-01-04 11:32:58 +00:00