ChangeLog:
* The user can use the -a command line option to include
files up to 32 times and the program
will include them in the Fix section.
* Problem Report definitions are handled with an opaque
PR_DEFS structure and accessed via
a helper function.
* Some of the code was moved into a new file (pr_defs.c).
PR: ports/80561
Submitted by: Miguel Mendez (maintainer)
* All SMTP errors are properly handled and reported now.
* The -L option was added for compatibility with send-pr.
* The man page was updated.
* General code cleanup.
PR: 76673
Submitted by: Miguel Mendez <flynn@energyhq.es.eu.org>
that prevents them from autoscrolling when the cursor reaches the bottom.
PR: ports/73739
Submitted by: Miguel Mendez <flynn@energyhq.es.eu.org> (maintainer)
* All GTK_SIGNAL_FUNC instances were replaced by G_CALLBACK.
* The file dialog now uses the GtkFileChooser widget.
* All selections have been changed from GtkCombo to GtkComboBoxEntry.
* The user can now specify the SMTP port (defaults to 25).
* The remaining code was cleaned up (file.c and user_prefs.c).
PR: 73645
Submitted by: Miguel Mendez <flynn@energyhq.es.eu.org>
Changelog:
- The "empty CC field" bug was fixed, as well as the
incorrect generation of SMTP headers.
- The application sets its icon now.
- A sysctl call is used instead of uname on BSD systems,
to avoid getting a truncated "uname -a" output.
Submitted by: Miguel Mendez <flynn@energyhq.es.eu.org> (maintainer)
PR: 62727
* The NetBSD pkgsrc patch was imported into the main tree.
* The correct version tag is now printed in the mail header.
* "Open" no longer replaces the text in the Fix section, it includes the file at cursor location.
* A new "Clear" button has been added.
* General code cleanup (mainly GTK_* macros)
PR: 61494
Submitted by: "Miguel Mendez" <flynn@energyhq.es.eu.org> (maintainer)
Approved by: erwin (mentor) (implicitly)
* Only changed preferences are now saved.
* It is now possible to include a file in the Fix section
from inside the program as well as by using the -a
option.
* Use of basename(3) in the filename label
* Quite a lot of code cleanup
PR: ports/59595
Submitted by: Miguel Mendez <flynn@energyhq.es.eu.org> (maintainer)
Approved by: adamw (mentor)
* The code was reorganized and all the SMTP logic was moved
to its own file.
* CC: works now
* General code cleanup
PR: 58804
Submitted by: Miguel Mendez <flynn@energyhq.es.eu.org> (maintainer)