comparison lispref/ChangeLog @ 54044:08780c888051

*** empty log message ***
author Richard M. Stallman <rms@gnu.org>
date Tue, 17 Feb 2004 01:15:45 +0000
parents ab4648f219d0
children d78e05a984ee
comparison
equal deleted inserted replaced
54043:8445cf412e9f 54044:08780c888051
1 2004-02-16 Jesper Harder <harder@ifa.au.dk> (tiny change)
2
3 * keymaps.texi (Tool Bar): tool-bar-item => tool-bar-button.
4
5 2004-02-16 Jan Dj,Ad(Brv <jan.h.d@swipnet.se>
6
7 * frames.texi (Parameter Access): frame-parameters arg is optional.
8 modify-frame-parameters handles nil for FRAME.
9 (Window Frame Parameters): menu-bar-lines and tool-bar-lines
10 are all-or-nothing for certain toolkits.
11 Mention parameter wait-for-wm.
12 (Frames and Windows): In frame-first-window and frame-selected-window
13 the arg is optional.
14 (Input Focus): In redirect-frame-focus the second arg is optional.
15 (Window System Selections): Mention selection type CLIPBOARD.
16 Mention data-type UTF8_STRING.
17 Mention numbering of cut buffers.
18 (Resources): Describe x-resource-name.
19
20 2004-02-16 Richard M. Stallman <rms@gnu.org>
21
22 * windows.texi (Buffers and Windows): Delete false table
23 about all-frames.
24
25 * syntax.texi (Parsing Expressions): Delete old caveat
26 about parse-sexp-ignore-comments.
27
28 * streams.texi (Output Variables): Add print-quoted.
29
30 * lists.texi (Building Lists): Minor cleanup.
31
32 * hash.texi (Creating Hash): Correct and clarify doc of WEAK values.
33
34 * display.texi (Overlays): Explain overlays use markers.
35 (Managing Overlays): Explain front-advance and rear-advance
36 in more detail.
37
38 * loading.texi (Unloading): Document unload-feature-special-hooks.
39 Get rid of fns-NNN.el file.
40
41 2004-02-16 Matthew Mundell <matt@mundell.ukfsn.org> (tiny change)
42
43 * help.texi (Describing Characters): Fix text-char-description
44 example output.
45
46 * edebug.texi (Using Edebug): Fix example.
47
48 * debugging.texi (Internals of Debugger): Fix return value.
49
50 * files.texi (Changing Files): Fix argname.
51
52 * calendar.texi: Fix parens, and default values.
53
54 * display.texi, frames.texi, internals.texi, modes.texi: Minor fixes.
55 * nonascii.texi, objects.texi, os.texi: Minor fixes.
56 * searching.texi, text.texi, tips.texi, windows.text: Minor fixes.
57
58 * positions.texi (Text Lines): Don't add -1 in current-line.
59
60 2004-02-16 Richard M. Stallman <rms@gnu.org>
61
62 * compile.texi (Compiler Errors): if-boundp feature applies to cond.
63
1 2004-02-16 Jesper Harder <harder@ifa.au.dk> (tiny change) 64 2004-02-16 Jesper Harder <harder@ifa.au.dk> (tiny change)
2 65
3 * processes.texi (Low-Level Network): Fix a typo. 66 * processes.texi (Low-Level Network): Fix a typo.
4 67
5 2004-02-12 Kim F. Storm <storm@cua.dk> 68 2004-02-12 Kim F. Storm <storm@cua.dk>