[Message Prev][Message Next][Thread Prev][Thread Next][Message Index][Thread Index]
[MD:1727]Meadow 1.13 Beta 1 (TANAHASHI:61) release.
- X-ml-count: 1727
- Subject: [MD:1727]Meadow 1.13 Beta 1 (TANAHASHI:61) release.
- From: Miyashita Hisashi(宮下 尚:HIMI) <himi@xxxxxxxxxxxxxxxxxxxxxxxxx>
- Date: 12 Apr 2000 00:58:22 +0900
- User-agent: T-gnus/6.14.1 (based on Gnus v5.8.3) SEMI/1.13.5 (Meihō) FLIM/1.13.2 (Kasanui) Emacs/20.6 (i386-*-nt5.0.2195) MULE/4.1 (AOI) Meadow/1.13 Beta1 (TANAHASHI:61)
Meadow 1.13 Beta 1 (TANAHASHI:61) release
Download:
Source...
ftp:/ftp.m17n.org/pub/mule/Windows/beta/Meadow-1.13b1-src.tar.gz
Intel x86 binary...
ftp:/ftp.m17n.org/pub/mule/Windows/beta/Meadow-1.13b1-i386.tar.gz
ChangeLog:
* Updated to Emacs 20.6 base.
2000-04-11 Miyashita Hisashi <himi@xxxxxxxxxxxxxxxxxxxxxxxxx>
* mw32bdf.c (draw_for_invalid_index): New function.
(mw32_BDF_TextOut):
When we cannot find out any griphs, display a
circle with slash.
2000-04-10 Miyashita Hisashi <himi@xxxxxxxxxxxxxxxxxxxxxxxxx>
* mw32term.h (Vw32_system_coding_system):
Moved to coding.h from Emacs 20.6.
2000-04-09 Miyashita Hisashi <himi@xxxxxxxxxxxxxxxxxxxxxxxxx>
* mw32term.c (dumpglyphs):
If encoding is ENCODING_UNICODE, call W API for rendering font.
* mw32font.h (ENCODING_DIMENSION):
(ENCODING_BYTE1MSB1):
(ENCODING_BYTE2MSB1):
(ENCODING_BYTE2LSB1):
(ENCODING_SHIFTJIS):
(ENCODING_UNICODE):
Define encoding number macros.
* charset.c (str_cmpchar_id):
Fix CVS merge mistakes.
2000-04-07 Miyashita Hisashi <himi@xxxxxxxxxxxxxxxxxxxxxxxxx>
* ccl.c: comment fixed. And merged to the newest version.
(MAX_MAP_SET_LEVEL): increased to 30.
(PUSH_MAPPING_STACK): Enclose with do-while block.
(POP_MAPPING_STACK): Likewise.
(stack_idx_of_map_multiple): New variable.
(CCL_CALL_FOR_MAP_INSTRUCTION): New macro.
(ccl_driver) <CCL_IterateMultipleMap>: If content is a symbol,
call the corresponding CCL program by CCL_CALL_FOR_MAP_INSTRUCTION.
(ccl_driver) <CCL_MapSingle>: Likewise.
(ccl_driver) <CCL_MapMultiple>: Rewrited in order to remove many
bugs, deal with the case where looking up process reaches to the
end of map-set, and call CCL programs like the above change.
2000-03-09 Miyashita Hisashi <himi@xxxxxxxxxxxxxxxxxxxxxxxxx>
* coding.c (detect_coding_utf_8):
Don't skip extra octets.
2000-02-26 Miyashita Hisashi <himi@xxxxxxxxxxxxxxxxxxxxxxxxx>
* coding.c (detect_coding_mask): Even if `priorities' are not
specified, check utf-8 and utf-16 coding systems as well as other
coding systems.
2000-02-25 Miyashita Hisashi <himi@xxxxxxxxxxxxxxxxxxxxxxxxx>
* ccl.c (ccl_driver[CCL_MapMultiple]):
When the mapped valued is lambda, set the map index to reg[RRR].
(ccl_driver[CCL_MapSingle]):
When the mapped valued is found, set 0 to reg[RRR].
Otherwise, set -1 to reg[RRR].
2000-02-16 Miyashita Hisashi <himi@xxxxxxxxxxxxxxxxxxxxxxxxx>
* mw32term.c (x_set_mouse_pixel_position):
Adjust given mouse corsor position by ClientToScreen().
(Thanks K.Horiguchi).
* mw32fns.c (w32_WndProc):
(x_report_frame_params):
Likewise.
2000-04-09 Miyashita Hisashi <himi@xxxxxxxxxxxxxxxxxxxxxxxxx>
* language/japan-util.el (setup-japanese-environment-internal):
set-default-coding-system to japanese-shift-jis-dos
instead of japanese-shift-jis.
* international/encoded-kb.el (encoded-kbd-handle-8bit):
Deal with utf-8.
(encoded-kbd-self-insert-utf-8): New function.
(encoded-kbd-mode): Deal with utf-8 coding-system.
2000-03-03 Keiichi Suzuki <keiichi@xxxxxxxxx>
* mw32faces.el (face-property-put): Remove only the specified
property, when `val' is nil.
2000-02-17 Miyashita Hisashi <himi@xxxxxxxxxxxxxxxxxxxxxxxxx>
* international/mule.el (make-coding-system):
Don't set eol-type slot to nil when given eol-type is nil.
Instead, set 0.
from himi