aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJuanma Barranquero2005-06-14 15:52:56 +0000
committerJuanma Barranquero2005-06-14 15:52:56 +0000
commit0b46b379eafa54de9e42c2f2ac4d52d234e699e4 (patch)
tree5832ac1374adfd951d6dd96aef2b27cc2f0dac05
parent561ec2254c1a0c6eacf7d84a635dfaeed61d316b (diff)
downloademacs-0b46b379eafa54de9e42c2f2ac4d52d234e699e4.tar.gz
emacs-0b46b379eafa54de9e42c2f2ac4d52d234e699e4.zip
*** empty log message ***
-rw-r--r--lisp/ChangeLog31
-rw-r--r--lisp/gnus/ChangeLog8
-rw-r--r--lisp/mh-e/ChangeLog4
-rw-r--r--lisp/url/ChangeLog5
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
222005-06-14 Juanma Barranquero <lekktu@gmail.com> 222005-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
912005-06-13 Carsten Dominik <dominik@science.uva.nl> 1202005-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 @@
12005-06-14 Juanma Barranquero <lekktu@gmail.com> 12005-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
72005-06-14 Katsumi Yamaoka <yamaoka@jpl.org> 112005-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 @@
12005-06-14 Juanma Barranquero <lekktu@gmail.com>
2
3 * mh-mime.el (mh-secure-message): Follow error conventions.
4
12005-05-28 Bill Wohler <wohler@newt.com> 52005-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 @@
12005-06-14 Juanma Barranquero <lekktu@gmail.com>
2
3 * url-history.el (url-completion-function): Follow error
4 conventions.
5
12005-06-13 Stefan Monnier <monnier@iro.umontreal.ca> 62005-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.