diff options
| author | Richard M. Stallman | 2004-02-17 01:15:45 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 2004-02-17 01:15:45 +0000 |
| commit | 84e34002192697facaee1137ff7516f4981ca6a0 (patch) | |
| tree | 39941a7677e811a0fdff005a355575c2afe335c7 /lispref/ChangeLog | |
| parent | ee49c7d90e95d63f4e602895cf3ae7c658cfda46 (diff) | |
| download | emacs-84e34002192697facaee1137ff7516f4981ca6a0.tar.gz emacs-84e34002192697facaee1137ff7516f4981ca6a0.zip | |
Minor fix.
(Buffers and Windows): Delete false table about all-frames.
Diffstat (limited to 'lispref/ChangeLog')
| -rw-r--r-- | lispref/ChangeLog | 63 |
1 files changed, 63 insertions, 0 deletions
diff --git a/lispref/ChangeLog b/lispref/ChangeLog index b3aa91431a7..d8991235ff0 100644 --- a/lispref/ChangeLog +++ b/lispref/ChangeLog | |||
| @@ -1,5 +1,68 @@ | |||
| 1 | 2004-02-16 Jesper Harder <harder@ifa.au.dk> (tiny change) | 1 | 2004-02-16 Jesper Harder <harder@ifa.au.dk> (tiny change) |
| 2 | 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 | |||
| 64 | 2004-02-16 Jesper Harder <harder@ifa.au.dk> (tiny change) | ||
| 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> |