| | 1 | 2006-01-25 Katsumi Yamaoka <yamaoka@jpl.org> |
|---|
| | 2 | |
|---|
| | 3 | * mm-uu.el (mm-uu-dissect-text-parts): Ignore it if a given part |
|---|
| | 4 | is dissected into a single part of which the type is the same as |
|---|
| | 5 | the given one. |
|---|
| | 6 | |
|---|
| | 7 | 2006-01-21 Kevin Ryde <user42@zip.com.au> |
|---|
| | 8 | |
|---|
| | 9 | * mailcap.el (mailcap-parse-mailcap-extras): "test" key must go |
|---|
| | 10 | into alists as symbol not string, since that's what |
|---|
| | 11 | mailcap-viewer-passes-test and mailcap-mailcap-entry-passes-test |
|---|
| | 12 | look for. |
|---|
| | 13 | |
|---|
| | 14 | 2006-01-24 Katsumi Yamaoka <yamaoka@jpl.org> |
|---|
| | 15 | |
|---|
| | 16 | * mm-uu.el (mm-uu-dissect-text-parts): Reduce the number of |
|---|
| | 17 | recursive calls. |
|---|
| | 18 | |
|---|
| | 19 | 2006-01-24 Katsumi Yamaoka <yamaoka@jpl.org> |
|---|
| | 20 | |
|---|
| | 21 | * mm-view.el (mm-w3m-standalone-supports-m17n-p): New variable. |
|---|
| | 22 | (mm-w3m-standalone-supports-m17n-p): New function. |
|---|
| | 23 | (mm-inline-text-html-render-with-w3m-standalone): Use it to alter |
|---|
| | 24 | w3m usage. |
|---|
| | 25 | |
|---|
| | 26 | * gnus-art.el (gnus-article-wash-html-with-w3m-standalone): Use |
|---|
| | 27 | mm-w3m-standalone-supports-m17n-p to alter w3m usage. |
|---|
| | 28 | |
|---|
| | 29 | 2006-01-23 Katsumi Yamaoka <yamaoka@jpl.org> |
|---|
| | 30 | |
|---|
| | 31 | * mm-uu.el (mm-uu-dissect-text-parts): Decode content transfer |
|---|
| | 32 | encoding. |
|---|
| | 33 | |
|---|
| | 34 | 2006-01-20 Reiner Steib <Reiner.Steib@gmx.de> |
|---|
| | 35 | |
|---|
| | 36 | * mml.el (mml-attach-file): Describe `description' in doc string. |
|---|
| | 37 | (mml-menu): Add Emacs MIME manual and PGG manual. |
|---|
| | 38 | |
|---|
| | 39 | 2006-01-19 Reiner Steib <Reiner.Steib@gmx.de> |
|---|
| | 40 | |
|---|
| | 41 | * spam.el (spam-group-ham-mark-p, spam-group-spam-mark-p) |
|---|
| | 42 | (spam-group-spam-marks, spam-list-articles, spam-group-ham-marks): |
|---|
| | 43 | Revert 2006-01-08 change because the functions will be used in No |
|---|
| | 44 | Gnus. |
|---|
| | 45 | |
|---|
| | 46 | 2006-01-19 Katsumi Yamaoka <yamaoka@jpl.org> |
|---|
| | 47 | |
|---|
| | 48 | * mm-bodies.el (mm-decode-body): Don't decode decoded body. |
|---|
| | 49 | |
|---|
| | 50 | * mm-uu.el (mm-uu-dissect-text-parts): Dissect dissected parts. |
|---|
| | 51 | |
|---|
| | 52 | 2006-01-17 Katsumi Yamaoka <yamaoka@jpl.org> |
|---|
| | 53 | |
|---|
| | 54 | * mm-decode.el (mm-inlined-types): Add application/pgp. |
|---|
| | 55 | (mm-automatic-display): Ditto. |
|---|
| | 56 | |
|---|
| | 57 | * mm-uu.el (mm-uu-dissect-text-parts): Recognize application/pgp |
|---|
| | 58 | part as text. |
|---|
| | 59 | |
|---|
| | 60 | 2006-01-16 Katsumi Yamaoka <yamaoka@jpl.org> |
|---|
| | 61 | |
|---|
| | 62 | * nnrss.el: Update copyright. |
|---|
| | 63 | (nnrss-opml-import): Query whether to subscribe to each entry. |
|---|
| | 64 | |
|---|
| | 65 | * gnus-art.el: |
|---|
| | 66 | * gnus-cus.el: |
|---|
| | 67 | * gnus-group.el: |
|---|
| | 68 | * gnus-start.el: |
|---|
| | 69 | * gnus-sum.el: |
|---|
| | 70 | * mm-uu.el: |
|---|
| | 71 | * mm-view.el: Update copyright. |
|---|
| | 72 | |
|---|
| | 73 | 2006-01-16 Reiner Steib <Reiner.Steib@gmx.de> |
|---|
| | 74 | |
|---|
| | 75 | * message.el (message-info): New function. |
|---|
| | 76 | (message-mode-menu): Add it. |
|---|
| | 77 | Update copyright. |
|---|
| | 78 | |
|---|
| | 79 | * ChangeLog: Fix and update copyright. |
|---|
| | 80 | |
|---|
| | 81 | 2006-01-16 Katsumi Yamaoka <yamaoka@jpl.org> |
|---|
| | 82 | |
|---|
| | 83 | * mm-uu.el (mm-uu-text-plain-type): New variable. |
|---|
| | 84 | (mm-uu-pgp-signed-extract-1): Use it. |
|---|
| | 85 | (mm-uu-pgp-encrypted-extract-1): Use it. |
|---|
| | 86 | (mm-uu-dissect): Use it; allow two optional arguments; one is a |
|---|
| | 87 | flag specifying whether there's no message header; the other is |
|---|
| | 88 | for a MIME type and parameters; bind mm-uu-text-plain-type with |
|---|
| | 89 | the later one. |
|---|
| | 90 | (mm-uu-dissect-text-parts): New function. |
|---|
| | 91 | |
|---|
| | 92 | * gnus-art.el (gnus-display-mime): Use mm-uu-dissect-text-parts to |
|---|
| | 93 | dissect text parts. |
|---|
| | 94 | |
|---|
| | 95 | 2006-01-13 Katsumi Yamaoka <yamaoka@jpl.org> |
|---|
| | 96 | |
|---|
| | 97 | * gnus-art.el (article-wash-html): Use |
|---|
| | 98 | gnus-summary-show-article-charset-alist if a numeric arg is given. |
|---|
| | 99 | (gnus-article-wash-html-with-w3m-standalone): New function. |
|---|
| | 100 | |
|---|
| | 101 | * mm-view.el (mm-text-html-renderer-alist): Map w3m-standalone to |
|---|
| | 102 | mm-inline-text-html-render-with-w3m-standalone. |
|---|
| | 103 | (mm-text-html-washer-alist): Map w3m-standalone to |
|---|
| | 104 | gnus-article-wash-html-with-w3m-standalone. |
|---|
| | 105 | (mm-inline-text-html-render-with-w3m-standalone): New function. |
|---|
| | 106 | |
|---|
| | 107 | 2006-01-10 Katsumi Yamaoka <yamaoka@jpl.org> |
|---|
| | 108 | |
|---|
| | 109 | * nnrss.el (nnrss-wash-html-in-text-plain-parts): New variable. |
|---|
| | 110 | (nnrss-request-article): Render text/plain parts as HTML. |
|---|
| | 111 | |
|---|
| | 112 | * gnus-art.el (gnus-article-wash-html-with-w3m): No need to narrow |
|---|
| | 113 | the buffer. |
|---|
| | 114 | |
|---|
| | 115 | 2006-01-08 Reiner Steib <Reiner.Steib@gmx.de> |
|---|
| | 116 | |
|---|
| | 117 | * gnus-cus.el (gnus-group-parameters): Sync posting-style with |
|---|
| | 118 | custom definition of `gnus-posting-styles'. |
|---|
| | 119 | |
|---|
| | 120 | * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Bind |
|---|
| | 121 | print-circle. Suggested by Kalle Olavi Niemitalo <kon@iki.fi>. |
|---|
| | 122 | |
|---|
| | 123 | 2006-01-05 Reiner Steib <Reiner.Steib@gmx.de> |
|---|
| | 124 | |
|---|
| | 125 | * gnus-group.el (gnus-useful-groups): Use Gmane for ding. Use |
|---|
| | 126 | nntp for bug archive. |
|---|
| | 127 | |
|---|
| | 128 | 2006-01-05 Katsumi Yamaoka <yamaoka@jpl.org> |
|---|
| | 129 | |
|---|
| | 130 | * nnrss.el (nnrss-request-article): Fix the way to fill text/plain |
|---|
| | 131 | parts. |
|---|
| | 132 | (nnrss-normalize-date): New function converts ISO 8601 date into |
|---|
| | 133 | RFC822 style. Suggested by Mark Plaksin <happy@mcplaksin.org>. |
|---|
| | 134 | (nnrss-check-group): Use it. |
|---|
| | 135 | |
|---|
| | 136 | 2006-01-01 Katsumi Yamaoka <yamaoka@jpl.org> |
|---|
| | 137 | |
|---|
| | 138 | * gnus-sum.el (gnus-summary-work-articles): Remove useless `min'. |
|---|
| | 139 | |
|---|
| | 140 | * nnrss.el (nnrss-fetch): Make it fail gracefully when it can't |
|---|
| | 141 | fetch a feed. Suggested by Mark Plaksin <happy@mcplaksin.org>. |
|---|
| | 142 | (nnrss-insert-w3): Ditto. |
|---|
| | 143 | |
|---|
| | 144 | 2005-12-21 Katsumi Yamaoka <yamaoka@jpl.org> |
|---|
| | 145 | |
|---|
| | 146 | * nnrss.el (nnrss-request-article): Fix last change; fill |
|---|
| | 147 | text/plain parts. |
|---|
| | 148 | |
|---|
| | 149 | 2005-12-20 Katsumi Yamaoka <yamaoka@jpl.org> |
|---|
| | 150 | |
|---|
| | 151 | * nnrss.el (nnrss-request-article): Replace <br />s with newlines |
|---|
| | 152 | in text/plain part. |
|---|
| | 153 | (nnrss-check-group): Don't add excessive newline to dc:subject. |
|---|
| | 154 | |
|---|
| | 155 | 2005-12-19 Katsumi Yamaoka <yamaoka@jpl.org> |
|---|
| | 156 | |
|---|
| | 157 | * gnus-art.el (gnus-article-delete-text-of-type): Enable it to |
|---|
| | 158 | remove MIME buttons associated with multipart/alternative parts. |
|---|
| | 159 | (gnus-mime-display-alternative): Tag buttons using `article-type' |
|---|
| | 160 | text property. |
|---|
| | 161 | |
|---|
| | 162 | * gnus-msg.el (gnus-copy-article-buffer): Remove MIME buttons |
|---|
| | 163 | associated with multipart/alternative parts. |
|---|
| | 164 | |
|---|
| | 165 | 2005-12-19 Mark Plaksin <happy@mcplaksin.org> (tiny change) |
|---|
| | 166 | |
|---|
| | 167 | * nnrss.el (nnrss-check-group): Put the RSS dc:subject in the |
|---|
| | 168 | article. |
|---|
| | 169 | |
|---|
| | 170 | 2005-12-18 Lars Magne Ingebrigtsen <larsi@gnus.org> |
|---|
| | 171 | |
|---|
| | 172 | * dns.el (query-dns): Make sure we check the buffer size before |
|---|
| | 173 | removing tcp headers. |
|---|
| | 174 | |
|---|
| | 175 | 2006-01-08 Chong Yidong <cyd@stupidchicken.com> |
|---|
| | 176 | |
|---|
| | 177 | * spam.el (spam-group-ham-mark-p, spam-group-spam-mark-p) |
|---|
| | 178 | (spam-group-spam-marks): Delete functions. |
|---|
| | 179 | (spam-list-articles): Just call spam-group-ham-marks directly. |
|---|
| | 180 | (spam-group-ham-marks): Simplify. |
|---|
| | 181 | |
|---|
| | 182 | 2005-12-16 Katsumi Yamaoka <yamaoka@jpl.org> |
|---|
| | 183 | |
|---|
| | 184 | * gnus-art.el (gnus-signature-separator): Fix custom type. |
|---|
| | 185 | |
|---|
| | 186 | * mm-decode.el (mm-inlined-types): Fix custom type. |
|---|
| | 187 | (mm-keep-viewer-alive-types): Ditto. |
|---|
| | 188 | (mm-automatic-display): Ditto. |
|---|
| | 189 | (mm-attachment-override-types): Ditto. |
|---|
| | 190 | (mm-inline-override-types): Ditto. |
|---|
| | 191 | (mm-automatic-external-display): Ditto. |
|---|
| | 192 | |
|---|
| | 193 | 2005-12-12 Katsumi Yamaoka <yamaoka@jpl.org> |
|---|
| | 194 | |
|---|
| | 195 | * gnus-art.el (gnus-buttonized-mime-types): Mention addition of |
|---|
| | 196 | multipart/alternative and add xref to mm-discouraged-alternatives |
|---|
| | 197 | in doc string. |
|---|
| | 198 | |
|---|
| | 199 | * mm-decode.el (mm-discouraged-alternatives): Add xref to |
|---|
| | 200 | gnus-buttonized-mime-types in doc string. |
|---|
| | 201 | |
|---|
| | 202 | 2005-12-12 Katsumi Yamaoka <yamaoka@jpl.org> |
|---|
| | 203 | |
|---|
| | 204 | * rfc2047.el (rfc2047-charset-to-coding-system): Recognize |
|---|
| | 205 | us-ascii as a MIME charset. |
|---|
| | 206 | |
|---|
| | 207 | * mm-bodies.el (mm-decode-content-transfer-encoding): Protect |
|---|
| | 208 | against the case where the 2nd arg TYPE is nil. |
|---|
| | 209 | |
|---|
| | 210 | 2005-12-09 Reiner Steib <Reiner.Steib@gmx.de> |
|---|
| | 211 | |
|---|
| | 212 | * gnus-start.el (gnus-no-server-1): Mention |
|---|
| | 213 | `gnus-level-default-subscribed' in doc string. |
|---|
| | 214 | |
|---|
| | 215 | 2005-11-26 Dave Love <fx@gnu.org> |
|---|
| | 216 | |
|---|
| | 217 | * tls.el (open-tls-stream): Rename arg SERVICE to PORT. |
|---|
| | 218 | (tls-program, tls-success): Provide openssl alternative. |
|---|
| | 219 | |
|---|
| | 220 | * starttls.el: Doc fixes. |
|---|
| | 221 | (starttls-open-stream-gnutls, starttls-open-stream): Rename arg |
|---|
| | 222 | SERVICE to PORT. |
|---|
| | 223 | |
|---|
| | 224 | 2005-12-09 Reiner Steib <Reiner.Steib@gmx.de> |
|---|
| | 225 | |
|---|
| | 226 | * gnus-start.el (gnus-start-draft-setup): Enforce |
|---|
| | 227 | `gnus-draft-mode' for nndraft:drafts at startup. |
|---|
| | 228 | |
|---|
| | 229 | * gnus.el (gnus-splash): Change custom group. |
|---|
| | 230 | (gnus-group-get-parameter, gnus-group-parameter-value): Describe |
|---|
| | 231 | allow-list argument. |
|---|
| | 232 | |
|---|
| | 233 | * gnus-agent.el (gnus-agent-article-alist-save-format): Format doc |
|---|
| | 234 | string. |
|---|
| | 235 | |
|---|
| | 236 | 2005-12-09 ARISAWA Akihiro <ari@mbf.ocn.ne.jp> (tiny change) |
|---|
| | 237 | |
|---|
| | 238 | * mm-decode.el (mm-display-external): Add lacked cdr. |
|---|
| | 239 | |
|---|
| | 240 | 2005-12-12 Richard M. Stallman <rms@gnu.org> |
|---|
| | 241 | |
|---|
| | 242 | * mm-url.el (mm-url-load-url): Require url-parse and url-vars. |
|---|
| | 243 | |
|---|
| | 244 | 2005-12-08 Reiner Steib <Reiner.Steib@gmx.de> |
|---|
| | 245 | |
|---|
| | 246 | * mm-decode.el (mm-discouraged-alternatives): Fix custom type. |
|---|
| | 247 | Suggest image/.* in the doc string. |
|---|
| | 248 | |
|---|
| | 249 | 2005-12-07 Katsumi Yamaoka <yamaoka@jpl.org> |
|---|
| | 250 | |
|---|
| | 251 | * mm-decode.el (mm-display-external): Use nametemplate (defined in |
|---|
| | 252 | RFC1524) if it is in mailcap or add a suffix according to |
|---|
| | 253 | mailcap-mime-extensions when generating a temp filename; postpone |
|---|
| | 254 | deleting a temp file for 2 seconds for some wrappers, shell |
|---|
| | 255 | scripts, and so on, which might exit right after having started a |
|---|
| | 256 | viewer command as a background job. |
|---|
| | 257 | |
|---|
| | 258 | 2005-12-06 Reiner Steib <Reiner.Steib@gmx.de> |
|---|
| | 259 | |
|---|
| | 260 | * gnus-art.el (gnus-default-article-saver): Add user-defined |
|---|
| | 261 | `function' to custom type. |
|---|
| | 262 | |
|---|
| | 263 | 2005-12-02 ARISAWA Akihiro <ari@mbf.ocn.ne.jp> (tiny change) |
|---|
| | 264 | |
|---|
| | 265 | * mm-view.el (mm-inline-text-html-render-with-w3m): Fix misplaced |
|---|
| | 266 | parens. |
|---|
| | 267 | |
|---|
| | 268 | 2005-11-29 Reiner Steib <Reiner.Steib@gmx.de> |
|---|
| | 269 | |
|---|
| | 270 | * gnus-cache.el (gnus-cache-rename-group): Wrap doc strings and |
|---|
| | 271 | long lines. |
|---|
| | 272 | (gnus-cache-delete-group): Wrap doc strings. |
|---|
| | 273 | |
|---|
| | 274 | * gnus-agent.el (gnus-agent-rename-group) |
|---|
| | 275 | (gnus-agent-delete-group): Wrap doc strings. |
|---|
| | 276 | |
|---|
| | 277 | 2005-11-24 Pascal Rigaux <pixel@mandriva.com> (tiny change) |
|---|
| | 278 | |
|---|
| | 279 | * rfc2231.el (rfc2231-parse-string): Support non-ascii chars. |
|---|
| | 280 | |
|---|
| | 281 | 2005-11-22 Katsumi Yamaoka <yamaoka@jpl.org> |
|---|
| | 282 | |
|---|
| | 283 | * nnmail.el (nnmail-fancy-expiry-target): Use current-time instead |
|---|
| | 284 | of current-time-string. |
|---|
| | 285 | |
|---|
| | 286 | 2005-11-20 Stefan Schimanski <schimmi@debian.org> (tiny change) |
|---|
| | 287 | |
|---|
| | 288 | * nnmail.el (nnmail-fancy-expiry-target): Protect against invalid |
|---|
| | 289 | date header. |
|---|
| | 290 | |
|---|
| | 291 | 2005-11-16 Boris Samorodov <bsam@ipt.ru> (tiny patch) |
|---|
| | 292 | |
|---|
| | 293 | * imap.el (imap-kerberos4-open): Ignore SSL stuff. |
|---|
| | 294 | |
|---|
| | 295 | 2005-11-14 Kevin Greiner <kevin.greiner@compsol.cc> |
|---|
| | 296 | |
|---|
| | 297 | * gnus-agent.el (gnus-agent-article-alist-save-format): Changed |
|---|
| | 298 | internal variable to a custom variable. Changed default value |
|---|
| | 299 | from compressed(2) to uncompressed(1). |
|---|
| | 300 | (gnus-agent-read-agentview): Reversed revision 7.8 to restore |
|---|
| | 301 | support for uncompressed agentview files. Taken together, reading |
|---|
| | 302 | the agentview file should now be 6-7 times faster. |
|---|
| | 303 | (gnus-agent-long-article, |
|---|
| | 304 | gnus-agent-short-article, gnus-agent-score): Renamed category |
|---|
| | 305 | keywords to match gnus-cus. |
|---|
| | 306 | (gnus-agent-summary-fetch-series): Modified to protect against |
|---|
| | 307 | gnus-agent-summary-fetch-group clearing processable flags. |
|---|
| | 308 | (gnus-agent-synchronize-group-flags): Update live group buffer as |
|---|
| | 309 | synchronization may occur due to the user toggling the plugged |
|---|
| | 310 | status. |
|---|
| | 311 | (gnus-agent-braid-nov): Now tests new nov entries |
|---|
| | 312 | for duplicates which are removed. The invalid sort check then |
|---|
| | 313 | triggers a rescan after the sort as sorting may have moved |
|---|
| | 314 | duplicate entries such that they can be cheaply detected. |
|---|
| | 315 | (gnus-agent-read-local): Trivial fix to format of |
|---|
| | 316 | error message to display actual error condition. |
|---|
| | 317 | (gnus-agent-save-local): Avoid saving symbols that are bound to |
|---|
| | 318 | nil as they simply result in a warning message in |
|---|
| | 319 | gnus-agent-read-local. |
|---|
| | 320 | (gnus-agent-fetch-group-1): Clear downloadable flag when article |
|---|
| | 321 | successfully downloaded. |
|---|
| | 322 | (gnus-agent-regenerate-group): Use |
|---|
| | 323 | gnus-agent-synchronize-group-flags to reset read status in both |
|---|
| | 324 | gnus and server. |
|---|
| | 325 | |
|---|
| | 326 | * nntp.el (nntp-end-of-line): Doc fix. |
|---|
| | 327 | (nntp-authinfo-rejected): New error condition. |
|---|
| | 328 | (nntp-wait-for): Use new error condition to signal authentication |
|---|
| | 329 | error. |
|---|
| | 330 | (nntp-retrieve-data): Rethrow new error condition to break out of |
|---|
| | 331 | recursive call to nntp-send-authinfo. |
|---|
| | 332 | |
|---|
| | 333 | 2005-11-13 Katsumi Yamaoka <yamaoka@jpl.org> |
|---|
| | 334 | |
|---|
| | 335 | * gnus-start.el (gnus-dribble-read-file): Use make-local-variable |
|---|
| | 336 | rather than make-variable-buffer-local for file-precious-flag. |
|---|
| | 337 | |
|---|
| | 338 | 2005-11-13 Katsumi Yamaoka <yamaoka@jpl.org> |
|---|
| | 339 | |
|---|
| | 340 | * gnus-start.el (gnus-dribble-read-file): Quote file-precious-flag. |
|---|
| | 341 | |
|---|
| | 342 | 2005-11-11 Jan Nieuwenhuizen <janneke@gnu.org> |
|---|
| | 343 | |
|---|
| | 344 | * gnus-start.el (gnus-dribble-read-file): Set file-precious-flag, |
|---|
| | 345 | as a buffer-local variable. This avoids creating truncated |
|---|
| | 346 | dribble files as a result of a hang up, eg. |
|---|
| | 347 | |
|---|
| | 348 | 2005-11-30 Stefan Monnier <monnier@iro.umontreal.ca> |
|---|
| | 349 | |
|---|
| | 350 | * gnus-delay.el (gnus-delay-group): Don't autoload. |
|---|
| | 351 | It's useless and could trigger a bug in cus-dep.el causing ldefs-boot |
|---|
| | 352 | to be re-loaded when customizing the `gnus-delay' group. |
|---|
| | 353 | |
|---|