Show
Ignore:
Timestamp:
12/27/03 19:51:37 (5 years ago)
Author:
miyoshi
Message:

Sync up with Meadow-2.00 Beta2-dev.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/lisp/ChangeLog.Meadow

    r3118 r3203  
     12003-11-15  MIYOSHI Masanori  <miyoshi@boreas.dti.ne.jp> 
     2 
     3        * makefile.nt (EMACSLOADPATH): Set EMACSLOADPATH to override the 
     4        value in the registry. 
     5 
     62003-11-15  MIYOSHI Masanori  <miyoshi@boreas.dti.ne.jp> 
     7 
     8        * emacs-lisp/bytecomp.el (byte-recompile-directory): Sync up with 
     9        Emacs-21.3.50 to support `no-byte-compile'. 
     10        (byte-compile-file): Ditto. 
     11 
     12        * version.el: Bind no-byte-compile to t. 
     13 
     14        * term/wyse50.el: Ditto. 
     15 
     16        * term/vt420.el: Ditto. 
     17         
     18        * term/vt400.el: Ditto. 
     19 
     20        * term/vt320.el: Ditto. 
     21 
     22        * term/vt300.el: Ditto. 
     23 
     24        * term/vt240.el: Ditto. 
     25 
     26        * term/vt220.el: Ditto. 
     27 
     28        * term/vt201.el: Ditto. 
     29 
     30        * term/vt200.el: Ditto. 
     31 
     32        * term/vt125.el: Ditto. 
     33 
     34        * term/vt102.el: Ditto. 
     35 
     36        * term/news.el: Ditto. 
     37 
     38        * term/lk201.el: Ditto. 
     39 
     40        * term/linux.el: Ditto. 
     41 
     42        * term/keyswap.el: Ditto. 
     43 
     44        * term/iris-ansi.el: Ditto. 
     45 
     46        * term/internal.el: Ditto. 
     47 
     48        * term/bobcat.el: Ditto. 
     49 
     50        * term/apollo.el: Ditto. 
     51 
     52        * term/AT386.el: Ditto. 
     53 
     54        * subdirs.el: Ditto. 
     55 
     56        * paths.el: Ditto. 
     57 
     58        * patcomp.el: Ditto. 
     59 
     60        * mail/blessmail.el: Ditto.  
     61 
     62        * loadup.el: Ditto. 
     63 
     64        * language/thai.el: Ditto. 
     65 
     66        * language/slovak.el: Ditto. 
     67 
     68        * language/romanian.el: Ditto. 
     69 
     70        * language/misc-lang.el: Ditto. 
     71 
     72        * language/lao.el: Ditto. 
     73 
     74        * language/korean.el: Ditto. 
     75 
     76        * language/japanese.el: Ditto. 
     77 
     78        * language/hebrew.el: Ditto. 
     79 
     80        * language/greek.el: Ditto. 
     81 
     82        * language/english.el: Ditto. 
     83 
     84        * language/devanagari.el: Ditto. 
     85 
     86        * language/czech.el: Ditto. 
     87 
     88        * international/mule-conf.el: Ditto. 
     89 
     90        * international/latin-9.el: Ditto. 
     91 
     92        * international/latin-8.el: Ditto. 
     93 
     94        * international/latin-5.el: Ditto. 
     95 
     96        * international/latin-4.el: Ditto. 
     97         
     98        * international/latin-3.el: Ditto. 
     99         
     100        * international/latin-2.el: Ditto. 
     101 
     102        * international/latin-1.el: Ditto. 
     103 
     104        * generic-x.el: Ditto. 
     105 
     106        * forms-pass.el: Ditto. 
     107 
     108        * forms-d2.el: Ditto. 
     109 
     110        * eshell/esh-module.el: Ditto. 
     111 
     112        * eshell/esh-maint.el: Ditto. 
     113 
     114        * emacs-lisp/cl-specs.el: Ditto. 
     115 
     1162003-10-22  KOSEKI Yoshinori  <kose@meadowy.org> 
     117 
     118        * makefile.meadow.w32-in (compile-files): Fix. Do not byte-compile 
     119        `DONTCOMPILE'. 
     120 
     1212003-10-15  MIYOSHI Masanori  <miyoshi@boreas.dti.ne.jp> 
     122 
     123        * makefile.meadow.w32-in (install): Modify path separators for 
     124        xcopy. 
     125 
     1262003-09-18  MIYOSHI Masanori  <miyoshi@boreas.dti.ne.jp> 
     127 
     128        * term/w32-win.el: Call w32-activate-menu-bar() instead of 
     129        w32-send-sys-command() to activate the menubar. 
     130 
     1312003-08-27  MIYOSHI Masanori  <miyoshi@boreas.dti.ne.jp> 
     132 
     133        * international/meadow.el (fancy-splash-tail): Add copyright 
     134        notices of Meadow. 
     135 
     1362003-08-26  MIYOSHI Masanori  <miyoshi@boreas.dti.ne.jp> 
     137 
     138        * international/meadow.el (mw32-splash-masked-p): New variable. 
     139        (fancy-splash-head): Use ImageMagick image decoder if possible. 
     140        Apply `:heuristic-mask' if mw32-splash-masked-p is non-nil. 
     141        (fancy-splash-head): Set link to `http://www.meadowy.org/'. 
     142        (fancy-splash-tail): New function to override the original one. 
     143 
     1442003-08-26  MIYOSHI Masanori  <miyoshi@boreas.dti.ne.jp> 
     145 
     146        * international/mw32misc.el (w32-activate-menu-bar): New function. 
     147        (w32-activate-start-menu): Ditto. 
     148        (w32-set-monitor-state): Ditto. 
     149        (w32-maximize-frame): Ditto. 
     150        (w32-restore-frame): Ditto. 
     151 
     1522003-07-07  KOSEKI Yoshinori  <kose@meadowy.org> 
     153 
     154        * international/meadow.el (w32-focus-frame): Define alias. 
     155 
     1562003-07-05  MIYOSHI Masanori  <miyoshi@boreas.dti.ne.jp> 
     157 
     158        * international/meadow.el (before-init-hook): Register image types 
     159        of `BMP' and `bmp' with before-init-hook. 
     160        Swap the priority of `bmp' and that of `BMP'. 
     161        (display-images-p): Fix a typo. 
     162        (w32-enum-logfont-cache-file): Removed. 
     163        (w32-enum-logfont-cache): Ditto. 
     164        (w32-enum-logfont): Ditto. 
     165         
    11662003-06-09  MIYASHITA Hisashi  <himi@meadowy.org> 
    2167