comparison lispref/ChangeLog @ 56536:0052eaa23782

*** empty log message ***
author Luc Teirlinck <teirllm@auburn.edu>
date Sat, 24 Jul 2004 23:48:49 +0000
parents 74997dbec4d2
children bd38ac56d4a3 c08afac24467
comparison
equal deleted inserted replaced
56535:fee4457701d8 56536:0052eaa23782
1 2004-07-24 Luc Teirlinck <teirllm@auburn.edu>
2
3 * frames.texi: Various changes in addition to:
4 (Creating Frames): Expand and clarify description of `make-frame'.
5 (Window Frame Parameters): Either none or both of the `icon-left'
6 and `icon-top' parameters must be specified. Put descriptions of
7 `menu-bar-lines' and `toolbar-lines' closer together and change
8 them accordingly.
9 (Frame Titles): `multiple-frames' is not guaranteed to be accurate
10 except while processing `frame-title-format' or `icon-title-format'.
11 (Deleting Frames): Correct description of `delete-frame'.
12 Non-nil return values of `frame-live-p' are like those of `framep'.
13 (Frames and Windows): mention return value of
14 `set-frame-selected-window'.
15 (Visibility of Frames): Mention `force' argument to
16 `make-frame-invisible'. `frame-visible-p' returns t for all
17 frames on text-only terminals.
18 (Frame Configurations): Restoring a frame configuration does not
19 restore deleted frames.
20 (Window System Selections): `x-set-selection' returns DATA.
21 (Resources): Add example.
22 (Display Feature Testing): Clarify descriptions of
23 `display-pixel-height', `display-pixel-width', `x-server-version'
24 and `x-server-vendor'.
25
26 * windows.texi (Choosing Window): Add anchor.
27 * minibuf.texi (Minibuffer Misc): Add anchor.
28
1 2004-07-23 John Paul Wallington <jpw@gnu.org> 29 2004-07-23 John Paul Wallington <jpw@gnu.org>
2 30
3 * macros.texi (Defining Macros): Declaration keyword for setting 31 * macros.texi (Defining Macros): Declaration keyword for setting
4 Edebug spec is `debug' not `edebug'. 32 Edebug spec is `debug' not `edebug'.
5 33