diff options
| author | Dave Love | 2002-12-08 18:59:46 +0000 |
|---|---|---|
| committer | Dave Love | 2002-12-08 18:59:46 +0000 |
| commit | ad7c69e78798a4531742e7ed98770fbe5ffb45fc (patch) | |
| tree | 296f0c42077587bf23a85e36af44febaa793f20c /lisp/ChangeLog | |
| parent | 73fffc8cd305235a93b50e6344803307ab840d7d (diff) | |
| download | emacs-ad7c69e78798a4531742e7ed98770fbe5ffb45fc.tar.gz emacs-ad7c69e78798a4531742e7ed98770fbe5ffb45fc.zip | |
Add latin-jisx0201 characters. Fix
translation-table-for-input for lao, thai, tibetan.
Diffstat (limited to 'lisp/ChangeLog')
| -rw-r--r-- | lisp/ChangeLog | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index de1e4efaf0d..ed2a7af64a6 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,8 @@ | |||
| 1 | 2002-12-08 Dave Love <fx@gnu.org> | ||
| 2 | |||
| 3 | * international/ucs-tables.el: Add latin-jisx0201 characters. Fix | ||
| 4 | translation-table-for-input for lao, thai, tibetan. | ||
| 5 | |||
| 1 | 2002-12-08 Andreas Schwab <schwab@suse.de> | 6 | 2002-12-08 Andreas Schwab <schwab@suse.de> |
| 2 | 7 | ||
| 3 | * files.el (insert-directory): Insert free space only when | 8 | * files.el (insert-directory): Insert free space only when |
| @@ -284,8 +289,9 @@ | |||
| 284 | 289 | ||
| 285 | 2002-12-02 Fran,Ag(Bois Pinard <pinard@iro.umontreal.ca> | 290 | 2002-12-02 Fran,Ag(Bois Pinard <pinard@iro.umontreal.ca> |
| 286 | 291 | ||
| 287 | * (makefile-font-lock-keywords): Highlight more make keywords: | 292 | * progmodes/make-mode.el (makefile-font-lock-keywords): Highlight |
| 288 | defined, endef, override, export, unexport and vpath. | 293 | more make keywords: defined, endef, override, export, unexport |
| 294 | and vpath. | ||
| 289 | 295 | ||
| 290 | 2002-12-02 Dave Love <fx@gnu.org> | 296 | 2002-12-02 Dave Love <fx@gnu.org> |
| 291 | 297 | ||