Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
39b39373
Commit
39b39373
authored
Nov 19, 2000
by
Gerd Moellmann
Browse files
*** empty log message ***
parent
cd2904bd
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
16 additions
and
7 deletions
+16
-7
etc/NEWS
etc/NEWS
+8
-4
man/emacs.texi
man/emacs.texi
+3
-3
src/ChangeLog
src/ChangeLog
+5
-0
No files found.
etc/NEWS
View file @
39b39373
...
...
@@ -2056,10 +2056,14 @@ is automatically converted to Emacs' form.
** The new function `window-list' has been defined
- Function: window-list &optional WINDOW MINIBUF ALL-FRAMES
Return a list of windows in canonical order. The parameters WINDOW,
MINIBUF and ALL-FRAMES are defined like for `next-window'.
- Function: window-list &optional FRAME WINDOW MINIBUF
Return a list of windows on FRAME, starting with WINDOW. FRAME nil or
omitted means use the selected frame. WINDOW nil or omitted means use
the selected window. MINIBUF t means include the minibuffer window,
even if it isn't active. MINIBUF nil or omitted means include the
minibuffer window only if it's active. MINIBUF neither nil nor t
means never include the minibuffer window.
** There's a new function `some-window' defined as follows
...
...
man/emacs.texi
View file @
39b39373
...
...
@@ -8,7 +8,7 @@
@ifnottex
@c The edition number appears in several places in this file
This is the fourteenth edition of the @cite
{
GNU Emacs Manual
}
,
updated for Emacs version 21.
1
updated for Emacs version 21.
0.90.
@c Please REMEMBER to update edition number in *three* places in this file.
@dircategory Emacs
...
...
@@ -52,7 +52,7 @@ Software Foundation raise funds for GNU development.''
@sp 6
@center @titlefont
{
GNU Emacs Manual
}
@sp 4
@center Fourteenth Edition, Updated for Emacs Version 21.
1
@center Fourteenth Edition, Updated for Emacs Version 21.
0.90.
@sp 5
@center Richard Stallman
@page
...
...
@@ -61,7 +61,7 @@ Copyright @copyright{} 1985, 1986, 1987, 1993, 1994, 1995, 1996, 1997, 1998, 199
Free Software Foundation, Inc.
@sp 2
Fourteenth Edition @*
Updated for Emacs Version 21.
1
, @*
Updated for Emacs Version 21.
0.90
, @*
August 2000
ISBN 1-882114-06-X
...
...
src/ChangeLog
View file @
39b39373
2000-11-19 Gerd Moellmann <gerd@gnu.org>
* window.c (Fwindow_list): Change parameter list to be XEmacs
compatible.
(window_list_1): New function.
(window_loop): Use it instead of Fwindow_list.
* sysdep.c (emacs_ospeed): New variable.
(toplevel): Don't declare ospeed extern.
(init_baud_rate): Use emacs_ospeed instead of ospeed.
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment