diff options
Diffstat (limited to 'lisp/ChangeLog')
| -rw-r--r-- | lisp/ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 575f25b23a7..89d22c0bb5a 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,13 @@ | |||
| 1 | 2006-09-22 Stefan Monnier <monnier@iro.umontreal.ca> | ||
| 2 | |||
| 3 | * woman.el: Make sure all the end-of-region markers we use have | ||
| 4 | a non-nil insertion-type. | ||
| 5 | (woman0-so): Move things around so we can use copy-marker. | ||
| 6 | (woman0-roff-buffer, woman2-process-escapes-to-eol, woman2-roff-buffer): | ||
| 7 | Adjust marker type. | ||
| 8 | (woman2-process-escapes): Check marker type. | ||
| 9 | (woman-horizontal-line): Dispense with the use of a marker. | ||
| 10 | |||
| 1 | 2006-09-22 Jay Belanger <belanger@truman.edu> | 11 | 2006-09-22 Jay Belanger <belanger@truman.edu> |
| 2 | 12 | ||
| 3 | * calc/calc-lang.el: Add Greek letters to math-variable-table | 13 | * calc/calc-lang.el: Add Greek letters to math-variable-table |