Merge from gnus--devo--0
[bpt/emacs.git] / lisp / ChangeLog
index e24f103..9d845f2 100644 (file)
@@ -1,3 +1,14 @@
+2008-01-19  Reiner Steib  <Reiner.Steib@gmx.de>
+
+       * net/imap.el (imap-ping-server): New variable.
+       (imap-opened): On add extra ping if imap-ping-server is non-nil.
+       (imap-ping-server): Minor doc string fixes.
+
+2008-01-19  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
+
+       * net/imap.el (imap-ping-server): New function.
+       (imap-opened): Call imap-ping-server.
+
 2008-01-20  Glenn Morris  <rgm@gnu.org>
 
        * progmodes/python.el: Quote all calls to "auxiliary skeleton"s to
        (org-flag-drawer): Use the original value of `outline-regexp'.
        (org-remember-handler): Add invisible-ok flag to call to
        `org-end-of-subtree'.
-       (org-agenda-highlight-todo): Respect `org-agenda-todo-keyword-format'.
+       (org-agenda-highlight-todo): Respect
+       `org-agenda-todo-keyword-format'.
        (org-agenda-todo-keyword-format): New option.
-       (org-infile-export-plist): No restriction while searching for options.
+       (org-infile-export-plist): No restriction while searching for
+       options.
        (org-remember-handler): Remove comments at the end of the buffer.
        (org-remember-use-refile-when-interactive): New option.
        (org-table-sort-lines): Make sure sorting works on link
        `full-file-path'.
        (org-get-refile-targets): Respect new values for
        `org-refile-use-outline-path'.
-       (org-agenda-get-restriction-and-command): DEL goes back to initial list.
+       (org-agenda-get-restriction-and-command): DEL goes back to initial
+       list.
        (org-export-as-xoxo): Restore point when done.
        (org-open-file): Allow multiple %s in command.
        (org-clock-in-switch-to-state): New option.
        (org-last-remember-storage-locations): New variable.
        (org-get-refile-targets): Interpret the new maxlevel setting.
        (org-refile-targets): New option `:maxlevel'.
-       (org-copy-subtree): Include empty lines before but not after subtree.
+       (org-copy-subtree): Include empty lines before but not after
+       subtree.
        (org-back-over-empty-lines, org-skip-whitespace): New functions.
        (org-move-item-down, org-move-item-up): Include empty lines before
        but not after item.
        (org-imenu-markers): New variable.
        (org-imenu-new-marker, org-imenu-get-tree)
        (org-speedbar-set-agenda-restriction): New functions.
-       (org-agenda-set-restriction-lock, org-agenda-remove-restriction-lock)
+       (org-agenda-set-restriction-lock)
+       (org-agenda-remove-restriction-lock)
        (org-agenda-maybe-redo): New functions.
        (org-agenda-restriction-lock): New face.
        (org-agenda-restriction-lock-overlay)
        (org-link-escape-chars): Use characters instead of strings.
        (org-link-escape-chars-browser, org-link-escape)
        (org-link-unescape): Use characters instead of strings.
-       (org-export-html-convert-sub-super, org-html-do-expand):
-       Check for protected text.
+       (org-export-html-convert-sub-super, org-html-do-expand): Check for
+       protected text.
        (org-emphasis-alist): Additional `verbatim' flag.
        (org-set-emph-re): Handle the verbatim flag and compute
        `org-verbatim-re'.
        (org-hide-emphasis-markers): New option.
        (org-additional-option-like-keywords): Add new keywords.
        (org-get-entry): Rename from `org-get-cleaned-entry'.
-       (org-icalendar-cleanup-string): New function for quoting icalendar text.
+       (org-icalendar-cleanup-string): New function for quoting icalendar
+       text.
        (org-agenda-skip-scheduled-if-done): New option.
-       (org-agenda-get-scheduled, org-agenda-get-blocks):
-       Use `org-agenda-skip-scheduled-if-done'.
+       (org-agenda-get-scheduled, org-agenda-get-blocks): Use
+       `org-agenda-skip-scheduled-if-done'.
        (org-prepare-agenda-buffers): Allow buffers as arguments.
        (org-entry-properties): Add CATEGORY as a special property.
-       (org-use-property-inheritance): Allow a list of properties as a value.
+       (org-use-property-inheritance): Allow a list of properties as a
+       value.
        (org-eval-in-calendar): No longer update the prompt.
        (org-read-date-popup-calendar): Rename from
        `org-popup-calendar-for-date-prompt'.
        not yet defined.
        (org-remember-insinuate): New function.
        (org-read-date-prefer-future): New option.
-       (org-read-date): Respect the setting of `org-read-date-prefer-future'.
-       Use `org-read-date-analyze'.
+       (org-read-date): Respect the setting of
+       `org-read-date-prefer-future'.  Use `org-read-date-analyze'.
        (org-set-font-lock-defaults): Use `org-archive-tag' instead of a
        hardcoded string.
        (org-remember-apply-template): Use `remember-finalize' instead of
        * newcomment.el (comment-region-default): Don't triple the
        comment starter if the first region line isn't indented enough.
 
+2007-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
+
+       * net/imap.el (imap-authenticate): Use current-buffer instead of
+       buffer, for the cases where imap-authenticate is called with a nil
+       buffer parameter.
+
 2007-12-21  Martin Rudalics  <rudalics@gmx.at>
 
        * autoinsert.el (auto-insert-alist): Remove nonsensical precision
        * textmodes/reftex-toc.el (reftex-make-separate-toc-frame):
        Try x-focus-frame before focus-frame.  Only try focus-frame on XEmacs.
 
+2007-12-03  Nathan J. Williams  <nathanw@MIT.EDU>  (tiny change)
+
+       * net/imap.el (imap-mailbox-status-asynch): Upcase STATUS items.
+       (imap-parse-status): Upcase status-att for servers that sends them
+       lower-case (e.g., MS Exchange 2007).
+
 2007-12-03  Karl Fogel  <kfogel@red-bean.com>
 
        * saveplace.el (save-place-quiet): Remove, reverting 2007-12-02T19:54:46Z!kfogel@red-bean.com.