nmh-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Nmh-commits] [SCM] The nmh Mail Handling System annotated tag, 1.3, cre


From: Ralph Corderoy
Subject: [Nmh-commits] [SCM] The nmh Mail Handling System annotated tag, 1.3, created. 1.3
Date: Sun, 19 Nov 2017 10:54:32 -0500 (EST)

This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "The nmh Mail Handling System".

The annotated tag, 1.3 has been created
        at  920522e178beb54fcd000eaff4e6a7591d66f5a0 (tag)
   tagging  6632ed8871b91e00c7087d6314faf78693bccfc9 (commit)
  replaces  1.2
 tagged by  Ralph Corderoy
        on  Sun Jun 1 15:54:18 2008 +0000

- Log -----------------------------------------------------------------
nmh version 1.3.

Bill Wohler (3):
      Since faqs.org appears to be moribund, I'm now using my site as the
      Changed Questions
      The MH web site is now http://rand-mh.sourceforge.net/ and the MH

David Levine (12):
      Fixed make_bcc_file () to use contents of From: in draft, if draft_from 
masquerade flag is enabled.
      Added -nocontentid (and -contentid, for symmetry) switch to mhbuild.  
This allows users to disable generation of the Content-ID: header in MIME 
messages, in order to placate broken version(s) of Outlook.
      Added RFC2183 to reference of RFC1806 for Content-Disposition header.
      Added support for optional Content_Disposition header in mhbuild 
directive.s
      * man/mhbuild.man: wrapped one appearance of "Content-Disposition"
      * h/mh.h, h/prototypes.h, uip/mhbuildsbr.c, uip/send.c,
      Replaced second line of Content-Tyhpe of -attachformat 0 example.
      * uip/sendsbr.c: replaced st_mtim with st_mtime, that's what
      * uip/sendsbr.c: with attachformat values of 1 or 2, only
      * uip/sendsbr.c: with attachformat values of 1 or 2, add
      * configure.in, INSTALL: if --enable-masquerade is not
      * configure.in, INSTALL: if --enable-masquerade is not

Joel Reicher (22):
      Fixed a small typo.
      Completing the .cvsignore list(s).
      Created app_msgarg() (append message arg) and a simple resizable array
      Make print_aka() and print_usr() static. They're not used outside ali.c.
      Get rid of some trivial warnings; unused variables, ambiguous if-else,
      Sanitised some dodgy homedir finding code, but it still might not make
      Fixed a couple of typos.
      Created function open_form() to open form file or fallback to default
      Fixed a typo.
      ssequal() does not check for a substring, but for a prefix, so added a
      Created pluspath function to check for '+' prefix and change flag for
      Fixed bug introduced when changing from check_folder() to new
      Changed bold "-all" to unbolded "all". It's a reserved msgs word, not a 
flag.
      Application of patch #5218: patch for bug #9742. Fixes a typo in the
      Fix for bug #11139: mhl -form mhl.reply omits '> ' on some lines.
      We're not using the .Bu macro anymore.
      Change all chars being passed to the ctype macros (isalph(), etc.) to
      buffer is compared with cp, and so needs to be changed to unsigned too.
      Change link-time overriding of done() to run-time reassigning of 
equivalent
      Refactor cts pointer and free()ing on abnormal exit of associated list
      Return type of (*done)() changed to void. default_done() replaced by
      Insert types for args of some function pointers to improve type checking.

