From: Phillip Rulon Date: Fri, 8 Oct 1999 23:57:58 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: emacs-pretest-21.0.90~6505 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=27271329116f3407e44a532c4701a7cc4416cbd4;p=emacs.git *** empty log message *** --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index bc4949088c4..f34f4b4a648 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -160,6 +160,11 @@ (isearch-char-to-string): Removed. Callers changed to use char-to-string. +1999-09-26 Oleg S. Tihonov + + * ispell.el (ispell-dictionary-alist-6): Don't use "-C" + option for Russian. + 1999-09-25 Gerd Moellmann * faces.el (face-differs-from-default-p): Compare face diff --git a/src/ChangeLog b/src/ChangeLog index dc8fc6445e3..e885095ad60 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -281,6 +281,11 @@ * xdisp.c (echo_area_display): Turn off code that returned without doing anything when using a terminal frame. +1999-09-17 Richard M. Stallman + + * unexelf.c (unexec): Don't get confused by a short section + just before the bss section. + 1999-09-16 Gerd Moellmann * emacs.c (main): Remove unused variables.