From: Juanma Barranquero Date: Thu, 27 Jun 2002 16:13:31 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: ttn-vms-21-2-B4~14409 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=23a3b59824d815754d893c0a5cb9319ddae357e1;p=emacs.git *** empty log message *** --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index c26eae9e888..c342eadccf9 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,23 @@ +2002-06-27 Juanma Barranquero + + * 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 * uniquify.el (uniquify-delay-rationalize-file-buffer-names): diff --git a/src/ChangeLog b/src/ChangeLog index 4782d406df3..c07d2c3e8e8 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,8 @@ +2002-06-27 Juanma Barranquero + + * charset.c (Fchar_bytes): Remove obsolescence info from + docstring. + 2002-06-26 Juanma Barranquero * fileio.c (read_file_name_cleanup): Add missing return.