1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-11-27 07:37:33 +00:00

Merge from origin/emacs-25

26d4da0 New input method "probhat" for Bengali
4f445bf ; Spelling fix
f403f03 ; Fix typo
This commit is contained in:
Paul Eggert 2016-08-05 14:05:09 -07:00
commit b76885f1da
3 changed files with 104 additions and 3 deletions

View File

@ -533,7 +533,7 @@ Brian Jenkins: changed frame.c frames.texi hooks.texi
Brian Marick: co-wrote hideif.el
Brian Mckenna: changed eww.el
Brian McKenna: changed eww.el
Brian Palmer: changed erc.el erc-list.el

View File

@ -808,7 +808,7 @@ random values; in particular, the Emacs server now uses this facility
to produce its authentication key.
---
** New input methods: 'tamil-dvorak' and 'programmer-dvorak'.
** New input methods: 'tamil-dvorak', 'programmer-dvorak' and 'probhat'.
* Editing Changes in Emacs 25.1
@ -928,7 +928,7 @@ recommended to do this as soon as you have firmly upgraded to Emacs
to version 206, you can do this with 'C-u C-u M-x desktop-save'.
---
*** desktop-restore-in-current-display now defaults to t, not nil.
*** 'desktop-restore-in-current-display' now defaults to t, not nil.
That is, Emacs by default now restores frames into the current display.
+++

View File

@ -470,4 +470,105 @@ Full key sequences are listed below:")
"tamil-inscript" "Tamil" "TmlIS"
"Tamil keyboard Inscript.")
;; Probhat Input Method
(quail-define-package
"probhat" "Bengali-probhat" "probhat" t
"Porbhat for Bangla" nil t nil nil nil nil nil nil nil nil t)
(quail-define-rules
("!" ?!)
("1" ?১)
("@" ?@)
("2" ?২)
("#" ?#)
("3" ?৩)
("$" ?৳)
("4" ?)
("%" ?%)
("5" ?৫)
("^" ?^)
("6" ?৬)
("&" ?ঞ)
("7" ?)
("*" ?ৎ)
("8" ?৮)
("(" ?\()
("9" ?৯)
(")" ?\))
("0" ?)
("_" ?_)
("-" ?-)
("+" ?+)
("=" ?=)
("Q" ?ধ)
("q" ?দ)
("W" ?ঊ)
("w" ?ূ)
("E" ?ঈ)
("e" ?ী)
("R" ?ড়)
("r" ?র)
("T" ?ঠ)
("t" ?ট)
("Y" ?ঐ)
("y" ?এ)
("U" ?উ)
("u" ?ু)
("I" ?ই)
("i" ?ি)
("O" ?ঔ)
("o" ?ও)
("P" ?ফ)
("p" ?প)
("{" ?ৈ)
("[" ?ে)
("}" ?ৌ)
("]" ?ো)
("A" ?অ)
("a" ?া)
("S" ?ষ)
("s" ?স)
("D" ?ঢ)
("d" ?ড)
("F" ?থ)
("f" ?ত)
("G" ?ঘ)
("g" ?গ)
("H" ?ঃ)
("h" ?হ)
("J" ?ঝ)
("j" ?জ)
("K" ?খ)
("k" ?ক)
("L" ?ং)
("l" ?ল)
(":" ?:)
(";" ?\;)
("\"" ?\")
("'" ?')
("|" ?॥)
("" ?)
("~" ?~)
("`" ?)
("Z" ?য)
("z" ?য়)
("X" ?ঢ়)
("x" ?শ)
("C" ?ছ)
("c" ?চ)
("V" ?ঋ)
("v" ?আ)
("B" ?ভ)
("b" ?ব)
("N" ?ণ)
("n" ?ন)
("M" ?ঙ)
("m" ?ম)
("<" ?ৃ)
("," ?,)
(">" ?ঁ)
("." ?।)
("?" ?\?)
("/" ?্))
;;; indian.el ends here