Changes committed gnus (.dir-locals.el ChangeLog GNUS-NEWS)
"Miles Bader" <[email protected]> Thu, 22 Jan 2009 08:02:18 +0100
| Newsgroups | gmane.emacs.gnus.commits |
|---|---|
| Message-ID | <[email protected]> |
Added: .dir-locals.el Modified: ChangeLog GNUS-NEWS Merge from emacs--devo--0 Patches applied: * emacs--devo--0 (patch 1506-1507, 1512-1513, 1515, 1517, 1519-1520) - Update from CVS - Merge from gnus--devo--0 2009-01-06 Tassilo Horn <[email protected]> * lisp/gnus-art.el (gnus-treat-display-face): Fix docstring link to point to `(gnus)Face', not `(gnus)X-Face'. 2009-01-03 Michael Olson <[email protected]> * lisp/nnimap.el (nnimap-retrieve-headers-progress): Handle edge case where `headers' is nil. This can occur if the IMAP server does not have permissions to read messages from a folder, but can write new messages to the folder. (nnimap-request-article-part): Do not insert `data' if it is nil. * lisp/imap.el (imap-parse-fetch): Courier can insert spurious blank characters which will confuse `read', so skip past them. Revision: [email protected]/gnus--devo--0--patch-574 Index: .dir-locals.el diff -u /dev/null gnus/.dir-locals.el:7.1 --- /dev/null Thu Jan 22 08:02:18 2009 +++ .dir-locals.el Thu Jan 22 08:02:18 2009 @@ -0,0 +1,9 @@ +((nil . ((tab-width . 8) + (fill-column . 70))) + (c-mode . ((c-file-style . "GNU"))) + (change-log-mode . ((add-log-time-zone-rule . t) + (fill-column . 74) + (bug-reference-url-format + . "http://emacsbugs.donarmstrong.com/cgi-bin/bugreport.cgi?bug=%s")))) + +;; arch-tag: fb93c160-e9fe-4184-aad1-e4f5daa11cbd Index: ChangeLog diff -u gnus/ChangeLog:7.119 gnus/ChangeLog:7.120 --- ChangeLog:7.119 Sat Jan 3 13:42:22 2009 +++ ChangeLog Thu Jan 22 08:02:18 2009 @@ -1,3 +1,7 @@ +2009-01-22 Dan Nicolaescu <[email protected]> + + * .dir-locals.el: New file. + 2009-01-03 Reiner Steib <[email protected]> * README: Add outline. Clarify Emacs versions. @@ -818,7 +822,7 @@ Windows NT. Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, - 2007, 2008 Free Software Foundation, Inc. + 2007, 2008, 2009 Free Software Foundation, Inc. This file is part of GNU Emacs. Index: GNUS-NEWS diff -u gnus/GNUS-NEWS:7.66 gnus/GNUS-NEWS:7.67 --- GNUS-NEWS:7.66 Mon May 19 10:47:43 2008 +++ GNUS-NEWS Thu Jan 22 08:02:18 2009 @@ -1,7 +1,7 @@ GNUS NEWS -- history of user-visible changes. Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, 2005, - 2006, 2007, 2008 Free Software Foundation, Inc. + 2006, 2007, 2008, 2009 Free Software Foundation, Inc. See the end of the file for license conditions. Please send Gnus bug reports to [email protected].