diff options
| author | Juanma Barranquero | 2002-11-18 08:05:28 +0000 |
|---|---|---|
| committer | Juanma Barranquero | 2002-11-18 08:05:28 +0000 |
| commit | 74f39ce948903e9071eddc5634937ea7c228838b (patch) | |
| tree | 6c72c9b6949e0cdbfb93b8508d3f6f730b103407 | |
| parent | 8704a6abfdce6d095ae506a7dede8474c37c8328 (diff) | |
| download | emacs-74f39ce948903e9071eddc5634937ea7c228838b.tar.gz emacs-74f39ce948903e9071eddc5634937ea7c228838b.zip | |
(smtpmail-send-queued-mail): Add autoload cookie.
| -rw-r--r-- | lisp/ChangeLog | 34 | ||||
| -rw-r--r-- | lisp/mail/smtpmail.el | 1 |
2 files changed, 20 insertions, 15 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 4530d34a8c8..b3f8009326c 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,4 +1,8 @@ | |||
| 1 | 2002-11-18 Markus Rost <rost@math.ohio-state.edu> | 1 | 2002-11-18 Juanma Barranquero <lektu@terra.es> |
| 2 | |||
| 3 | * mail/smtpmail.el (smtpmail-send-queued-mail): Add autoload cookie. | ||
| 4 | |||
| 5 | 2002-11-18 Markus Rost <rost@math.ohio-state.edu> | ||
| 2 | 6 | ||
| 3 | * textmodes/refill.el (defgroup refill): New group. | 7 | * textmodes/refill.el (defgroup refill): New group. |
| 4 | 8 | ||
| @@ -9,7 +13,7 @@ | |||
| 9 | * textmodes/paragraphs.el (use-hard-newlines): Add group. | 13 | * textmodes/paragraphs.el (use-hard-newlines): Add group. |
| 10 | 14 | ||
| 11 | * progmodes/compile.el (compilation-shell-minor-mode): Add group. | 15 | * progmodes/compile.el (compilation-shell-minor-mode): Add group. |
| 12 | (compilation-minor-mode): Add group. | 16 | (compilation-minor-mode): Add group. |
| 13 | 17 | ||
| 14 | * reveal.el (global-reveal-mode): Add group. | 18 | * reveal.el (global-reveal-mode): Add group. |
| 15 | 19 | ||
| @@ -26,7 +30,7 @@ | |||
| 26 | 30 | ||
| 27 | * menu-bar.el (menu-bar-options-menu): Improve tooltip string. | 31 | * menu-bar.el (menu-bar-options-menu): Improve tooltip string. |
| 28 | 32 | ||
| 29 | * simple.el (indicate-unused-lines) | 33 | * simple.el (indicate-unused-lines) |
| 30 | (default-indicate-unused-lines): New variable aliases. | 34 | (default-indicate-unused-lines): New variable aliases. |
| 31 | 35 | ||
| 32 | 2002-11-18 Kenichi Handa <handa@m17n.org> | 36 | 2002-11-18 Kenichi Handa <handa@m17n.org> |
| @@ -38,7 +42,7 @@ | |||
| 38 | * language/cyrillic.el (cyrillic-iso-8bit): Make it safe. | 42 | * language/cyrillic.el (cyrillic-iso-8bit): Make it safe. |
| 39 | 43 | ||
| 40 | * language/european.el (iso-latin-1): Make it safe. | 44 | * language/european.el (iso-latin-1): Make it safe. |
| 41 | (iso-latin-2, iso-latin-3, iso-latin-4, iso-latin-5, iso-latin-8) | 45 | (iso-latin-2, iso-latin-3, iso-latin-4, iso-latin-5, iso-latin-8) |
| 42 | (iso-latin-9): Likewise. | 46 | (iso-latin-9): Likewise. |
| 43 | 47 | ||
| 44 | * language/greek.el (greek-iso-8bit): Make it safe. | 48 | * language/greek.el (greek-iso-8bit): Make it safe. |
| @@ -49,11 +53,11 @@ | |||
| 49 | 53 | ||
| 50 | * language/thai.el (thai-tis620): Make it safe. | 54 | * language/thai.el (thai-tis620): Make it safe. |
| 51 | 55 | ||
| 52 | 2002-11-18 Markus Rost <rost@math.ohio-state.edu> | 56 | 2002-11-18 Markus Rost <rost@math.ohio-state.edu> |
| 53 | 57 | ||
| 54 | * bookmark.el (bookmark-menu-length): Fix group name. | 58 | * bookmark.el (bookmark-menu-length): Fix group name. |
| 55 | 59 | ||
| 56 | 2002-11-17 Markus Rost <rost@math.ohio-state.edu> | 60 | 2002-11-17 Markus Rost <rost@math.ohio-state.edu> |
| 57 | 61 | ||
| 58 | * speedbar.el (defgroup speedbar): Use group 'etags instead of | 62 | * speedbar.el (defgroup speedbar): Use group 'etags instead of |
| 59 | nonexisting group 'tags. | 63 | nonexisting group 'tags. |
| @@ -76,7 +80,7 @@ | |||
| 76 | 80 | ||
| 77 | * warnings.el (defgroup warnings): New group. | 81 | * warnings.el (defgroup warnings): New group. |
| 78 | 82 | ||
| 79 | 2002-11-16 Markus Rost <rost@math.ohio-state.edu> | 83 | 2002-11-16 Markus Rost <rost@math.ohio-state.edu> |
| 80 | 84 | ||
| 81 | * emacs-lisp/autoload.el (update-autoloads-from-directories): | 85 | * emacs-lisp/autoload.el (update-autoloads-from-directories): |
| 82 | Sort the list of files with no autoloads. | 86 | Sort the list of files with no autoloads. |
| @@ -93,7 +97,7 @@ | |||
| 93 | (diary-date): Return mark as well as entry. | 97 | (diary-date): Return mark as well as entry. |
| 94 | 98 | ||
| 95 | * calendar/calendar.el (diary-face): New. | 99 | * calendar/calendar.el (diary-face): New. |
| 96 | (european-calendar-display-form, describe-calendar-mode) | 100 | (european-calendar-display-form, describe-calendar-mode) |
| 97 | (mark-visible-calendar-date, calendar-mark-today): Tidy doc string. | 101 | (mark-visible-calendar-date, calendar-mark-today): Tidy doc string. |
| 98 | (calendar-make-alist): New. | 102 | (calendar-make-alist): New. |
| 99 | (calendar-mode): Set up font-lock mode. | 103 | (calendar-mode): Set up font-lock mode. |
| @@ -113,7 +117,7 @@ | |||
| 113 | 2002-11-15 Nick Roberts <nick@nick.uklinux.net> | 117 | 2002-11-15 Nick Roberts <nick@nick.uklinux.net> |
| 114 | 118 | ||
| 115 | * toolbar/gud-break.pbm, toolbar/gud-cont.pbm, toolbar/gud-display.pbm, | 119 | * toolbar/gud-break.pbm, toolbar/gud-cont.pbm, toolbar/gud-display.pbm, |
| 116 | toolbar/gud-down.pbm, toolbar/gud-finish.pbm, toolbar/gud-goto.pbm, | 120 | toolbar/gud-down.pbm, toolbar/gud-finish.pbm, toolbar/gud-goto.pbm, |
| 117 | toolbar/gud-next.pbm, toolbar/gud-print.pbm, toolbar/gud-remove.pbm, | 121 | toolbar/gud-next.pbm, toolbar/gud-print.pbm, toolbar/gud-remove.pbm, |
| 118 | toolbar/gud-run.pbm, toolbar/gud-step.pbm, toolbar/gud-up.pbm: | 122 | toolbar/gud-run.pbm, toolbar/gud-step.pbm, toolbar/gud-up.pbm: |
| 119 | Icons for debugger (pbm files). | 123 | Icons for debugger (pbm files). |
| @@ -131,7 +135,7 @@ | |||
| 131 | (ibuffer-mode): Run `ibuffer-mode-hook' instead of | 135 | (ibuffer-mode): Run `ibuffer-mode-hook' instead of |
| 132 | `ibuffer-mode-hooks'. | 136 | `ibuffer-mode-hooks'. |
| 133 | 137 | ||
| 134 | 2002-11-15 Markus Rost <rost@math.ohio-state.edu> | 138 | 2002-11-15 Markus Rost <rost@math.ohio-state.edu> |
| 135 | 139 | ||
| 136 | * mail/rmailedit.el: Add provide call. | 140 | * mail/rmailedit.el: Add provide call. |
| 137 | 141 | ||
| @@ -143,7 +147,7 @@ | |||
| 143 | 147 | ||
| 144 | * international/mule.el (set-buffer-file-coding-system): Undo prv chg. | 148 | * international/mule.el (set-buffer-file-coding-system): Undo prv chg. |
| 145 | 149 | ||
| 146 | 2002-11-14 Markus Rost <rost@math.ohio-state.edu> | 150 | 2002-11-14 Markus Rost <rost@math.ohio-state.edu> |
| 147 | 151 | ||
| 148 | * custom.el (custom-declare-group): Remove unnecessary line of | 152 | * custom.el (custom-declare-group): Remove unnecessary line of |
| 149 | code. | 153 | code. |
| @@ -207,7 +211,7 @@ | |||
| 207 | (gud-read-address): Correction. | 211 | (gud-read-address): Correction. |
| 208 | 212 | ||
| 209 | * toolbar/gud-break.xpm, toolbar/gud-cont.xpm, toolbar/gud-display.xpm, | 213 | * toolbar/gud-break.xpm, toolbar/gud-cont.xpm, toolbar/gud-display.xpm, |
| 210 | toolbar/gud-down.xpm, toolbar/gud-finish.xpm, toolbar/gud-goto.xpm, | 214 | toolbar/gud-down.xpm, toolbar/gud-finish.xpm, toolbar/gud-goto.xpm, |
| 211 | toolbar/gud-next.xpm, toolbar/gud-print.xpm, toolbar/gud-remove.xpm, | 215 | toolbar/gud-next.xpm, toolbar/gud-print.xpm, toolbar/gud-remove.xpm, |
| 212 | toolbar/gud-run.xpm, toolbar/gud-step.xpm, toolbar/gud-up.xpm: | 216 | toolbar/gud-run.xpm, toolbar/gud-step.xpm, toolbar/gud-up.xpm: |
| 213 | Icons for debugger. | 217 | Icons for debugger. |
| @@ -236,7 +240,7 @@ | |||
| 236 | * replace.el (occur-engine): Set buffer-file-coding-system of | 240 | * replace.el (occur-engine): Set buffer-file-coding-system of |
| 237 | OUT-BUF to that of one of BUFFERS if they locally bind that variable. | 241 | OUT-BUF to that of one of BUFFERS if they locally bind that variable. |
| 238 | 242 | ||
| 239 | 2002-11-13 Markus Rost <rost@math.ohio-state.edu> | 243 | 2002-11-13 Markus Rost <rost@math.ohio-state.edu> |
| 240 | 244 | ||
| 241 | * custom.el (custom-handle-all-keywords): Fix arg passed to | 245 | * custom.el (custom-handle-all-keywords): Fix arg passed to |
| 242 | custom-add-to-group. | 246 | custom-add-to-group. |
| @@ -261,7 +265,7 @@ | |||
| 261 | (sgml-parse-tag-backward): Add limit argument. | 265 | (sgml-parse-tag-backward): Add limit argument. |
| 262 | (html-autoview-mode): Use define-minor-mode. | 266 | (html-autoview-mode): Use define-minor-mode. |
| 263 | 267 | ||
| 264 | 2002-11-12 Markus Rost <rost@math.ohio-state.edu> | 268 | 2002-11-12 Markus Rost <rost@math.ohio-state.edu> |
| 265 | 269 | ||
| 266 | * vc-rcs.el (vc-rcs-registered): Handle the autoload cookie so | 270 | * vc-rcs.el (vc-rcs-registered): Handle the autoload cookie so |
| 267 | that the definition is found by `find-function-search-for-symbol' | 271 | that the definition is found by `find-function-search-for-symbol' |
| @@ -279,7 +283,7 @@ | |||
| 279 | 283 | ||
| 280 | * newcomment.el (defgroup comment): Remove autoload cookie. | 284 | * newcomment.el (defgroup comment): Remove autoload cookie. |
| 281 | 285 | ||
| 282 | 2002-11-11 Markus Rost <rost@math.ohio-state.edu> | 286 | 2002-11-11 Markus Rost <rost@math.ohio-state.edu> |
| 283 | 287 | ||
| 284 | * mwheel.el (mouse-wheel-down-button, mouse-wheel-up-button): | 288 | * mwheel.el (mouse-wheel-down-button, mouse-wheel-up-button): |
| 285 | Declare with defvar, not with defcustom. | 289 | Declare with defvar, not with defcustom. |
diff --git a/lisp/mail/smtpmail.el b/lisp/mail/smtpmail.el index 2837c8f1bcb..b13ee6bda9d 100644 --- a/lisp/mail/smtpmail.el +++ b/lisp/mail/smtpmail.el | |||
| @@ -378,6 +378,7 @@ This is relative to `smtpmail-queue-dir'.") | |||
| 378 | (if (bufferp errbuf) | 378 | (if (bufferp errbuf) |
| 379 | (kill-buffer errbuf))))) | 379 | (kill-buffer errbuf))))) |
| 380 | 380 | ||
| 381 | ;;;###autoload | ||
| 381 | (defun smtpmail-send-queued-mail () | 382 | (defun smtpmail-send-queued-mail () |
| 382 | "Send mail that was queued as a result of setting `smtpmail-queue-mail'." | 383 | "Send mail that was queued as a result of setting `smtpmail-queue-mail'." |
| 383 | (interactive) | 384 | (interactive) |