Mercurial > emacs
comparison lisp/ChangeLog @ 69479:5b8791da5127
*** empty log message ***
author | Luc Teirlinck <teirllm@auburn.edu> |
---|---|
date | Wed, 15 Mar 2006 02:57:37 +0000 |
parents | 5cac5e03ca8d |
children | d63721c27ae4 |
comparison
equal
deleted
inserted
replaced
69478:e8bb5df2ba7a | 69479:5b8791da5127 |
---|---|
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 |
4 elements. | 30 elements. |
5 (gdb-find-watch-expression): Make it work for arrays too. Follow | 31 (gdb-find-watch-expression): Make it work for arrays too. Follow |