diff options
| -rw-r--r-- | lisp/ChangeLog | 8 | ||||
| -rw-r--r-- | man/ChangeLog | 12 |
2 files changed, 20 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 8e728df12fa..c43fe74793b 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,11 @@ | |||
| 1 | 2005-09-17 Magnus Henoch <mange@freemail.hu> | ||
| 2 | |||
| 3 | * textmodes/ispell.el (ispell-aspell-supports-utf8): New variable. | ||
| 4 | (ispell-check-version): Set ispell-aspell-supports-utf8 to t for | ||
| 5 | aspell versions >= 0.60. | ||
| 6 | (ispell-valid-dictionary-list): Call ispell-find-aspell-dictionaries | ||
| 7 | only if ispell-aspell-supports-utf8 is non-nil. | ||
| 8 | |||
| 1 | 2005-09-17 Johan Bockg,Ae(Brd <bojohan@dd.chalmers.se> | 9 | 2005-09-17 Johan Bockg,Ae(Brd <bojohan@dd.chalmers.se> |
| 2 | 10 | ||
| 3 | * progmodes/scheme.el (scheme-mode-variables): Use setq to assign | 11 | * progmodes/scheme.el (scheme-mode-variables): Use setq to assign |
diff --git a/man/ChangeLog b/man/ChangeLog index 5e535a1b1b4..475085f2c96 100644 --- a/man/ChangeLog +++ b/man/ChangeLog | |||
| @@ -1,3 +1,15 @@ | |||
| 1 | 2005-09-17 Eli Zaretskii <eliz@gnu.org> | ||
| 2 | |||
| 3 | * makefile.w32-in (INFO_TARGETS, DVI_TARGETS): Add newsticker targets. | ||
| 4 | (../info/newsticker, newsticker.dvi): New targets. | ||
| 5 | |||
| 6 | 2005-09-17 Ulf Jasper <ulf.jasper@web.de> | ||
| 7 | |||
| 8 | * newsticker.texi: Replace @command with @code. Replace @example | ||
| 9 | with @lisp. | ||
| 10 | (Top): Added explanations to menu items. | ||
| 11 | (GNU Free Documentation License): Removed. | ||
| 12 | |||
| 1 | 2005-09-16 Romain Francoise <romain@orebokech.com> | 13 | 2005-09-16 Romain Francoise <romain@orebokech.com> |
| 2 | 14 | ||
| 3 | Update all files to specify GFDL version 1.2. | 15 | Update all files to specify GFDL version 1.2. |