Skip to content

Commit

Permalink
Release 1.3.16
Browse files Browse the repository at this point in the history
  • Loading branch information
mike-fabian committed Jul 4, 2023
1 parent 0ed9550 commit 95453df
Show file tree
Hide file tree
Showing 2 changed files with 81 additions and 2 deletions.
81 changes: 80 additions & 1 deletion ChangeLog
Original file line number Diff line number Diff line change
@@ -1,4 +1,83 @@
commit 37fb1f18a5bfbe52dc1dbfb0cd4b058ef323298e
commit b162f3ff0b98dda87f1db4682e7a3e15fb11de23
Author: Mike FABIAN <[email protected]>
Date: Tue Jul 4 09:47:10 2023 +0200

Release 1.3.16

commit 0ed9550b19f27e84168cd7c4e0933d9761e3f517
Author: Mike FABIAN <[email protected]>
Date: Fri Jun 30 23:45:13 2023 +0200

hu-old-hungarian-rovas.txt: Add íÍ to VALID_INPUT_CHARS

commit bf30345cc400e1c291309136bf00bd7a76f4df68
Author: Mike FABIAN <[email protected]>
Date: Fri Jun 30 16:50:49 2023 +0200

hu-old-hungarian-rovas: Add entries for ä and Ä

See: https://github.com/moebiuscurve/ibus-table-others/issues/29#issuecomment-1614551222

commit cbec1c477d99dd2cdb8c42acee48761e230306bb
Author: Mike FABIAN <[email protected]>
Date: Tue May 23 17:38:20 2023 +0200

hu-old-hungarian-rovas: several improvements, most of them suggested by Viktor Kovács <[email protected]>

- Add missing small "ent", "emp", "unk", "us" and "amb" symbols to hu-old-hungarian-rovas.txt

Resolves: https://github.com/moebiuscurve/ibus-table-others/issues/33

Also add typing variants for the capital symbols typing only the first
or the first two Latin letters in upper case.

- Add missing small and capital "enc", "and", "ech", "ent shaped sign" to hu-old-rovas.txt

Resolves: https://github.com/moebiuscurve/ibus-table-others/issues/34

Typing sequences for “ent shaped sign” are “ents” (small), “Ents”, “ENTs”, “ENTS” (capital).

- Follow Sándor Forrai’s orthography for ü, Ü, ű, Ű

Resolves: https://github.com/moebiuscurve/ibus-table-others/issues/30

- add small and capital "short R"

Resolves: https://github.com/moebiuscurve/ibus-table-others/issues/31

- Add U+200D ZERO WIDTH JOINER, U+200F RIGHT-TO-LEFT MARK, U+200C LEFT-TO-RIGHT MARK

Resolves: https://github.com/moebiuscurve/ibus-table-others/issues/35

- Add Old Hungarian Numbers

Resolves: https://github.com/moebiuscurve/ibus-table-others/issues/32

- Add reversed question mark, reversed comma, reversed semicolon

- Use `/` as a prefix for characters which are typed with AltGr on the xkeyboard-config old hungarian layout
(We cannot use AltGr in ibus-table, so we can only use some prefix character instead)

- Use `/` as a prefix for ligature names

Resolves: https://github.com/moebiuscurve/ibus-table-others/issues/29

These ligatures are apparently very rarely used, making them accessible only with this prefix
keeps them available if one really wants them but removes the possibility of them conflicting with
something else.

- Use `_` as a prefix for characters accessed by a longer string like a shorthand of their name

- Add / and _ to also input themselves

/ is uses as a prefix similar to AltGr and _ as a prefix to input characters by name but one should
still be able to input / and _ themselves.

- Add Latin postfix input

To make it usable with almost any keyboard layout, not only with the Hungarian keyboard layout.

commit 060ec1bce7dc44524e98eb7ff85f1605d7ed92c0
Author: Mike FABIAN <[email protected]>
Date: Wed Feb 22 12:03:41 2023 +0100

Expand Down
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -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], [15])
m4_define([ibus_micro_version], [16])
# 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]))
Expand Down

0 comments on commit 95453df

Please sign in to comment.