]> git.eshelyaron.com Git - emacs.git/commitdiff
*** empty log message ***
authorJuanma Barranquero <lekktu@gmail.com>
Tue, 14 Jun 2005 15:52:56 +0000 (15:52 +0000)
committerJuanma Barranquero <lekktu@gmail.com>
Tue, 14 Jun 2005 15:52:56 +0000 (15:52 +0000)
lisp/ChangeLog
lisp/gnus/ChangeLog
lisp/mh-e/ChangeLog
lisp/url/ChangeLog

index 4844aa1d1c5a10bd357ebe557ce452149013b47e..75d5e6fd8753543df610a0f345918328f6f68da5 100644 (file)
 
 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.
 
 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.
index 161e966922b05c11e0a81264dff8c5c529aa521a..e210b4def7caa009822c1e5ed612d898fa2f2458 100644 (file)
@@ -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>
 
index 23e7c6d44cbb5c183e0bf991d69ae119d3e4e6a9..f37202a159dd684bf055fc76ad8cbd6b7260957e 100644 (file)
@@ -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.
index dc129c0c1fd4d3c2c321f8838599e18c8b490db2..5718346b89bc1d0d78553ff1033a87ad5411575d 100644 (file)
@@ -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.