diff options
| author | Miles Bader | 2006-02-08 04:26:44 +0000 |
|---|---|---|
| committer | Miles Bader | 2006-02-08 04:26:44 +0000 |
| commit | 380874900ca183ec2fdce91949d841328852d7a8 (patch) | |
| tree | 6918a4182f8657251e83223511aa7827fb8820ed /lispref/ChangeLog | |
| parent | 72b464afc12a7532fc8555352db04c65647c15ae (diff) | |
| parent | c96ec15a58817ac97db5348187e2d8695f609cb5 (diff) | |
| download | emacs-380874900ca183ec2fdce91949d841328852d7a8.tar.gz emacs-380874900ca183ec2fdce91949d841328852d7a8.zip | |
Revision: emacs@sv.gnu.org/emacs--unicode--0--patch-13
Merge from emacs--devo--0
Patches applied:
* emacs--devo--0 (patch 43-57)
- Update from CVS
- Merge from erc--emacs--0
- Make constrain-to-field notice overlays
- Merge from gnus--rel--5.10
* gnus--rel--5.10 (patch 18-21)
- Update from CVS
- Merge from emacs--devo--0
Diffstat (limited to 'lispref/ChangeLog')
| -rw-r--r-- | lispref/ChangeLog | 35 |
1 files changed, 34 insertions, 1 deletions
diff --git a/lispref/ChangeLog b/lispref/ChangeLog index 2700e2f2261..c1cc71f0d8b 100644 --- a/lispref/ChangeLog +++ b/lispref/ChangeLog | |||
| @@ -1,3 +1,27 @@ | |||
| 1 | 2006-02-07 Richard M. Stallman <rms@gnu.org> | ||
| 2 | |||
| 3 | * commands.texi (Prefix Command Arguments): Minor cleanup. | ||
| 4 | |||
| 5 | * display.texi: "Graphical display", not window system. | ||
| 6 | |||
| 7 | * functions.texi (What Is a Function): Fix xref. | ||
| 8 | |||
| 9 | * keymaps.texi (Key Lookup): Clarify wrt commands vs other functions. | ||
| 10 | (Changing Key Bindings): Clarify when remapping is better than | ||
| 11 | substitute-key-definition. | ||
| 12 | |||
| 13 | 2006-02-02 Richard M. Stallman <rms@gnu.org> | ||
| 14 | |||
| 15 | * minibuf.texi (Basic Completion): Completion alists are risky. | ||
| 16 | |||
| 17 | * keymaps.texi (Active Keymaps): Clarifications. | ||
| 18 | (Searching Keymaps): New node. | ||
| 19 | (Keymaps): Update menu. | ||
| 20 | |||
| 21 | * frames.texi (Layout Parameters): Minor clarification. | ||
| 22 | (Drag and Drop): New node. | ||
| 23 | (Frames): Update menu. | ||
| 24 | |||
| 1 | 2006-01-29 Chong Yidong <cyd@stupidchicken.com> | 25 | 2006-01-29 Chong Yidong <cyd@stupidchicken.com> |
| 2 | 26 | ||
| 3 | * display.texi (Other Display Specs, Image Descriptors): Image | 27 | * display.texi (Other Display Specs, Image Descriptors): Image |
| @@ -21,6 +45,15 @@ | |||
| 21 | * markers.texi (Overview of Markers): Count insertion type | 45 | * markers.texi (Overview of Markers): Count insertion type |
| 22 | as one of a marker's attributes. | 46 | as one of a marker's attributes. |
| 23 | 47 | ||
| 48 | * keymaps.texi (Controlling Active Maps): New node, split out of | ||
| 49 | Active Keymaps. | ||
| 50 | (Keymaps): Menu updated. | ||
| 51 | (Active Keymaps): Give pseudocode to explain how the active | ||
| 52 | maps are searched. current-active-maps and key-binding moved here. | ||
| 53 | (Functions for Key Lookup): current-active-maps and key-binding moved. | ||
| 54 | Clarifications. | ||
| 55 | (Searching the Keymaps): New subnode. | ||
| 56 | |||
| 24 | * elisp.texi (Top): Menu clarification. | 57 | * elisp.texi (Top): Menu clarification. |
| 25 | 58 | ||
| 26 | * display.texi (Other Display Specs): Delete duplicate entry for | 59 | * display.texi (Other Display Specs): Delete duplicate entry for |
| @@ -4213,7 +4246,7 @@ Tue Apr 11 12:23:28 1989 Robert J. Chassell (bob@rice-chex.ai.mit.edu) | |||
| 4213 | ;; End: | 4246 | ;; End: |
| 4214 | 4247 | ||
| 4215 | Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2004, | 4248 | Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2004, |
| 4216 | 2005 Free Software Foundation, Inc. | 4249 | 2005, 2006 Free Software Foundation, Inc. |
| 4217 | Copying and distribution of this file, with or without modification, | 4250 | Copying and distribution of this file, with or without modification, |
| 4218 | are permitted provided the copyright notice and this notice are preserved. | 4251 | are permitted provided the copyright notice and this notice are preserved. |
| 4219 | 4252 | ||