comparison lispref/ChangeLog @ 68707:3e678b84f13a

*** empty log message ***
author Richard M. Stallman <rms@gnu.org>
date Wed, 08 Feb 2006 00:27:09 +0000
parents 067115a6e738
children fb98ea8e029a
comparison
equal deleted inserted replaced
68706:0d97a839b475 68707:3e678b84f13a
1 2006-02-07 Richard M. Stallman <rms@gnu.org>
2
3 * functions.texi (What Is a Function): Fix xref.
4
5 * keymaps.texi (Key Lookup): Clarify wrt commands vs other functions.
6 (Changing Key Bindings): Clarify when remapping is better than
7 substitute-key-definition.
8
9 2006-02-02 Richard M. Stallman <rms@gnu.org>
10
11 * minibuf.texi (Basic Completion): Completion alists are risky.
12
13 * keymaps.texi (Active Keymaps): Clarifications.
14 (Searching Keymaps): New node.
15 (Keymaps): Update menu.
16
17 * frames.texi (Layout Parameters): Minor clarification.
18 (Drag and Drop): New node.
19 (Frames): Update menu.
20
1 2006-01-29 Chong Yidong <cyd@stupidchicken.com> 21 2006-01-29 Chong Yidong <cyd@stupidchicken.com>
2 22
3 * display.texi (Other Display Specs, Image Descriptors): Image 23 * display.texi (Other Display Specs, Image Descriptors): Image
4 description is a list, not a cons cell. 24 description is a list, not a cons cell.
5 25
18 * nonascii.texi (Translation of Characters): Search cmds use 38 * nonascii.texi (Translation of Characters): Search cmds use
19 translation-table-for-input. Automatically made local. 39 translation-table-for-input. Automatically made local.
20 40
21 * markers.texi (Overview of Markers): Count insertion type 41 * markers.texi (Overview of Markers): Count insertion type
22 as one of a marker's attributes. 42 as one of a marker's attributes.
43
44 * keymaps.texi (Controlling Active Maps): New node, split out of
45 Active Keymaps.
46 (Keymaps): Menu updated.
47 (Active Keymaps): Give pseudocode to explain how the active
48 maps are searched. current-active-maps and key-binding moved here.
49 (Functions for Key Lookup): current-active-maps and key-binding moved.
50 Clarifications.
51 (Searching the Keymaps): New subnode.
23 52
24 * elisp.texi (Top): Menu clarification. 53 * elisp.texi (Top): Menu clarification.
25 54
26 * display.texi (Other Display Specs): Delete duplicate entry for 55 * display.texi (Other Display Specs): Delete duplicate entry for
27 just a string as display spec. Move text about recursive display 56 just a string as display spec. Move text about recursive display