Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
John McEleney
/
mailutils
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
Commit
94a921a7
...
94a921a76baa0de70ffe1b4175b51d3a8e969e04
authored
2005-11-15 15:15:27 +0000
by
Sergey Poznyakoff
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
Updated
1 parent
9ee6ed64
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
38 additions
and
0 deletions
ChangeLog
ChangeLog
View file @
94a921a
2005-11-15 Sergey Poznyakoff <gray@gnu.org.ua>
* examples/argcv.c: Add missing includes
* examples/mailcap.c: Likewise
* examples/url-parse.c: Likewise
* mail/send.c: Likewise
* mailbox/list.c: Likewise
* mh/mh_alias.l: Likewise
* mimeview/mimetypes.l: Likewise
* examples/nntpclient.c: Add missing forward declarations
* libsieve/sieve.h (mu_sieve_yylex,mu_sieve_yyerror): Add
declarations.
* libsieve/sieve.y (yylex,yyerror): Remove declarations
* include/mailutils/mutil.h (mu_is_proto): New function.
* mailbox/mutil.c: Likewise
* mailbox/mbx_default.c (is_proto): Replace by mu_is_proto. All
callers updated
* mailbox/mailbox.c (mailbox_folder_create): Do not try to select
previous level if given a protocol spec, other than `file:'
* mh/mh.h (mh_file_to_message): Change signature
* mh/mh_init.c: Likewise
* mimeview/Makefile.am (AM_CPPFLAGS): Add -D_GNU_SOURCE=1, needed
for compiling lex sources
* mh/Makefile.am: Likewise
2005-11-14 Sergey Poznyakoff <gray@gnu.org.ua>
* examples/argcv.c: Include <mailutils/error.h>
* examples/base64.c: Include <config.h>
* readmsg/readmsg.h: Likewise
* mail/z.c (z_parse_args): change tyoe of return_count
(mail_z): Change type of count to off_t
* include/mailutils/stream.h: Fix indentation
* scripts/gnulib-sync: Replace AC_LIBSOURCE with MU_LIBSOURCE
2005-11-14 Sergey Poznyakoff <gray@gnu.org.ua>
* examples/argcv.c: Include <mailutils/error.h>
...
...
Please
register
or
sign in
to post a comment