Josh Bressers (20):
      * patch #3966: Create a mh_xmalloc function to prevent mistakes when
      * patch #3967: Create a mh_xrealloc function to prevent mistakes when
      Remove sbr/pwd.c file, moving the pwd() function into sbr/utils.c.
      * mh_xmalloc(), mh_xrealloc(), pwd(): Add comments describing the purpose
      * patch #3968: Move the add() function from its own file (add.c) and
      * Remove sbr/strerror.c -- strerror(3) is defined in C89.
      * sbr/fmt_scan.c: Turn the PUTSF macro into a function capable of handling
      * sbr/fmt_scan.c:PUTSF() Fix an off by one formatting issue.
      * sbr/fmt_scan.c: Add the missing wchar.h include
      * uip/post.c, uip/spost.c: Move the uptolow macro from spost.c to post.c
      * sbr/m_draft.c, sbr/utils.c, uip/folder.c, uip/inc.c, uip/mhstoresbr.c,
      Add missing create_folder prototype.
      * h/utils.h, sbr/utils.c, uip/flist.c, uip/folder.c: Move duplicate
      * (mh_strcasecmp): Rename the private strcasecmp function to 
mh_strcasecmp.
      * sbr/fmt_rfc2047.c (decode_rfc2047): Don't close the iconv descriptor if
      * configure.in: If we're not using dotlocking, there is no need to set inc
      Add a missing header file
      Initial checkin of a testsuite
      * Red Hat Bug #253342: inc.c, utils.c, utils.h: When inc is run with the
      * uip/mhshowsbr.c (show_all_messages): Be more generous when parsing

Oliver Kiddle (11):
      multiply buffer size by MB_CUR_MAX so multi-byte chars fit
      remove remnants of code for MMDF
      *** empty log message ***
      more robust multi-byte/column support for field widths
      fix bug with insertion of newline being wrong if the num function was 
used at
      add autoconf magic to support old systems that don't support multibyte 
charsets
      use AS_HELP_STRING for formatting help messages
      remove trailing newlines from components to fix bug with spaces at the 
end of
      don't try to malloc 0 bytes if an RFC2047 encoded block is empty
      and close iconv handle if encoded block empty
      move most remaining macros out of acconfig.h which is an obsolete feature 
of

Paul Fox (2):
      this commit:
      fixes case where a very long character-class range (128 or

Peter Maydell (30):
      Fix stupid accidental dependence on a bash quirk in previous
      Rework detection and handling of ndbm: we now check for a working
      Avoid non-portable use of $< outside an inference rule.
      Install scripts with INSTALL_SCRIPT so INSTALL_PROGRAM can be set to
      bug #15212: remove configure test for broken AT&T vi. This test was broken
      bug #18630, #18631, #18632, #18634: various patches from Craig Leres
      For gcc, make the default CFLAGS include -Wno-pointer-sign if the compiler
      Minor rearrangement so variables/functions used only if !HAVE_LIBLOCKFILE
      Change name of internal function to avoid potential conflicts with GNU
      On Linux, define _GNU_SOURCE so that GNU libc exposes the wcwidth()
      Suppress 'uninitialised variable' warning.
      Rename functions to avoid clash with C library exp2().
      Bug #20028 (Debian bug 399271): fix code assuming that pointer
      * bug #18655: fix use of admonish() for a fatal error (should
      Bump version number, date for release of 1.3 RC1
      Use hyphen, not plus (corresponding to previous RCx naming convention)
      Copy version number etc updates from trunk to 1.3 branch (they should
      Backport fix from trunk for SASL bug.
      Port fixes from trunk (SASL fixes and mishandling of reply string buffer)
      file memmove.c was added on branch nmh-1_3-branch on 2008-05-04 16:22:54 
+0000
      file strerror.c was added on branch nmh-1_3-branch on 2008-05-04 16:22:55 
+0000
      * Fixes ported from trunk:
      Port from trunk: bug #23167: sbr/ruserpass.c (ruserpass): make bad
      Released nmh 1.3-RC2
      Don't use $< in target rules in makefiles (backport from trunk)
      add some table size declarations for the benefit of elderly lexes with 
small
      Don't assume realloc() can handle NULL pointers (backport from trunk)
      Don't use MB_CUR_MAX if compiling without multibyte support.
      Released nmh-1.3 RC3.
      Released nmh 1.3.

-----------------------------------------------------------------------


hooks/post-receive
-- 
The nmh Mail Handling System



reply via email to

[Prev in Thread] Current Thread [Next in Thread]