aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog.svn
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog.svn')
-rw-r--r--ChangeLog.svn209
1 files changed, 209 insertions, 0 deletions
diff --git a/ChangeLog.svn b/ChangeLog.svn
new file mode 100644
index 0000000..ab9bfae
--- /dev/null
+++ b/ChangeLog.svn
@@ -0,0 +1,209 @@
+2021-02-06 Sergey Poznyakoff <gray@gnu.org.ua>
+
+ Fix po header parsing
+
+ * src/po.c (po_header): Don't handle single quotes. Leave
+ double-quote handling to mu_wordsplit.
+
+ Drop gnulib dependencies; use mailutils functions
+
+2018-02-02 Sergey Poznyakoff <gray@gnu.org.ua>
+
+ Version 3.2
+
+ * NEWS: Update.
+ * configure.ac: Raise version number.
+
+2017-01-02 Sergey Poznyakoff <gray@gnu.org.ua>
+
+ Use new assoc array API (MU commit 622bc770)
+
+ * src/po.c (lang_lookup, parse_language_team): Update.
+
+2016-11-21 Sergey Poznyakoff <gray@gnu.org.ua>
+
+ Version 3.1
+
+2016-11-21 Sergey Poznyakoff <gray@gnu.org.ua>
+
+ * src/main.c (my_getopt): Fix the use of configuration files.
+
+2016-11-10 Sergey Poznyakoff <gray@gnu.org.ua>
+
+ Version 3.0
+
+ * configure.ac: Require mailutils 3.0
+ * NEWS: Update
+ * src/main.c: Fix the --dry-run option.
+
+2016-10-29 Sergey Poznyakoff <gray@gnu.org.ua>
+
+ * bootstrap.conf (argp, malloc, realloc): Remove.
+ * configure.ac: Version 2.90
+ Require mailutils 2.99.992
+ * src/main.c: Convert to mu_cli interface.
+
+2015-12-15 Sergey Poznyakoff <gray@gnu.org.ua>
+
+ Fix compatibility with the recent MU commits.
+
+ * src/po.c (po_header): Use mu_wordsplit to process headers.
+
+2014-09-02 Sergey Poznyakoff <gray@gnu.org.ua>
+
+ Update for newer gnulib
+
+ * bootstrap (gnulib_extra_files): Remove build_aux/missing
+ * src/Makefile.am: Remove the use of obsolete INCLUDES variable.
+
+2010-12-28 Sergey Poznyakoff <gray@gnu.org.ua>
+
+ Switch to Mailutils-3
+
+2010-03-13 Sergey Poznyakoff <gray@gnu.org.ua>
+
+ Fix NLS initialization.
+
+ * src/main.c: Include configmake.h
+ (main): Init NLS system.
+ * bootstrap.conf: Require configmake.
+ * configure.ac, NEWS: Set version number 2.2.1
+
+2010-03-11 Sergey Poznyakoff <gray@gnu.org.ua>
+
+ Version 2.2
+
+ * configure.ac,NEWS: Update.
+
+2009-07-12 Sergey Poznyakoff <gray@gnu.org.ua>
+
+ Version 2.1
+
+ * src/po.c (po_header): Terminate string with 0 (fixed typo).
+ * src/main.c (wyslij_po): po_sender was fixed twice.
+ * configure.ac, NEWS: Version 2.1
+
+2009-01-16 Sergey Poznyakoff <gray@gnu.org.ua>
+
+ Implement i18n.
+
+ * configure.ac, NEWS: Version 2.0.90
+ * src/po.c, src/http.c, src/wyslij-po.h, src/main.c: Add i18n
+ markers.
+ * src/Makefile.am (SUBDIRS): Add po
+ * bootstrap.conf: Request gettext-x.
+ * configure.ac: Request gettext.
+ * bootstrap: New version from gnulib
+ * po: New directory.
+ * po/POTFILES.in: New file.
+
+ Improve TP-URL.
+
+ * src/http.c (create_project_url): Use mu_vartab_t to expand variables.
+ Free mu_url_t when it is no longer needed.
+ * src/main.c (tp_url): Use ${domain} instead of %s
+ (check_tp_url): Not needed any more.
+ * doc/values.texi (DOMAINVAR): New value
+ (TPDOMAINURL): Reflect changes in http.c
+ * doc/wyslij-po.texi: Document new format of tp-url
+
+2009-01-15 Sergey Poznyakoff <gray@gnu.org.ua>
+
+ Minor improvements.
+
+ * doc/wyslij-po.texi: Document tp-url and pot-regex statements.
+ * src/http.c (compile_pot_regex_str): Bail out if regex does not
+ contain subexpressions.
+ * src/main.c (wyslij_po_cfg_param): New statements tp-url and
+ pot-regex.
+ (check_tp_url): New function.
+ (main): Call check_tp_url.
+
+ * configure.ac: Version 1.0.90.
+ Require mailutils v. 2.0.
+ * doc/wyslij-po.texi: Document new configuration file.
+ * doc/fdl.texi: v. 1.3
+ * src/main.c: Remove MU 1.x dependencies.
+ * Makefile.am (AUTOMAKE_OPTIONS): Remove. These are set in
+ configure.ac.
+ * NEWS: Update.
+
+2008-09-29 Sergey Poznyakoff <gray@gnu.org.ua>
+
+ * src/main.c: Update for CVS MU.
+
+2008-01-18 Sergey Poznyakoff <gray@gnu.org.ua>
+
+ * src/main.c: Compatibility fixes for CVS MU.
+
+2007-11-20 Sergey Poznyakoff <gray@gnu.org.ua>
+
+ * src/main.c: Define MU-1.3x configuration statements.
+
+2007-11-19 Sergey Poznyakoff <gray@gnu.org.ua>
+
+ * README-hacking: Mention GNU Mailutils.
+ * bootstrap.conf: Read options from .bootstrap
+ * configure.ac: Use AM_GNU_MAILUTILS.
+ * src/main.c: Support Mailutils CVS HEAD.
+
+2007-10-26 Sergey Poznyakoff <gray@gnu.org.ua>
+
+ * bootstrap: Use Git to clone gnulib sources. Fallback to
+ CVS if it fails.
+ * README-hacking: Reflect this.
+
+2007-10-24 Sergey Poznyakoff <gray@gnu.org.ua>
+
+ * configure.ac: Take into account mailutils version.
+
+2007-07-20 Sergey Poznyakoff <gray@gnu.org.ua>
+
+ * doc/wyslij-po.texi (Sending): Describe the default settings.
+
+2007-07-04 Sergey Poznyakoff <gray@gnu.org.ua>
+
+ Release 1.0
+
+ * doc/wyslij-po.texi: Update
+ * src/wyslij-po.rc: Rename to ...
+ * src/wyslij-po.lc: ... this
+ * src/wyslij-po.h, src/main.c, src/Makefile.am: Reflect the above
+ change.
+
+2007-07-03 Sergey Poznyakoff <gray@gnu.org.ua>
+
+ * doc/version.texi: Remove accidentally added file
+ * src/po.c, src/http.c, src/wyslij-po.h, src/main.c: Improve
+ verbose diagnostics.
+
+2007-07-02 Sergey Poznyakoff <gray@gnu.org.ua>
+
+ * configure.ac,Makefile.am,doc/, doc/mastermenu.el,
+ doc/untabify.el, doc/rendition.texi, doc/wyslij-po.texi,
+ doc/values.texi, doc/Makefile.am, doc/check-docs.sh, doc/fdl.texi,
+ doc/version.texi: Documentation framework
+
+ * README-hacking, README-alpha, bootstrap.conf: New files
+ * configure.ac,Makefile.am: Use gnulib
+ * src/po.c: Implement PO time and project version check.
+ * src/http.c: New file
+ * src/wyslij-po.h: Update
+ * src/main.c: Implement --verify- and --no-verify- options
+ * src/Makefile.am (wyslij_po_SOURCES): Add http.c
+ (INCLUDES,LDADD): Use gnulib
+ * bootstrap: Use slightly modified version from gnulib.
+
+2007-07-01 Sergey Poznyakoff <gray@gnu.org.ua>
+
+ * configure.ac: Change bug reporting address.
+ * src/main.c (create_body): Fix Content-Type
+
+2007-07-01 Sergey Poznyakoff <gray@gnu.org.ua>
+
+ * Initial Commit
+
+Local Variables:
+mode: change-log
+version-control: never
+End:

Return to:

Send suggestions and report system problems to the System administrator.