aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard M. Stallman2003-10-13 19:40:41 +0000
committerRichard M. Stallman2003-10-13 19:40:41 +0000
commitf700588689b133ab2940670b09cf028759bcac9e (patch)
tree9eec38930c819134445b27cf3ad5a1f40b423b9b
parent27704b780476eebdb8c922f284c1784569c1efc2 (diff)
downloademacs-f700588689b133ab2940670b09cf028759bcac9e.tar.gz
emacs-f700588689b133ab2940670b09cf028759bcac9e.zip
*** empty log message ***
-rw-r--r--lispref/ChangeLog41
-rw-r--r--man/ChangeLog4
-rw-r--r--src/ChangeLog12
3 files changed, 57 insertions, 0 deletions
diff --git a/lispref/ChangeLog b/lispref/ChangeLog
index 78b88b15b7b..a7f8d049e5a 100644
--- a/lispref/ChangeLog
+++ b/lispref/ChangeLog
@@ -1,3 +1,44 @@
12003-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
12003-10-10 Kim F. Storm <storm@cua.dk> 422003-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.
diff --git a/man/ChangeLog b/man/ChangeLog
index c8d2d18b397..99b1e4d8c4e 100644
--- a/man/ChangeLog
+++ b/man/ChangeLog
@@ -1,3 +1,7 @@
12003-10-13 Richard M. Stallman <rms@gnu.org>
2
3 * xresources.texi (GTK resources): Clean up previous change.
4
12003-10-12 Jan Dj,Ad(Brv <jan.h.d@swipnet.se> 52003-10-12 Jan Dj,Ad(Brv <jan.h.d@swipnet.se>
2 6
3 * xresources.texi (GTK resources): Added a note that some themes 7 * xresources.texi (GTK resources): Added a note that some themes
diff --git a/src/ChangeLog b/src/ChangeLog
index 96a9e5ffc26..12ecdf6e48a 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,15 @@
12003-10-13 Richard M. Stallman <rms@gnu.org>
2
3 * regex.c (MAX_BUF_SIZE): Reduce to 2**15.
4 (print_partial_compiled_pattern): Replace assert with a printout.
5 (skip_noops, mutually_exclusive_p): Change args, values to re_char *.
6
7 * alloc.c (lisp_align_malloc): If BASE is 0, call memory_full.
8
9 * window.c (Fset_window_margins): Allow only integers as args.
10 (syms_of_window) <special-display-buffer-names, special-display-regexps>:
11 Doc fixes.
12
12003-10-13 Lute Kamstra <lute@gnu.org> 132003-10-13 Lute Kamstra <lute@gnu.org>
2 14
3 * window.c (Fset_window_fringes): Elaborate docstring. 15 * window.c (Fset_window_fringes): Elaborate docstring.