diff options
| author | Stefan Monnier | 2003-01-13 00:40:07 +0000 |
|---|---|---|
| committer | Stefan Monnier | 2003-01-13 00:40:07 +0000 |
| commit | 978a673fa45584fea87ca5d46655b3961f9137bd (patch) | |
| tree | 5c5c16943dd494c38359e2026635ed25a7ca0a5c | |
| parent | bad111c2d4e7044c5c83af670660f03771632ac3 (diff) | |
| download | emacs-978a673fa45584fea87ca5d46655b3961f9137bd.tar.gz emacs-978a673fa45584fea87ca5d46655b3961f9137bd.zip | |
*** empty log message ***
| -rw-r--r-- | lisp/ChangeLog | 144 |
1 files changed, 68 insertions, 76 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 1c12b899718..1fe801ac6d1 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -30,11 +30,10 @@ | |||
| 30 | * progmodes/sh-script.el (sh-mode-map): Likewise. | 30 | * progmodes/sh-script.el (sh-mode-map): Likewise. |
| 31 | * textmodes/picture.el (picture-substitute): Likewise. | 31 | * textmodes/picture.el (picture-substitute): Likewise. |
| 32 | 32 | ||
| 33 | * ielm.el (inferior-emacs-lisp-mode): Bind | 33 | * ielm.el (inferior-emacs-lisp-mode): |
| 34 | comint-dynamic-complete-functions locally. | 34 | Bind comint-dynamic-complete-functions locally. |
| 35 | 35 | ||
| 36 | * buff-menu.el (Buffer-menu-select): Fix for effect of header | 36 | * buff-menu.el (Buffer-menu-select): Fix for effect of header line. |
| 37 | line. | ||
| 38 | 37 | ||
| 39 | 2003-01-11 Andreas Schwab <schwab@suse.de> | 38 | 2003-01-11 Andreas Schwab <schwab@suse.de> |
| 40 | 39 | ||
| @@ -57,8 +56,7 @@ | |||
| 57 | 56 | ||
| 58 | 2003-01-10 Dave Love <fx@gnu.org> | 57 | 2003-01-10 Dave Love <fx@gnu.org> |
| 59 | 58 | ||
| 60 | * international/code-pages.el (cp-make-coding-system): Fix last | 59 | * international/code-pages.el (cp-make-coding-system): Fix last change. |
| 61 | change. | ||
| 62 | 60 | ||
| 63 | 2003-01-10 Kai Gro,A_(Bjohann <kai.grossjohann@uni-duisburg.de> | 61 | 2003-01-10 Kai Gro,A_(Bjohann <kai.grossjohann@uni-duisburg.de> |
| 64 | 62 | ||
| @@ -126,23 +124,22 @@ | |||
| 126 | 124 | ||
| 127 | 2003-01-08 Francesco Potort,Al(B <pot@gnu.org> | 125 | 2003-01-08 Francesco Potort,Al(B <pot@gnu.org> |
| 128 | 126 | ||
| 129 | * mail/undigest.el (unforward-rmail-message): Simplified. No | 127 | * mail/undigest.el (unforward-rmail-message): Simplified. |
| 130 | functional change. | 128 | No functional change. |
| 131 | 129 | ||
| 132 | 2003-01-07 Markus Rost <rost@math.ohio-state.edu> | 130 | 2003-01-07 Markus Rost <rost@math.ohio-state.edu> |
| 133 | 131 | ||
| 134 | * custom.el (custom-autoload, custom-variable-p): New functions. | 132 | * custom.el (custom-autoload, custom-variable-p): New functions. |
| 135 | 133 | ||
| 136 | * emacs-lisp/autoload.el (make-autoload): Generate | 134 | * emacs-lisp/autoload.el (make-autoload): |
| 137 | custom-autoload for autoloaded defcustoms. | 135 | Generate custom-autoload for autoloaded defcustoms. |
| 138 | 136 | ||
| 139 | * help-fns.el (describe-variable): Use custom-variable-p. | 137 | * help-fns.el (describe-variable): Use custom-variable-p. |
| 140 | 138 | ||
| 141 | * simple.el (set-variable): Load deps of custom variables without | 139 | * simple.el (set-variable): Load deps of custom variables without type. |
| 142 | type. | ||
| 143 | 140 | ||
| 144 | * cus-edit.el (custom-variable-prompt): Doc change. Use | 141 | * cus-edit.el (custom-variable-prompt): Doc change. |
| 145 | custom-variable-p. | 142 | Use custom-variable-p. |
| 146 | (customize-option): Remove search in loaddefs.el. | 143 | (customize-option): Remove search in loaddefs.el. |
| 147 | (customize-apropos): Use custom-variable-p. | 144 | (customize-apropos): Use custom-variable-p. |
| 148 | (custom-save-variables): Use custom-variable-p to detect | 145 | (custom-save-variables): Use custom-variable-p to detect |
| @@ -188,13 +185,15 @@ | |||
| 188 | 185 | ||
| 189 | * simple.el (split-line): Clean up implementation. | 186 | * simple.el (split-line): Clean up implementation. |
| 190 | 187 | ||
| 191 | * mail/rmail.el (rmail-font-lock-keywords): Discard code to match both cases. | 188 | * mail/rmail.el (rmail-font-lock-keywords): Discard code to match |
| 189 | both cases. | ||
| 192 | (rmail-variables): Specify case-insensitive matching for font-lock. | 190 | (rmail-variables): Specify case-insensitive matching for font-lock. |
| 193 | 191 | ||
| 194 | 2003-01-05 Alexander Pohoyda <alexander.pohoyda@gmx.net> (tiny change) | 192 | 2003-01-05 Alexander Pohoyda <alexander.pohoyda@gmx.net> (tiny change) |
| 195 | 193 | ||
| 196 | * mail/sendmail.el (mail-font-lock-keywords): Match multiline In-Reply-To and X-*. | 194 | * mail/sendmail.el (mail-font-lock-keywords): |
| 197 | * mail/rmail.el (rmail-font-lock-keywords): Match multiline In-Reply-To and X-*. | 195 | * mail/rmail.el (rmail-font-lock-keywords): Match multiline |
| 196 | In-Reply-To and X-*. | ||
| 198 | 197 | ||
| 199 | 2003-01-05 Mark A. Hershberger <mah@everybody.org> | 198 | 2003-01-05 Mark A. Hershberger <mah@everybody.org> |
| 200 | 199 | ||
| @@ -202,34 +201,32 @@ | |||
| 202 | 201 | ||
| 203 | 2003-01-05 Dave Love <fx@gnu.org> | 202 | 2003-01-05 Dave Love <fx@gnu.org> |
| 204 | 203 | ||
| 205 | * buff-menu.el (Buffer-menu-execute): Fix for effect of header | 204 | * buff-menu.el (Buffer-menu-execute): Fix for effect of header line. |
| 206 | line. | ||
| 207 | 205 | ||
| 208 | 2003-01-05 Dave Love <fx@gnu.org> | 206 | 2003-01-05 Dave Love <fx@gnu.org> |
| 209 | 207 | ||
| 210 | * international/mule-diag.el (non-iso-charset-alist): Add | 208 | * international/mule-diag.el (non-iso-charset-alist): |
| 211 | vietnamese-tcvn. | 209 | Add vietnamese-tcvn. |
| 212 | 210 | ||
| 213 | * international/mule-cmds.el (locale-language-names): Use | 211 | * international/mule-cmds.el (locale-language-names): |
| 214 | Croatian, Swedish. | 212 | Use Croatian, Swedish. |
| 215 | 213 | ||
| 216 | 2003-01-05 Andreas Schwab <schwab@suse.de> | 214 | 2003-01-05 Andreas Schwab <schwab@suse.de> |
| 217 | 215 | ||
| 218 | * buff-menu.el (Buffer-menu-buffer+size): Don't clobber buffer | 216 | * buff-menu.el (Buffer-menu-buffer+size): Don't clobber buffer name. |
| 219 | name. | ||
| 220 | 217 | ||
| 221 | 2003-01-05 Dave Love <fx@gnu.org> | 218 | 2003-01-05 Dave Love <fx@gnu.org> |
| 222 | 219 | ||
| 223 | * language/european.el ("Latin-6", "Croatian"): New. | 220 | * language/european.el ("Latin-6", "Croatian"): New. |
| 224 | ("Latin-7"): Fix nonascii-translation. Add input method. | 221 | ("Latin-7"): Fix nonascii-translation. Add input method. |
| 225 | ("Lithuanian", "Latvian"): Add nonascii-translation. | 222 | ("Lithuanian", "Latvian"): Add nonascii-translation. |
| 226 | ("German", "Spanish", "Dutch", "Welsh", "Swedish"): Fix | 223 | ("German", "Spanish", "Dutch", "Welsh", "Swedish"): |
| 227 | nonascii-translation. | 224 | Fix nonascii-translation. |
| 228 | 225 | ||
| 229 | * language/georgian.el ("Georgian"): Fix nonascii-translation. | 226 | * language/georgian.el ("Georgian"): Fix nonascii-translation. |
| 230 | 227 | ||
| 231 | * international/mule-cmds.el (set-locale-environment): Ignore | 228 | * international/mule-cmds.el (set-locale-environment): |
| 232 | empty values of environment variables. | 229 | Ignore empty values of environment variables. |
| 233 | 230 | ||
| 234 | * emacs-lisp/byte-opt.el (byte-optimize-nth) | 231 | * emacs-lisp/byte-opt.el (byte-optimize-nth) |
| 235 | (byte-optimize-nthcdr): Fix for case of wrong-length forms. | 232 | (byte-optimize-nthcdr): Fix for case of wrong-length forms. |
| @@ -243,8 +240,7 @@ | |||
| 243 | full expression name for header-line in display frame. | 240 | full expression name for header-line in display frame. |
| 244 | (gdb-info-breakpoints-custom): Highlight breakpoints since | 241 | (gdb-info-breakpoints-custom): Highlight breakpoints since |
| 245 | they may be clicked on with mouse-2. | 242 | they may be clicked on with mouse-2. |
| 246 | (gdb-quit): Delete frames of displayed expressions when | 243 | (gdb-quit): Delete frames of displayed expressions when quitting. |
| 247 | quitting. | ||
| 248 | (gdb-delete-frames): New function. | 244 | (gdb-delete-frames): New function. |
| 249 | (gdb-source-info): Don't create stack buffer automatically. | 245 | (gdb-source-info): Don't create stack buffer automatically. |
| 250 | 246 | ||
| @@ -260,18 +256,18 @@ | |||
| 260 | Inspired by Ehud Karni <ehud@unix.mvs.co.il>. | 256 | Inspired by Ehud Karni <ehud@unix.mvs.co.il>. |
| 261 | 257 | ||
| 262 | * mail/sendmail.el (mail-split-line): New function. | 258 | * mail/sendmail.el (mail-split-line): New function. |
| 263 | (mail-mode-map): remap split-line to mail-split-line. | 259 | (mail-mode-map): Remap split-line to mail-split-line. |
| 264 | 260 | ||
| 265 | 2003-01-03 Dave Love <fx@gnu.org> | 261 | 2003-01-03 Dave Love <fx@gnu.org> |
| 266 | 262 | ||
| 267 | * emacs-lisp/find-func.el (find-variable-noselect): Make it work | 263 | * emacs-lisp/find-func.el (find-variable-noselect): Make it work |
| 268 | with new load-history format. | 264 | with new load-history format. |
| 269 | 265 | ||
| 270 | * international/mule-cmds.el (sort-coding-systems): Adjust | 266 | * international/mule-cmds.el (sort-coding-systems): |
| 271 | priority of utf-16 and x-ctext. | 267 | Adjust priority of utf-16 and x-ctext. |
| 272 | 268 | ||
| 273 | * international/utf-8.el (utf-translate-cjk): Call | 269 | * international/utf-8.el (utf-translate-cjk): |
| 274 | optimize-char-coding-system-table. | 270 | Call optimize-char-coding-system-table. |
| 275 | 271 | ||
| 276 | * international/ucs-tables.el (ucs-unify-8859, ucs-fragment-8859): | 272 | * international/ucs-tables.el (ucs-unify-8859, ucs-fragment-8859): |
| 277 | Call optimize-char-coding-system-table. | 273 | Call optimize-char-coding-system-table. |
| @@ -293,8 +289,8 @@ | |||
| 293 | 289 | ||
| 294 | 2003-01-03 Kim F. Storm <storm@cua.dk> | 290 | 2003-01-03 Kim F. Storm <storm@cua.dk> |
| 295 | 291 | ||
| 296 | * emulation/cua-base.el (cua--pre-command-handler): Corrected | 292 | * emulation/cua-base.el (cua--pre-command-handler): |
| 297 | handling of delete-selection properties. | 293 | Corrected handling of delete-selection properties. |
| 298 | 294 | ||
| 299 | 2003-01-03 John Paul Wallington <jpw@shootybangbang.com> | 295 | 2003-01-03 John Paul Wallington <jpw@shootybangbang.com> |
| 300 | 296 | ||
| @@ -303,8 +299,8 @@ | |||
| 303 | 299 | ||
| 304 | 2003-01-02 Steven Tamm <steventamm@mac.com> | 300 | 2003-01-02 Steven Tamm <steventamm@mac.com> |
| 305 | 301 | ||
| 306 | * scroll-bar.el (toggle-scroll-bar, scroll-bar-mode): Have | 302 | * scroll-bar.el (toggle-scroll-bar, scroll-bar-mode): |
| 307 | scroll bars correctly default to being on the right for Mac | 303 | Have scroll bars correctly default to being on the right for Mac |
| 308 | Carbon port by testing "mac-carbon" feature, not window-system. | 304 | Carbon port by testing "mac-carbon" feature, not window-system. |
| 309 | 305 | ||
| 310 | 2003-01-02 Markus Rost <rost@math.ohio-state.edu> | 306 | 2003-01-02 Markus Rost <rost@math.ohio-state.edu> |
| @@ -326,8 +322,8 @@ | |||
| 326 | 322 | ||
| 327 | 2002-12-30 Steven Tamm <steventamm@mac.com> | 323 | 2002-12-30 Steven Tamm <steventamm@mac.com> |
| 328 | 324 | ||
| 329 | * scroll-bar.el (toggle-scroll-bar, scroll-bar-mode): Have | 325 | * scroll-bar.el (toggle-scroll-bar, scroll-bar-mode): |
| 330 | scroll bars correctly default to being on the right for Mac | 326 | Have scroll bars correctly default to being on the right for Mac |
| 331 | Carbon port | 327 | Carbon port |
| 332 | 328 | ||
| 333 | 2002-12-29 Nick Roberts <nick@nick.uklinux.net> | 329 | 2002-12-29 Nick Roberts <nick@nick.uklinux.net> |
| @@ -369,7 +365,7 @@ | |||
| 369 | 365 | ||
| 370 | * info-look.el (info-lookup): Fix error message typo. | 366 | * info-look.el (info-lookup): Fix error message typo. |
| 371 | 367 | ||
| 372 | * comint.el (comint-mode): Localy set scroll-conservatively. | 368 | * comint.el (comint-mode): Locally set scroll-conservatively. |
| 373 | (comint-postoutput-scroll-to-bottom): comint-scroll-show-maximum-output | 369 | (comint-postoutput-scroll-to-bottom): comint-scroll-show-maximum-output |
| 374 | is active only when point is at end. | 370 | is active only when point is at end. |
| 375 | 371 | ||
| @@ -408,14 +404,13 @@ | |||
| 408 | 404 | ||
| 409 | 2002-12-26 Andreas Schwab <schwab@suse.de> | 405 | 2002-12-26 Andreas Schwab <schwab@suse.de> |
| 410 | 406 | ||
| 411 | * international/mule-cmds.el (select-safe-coding-system): Fix | 407 | * international/mule-cmds.el (select-safe-coding-system): Fix typo. |
| 412 | typo. | ||
| 413 | 408 | ||
| 414 | 2002-12-26 Andre Spiegel <spiegel@gnu.org> | 409 | 2002-12-26 Andre Spiegel <spiegel@gnu.org> |
| 415 | 410 | ||
| 416 | * vc.el (vc-next-action-on-file): Use t argument to vc-checkout in | 411 | * vc.el (vc-next-action-on-file): Use t argument to vc-checkout in |
| 417 | order to get the latest version on the current branch. Update | 412 | order to get the latest version on the current branch. |
| 418 | documentation of vc-BACKEND-checkout to explain this. | 413 | Update documentation of vc-BACKEND-checkout to explain this. |
| 419 | 414 | ||
| 420 | * vc-rcs.el (vc-rcs-checkout): Handle t argument for REV. | 415 | * vc-rcs.el (vc-rcs-checkout): Handle t argument for REV. |
| 421 | (vc-rcs-checkin): By default, specify the current workfile | 416 | (vc-rcs-checkin): By default, specify the current workfile |
| @@ -470,7 +465,7 @@ | |||
| 470 | 465 | ||
| 471 | 2002-12-23 Alex Schroeder <alex@emacswiki.org> | 466 | 2002-12-23 Alex Schroeder <alex@emacswiki.org> |
| 472 | 467 | ||
| 473 | Merging Dave Love <fx@gnu.org>'s custom_themes branch containing | 468 | Merging Dave Love <fx@gnu.org>'s custom_themes branch containing |
| 474 | Alex Schroeder's adaptation of Jan Vroonhof | 469 | Alex Schroeder's adaptation of Jan Vroonhof |
| 475 | <vroonhof@math.ethz.ch>'s code. Doc strings corrected by RMS. | 470 | <vroonhof@math.ethz.ch>'s code. Doc strings corrected by RMS. |
| 476 | 471 | ||
| @@ -622,23 +617,20 @@ | |||
| 622 | * international/utf-8-subst.el: Deleted. | 617 | * international/utf-8-subst.el: Deleted. |
| 623 | 618 | ||
| 624 | * international/ucs-tables.el (ucs-fragment-8859): Don't modify | 619 | * international/ucs-tables.el (ucs-fragment-8859): Don't modify |
| 625 | char-coding-system-table elements destructively. Use | 620 | char-coding-system-table elements destructively. |
| 626 | optimize-char-coding-system-table. | 621 | Use optimize-char-coding-system-table. |
| 627 | 622 | ||
| 628 | * international/mule.el (optimize-char-coding-system-table): New. | 623 | * international/mule.el (optimize-char-coding-system-table): New. |
| 629 | (register-char-codings): Use it. | 624 | (register-char-codings): Use it. |
| 630 | 625 | ||
| 631 | * international/utf-8.el (ucs-mule-cjk-to-unicode) | 626 | * international/utf-8.el (ucs-mule-cjk-to-unicode) |
| 632 | (ucs-unicode-to-mule-cjk): Revert last change. | 627 | (ucs-unicode-to-mule-cjk): Revert last change. |
| 633 | (utf-subst-table-for-encode): Initially use | 628 | (utf-subst-table-for-encode): Initially use ucs-mule-cjk-to-unicode. |
| 634 | ucs-mule-cjk-to-unicode. | 629 | (utf-subst-table-for-decode): Initially use ucs-unicode-to-mule-cjk. |
| 635 | (utf-subst-table-for-decode): Initially use | ||
| 636 | ucs-unicode-to-mule-cjk. | ||
| 637 | (utf-fragment-on-decoding, utf-translate-cjk): Don't modify | 630 | (utf-fragment-on-decoding, utf-translate-cjk): Don't modify |
| 638 | char-coding-system-table elements destructively. | 631 | char-coding-system-table elements destructively. |
| 639 | (utf-translate-cjk): Set ucs-mule-cjk-to-unicode, | 632 | (utf-translate-cjk): Set ucs-mule-cjk-to-unicode, |
| 640 | ucs-unicode-to-mule-cjk to new hash tables with realistic | 633 | ucs-unicode-to-mule-cjk to new hash tables with realistic parameters. |
| 641 | parameters. | ||
| 642 | 634 | ||
| 643 | 2002-12-18 John Paul Wallington <jpw@shootybangbang.com> | 635 | 2002-12-18 John Paul Wallington <jpw@shootybangbang.com> |
| 644 | 636 | ||
| @@ -649,8 +641,7 @@ | |||
| 649 | 641 | ||
| 650 | * gdb-ui.el (gdba-marker-filter, gdb-output-burst): Merge and | 642 | * gdb-ui.el (gdba-marker-filter, gdb-output-burst): Merge and |
| 651 | rename gud-gdba-marker-filter. | 643 | rename gud-gdba-marker-filter. |
| 652 | (gdb-append-to-inferior-io): Only pop up IO buffer if there is | 644 | (gdb-append-to-inferior-io): Only pop up IO buffer if there is output. |
| 653 | output. | ||
| 654 | (gdb-make-instance): Remove (put into gdba). | 645 | (gdb-make-instance): Remove (put into gdba). |
| 655 | Use gdb-instance-enqueue-input instead of | 646 | Use gdb-instance-enqueue-input instead of |
| 656 | gdb-instance-enqueue-idle-input for user functions. | 647 | gdb-instance-enqueue-idle-input for user functions. |
| @@ -660,8 +651,7 @@ | |||
| 660 | 651 | ||
| 661 | 2002-12-17 Kenichi Handa <handa@m17n.org> | 652 | 2002-12-17 Kenichi Handa <handa@m17n.org> |
| 662 | 653 | ||
| 663 | * international/mule.el (set-file-name-coding-system): New | 654 | * international/mule.el (set-file-name-coding-system): New function. |
| 664 | function. | ||
| 665 | 655 | ||
| 666 | * international/mule-cmds.el (mule-keymap, set-coding-system-map): | 656 | * international/mule-cmds.el (mule-keymap, set-coding-system-map): |
| 667 | Add bindings for set-file-name-coding-system. | 657 | Add bindings for set-file-name-coding-system. |
| @@ -704,24 +694,26 @@ | |||
| 704 | 694 | ||
| 705 | * filesets.el (filesets-build-menu-now): Don't clear messages. | 695 | * filesets.el (filesets-build-menu-now): Don't clear messages. |
| 706 | 696 | ||
| 707 | * allout.el: Avoid name conflicts with outline.el. Replace | 697 | * allout.el: Avoid name conflicts with outline.el. |
| 708 | globally string "outline-" with string "allout-". Replaced 1446 | 698 | Replace globally string "outline-" with string "allout-". |
| 709 | occurrences; there was no string "allout-" before the change and | 699 | Replaced 1446 occurrences; there was no string "allout-" before the |
| 710 | there seems to be no dependency on outline.el. | 700 | change and there seems to be no dependency on outline.el. |
| 711 | Put `quotes' around many function and variable names. | 701 | Put `quotes' around many function and variable names. |
| 712 | Doc changes to adjust to the change to prefix "allout-". Don't | 702 | Doc changes to adjust to the change to prefix "allout-". |
| 713 | provide 'outline. Use " Allout" as mode line string, not " Outl". | 703 | Don't provide `outline'. Use " Allout" as mode line string, |
| 714 | Put group 'allout in group 'editing. Update Copyright notice. | 704 | not " Outl". Put group `allout' in group `editing'. |
| 715 | Autoload `allout-init'. | 705 | Update Copyright notice. Autoload `allout-init'. |
| 716 | (allout-init): Give report also in case auto-activation was | 706 | (allout-init): Give report also in case auto-activation was inhibited. |
| 717 | inhibited. | 707 | (my-mark-marker): Test for feature `xemacs' instead of a string parse. |
| 718 | (my-mark-marker): Test for feature 'xemacs instead of a string | 708 | |
| 719 | parse. | 709 | 2002-12-16 Stefan Monnier <monnier@cs.yale.edu> |
| 710 | |||
| 711 | * xml.el (xml-parse-tag): Allow spaces between / and >. | ||
| 720 | 712 | ||
| 721 | 2002-12-15 David Kastrup <David.Kastrup@t-online.de> | 713 | 2002-12-15 David Kastrup <David.Kastrup@t-online.de> |
| 722 | 714 | ||
| 723 | * emacs-lisp/autoload.el (autoload-ensure-default-file): Insert | 715 | * emacs-lisp/autoload.el (autoload-ensure-default-file): |
| 724 | missing space in file end comment. | 716 | Insert missing space in file end comment. |
| 725 | 717 | ||
| 726 | 2002-12-15 Simon Josefsson <jas@extundo.com> | 718 | 2002-12-15 Simon Josefsson <jas@extundo.com> |
| 727 | 719 | ||
| @@ -737,8 +729,8 @@ | |||
| 737 | * international/utf-8.el (ucs-mule-cjk-to-unicode) | 729 | * international/utf-8.el (ucs-mule-cjk-to-unicode) |
| 738 | (utf-subst-table-for-encode, ucs-unicode-to-mule-cjk) | 730 | (utf-subst-table-for-encode, ucs-unicode-to-mule-cjk) |
| 739 | (utf-subst-table-for-decode): Specify :size, :rehash-size. | 731 | (utf-subst-table-for-decode): Specify :size, :rehash-size. |
| 740 | (utf-translate-cjk): :set rewritten to load subst-... files. Add | 732 | (utf-translate-cjk): :set rewritten to load subst-... files. |
| 741 | :set-after. | 733 | Add :set-after. |
| 742 | (ccl-decode-mule-utf-8): Consider CJK translation for r3<#x3400. | 734 | (ccl-decode-mule-utf-8): Consider CJK translation for r3<#x3400. |
| 743 | 735 | ||
| 744 | 2002-12-15 Gustav H,Ae(Bllberg <gustav@virtutech.se> (tiny change) | 736 | 2002-12-15 Gustav H,Ae(Bllberg <gustav@virtutech.se> (tiny change) |