diff options
Diffstat (limited to 'lisp/ChangeLog')
| -rw-r--r-- | lisp/ChangeLog | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 132aee66a9f..004a52c8d36 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,20 @@ | |||
| 1 | 2012-04-21 Michael Vehrs <Michael.Burschik@gmx.de> | ||
| 2 | |||
| 3 | * woman.el: Add support for "T{ T}" tbl syntax, and fix the | ||
| 4 | filling of the last column of a table (Bug#5635). | ||
| 5 | (woman-find-next-control-line): New arg, specifying an additional | ||
| 6 | regexp component for the control line. | ||
| 7 | (woman2-roff-buffer): Use it. | ||
| 8 | (woman-break-table): New function. | ||
| 9 | (woman2-TS): Use it. | ||
| 10 | |||
| 11 | 2012-04-21 Chong Yidong <cyd@gnu.org> | ||
| 12 | |||
| 13 | * woman.el (woman-set-buffer-display-table, woman-decode-region) | ||
| 14 | (woman-horizontal-escapes, woman-negative-vertical-space) | ||
| 15 | (woman-tab-to-tab-stop, woman2-fc, woman2-TS) | ||
| 16 | (WoMan-warn-ignored): Use ?\s instead of ?\ . | ||
| 17 | |||
| 1 | 2012-04-20 Stefan Monnier <monnier@iro.umontreal.ca> | 18 | 2012-04-20 Stefan Monnier <monnier@iro.umontreal.ca> |
| 2 | 19 | ||
| 3 | * minibuffer.el (completion-file-name-table): Complete user names. | 20 | * minibuffer.el (completion-file-name-table): Complete user names. |