changeset 63437:b75fcdba7307

*** empty log message ***
author Juanma Barranquero <lekktu@gmail.com>
date Tue, 14 Jun 2005 15:52:56 +0000
parents eca4e949db45
children 614ccd3fbd1f
files lisp/ChangeLog lisp/gnus/ChangeLog lisp/mh-e/ChangeLog lisp/url/ChangeLog
diffstat 4 files changed, 46 insertions(+), 4 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/ChangeLog	Tue Jun 14 15:51:11 2005 +0000
+++ b/lisp/ChangeLog	Tue Jun 14 15:52:56 2005 +0000
@@ -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.
--- a/lisp/gnus/ChangeLog	Tue Jun 14 15:51:11 2005 +0000
+++ b/lisp/gnus/ChangeLog	Tue Jun 14 15:52:56 2005 +0000
@@ -1,8 +1,12 @@
 2005-06-14  Juanma Barranquero  <lekktu@gmail.com>
 
-	* message.el (message-is-yours-p): Fix quoting in docstring.
-
-	* gnus-sum.el (gnus-auto-select-subject): Likewise.
+	* 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.
+
+	* 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>
 
--- a/lisp/mh-e/ChangeLog	Tue Jun 14 15:51:11 2005 +0000
+++ b/lisp/mh-e/ChangeLog	Tue Jun 14 15:52:56 2005 +0000
@@ -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.
--- a/lisp/url/ChangeLog	Tue Jun 14 15:51:11 2005 +0000
+++ b/lisp/url/ChangeLog	Tue Jun 14 15:52:56 2005 +0000
@@ -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.