Initial Commit
[packages] / xemacs-packages / calc / ChangeLog
1 2014-05-15  Norbert Koch  <viteno@xemacs.org>
2
3         * Makefile (VERSION): XEmacs package 1.28 released.
4
5 2014-05-15  Norbert Koch  <viteno@xemacs.org>
6
7         * Makefile (VERSION): XEmacs package 1.27 released.
8
9 2014-05-13  Jerry James  <james@xemacs.org>
10
11         * .cvsignore: Remove.
12         * .hgignore: New file.
13         * calc.texinfo: Update for texinfo 5.x.
14
15 2004-09-07  Norbert Koch  <viteno@xemacs.org>
16
17         * Makefile (VERSION): XEmacs package 1.26 released.
18
19 2004-09-07  Steve Youngs  <steve@youngs.au.com>
20
21         * calc.el (calc): New custom group
22         (calc-settings-file): Defcustom it and default to ~/.calc.el.
23         (calc-mode): Only load `calc-settings-file' if it exists.
24
25         * calc-mode.el (calc-settings-file-name): Default to using
26         ~/.calc.el. 
27
28         This prevents a "stringp nil" error if ~/.emacs didn't exist, and
29         also stops unnecessary double loading of `user-init-file'.
30
31 2004-06-06  Norbert Koch  <viteno@xemacs.org>
32
33         * Makefile (VERSION): XEmacs package 1.25 released.
34
35 2004-06-01  Steve Youngs  <steve@youngs.au.com>
36
37         * calc.el (calc-settings-file): Default to `user-init-file'.
38
39 2003-10-31  Norbert Koch  <viteno@xemacs.org>
40
41         * Makefile (VERSION): XEmacs package 1.24 released.
42
43 2003-09-22  Steve Youngs  <youngs@xemacs.org>
44
45         * Makefile (EXPLICIT_DOCS): Removed.
46         (STANDARD_DOCS): Use instead.
47
48 2003-03-30  Steve Youngs  <youngs@xemacs.org>
49
50         * Makefile (EARLY_GENERATED_LISP): Revert previous change.
51
52 2003-03-22  Steve Youngs  <youngs@xemacs.org>
53
54         * Makefile (EARLY_GENERATED_LISP): Explicitly set so we don't try
55         to build custom-loads, this package doesn't have any.
56
57 2003-03-09  Ben Wing  <ben@xemacs.org>
58
59         * Makefile (calc.info): Removed.
60         Don't add custom-load.elc to the list of generated elc's.
61         Use STANDARD_DOCS instead of explicitly giving the targets
62         and dependencies.
63         Use DOCS_TEXINFO_EXTENSION, since the docs are named .texinfo
64         rather than .texi.
65         Comment out, but don't remove entirely quite yet, old code
66         that used the Elisp texinfo package (rather than makeinfo)
67         to compile the docs, since maybe makeinfo choked???  If this
68         happens, try uncommenting this stuff.
69         Format info using makeinfo, not XEmacs.
70
71         * calc.texinfo:
72         Fix up cross-references and insert menu item for Interactive
73         Tutorial, to avoid problems with makeinfo.
74         Also add missing comma after xref.
75         
76 2002-11-29  Ben Wing  <ben@xemacs.org>
77
78         * .cvsignore: Remove files now handled automatically by CVS.
79         * Makefile: Use `compile' instead of hard-coded `all'.
80
81 2002-10-15  Ville Skyttä  <scop@xemacs.org>
82
83         * Makefile (srckit): Remove.
84
85 2002-10-14  Ville Skyttä  <scop@xemacs.org>
86
87         * Makefile (MANUAL): Removed (unused).
88
89 2002-07-16  Adrian Aichner  <adrian@xemacs.org>
90
91         * .cvsignore: Add generated .info* and .html files.
92
93 2002-05-09  Steve Youngs  <youngs@xemacs.org>
94
95         * Makefile (VERSION): XEmacs package 1.23 released.
96
97 2002-05-08  Steve Youngs  <youngs@xemacs.org>
98
99         * Makefile (PRELOADS): Remove ./'s
100
101 2002-04-30  Steve Youngs  <youngs@xemacs.org>
102
103         * Makefile (VERSION): XEmacs package 1.22 released.
104
105         * Makefile (REQUIRES): Add xemacs-base for *-kbd-macro functions.
106
107         * macedit.el (edit-last-kbd-macro): Comment out, function is
108         defined in `edmacro.el'.
109         (edit-kbd-macro): Ditto.
110         (read-kbd-macro): Ditto.
111
112         * Makefile (VERSION): XEmacs package 1.21 released.
113
114 2002-04-25  Steve Youngs  <youngs@xemacs.org>
115
116         * calc-units.el: Add commented references to CODATA.
117
118 2002-04-24  Steve Youngs  <youngs@xemacs.org>
119
120         * Makefile (VERSION): XEmacs package 1.20 released.
121
122 2002-04-09  Steve Youngs  <youngs@xemacs.org>
123
124         * calc-units.el (math-standard-units): Updated to include CODATA
125         entries.  Also fix a few typo's in the metric unit names.
126         From Jochen Küpper <jochen@jochen-kuepper.de> for the CODATA
127         entries. 
128
129 2002-03-25  Steve Youngs  <youngs@xemacs.org>
130
131         * Makefile (VERSION): 1.19 released.
132
133 2002-03-12  Adrian Aichner  <adrian@xemacs.org>
134
135         * calc.texinfo: Fix typos found by my own grep-for-likely-typo.pl.
136
137 2002-01-13  Steve Youngs  <youngs@xemacs.org>
138
139         * package-info.in (provides): Update to include all provides.
140
141 2002-01-07  Adrian Aichner  <adrian@xemacs.org>
142
143         * Makefile (HTML_FILES): New.
144         * Makefile (HTML_DEP): New.
145
146 2001-07-30  James LewisMoss  <jimdres@mindspring.com>
147
148         * calc-embed.el (calc-embedded-active-state): defvar
149         calc-embedded-all-active.
150
151 2001-05-12  Karl M. Hegbloom  <karlheg@hegbloom.net>
152
153         * calc.el (calc-quit): Guard against kbuf eq nil
154
155 2001-05-11  Ben Wing  <ben@xemacs.org>
156
157         * Makefile:
158         Fix to compile in the absence of an installed package tree.
159
160 2001-04-16  Felicia Neff  <fn@panix.com>
161
162         * calc.texinfo: Fix up @direntry.
163
164 2001-04-11 Nick V. Pakoulin <npak@ispras.ru>
165
166         * calc.el (calc-init-base): Added support for numeric keypad.
167
168 2000-11-13  Vin Shelton  <acs@xemacs.org>
169
170         * calc-alg-2.el (math-solve-get-sign): Use int-to-string.
171         (math-solve-get-int): Ditto.
172
173 2000-10-05  Martin Buchholz  <martin@xemacs.org>
174
175         * *: Mega typo fix.
176
177 1999-11-17  Tim Bradshaw  <tfb@tfeb.org>
178
179         * calc.el (calc-unread-command): call characterp not integerp
180         which is bogus.
181
182 1998-07-25  SL Baur  <steve@altair.xemacs.org>
183
184         * calc-misc.el (calc-info): Don't bother to do an Info directory
185         path search on XEmacs.  XEmacs Does The Right Thing by default.
186         (calc-tutorial): Autoload.
187
188         * calc-maint.el (calc-do-compile): It's XEmacs not Lucid.
189
190 1998-07-23  SL Baur  <steve@altair.xemacs.org>
191
192         * Makefile (calc.info): Run with $(XEMACS).
193
194         * calc.el (calc-init-base): It's XEmacs, not Lucid.
195
196 1998-07-18  SL Baur  <steve@altair.xemacs.org>
197
198         * calc-yank.el (calc-edit): screen-width -> frame-width.
199         (calc-show-edit-buffer): Ditto.
200
201         * calc-store.el (calc-edit-variable): screen-width -> frame-width.
202
203         * calc-sel.el (calc-edit-selection): screen-width -> frame-width.
204
205         * calc-prog.el (calc-user-define-edit): screen-width -> frame-width.
206         (calc-kbd-loop): executing-macro -> executing-kbd-macro.
207         (calc-kbd-push): Ditto.
208         (calc-kbd-report): Ditto.
209         (calc-kbd-query): Ditto.
210
211         * calc-mode.el (calc-save-modes): executing-macro ->
212         executing-kbd-macro.
213
214         * calc-misc.el (calc-big-or-small): screen-width -> frame-width,
215         screen-height -> frame-height.
216         (math-do-working): executing-macro -> executing-kbd-macro.
217
218         * calc-graph.el (calc-graph-plot): screen-width -> frame-width,
219         screen-height -> frame-height.
220         (calc-graph-view): screen-height -> frame-height.
221
222         * calc-embed.el (calc-do-embedded): y-or-n-p only accepts one
223         argument.
224         (calc-embedded-edit): screen-width -> frame-width.
225
226         * calc-aent.el (calc-do-quick-calc): screen-width -> frame-width.
227
228         * calc.el (calc): screen-width -> frame-width.
229         (calc-quit): screen-width -> frame-width, screen-height ->
230         frame-height.
231         (calc-window-width): screen-width -> frame-width.
232
233 1998-07-12  SL Baur  <steve@altair.xemacs.org>
234
235         * calc-aent.el (calc-do-alg-entry): blink-paren-hook has long been 
236         renamed to blink-paren-function.
237
238         * calc-maint.el (calc-add-autoloads): `trim-versions-without-asking'
239         was renamed to `delete-old-versions' many years ago.
240
241 1998-02-27  Greg Klanderman  <greg@alphatech.com>
242
243         * calc.el (calc-init-base): replace bindings of
244         backward-or-forward-delete-char too.
245         * calc-prog.el (calc-user-define-formula): ebola.
246         (calcDigit-start): more ebola.
247         (calc-macro-edit-algebraic): and a bit more.
248         * calc-comp.el (math-comp-highlight-string): ebola
249         * macedit.el (MacEdit-insert-string): ebola fix.
250
251 1998-03-03  SL Baur  <steve@altair.xemacs.org>
252
253         * Fix up package-info.in to report the correct package.
254
255 1998-02-27  SL Baur  <steve@altair.xemacs.org>
256
257         * calc-aent.el (math-read-token): Fix Ebola.
258
259 1998-02-10  Jens-Ulrik Holger Petersen  <petersen@kurims.kyoto-u.ac.jp>
260
261         * calc.el (calcDigit-backspace): Use `?\r'.
262
263         * calc-aent.el (calc-do-quick-calc): Use `?\n'.
264         (calcAlg-blink-matching-open): Use `char-int'.
265
266         * calc-incom.el (calc-digit-dots): Use `? '.
267
268         * calc-keypd.el (calc-keypad-press): Use `?\r' and `?\a'.
269
270 1998-02-06  SL Baur  <steve@altair.xemacs.org>
271
272         * calc.el (calcDigit-nondigit): Deebolify.
273
274 1998-02-03  Karl M. Hegbloom  <karlheg@bittersweet.inetarena.com>
275
276         * calc.texinfo (Top): Warning: The command `@ichapter' is
277         obsolete; use `@chapter' instead. Fixed.
278
279