From: Juanma Barranquero Date: Sun, 26 Jan 2003 21:46:47 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: emacs-pretest-21.2.95~7 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=dc3633caa8f6b342c1efcb0910308f513b188298;p=emacs.git *** empty log message *** --- diff --git a/etc/NEWS b/etc/NEWS index 068216d16a6..d990566d1f6 100644 --- a/etc/NEWS +++ b/etc/NEWS @@ -8,7 +8,7 @@ For older news, see the file ONEWS * Installation changes in Emacs 21.3 -** Support for GNu?linux on little-endian MIPS and on IBM S390 has +** Support for GNU/Linux on little-endian MIPS and on IBM S390 has been added. diff --git a/lisp/ChangeLog b/lisp/ChangeLog index e898e11e307..7b0c9bb3aad 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,17 @@ +2003-01-26 Juanma Barranquero + + * strokes.el (strokes-xpm-encode-length-as-string): Fix typo. + + * vcursor.el (vcursor-disable): Likewise. + + * eshell/esh-cmd.el (eshell-separate-commands): Likewise. + + * progmodes/cc-styles.el (c-make-styles-buffer-local): Likewise. + + * progmodes/cperl-mode.el (cperl-tips): Likewise. + + * progmodes/ebrowse.el (ebrowse-draw-tree-fn): Likewise. + 2003-01-24 Juanma Barranquero * isearch.el (isearch-forward): Fix typo.