diff options
Diffstat (limited to 'lisp/ChangeLog')
| -rw-r--r-- | lisp/ChangeLog | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index cdd661197de..cb577809486 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,14 @@ | |||
| 1 | 2005-10-30 Richard M. Stallman <rms@gnu.org> | ||
| 2 | |||
| 3 | * textmodes/flyspell.el (flyspell-external-point-words): | ||
| 4 | Detect when WORD can't be checked properly because | ||
| 5 | flyspell-get-word finds just part of it, and move on. | ||
| 6 | |||
| 7 | * textmodes/ispell.el (ispell-dictionary-alist-5): Add . as | ||
| 8 | boundarychar for Polish. | ||
| 9 | (ispell-dictionary-alist-4): Add . as boundarychar for Italian. | ||
| 10 | (ispell-dictionary-alist-3): Add . and @ as boundarychars for French. | ||
| 11 | |||
| 1 | 2005-10-31 Nick Roberts <nickrob@snap.net.nz> | 12 | 2005-10-31 Nick Roberts <nickrob@snap.net.nz> |
| 2 | 13 | ||
| 3 | * progmodes/gdb-ui.el (gdb-tooltip-print-1): Fix regexp. | 14 | * progmodes/gdb-ui.el (gdb-tooltip-print-1): Fix regexp. |