summaryrefslogtreecommitdiff
path: root/lisp
diff options
context:
space:
mode:
Diffstat (limited to 'lisp')
-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 @@
2005-06-14 Juanma Barranquero <lekktu@gmail.com>
+ * emacs-lisp/byte-run.el (make-obsolete)
+ (define-obsolete-function-alias): Rename arguments FUNCTION and
+ NEW to OBSOLETE-NAME and CURRENT-NAME respectively.
+ (make-obsolete-variable, define-obsolete-variable-alias): Rename
+ arguments VARIABLE and NEW to OBSOLETE-NAME and CURRENT-NAME
+ respectively.
+
+ * isearchb.el (isearchb-activate):
+ * pcvs.el (cvs-mode):
+ * ses.el (ses-load):
+ * vc-arch.el (vc-arch-checkin, vc-arch-diff):
+ * net/tramp.el (tramp-find-file-exists-command)
+ (tramp-find-shell):
+ * progmodes/ada-mode.el (ada-create-case-exception)
+ (ada-create-case-exception-substring, ada-make-subprogram-body):
+ * progmodes/idlw-shell.el (idlwave-shell-move-to-bp):
+ * progmodes/idlwave.el (idlwave-complete-class-structure-tag-help):
+ * progmodes/vhdl-mode.el (vhdl-speedbar-place-component):
+ * textmodes/org.el (org-promote, org-evaluate-time-range)
+ (org-agenda-next-date-line, org-agenda-previous-date-line)
+ (org-agenda-error, org-open-at-point, org-table-move-row)
+ (org-format-table-table-html-using-table-generate-source)
+ (org-shiftcursor-error, org-ctrl-c-ctrl-c):
+ * textmodes/reftex.el (reftex-access-scan-info):
+ * textmodes/reftex-toc.el (reftex-toc-dframe-p)
+ (reftex-toc-promote-prepare): Follow error conventions.
+
+ * diff-mode.el (diff-mode): Fix typo in docstring.
+
* forms.el (forms--intuit-from-file): Fix reference to
`forms-number-of-fields' in error message.
(forms-print): Fix quoting in error message.
@@ -90,7 +119,7 @@
2005-06-13 Carsten Dominik <dominik@science.uva.nl>
- * textmodes/org.el: (org-CUA-compatible): New option.
+ * textmodes/org.el (org-CUA-compatible): New option.
(org-disputed-keys): New variable.
(org-key): New function.
(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 @@
2005-06-14 Juanma Barranquero <lekktu@gmail.com>
- * message.el (message-is-yours-p): Fix quoting in docstring.
+ * gnus-sieve.el (gnus-sieve-article-add-rule):
+ * legacy-gnus-agent.el (gnus-agent-unlist-expire-days):
+ * spam-stat.el (spam-stat-buffer-change-to-spam)
+ (spam-stat-buffer-change-to-non-spam): Follow error conventions.
- * gnus-sum.el (gnus-auto-select-subject): Likewise.
+ * message.el (message-is-yours-p):
+ * gnus-sum.el (gnus-auto-select-subject): Fix quoting in docstring.
2005-06-14 Katsumi Yamaoka <yamaoka@jpl.org>
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 @@
+2005-06-14 Juanma Barranquero <lekktu@gmail.com>
+
+ * mh-mime.el (mh-secure-message): Follow error conventions.
+
2005-05-28 Bill Wohler <wohler@newt.com>
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 @@
+2005-06-14 Juanma Barranquero <lekktu@gmail.com>
+
+ * url-history.el (url-completion-function): Follow error
+ conventions.
+
2005-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
* url-file.el (url-file, url-file-asynch-callback): with-current-buffer.