summaryrefslogtreecommitdiff
path: root/etc/HELLO
Commit message (Collapse)AuthorAge
* Improve support for the Cham script and languagesEli Zaretskii2021-01-17
| | | | | | | | | | | | * etc/NEWS: Announce the new 'cham' input method. * etc/HELLO: Fix the order of letters in the Cham greeting. Remove redundant newlines (reported by Ulrich Mueller <ulm@gentoo.org>). * lisp/language/cham.el ("Cham"): Add input-method entry. * lisp/leim/quail/cham.el: New file. * lisp/international/fontset.el (setup-default-fontset): Add an entry for Cham.
* Improve support for Cham scriptEli Zaretskii2021-01-16
| | | | | | * lisp/language/cham.el ("Cham"): Expand the entry. * etc/HELLO: Add entry for Cham.
* Update copyright year to 2021Paul Eggert2021-01-01
| | | | Run "TZ=UTC0 admin/update-copyright".
* * etc/HELLO: Enlarge tab-width to account for "tofu".Eli Zaretskii2020-10-31
|
* Improve support for displaying Javanese scriptEli Zaretskii2020-10-31
| | | | | | | | | * lisp/international/fontset.el (setup-default-fontset) (script-representative-chars): Add Javanese entries. * etc/HELLO: Fix the Javanese text. See https://omniglot.com/language/phrases/javanese.php for the source.
* * etc/HELLO: Add Egyptian Hieroglyphs.Eli Zaretskii2020-10-31
|
* Remove most of charset markup from etc/HELLOEli Zaretskii2020-10-23
| | | | | | | | | For the reasons, see the discussion that started in https://lists.gnu.org/archive/html/emacs-devel/2018-12/msg00407.html and its conclusion in https://lists.gnu.org/archive/html/emacs-devel/2019-01/msg00144.html. The only markup left is in the preamble, just to show the example of this facility.
* * etc/HELLO: Use JavaScript for Javanese script (bug#43887)Juri Linkov2020-10-22
|
* Revert "Add emoji to etc/HELLO"Lars Ingebrigtsen2020-10-21
| | | | | | This reverts commit a1fcdeec25be87e8f97ac5c14e6fbf6a4d1eb2d4. There was already an emoji in there.
* Add emoji to etc/HELLOLars Ingebrigtsen2020-10-21
|
* * etc/HELLO: Keep Javanese System.out.println("");Michael Albinus2020-10-21
|
* * etc/HELLO: Add Belarusian and use Javanese script for Javanese (bug#43887)Juri Linkov2020-10-18
|
* Update copyright year to 2020Paul Eggert2020-01-01
| | | | Run "TZ=UTC0 admin/update-copyright $(git ls-files)".
* Improve support of the Tai-Viet scriptEli Zaretskii2019-09-18
| | | | | | | | * lisp/language/tai-viet.el ("TaiViet"): Update the doc string. Suggested by Jim Brase <jim_brase@sil.org>. (Bug#5806) * etc/HELLO: Add a Tai Viet entry.
* * etc/HELLO: Fix name of Georgian languageNick Drozd2019-07-14
|
* Merge remote-tracking branch 'origin/harfbuzz'Eli Zaretskii2019-06-07
|\
| * Enhance Hebrew display in HELLOEli Zaretskii2019-05-31
| | | | | | | | | | * etc/HELLO: Show off display of Hebrew with diacriticals (a.k.a. "nikkud").
* | ; Fix stray merge conflictGlenn Morris2019-06-01
| |
* | Merge from origin/emacs-26Glenn Morris2019-06-01
|\ \ | |/ |/| | | | | | | | | | | | | 008b263 (origin/emacs-26, emacs-26) * lisp/gnus/gnus.el: Mark autoloa... daf32f1 Speed up redisplay of HELLO d8a6d82 Improve documentation of 'safe-local-variable' property # Conflicts: # etc/HELLO
| * Speed up redisplay of HELLOEli Zaretskii2019-06-01
| | | | | | | | | | | | | | | | | | * etc/HELLO: Set 'inhibit-compacting-font-caches' non-nil locally. (Bug#36032) * lisp/files.el: Add 'inhibit-compacting-font-caches' to the list of built-in variables for which we set up 'safe-local-variable' properties.
* | Merge from origin/emacs-26Paul Eggert2018-12-31
|\| | | | | | | | | | | 2fcf2df Fix copyright years by hand 26bed8b Update copyright year to 2019 2814292 Fix value of default frame height. (Bug#33921)
| * Update copyright year to 2019Paul Eggert2019-01-01
| | | | | | | | Run 'TZ=UTC0 admin/update-copyright $(git ls-files)'.
* | ; * etc/HELLO: Remove stray x-charset. (Bug#33851)Eli Zaretskii2018-12-23
| |
* | * etc/HELLO: Add missing charset properties for Japanese and Korean.Eli Zaretskii2018-12-22
| |
* | * etc/HELLO: Add a few more scripts.Eli Zaretskii2018-05-26
| |
* | * etc/HELLO: More reasonable placement of 'charset' properties.Eli Zaretskii2018-05-20
| |
* | Use Enriched mode in etc/HELLO to keep charset informationEli Zaretskii2018-05-19
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This allows to encode HELLO in UTF-8, thus supporting the entire repertory of Unicode, while still keeping the charset info where that is important. Suggested by Michael Welsh Duggan <mwd@md5i.com>. * lisp/textmodes/enriched.el (enriched-translations): Add translations for 'charset'. (enriched-decode-charset, enriched-handle-charset-prop): New functions. * lisp/facemenu.el (facemenu-special-menu): Add sub-menu for 'charset' property. (facemenu-set-charset): New function. (facemenu-remove-special): Remove the 'charset' property as well. * etc/NEWS: Announce the new feature of Enriched mode. * etc/HELLO: Recode in UTF-8 and place under Enriched mode. * doc/emacs/text.texi (Enriched Properties): Mention the support for 'charset'.
* | Revert "* etc/HELLO: Add langugae Emoji. Use utf-8 coding."Michael Albinus2018-04-20
| | | | | | | | This reverts commit c4cfb5d20487f9912f5896b3f1d291fe7ccc9804.
* | * etc/HELLO: Add langugae Emoji. Use utf-8 coding.Michael Albinus2018-04-20
|/
* Update copyright year to 2018Paul Eggert2018-01-01
| | | | Run admin/update-copyright.
* Prefer HTTPS to FTP and HTTP in documentationPaul Eggert2017-09-13
| | | | | | | | | | | | | Most of this change is to boilerplate commentary such as license URLs. This change was prompted by ftp://ftp.gnu.org's going-away party, planned for November. Change these FTP URLs to https://ftp.gnu.org instead. Make similar changes for URLs to other organizations moving away from FTP. Also, change HTTP to HTTPS for URLs to gnu.org and fsf.org when this works, as this will further help defend against man-in-the-middle attacks (for this part I omitted the MS-DOS and MS-Windows sources and the test tarballs to keep the workload down). HTTPS is not fully working to lists.gnu.org so I left those URLs alone for now.
* Update copyright year to 2017Paul Eggert2016-12-31
| | | | Run admin/update-copyright.
* * etc/HELLO: Add Armenian and Mongolian greetings.Peter Feigl2016-01-11
| | | | | | (Bug#22346) Copyright-paperwork-exempt: yes.
* Update copyright year to 2016Paul Eggert2016-01-01
| | | | Run admin/update-copyright.
* Update copyright year to 2015Paul Eggert2015-01-01
| | | | Run admin/update-copyright.
* Remove unneeded directional marks from etc/HELLO.Eli Zaretskii2014-10-13
|
* Update copyright year to 2014 by running admin/update-copyright.Paul Eggert2014-01-01
|
* Add coding tags for iso-2022-7bit files that are not already tagged.Paul Eggert2013-03-12
| | | | | | * HELLO, tutorials/TUTORIAL.ko, tutorials/TUTORIAL.th: Add coding tag. For TUTORIAL.th this prevents Emacs from misinterpreting the file.
* Update copyright notices for 2013.Paul Eggert2013-01-01
|
* Small fixes related to etc/HELLOGlenn Morris2012-03-16
| | | | | | | | | * doc/emacs/help.texi (Language Help): * doc/emacs/mule.texi (International Chars): etc/HELLO is for character demonstration. * etc/HELLO: Say that this is not a comprehensive list. Remove "duplicate" entry. (Bug#11024)
* * etc/HELLO: Typo fix (bug#11027)Glenn Morris2012-03-16
|
* Add 2012 to FSF copyright years for Emacs filesGlenn Morris2012-01-05
|
* Convert consecutive FSF copyright years to ranges.Glenn Morris2011-01-24
|
* Merge from emacs-23Stefan Monnier2011-01-14
|\
| * Add 2011 to FSF/AIST copyright years.Glenn Morris2011-01-02
| |
* | Merge changes from emacs-23 branchChong Yidong2010-11-27
|\|
| * * etc/HELLO: Add ancient Greek (Bug#7418).Ulrich Mueller2010-11-21
| |
* | Add Arabic support.Kenichi Handa2010-08-25
| |
* | Merge from emacs-23Stefan Monnier2010-05-08
|\|
| * HELLO: Adjust Burmese for Unicode 5.2 encoding.Kenichi Handa2010-04-23
| |