summaryrefslogtreecommitdiff
path: root/etc/HELLO
Commit message (Collapse)AuthorAgeFilesLines
* Merge from origin/emacs-26Paul Eggert2018-12-311-1/+1
|\ | | | | | | | | | | 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-011-1/+1
| | | | | | | | Run 'TZ=UTC0 admin/update-copyright $(git ls-files)'.
* | ; * etc/HELLO: Remove stray x-charset. (Bug#33851)Eli Zaretskii2018-12-231-3/+3
| |
* | * etc/HELLO: Add missing charset properties for Japanese and Korean.Eli Zaretskii2018-12-221-2/+2
| |
* | * etc/HELLO: Add a few more scripts.Eli Zaretskii2018-05-261-2/+13
| |
* | * etc/HELLO: More reasonable placement of 'charset' properties.Eli Zaretskii2018-05-201-56/+58
| |
* | Use Enriched mode in etc/HELLO to keep charset informationEli Zaretskii2018-05-191-65/+80
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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-201-61/+60
| | | | | | | | This reverts commit c4cfb5d20487f9912f5896b3f1d291fe7ccc9804.
* | * etc/HELLO: Add langugae Emoji. Use utf-8 coding.Michael Albinus2018-04-201-60/+61
|/
* Update copyright year to 2018Paul Eggert2018-01-011-1/+1
| | | | Run admin/update-copyright.
* Prefer HTTPS to FTP and HTTP in documentationPaul Eggert2017-09-131-1/+1
| | | | | | | | | | | | | 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-311-1/+1
| | | | Run admin/update-copyright.
* * etc/HELLO: Add Armenian and Mongolian greetings.Peter Feigl2016-01-111-0/+2
| | | | | | (Bug#22346) Copyright-paperwork-exempt: yes.
* Update copyright year to 2016Paul Eggert2016-01-011-1/+1
| | | | Run admin/update-copyright.
* Update copyright year to 2015Paul Eggert2015-01-011-1/+1
| | | | Run admin/update-copyright.
* Remove unneeded directional marks from etc/HELLO.Eli Zaretskii2014-10-131-2/+2
|
* Update copyright year to 2014 by running admin/update-copyright.Paul Eggert2014-01-011-1/+1
|
* Add coding tags for iso-2022-7bit files that are not already tagged.Paul Eggert2013-03-121-0/+1
| | | | | | * 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-011-1/+1
|
* Small fixes related to etc/HELLOGlenn Morris2012-03-161-1/+2
| | | | | | | | | * 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-161-1/+1
|
* Add 2012 to FSF copyright years for Emacs filesGlenn Morris2012-01-051-1/+1
|
* Convert consecutive FSF copyright years to ranges.Glenn Morris2011-01-241-2/+1
|
* Merge from emacs-23Stefan Monnier2011-01-141-1/+1
|\
| * Add 2011 to FSF/AIST copyright years.Glenn Morris2011-01-021-1/+1
| |
* | Merge changes from emacs-23 branchChong Yidong2010-11-271-0/+1
|\ \ | |/
| * * etc/HELLO: Add ancient Greek (Bug#7418).Ulrich Mueller2010-11-211-0/+1
| |
* | Add Arabic support.Kenichi Handa2010-08-251-2/+2
| |
* | Merge from emacs-23Stefan Monnier2010-05-081-2/+2
|\ \ | |/
| * HELLO: Adjust Burmese for Unicode 5.2 encoding.Kenichi Handa2010-04-231-2/+2
| |
* | HELLO: Reorder Arabic greetings into logical order.Eli Zaretskii2010-05-071-2/+2
| |
* | (Mathematics): Prefer Unicode charset.Stefan Monnier2010-04-181-1/+1
| |
* | Support MS-Windows build and reversed rows in GUI frames; add initial docs.Eli Zaretskii2010-03-291-2/+3
|/ | | | | | | | | | | | | | | | doc/emacs/mule.texi (International): Mention support of bidirectional editing. (Bidirectional Editing): New section. etc/HELLO: Reorder Arabic and Hebrew into logical order, and insert RLM before the opening paren, to make the display more reasonable. Add setting for bidi-display-reordering in the local variables section. lisp/files.el: Make bidi-display-reordering safe variable for boolean values. src/xdisp (append_glyph): If the glyph row is reversed, prepend the glyph rather than appending it. src/makefile.w32-in (OBJ1): Add $(BLD)/bidi.$(O). ($(BLD)/bidi.$(O)): New target.
* Add 2010 to copyright years.Glenn Morris2010-01-131-1/+1
|
* Use "/" instead of "," to seperate independent words.Kenichi Handa2009-06-161-17/+17
|
* Downcase "suomi".Kenichi Handa2009-06-081-1/+1
|
* Add 2009 to copyright years.Glenn Morris2009-01-081-1/+1
|
* Fix Russian sample text unintentionally broken in ↵Juri Linkov2008-08-251-1/+1
| | | | 2008-08-23T03:19:53Z!cyd@stupidchicken.com.
* Fix Javanese pun.Chong Yidong2008-08-231-2/+2
|
* Use more correct IPA characters for English pronunciation.Juri Linkov2008-07-121-2/+2
| | | | | Add the combining acute accent after the accented vowel in the Russian example like it is used in dictionaries.
* Change the Arabic words apearing in Non-ASCII examples toKenichi Handa2008-07-111-1/+1
| | | | iso-8859-6 characters.
* Switch to recommended form of GPLv3 permissions notice.Glenn Morris2008-05-151-6/+4
|
* (Burmese): Rename from Myanmar to be consistent with comment in burmese.elJason Rumney2008-04-061-1/+1
|
* Merge from emacs--devo--0Miles Bader2008-01-091-1/+1
|\ | | | | | | Revision: emacs@sv.gnu.org/emacs--unicode--0--patch-312
| * Add 2008 to copyright years.Glenn Morris2008-01-081-1/+1
| |
* | Add Bengali, Gujarati, Khmer, Myanmar, Oriya, Sinhara,Kenichi Handa2008-01-071-3/+11
| | | | | | | | Telugu. Fix ISO-2022 desginations in Cantonese line.
* | Remove non-unicode character from Tibetan text.Kenichi Handa2007-12-091-2/+2
| |
* | Merge from emacs--devo--0Miles Bader2007-07-271-1/+1
|\ \ | |/ | | | | | | | | | | | | | | | | | | | | | | | | | | Patches applied: * emacs--devo--0 (patch 824-831) - Update from CVS - Merge from emacs--rel--22 * emacs--rel--22 (patch 70-74) - Update from CVS Revision: emacs@sv.gnu.org/emacs--unicode--0--patch-238
| * Switch license to GPLv3 or later.Glenn Morris2007-07-251-1/+1
| |
* | Merge from emacs--devo--0Miles Bader2007-02-131-14/+14
|\ \ | |/ | | | | | | | | | | | | | | | | | | | | | | | | | | | | Patches applied: * emacs--devo--0 (patch 624-636) - Update from CVS - Merge from gnus--rel--5.10 * gnus--rel--5.10 (patch 200-201) - Merge from emacs--devo--0 - Update from CVS: lisp/nnweb.el (nnweb-google-parse-1): Update parser. Revision: emacs@sv.gnu.org/emacs--unicode--0--patch-171