summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJuanma Barranquero <lekktu@gmail.com>2003-01-26 21:46:47 +0000
committerJuanma Barranquero <lekktu@gmail.com>2003-01-26 21:46:47 +0000
commitdc3633caa8f6b342c1efcb0910308f513b188298 (patch)
tree8f88cf6aaceecaf2166e27e3702ce35ebef5f2f6
parent368abd308d0e2c0d4df5bcef7b55207fa9f28d22 (diff)
downloademacs-dc3633caa8f6b342c1efcb0910308f513b188298.tar.gz
*** empty log message ***
-rw-r--r--etc/NEWS2
-rw-r--r--lisp/ChangeLog14
2 files changed, 15 insertions, 1 deletions
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 <lektu@terra.es>
+
+ * 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 <lektu@terra.es>
* isearch.el (isearch-forward): Fix typo.