summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2006-01-02Update Sylpheed-devel to 2.2.0beta2.chris2-7/+7
Changes for 2.2.0beta2: * The forwarding of messages with attachments was modified. * The bug that previously selected row was removed from the view instead of currently selected one when deleting folders from the context menu was fixed. * Win32: The bug that messages with subject that includes characters that can't be used for filename couldn't be attached was fixed. * Windows-1252 was added for display encoding. * After incomplete POP3 session, duplicate retrieval of messages doesn't happen anymore. Changes for 2.2.0beta1: * The major improvements of the search function were made. o The query search was implemented. o Search conditions can be specified with the same UI as the filter rule. o Subfolders can be searched. o The search folder (virtual folder) was implemented. * The maximized window state is now remembered. * The option "Display recipient on 'From' column if sender is yourself" now looks for all accounts. * The line-wrapping of composition now doesn't join enumerated lines. * The nonstandard Korean encoding 'ks_c_5601-1987' was supported. * The bug that the initial directory was not properly selected in the file selection dialog with GTK+ 2.8 was fixed. * Some other bugs were fixed.
2006-01-02Make this compile if -funroll-loops is set in the build flags.jmmv1-0/+12
2006-01-02Enable pty opening for serial port emulation under NetBSD.blymn2-6/+48
2006-01-02s,-lpthread,${PTHREAD_LDFLAGS} ${PTHREAD_LIBS},joerg2-5/+5
2006-01-02Include sys/time.h before sys/resource.h.joerg2-1/+14
2006-01-02config.guess and config.sub override.joerg1-1/+9
2006-01-02Don't define alloca on DragonFly and FreeBSD, conflicts with stdlib.h.joerg3-1/+31
2006-01-02Just use stdlib.h for malloc.joerg2-1/+26
2006-01-02Cleaned up the TODO list.rillig1-6/+0
2006-01-02- For possibly misquoted variables the current shellword state isrillig1-2/+4
printed (-vv only). - TODO: Decide which variables may be used in which quoting states.
2006-01-02* record with each substring its source location to be able to makerillig1-0/+2
even more precise diagnostics
2006-01-02Updated pkglint to 4.51. Welcome to the Fahrenheit release.rillig2-3/+4
Changes since 4.50: - Extended the quoting checks for make variables to shell commands. - Added a check for unquoted shell variables (only with -Wextra). - Some other minor changes.
2006-01-02- Fixed the wording of the message when CONFIGURE_DIRS and friends arerillig1-4/+4
prefixed with ${WRKSRC}. It had been plainly wrong.
2006-01-02The gforth configure script tests for linker support of -export-dynamic,ben2-1/+25
and then adds it to LDFLAGS. Later, the configure script tests for the presence of certain functions in libc, and expects to get an error at link time if the functions are missing. On Interix with -export-dynamic, the link succeeds even if there are missing functions. This causes configure to detect all tested functions as present, and produce binaries that fail at run time. To work around this issue, postpone adding -export-dynamic to LDFLAGS until the end of the configure script.
2006-01-02- Removed the type guessing code for variables with unknown type, asrillig1-26/+3
this code has led to duplicate diagnostics. It had been misplaced as well.
2006-01-02- Added MESSAGE_SUBST, PKG_GROUPS, PKG_USERS.rillig1-1/+4
2006-01-01Updated evolution-data-server to 1.4.2.1.wiz2-3/+3
2006-01-01Update to 1.4.2.1:wiz3-9/+7
Evolution-Data-Server 1.4.2.1, 2005-11-30 ----------------------------------------- Added fix for an ugly crasher in the calendar component. Use EDS 1.4.2.1 instead of 1.4.2 Evolution-Data-Server 1.4.2, 2005-11-29 ---------------------------------------- Bugzilla bugs fixed (see http://bugzilla.gnome.org/show_bug.cgi): #218177- Disable IMAP Account causes crash (Parthasarathi) #318508- Repeated crash when downloading new mail (Vivek Jain) #228929- After upgrading snapshot cannot see IMAP inbox contents (Shreyas) #317956- Crash when starting evolution without or with expired kerberos 5 (Bjorn Torkelsson) #320736- crash connecting to groupwise7 (Parthasarathi) #319045- gw-Evolution crashes after marking few mails as not junk (Vivek) #312848- Delete option should be disabled for default Tasks list (Sarfraaz) #318104- evolution crashed when changing calendar timezone and keeps crashing (Harish) #317322- crash when delete a imported recurrent event (Chenthill) #318777- recurrence editing ... (Chenthill) #318130- e-cal-backend-http.c does not include e-cal-time-util.h, fails (Matthew Daniel) #319612- Stop warnings from e-destination about xmlChar* (Ross Burton) #318227- Change LDAP search filter (Carsten Guenther) #316955- Recreates summary file on every other load (Ross Burton) #319848- Cannot select multiple adresses for 'To', 'Cc' etc fields (Sushma) Updated Translations: - fa (Meelad Zakaria) - bg (Alexander Shopov)
2006-01-01Updated www/p5-HTML-Tree to latest stable version, 3.19.01wiz2-3/+3
2006-01-01Update to latest stable version, 3.19.01:wiz2-8/+8
2005-11-09 Andy Lester Release 3.19_01 -- No new functionality. New tests, though! Thanks to the Chicago Perl Mongers for their work.
2006-01-01Updated www/p5-HTML-Parser to 3.48wiz2-3/+3
2006-01-01Update to 3.48:wiz2-6/+6
2005-12-02 Gisle Aas Release 3.48 Enabling empty_element_tags by default for HTML::TokeParser was a mistake. Reverted that change. <https://rt.cpan.org/Ticket/Display.html?id=16164> When processing a document with "marked_sections => 1", the skipped text missed the first 3 bytes "<![". <https://rt.cpan.org/Ticket/Display.html?id=16207> 2005-11-22 Gisle Aas Release 3.47 Added empty_element_tags and xml_pic configuration options. These make it possible to enable these XML features without enabling the full XML-mode. The empty_element_tags is enabled by default for HTML::TokeParser.
2006-01-01Fixed some cases where the exitcode of child processes has been ignored.rillig1-4/+4
This will cause package builds to fail instead of hiding bugs.
2006-01-01p5-HTML-Element-Extended updated to 1.14.wiz2-3/+3
2006-01-01Update to 1.14:wiz2-6/+6
1.14 Sun Dec 11 04:01:53 EST 2005 - Revised new_from_tree() to properly handle row and column span issues. Thanks to Mark L. Lott for debugging and prodding.
2006-01-01Fixed trivial pkglint warnings:rillig1-4/+4
- Removed leading white-space in dependency lines. - s/existant/existent/.
2006-01-01p5-Digest-MD5 updated to 2.36.wiz2-3/+3
2006-01-01Update to 2.36:wiz2-7/+6
2005-11-30 Gisle Aas Release 2.36 Fix documentation typo. 2005-11-26 Gisle Aas Release 2.35 Forgot to incorporate fixes already applied to bleadperl :-( - doc typo - consting - unused my_na - USE_HEAP_INSTEAD_OF_STACK for Symbian 2005-11-26 Gisle Aas Release 2.34 Document that it is now easy to generate different messages that produce the same MD5 digest. Use XSLoader; perl-5.6 is now required. Tweaks to the processing of $? after running the test program.
2006-01-01p5-Digest updated to 1.14.wiz2-3/+3
2006-01-01Update to 1.14:wiz2-6/+6
2005-11-26 Gisle Aas Release 1.14 Documentation tweaks.
2006-01-01p5-MIME-Base64 updated to 3.07.wiz2-3/+3
2006-01-01Update to 3.07:wiz3-17/+19
2005-11-30 Gisle Aas Release 3.07 Use a Makefile.PL that is also suitable for core perl. 2005-11-26 Gisle Aas Release 3.06 Documentation tweaks. use XSLoader; perl-5.6 now required. Some consting from bleadperl. Unbundled the {en,de}code-{base64,qp} utility scripts. These are now found in the MIME-Base64-Scripts package.
2006-01-01- Unquoted shell variables may appear in for loops.rillig1-6/+9
2006-01-01- Uncommented the note that CONFIGURE_DIRS, BUILD_DIRS and INSTALL_DIRSrillig1-3/+2
don't need to be prefixed with ${WRKSRC}, now that there will be no more pullups to 2005Q3.
2006-01-01- Added a check for unquoted shell variables (only with -Wextra).rillig1-8/+22
2006-01-01- Integrated checklines_patches_patch back into checkfile_patches_patch.rillig1-68/+61
2006-01-01Because of an Interix bug involving fork and stderr, mutt fails to execben3-2/+45
sendmail, which prevents mutt from sending messages. patch-am works around this issue by postponing the closing of all file descriptors until after the fork.
2006-01-01Mention DatLib related updates.wiz2-7/+7
2006-01-01Update to 2.7:wiz2-8/+8
06/12/2005 *** v2.7 *** - Uses DatLib v2.13. - DatLib v2.12 broke the RomCenter drivers (now fixed). 05/12/2005 *** v2.6 *** - Uses DatLib v2.12. - Fixed a rare crash (if the longest line in the dat was the last). - Fixed a problem loading RomCenter data files containing [].
2006-01-01Update to 2.6:wiz2-8/+8
06/12/2005 *** v2.6 *** - Uses DatLib v2.13. - DatLib v2.12 broke the RomCenter drivers (now fixed). 05/12/2005 *** v2.5 *** - Uses DatLib v2.12. - Fixed a rare crash (if the longest line in the dat was the last). - Fixed a problem loading RomCenter data files containing [].
2006-01-01Update to 2.23:wiz2-8/+8
06/12/2005 *** v2.23 *** - Uses DatLib v2.13. - DatLib v2.12 broke the RomCenter drivers (now fixed). 05/12/2005 *** v2.22 *** - Uses DatLib v2.12. - Fixed a rare crash (if the longest line in the dat was the last). - Fixed a problem loading RomCenter data files containing []. - From DatLib v2.11. - M1 XML will not use hex for ROM sizes after all... changed back!
2006-01-01Update to 2.25:wiz2-8/+8
06/12/2005 *** v2.25 *** - Uses DatLib v2.13. - DatLib v2.12 broke the RomCenter drivers (now fixed). 05/12/2005 *** v2.24 *** - Uses DatLib v2.12. - Fixed a rare crash (if the longest line in the dat was the last). - Fixed a problem loading RomCenter data files containing [].
2006-01-01Update to 2.13:wiz2-7/+7
06/12/2005 *** v2.13 *** - DatLib v2.12 broke the RomCenter drivers (now fixed). 05/12/2005 *** v2.12 *** - Fixed a rare crash (if the longest line in the dat was the last). - Fixed a problem loading RomCenter data files containing [].
2006-01-01be consistent about siginfo handling (treat as union on NetBSD,hubertf4-17/+44
keep the struct on the rest)
2006-01-01- Fixed typo: It's __NetBSD_Version__, not __NetBSD_Version_.rillig1-2/+2
2006-01-01The msmtp manual states that it uses the same exit codes as sendmail.ben2-1/+13
Most of these exit codes are defined in gnulib/sysexit_.h EX_OK is defined as 0 in src/msmtp.c if it wasn't already defined. The variable error_code is assigned these exit values, and returned at the end of main(). On Interix, EX_OK is defined in unistd.h: #define EX_OK 0x8001 /* test for regular executable */ patch-ab changes the logic so that when error_code == EX_OK, the exit code is 0 instead of EX_OK. This should work everywhere.
2006-01-01Remove stuff that was marked for removal after 2005Q4.wiz8-81/+8
2006-01-01Fix comment.wiz1-2/+2
2006-01-01- Added a parser for shell words.rillig1-3/+100
- Added warnings for imperfect quoting style inside double quotes. - All shell commands are checked for correct quoting of make(1) variables in shell assignments like --prefix=${PREFIX:Q} and TMPDIR=${WRKSRC:Q}.
2006-01-01Update flyspell to 1.7k.wiz2-3/+3