]> code.delx.au - gnu-emacs/commitdiff
* leim/quail/latin-ltx.el: Avoid deprecated chars for \langle and \rangle.
authorStefan Monnier <monnier@iro.umontreal.ca>
Tue, 4 Dec 2012 21:17:30 +0000 (16:17 -0500)
committerStefan Monnier <monnier@iro.umontreal.ca>
Tue, 4 Dec 2012 21:17:30 +0000 (16:17 -0500)
Remove \rightparengtr and \leftparengtr for lack of consensus.
Suggested by Mattias Engdegård <mattiase@bredband.net>.

Fixes: debbugs:12948
leim/ChangeLog
leim/quail/latin-ltx.el

index 6a67c99b5c0410d765c18acb58350262c59205fd..74fd88ccd9a590cd26effc7787c5c4ff7a946d63 100644 (file)
@@ -1,3 +1,9 @@
+2012-12-04  Stefan Monnier  <monnier@iro.umontreal.ca>
+
+       * quail/latin-ltx.el: Avoid deprecated chars for \langle and \rangle.
+       Remove \rightparengtr and \leftparengtr for lack of consensus.
+       Suggested by Mattias Engdegård <mattiase@bredband.net> (bug#12948).
+
 2012-09-05  Eli Zaretskii  <eliz@gnu.org>
 
        * quail/hebrew.el ("yiddish-royal"): Fix several bogus entries.
index 9f4c9664899abba4082351a9a2ab09c2be42865e..4609075a57c6580ef36355c6f5e11d71010fb727 100644 (file)
@@ -463,7 +463,7 @@ system, including many technical ones.  Examples:
  ("\\infty" ?∞)
  ("\\int" ?∫)
  ("\\intercal" ?⊺)
- ("\\langle" ?â\8c©)
+ ("\\langle" ?â\9f¨) ;; Was ?â\8c©, see bug#12948.
  ("\\lbrace" ?{)
  ("\\lbrack" ?\[)
  ("\\lceil" ?⌈)
@@ -475,7 +475,7 @@ system, including many technical ones.  Examples:
  ("\\leftharpoondown" ?↽)
  ("\\leftharpoonup" ?↼)
  ("\\leftleftarrows" ?⇇)
- ("\\leftparengtr" ?〈)
+ ;; ("\\leftparengtr" ?〈), see bug#12948.
  ("\\leftrightarrow" ?↔)
  ("\\leftrightarrows" ?⇆)
  ("\\leftrightharpoons" ?⇋)
@@ -593,7 +593,7 @@ system, including many technical ones.  Examples:
  ("\\propto" ?∝)
  ("\\qed" ?∎)
  ("\\quad" ? )
- ("\\rangle" ?â\8cª)
+ ("\\rangle" ?â\9f©) ;; Was ?â\8cª, see bug#12948.
  ("\\rbrace" ?})
  ("\\rbrack" ?\])
  ("\\rceil" ?⌉)
@@ -604,7 +604,7 @@ system, including many technical ones.  Examples:
  ("\\rightharpoonup" ?⇀)
  ("\\rightleftarrows" ?⇄)
  ("\\rightleftharpoons" ?⇌)
- ("\\rightparengtr" ?〉)
+ ;; ("\\rightparengtr" ?⦔) ;; Was ?〉, see bug#12948.
  ("\\rightrightarrows" ?⇉)
  ("\\rightthreetimes" ?⋌)
  ("\\risingdotseq" ?≓)