summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2001-05-28Use vflib-lib/buildlink.mk to get dependency on vflib-lib and to findjlam1-3/+2
its libraries and headers.
2001-05-28Rework build to use buildlink.mk files so that it won't pick up installedjlam5-29/+61
headers and libraries during a "make build". Add a patch to directly modify the configure script to remove build dependency on autoconf.
2001-05-28Rework build to use buildlink.mk files so that it won't pick up installedjlam3-21/+16
headers and libraries during a "make build".
2001-05-28Add buildlink.mk file to link appropriate libraries and headers intojlam2-0/+123
${BUILDLINK_INCDIR} and ${BUILDLINK_LIBDIR}, to be used by other packages.
2001-05-28Add buildlink.mk file to link the appropriate libraries and headers intojlam1-0/+72
${BUILDLINK_INCDIR} and ${BUILDLINK_LIBDIR}, to be used by other packages.
2001-05-28Find location of zlib using EVAL_PREFIX. Use buildlink.mk files to findjlam5-27/+43
the required headers and libraries for jpeg and zlib.
2001-05-28png depends on zlib, so add dependency on zlib for those platforms withoutjlam4-10/+19
in the base system. Make sure that libz.so is found during the build.
2001-05-27This should be the last fix to the sum (I'll stop fixing the distro).kim1-3/+3
2001-05-27Fix sum again.kim1-3/+3
2001-05-27Fix sumkim1-3/+3
2001-05-27Upgrade to 1.3 (too many errors in man page).kim2-5/+5
2001-05-27add and enable webnewkim1-1/+2
2001-05-27Webnew produces a listing of URLs (web documents) sorted bykim4-0/+31
the last modification time as reported by the HTTP server. It produces by default a HTML 2.0 document on standard output.
2001-05-27Update xmame to 0.37b15.1kristerw2-5/+5
Changes since 0.37b14.2 include: - Everything from MAME 0.37b15 except for 'steadykey' support. - Added an aRts sound server driver. (Manuel Teira) - Added another aRts sound server driver. It needs reasonable aRts server settings, something like artsd -F 6 -S 4096 should be ok to get near accurate response time. (Petr Smotek) - ALSA updates: Added preliminary support for ALSA 0.9 API; split the 0.5 and 0.9 API stuff into separate files. (Shyouzou Sugitani) - HotRod support is now enabled by either -hotrod or -hotrodse, just like the DOS/Win32 version. - Added dummy flicker and vector orientation functions to fxvec.c so that xmame.xfx can link again.
2001-05-27work around a compiler bug (shocked i know) when building thedmcmahill6-18/+62
m68k cross assembler on alpha. Without optimization gas gives the same results as on a real m68k box (NetBSD/mac68k). With optimization, gas crashes.
2001-05-27upgrade to 0.8.18.itojun2-5/+5
Overview of changes in Ethereal 0.8.18: * Improvement of 'make clean' targets. (gilbert) * Added the ethereal capture preferences to the preference file. (Jeff, Guy) * Fix automake packaging of win32-only files. (gilbert) * Remove "etypes.h" include from "ipproto.c" (gilbert) * Tvbuffify the ASN.1 code and the Kerberos, LDAP, and SNMP dissectors. (Guy) * Get rid of an unused variable, and fix a typo in a comment in packet-ldap.c (Guy) * packet-snmp.c Fix up a pile of NullTVB uses that were left in the previous checkin. (Guy) * Assorted cleanups in packet-kerberos.c (Guy) * packet-vines.c, packet-quake.c, packet-snmp.c, check for disabled protocols and set "pinfo->current_proto" (Guy) * Assorted ISIS enhancements. (Hannes Gredler) * When dissecting the ISIS NLPID CLV, use the "nlpid_vals" array to convert NLPID values to protocol names. (Guy) * In wiretap/buffer.c Fix "data" member of a Buffer structure g_malloc casting (Guy) * In wiretap/lanalyzer.c Removed g_assert_not_reached and return 0; from lanalyzer_open() loop. (Guy) * Fix the e-mail address for Joerg Mayer (and remove it from files he wasn't involved with). (Guy) * Quarterly (or so) update to manuf (Gerald) * Move the declaration of "ipprotostr()" out of "epan/packet.h" into a new "ipproto.h" header file. (Guy) * Move the declaration of "etype_vals[]" from "epan/packet.h" to "etypes.h". (Guy,Ed Warnicke) * Fix to a preferences dialog bug, from <inoue@ainet.or.jp>. (Guy) * Fix to WTP retransmission indicator dissection (Guy,Olivier Biot) * packet-bgp.c, packet-bgp.h tvbuffified (Heikki Vatiainen, Guy) * Add -I/usr/local/include" into CFLAGS because GLib 1.2.9 doesn't any more (Guy) * WTLS client and trusted key ID handling enhancements (Patrick Wolfe, Guy) * Tvbuffify packet-yhoo.c (Nathan Neulinger) * Makefile.nmake pulls in settings from config.nmake (Gram) * ascend-scanner.l, #define YY_NEVER_INTERACTIVE to avoid reference to isatty() on Win32 (Gram) * IP fragment reassembly (Ronnie Sahlberg, Guy) * Fixed problem with nmake compiling lemon.c twice (Gram) * Check the validity of numbers specified in command-line options. (Guy) * Add ONC RPC strings to the tree as strings, with a field index (Ronnie Sahlberg, Guy) * YPPASSWD support (Ronnie Sahlberg, Guy) * Distribute wtap.def (Gram) * Include "image/Makefile.nmake" in the distribution tarball. (Guy) * Fixed up the messages printed for the SSL checks (Guy) * Have status bar to display nothing, rather than "Text (text)", when a "proto_tree_add_text()" field is selected. (Ronnie Sahlberg, Guy) * Cleanup the text item pseudo-field for the '-G' option (Guy) * Get rid of the FT_-name-to-description filtering in eproto2sgml (Guy) * DCE RPC updates (Todd Sabin, Guy) * Cleanup packet-rsvp.c object class-specific types (Guy) * Added error messages to proto.c for BASE_NONE in FT_INTn & FT_UINTn (hagbard,Guy) * Added perl script to generate X11 dissector fields (Guy) * Include "process-x11-fields.pl" and "x11-fields" in the source distribution (Guy) * Fix up "process-x11-fields" to allow both a base *and* VALS to be specified (Guy) * Make the X11 fields that correspond to drawable IDs, masks, and the like display as hex rather than decimal. (Guy) * packet-x11.c - Use "%u", not "%d", to print unsigned quantities (Guy) * Add support for comments in "process-x11-fields.pl", and add a copyright notice/RCS ID/credit to Christophe to "x11-fields" as a comment. (Guy) * packet-eigrp.c - Put top-level item for a TLV into the protocol tree with a text value, for display if an exception occurs (Guy) * KLM support (Ronnie Sahlberg, Guy) * Put an RCS ID/GPL/copyright notice into the "process-x11-fields.pl" script (Guy) * tethereal.c - Add a "return 0;" at the end of main() to pacify MSVC 5 (Gram) * Fix Gerald's e-mail address - (Guy) * dfilter_expr_dlg.c - Treat BASE_BIN like BASE_DEC for numeric value of value_string (Guy) * README.developer - Explain BASE_{DEC,HEX,OCT,BIN} a bit more (Guy) * editcap.c - add return 0; to main routine (Guy) * TODO - Update the reassembly item to note that IPv4 fragments are now reassembled. (Guy) * SPRAY support (Ronnie Sahlberg, Guy) * rquota support completed (Ronnie Sahlberg, Guy) * When registering numeric fields, check that a base other than BASE_NONE was specified. (Guy) * Tvbuffification of the IPv6 and ICMPv6 dissectors, and some bug fixes (Heikki Vatiainen, Guy) * Get rid of NullTVB references. (Guy) * Get rid of END_OF_FRAME, BYTES_ARE_IN_FRAME references in tvbuffified dissectors. (Guy) * Move the declarations of IP protocol numbers to "ipproto.h" from "packet-ip.h". (Guy) * Get rid of unnecessary includes. (Guy) * Signed vs. unsigned fixes (Joerg Mayer, Guy) * Tvbuffify the RIPng dissector. (Guy) * RANAP support (Martin Held, Guy) * Modbus/TCP support (Riaan Swart, Guy) * Tvbuffify the Gryphon dissector. (Guy) * Undefine "isprint()" before re-defining it, to squelch a compiler warning. (Guy) * Configure.in - Fail if both UCD and CMU SNMP headers are found because of link problem (Guy) * If the SNMP headers were found but we failed to find "sprint_objid()", fail SNMP config (Guy) * Make "col_set_str()" and "tvb_reported_length_remaining()" available in plugins. (Guy) * Get rid of support for non-tvbuffified plugin dissectors. (Guy) * "-l" command-line option to turn on automatic scrolling in "Update list of captures in real time" captures (Christian Lacunza, Guy) * HPUX plugin support using g_module_supported (Guy) * Added support for DHCP Authentication extensions specified in draft-ietf-dhc-authentication-16.txt (Ashokn) * Added support for RSVP Refresh Reduction Extensions - draft-ietf-rsvp-refresh-reduct-05. (Ashokn) * Added one-line summary of each RSVP object in the object line. (Ashokn) * Additional OSPF LSA types and opaque-options flag (Michael Rozhavsky, Guy) * packet-wtls.c updates (Alexandre P. Ferreira, Guy) * IPX SAP over IPX EIGRP support, and IP EIGRP authentication updates (Paul Ionescu, Guy) * PIM enhancements and fixes (Heikki Vatiainen, Guy) * Support for dissecting XDR arrays (Ronnie Sahlberg, Guy) * NIS+ support (Ronnie Sahlberg, Guy) * Additional LDAP checks for invalid packets (Scott Renfro, Guy) * Better support of timestamps from NetXRay captures (Chris Jepeway, Guy) * Automake updates for next version of automake (Nathan Neulinger, Guy) * Updates for the next version of autoconf (Nathan Neulinger, Guy) * Passive FTP support (Juan Toledo, Guy) * Fix a text window, scrollbar bug reported by Christopher McAvaney (gerald) * Updates to OSPF for the changes between drafts 3 and 4 of * Various ISIS improvements (Jean-Christian Pennetier, Guy) * osi-util.c Fix postfix error in string generation (Chris Fould, Guy) * Support for Cisco-proprietary capabilities in BGP (Jian Yu) Overview of changes in Ethereal 0.8.17: * Display filter GUI fix (Guy) * Build fix: use SSL_LIBS if found by configure (Henri Gomez) * Fix 2 off-by-1 erros in the code that selects a field after user clicks on a byte in the hex dump (Gilbert) * Typo fixes to packet-q931.c (Thomas Gimpel) * Win32 build: create HTML doco (Gilbert) * Fixes for Lemon compilation (Guy) * Wiretap file-close fix (Guy) * Wiretap open() design fix (Guy) * New dissector: support for CUPS browsing protocol (Charles Levert) * Wiretap support for Cisco HDLC (Guy) * New dissector: Cisco HDLC (guy) * Tvbuffication of MOUNT dissector (Ronnie Sahlberg) * Tvbuffication of HCLNFSD dissector (Ronnie Sahlberg) * Memory double-free fix (Guy) * Change tvb_get_ptr() to return 'const guint8*' (Gilbert, Guy) * Fix for IEEE 802.11 trying to modify result of tvb_get_ptr() (Guy) * Update to CUPS (Guy) * Update to CLNP (Guy) * Fix for Win32 file renaming (Guy) * Update to MGCP (Ed Warnicke, Guy) * Update to STAT dissector (Ronnie Sahlberg) * Check for NULL in proto_tree_add_* routines (Guy, Jeff) * Tvbuffication of YPSERV (Ronnie Sahlberg) * Tvbuffication of BOOTPARAM (Ronnie Sahlberg) * New dissector: DCE RPC support (Tod Sabin) * Update to SMB mailslot, browse, pipe (Guy) * Update to SMB (Guy) * Add 48.48 PNG of new 3d logo (Gilbert) * Compiler warning fixes (Guy) * MS Proxy fix and tvbuffication (Guy, Jeff) * Move address routines to epan (Ed Warnicke) * Change "IEE 802.3" Ethernet label (Gilbert) * New feature: Protocol Hierarchy Statistics (Gilbert, Guy) * Win32 build: build wiretap as DLL, use WinPcap 2.1 (Gilbert) * New feature: multiple named data sources (Jeff, Guy) * Update to Frame Relay (Jeff, Guy) * New dissector: LMI for frame relay (Jeff) * New dissector: Wellfleet compression (Jeff) * Update to WTP (Guy) * Updates to AFS (Nathan) * Fix for WCP (Guy, Jeff) * Back out guint64 handling in wiretap netxray module (Guy) * Add APi for creating progess dialogues (Guy) * Tvbuffication of ICQ (Guy) * GTK-related code fixes (Eduardo PĂ©rez Ureta) * Update to RX (Nathan) * Add "-D" flag to tethereal to show list of all network interfaces (Guy) * Update to IP: check for small header lengths (Guy) * Update TPKT (Guy) * Fix for ICMPv6 crash (Olivier, found by Heikki Vatiainen) * Fix for "checksum bad" flags in proto_tree in IP, UDP, TCP (Guy) * Update to PPP (Guy) * Update to Q.931 (Guy) * New disector: BACNET (Hartmut Mueller) * Code movement from dissectors to epan (Ed Warnicke, Guy) * General code cleaning (Guy) * Win32: load wpcap.dll at run-time, not load-time (Gilbert) * Support for "Transparent Ethernet Bridging" (Guy) * New dissector: GTP (Michal Melerowicz) * Fix for ISAKMP : check for length of payload (Tim Newsham) * Win32 build: use NullSoft Installer to provide packaging (Gilbert) * Win32 build: keep version number in config.nmake, and generate text files that need that version number (Gilbert) * Win32 build: wiretap can use zlib (Gilbert) * Update to SNMP (Guy) * New dissector: RWALL (Ronnie Sahlberg) * OSI-over-PPP support, plus fixes to ISIS (Hannes Gredler) * Updates to SCTP (Michael Tuexen) * Wiretap: support for Ascend version 7 output (Gerald) * Fixes to NTP (Joerg Mayer) * Doco updates (Guy, Gilbert) * Fix for GTK file selection showing wrong directory in Open/Save As (Gilbert) * Win32: isprint() hack to keep GTK from not showing characters in hex dump and follow-tcp-stream window in certain cases (Gilbert)
2001-05-27Update to fox-0.99.172 and xunicode-0.3.2.2.sakamoto3-15/+18
Changes: [Foxgui-announce]New Drop of FOX [0.99.169] http://groups.yahoo.com/group/fox-users/message/2431 [Foxgui-announce]FOX 0.99.172 dropped http://groups.yahoo.com/group/fox-users/message/2433
2001-05-26Use zlib's buildlink.mk to get dependency on zlib if needed.jlam1-6/+7
2001-05-26Use buildlink.mk files to get dependencies for png, jpeg, and tiff.jlam1-13/+12
2001-05-26Add buildlink.mk files that can link headers and libraries intojlam3-0/+195
${BUILDLINK_INCDIR} and ${BUILDLINK_LIBDIR}, for use by other packages during build.
2001-05-26Update gnome-core to 1.4.0.4. Changes are bugfixes only.rh3-6/+8
2001-05-26Add and enable dvi2tty.fredb1-1/+2
2001-05-26Initial import of dvi2tty-1.0, a program for previewing DVI files.fredb5-0/+49
2001-05-26Drop maintainershipzuntum1-5/+5
2001-05-26Use buildlink.mk files to get libiconv and png dependencies, and, as ajlam1-14/+9
result, remove unnecessary flags to search specific source directories before ${LOCALBASE}/include for headers.
2001-05-26Add buildlink.mk files that can link headers and libraries intojlam2-0/+121
${BUILDLINK_INCDIR} and ${BUILDLINK_LIBDIR}, for use by other packages during build.
2001-05-26No functional change...just simplify the code.jlam1-39/+18
2001-05-26No functional change...just rework some code and re-sort some lines.jlam1-11/+9
2001-05-26No functional change...just rework some code and resort some lines.jlam1-9/+8
2001-05-26Use buildlink.mk files to get dependencies on cups and fltk, and add ajlam3-11/+117
patch the configure script directly to remove the build dependency on autoconf.
2001-05-26Add buildlink.mk Makefile fragment to link headers and libs intojlam1-0/+67
${BUILDLINK_INCDIR} and ${BUILDLINK_LIBDIR}, for use by other packages.
2001-05-26Set required version to 3.2.1 to match bsd.pkg.mk.jlam1-2/+2
2001-05-26Update fltk to 1.0.11. Changes from version 1.0.10 include bugfixes and:jlam11-223/+429
- Added new const const pointer versions of pixmap functions to eliminate an annoying pointer warning message that was generated by the Sun and other C++ compilers. - Eliminated all "var hides class::var" warnings. - Eliminated all "string literal converted to char *" warnings. - The file chooser buttons use user_data() rather than the label to decide what to do, allowing the label to be somewhat cleaner. - Fl_has_idle only tested N-1 callbacks and missed one. - Fl_Gl_Window has a new method to allow you to get and set the context: void Fl_Gl_Window::context(void*, int destroy = 0) void* Fl_Gl_Window::context() const; Return or set a pointer to the GLContext that this window is using. This is a system-dependent structure, but it is portable to copy the context from one window to another. You can also set it to NULL, which will force FLTK to recreate the context the next time make_current() is called, this is useful for getting around bugs in OpenGL implementations. If destroy_flag is true the context will be destroyed by fltk when the window is destroyed, or when the mode() is changed, or the next time context(x) is called. - Added Fl::add_check(...), Fl::remove_check, and Fl::has_check. These are similar to idle callbacks but are only called just before it waits for new events. They can be used to watch for changes in global state and respond to them. - Added simple FLTK and FLUID manual pages.
2001-05-26Add buildlink.mk Makefile fragment to link GL headers and libs intojlam1-0/+69
${BUILDLINK_INCDIR} and ${BUILDLINK_LIBDIR}, for use by other packages.
2001-05-26Protect against multiple inclusion.jlam4-4/+24
2001-05-26Update to 0.1027. Changes:mjl2-5/+5
* lib/DBD/File.pm (table_info): Added closedir().
2001-05-26Update to 0.1020. Changes:mjl2-5/+5
* Changed distribution to include files generated by Solaris bison 1.27 * Added LIMIT clause
2001-05-26Update to 1.220. Changes:mjl2-5/+5
Added untested SEEK, TELL, and EOF methods to IO::Scalar and IO::ScalarArray to support corresponding functions for tied filehandles Removed not-fully-blank lines from modules; these were causing lots of POD-related warnings IO::Scalar objects can now be made sensitive to $/ . Pains were taken to keep the fast code fast while adding this feature IO::Scalar has a new sysseek() method
2001-05-26Update to 1.4.12. Changes:mjl4-81/+7
* Turkish translation * minor bug fix
2001-05-25Updated to version 1.1.2 (bugfix3, 2001-05-16)kei9-87/+25
- updated Elpin VGA BIOS to version 2.40, and changed pointer in .bochsrc - fixed .conf.x86 script so that it uses c++ instead of egcs for C++ files - now Makefile targets that recurse into subdirectories use double colons, so that it will always recurse into subdirectories. Now a single make command should notice a modified source file in a subdir. - fixed bug in bx_panic. If BX_PANIC_IS_FATAL==0 and a (non-fatal) panic occurs, it used to call bx_atexit() and then return. It should never call bx_atexit, which starts to shut down the simulator, unless it's really going to quit! - support 2.88 MB floppy disks - since dataseghack is checked in as non-executable, invoke it with "csh dataseghack" - double fault patch from Thomas Petazzoni <thomas.petazzoni@ifrance.com>, sourceforge patch #423726. - removed -fno-builtin from fpu makefiles - redefine u_char, u_short, etc. in order to not conflict with system definitions of these same types. - in cdrom.cc, remove the extern "C" { } structure around some of the header files. This is no longer necessary. - do not panic on hard disk command 0x1f2 (read sector count) - in keyboard.cc: - apply Todd Fries' reset patch - recognize most of the "Grey" insert/delete/home/end/etc. keys the same as keypad keys. - removed panic on "kbd_ctrl_to_kbd(): got value of 0x??" - implement mouse command 0xf6 (set defaults) - apply Suboner@aol.com's Xwindows timing patch from http://sourceforge.net/tracker/index.php?func=detail&aid=418730&group_id=12580 &atid=312580 - remove all patches from patches subdir which have already been applied. The remaining ones are under consideration but not applied.
2001-05-25Update to 0.99. Changes aremjl2-6/+7
- fix segmentation fault in pg_error - bug-fix for core-dump after any failed function call - add support for the datatype bytea - fix bug in connect method, which erroneously set the userid and the password to the environment variables DBI_USER and DBI_PASS - which removed the special handling of a backslash when used for octal presentation. Now a backslash always will be escaped. - remove memory-leak in ping function, bug-fix - correct the recognition of primary keys in table_attributes(). - fix a segmentation fault in DBD::pg::blob_read() when reading LOBs that required perl to reallocate space for the variable holding the scalar value - updated test.pl to create a test blob larger than 256 bytes (now 128 Kbytes) - fix a seg-fault when inserting large amounts of text. - remove the newlines from the error messages and quote date placeholders.
2001-05-25Add definitions for BUILDLINK_INCDIR and BUILDLINK_LIBDIR used by thejlam1-2/+6
post-extract target.
2001-05-25De-fuzz.wiz2-15/+7
Please use pkgdiff, since it avoids (in most cases) the problem with RCS ids in patches, like in this one.
2001-05-25Add and enable bmakeagc1-1/+2
2001-05-25Initial import of bmake-3.1.6 into the packages collection.agc5-0/+55
This is NetBSD's make(1) utility, with a configure script and supporting replacements for various NetBSD library routines, ported to other Operating Systems by Simon Gerraty. Solaris, SunOS, HP-UX, Linux and AIX are amongst the operating systems supported.
2001-05-25Add and enable mk-filesagc1-1/+2
2001-05-25Initial import of mk-files-1.2.2 into the NetBSD packages collection.agc4-0/+60
These are the support files for the bmake utility, by Simon Gerraty.
2001-05-25Update: mew 1.95b121 -> 1.95b123jun2-5/+5
1.95b123 (2001/05/24) mew-dist release * Defining mew-draft-mode-reedit-queue-hook. Tatsuya Kinoshita <tats@vega.ocn.ne.jp> * Inputting RET for C-uP and C-uN changes the mark to the default. NINOMIYA Hideyuki <nin@shikoku.ne.jp> * Defining mew-config-guess-addition. Tatsuya Kinoshita <tats@vega.ocn.ne.jp> * signature is selectives by cases. KOSUGE Takuya <kosuge@dg7.so-net.ne.jp> * A bug fix for NetNews folders. * Using jit-lock on Emacs 21. * Defining mew-face-eof-{message,part}. * Defining mew-insert-final-newline due to the bug of narrow-to-region on Emacs 20 and XEmacs. ^L can't be broken. * "E" works for RFC822 messages. * mew-news-path is passed to mewls. * mew-cc and mew-dcc uses mew-mail-address() if it is 'me. SUGIMORI <taro@fc.jpn.org> * A patch for mew-summary-retrieve-message(). Makoto Kohno <kohno@cr.scphys.kyoto-u.ac.jp> * A patch for contrib/mew-browse.el. Shuichi KITAGUCHI <ki@hh.iij4u.or.jp> * Lovely hack for mew-config-guess-when-composed. Now a user can watch a header when modified. Tatsuya Kinoshita <tats@vega.ocn.ne.jp> * Thread key-bindings are now reset. They all have the prefix "t". * C-uP and C-uN set mew-mark-walk. * Adding .dll. Tak Ota <Takaaki.Ota@am.sony.com> * A bug fix for mew-config-guess-when-replied. Tatsuya Kinoshita <tats@vega.ocn.ne.jp> 1.95b122 (2001/05/09) mew-dist release * Big5 for XEmacs. * Fixing infinite loop of mew-summary-setup-mode-line(). * Defining mew-config-guess-when-{replied,prepared,composed} * Keep modified for mew-draft-rehighlight(). Hideyuki SHIRAI <shirai@rdmg.mgcs.mei.co.jp> * Bug fix of reedit for a message whose first part is not text. * Clarify "case" for reedit. * Removing sit-for. * Getting mew-param-analyze-broken() back to the old logic. * mew-theme-file hack. FUKANO Akihiro <fukano@bb.vh1.arena.ne.jp> * C-uC-cC-e now prepares a default value for CT:. * Fixing the last range for mewls. Yoshiaki Kasahara <kasahara@nc.kyushu-u.ac.jp> * MS Office patch. Hideyuki SHIRAI <shirai@rdmg.mgcs.mei.co.jp>
2001-05-25Update evolution to 0.10. This closes PR 13013 by Matthias Schelerrh9-114/+300
<tron@netbsd.org> Notable changes include: Shell: - Fixed some usability bugs in the folder selection and creation dialogs. - Added a --debug option. - Added support for drag and drop operations. Mail: - Virtual Trash folders in each mail storage and "Empty Trash" menu item to expunge all folders in a store. - Email addresses in mail headers are now right-clickable to add them to the Addressbook - Hide deleted messages is now a mode rather than a one-time operation. - When sending plain text mail, use the new plain text mode of the GtkHTML editor - Cancellable operations, cancellable/async dns lookup, slightly improved progress reporting. - Allow per-identity Draft and Sent folders. - Replies quoted with "> " in messages are now displayed dimmed to make it easier to find the new bits of text. - Saved searches. Searches now configurable via XML with supporting C code. - UNMATCHED vFolder - SASL Authentication - Filter/vFolder on Mailing List. - Resend sent items. - Allow users to turn on/off headers in the composer and added Reply-To header entry in the composer. - Numerous OpenPGP - Replying to a message chooses account based on message addressee's. - Redid Forward Inline and Forward Quoted. - IMAP fixes: greater configurability for faster startup/mail check - IMAP message bodies are now cached to local disk to speed up re-access - New config dialogs - Sorting by a text field in the message list no longer generates a random order. - Fixed "crash when getting new mail from 2 POP servers" bug. - Numerous bugfixes, cleanups and optimisations. Addressbook: - Added support for non editable sources. - Added address completion for use in contact entries using the select names system. - Fixed some major crashes in the addressbook backend. - Updated Ximian's contact information. Calendar: - Event creation fixes. - Calendar loading fixes and removal of old code. - Made the iTIP control have better spacings. - i18n fixes. Tasks: - Created a popup list item for ETable to select the Status, Classification, Priority, Percent & Transparencey fields. - Created a popup date editor item for ETable to set all the dates in the tasks. Importers: - Created Intelligent Importers that look for certain files on your disk and works out what type of data it is. Currently Intelligent Importers exist for Pine, Elm and Netscape. General: - Rewrote ETree in gal. Changed evolution to support the changes in API. - Lots of Etable/ETree bug fixes. - Lots of i18n/l10n fixes. and the Evolution gang) - Fixed the shell interface so it could correctly create folders.
2001-05-25Downgrade gal to 0.7. Version 0.8 contained incompatible changes thatrh3-28/+19
need updates of GNOME programs, most nobably evolution. With gal-0.7, at least evolution-0.10 compiles. This addresses (part of) PR 13013 by Matthias Scheler <tron@netbsd.org>.