diff options
author | Thien-Thi Nguyen <ttn@gnuvola.org> | 2005-04-04 07:43:43 +0000 |
---|---|---|
committer | Thien-Thi Nguyen <ttn@gnuvola.org> | 2005-04-04 07:43:43 +0000 |
commit | e3039e63cca43bc888b7ea0d93dac4e4006a8aa5 (patch) | |
tree | 4a05e4d98d189e98854b87f26ab2da81ff958832 | |
parent | 959f1226db5995807d0bb4a942ec6d24bb813406 (diff) | |
download | emacs-e3039e63cca43bc888b7ea0d93dac4e4006a8aa5.tar.gz |
*** empty log message ***
-rw-r--r-- | etc/ChangeLog | 11 | ||||
-rw-r--r-- | lisp/ChangeLog | 8 |
2 files changed, 16 insertions, 3 deletions
diff --git a/etc/ChangeLog b/etc/ChangeLog index 9302885ac3b..71ec47c3d96 100644 --- a/etc/ChangeLog +++ b/etc/ChangeLog @@ -1,5 +1,10 @@ +2005-04-04 Thien-Thi Nguyen <ttn@gnu.org> + + * TUTORIAL.ja: Update text before first period. + Reported by Kenichi Handa. + 2005-04-02 Richard M. Stallman <rms@gnu.org> - + * TUTORIAL.ja, TUTORIAL.cn, TUTORIAL.ru, TUTORIAL.zh: Remove the old intro line that apparently was a longer version of "Emacs tutorial". @@ -13,11 +18,11 @@ * TUTORIAL.pl, TUTORIAL.pt_BR, TUTORIAL.ro, TUTORIAL.ru, * TUTORIAL.sk, TUTORIAL.sl, TUTORIAL.th, TUTORIAL.zh: Fix title line. - + * TUTORIAL.bg: Fix title line; Applied TUTORIAL changes in 2005-02-08T14:20:54Z!lute@gnu.org, "Emacs" is not transliterated to cyrillic anymore; Minor fixes; by Ognyan Kulev <ogi@fmi.uni-sofia.bg>. - + * TUTORIAL.sv: Sync some other changes with the TUTORIAL version 2005-04-01T00:31:25Z!rms@gnu.org by Mats Lidell <matsl@contactor.se>. diff --git a/lisp/ChangeLog b/lisp/ChangeLog index ff18f88a514..aaab9b3e28a 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,11 @@ +2005-04-04 Thien-Thi Nguyen <ttn@gnu.org> + + * startup.el (fancy-splash-text): Shorten default text of + "Emacs Tutorial" line. Also, if the current language env + indicates an available tutorial file other than TUTORIAL, + extract its title and append it to the line in parentheses. + (fancy-splash-insert): If arg is a thunk, funcall it. + 2005-04-04 Jay Belanger <belanger@truman.edu> * calc.el (calc-language-alist): Add tags to customization type. |