include:
* Completely redesigned interface, brighter and full of helpful icons
and better widgets.
* Connect to multiple databases on different hosts in one instance of
the program. Forms, Reports, Queries, Scripts, and Diagrams can be
copied between clusters.
* Syntax highlighting.
* Forms took a leap, with a snappy grid, more widgets, more fonts, more
colors, simpler data source connection, tab order modification, and a
removal of the 8k barrier.
* The PgMonitor program was pulled under the umbrella, and can be run as
a plugin from the main window menu.
- apply patch from Dave Serls:
* allow user to specify timezone in hours-offset from UTC
* prepend information with location to allow user to easily
distinguish multiple instances of bbweather for different
location
- neatify some of the code
- cleanup Makefile to better work with GNU make and normal make
- html documentation now installs into the proper directory
While we're there, remove perl-buildlink and instead use
USE_PERL5= run
collection.
Website is an XML DTD for building web sites.
It makes use of the file system directory structure and supports
standalone pages, multiple ToCs and more.
collection.
Website is an XML DTD for building web sites.
It makes use of the file system directory structure and supports
standalone pages, multiple ToCs and more.
User visible change summary:
* w3m.el (w3m-goto-url): Display a help message to stop
asynchronous process.
* w3m.el (w3m-emacs-w3m-icon): Use helvetica-bold to widen image.
* w3m.el (w3m-lynx-like-map): Don't define key bindings for
`w3m-zoom-out-image' and `w3m-zoom-in-image' when emacs-w3m in
running in non-graphical display.
* w3m.el (w3m-w3m-dump-head-source): Display the message which
describes how to stop asynchronous process.
(w3m-lynx-like-map): Changed the key binded to `w3m-process-stop'
from `C-c C-g' to `C-c C-k'.
* w3m-image (w3m-resize-image-by-rate): Limit the minimum scale.
* w3m.el (w3m-resize-inline-image-internal): Remove an existing
image only for XEmacs.
* w3m.el (w3m-resize-inline-image-internal): Remove an existing
image before resizing.
* w3m.el (w3m-lynx-like-map): Unbind the key "N" to the command
`w3m-namazu' in order to avoid binding collision to
`w3m-view-next-page'. Thanks to Satoshi TAOKA for his report.
* w3m.el (w3m-lynx-like-map): Bind key M-] to `w3m-zoom-in-image';
bind key M-[ to `w3m-zoom-out-image'.
Differences from Mew 2.2 are:
* Supporting Darwin.
* The structure of folder list is changed. Type "1Z" once after
upgrading to Mew 3.1
* You can enter folder search mode by typing C-s and C-r in
minibuffer.
* Off-line version of "x", namely "lx", is introduced.
* "x" became much faster thanks to a new algorithm of mew-dir-messages().
* A new range "sync" is defined.
* IMAP and NNTP are supported.
* +mdrop is renamed to $inbox.
Differences from Mew 2.2 are:
* Supporting Darwin.
* The structure of folder list is changed. Type "1Z" once after
upgrading to Mew 3.1
* You can enter folder search mode by typing C-s and C-r in
minibuffer.
* Off-line version of "x", namely "lx", is introduced.
* "x" became much faster thanks to a new algorithm of mew-dir-messages().
* A new range "sync" is defined.
* IMAP and NNTP are supported.
* +mdrop is renamed to $inbox.
Changes since 2.2 are:
* A bug fix for S/MIME's temporary file again.
* info updates.
* Catching up new warning messages of GnuPG 1.2.0.
KOIE Hidetaka <hide@koie.org>
* A bug fix for S/MIME's temporary file.
* A bug fix for PGP's marks in the attachment region.
* Use standard modeline instead of its own one.
* Fix a bug that an error occurs on typing C-m if used with DDSKK.
* Garbage correct obsolete defsubst fragments.
* mime-view.el (mime-preview-find-boundary-info): Change the name of
the argument from get-mother to with-children along its effect.
* mime-edit.el (mime-edit-decode-single-part-in-buffer): Decode text
part only.
* mime-edit.el (mime-file-types): Add setting of *.jpeg for image/jpeg.
* mime-view.el (mime-preview-find-boundary-info): Fix logic. Do not
refer next to next part before examining the next part.
* mime-edit.el (mime-edit-user-agent-value): Add
`xemacs-extra-name'.
Changes from 1.14.4:
* smtp.el (smtp-send-buffer): Error if `smtp-server' is nil.
* FLIM-ELS (flim-version-specific-modules): Don't install mailcap.el.
* FLIM-MK (install-flim): Avoid creating empty directory.
* mime-parse.el (mime-parse-buffer): Require mmbuffer.
* luna.el (luna-define-method): Clear method cache of child
classes.
* mime-ja.texi (CVS): Escape @.
* luna.el (luna-define-method): Fix the bug that method cache is
not cleard.
* mime-en.texi (CVS): Fix Typo. (@ to @@).
mime-ja.texi (CVS): Ditto.
* std11.el: Update Copyright header.
* std11.el (std11-non-atom-regexp): New constant.
(std11-analyze-atom): New implementation to avoid error in current
XEmacs UTF-2000 [may be caused by a bug about regexp].
* smtp.el (smtp-open-connection-function): Add doc.
(smtp-end-of-line): Doc fix.
* smtp.el (smtp-end-of-line): New variable.
(smtp-read-response): Use it.
(smtp-send-command): Use it.
(smtp-send-data): Use it.