File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1- commit f8348bd74f25588b7113419fc0ddcbd9424c8b23
1+ commit 37fb1f18a5bfbe52dc1dbfb0cd4b058ef323298e
2+ Author: Mike FABIAN <mfabian@redhat.com>
3+ Date: Wed Feb 22 12:03:41 2023 +0100
4+
5+ Release 1.3.15
6+
7+ commit 118c31d0461ab1f56692a6921f730a28b4d77edf
8+ Author: Mike FABIAN <mfabian@redhat.com>
9+ Date: Wed Feb 22 11:56:33 2023 +0100
10+
11+ Remove { and } from VALID_INPUT_CHARS in latex.txt
12+
13+ Resolves: https://github.com/moebiuscurve/ibus-table-others/issues/27
14+
15+ { and } were used long ago in the original version of latex.txt, but they are not used anymore since
16+
17+ commit 879b13882cd570cd69e3923b118522a898995f9a
18+ Author: Giuseppe Castagna <Giuseppe.Castagna@univ-paris-diderot.fr>
19+ Date: Wed Jul 23 08:41:30 2014 +0200
20+
21+ Updates and bugfixes for the LaTeX table by Giuseppe Castagna (original author of the LaTeX table)
22+
23+ Therefore, they should not be in VALID_INPUT_CHARS.
24+
25+ commit f4727418629b14508f8f16616d0044b9e226d1d8
26+ Author: Mike FABIAN <mfabian@redhat.com>
27+ Date: Fri Jan 13 16:56:37 2023 +0100
28+
29+ Add “Mongol bichig” to README
30+
31+ commit 0792491166db689c0838a75a5c60936a28f12bcd
232Author: Mike FABIAN <mfabian@redhat.com>
333Date: Sat Nov 26 11:27:53 2022 +0100
434
Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ m4_define([package_name], [ibus-table-others])
2323m4_define ( [ ibus_released] , [ 1] )
2424m4_define ( [ ibus_major_version] , [ 1] )
2525m4_define ( [ ibus_minor_version] , [ 3] )
26- m4_define ( [ ibus_micro_version] , [ 14 ] )
26+ m4_define ( [ ibus_micro_version] , [ 15 ] )
2727# commented out as datestamp doesn't suit dist date.
2828m4_define ( ibus_maybe_datestamp ,
2929 m4_esyscmd ( [ if test x] ibus_released [ != x1; then date +.%Y%m%d | tr -d '\n\r'; fi] ) )
You can’t perform that action at this time.
0 commit comments