diff options
Diffstat (limited to 'lisp/ChangeLog')
| -rw-r--r-- | lisp/ChangeLog | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 4a73baf7260..bf139ce94a6 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -2,6 +2,9 @@ | |||
| 2 | 2 | ||
| 3 | * woman.el (woman-parse-colon-path): Return a list even if there's | 3 | * woman.el (woman-parse-colon-path): Return a list even if there's |
| 4 | only one directory in PATHS. | 4 | only one directory in PATHS. |
| 5 | (woman-mode): Restore tab-width value after the call to Man-mode, | ||
| 6 | since Man-mode resets it to the default, and that makes right | ||
| 7 | margin extend beyond woman-fill-column. | ||
| 5 | 8 | ||
| 6 | * man.el (Man-init-defvars) [windows-nt]: Use a special command | 9 | * man.el (Man-init-defvars) [windows-nt]: Use a special command |
| 7 | list. Don't invoke Awk. | 10 | list. Don't invoke Awk. |