Mercurial > emacs
comparison lispref/ChangeLog @ 52847:b1a58a58e5ef
*** empty log message ***
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Mon, 13 Oct 2003 19:40:41 +0000 |
parents | 8db1f7cf31ba |
children | e8d907253a77 |
comparison
equal
deleted
inserted
replaced
52846:2ff062ff0422 | 52847:b1a58a58e5ef |
---|---|
1 2003-10-13 Richard M. Stallman <rms@gnu.org> | |
2 | |
3 * windows.texi (Basic Windows): A window has fringe settings, | |
4 display margins and scroll-bar settings. | |
5 (Splitting Windows): Doc split-window return value. | |
6 Clean up one-window-p. | |
7 (Selecting Windows): Fix typo. | |
8 (Cyclic Window Ordering): Explain frame as ALL-FRAMES in next-window. | |
9 (Buffers and Windows): In set-window-buffer, explain effect | |
10 on fringe settings and scroll bar settings. | |
11 (Displaying Buffers): In pop-to-buffer, explain nil as buffer arg. | |
12 (Choosing Window): Use defopt for pop-up-frame-function. | |
13 For special-display-buffer-names, explain same-window and same-frame. | |
14 Clarify window-dedicated-p return value. | |
15 (Textual Scrolling): scroll-up and scroll-down can get an error. | |
16 (Horizontal Scrolling): Clarify auto-hscroll-mode. | |
17 Clarify set-window-hscroll. | |
18 (Size of Window): Don't mention tool bar in window-height. | |
19 (Coordinates and Windows): Explain what coordinates-in-window-p | |
20 returns for fringes and display margins. | |
21 (Window Configurations): Explain saving fringes, etc. | |
22 | |
23 * tips.texi (Library Headers): Clean up Documentation. | |
24 | |
25 * syntax.texi (Parsing Expressions): Clean up forward-comment | |
26 and parse-sexp-lookup-properties. | |
27 | |
28 * sequences.texi (Sequence Functions): sequencep accepts bool-vectors. | |
29 | |
30 * os.texi (System Environment): Clean up text for load-average errors. | |
31 | |
32 * modes.texi (Hooks): Don't explain local hook details at front. | |
33 Clarify run-hooks and run-hook-with-args a little. | |
34 Clean up add-hook and remove-hook. | |
35 | |
36 * edebug.texi (Edebug Execution Modes): Clarify t. | |
37 Document edebug-sit-for-seconds. | |
38 (Coverage Testing): Document C-x X = and =. | |
39 (Instrumenting Macro Calls): Fix typo. | |
40 (Specification List): Don't index the specification keywords. | |
41 | |
1 2003-10-10 Kim F. Storm <storm@cua.dk> | 42 2003-10-10 Kim F. Storm <storm@cua.dk> |
2 | 43 |
3 * processes.texi (Network): Introduce make-network-process. | 44 * processes.texi (Network): Introduce make-network-process. |
4 | 45 |
5 2003-10-09 Luc Teirlinck <teirllm@auburn.edu> | 46 2003-10-09 Luc Teirlinck <teirllm@auburn.edu> |