diff options
| author | Juanma Barranquero | 2005-06-21 14:12:12 +0000 |
|---|---|---|
| committer | Juanma Barranquero | 2005-06-21 14:12:12 +0000 |
| commit | 23873c965cd10f20df6f62666d43acf940ca3126 (patch) | |
| tree | 2644ab7c823fce0bc28961b0252576e9c71741a7 | |
| parent | 265b3f2a04f3ed92bdb4ed27b7c98c29fa0609f4 (diff) | |
| download | emacs-23873c965cd10f20df6f62666d43acf940ca3126.tar.gz emacs-23873c965cd10f20df6f62666d43acf940ca3126.zip | |
*** empty log message ***
| -rw-r--r-- | lisp/ChangeLog | 19 | ||||
| -rw-r--r-- | lisp/gnus/ChangeLog | 4 | ||||
| -rw-r--r-- | lisp/url/ChangeLog | 5 | ||||
| -rw-r--r-- | src/ChangeLog | 5 |
4 files changed, 33 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 37faa71e695..74e86ba1df1 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,22 @@ | |||
| 1 | 2005-06-21 Juanma Barranquero <lekktu@gmail.com> | ||
| 2 | |||
| 3 | * subr.el (1value, lambda, key-substitution-in-progress): | ||
| 4 | Doc fixes. | ||
| 5 | |||
| 6 | * autoinsert.el (auto-insert-alist): | ||
| 7 | * ses.el (ses-call-printer): | ||
| 8 | * subr.el (noreturn): | ||
| 9 | * emacs-lisp/lisp.el (check-parens): | ||
| 10 | * emacs-lisp/byte-opt.el (byte-optimize-pure-func): | ||
| 11 | * net/browse-url.el (browse-url-mosaic): | ||
| 12 | * progmodes/cc-defs.el (c-safe-scan-lists): | ||
| 13 | * progmodes/ebnf-abn.el (ebnf-abn-lex): | ||
| 14 | * progmodes/ebnf-bnf.el (ebnf-bnf-lex): | ||
| 15 | * progmodes/ebnf-dtd.el (ebnf-dtd-lex): | ||
| 16 | * progmodes/ebnf-ebx.el (ebnf-ebx-lex): | ||
| 17 | * progmodes/ebnf-iso.el (ebnf-iso-lex): | ||
| 18 | * progmodes/ebnf-yac.el (ebnf-yac-lex): Fix spellings. | ||
| 19 | |||
| 1 | 2005-06-21 Reiner Steib <Reiner.Steib@gmx.de> | 20 | 2005-06-21 Reiner Steib <Reiner.Steib@gmx.de> |
| 2 | 21 | ||
| 3 | * pcvs-defs.el (cvs-menu): Add cvs-mode-mark and cvs-mode-unmark. | 22 | * pcvs-defs.el (cvs-menu): Add cvs-mode-mark and cvs-mode-unmark. |
diff --git a/lisp/gnus/ChangeLog b/lisp/gnus/ChangeLog index eca1fc26ce9..dec81e0b696 100644 --- a/lisp/gnus/ChangeLog +++ b/lisp/gnus/ChangeLog | |||
| @@ -1,3 +1,7 @@ | |||
| 1 | 2005-06-21 Juanma Barranquero <lekktu@gmail.com> | ||
| 2 | |||
| 3 | * nnimap.el (nnimap-split-download-body): Fix spellings. | ||
| 4 | |||
| 1 | 2005-06-16 Juanma Barranquero <lekktu@gmail.com> | 5 | 2005-06-16 Juanma Barranquero <lekktu@gmail.com> |
| 2 | 6 | ||
| 3 | * gnus-art.el (gnus-article-encrypt-body): | 7 | * gnus-art.el (gnus-article-encrypt-body): |
diff --git a/lisp/url/ChangeLog b/lisp/url/ChangeLog index 5718346b89b..5470a822a51 100644 --- a/lisp/url/ChangeLog +++ b/lisp/url/ChangeLog | |||
| @@ -1,3 +1,8 @@ | |||
| 1 | 2005-06-21 Juanma Barranquero <lekktu@gmail.com> | ||
| 2 | |||
| 3 | * url-gw.el (url-open-stream): | ||
| 4 | * url-vars.el (url-gateway-unplugged): Fix spellings. | ||
| 5 | |||
| 1 | 2005-06-14 Juanma Barranquero <lekktu@gmail.com> | 6 | 2005-06-14 Juanma Barranquero <lekktu@gmail.com> |
| 2 | 7 | ||
| 3 | * url-history.el (url-completion-function): Follow error | 8 | * url-history.el (url-completion-function): Follow error |
diff --git a/src/ChangeLog b/src/ChangeLog index a6532912246..d52f0bb94fd 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,8 @@ | |||
| 1 | 2005-06-21 Juanma Barranquero <lekktu@gmail.com> | ||
| 2 | |||
| 3 | * fns.c (Fchar_table_range): | ||
| 4 | * process.c (Fmake_network_process): Fix spellings. | ||
| 5 | |||
| 1 | 2005-06-20 Kim F. Storm <storm@cua.dk> | 6 | 2005-06-20 Kim F. Storm <storm@cua.dk> |
| 2 | 7 | ||
| 3 | * fns.c (Fsort): Doc fix. | 8 | * fns.c (Fsort): Doc fix. |