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