diff options
| author | Bill Wohler | 2006-06-16 00:54:41 +0000 |
|---|---|---|
| committer | Bill Wohler | 2006-06-16 00:54:41 +0000 |
| commit | d9044cd65dad83d5c56f2c5128a2516d17e630e3 (patch) | |
| tree | 51af9336d0ece5a5f17fcea35441867fce85837c /lisp/mh-e/ChangeLog | |
| parent | fbf62741d6938592fa7fce7cfcd6e6bdcd28148b (diff) | |
| download | emacs-d9044cd65dad83d5c56f2c5128a2516d17e630e3.tar.gz emacs-d9044cd65dad83d5c56f2c5128a2516d17e630e3.zip | |
(mh-index-new-folder): Use -2 suffix instead of <2> suffix for folder
names, as <> are illegal filename characters on Windows (closes SF
#1507002).
Diffstat (limited to 'lisp/mh-e/ChangeLog')
| -rw-r--r-- | lisp/mh-e/ChangeLog | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/lisp/mh-e/ChangeLog b/lisp/mh-e/ChangeLog index b9534ef9647..a679b5d65eb 100644 --- a/lisp/mh-e/ChangeLog +++ b/lisp/mh-e/ChangeLog | |||
| @@ -1,9 +1,22 @@ | |||
| 1 | 2006-06-15 Bill Wohler <wohler@newt.com> | ||
| 2 | |||
| 3 | * mh-search.el (mh-index-new-folder): Use -2 suffix instead of <2> | ||
| 4 | suffix for folder names, as <> are illegal filenakme characters on | ||
| 5 | Windows (closes SF #1507002). | ||
| 6 | |||
| 1 | 2006-06-05 Jacob Morzinski <morzinski@MIT.EDU> (tiny change) | 7 | 2006-06-05 Jacob Morzinski <morzinski@MIT.EDU> (tiny change) |
| 2 | 8 | ||
| 3 | * mh-comp.el (mh-send-uses-spost): New variable. | 9 | * mh-comp.el (mh-send-uses-spost): New variable. |
| 4 | (mh-send-letter): Do not use -msgid and -mime if | 10 | (mh-send-letter): Do not use -msgid and -mime if |
| 5 | mh-send-uses-spost is t (closes SF #1486726). | 11 | mh-send-uses-spost is t (closes SF #1486726). |
| 6 | 12 | ||
| 13 | 2006-06-02 Bill Wohler <wohler@newt.com> | ||
| 14 | |||
| 15 | (mh-folder-exists-p): Change test from an empty buffer, to one | ||
| 16 | that contains the actual folder, since GNU mailutils' folder | ||
| 17 | command displays output if the folder doesn't exist (closes SF | ||
| 18 | #1499712). | ||
| 19 | |||
| 7 | 2006-05-06 Bill Wohler <wohler@newt.com> | 20 | 2006-05-06 Bill Wohler <wohler@newt.com> |
| 8 | 21 | ||
| 9 | Release MH-E version 8.0. | 22 | Release MH-E version 8.0. |