diff options
| author | Luc Teirlinck | 2006-03-09 02:01:44 +0000 |
|---|---|---|
| committer | Luc Teirlinck | 2006-03-09 02:01:44 +0000 |
| commit | fc1d338658bc9d0e877c68693ee5ad05a5865b60 (patch) | |
| tree | fee1cf39a83997c733cb7f87dd25a375ea8e1fc7 | |
| parent | 1ab7aea17af854d3832cb1053377e1c52f621672 (diff) | |
| download | emacs-fc1d338658bc9d0e877c68693ee5ad05a5865b60.tar.gz emacs-fc1d338658bc9d0e877c68693ee5ad05a5865b60.zip | |
*** empty log message ***
| -rw-r--r-- | lispref/ChangeLog | 5 | ||||
| -rw-r--r-- | man/ChangeLog | 6 |
2 files changed, 11 insertions, 0 deletions
diff --git a/lispref/ChangeLog b/lispref/ChangeLog index 79c583437f3..253c858f608 100644 --- a/lispref/ChangeLog +++ b/lispref/ChangeLog | |||
| @@ -1,3 +1,8 @@ | |||
| 1 | 2006-03-08 Luc Teirlinck <teirllm@auburn.edu> | ||
| 2 | |||
| 3 | * searching.texi (Regexp Special): Put remark between parentheses | ||
| 4 | to avoid misreading. | ||
| 5 | |||
| 1 | 2006-03-07 Luc Teirlinck <teirllm@auburn.edu> | 6 | 2006-03-07 Luc Teirlinck <teirllm@auburn.edu> |
| 2 | 7 | ||
| 3 | * searching.texi (Syntax of Regexps): More accurately describe | 8 | * searching.texi (Syntax of Regexps): More accurately describe |
diff --git a/man/ChangeLog b/man/ChangeLog index d03e52fcaa2..f24d77e16e4 100644 --- a/man/ChangeLog +++ b/man/ChangeLog | |||
| @@ -1,3 +1,9 @@ | |||
| 1 | 2006-03-08 Luc Teirlinck <teirllm@auburn.edu> | ||
| 2 | |||
| 3 | * search.texi (Regexps): More accurately describe which characters | ||
| 4 | are special in which situations. Recommend _not_ to quote `]' or | ||
| 5 | `-' when they are not special. | ||
| 6 | |||
| 1 | 2006-03-07 Carsten Dominik <dominik@science.uva.nl> | 7 | 2006-03-07 Carsten Dominik <dominik@science.uva.nl> |
| 2 | 8 | ||
| 3 | * org.texi: Version number change only. | 9 | * org.texi: Version number change only. |