Whole of tree build fix
[packages] / xemacs-packages / ps-print / ChangeLog
1 2014-05-15  Norbert Koch  <viteno@xemacs.org>
2
3         * Makefile (VERSION): XEmacs package 1.14 released.
4
5 2014-05-15  Norbert Koch  <viteno@xemacs.org>
6
7         * Makefile (VERSION): XEmacs package 1.13 released.
8
9 2014-05-13  Jerry James  <james@xemacs.org>
10
11         * .cvsignore: Remove.
12         * .hgignore: New file.
13
14 2008-02-19  Norbert Koch  <viteno@xemacs.org>
15
16         * Makefile (VERSION): XEmacs package 1.12 released.
17
18 2004-12-06  Ben Wing  <ben@xemacs.org>
19
20         * Makefile:
21         * Makefile (REQUIRES):
22         text-modes depends on xemacs-base.
23
24 2004-08-10  Norbert Koch  <viteno@xemacs.org>
25
26         * Makefile (VERSION): XEmacs package 1.11 released.
27
28 2004-07-25  Michael Sperber  <mike@xemacs.org>
29
30         * Makefile (ELCS): Include ps-mule.elc always, even when not
31         building for Mule: it's required.
32
33 2004-03-08  Norbert Koch  <viteno@xemacs.org>
34
35         * Makefile (VERSION): XEmacs package 1.10 released.
36
37 2004-02-03  Robert Widhopf-Fenk
38
39         * ps-print.el (ps-do-despool): honor the return code and error
40         messages when calling ps-lpr-command, i.e. in case of an error 
41         we display the command line and error message instead of ignoring
42         it and displaying a misleading "Printing...done"!
43         
44 2003-10-31  Norbert Koch  <viteno@xemacs.org>
45
46         * Makefile (VERSION): XEmacs package 1.09 released.
47
48 2003-03-09  Ben Wing  <ben@xemacs.org>
49
50         * Makefile:
51         Delete explicit compile:: and binkit: rules.
52         Don't add custom-load.elc to the list of generated elc's.
53         Include Local.rules.inc at the beginning for access to
54         BUILD_WITHOUT_MULE, and put the include of XEmacs.rules at the
55         end.
56         Move the include of XEmacs.rules to the end of the file.
57
58 2002-11-29  Ben Wing  <ben@xemacs.org>
59
60         * .cvsignore: Remove files now handled automatically by CVS.
61         * Makefile: Use `compile' instead of hard-coded `all'.
62
63 2002-10-15  Ville Skyttä  <scop@xemacs.org>
64
65         * Makefile (srckit): Remove.
66
67 2002-08-29  Rendhalver [Peter Brown]  <rendhalver@xemacs.org>
68
69         * Makefile (VERSION): XEmacs package 1.08 released.
70
71 2002-08-27  Ville Skyttä  <scop@xemacs.org>
72
73         * ps-print.el: Check emacs-major-version in addition to
74         emacs-minor-version when deciding stuff at compile time.
75         This disables setq'ing ps-print-color-p to nil based on
76         wrong information, as well as defun's ps-color-device
77         as obviously meant on XEmacs >= 20.
78         (ps-print-color-p): Add autoload cookie to make
79         "Options->Printing->Color Printing" widget work.
80
81 2002-08-05  Rendhalver [Peter Brown]  <rendhalver@xemacs.org>
82
83         * Makefile (VERSION): XEmacs package 1.07 released.
84
85 2002-08-03  Ville Skyttä  <scop@xemacs.org>
86
87         * Makefile: Set DATA_FILES before including XEmacs.rules.
88
89 2002-07-31  Rendhalver [Peter Brown]  <rendhalver@xemacs.org>
90
91         * Makefile (VERSION): XEmacs package 1.06 released.
92
93 2002-07-30  Ville Skyttä  <scop@xemacs.org>
94
95         * ps-mule.el: Get rid of coding-system aliases.
96         (ps-mule-string-ascii): Use real XEmacs coding-system names.
97         (ps-mule-font-info-database-latin): Ditto.
98         (ps-mule-font-info-database-bdf): Ditto.
99         (ps-mule-encode-header-string): Ditto.
100
101 2002-07-30  Rendhalver [Peter Brown]  <rendhalver@xemacs.org>
102
103         * Makefile (VERSION): XEmacs package 1.05 released.
104
105 2002-07-22  Daiki Ueno  <daiki@xemacs.org>
106
107         * ps-mule.el: Add aliases for iso-latin-* coding systems.
108
109 2002-06-10  Vin Shelton  <acs@xemacs.org>
110
111         * Makefile: Include XEmacs.rules before testing BUILD_WITHOUT_MULE
112
113 2002-06-10  Mike Fabian <mfabian@suse.de>
114
115         * ps-mule.el (ps-mule-string-encoding): use find-coding-system
116         for XEmacs where coding-system-p is used in Emacs.
117         * ps-mule.el (ps-mule-begin-job): assume that
118         enable-multibyte-character is always t because this variable
119         exists only for compatibility with Emacs and does not change
120         the behaviour of XEmacs.
121         * ps-mule.el: define a few aliases for coding systems which
122         have different names in Emacs.
123         * ps-mule.el (ps-mule-font-info-database-ps):
124         use ps-mule-encode-8bit instead of ps-mule-encode-7bit for the
125         Korean Munhwa-Bold-KSC-EUC-H font.
126         * ps-mule.el (ps-mule-font-info-database-bdf):
127         prefer gulim24.bdf over hanglm24.bdf (looks better).
128         use ps-mule-encode-8bit instead of ps-mule-encode-7bit for the
129         chinese-sisheng bdf fonts.
130
131 2002-04-24  Steve Youngs  <youngs@xemacs.org>
132
133         * Makefile (VERSION): XEmacs package 1.04 released.
134
135         * ps-print.el (ps-page-dimensions-database): Add autoload cookie.
136
137 2002-03-22  Adrian Aichner  <adrian@xemacs.org>
138
139         * lpr.el: Fix typo.
140
141 2002-02-01  Björn Torkelsson  <torkel@pdc.kth.se>
142
143         * ps-print.el (ps-print-preprint-region): use region-active-p
144         instead of mark-active
145
146 2002-01-14  Steve Youngs  <youngs@xemacs.org>
147
148         * package-info.in: Change package name from 'ps-print-nomule' to
149         'ps-print'. 
150
151         * Makefile (DATA_FILES): Make sure we only grab the *.ps files. 
152
153 2002-01-05  Steve Youngs  <youngs@xemacs.org>
154
155         * lpr.el (lpr-windows-system): Add autoload cookie.
156         (lpr-lp-system): Ditto.
157
158 2001-12-23  Steve Youngs  <youngs@xemacs.org>
159
160         * Makefile: Initial version.
161
162         * package-info.in: Initial version.
163