aboutsummaryrefslogtreecommitdiffstats
path: root/lispref/ChangeLog
diff options
context:
space:
mode:
authorRichard M. Stallman2003-12-29 21:53:46 +0000
committerRichard M. Stallman2003-12-29 21:53:46 +0000
commit4d25144d00a10b580fbbbb708f19a5199a497a30 (patch)
tree991e8a0c81220ed6271d1f98314cd4d5ee62b4d3 /lispref/ChangeLog
parentdbcd9cd756728dcc2fca63b3357a080aff5a96fc (diff)
downloademacs-4d25144d00a10b580fbbbb708f19a5199a497a30.tar.gz
emacs-4d25144d00a10b580fbbbb708f19a5199a497a30.zip
(Choosing Window): Add same-window-p, special-display-p.
(Window Configurations): Add window-configuration-frame.
Diffstat (limited to 'lispref/ChangeLog')
-rw-r--r--lispref/ChangeLog50
1 files changed, 50 insertions, 0 deletions
diff --git a/lispref/ChangeLog b/lispref/ChangeLog
index 1b9aabffe46..f591037daab 100644
--- a/lispref/ChangeLog
+++ b/lispref/ChangeLog
@@ -1,3 +1,53 @@
12003-12-29 Richard M. Stallman <rms@gnu.org>
2
3 * windows.texi (Choosing Window): Add same-window-p, special-display-p.
4 (Window Configurations): Add window-configuration-frame.
5
6 * variables.texi (Creating Buffer-Local): Add local-variable-if-set-p.
7
8 * text.texi (Examining Properties): Add get-char-property-and-overlay.
9 Change arg name in get-char-property.
10 (Special Properties): Update handling of keymap property.
11
12 * strings.texi (Modifying Strings): Add clear-string.
13 (Text Comparison): Add assoc-string and remove
14 assoc-ignore-case, assoc-ignore-representation.
15
16 * os.texi (Time of Day): Add set-time-zone-rule.
17
18 * numbers.texi (Math Functions): asin, acos, log, log10
19 report domain-error errors.
20
21 * nonascii.texi (Converting Representations):
22 Add multibyte-char-to-unibyte and unibyte-char-to-multibyte.
23 (Encoding and I/O): Add file-name-coding-system.
24
25 * modes.texi (Search-based Fontification): Explain that
26 face specs are symbols with face names as values.
27
28 * minibuf.texi (Minibuffer Misc): Add set-minibuffer-window.
29
30 * lists.texi (Building Lists): remq moved elsewhere.
31 (Sets And Lists): remq moved here.
32 (Association Lists): Refer to assoc-string.
33
34 * internals.texi (Garbage Collection): Add memory-use-counts.
35
36 * frames.texi (Frames and Windows): Add set-frame-selected-window
37 and frame-root-window.
38
39 * files.texi (Contents of Directories):
40 Add directory-files-and-attributes.
41
42 * display.texi (Refresh Screen): Add force-window-update.
43 (Invisible Text): Explain about moving point out of invis text.
44 (Overlay Properties): Add overlay-properties.
45 (Managing Overlays): Add overlayp.
46 (GIF Images): Invalid image number displays a hollow box.
47
48 * buffers.texi (Buffer Modification): Add restore-buffer-modified-p.
49 (Killing Buffers): Add buffer-live-p.
50
12003-12-25 Markus Rost <rost@mathematik.uni-bielefeld.de> 512003-12-25 Markus Rost <rost@mathematik.uni-bielefeld.de>
2 52
3 * display.texi (Fringes): Fix typo "set-buffer-window". 53 * display.texi (Fringes): Fix typo "set-buffer-window".