aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJuanma Barranquero <[email protected]>2002-06-27 16:13:31 +0000
committerJuanma Barranquero <[email protected]>2002-06-27 16:13:31 +0000
commit23a3b59824d815754d893c0a5cb9319ddae357e1 (patch)
tree606822695b2ed77c86c2f55cd17f6563c611d890
parentb261cd7985d29ae615edba843dcb8fbda753c783 (diff)
*** empty log message ***
-rw-r--r--lisp/ChangeLog20
-rw-r--r--src/ChangeLog5
2 files changed, 25 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index c26eae9e88..c342eadccf 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,23 @@
+2002-06-27 Juanma Barranquero <[email protected]>
+
+ * emacs-lisp/bytecomp.el (baud-rate): Fix obsolescence declaration.
+ (meta-flag): Likewise.
+
+ * international/mule-util.el (string-to-sequence): Likewise.
+
+ * subr.el (char-bytes): Likewise.
+ (make-local-hook): Likewise.
+ (baud-rate): Remove redundant info from docstring.
+
+ * faces.el (frame-update-faces): Fix obsolescence declaration.
+ (internal-get-face): Remove redundant info from docstring and
+ fix obsolescence declaration.
+
+ * rect.el (move-to-column-force): Likewise.
+
+ * help-fns.el (describe-function-1): Use semicolon instead of dot.
+ (describe-variable): Likewise.
+
2002-06-27 Stefan Monnier <[email protected]>
* uniquify.el (uniquify-delay-rationalize-file-buffer-names):
diff --git a/src/ChangeLog b/src/ChangeLog
index 4782d406df..c07d2c3e8e 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,8 @@
+2002-06-27 Juanma Barranquero <[email protected]>
+
+ * charset.c (Fchar_bytes): Remove obsolescence info from
+ docstring.
+
2002-06-26 Juanma Barranquero <[email protected]>
* fileio.c (read_file_name_cleanup): Add missing return.