emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lisp/ChangeLog.22 [emacs-unicode-2]


From: Kenichi Handa
Subject: [Emacs-diffs] Changes to emacs/lisp/ChangeLog.22 [emacs-unicode-2]
Date: Tue, 30 Sep 2003 07:09:47 -0400

Index: emacs/lisp/ChangeLog.22
diff -c emacs/lisp/ChangeLog.22:1.1.2.4 emacs/lisp/ChangeLog.22:1.1.2.5
*** emacs/lisp/ChangeLog.22:1.1.2.4     Sun Sep 28 19:56:33 2003
--- emacs/lisp/ChangeLog.22     Tue Sep 30 07:09:47 2003
***************
*** 1,7 ****
--- 1,42 ----
+ 2003-09-30  Kenichi Handa  <address@hidden>
+ 
+       * composite.el (auto-composition-chunk-size): Variable deleted.
+       (auto-compose-chars): Always stop after processing a newline.
+ 
  2003-09-28  Kenichi Handa  <address@hidden>
  
        * international/mule.el (define-coding-system): Fix attribute
        name :for-unibyte.
+ 
+ 2003-09-26  Kenichi Handa  <address@hidden>
+ 
+       * 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  <address@hidden>
  




reply via email to

[Prev in Thread] Current Thread [Next in Thread]