comparison lisp/ChangeLog @ 69480:d63721c27ae4

Whitespace change.
author Luc Teirlinck <teirllm@auburn.edu>
date Wed, 15 Mar 2006 03:03:55 +0000
parents 5b8791da5127
children f35f71144e2d 203c9b24206b
comparison
equal deleted inserted replaced
69479:5b8791da5127 69480:d63721c27ae4
1 2006-03-14 Ken Manheimer <ken.manheimer@gmail.com> 1 2006-03-14 Ken Manheimer <ken.manheimer@gmail.com>
2 2
3 * allout.el: Increment version to 2.2.1 in file commentary. 3 * allout.el: Increment version to 2.2.1 in file commentary.
4 4
5 (allout-version): Increment to 2.2.1. 5 (allout-version): Increment to 2.2.1.
6 6
7 (allout-default-layout): New customization variable, used when the 7 (allout-default-layout): New customization variable, used when the
8 file lacks a specific allout-layout. Uses allout-layout-type for 8 file lacks a specific allout-layout. Uses allout-layout-type for
9 recursively nested definition. 9 recursively nested definition.
10 10
11 (allout-layout-type): Widget defining allout layouts, necessary for 11 (allout-layout-type): Widget defining allout layouts, necessary for
12 self-recursive definition. 12 self-recursive definition.
13 13
14 (allout-mode): Incorporate allout-default-layout as fallback for 14 (allout-mode): Incorporate allout-default-layout as fallback for
15 allout-layout. 15 allout-layout.
16 16
17 (allout-layout): Mark as 'safe-local-variable', and refer mention 17 (allout-layout): Mark as 'safe-local-variable', and refer mention
18 fallback to `allout-default-layout' in absence of a specified value. 18 fallback to `allout-default-layout' in absence of a specified value.
19 (allout-passphrase-verifier-string) 19 (allout-passphrase-verifier-string)
20 (allout-passphrase-hint-string): Mark as 'safe-local-variable'. 20 (allout-passphrase-hint-string): Mark as 'safe-local-variable'.
21 21
22 (allout-file-passphrase-verifier-string): Obsolete variable, removed. 22 (allout-file-passphrase-verifier-string): Obsolete variable, removed.
23 23
24 (allout-get-encryption-passphrase-verifier): Use correct name of 24 (allout-get-encryption-passphrase-verifier): Use correct name of
25 passphrase verifier in docstring. 25 passphrase verifier in docstring.
26 26
27 2006-03-15 Nick Roberts <nickrob@snap.net.nz> 27 2006-03-15 Nick Roberts <nickrob@snap.net.nz>
28 28
29 * 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
30 elements. 30 elements.