diff --git a/ChangeLog b/ChangeLog index c46c2fb..82646b5 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,4 +1,34 @@ -commit f8348bd74f25588b7113419fc0ddcbd9424c8b23 +commit 37fb1f18a5bfbe52dc1dbfb0cd4b058ef323298e +Author: Mike FABIAN +Date: Wed Feb 22 12:03:41 2023 +0100 + + Release 1.3.15 + +commit 118c31d0461ab1f56692a6921f730a28b4d77edf +Author: Mike FABIAN +Date: Wed Feb 22 11:56:33 2023 +0100 + + Remove { and } from VALID_INPUT_CHARS in latex.txt + + Resolves: https://github.com/moebiuscurve/ibus-table-others/issues/27 + + { and } were used long ago in the original version of latex.txt, but they are not used anymore since + + commit 879b13882cd570cd69e3923b118522a898995f9a + Author: Giuseppe Castagna + Date: Wed Jul 23 08:41:30 2014 +0200 + + Updates and bugfixes for the LaTeX table by Giuseppe Castagna (original author of the LaTeX table) + + Therefore, they should not be in VALID_INPUT_CHARS. + +commit f4727418629b14508f8f16616d0044b9e226d1d8 +Author: Mike FABIAN +Date: Fri Jan 13 16:56:37 2023 +0100 + + Add “Mongol bichig” to README + +commit 0792491166db689c0838a75a5c60936a28f12bcd Author: Mike FABIAN Date: Sat Nov 26 11:27:53 2022 +0100 diff --git a/configure.ac b/configure.ac index 6d49bac..039130b 100644 --- a/configure.ac +++ b/configure.ac @@ -23,7 +23,7 @@ m4_define([package_name], [ibus-table-others]) m4_define([ibus_released], [1]) m4_define([ibus_major_version], [1]) m4_define([ibus_minor_version], [3]) -m4_define([ibus_micro_version], [14]) +m4_define([ibus_micro_version], [15]) # commented out as datestamp doesn't suit dist date. m4_define(ibus_maybe_datestamp, m4_esyscmd([if test x]ibus_released[ != x1; then date +.%Y%m%d | tr -d '\n\r'; fi]))