diff options
author | Eli Zaretskii <eliz@gnu.org> | 2012-07-20 13:29:32 +0300 |
---|---|---|
committer | Eli Zaretskii <eliz@gnu.org> | 2012-07-20 13:29:32 +0300 |
commit | 87ab808f0c0b2653a4a314d216c2afb44cfb2fc9 (patch) | |
tree | 7f3704ad5ea32b5416c0aeb9c378cd30e3c0066b /etc/ChangeLog | |
parent | d7ea76b4f34c4e2c43bf0b1deeedde354ca540f7 (diff) | |
download | emacs-87ab808f0c0b2653a4a314d216c2afb44cfb2fc9.tar.gz |
Fix display of Hebrew tutorial title on splash screen.
lisp/startup.el (fancy-startup-text): Read the whole tutorial, not
just its first 256 bytes. Prevents gibberish in display of the
tutorial title.
etc/tutorials/TUTORIAL.he: Make the first sentence display correctly
in a left-to-right paragraph, such as what is shown on the fancy
splash screen, by using directional control characters.
Diffstat (limited to 'etc/ChangeLog')
-rw-r--r-- | etc/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/etc/ChangeLog b/etc/ChangeLog index 5c5f85a1a25..15cc0065da7 100644 --- a/etc/ChangeLog +++ b/etc/ChangeLog @@ -1,3 +1,9 @@ +2012-07-20 Eli Zaretskii <eliz@gnu.org> + + * tutorials/TUTORIAL.he: Make the first sentence display correctly + in a left-to-right paragraph, such as what is shown on the fancy + splash screen. + 2012-07-15 Leo Liu <sdl.web@gmail.com> * NEWS: Mention exclamation-mark and flymake. |