From c1900b7e609f4f2419ebae3ca829c959e3b21774 Mon Sep 17 00:00:00 2001 From: Kenichi Handa Date: Tue, 30 Sep 2003 11:34:13 +0000 Subject: [PATCH] *** empty log message *** --- etc/ChangeLog.22 | 5 +++++ lisp/ChangeLog.22 | 35 +++++++++++++++++++++++++++++++++++ src/ChangeLog.22 | 21 +++++++++++++++++++++ 3 files changed, 61 insertions(+) diff --git a/etc/ChangeLog.22 b/etc/ChangeLog.22 index 065c356c201..067cb672b51 100644 --- a/etc/ChangeLog.22 +++ b/etc/ChangeLog.22 @@ -1,3 +1,8 @@ +2003-09-26 Kenichi Handa + + * ps-prin1.ps (HeaderOrFooterTextLines): Handle multiple strings + in a line. + 2003-09-08 Kenichi Handa * charsets: New directory for charset mapping tables. diff --git a/lisp/ChangeLog.22 b/lisp/ChangeLog.22 index 3d531da5945..0a84688b9bb 100644 --- a/lisp/ChangeLog.22 +++ b/lisp/ChangeLog.22 @@ -1,8 +1,43 @@ +2003-09-30 Kenichi Handa + + * composite.el (auto-composition-chunk-size): Variable deleted. + (auto-compose-chars): Always stop after processing a newline. + 2003-09-28 Kenichi Handa * international/mule.el (define-coding-system): Fix attribute name :for-unibyte. +2003-09-26 Kenichi Handa + + * ps-bdf.el: Mostly re-written. + + * ps-mule.el: Mostly re-written. + + * ps-print.el (ps-generate-string-list): Function deleted. + (ps-rh-cache, ps-lf-cache, ps-rf-cache): Variables deleted. + (ps-header-footer-string): Function deleted. + (ps-encode-header-string-function): New variable + (ps-generate-header-line): Call ps-encode-header-string-function. + (ps-basic-plot-string-function): New variable + (ps-begin-job): Set ps-basic-plot-string-function and + ps-encode-header-string-function. For setting up headers and + footers, don't use caches such as ps-rh-cache. Don't call + ps-mule-begin-page. + (ps-basic-plot-str): Don't call ps-mule-prepare-ascii-font. + (ps-basic-plot-string): Likewise. + (ps-control-character): Likewise. + (ps-plot-region): Don't pay attention to composition and + non-ASCII characters. + (ps-generate): Call ps-mule-end-job. + (ps-mule-prepare-ascii-font): Delete autoload. + (ps-mule-set-ascii-font): Likewise. + (ps-mule-plot-string): Likewise. + (ps-mule-begin-page): Likewise. + (ps-mule-end-job): Declare autoload. + + * composite.el (auto-compose-region): New function. + 2003-09-11 Dave Love * international/mule-util.el diff --git a/src/ChangeLog.22 b/src/ChangeLog.22 index db8f35bec45..5046ef0a04f 100644 --- a/src/ChangeLog.22 +++ b/src/ChangeLog.22 @@ -1,3 +1,19 @@ +2003-09-30 Kenichi Handa + + * xdisp.c (handle_auto_composed_prop): Check if the last + characters of auto-composed region is newly composed with the + following characters. + (handle_composition_prop): Fix checking of point being inside + composition. + +2003-09-26 Kenichi Handa + + * fns.c (concat): Don't change multibyteness of the result by + concatenating an 8-bit character. + + * data.c (Faset): Check newelt by CHECK_CHARACTER. Don't change + multibyteness of the result when newelt is an 8-bit character. + 2003-09-29 Dave Love * xmenu.c (find_and_call_menu_selection): Make menu_bar_items_used @@ -99,6 +115,11 @@ * fileio.c (Finsert_file_contents): Call setup_coding_system in the case of auto saving. +2003-09-10 Andreas Schwab + + * chartab.c (map_char_table): Protect `range' from GC. + (map_char_table_for_charset): Likewise. + 2003-07-09 Kenichi Handa * coding.c (decode_coding_sjis): Check bytes more rigidly. -- 2.39.2