diff options
| author | Juanma Barranquero | 2005-06-14 15:52:56 +0000 |
|---|---|---|
| committer | Juanma Barranquero | 2005-06-14 15:52:56 +0000 |
| commit | 0b46b379eafa54de9e42c2f2ac4d52d234e699e4 (patch) | |
| tree | 5832ac1374adfd951d6dd96aef2b27cc2f0dac05 | |
| parent | 561ec2254c1a0c6eacf7d84a635dfaeed61d316b (diff) | |
| download | emacs-0b46b379eafa54de9e42c2f2ac4d52d234e699e4.tar.gz emacs-0b46b379eafa54de9e42c2f2ac4d52d234e699e4.zip | |
*** empty log message ***
| -rw-r--r-- | lisp/ChangeLog | 31 | ||||
| -rw-r--r-- | lisp/gnus/ChangeLog | 8 | ||||
| -rw-r--r-- | lisp/mh-e/ChangeLog | 4 | ||||
| -rw-r--r-- | lisp/url/ChangeLog | 5 |
4 files changed, 45 insertions, 3 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 4844aa1d1c5..75d5e6fd875 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -21,6 +21,35 @@ | |||
| 21 | 21 | ||
| 22 | 2005-06-14 Juanma Barranquero <lekktu@gmail.com> | 22 | 2005-06-14 Juanma Barranquero <lekktu@gmail.com> |
| 23 | 23 | ||
| 24 | * emacs-lisp/byte-run.el (make-obsolete) | ||
| 25 | (define-obsolete-function-alias): Rename arguments FUNCTION and | ||
| 26 | NEW to OBSOLETE-NAME and CURRENT-NAME respectively. | ||
| 27 | (make-obsolete-variable, define-obsolete-variable-alias): Rename | ||
| 28 | arguments VARIABLE and NEW to OBSOLETE-NAME and CURRENT-NAME | ||
| 29 | respectively. | ||
| 30 | |||
| 31 | * isearchb.el (isearchb-activate): | ||
| 32 | * pcvs.el (cvs-mode): | ||
| 33 | * ses.el (ses-load): | ||
| 34 | * vc-arch.el (vc-arch-checkin, vc-arch-diff): | ||
| 35 | * net/tramp.el (tramp-find-file-exists-command) | ||
| 36 | (tramp-find-shell): | ||
| 37 | * progmodes/ada-mode.el (ada-create-case-exception) | ||
| 38 | (ada-create-case-exception-substring, ada-make-subprogram-body): | ||
| 39 | * progmodes/idlw-shell.el (idlwave-shell-move-to-bp): | ||
| 40 | * progmodes/idlwave.el (idlwave-complete-class-structure-tag-help): | ||
| 41 | * progmodes/vhdl-mode.el (vhdl-speedbar-place-component): | ||
| 42 | * textmodes/org.el (org-promote, org-evaluate-time-range) | ||
| 43 | (org-agenda-next-date-line, org-agenda-previous-date-line) | ||
| 44 | (org-agenda-error, org-open-at-point, org-table-move-row) | ||
| 45 | (org-format-table-table-html-using-table-generate-source) | ||
| 46 | (org-shiftcursor-error, org-ctrl-c-ctrl-c): | ||
| 47 | * textmodes/reftex.el (reftex-access-scan-info): | ||
| 48 | * textmodes/reftex-toc.el (reftex-toc-dframe-p) | ||
| 49 | (reftex-toc-promote-prepare): Follow error conventions. | ||
| 50 | |||
| 51 | * diff-mode.el (diff-mode): Fix typo in docstring. | ||
| 52 | |||
| 24 | * forms.el (forms--intuit-from-file): Fix reference to | 53 | * forms.el (forms--intuit-from-file): Fix reference to |
| 25 | `forms-number-of-fields' in error message. | 54 | `forms-number-of-fields' in error message. |
| 26 | (forms-print): Fix quoting in error message. | 55 | (forms-print): Fix quoting in error message. |
| @@ -90,7 +119,7 @@ | |||
| 90 | 119 | ||
| 91 | 2005-06-13 Carsten Dominik <dominik@science.uva.nl> | 120 | 2005-06-13 Carsten Dominik <dominik@science.uva.nl> |
| 92 | 121 | ||
| 93 | * textmodes/org.el: (org-CUA-compatible): New option. | 122 | * textmodes/org.el (org-CUA-compatible): New option. |
| 94 | (org-disputed-keys): New variable. | 123 | (org-disputed-keys): New variable. |
| 95 | (org-key): New function. | 124 | (org-key): New function. |
| 96 | (orgtbl-make-binding): Add docstring to the created function. | 125 | (orgtbl-make-binding): Add docstring to the created function. |
diff --git a/lisp/gnus/ChangeLog b/lisp/gnus/ChangeLog index 161e966922b..e210b4def7c 100644 --- a/lisp/gnus/ChangeLog +++ b/lisp/gnus/ChangeLog | |||
| @@ -1,8 +1,12 @@ | |||
| 1 | 2005-06-14 Juanma Barranquero <lekktu@gmail.com> | 1 | 2005-06-14 Juanma Barranquero <lekktu@gmail.com> |
| 2 | 2 | ||
| 3 | * message.el (message-is-yours-p): Fix quoting in docstring. | 3 | * gnus-sieve.el (gnus-sieve-article-add-rule): |
| 4 | * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): | ||
| 5 | * spam-stat.el (spam-stat-buffer-change-to-spam) | ||
| 6 | (spam-stat-buffer-change-to-non-spam): Follow error conventions. | ||
| 4 | 7 | ||
| 5 | * gnus-sum.el (gnus-auto-select-subject): Likewise. | 8 | * message.el (message-is-yours-p): |
| 9 | * gnus-sum.el (gnus-auto-select-subject): Fix quoting in docstring. | ||
| 6 | 10 | ||
| 7 | 2005-06-14 Katsumi Yamaoka <yamaoka@jpl.org> | 11 | 2005-06-14 Katsumi Yamaoka <yamaoka@jpl.org> |
| 8 | 12 | ||
diff --git a/lisp/mh-e/ChangeLog b/lisp/mh-e/ChangeLog index 23e7c6d44cb..f37202a159d 100644 --- a/lisp/mh-e/ChangeLog +++ b/lisp/mh-e/ChangeLog | |||
| @@ -1,3 +1,7 @@ | |||
| 1 | 2005-06-14 Juanma Barranquero <lekktu@gmail.com> | ||
| 2 | |||
| 3 | * mh-mime.el (mh-secure-message): Follow error conventions. | ||
| 4 | |||
| 1 | 2005-05-28 Bill Wohler <wohler@newt.com> | 5 | 2005-05-28 Bill Wohler <wohler@newt.com> |
| 2 | 6 | ||
| 3 | Released MH-E version 7.84. | 7 | Released MH-E version 7.84. |
diff --git a/lisp/url/ChangeLog b/lisp/url/ChangeLog index dc129c0c1fd..5718346b89b 100644 --- a/lisp/url/ChangeLog +++ b/lisp/url/ChangeLog | |||
| @@ -1,3 +1,8 @@ | |||
| 1 | 2005-06-14 Juanma Barranquero <lekktu@gmail.com> | ||
| 2 | |||
| 3 | * url-history.el (url-completion-function): Follow error | ||
| 4 | conventions. | ||
| 5 | |||
| 1 | 2005-06-13 Stefan Monnier <monnier@iro.umontreal.ca> | 6 | 2005-06-13 Stefan Monnier <monnier@iro.umontreal.ca> |
| 2 | 7 | ||
| 3 | * url-file.el (url-file, url-file-asynch-callback): with-current-buffer. | 8 | * url-file.el (url-file, url-file-asynch-callback): with-current-buffer. |