diff options
| author | Richard M. Stallman | 2006-12-17 22:02:52 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 2006-12-17 22:02:52 +0000 |
| commit | fe963f844bbb6feaf626e1aa096c12e7681f603d (patch) | |
| tree | d5e342a284e5439518512814dda664fa3d616996 /lispref/ChangeLog | |
| parent | 07af30248aef20ee769333daf00f37fbeb1bbfce (diff) | |
| download | emacs-fe963f844bbb6feaf626e1aa096c12e7681f603d.tar.gz emacs-fe963f844bbb6feaf626e1aa096c12e7681f603d.zip | |
(Parsing Expressions): Split up node.
(Motion via Parsing, Position Parse, Parser State)
(Low-Level Parsing, Control Parsing): New subnodes.
(Parser State): Document syntax-ppss-toplevel-pos.
Diffstat (limited to 'lispref/ChangeLog')
| -rw-r--r-- | lispref/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/lispref/ChangeLog b/lispref/ChangeLog index e2bfbf2680e..0e0079c73f3 100644 --- a/lispref/ChangeLog +++ b/lispref/ChangeLog | |||
| @@ -1,5 +1,12 @@ | |||
| 1 | 2006-12-17 Richard Stallman <rms@gnu.org> | 1 | 2006-12-17 Richard Stallman <rms@gnu.org> |
| 2 | 2 | ||
| 3 | * syntax.texi (Parsing Expressions): Split up node. | ||
| 4 | (Motion via Parsing, Position Parse, Parser State) | ||
| 5 | (Low-Level Parsing, Control Parsing): New subnodes. | ||
| 6 | (Parser State): Document syntax-ppss-toplevel-pos. | ||
| 7 | |||
| 8 | * positions.texi (List Motion): Punctuation fix. | ||
| 9 | |||
| 3 | * files.texi (File Name Completion): Document PREDICATE arg | 10 | * files.texi (File Name Completion): Document PREDICATE arg |
| 4 | to file-name-completion. | 11 | to file-name-completion. |
| 5 | 12 | ||