diff options
| -rw-r--r-- | lisp/ChangeLog | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 64ed6808096..f2e365d39b2 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,29 @@ | |||
| 1 | 2006-03-14 Ken Manheimer <ken.manheimer@gmail.com> | ||
| 2 | |||
| 3 | * allout.el: Increment version to 2.2.1 in file commentary. | ||
| 4 | |||
| 5 | (allout-version): Increment to 2.2.1. | ||
| 6 | |||
| 7 | (allout-default-layout): New customization variable, used when the | ||
| 8 | file lacks a specific allout-layout. Uses allout-layout-type for | ||
| 9 | recursively nested definition. | ||
| 10 | |||
| 11 | (allout-layout-type): Widget defining allout layouts, necessary for | ||
| 12 | self-recursive definition. | ||
| 13 | |||
| 14 | (allout-mode): Incorporate allout-default-layout as fallback for | ||
| 15 | allout-layout. | ||
| 16 | |||
| 17 | (allout-layout): Mark as 'safe-local-variable', and refer mention | ||
| 18 | fallback to `allout-default-layout' in absence of a specified value. | ||
| 19 | (allout-passphrase-verifier-string) | ||
| 20 | (allout-passphrase-hint-string): Mark as 'safe-local-variable'. | ||
| 21 | |||
| 22 | (allout-file-passphrase-verifier-string): Obsolete variable, removed. | ||
| 23 | |||
| 24 | (allout-get-encryption-passphrase-verifier): Use correct name of | ||
| 25 | passphrase verifier in docstring. | ||
| 26 | |||
| 1 | 2006-03-15 Nick Roberts <nickrob@snap.net.nz> | 27 | 2006-03-15 Nick Roberts <nickrob@snap.net.nz> |
| 2 | 28 | ||
| 3 | * progmodes/gdb-ui.el (gdb-var-list): Change order of first two | 29 | * progmodes/gdb-ui.el (gdb-var-list): Change order of first two |