diff options
| -rw-r--r-- | leim/ChangeLog | 6 | ||||
| -rw-r--r-- | leim/quail/uni-input.el | 2 |
2 files changed, 7 insertions, 1 deletions
diff --git a/leim/ChangeLog b/leim/ChangeLog index 6140073f257..c7df3d6cbf9 100644 --- a/leim/ChangeLog +++ b/leim/ChangeLog | |||
| @@ -1,3 +1,9 @@ | |||
| 1 | 2006-12-09 Juanma Barranquero <lekktu@gmail.com> | ||
| 2 | |||
| 3 | * quail/latin-alt.el ("scandinavian-alt-postfix"): Fix typo. | ||
| 4 | |||
| 5 | * quail/uni-input.el (ucs-input-help): Fix title of ucs input method. | ||
| 6 | |||
| 1 | 2006-12-09 Eli Zaretskii <eliz@gnu.org> | 7 | 2006-12-09 Eli Zaretskii <eliz@gnu.org> |
| 2 | 8 | ||
| 3 | * makefile.w32-in (leim-list.el): Depend on leim-ext.el as well. | 9 | * makefile.w32-in (leim-list.el): Depend on leim-ext.el as well. |
diff --git a/leim/quail/uni-input.el b/leim/quail/uni-input.el index 851b4fdf223..cbe08f3a7f6 100644 --- a/leim/quail/uni-input.el +++ b/leim/quail/uni-input.el | |||
| @@ -149,7 +149,7 @@ While this input method is active, the variable | |||
| 149 | (interactive) | 149 | (interactive) |
| 150 | (with-output-to-temp-buffer "*Help*" | 150 | (with-output-to-temp-buffer "*Help*" |
| 151 | (princ "\ | 151 | (princ "\ |
| 152 | Input method: ucs (mode line indicator:U) | 152 | Input method: ucs (mode line indicator:U+) |
| 153 | 153 | ||
| 154 | Input as Unicode: U<hex> or u<hex>, where <hex> is a four-digit hex number."))) | 154 | Input as Unicode: U<hex> or u<hex>, where <hex> is a four-digit hex number."))) |
| 155 | 155 | ||