gnome-common contains a set of M4 macros useful to easily write configure
scripts for GNOME 1 and GNOME 2 programs. These macros provide a set of
checks used by many GNOME programs that need to do similar things.
* Updated German, Turkish, Spanish, and Danish translation files.
* Integrated Sunil Shetye's patch to make mark_seen an explicit method.
* Removed FAQ warning about GMX and associated fetchmailconf check,
we have a report that its servers are conformant now.
* Another Sunil patch to fix a minor bug in bouncemail generation.
Changes:
0.6.4:
======
- Fixed some docs installation problems. (Eric Dorland & Damon)
- Took 'Curve Type' property out for GtkCurve & GtkGammaCurve, since GTK+
has a bug which makes this crash pretty often. (Damon)
- Removed some unfinished GnomeDB widgets from the palette (Rodrigo Moya)
0.6.3:
======
- Fixed some BadMatch problems on multi-depth displays (Dave Camp).
- Better GnomeDB support (Rodrigo Moya, Jos<E9> Antonio Salgueiro Aquino,
Daniel Wagner),
- Fixed properties problem where properties didn't get updated on focus-out
- Fixed bug when using GtkText and gettext (Dennis Brakhane).
- Updated docs to use DocBook 4.0, and avoided use of stylesheet images so
it compiles easier.
- New translations - Romanian (Marius Andreiana), Simplified Chinese
(Wang Jian) and Portuguese (Duarte Loreto).
Patch provided by Juan RP via PR pkg/20430 with minor improvements by me.
Changes:
0.9:
====
- Many bugs are fixed, several segfaults, and many small annoying bugs.
- Major performance improvements:
* highlighting performance improvements up to 50X faster in some cases
* file loading times are faster
* loading and closing of many documents is much faster (tested with
3500 documents opened simultaneously)
- Many improvements for the user interface; much more compliant to the
Gnome usability guidelines.
- New features:
* line number support
* new spell checker
* and many more..
0.8:
====
- The first release of the gtk2 port of bluefish
- New features include:
* new highlighting engine, for multiple filetypes
* new filebrowser
* configurable toolbar
* new text widget with UTF-8 support, Xinput support etc.
Addresses PR pkg/20446 by Matthias Friedrich.
Changes:
2.0.0:
======
- Removed some spurious C++ comments from mb_c.h
- Fixes and improvements to the python language bindings and tools
- Updated NetBSD cdrom reading code
2.0.0-pre4:
===========
- Two new functions have been added:
mb_GetFragmentFromURL - Retrieve a fragment from a URI
mb_GetOrdinalFromList - Retrieve a list ordinal from a given list --
this is sometimes needed to determine the
location of an item in a list. (e.g. a track
in an album in order to find the track number)
- The TRM code has been updated for TRM B#er.
- New queries have been added to queries.h in order to support the improved
FileLookupInterface.
- The client library now uses the mm-2.1 and mq-1.1 namespaces.
- The client library will now be referred to as libmusicbrainz
2.0.0-pre1:
===========
- Added authentication support
- Added new queries
- Added support for submitting client version to the server during TRM
submits
- Updated client code for TRM B#er
In ssl3_get_record (ssl/s3_pkt.c), minimize information leaked
via timing by performing a MAC computation even if incorrrect
block cipher padding has been found. This is a countermeasure
against active attacks where the attacker has to distinguish
between bad padding and a MAC verification error. (CAN-2003-0078)
Bump PKGREVISION.
VM 7.08 released (14 February 2003)
* New variables
+ vm-mime-ignore-missing-multipart-boundary
+ vm-url-browser-switches
* vm-mime-attach-object-from-message: decode object after stuffing it
into the work buffer. Two reasons: (1) the composition encoding
code doesn't expect base64 or QP encoded objects and will encode
them again, and (2) we shouldn't trust that the original object was
encoded properly so we should re-encode it since we're sending it.
* vm-mime-display-internal-multipart/alternative: a badly formed
mesage may cause VM to find no message parts so don't call
vm-decode-mime-layout unless best-layout is non-nil.
* vm-su-subject: compress \n[ \t]* to a single space.
* README: Added (vm) to the example VM entry in the 'dir' file.
Apparently the old entry won't work without it anymore.
* vm-mime-parse-entity-safe: error/error MIME layout needs to be
length 16; added a nil. Really need to macroize creation
of the layout object someday.
* vm-recover-file: call recover-file with call-interactively
instead of apply.
* vm-revert-buffer: call revert-buffer with call-interactively
instead of apply.
* vm-decode-mime-layout: check if layout has been converted
and don't try to convert it again if so.
* vm-vs-or, vm-vs-and: check existence of selector function and
signal error if not found.
* vm-md5-region: accept " -" and " *-" before the md5 checksum
because md5sum stupidly produces extra output on some systems.
* vm-imap-end-session: trying reading the response to the LOGOUT
command and see if we start hanging in some environments.
* vm-imap-make-session: don't query for passwor dif the
authentiation method is "preauth".
* vm-visit-virtual-folder: select the message corresponding to
the real message the user used as a basis for this folder, if
there was one. Only honor the vm-jump-* variables if
there's no correspoinding real message to use.
* vm-compose-mail: run mail-citation-hook or mail-yank-hooks or
the normal VM default action after yanking the message text.
Always position point in the body before running the yank
action. Don't assume the yank action is smart enough to
position point correctly before inserting the text.
* vm-recognize-imap-maildrops,vm-recognize-pop-maildrops: changed
regexp to allow colons in the last field.
* dropped single quotes in const choice values in defcustom for
vm-mime-alternative-select-method.
* Makefile: use \015 instead of \r with tr due to bug in Solaris
8's tr which removes r's.
* vm-get-mail-itimer-function: correct use of timer-set-time; set
new firing time to now + vm-auto-get-new-mail instead of now
with a delta of vm-auto-get-new-mail, to avoid having
the timer expire repeatedly in the same second. Similar change
in vm-check-mail-itimer-function which support vm-mail-check-interval.
Similar change in vm-flush-itimer-function which supports vm-flush-interval.
* vm-decode-mime-message: vm-preview-read-messages ->
vm-preview-lines so that message previewing is turned off for
the 'raw' and 'all buttons' displays.
* vm-mail-send: bind select-safe-coding-system-function to nil
during call to mail-send to prevent Emacs from prodding user
about the FCC coding system. The coding system used should be
raw-text and VM sets buffer-file-coding-system to that.
* vm-stuff-attributes: don't clear modflag if stuffing for another
folder, since the information stuffed in that case is missing
the deleted flag if that flag was set.
* use defconst to set vm-faked-defcustom so that the checking
works correctly if vm-vars.el is loaded twice.
* vm-mime-parse-entity: find multipart boundaries, then recurse
into parts. This satisfies the new rule in RFC 2046 that outer
level multipart boundaries be recognized at any level of inner
nesting.
* vm-mime-send-body-to-file: removed let-binding of variable file
which was shadowing the function parameter of the same name.
This should make the function not ask about a filename even
when one has already been provided.
* define vm-folder-history as a function that returns t so that
when it is passed as the sixth arg to read-file-name under
Emacs 21 it does not cause void-function to be signaled when
completion is attempted.
* vm-mime-send-body-to-folder: force conversion to target folder's
type since the user doesn't know what type we're using in the
temp folder.
* vm-save-message: dno't try to honor vm-delete-after-saving if
the folder is read-only.
* vm-delete-duplicate-messages: compute hash on real folder
contents rather than virtual copy. Fixes utterly brokwn
behavior when run on a virtual folder.
Spread is a group communication system that provides a number of
messaging services to applications. These services can then be used
by applications to make it easy to write full-featured reliable
groupware, distributed servers, client-server applications, chat
and news services, and many other networked enabled tools.
configuration database from beeing modified by packages that do not honour
the --disable-schemas-install option. There is no need to patch these broken
packages any more.
Okay'ed by wiz.