Mercurial > emacs
changeset 63635:459b51f0458c
*** empty log message ***
author | Juanma Barranquero <lekktu@gmail.com> |
---|---|
date | Tue, 21 Jun 2005 14:12:12 +0000 |
parents | ec5194493ae9 |
children | 75c04f750f89 |
files | lisp/ChangeLog lisp/gnus/ChangeLog lisp/url/ChangeLog src/ChangeLog |
diffstat | 4 files changed, 33 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/ChangeLog Tue Jun 21 14:10:34 2005 +0000 +++ b/lisp/ChangeLog Tue Jun 21 14:12:12 2005 +0000 @@ -1,3 +1,22 @@ +2005-06-21 Juanma Barranquero <lekktu@gmail.com> + + * subr.el (1value, lambda, key-substitution-in-progress): + Doc fixes. + + * autoinsert.el (auto-insert-alist): + * ses.el (ses-call-printer): + * subr.el (noreturn): + * emacs-lisp/lisp.el (check-parens): + * emacs-lisp/byte-opt.el (byte-optimize-pure-func): + * net/browse-url.el (browse-url-mosaic): + * progmodes/cc-defs.el (c-safe-scan-lists): + * progmodes/ebnf-abn.el (ebnf-abn-lex): + * progmodes/ebnf-bnf.el (ebnf-bnf-lex): + * progmodes/ebnf-dtd.el (ebnf-dtd-lex): + * progmodes/ebnf-ebx.el (ebnf-ebx-lex): + * progmodes/ebnf-iso.el (ebnf-iso-lex): + * progmodes/ebnf-yac.el (ebnf-yac-lex): Fix spellings. + 2005-06-21 Reiner Steib <Reiner.Steib@gmx.de> * pcvs-defs.el (cvs-menu): Add cvs-mode-mark and cvs-mode-unmark.
--- a/lisp/gnus/ChangeLog Tue Jun 21 14:10:34 2005 +0000 +++ b/lisp/gnus/ChangeLog Tue Jun 21 14:12:12 2005 +0000 @@ -1,3 +1,7 @@ +2005-06-21 Juanma Barranquero <lekktu@gmail.com> + + * nnimap.el (nnimap-split-download-body): Fix spellings. + 2005-06-16 Juanma Barranquero <lekktu@gmail.com> * gnus-art.el (gnus-article-encrypt-body):
--- a/lisp/url/ChangeLog Tue Jun 21 14:10:34 2005 +0000 +++ b/lisp/url/ChangeLog Tue Jun 21 14:12:12 2005 +0000 @@ -1,3 +1,8 @@ +2005-06-21 Juanma Barranquero <lekktu@gmail.com> + + * url-gw.el (url-open-stream): + * url-vars.el (url-gateway-unplugged): Fix spellings. + 2005-06-14 Juanma Barranquero <lekktu@gmail.com> * url-history.el (url-completion-function): Follow error
--- a/src/ChangeLog Tue Jun 21 14:10:34 2005 +0000 +++ b/src/ChangeLog Tue Jun 21 14:12:12 2005 +0000 @@ -1,3 +1,8 @@ +2005-06-21 Juanma Barranquero <lekktu@gmail.com> + + * fns.c (Fchar_table_range): + * process.c (Fmake_network_process): Fix spellings. + 2005-06-20 Kim F. Storm <storm@cua.dk> * fns.c (Fsort): Doc fix.