aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/ChangeLog
diff options
context:
space:
mode:
authorDave Love2002-12-08 18:59:46 +0000
committerDave Love2002-12-08 18:59:46 +0000
commitad7c69e78798a4531742e7ed98770fbe5ffb45fc (patch)
tree296f0c42077587bf23a85e36af44febaa793f20c /lisp/ChangeLog
parent73fffc8cd305235a93b50e6344803307ab840d7d (diff)
downloademacs-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/ChangeLog10
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 @@
12002-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
12002-12-08 Andreas Schwab <schwab@suse.de> 62002-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
2852002-12-02 Fran,Ag(Bois Pinard <pinard@iro.umontreal.ca> 2902002-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
2902002-12-02 Dave Love <fx@gnu.org> 2962002-12-02 Dave Love <fx@gnu.org>
291 297