# HG changeset patch # User Richard M. Stallman # Date 1128801302 0 # Node ID 7090dd87569e2a562f0c55dd35744a20b63261cf # Parent 252e6b4449490412d0d1d8653d855d3c57952708 *** empty log message *** diff -r 252e6b444949 -r 7090dd87569e lisp/ChangeLog --- a/lisp/ChangeLog Sat Oct 08 19:50:56 2005 +0000 +++ b/lisp/ChangeLog Sat Oct 08 19:55:02 2005 +0000 @@ -1,4 +1,9 @@ -2005-10-07 Jay Belanger +2005-10-08 Eric Hanchrow + + * textmodes/ispell.el (ispell-check-version): + Ignore hyphen, and all that follows, in aspell's version text. + +2005-10-08 Jay Belanger * calc/calc-arith.el (math-known-square-matrixp): New function. (math-pow-fancy): Check for matrices before distributing exponent @@ -97,10 +102,9 @@ * progmodes/gdb-ui.el (gdb-fringe-width -> gdb-buffer-fringe-width): Typo. -2005-10-06 Thien-Thi Nguyen +2005-10-06 Michael Cadilhac (tiny change) * play/zone.el (zone): Wrap body with save-window-excursion. - Suggested by Michael Cadilhac. 2005-10-06 Stefan Monnier