(gnus-server-font-lock-keywords): Quote faces.
[gnus] / lisp / ChangeLog
index 6cf188a..af78681 100644 (file)
@@ -1,3 +1,208 @@
+2007-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
+
+       * gnus-srvr.el (gnus-server-font-lock-keywords): Quote faces.
+
+2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
+
+       * gnus-agent.el (gnus-agent-rename-group, gnus-agent-delete-group)
+       (gnus-agent-fetch-articles, gnus-agent-unfetch-articles)
+       (gnus-agent-crosspost, gnus-agent-backup-overview-buffer)
+       (gnus-agent-flush-group, gnus-agent-flush-cache)
+       (gnus-agent-fetch-headers, gnus-agent-load-alist)
+       (gnus-agent-read-agentview, gnus-agent-expire-group-1)
+       (gnus-agent-retrieve-headers, gnus-agent-request-article)
+       (gnus-agent-regenerate-group)
+       (gnus-agent-update-files-total-fetched-for)
+       (gnus-agent-update-view-total-fetched-for): Bind
+       file-name-coding-system to nnmail-pathname-coding-system.
+       (gnus-agent-group-pathname): Don't encode file names by
+       nnmail-pathname-coding-system.
+       (gnus-agent-save-local): Bind file-name-coding-system correctly; bind
+       coding-system-for-write instead of buffer-file-coding-system to
+       gnus-agent-file-coding-system.
+
+       * gnus-msg.el (gnus-inews-make-draft, gnus-inews-insert-archive-gcc):
+       Decode group name.
+
+       * gnus-srvr.el (gnus-browse-foreign-server): Make group names unibyte.
+
+       * gnus-start.el (gnus-update-active-hashtb-from-killed)
+       (gnus-read-newsrc-el-file): Make group names unibyte.
+
+       * nnmail.el (nnmail-group-pathname): Don't encode file names by
+       nnmail-pathname-coding-system.
+
+       * nnrss.el (nnrss-file-coding-system): Doc fix; make it begin with *.
+       (nnrss-request-delete-group): Bind file-name-coding-system to
+       nnmail-pathname-coding-system.
+       (nnrss-read-server-data, nnrss-read-group-data): Bind
+       file-name-coding-system correctly.
+       (nnrss-check-group): Pass nnrss-file-coding-system to md5.
+
+       * nntp.el: Require gnus-group for the function gnus-group-name-charset.
+       (nntp-server-to-method-cache): New variable.
+       (nntp-group-pathname): New function that decodes non-ASCII group names.
+       (nntp-possibly-create-directory, nntp-marks-changed-p)
+       (nntp-save-marks, nntp-open-marks): Use it.
+       (nntp-possibly-create-directory, nntp-open-marks):
+       Bind file-name-coding-system to nnmail-pathname-coding-system.
+       (nntp-open-marks): Decode group names when bootstrapping marks.
+
+       * rfc2047.el (rfc2047-encode-message-header): Make XEmacs decode
+       Newsgroups and Folowup-To headers.
+
+2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
+
+       * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
+       (gnus-server-closed-face, gnus-server-denied-face)
+       (gnus-server-offline-face): Remove variable.
+       (gnus-server-font-lock-keywords): Use faces that are not aliases.
+
+       * gnus-util.el (gnus-message-with-timestamp-1): Use log-message instead
+       of modifying message-stack directly for XEmacs.
+
+       * mm-util.el (mm-decode-coding-string, mm-encode-coding-string)
+       (mm-decode-coding-region, mm-encode-coding-region): Don't modify string
+       if the coding-system argument is nil for XEmacs.
+
+       * nnrss.el (nnrss-compatible-encoding-alist): Inherit the value of
+       mm-charset-override-alist.
+
+       * rfc2047.el: Don't require base64; require rfc2045 for the function
+       rfc2045-encode-string.
+       (rfc2047-encode-parameter): Use rfc2045-encode-string to quote or not
+       to quote the parameter value.
+
+2007-07-06  Katsumi Yamaoka  <yamaoka@jpl.org>
+
+       * gnus-group.el (gnus-group-name-charset): Allow a method of the short
+       form in gnus-group-name-charset-method-alist.
+
+       * gnus-eform.el (gnus-edit-form): Add optional argument layout which
+       overrides the default layout edit-form.
+
+       * gnus-win.el (gnus-buffer-configuration): Add edit-server.
+
+       * gnus-srvr.el (gnus-server-edit-server): Use edit-server layout.
+
+2007-07-04  Katsumi Yamaoka  <yamaoka@jpl.org>
+
+       * gnus-sum.el (gnus-summary-catchup): Don't recognize cached articles
+       as unfetched articles.
+
+2007-07-02  Reiner Steib  <Reiner.Steib@gmx.de>
+
+       * gnus-start.el (gnus-level-unsubscribed): Improve doc string.
+
+2007-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
+
+       * nnagent.el (nnagent-request-set-mark): Also set the marks for the
+       original back end that keeps marks in the local system.
+
+2007-06-26  Katsumi Yamaoka  <yamaoka@jpl.org>
+
+       * gnus-art.el (gnus-article-summary-command-nosave): Don't set the 3rd
+       arg of pop-to-buffer for XEmacs.
+       (gnus-article-read-summary-keys): Ditto; don't restore window
+       configuration if summary command ends up with neither article buffer
+       nor summary buffer; describe bindings if summary keys end with C-h.
+
+2007-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
+
+       * message.el (message-fix-before-sending): Skip raw message part to be
+       forwarded while checking illegible text.
+       (message-forward-make-body-mime, message-forward-make-body): Mark
+       signed or encrypted raw message as having no illegible text.
+
+2007-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
+
+       * gnus-util.el (gnus-add-timestamp-to-message): New user option.
+       (gnus-message-with-timestamp-1): New macro.
+       (gnus-message-with-timestamp): New function.
+       (gnus-message): Use them.
+
+       * nnheader.el (nnheader-message): Use them.
+
+2007-06-16  Reiner Steib  <Reiner.Steib@gmx.de>
+
+       * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Add newlines to
+       .newsrc.eld file.
+
+2007-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
+
+       * gnus-agent.el (gnus-agent-fetch-headers)
+       (gnus-agent-retrieve-headers): Bind
+       gnus-decode-encoded-address-function to identity.
+
+       * nntp.el (nntp-send-xover-command): Recognize an xover command is
+       available also when the server returns simply a dot.
+
+       * gnus-ems.el (gnus-x-splash): Redisplay window before measuring it.
+
+2007-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
+
+       * gnus-ems.el (gnus-x-splash): Fix calculation; error in tty.
+
+2007-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
+
+       * gnus-ems.el (gnus-x-splash): Make it work.
+
+       * gnus-start.el (gnus-1): Relax restrictions that prevent gnus-x-splash
+       from being used.
+
+       * lpath.el: Bind line-spacing and tool-bar-mode for XEmacs.
+
+2007-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
+
+       * gnus-xmas.el (gnus-xmas-define): Make gnus-make-overlay ignore the
+       4th and the 5th arguments.
+
+       * gnus-art.el (gnus-insert-mime-button): Make a button overlay without
+       the front stickiness.
+       (gnus-article-summary-command-nosave): Correct the order of the
+       arguments passed to pop-to-buffer.
+       (gnus-article-read-summary-keys): Ditto; make it work properly when the
+       summary command ends up with the article buffer.
+
+       * mm-decode.el (mm-insert-part): Separate the extracted parts that have
+       the same faces.
+
+2007-06-07  Juanma Barranquero  <lekktu@gmail.com>
+
+       * gnus-art.el (gnus-split-methods): Fix typo in docstring.
+
+2007-06-06  Juanma Barranquero  <lekktu@gmail.com>
+
+       * gnus-diary.el (gnus-diary-time-format, gnus-summary-sort-by-schedule):
+       * gnus-sum.el (gnus-summary-highlight):
+       * pgg.el (pgg-sign-region, pgg-sign):
+       * mail-source.el (mail-source-delete-old-incoming-confirm):
+       * nndiary.el (nndiary-reminders): Fix typos in docstrings.
+
+2007-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
+
+       * gnus-art.el (gnus-mime-view-part-externally)
+       (gnus-mime-view-part-internally): Fix predicate function passed to
+       completing-read.
+
+       * mm-decode.el (mm-image-fit-p): Return t if argument is not an image.
+
+       * gnus.el (gnus-update-message-archive-method): Add :version.
+
+2007-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
+
+       * gnus.el (gnus-update-message-archive-method): New variable.
+
+       * gnus-start.el (gnus-setup-news): Update saved "archive" method
+       according to gnus-message-archive-method if
+       gnus-update-message-archive-method is non-nil.
+
+2007-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
+
+       * gnus-sum.el (gnus-summary-limit-to-address): New function.  Suggested
+       by Loic Dachary <loic@dachary.org>.
+       (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
+
 2007-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
 
        * message.el (message-pop-to-buffer): Add switch-function argument.
 
 2007-04-18  Levin Du  <zslevin@gmail.com>  (tiny change)
 
-       * calendar/parse-time.el (parse-time-string-chars): Check if CHAR
+       * parse-time.el (parse-time-string-chars): Check if CHAR
        is less than the length of parse-time-syntax.
 
 2007-04-17  Katsumi Yamaoka  <yamaoka@jpl.org>
 
        * mm-view.el (mm-view-pkcs7-verify): Implement using smime.el.
 
-2006-02-21  Wolfram Fenske  <wolfram.fenske@student.uni-magdeburg.de>
-       (tiny change)
+2006-02-21  Wolfram Fenske  <wolfram.fenske@student.uni-magdeburg.de>  (tiny change)
 
        * nnimap.el (nnimap-request-move-article): Change folder back to
        source group before deleting.
        * nnmail.el (nnmail-split-fancy-with-parent-ignore-groups)
        (nnmail-cache-ignore-groups, nnmail-spool-hook)
        (nnmail-split-fancy-match-partial-words)
-       (nnmail-split-lowercase-expanded):
+       (nnmail-split-lowercase-expanded): Add :version.
 
        * nndiary.el (nndiary): Add :version.
 
 
        * nnmail.el (nnmail-fancy-expiry-targets)
        (nnmail-mail-splitting-charset, nnmail-mail-splitting-decodes):
+       Add :version.
 
        * nnimap.el (nnimap-split-download-body, nnimap-dont-close)
        (nnimap-retrieve-groups-asynchronous): Add :version.
        * mml.el (mml-content-disposition-parameters)
        (mml-insert-mime-headers-always): Add :version.
 
-       * mm-util.el (mm-coding-system-priorities):
+       * mm-util.el (mm-coding-system-priorities): Add :version.
 
        * mm-decode.el (mm-inline-text-html-with-images)
        (mm-keep-viewer-alive-types, mm-external-terminal-program)
        * gnus-srvr.el (gnus-server-browse-in-group-buffer)
        (gnus-server-offline-face): Add :version.
 
-       * gnus-score.el (gnus-adaptive-word-length-limit):
+       * gnus-score.el (gnus-adaptive-word-length-limit): Add :version.
 
        * gnus-msg.el (gnus-gcc-externalize-attachments)
        (gnus-debug-files, gnus-debug-exclude-variables)
        * gnus-delay.el (gnus-delay-default-hour): Add :version.
 
        * gnus-cite.el (gnus-cite-blank-line-after-header)
-       (gnus-article-boring-faces):
+       (gnus-article-boring-faces): Add :version.
 
        * gnus-art.el (gnus-buttonized-mime-types)
        (gnus-inhibit-mime-unbuttonizing)