## Changelog
* Spell Checking has been added to the Subject in the Compose window.
* The 'Quotation characters' option has been moved from the Compose/
Writing page of the preferences to the /Message View/Text Options
page, where it should be.
* When replying to signed and/or encrypted mail and the preference to
sign and/or encrypt is set, the original mail's privacy system is
automatically used, if available.
* If a text/calendar attachment is present in a message it is
automatcally selected if a suitable plugin (i.e. vCalendar) is
available.
* Tools/List URLs now shows both the link title and URI if possible.
* A URI appearing in the statusbar is now only trimmed if necessary.
* When using /Tools/Create filter|procesing rule/Automatically
the List-Id header is preferred to X-* headers.
* The manual has been updated.
* Updated Brazilian Portuguese, Czech, Dutch, Finnish, French,
German, Hungarian, Simplified Chinese, Spanish and Swedish
translations.
Approved by: netchild (implicit)
The affected ports are the ones with gettext as a run-dependency
according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT
in Makefile (29 of them).
PR: ports/124340
Submitted by: edwin@
Approved by: portmgr (pav)
- Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG
- Remove X11BASE support in favor of LOCALBASE or PREFIX
- Use USE_LDCONFIG instead of INSTALLS_SHLIB
- Remove unneeded USE_GCC 3.4+
Thanks to all Helpers:
Dmitry Marakasov, Chess Griffin, beech@, dinoex, rafan, gahr,
ehaupt, nox, itetcu, flz, pav
PR: 116263
Tested on: pointyhat
Approved by: portmgr (pav)
* Due to licensing problems, the ClamAV plugin has been removed from
the Claws Mail core distribution and can now be found separately packaged
or within the 'extra plugins' package.
* OpenSSL now defaults to ON (you can optionally switch to GnuTLS)
* Gnomeprint is marked as Deprecated and will removed with the next release.
You can find all the changes here: http://sourceforge.net/news/?group_id=25528
Thanks to: all Testers
Approved by: maintainer implicit
Security: http://www.vuxml.org/freebsd/a59afa47-c930-11dc-810c-0016179b2dd5.html
supports them. This is determined by running ``configure --help'' in
do-configure target and set the shell variable _LATE_CONFIGURE_ARGS
which is then passed to CONFIGURE_ARGS.
- Remove --mandir and --infodir in ports' Makefile where applicable
Few ports use REINPLACE_CMD to achieve the same effect, remove them too.
- Correct some manual pages location from PREFIX/man to MANPREFIX/man
- Define INFO_PATH where necessary
- Document that .info files are installed in a subdirectory relative to
PREFIX/INFO_PATH and slightly change add-plist-info to use INFO_PATH and
subdirectory detection.
PR: ports/111470
Approved by: portmgr
Discussed with: stas (Mk/*), gerald (info related stuffs)
Tested by: pointyhat exp run
- Move SC to LOCALBASE.
- Move the plugins to LOCALBASE too so that SC finds them (maintainer
informed a while ago).
No UPDATING entry because all plugins have to be recompiled on every
version change of SC and because a normal portupgrade/portmaster on
all SC and plugin ports should DTRT.
Sweeping commit approval by: portmgr
from the one in the PR and I also don't bump the portrevision, it's an
optional dependency and the package on the cluster will not change.
PR: 103547
Noticed by: "Alex Samorukov" <samm@os2.kiev.ua>