diff options
| author | Mohsen BANAN | 2011-05-16 14:27:34 +0300 |
|---|---|---|
| committer | Eli Zaretskii | 2011-05-16 14:27:34 +0300 |
| commit | d0ce9f8c0cce3b780cb3f794f1b96a3935c71226 (patch) | |
| tree | 88de1788f477e737b3b8dbd8133cd97be60d7312 | |
| parent | 55385ebc9a92e03fd4989fbd9ba5f78f6e30a3a6 (diff) | |
| download | emacs-d0ce9f8c0cce3b780cb3f794f1b96a3935c71226.tar.gz emacs-d0ce9f8c0cce3b780cb3f794f1b96a3935c71226.zip | |
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.
| -rw-r--r-- | etc/NEWS | 30 | ||||
| -rw-r--r-- | leim/ChangeLog | 10 | ||||
| -rw-r--r-- | leim/Makefile.in | 1 | ||||
| -rw-r--r-- | leim/makefile.w32-in | 1 |
4 files changed, 29 insertions, 13 deletions
| @@ -90,8 +90,10 @@ error, its exit status is 1. | |||
| 90 | 90 | ||
| 91 | ** auto-mode-case-fold is now enabled by default. | 91 | ** auto-mode-case-fold is now enabled by default. |
| 92 | 92 | ||
| 93 | ** Internationalization changes | ||
| 94 | |||
| 93 | +++ | 95 | +++ |
| 94 | ** Emacs now supports display and editing of bidirectional text. | 96 | *** Emacs now supports display and editing of bidirectional text. |
| 95 | 97 | ||
| 96 | See the node "Bidirectional Editing" in the Emacs Manual for some | 98 | See the node "Bidirectional Editing" in the Emacs Manual for some |
| 97 | initial documentation. | 99 | initial documentation. |
| @@ -117,6 +119,20 @@ Note that some advanced display features, such as overlay strings and | |||
| 117 | `display' text properties, do not yet work correctly when | 119 | `display' text properties, do not yet work correctly when |
| 118 | bidirectional text is reordered for display. | 120 | bidirectional text is reordered for display. |
| 119 | 121 | ||
| 122 | +++ | ||
| 123 | *** Enhanced support for characters that have no glyphs in available fonts. | ||
| 124 | If a character has no glyphs in any of the available fonts, Emacs by | ||
| 125 | default will display it either as a hexadecimal code in a box or as a | ||
| 126 | thin 1-pixel space. In addition to these two methods, Emacs can | ||
| 127 | display these characters as empty box, as an acronym, or not display | ||
| 128 | them at all. To change how these characters are displayed, customize | ||
| 129 | the variable `glyphless-char-display-control'. | ||
| 130 | |||
| 131 | On character terminals these methods are used for characters that | ||
| 132 | cannot be encoded by the `terminal-coding-system'. | ||
| 133 | |||
| 134 | *** There are two new input methods for Persian/Farsi: farsi and farsi-translit. | ||
| 135 | |||
| 120 | ** GTK scroll-bars are now placed on the right by default. | 136 | ** GTK scroll-bars are now placed on the right by default. |
| 121 | Use `set-scroll-bar-mode' to change this. | 137 | Use `set-scroll-bar-mode' to change this. |
| 122 | 138 | ||
| @@ -154,18 +170,6 @@ off by customizing x-gtk-use-system-tooltips. | |||
| 154 | with Xft. To change font, use the X resource font, for example: | 170 | with Xft. To change font, use the X resource font, for example: |
| 155 | Emacs.pane.menubar.font: Courier-12 | 171 | Emacs.pane.menubar.font: Courier-12 |
| 156 | 172 | ||
| 157 | +++ | ||
| 158 | ** Enhanced support for characters that have no glyphs in available fonts. | ||
| 159 | If a character has no glyphs in any of the available fonts, Emacs by | ||
| 160 | default will display it either as a hexadecimal code in a box or as a | ||
| 161 | thin 1-pixel space. In addition to these two methods, Emacs can | ||
| 162 | display these characters as empty box, as an acronym, or not display | ||
| 163 | them at all. To change how these characters are displayed, customize | ||
| 164 | the variable `glyphless-char-display-control'. | ||
| 165 | |||
| 166 | On character terminals these methods are used for characters that | ||
| 167 | cannot be encoded by the `terminal-coding-system'. | ||
| 168 | |||
| 169 | ** On graphical displays, the mode-line no longer ends in dashes. | 173 | ** On graphical displays, the mode-line no longer ends in dashes. |
| 170 | 174 | ||
| 171 | ** On Nextstep/OSX, the menu bar can be hidden by customizing | 175 | ** On Nextstep/OSX, the menu bar can be hidden by customizing |
diff --git a/leim/ChangeLog b/leim/ChangeLog index fdc54fd475c..f442d98c764 100644 --- a/leim/ChangeLog +++ b/leim/ChangeLog | |||
| @@ -1,3 +1,13 @@ | |||
| 1 | 2011-05-16 Eli Zaretskii <eliz@gnu.org> | ||
| 2 | |||
| 3 | * Makefile.in (OTHERS): Add $(srcdir)/quail/georgian.elc. | ||
| 4 | |||
| 5 | * makefile.w32-in (MISC): Add $(srcdir)/quail/georgian.elc. | ||
| 6 | |||
| 7 | 2011-05-16 Mohsen BANAN <libre@mohsen.banan.1.byname.net> | ||
| 8 | |||
| 9 | * quail/persian.el: New file. | ||
| 10 | |||
| 1 | 2011-05-05 Eli Zaretskii <eliz@gnu.org> | 11 | 2011-05-05 Eli Zaretskii <eliz@gnu.org> |
| 2 | 12 | ||
| 3 | * quail/latin-ltx.el <\beth, \gimel, \daleth>: Produce | 13 | * quail/latin-ltx.el <\beth, \gimel, \daleth>: Produce |
diff --git a/leim/Makefile.in b/leim/Makefile.in index 531f0481f7a..af93d26351d 100644 --- a/leim/Makefile.in +++ b/leim/Makefile.in | |||
| @@ -126,6 +126,7 @@ OTHERS= \ | |||
| 126 | ${srcdir}/quail/ipa.elc \ | 126 | ${srcdir}/quail/ipa.elc \ |
| 127 | ${srcdir}/quail/hebrew.elc \ | 127 | ${srcdir}/quail/hebrew.elc \ |
| 128 | ${srcdir}/quail/georgian.elc \ | 128 | ${srcdir}/quail/georgian.elc \ |
| 129 | $(srcdir)/quail/persian.elc \ | ||
| 129 | ${srcdir}/quail/sisheng.elc | 130 | ${srcdir}/quail/sisheng.elc |
| 130 | 131 | ||
| 131 | MISC= \ | 132 | MISC= \ |
diff --git a/leim/makefile.w32-in b/leim/makefile.w32-in index 08b029db861..1ab14c72b3d 100644 --- a/leim/makefile.w32-in +++ b/leim/makefile.w32-in | |||
| @@ -120,6 +120,7 @@ MISC= \ | |||
| 120 | $(srcdir)/quail/ipa.elc \ | 120 | $(srcdir)/quail/ipa.elc \ |
| 121 | $(srcdir)/quail/hebrew.elc \ | 121 | $(srcdir)/quail/hebrew.elc \ |
| 122 | $(srcdir)/quail/georgian.elc \ | 122 | $(srcdir)/quail/georgian.elc \ |
| 123 | $(srcdir)/quail/persian.elc \ | ||
| 123 | $(srcdir)/quail/sisheng.elc | 124 | $(srcdir)/quail/sisheng.elc |
| 124 | 125 | ||
| 125 | MISC_DIC=\ | 126 | MISC_DIC=\ |