comparison lispref/ChangeLog @ 52194:33aa7a797635

*** empty log message ***
author Richard M. Stallman <rms@gnu.org>
date Wed, 13 Aug 2003 17:29:53 +0000
parents c8251a6cc1c7
children a0b65ecec014
comparison
equal deleted inserted replaced
52193:f8d29e8eb4a7 52194:33aa7a797635
1 2003-08-13 Richard M. Stallman <rms@gnu.org>
2
3 * elisp.texi (Top): Update subnode lists in menu.
4
5 * text.texi (Insertion): Add insert-buffer-substring-no-properties.
6 (Kill Functions): kill-region has new arg yank-handler.
7 (Yanking): New node.
8 (Yank Commands): Add yank-undo-function.
9 (Low-Level Kill Ring):
10 kill-new and kill-append have new arg yank-handler.
11 (Changing Properties): Add remove-list-of-text-properties.
12 (Atomic Changes): New node.
13
14 * symbols.texi (Other Plists): Add lax-plist-get, lax-plist-put.
15
16 * streams.texi (Output Variables): Add eval-expression-print-length
17 and eval-expression-print-level.
18
19 * os.texi (Time Conversion): For encode-time, explain limits on year.
20
21 * objects.texi (Character Type): Define anchor "modifier bits".
22
23 * modes.texi (Emulating Mode Line): New node.
24 (Search-based Fontification): Font Lock uses font-lock-face property.
25 (Other Font Lock Variables): Likewise.
26
27 * keymaps.texi (Format of Keymaps): Keymaps contain char tables,
28 not vectors.
29 (Active Keymaps): Add emulation-mode-map-alists.
30 (Functions for Key Lookup): key-binding has new arg no-remap.
31 (Remapping Commands): New node.
32 (Scanning Keymaps): where-is-internal has new arg no-remap.
33 (Tool Bar): Add tool-bar-local-item-from-menu.
34 Clarify when to use tool-bar-add-item-from-menu.
35
36 * commands.texi (Interactive Call): commandp has new arg.
37 (Command Loop Info): Add this-original-command.
38
1 2003-08-06 John Paul Wallington <jpw@gnu.org> 39 2003-08-06 John Paul Wallington <jpw@gnu.org>
2 40
3 * compile.texi (Compiler Errors): Say `@end defmac' after `@defmac'. 41 * compile.texi (Compiler Errors): Say `@end defmac' after `@defmac'.
4 42
5 * display.texi (Warning Basics): Fix typo. 43 * display.texi (Warning Basics): Fix typo.