Changes committed gnus/lisp (ChangeLog ChangeLog.1 ChangeLog.2)
"Miles Bader" <[email protected]>
| Newsgroups | gmane.emacs.gnus.commits |
|---|---|
| Message-ID | <[email protected]> |
Modified: ChangeLog ChangeLog.1 ChangeLog.2 Remove extraneous directory prefixes from ChangeLog entries Revision: [email protected]/gnus--devo--0--patch-482 Index: ChangeLog diff -u gnus/lisp/ChangeLog:7.1834 gnus/lisp/ChangeLog:7.1835 --- ChangeLog:7.1834 Thu Apr 24 06:19:21 2008 +++ ChangeLog Thu Apr 24 06:28:03 2008 @@ -147,7 +147,7 @@ 2008-03-28 Magnus Henoch <[email protected]> - * net/dns.el (dns-write): Use set-buffer-multibyte. + * dns.el (dns-write): Use set-buffer-multibyte. 2008-03-28 Michael Harnois <[email protected]> (tiny change) @@ -264,7 +264,7 @@ 2008-03-15 Glenn Morris <[email protected]> - * calendar/parse-time.el (parse-time-string): Simplify. + * parse-time.el (parse-time-string): Simplify. 2008-03-14 Katsumi Yamaoka <[email protected]> @@ -279,7 +279,7 @@ 2008-03-12 Stefan Monnier <[email protected]> * binhex.el (binhex-decode-region-internal): - * mail/uudecode.el (uudecode-decode-region-internal): + * uudecode.el (uudecode-decode-region-internal): * dns.el (dns-read-string-name, dns-read, dns-read-type, query-dns): * sha1.el (sha1-string-external): Use set-buffer-multibyte rather than setting default-enable-multibyte-characters. @@ -360,7 +360,7 @@ 2008-03-08 Glenn Morris <[email protected]> - * calendar/time-date.el (date-to-time, time-subtract, time-add) + * time-date.el (date-to-time, time-subtract, time-add) (safe-date-to-time): Doc fixes. 2008-03-08 Reiner Steib <[email protected]> Index: ChangeLog.1 diff -u gnus/lisp/ChangeLog.1:7.5 gnus/lisp/ChangeLog.1:7.6 --- ChangeLog.1:7.5 Fri Oct 13 13:11:25 2006 +++ ChangeLog.1 Thu Apr 24 06:28:03 2008 @@ -5482,8 +5482,7 @@ 1999-06-09 Markus Rost <[email protected]> - * gnus/gnus-group.el (gnus-permanently-visible-groups): Fix custom - type. + * gnus-group.el (gnus-permanently-visible-groups): Fix custom type. 1999-06-13 05:15:52 Lars Magne Ingebrigtsen <[email protected]> @@ -6462,7 +6461,7 @@ 1999-02-01 Tatsuya Ichikawa <[email protected]> - * lisp/mail-source.el : Support APOP authentication scheme. + * mail-source.el : Support APOP authentication scheme. 1999-02-02 21:56:14 Tatsuya Ichikawa <[email protected]> @@ -6845,8 +6844,7 @@ 1999-01-13 Kiyokazu SUTO <[email protected]> - * lisp/nnspool.el (nnspool-retrieve-headers): Protect against empty - body. + * nnspool.el (nnspool-retrieve-headers): Protect against empty body. 1999-01-14 21:17:35 Lars Magne Ingebrigtsen <[email protected]> @@ -9616,9 +9614,9 @@ 1998-09-06 Dave Love <[email protected]> - * gnus/nnweb.el (require): Wrap requirement of w3 and url in - ignore-errors too, eval'd when compile. Require w3 stuff at load - time for nicer failure if it's not available. + * nnweb.el (require): Wrap requirement of w3 and url in ignore-errors + too, eval'd when compile. Require w3 stuff at load time for nicer + failure if it's not available. 1998-09-08 00:38:39 Lars Magne Ingebrigtsen <[email protected]> Index: ChangeLog.2 diff -u gnus/lisp/ChangeLog.2:7.20 gnus/lisp/ChangeLog.2:7.21 --- ChangeLog.2:7.20 Thu Apr 24 06:19:20 2008 +++ ChangeLog.2 Thu Apr 24 06:28:03 2008 @@ -16694,7 +16694,7 @@ (message-distribution-function, message-auto-save-directory): Fix :type. - * gnus/mml.el (mml-parse-1): Frob mml-confirmation-set when + * mml.el (mml-parse-1): Frob mml-confirmation-set when proceeding after warnings. Amend multipart warning message. 2001-01-04 Dave Love <[email protected]>