emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] /srv/bzr/emacs/trunk r104243: New input methods for Persia


From: Eli Zaretskii
Subject: [Emacs-diffs] /srv/bzr/emacs/trunk r104243: New input methods for Persian/Farsi.
Date: Mon, 16 May 2011 14:27:34 +0300
User-agent: Bazaar (2.3.1)

------------------------------------------------------------
revno: 104243
author: Mohsen BANAN <address@hidden>
committer: Eli Zaretskii <address@hidden>
branch nick: trunk
timestamp: Mon 2011-05-16 14:27:34 +0300
message:
  New input methods for Persian/Farsi.
  
   leim/quail/persian.el: New file.
   leim/Makefile.in (OTHERS): Add $(srcdir)/quail/georgian.elc.
   leim/makefile.w32-in (MISC): Add $(srcdir)/quail/georgian.elc.
   etc/NEWS: Mention the new input methods.
modified:
  etc/NEWS
  leim/ChangeLog
  leim/Makefile.in
  leim/makefile.w32-in
=== modified file 'etc/NEWS'
--- a/etc/NEWS  2011-05-10 02:31:42 +0000
+++ b/etc/NEWS  2011-05-16 11:27:34 +0000
@@ -90,8 +90,10 @@
 
 ** auto-mode-case-fold is now enabled by default.
 
+** Internationalization changes
+
 +++
-** Emacs now supports display and editing of bidirectional text.
+*** Emacs now supports display and editing of bidirectional text.
 
 See the node "Bidirectional Editing" in the Emacs Manual for some
 initial documentation.
@@ -117,6 +119,20 @@
 `display' text properties, do not yet work correctly when
 bidirectional text is reordered for display.
 
++++
+*** Enhanced support for characters that have no glyphs in available fonts.
+If a character has no glyphs in any of the available fonts, Emacs by
+default will display it either as a hexadecimal code in a box or as a
+thin 1-pixel space.  In addition to these two methods, Emacs can
+display these characters as empty box, as an acronym, or not display
+them at all.  To change how these characters are displayed, customize
+the variable `glyphless-char-display-control'.
+
+On character terminals these methods are used for characters that
+cannot be encoded by the `terminal-coding-system'.
+
+*** There are two new input methods for Persian/Farsi: farsi and 
farsi-translit.
+
 ** GTK scroll-bars are now placed on the right by default.
 Use `set-scroll-bar-mode' to change this.
 
@@ -154,18 +170,6 @@
 with Xft.  To change font, use the X resource font, for example:
 Emacs.pane.menubar.font:  Courier-12
 
-+++
-** Enhanced support for characters that have no glyphs in available fonts.
-If a character has no glyphs in any of the available fonts, Emacs by
-default will display it either as a hexadecimal code in a box or as a
-thin 1-pixel space.  In addition to these two methods, Emacs can
-display these characters as empty box, as an acronym, or not display
-them at all.  To change how these characters are displayed, customize
-the variable `glyphless-char-display-control'.
-
-On character terminals these methods are used for characters that
-cannot be encoded by the `terminal-coding-system'.
-
 ** On graphical displays, the mode-line no longer ends in dashes.
 
 ** On Nextstep/OSX, the menu bar can be hidden by customizing

=== modified file 'leim/ChangeLog'
--- a/leim/ChangeLog    2011-05-05 04:00:38 +0000
+++ b/leim/ChangeLog    2011-05-16 11:27:34 +0000
@@ -1,3 +1,13 @@
+2011-05-16  Eli Zaretskii  <address@hidden>
+
+       * Makefile.in (OTHERS): Add $(srcdir)/quail/georgian.elc.
+
+       * makefile.w32-in (MISC): Add $(srcdir)/quail/georgian.elc.
+
+2011-05-16  Mohsen BANAN  <address@hidden>
+
+       * quail/persian.el: New file.
+
 2011-05-05  Eli Zaretskii  <address@hidden>
 
        * quail/latin-ltx.el <\beth, \gimel, \daleth>: Produce

=== modified file 'leim/Makefile.in'
--- a/leim/Makefile.in  2011-03-23 03:09:55 +0000
+++ b/leim/Makefile.in  2011-05-16 11:27:34 +0000
@@ -126,6 +126,7 @@
        ${srcdir}/quail/ipa.elc \
        ${srcdir}/quail/hebrew.elc \
        ${srcdir}/quail/georgian.elc \
+       $(srcdir)/quail/persian.elc \
        ${srcdir}/quail/sisheng.elc
 
 MISC= \

=== modified file 'leim/makefile.w32-in'
--- a/leim/makefile.w32-in      2011-01-26 08:36:39 +0000
+++ b/leim/makefile.w32-in      2011-05-16 11:27:34 +0000
@@ -120,6 +120,7 @@
        $(srcdir)/quail/ipa.elc \
        $(srcdir)/quail/hebrew.elc \
        $(srcdir)/quail/georgian.elc \
+       $(srcdir)/quail/persian.elc \
        $(srcdir)/quail/sisheng.elc
 
 MISC_DIC=\


reply via email to

[Prev in Thread] Current Thread [Next in Thread]