aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard M. Stallman2005-10-30 15:52:32 +0000
committerRichard M. Stallman2005-10-30 15:52:32 +0000
commitb9c5959e444ee28ec41f2d51667cadfa0491c1ef (patch)
treed7ab248208f9fa9c83570886f197493f00e9e2d1
parent00a2681be87b3d97a5d9a472dac72f3d75cd2b04 (diff)
downloademacs-b9c5959e444ee28ec41f2d51667cadfa0491c1ef.tar.gz
emacs-b9c5959e444ee28ec41f2d51667cadfa0491c1ef.zip
*** empty log message ***
-rw-r--r--admin/FOR-RELEASE3
-rw-r--r--lisp/ChangeLog11
2 files changed, 13 insertions, 1 deletions
diff --git a/admin/FOR-RELEASE b/admin/FOR-RELEASE
index 2c2ad0f7cd0..be1a2f737d1 100644
--- a/admin/FOR-RELEASE
+++ b/admin/FOR-RELEASE
@@ -44,7 +44,8 @@ invalid pointer from string_free_list.
44 44
45* BUGS 45* BUGS
46 46
47** VC bug report from Peter Milliken on Sep 21 (emacs-pretest-bug). 47** Clean up the confusion about what `unspecified' means
48in the face defaults for new frames.
48 49
49** TCP server processes do not work on Windows. 50** TCP server processes do not work on Windows.
50 51
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index cdd661197de..cb577809486 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,14 @@
12005-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
12005-10-31 Nick Roberts <nickrob@snap.net.nz> 122005-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.