diff options
| author | Vinicius Jose Latorre | 2007-12-10 01:47:57 +0000 |
|---|---|---|
| committer | Vinicius Jose Latorre | 2007-12-10 01:47:57 +0000 |
| commit | fa09687d7ee1d623b1e95240453ffffceb474152 (patch) | |
| tree | 382854c10d6adf035379245ca49d1300e6df84a3 | |
| parent | 937199664c4f91b1e995d03f538db9b972693d15 (diff) | |
| download | emacs-fa09687d7ee1d623b1e95240453ffffceb474152.tar.gz emacs-fa09687d7ee1d623b1e95240453ffffceb474152.zip | |
Fix log entry format.
| -rw-r--r-- | lisp/ChangeLog.unicode | 11 |
1 files changed, 7 insertions, 4 deletions
diff --git a/lisp/ChangeLog.unicode b/lisp/ChangeLog.unicode index b40345b441e..1eed01a0aff 100644 --- a/lisp/ChangeLog.unicode +++ b/lisp/ChangeLog.unicode | |||
| @@ -1,10 +1,13 @@ | |||
| 1 | 2007-12-09 Vinicius Jose Latorre <viniciusjl@ig.com.br> | 1 | 2007-12-09 Vinicius Jose Latorre <viniciusjl@ig.com.br> |
| 2 | 2 | ||
| 3 | * printing.el: Fix pr-interface-map initialization. Replace | 3 | |
| 4 | pr-f-set-keymap-parents, pr-f-set-keymap-name and pr-f-read-string by | 4 | * printing.el: Fix pr-interface-map initialization code. |
| 5 | pr-set-keymap-parents, pr-set-keymap-name and pr-read-string, | ||
| 6 | respectively. | ||
| 7 | (pr-version): New version 6.9.3. | 5 | (pr-version): New version 6.9.3. |
| 6 | (pr-f-set-keymap-parents): Replaced by pr-set-keymap-parents. | ||
| 7 | (pr-f-set-keymap-name): Replaced by pr-set-keymap-name. | ||
| 8 | (pr-f-read-string): Replaced by pr-read-string. | ||
| 9 | (pr-set-keymap-parents, pr-set-keymap-name, pr-read-string): New fun | ||
| 10 | name. | ||
| 8 | (pr-interactive-n-up, pr-interactive-regexp): Code fix. | 11 | (pr-interactive-n-up, pr-interactive-regexp): Code fix. |
| 9 | 12 | ||
| 10 | 2007-12-09 Kenichi Handa <handa@m17n.org> | 13 | 2007-12-09 Kenichi Handa <handa@m17n.org> |