diff options
author | Eduardo Chappa <chappa@washington.edu> | 2015-04-23 00:24:07 -0600 |
---|---|---|
committer | Eduardo Chappa <chappa@washington.edu> | 2015-04-23 00:24:07 -0600 |
commit | e2e8488ca2d18f2b0eedaa1bfc6826e8a11de025 (patch) | |
tree | 9843fcc18bc7739fc3f45503baa51006bd49dabf /pico/osdep | |
parent | 69b0d3a5dff7b8be0deada358dad1a55f319d769 (diff) | |
download | alpine-e2e8488ca2d18f2b0eedaa1bfc6826e8a11de025.tar.xz |
* new version 2.20.7.
* Fix documentation for search to beginning and to end of line,
which had not been updated, even though the behavior had changed.
* Exact search is sticky, that is, once an exact search is done, so will
be the next ones. This is consistent with the default behavior where
all searches are not exact.
* Pico upgraded to versio 5.08.
* some hunks of integrate.patch were added to this source code
to make handling of menus consistent, and reduce the size of
integrate.patch at the same time.
Diffstat (limited to 'pico/osdep')
-rw-r--r-- | pico/osdep/mswin.rc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/pico/osdep/mswin.rc b/pico/osdep/mswin.rc index b3d233a4..62e76a50 100644 --- a/pico/osdep/mswin.rc +++ b/pico/osdep/mswin.rc @@ -208,12 +208,12 @@ BEGIN VALUE "Comments", "see http://www.washington.edu/pine\0" VALUE "CompanyName", "University of Washington\0" VALUE "FileDescription", "Pico\0" - VALUE "FileVersion", "5.07\0" + VALUE "FileVersion", "5.08\0" VALUE "InternalName", "pico\0" VALUE "LegalCopyright", "Copyright 2006-2009\0" VALUE "OriginalFilename", "pico.exe\0" VALUE "ProductName", " pico\0" - VALUE "ProductVersion", "5.07\0" + VALUE "ProductVersion", "5.08\0" END END BLOCK "VarFileInfo" |