1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306
|
What Changed since the 0.2.17 Release?
--------------------------------------
* Lots of bug fixes: Maildirs, Debian bugs, improved documentation
* Got rid of cloom: it wasn't working, and I could not keep it up to date
What Changed since the 0.2.16 Release?
--------------------------------------
* Fixed labels
What Changed since the 0.2.15 Release?
--------------------------------------
* Added config/reply/alternates, a repository of alternate addresses
as regexs, so people will not reply to themselves.
What Changed since the 0.2.14 Release?
--------------------------------------
* Fixed bug in sorting introduced in 0.2.14
What Changed since the 0.2.13 Release?
--------------------------------------
* Logging to syslog as "pms", not "python"
* Fixed MaildirServer
* Added "pms init" command which is installed regularily
What Changed since the 0.2.10 Release?
--------------------------------------
* Added logging framework
* Fixed subset folder
* Added header signature to GPG module
* Fixed default folder picking
* Made status saving safer
* Added script to initialize ~/.pms
What Changed since the 0.2.9 Release?
-------------------------------------
* Fixed bugs in SortedFolder
What Changed since the 0.2.8 Release?
-------------------------------------
* Fixed bugs in RecursiveFolder
* Cleaning up debian packaging
What Changed since the 0.2.7 Release?
-------------------------------------
* Added optional 'folder' argument to 'pms server'
* Refactored common folder functionality into AbstractFolder
* Made sure the only situation a current message is invalid is if
there are no messages, and the index is 0
* Added (possible) dependance on exim
* Fixed showstopper in create()
* Added header signature
* Fixed bug in subset folder
What Changed since the 0.2.6 Release?
-------------------------------------
* No more ugly broken pipe errors
* Robustified install.py
What Changed since the 0.2.5 Release?
-------------------------------------
* Added subset command
* Added docstrings to all PMS.Commands functions
What Changed since the 0.2.4 Release?
-------------------------------------
* Added cp/mv/cpall/mvall/rmall descriptions to the manual
* Fixed manual's formatting
* Fixed default header generation to be Debian policy compliant
* Fixed fallback editor/pager to be /usr/bin/editor /usr/bin/pager
* Not replying to self
What Changed since the 0.2.2 Release?
-------------------------------------
* Enhanced manpage
* Added mvall/cpall/rmall to handle all e-mails in a folder
* Added folder creation
* Fixed cloom's path
* Fixed pms/cloom manpages in Debian package
* Labeling can now take a range
* GPG encryption now signs too
* Fixed message removal inside recursive folders
What Changed since the 0.2.1 Release?
-------------------------------------
* Added byte-compilation of Python code
* Made clean work cleanly (ugly warning during dpkg-buildpackage)
* Properly dealing with Mail-Followup-To
* Fixed GPG bugs
What Changed since the 0.2.0 Release?
-------------------------------------
* Fixed installer
* Fixed cloom's path
* Debian packages are now architecture indep.
* Depends: on mail-transport-agent
* Not installing INSTALL in .deb
* Fixed man-pages installtion
* Moved to binary pickles (startup should be faster)
* Fixed make_pms_prog to generate the correct e-mail address
* Added folder creation
* Redid rm/mv/cp
* When viewing headers only, only headers retrieved
* Made folders lazy
* get_uid is now a public interface
* Added encryption support
* Refactored LimitFolder and SortedFolder into ForwardingFolder
What Changed since the 0.1.3 Release?
-------------------------------------
* Fixed installer's fake-lib-prefix
* made a debian package
What Changed since the 0.1.2 Release?
-------------------------------------
* Fixed bug which caused e-mails to be cropped sometimes
* Made what now? pluggable
What Changed since the 0.1.1 Release?
-------------------------------------
* Fixed configuration bug
* Fixed POP3 bug
* Added NNTP (AKA Usenet) support
* Fixed set-folder bug
* Properly closing servers on shutdown
What changed since the 0.1.0 Release?
-------------------------------------
* Capitalization of headers is now better.
* There is now sorting by from/subject too.
* Maildir supports now actually works.
* added option to lie to installer
* Added pythonms, to make using raw PMS.Commands easier
* fixed bug in installing cloom
* When sorting, replace folder
* No resyncing when popping folder
* Added install document
* Moved change log out of README
What changed since the 0.0.20 Release?
-------------------------------------
* Added pms recursive (still no CLOOM support): this command allows
you to treat a collection of folders as one.
* Added sorting by date support.
* Bug fixes.
* Added user-level documentation.
What changed since the 0.0.19 Release?
-------------------------------------
* Bug fixes
What changed since the 0.0.18 Release?
-------------------------------------
* I improved the PMEP support, and it is now just as stable as the
other stuff.
What changed since the 0.0.17 Release?
-------------------------------------
* Fixed lots of bugs that annoyed me.
What changed since the 0.0.16 Release?
-------------------------------------
* Fixed bug introducted in 0.0.15 to composing messages
* Fixed default limit header
What changed since the 0.0.15 Release?
-------------------------------------
* Fixed nasty bug in removing messages from limited folder
What changed since the 0.0.14 Release?
-------------------------------------
* Added networking server -- invented a new protocol and documented it.
What changed since the 0.0.13 Release?
-------------------------------------
* Added pre-alpha version of CLOOM.
* Fixed bug in reply generation code.
* Fixed bug in aliases translation code.
What changed since the 0.0.12 Release?
-------------------------------------
* Added blatant self-promotion to headers
* Removed printing functionality from folder/i
* Working more efficiently internally by passing around pseudo-messages
* Added user-defined labels, and filtering by labels
What changed since the 0.0.11 Release?
-------------------------------------
* Removed print statement.
* Fixed Aliases.py clobbering bug -- you can't send mail with 0.0.11
What changed since the 0.0.10 Release?
-------------------------------------
* headers.py is now cross platform.
* comp can now give adequate help
* Everything works in terms of rfc822.Message internally
What changed since the 0.0.9 Release?
-------------------------------------
* Fixed pms -- it's executable now
* pms runs a Python in the path, not a hardcoded one.
* Added acknowledgments for people who help.
* Added summary option to scan (thanks rdmurray!)
What changed since the 0.0.8 Release?
-------------------------------------
* Added support for explicit pushing
* Added support for unique prefix of options
* Added pre-alpha support for Maildir and POP3
What changed since the 0.0.7.1 Release?
---------------------------------------
* A bug in the message removal code was fixed.
* Now show -full_headers just dumps the raw message.
* Implemented "subject" command.
What changed since the 0.0.7 Release?
-------------------------------------
* A bug in the syncing code was fixed.
What changed since the 0.0.6 Release?
-------------------------------------
* resync is now an explicit pms command instead of implicit upon startup
* corrected a bug at message removal
What changed since the 0.0.5 Release?
-------------------------------------
* Now, limit and changing to relative folders *pushes* the current folder.
Note that because of that, old ./pms/status will *not* work. You'll have
to delete it.
* Added defaults to Status.set_folder, Status.push_folder, Status.pop_folder
What changed since the 0.0.3 Release?
-------------------------------------
* Bug corrections: pms p, pms i
* Limiting interface
* pms replies: limit to replies of current message in current folder
* Made status saving a bit saver: less chance of clobbering
What Changed Since the 0.0.2 Release?
-------------------------------------
* Added forwarding
* Added functionality to folder/i: without arguments, report current
folder/index
What Changed Since the 0.0.1.10.alpha Release?
----------------------------------------------
Lots of things. I've added alias translation, improved
rm and mv , and loads of other things. None of your existing
knowledge needs to be modified, though.
What Changed Since the 0.0.1.9.pre-alpha Release?
-------------------------------------------------
Replying works now.
When you remove the currently selected message, the folder stays in the
same place.
What Changed Since the 0.0.1.8.pre-alpha Release?
-------------------------------------------------
There is now a refiling utility -- it moves mail
between folders. Useful thing, that.
What Changed Since the 0.0.1.7.pre-alpha Release?
-------------------------------------------------
I actually managed to send mail.
What Changed Since the 0.0.1.6.pre-alpha Release?
-------------------------------------------------
I've added a user's guide, since it's ready for (brave!) users.
What Changed Since the 0.0.1.5.pre-alpha Release?
-------------------------------------------------
I managed to use it to actually read e-mail.
It's almost dogfood.
What Changed Since the 0.0.1.4.pre-alpha Release?
-------------------------------------------------
Numerous bug fixes and UI improvements.
What Changed Since the 0.0.1.3.pre-alpha Release?
-------------------------------------------------
I've added the "scan" command, and corrected some bugs.
Also writing more extensions should get easier, now that the status
functions have convinient defaults.
What Changed Since the 0.0.1.2.pre-alpha Release?
-------------------------------------------------
This time, I actually managed to get it to show me a mail message.
It was cool!
What Changed Since the 0.0.1.1.pre-alpha Release?
-------------------------------------------------
* I've fixed some bugs -- it should more or less work now
* The folder infrastructure is much imporoved. The downside is
that you'll need to remove your old status files.
* We have a preliminary installation process
* We have a command "pms" which will run all the other commands --
so you don't need to litter your path with those things.
What Changed Since the 0.0.1.pre-alpha Release?
-----------------------------------------------
I've fixed numerous brown-paper-bugs in the various commands. In fact,
it's almost (but not quite) at the "barely usable" stage.
Moshe Zadka <pms@zadka.site.co.il>
|