aboutsummaryrefslogtreecommitdiffstats
path: root/lisp
diff options
context:
space:
mode:
authorKenichi Handa2003-09-30 11:34:13 +0000
committerKenichi Handa2003-09-30 11:34:13 +0000
commitc1900b7e609f4f2419ebae3ca829c959e3b21774 (patch)
treed8ba7eefd79c655784c1e134c3e52d8e12be6c67 /lisp
parent36358790c032dd01e452a04a224d7b7acffa1ba2 (diff)
downloademacs-c1900b7e609f4f2419ebae3ca829c959e3b21774.tar.gz
emacs-c1900b7e609f4f2419ebae3ca829c959e3b21774.zip
*** empty log message ***
Diffstat (limited to 'lisp')
-rw-r--r--lisp/ChangeLog.2235
1 files changed, 35 insertions, 0 deletions
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 @@
12003-09-30 Kenichi Handa <handa@m17n.org>
2
3 * composite.el (auto-composition-chunk-size): Variable deleted.
4 (auto-compose-chars): Always stop after processing a newline.
5
12003-09-28 Kenichi Handa <handa@m17n.org> 62003-09-28 Kenichi Handa <handa@m17n.org>
2 7
3 * international/mule.el (define-coding-system): Fix attribute 8 * international/mule.el (define-coding-system): Fix attribute
4 name :for-unibyte. 9 name :for-unibyte.
5 10
112003-09-26 Kenichi Handa <handa@m17n.org>
12
13 * ps-bdf.el: Mostly re-written.
14
15 * ps-mule.el: Mostly re-written.
16
17 * ps-print.el (ps-generate-string-list): Function deleted.
18 (ps-rh-cache, ps-lf-cache, ps-rf-cache): Variables deleted.
19 (ps-header-footer-string): Function deleted.
20 (ps-encode-header-string-function): New variable
21 (ps-generate-header-line): Call ps-encode-header-string-function.
22 (ps-basic-plot-string-function): New variable
23 (ps-begin-job): Set ps-basic-plot-string-function and
24 ps-encode-header-string-function. For setting up headers and
25 footers, don't use caches such as ps-rh-cache. Don't call
26 ps-mule-begin-page.
27 (ps-basic-plot-str): Don't call ps-mule-prepare-ascii-font.
28 (ps-basic-plot-string): Likewise.
29 (ps-control-character): Likewise.
30 (ps-plot-region): Don't pay attention to composition and
31 non-ASCII characters.
32 (ps-generate): Call ps-mule-end-job.
33 (ps-mule-prepare-ascii-font): Delete autoload.
34 (ps-mule-set-ascii-font): Likewise.
35 (ps-mule-plot-string): Likewise.
36 (ps-mule-begin-page): Likewise.
37 (ps-mule-end-job): Declare autoload.
38
39 * composite.el (auto-compose-region): New function.
40
62003-09-11 Dave Love <fx@gnu.org> 412003-09-11 Dave Love <fx@gnu.org>
7 42
8 * international/mule-util.el 43 * international/mule-util.el