| author | Mike FABIAN <mfabian@redhat.com> | 2025年04月05日 10:12:36 +0200 |
|---|---|---|
| committer | Mike FABIAN <mfabian@redhat.com> | 2025年04月07日 10:37:24 +0200 |
| commit | 8bc612e2fbcac7f65c7caa95246f8cf594eb68c8 (patch) | |
| tree | 987f01fb2d22d09e1d979101b057e4913e492a02 | |
| parent | ca4f5185ce13d96b3ce02c5c0e7d34f522910a69 (diff) | |
| download | m17n-db-master.tar.gz | |
| -rw-r--r-- | ChangeLog | 10 | ||||
| -rw-r--r-- | NEWS | 7 | ||||
| -rw-r--r-- | configure.ac | 2 |
@@ -1,3 +1,13 @@ +2025年04月07日 Mujeeb Rahman K <mujeebcpy@gmail.com> + + * icons/ml-poorna-remington.png: Change colour of ml-poorna-remington.png to make it visible on light themes + +2025年04月05日 Mike FABIAN <mfabian@redhat.com> + + * MIM/ml-poorna-remington.mim: New input method by Mujeeb Rahman K <mujeebcpy@gmail.com> + * icons/ml-poorna-remington.png: Icon for new input method by Mujeeb Rahman K <mujeebcpy@gmail.com> + * MIM/ml-poorna-remington.mim: fix input method name so that the icon file is found + 2024年11月14日 Mike FABIAN <mfabian@redhat.com> * MIM/mr-gamabhana.mim: Update by Shantanu Oak <shantanu.oak@gmail.com> @@ -6,6 +6,13 @@ Copyright (C) 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011, 2012, 2013 See the end for copying conditions. Copyright (C) 2015-2024 Kenichi Handa <handa@gnu.org> +* Changes in the m17n database 1.8.10 + +** New input methods is added. + +ml-poorna-remington.mim: New input method by Mujeeb Rahman K <mujeebcpy@gmail.com> + + * Changes in the m17n database 1.8.9 ** Changes in input methods. diff --git a/configure.ac b/configure.ac index bb36b1e..595c2e6 100644 --- a/configure.ac +++ b/configure.ac @@ -23,7 +23,7 @@ # Boston, MA 02110-1301, USA. # Process this file with autoconf to produce a configure script. -AC_INIT([m17n-db],[1.8.9],[bugs-m17n-lib@m17n.org]) +AC_INIT([m17n-db],[1.8.10],[bugs-m17n-lib@m17n.org]) AM_INIT_AUTOMAKE AM_GNU_GETTEXT AM_GNU_GETTEXT_VERSION([0.17]) |