6716
|
1 2007-06-12 David Bateman <dbateman@free.fr> |
|
2 |
|
3 * interpreter/numbers.txi: Document that 64-bit arithmetic is |
|
4 not possible. |
|
5 |
6702
|
6 2007-06-12 David Bateman <dbateman@free.fr> |
|
7 |
|
8 * interpreter/interp.txi: Split into two section and document |
|
9 interp3 and the differences in the treatement of the dimensions |
|
10 between interpn and interp3. |
|
11 * hashing.txi: Remove. |
|
12 * system.txi: Move it here as a subsection. Include explanation |
|
13 and example. |
|
14 * interpreter/octave.texi: Add sections for the Interpolation |
|
15 chapter. Remove references to Hashing chapter and hashing.texi, |
|
16 and subsections for hashing to system utilities chapter. |
|
17 |
|
18 |
6700
|
19 2007-06-12 2007-06-10 S�ren Hauberg <hauberg@gmail.com> |
|
20 |
|
21 * interpreter/diffeq.txi: Note that x-dot is the derivative of x. |
|
22 |
6686
|
23 2007-06-03 David Bateman <dbatemna@free.fr> |
|
24 |
|
25 * interpreter/dynamic.txi: Use "mwSize" and "mwIndex" rather than |
|
26 "int" for indexing in mex-files and document them. |
|
27 |
6673
|
28 2007-05-30 John W. Eaton <jwe@octave.org> |
|
29 |
|
30 * interpreter/Makefile.in (TEXI2DVICOMMAND, TEXI2PDFCOMMAND): |
|
31 New macros. |
|
32 (octave-a4.pdf, octave-smallbook.pdf): New targets. |
|
33 (FORMATTED, all): Include octave-a4.pdf in list of dependencies. |
|
34 Delete octave.dvi and octave.ps from list. |
|
35 (FORMATTED, all): Use $(PDF_TARGETS). |
|
36 (maintainer-clean): Depend on clean. |
|
37 |
6672
|
38 2007-05-30 G. D. McBain <gdmcbain@freeshell.org> |
|
39 |
|
40 * interpreter/expr.txi (Assignment Ops): Doc fix. |
|
41 |
6669
|
42 2007-05-29 Steven Mestdagh <steven.mestdagh@esat.kuleuven.be> |
|
43 |
|
44 * interpreter/Makefile.in ($(HTML_IMAGES_PNG)): Use cp instead of |
|
45 INSTALL_DATA to copy files to the HTML directory. |
|
46 |
6667
|
47 2007-05-28 S�ren Hauberg <hauberg@gmail.com> |
|
48 |
|
49 * interpreter/errors.txi: Add new sections and some more detailed |
|
50 descriptions on errors and warnings. |
|
51 * interpreter/octave.texi, interpreter/stmt.txi, |
|
52 interpreter/var.txi: Add references to the new sections in |
|
53 errors.txi. |
|
54 |
6666
|
55 2007-05-28 S�ren Hauberg <hauberg@gmail.com> |
|
56 |
|
57 * interpreter/io.txi: Rearrange some sections, and add |
|
58 a few examples. |
|
59 |
|
60 2007-05-28 G. D. McBain <geordie_mcbain@yahoo.com.au> |
|
61 |
|
62 * interpreter/struct.txi: Doc fix. |
|
63 |
6661
|
64 2007-05-23 John W. Eaton <jwe@octave.org> |
|
65 |
|
66 * liboctave/Makefile.in (TEXINFO_SOURCE): New variable. |
|
67 (TEXINFO): Define using $(TEXINFO_SOURCE). |
|
68 (DISTFILES): Include $(TEXINFO_SOURCE) in the list, not $(TEXINFO). |
|
69 |
6654
|
70 2007-05-22 John W. Eaton <jwe@octave.org> |
|
71 |
|
72 * interpreter/Makefile.in (TEXINFO_SOURCE): New variable. |
|
73 (TEXINFO): Define using $(TEXINFO_SOURCE). |
|
74 (DISTFILES): Include $(TEXINFO_SOURCE) in the list, not $(TEXINFO). |
|
75 |
6653
|
76 2007-05-22 Thomas Weber <thomas.weber.mail@gmail.com> |
|
77 |
|
78 * faq/Octave-FAQ.texi, interpreter/basics.txi, |
|
79 refcard/refcard.tex: Fix typos. |
|
80 |
6650
|
81 2007-05-22 John W. Eaton <jwe@octave.org> |
|
82 |
|
83 * interpreter/Makefile.in (DISTFILES): Add mkcontrib.awk to the list. |
|
84 |
6646
|
85 2007-05-21 David Bateman <dbatemna@free.fr> |
|
86 |
|
87 * interpreter/debug.txi, io.txi, octave.txi: Doc fixes. |
|
88 |
6637
|
89 2007-05-21 S�ren Hauberg <hauberg@gmail.com> |
|
90 |
6642
|
91 * interpreter/expr.txi: Describe +=, -=, *=, and /= operators. |
|
92 Add new example. |
|
93 |
6641
|
94 * interpreter/eval.txi: Partition the chapter into sections. |
|
95 Describe evalin and assignin functions using text from Paul |
6643
|
96 Kienzle. Change "See See" to "See". Use @ref instead of @xref to |
|
97 avoid "See" to be written with a capital letter in the middle of a |
|
98 sentence. |
6641
|
99 |
6638
|
100 * interpreter/func.txi: New section describing load path. |
|
101 Improve 'inline' and 'command' sections. |
|
102 |
6637
|
103 * interpreter/stmt.txi: Describe cell array cases for the switch |
|
104 statement. Minor layout changes. |
|
105 |
6635
|
106 2007-05-19 David Bateman <dbatemna@free.fr> |
|
107 |
|
108 * interpreter/func.txi: Additional documentation for function |
|
109 locking, dispatch and autoloading. |
|
110 |
6632
|
111 2007-05-16 S�ren Hauberg <hauberg@gmail.com> |
|
112 |
6635
|
113 * interpreter/expr.txi: Improve docs. |
6632
|
114 |
6620
|
115 2007-05-14 John W. Eaton <jwe@octave.org> |
|
116 |
|
117 * interpreter/basics.txi, interpreter/data.txi, |
|
118 interpreter/intro.txi, interpreter/numbers.txi, |
|
119 interpreter/octave.texi, interpreter/preface.txi: Doc fixes. |
|
120 |
6616
|
121 2007-04-18 S�ren Hauberg <hauberg@gmail.com> |
|
122 |
|
123 * interpreter/package.texi: Document "*" flag for loaded packages. |
|
124 |
6623
|
125 * interpreter.var.txi: Improve explanation of clear, exist, and who. |
|
126 |
|
127 * interpreter/intro.txi: Change @unnumberedsubsec to @subsection. |
|
128 |
|
129 * interpreter/container.txi: Doc fix. |
|
130 |
|
131 * interpreter/strings.txi: Improve explanation for creating |
|
132 comparing, and converting strings. |
|
133 * interpreter/octave.texi: Update detailed menu. |
|
134 |
6612
|
135 2007-05-09 David Bateman <dbateman@free.fr> |
|
136 |
|
137 * faq/Octave-FAQ.texi: Update compatibility section. |
|
138 |
6593
|
139 2007-04-27 David Bateman <dbateman@free.fr> |
|
140 |
6595
|
141 * Makefile.in (EXAMPLE_FILES_NODIR): Add mycell.c, myfeval.c, |
|
142 myfunc.c, mypow2.c, mysparse.c, mystring.c, mystruct.c and |
|
143 paramdemo.cc. |
6593
|
144 * interpreter.txi/dynamic.txi: Complete all but the section on |
|
145 the mex- and oct-file APIs. |
|
146 |
6587
|
147 2007-04-26 David Bateman <dbateman@free.fr> |
|
148 |
|
149 * interpreter/stmt.txi: Document for loops over matrices, arrays |
|
150 and cell arrays. |
|
151 |
6580
|
152 2007-04-25 David Bateman <dbateman@free.fr> |
|
153 |
|
154 * interpreter/dynamic.txi: Add additional copyrights. Add sections |
|
155 of input parameter checking, documentation and testing of |
|
156 oct-files. Adds a section on calling other functions from |
|
157 mex-files, expands the basic information on mex-files, and add a |
|
158 few new sections (to be completed) to the section about mex-files |
|
159 |
6574
|
160 2007-04-25 John W. Eaton <jwe@octave.org> |
|
161 |
6583
|
162 * interpreter/dynamic.txi: Use abs_top_srcdir to find example files. |
|
163 |
|
164 2007-04-25 David Bateman <dbateman@free.fr> |
|
165 |
|
166 * conf.texi.in: Also set abs_top_srcdir with substitution. |
|
167 * Makefile.in: Substitute abs_top_srcdir here. |
|
168 |
|
169 2007-04-25 John W. Eaton <jwe@octave.org> |
|
170 |
6577
|
171 * interpreter/dynamic.txi: Use @verbatiminclude for example code. |
|
172 |
|
173 * interpreter/Makefile.in (EXAMPLE_FILES_NODIR, EXAMPLE_FILES): |
|
174 New variables. |
|
175 (octave.info, octave.dvi, octave.pdf, HTML/index.html): |
|
176 Depend on $(EXAMPLE_FILES). |
|
177 |
|
178 * conf.texi.in: Also set top_srcdir with substitution. |
|
179 |
6574
|
180 * interpreter/tips.txi: Update with new text and examples. |
|
181 Move documentation section to the end. |
|
182 |
6570
|
183 2007-04-24 David Bateman <dbateman@free.fr> |
|
184 |
|
185 * interpreter/octave.texi: Include dynamic.texi as appendix and |
|
186 update menus. |
|
187 |
|
188 * interpreter/plot.txi: Update menus. |
|
189 |
|
190 * interpreter/strings.txi: @result -> @result{}. |
|
191 |
|
192 * intrepreter/func.txi, intrepreter/sparse.txi: |
|
193 Delete .oct file section and update menus. |
|
194 |
|
195 * interpreter/addtwomatrices.cc, interpreter/celldemo.cc, |
|
196 interpreter/fortdemo.cc, interpreter/funcdemo.cc, |
|
197 interpreter/globaldemo.cc, interpreter/helloworld.cc, |
|
198 interpreter/stringdemo.cc, interpreter/structdemo.cc, |
|
199 interpreter/unwinddemo.cc, interpreter/fortsub.f, |
|
200 interpreter/dynamic.txi: New files. |
|
201 |
|
202 * Makefile.in (SUB_SOURCE): Include dynamic.txi in the list. |
|
203 |
6537
|
204 2007-04-18 S�ren Hauberg <hauberg@gmail.com> |
|
205 |
|
206 * interpreter/package.texi: New file. |
|
207 * octave/texi: @include it, add it to the menus. |
|
208 |
6535
|
209 2007-04-18 John W. Eaton <jwe@octave.org> |
|
210 |
|
211 * interpreter/contributors.in: New file. |
|
212 * interpreter/Makefile.in (contributors.texi): New target. |
|
213 (clean): Also deleete contributors.texi |
|
214 (TEXINFO): Include contributors.texi in the list. |
|
215 (preface.texi): @include contributors.texi. |
|
216 |
6531
|
217 2007-04-17 David Bateman <dbateman@free.fr> |
|
218 |
|
219 * interpreter/linalg.txi (Techniques used for Linear Algebra): |
|
220 New node. |
|
221 * interpreter/octave.texi: Include it in menu. |
|
222 * interpreter/sparse.txi: Delete discusion of matrix_type. |
|
223 |
6529
|
224 2007-04-16 John W. Eaton <jwe@octave.org> |
|
225 |
|
226 * interpreter/stream.txi: Delete. |
|
227 * interpreter/Makefile.in (SUB_SOURCE): Remove it from the list. |
|
228 |
|
229 2007-04-16 S�ren Hauberg <hauberg@gmail.com> |
|
230 |
6530
|
231 * intrepreter/stmt.txi: Improve documentation of switch statement. |
|
232 |
|
233 * interpreter/tips.txi: Update description of how copyright |
|
234 statements are recognized. |
|
235 |
6529
|
236 * interpreter/octave.texi: Don't include stream.texi. |
|
237 Remove menu entry for I/O streams. |
|
238 |
|
239 * interpreter/image.txi: Update docs. |
|
240 |
6518
|
241 2007-04-11 S�ren Hauberg <hauberg@gmail.com> |
|
242 |
|
243 * interpreter/container.txi: Document indexing with (). |
|
244 |
6514
|
245 2007-04-11 S�ren Hauberg <hauberg@gmail.com> |
|
246 |
|
247 * interpreter/container.txi: Improve cell array documentation. |
|
248 |
6510
|
249 2007-04-09 S�ren Hauberg <hauberg@gmail.com> |
|
250 |
|
251 * interpreter/func.txi: Document varargin, varargout, and default |
|
252 argument values. |
|
253 |
6481
|
254 2007-04-03 Rafael Laboissiere <rafael@debian.org> |
|
255 |
|
256 * interpreter/basics.txi: Clarified some limitations of the #! |
|
257 script mechanism, in particular related to the parsing of the |
|
258 arguments. |
|
259 |
6477
|
260 2007-03-29 Rafael Laboissiere <rafael@debian.org> |
|
261 |
|
262 * faq/Octave-FAQ.texi, interpreter/basics.txi, |
|
263 interpreter/emacs.txi, interpreter/func.tx, interpreter/var.txi: |
|
264 Make it clear that the old built-in LOADPATH is an internal |
|
265 variable, accessible through path (). |
|
266 Drop references to DEFAULT_LOADPATH. |
|
267 Chang references to the old built-in variables INFO_FILE and |
|
268 INFO_PROGRAM to the respective fucntions info_file and |
|
269 info_program. |
|
270 * refcard/refcard.tex: Drop LOADPATH from list of built-in variables. |
|
271 |
6467
|
272 2007-03-27 John W. Eaton <jwe@octave.org> |
|
273 |
|
274 * Makefile.in, interpreter/Makefile.in, faq/Makefile.in, |
|
275 liboctave/Makefile.in, refcard/Makefile.in (dist): |
|
276 Use ln instead of $(LN_S). |
|
277 |
6431
|
278 2007-03-21 G. D. McBain <geordie.mcbain@aeromech.usyd.edu.au> |
|
279 |
|
280 * interpreter/sparse.txi: Delete repeated word. |
|
281 |
6421
|
282 2007-03-20 G. D. McBain <geordie.mcbain@aeromech.usyd.edu.au> |
|
283 |
|
284 * interpreter/sparse.txi: Clarify sparse matrix creation example. |
|
285 |
6411
|
286 2007-03-14 G. D. McBain <geordie.mcbain@aeromech.usyd.edu.au> |
|
287 |
|
288 * interpreter/sparse.txi: Fix typo. |
|
289 |
6358
|
290 2007-02-26 From Michael Goffioul <michael.goffioul@swing.be> |
|
291 |
|
292 * Makefile.in, interpreter/Makefile.in, faq/Makefile.in, |
|
293 liboctave/Makefile.in, refcard/Makefile.in: |
|
294 Use $(LN_S) instead of ln or ln -s. |
|
295 |
6334
|
296 2007-02-21 David Bateman <dbateman@free.fr> |
|
297 |
|
298 * interpreter/sparse.txi: Add functions sprank and normest to |
|
299 documentation. |
|
300 |
6257
|
301 2007-01-25 John W. Eaton <jwe@octave.org> |
|
302 |
|
303 * interpreter/sparseimages.m: Don't call __gnuplot_x__ functions. |
|
304 |
6180
|
305 2006-11-17 John W. Eaton <jwe@octave.org> |
|
306 |
|
307 * interpreter/sparseimages.m: Fix call to __plt3__. |
|
308 |
6178
|
309 2006-11-16 John W. Eaton <jwe@octave.org> |
|
310 |
|
311 * interpreter/sparseimages.m (femimages): Use plot3. |
|
312 |
6152
|
313 2006-11-11 John W. Eaton <jwe@octave.org> |
|
314 |
|
315 * interpreter/Makefile.in (%.texi : %.txi): |
|
316 Use $(simple-move-if-change-rule) here. |
|
317 |
6126
|
318 2006-10-29 John W. Eaton <jwe@octave.org> |
|
319 |
|
320 * interpreter/Makefile.in (run-octave): Call it here. |
|
321 * interpreter/sparseimages.m (sparseimages): Don't call sleep here. |
|
322 |
6116
|
323 2006-10-27 John W. Eaton <jwe@octave.org> |
|
324 |
|
325 * interpreter/Makefile.in (run-octave): |
|
326 Unset DISPLAY while running Octave. |
|
327 From Michael Goffioul <michael.goffioul@swing.be>. |
|
328 |
|
329 * interpreter/Makefile.in (octave.dvi, octave.pdf): |
|
330 Use $(UNSETCOMSPEC) in command. |
|
331 * faq/Makefile.in (Octave-FAQ.dvi, Octave-FAQ.pdf): Likewise. |
|
332 * liboctave/Makefile.in (liboctave.dvi, liboctave.pdf): Likewise. |
|
333 |
6040
|
334 2006-10-09 Thomas Treichl <Thomas.Treichl@gmx.net> |
|
335 |
|
336 * interpreter/sparseimages.m: Plot sombrero images if sparse |
|
337 capabilities are missing. |
|
338 |
6031
|
339 2006-10-04 John W. Eaton <jwe@octave.org> |
|
340 |
|
341 * interpreter/Makefile.in (HTML_IMAGES_PNG): New variable. |
|
342 (HTML/index.html): Depend on $(HTML_IMAGES_PNG) instead of html-figs. |
|
343 ($(HTML_IMAGES_PNG): HTML/%.png : %.png): New pattern rule. |
|
344 (html-dir): Delete target. |
|
345 |
6024
|
346 2006-10-03 Rafael Laboissiere <rafael@debian.org> |
|
347 |
|
348 * interpreter/mkoctfile.1: Fix indentation for --mex description. |
|
349 |
6001
|
350 2006-09-26 John W. Eaton <jwe@octave.org> |
|
351 |
|
352 * interpreter/Makefile.in (stamp-images): Delete. |
|
353 (octave.info): Depend on $(IMAGES_TXT), not stamp-images. |
|
354 (octave.dvi): Depend on $(IMAGES_EPS), not stamp-images. |
|
355 (octave.pdf): Depend on $(IMAGES_PDF), not stamp-images. |
|
356 (html-figs): Depend on $(IMAGES_PNG), not stamp-images. |
|
357 (SCRIPT_SOURCES, SPARSEIMAGES_1, SPARSEIMAGES_EPS, |
|
358 SPARSEIMAGES_PDF, SPARSEIMAGES_PNG, SPARSE_IMAGES_TXT, IMAGES_EPS, |
|
359 IMAGES_PDF, IMAGES_PNG, IMAGES_TXT, and IMAGES): New variables. |
|
360 (SOURCES): Include $(SCRIPT_SOURCES) in the list. |
|
361 (DISTFILES): Include $(IMAGES) in the list. |
|
362 (maintainer-clean): Delete $(IMAGES) here. |
|
363 (DISTSUBDIRS, SUBDIRS): Remove $(IMAGEDIR) from list. |
|
364 (octave.dvi, octave.info, octave.pdf, HTML/index.html): |
|
365 Don't include $(IMAGEDIR) in list of directories to search |
|
366 * sparseimages.m: Move here from images/sparseimages.m. |
|
367 * images/Makefile.in: Delete. |
|
368 * images: Delete directory. |
|
369 |
5966
|
370 2006-08-24 John W. Eaton <jwe@octave.org> |
|
371 |
|
372 * interpreter/images/Makefile.in (SPARSEIMAGES_PDF): New macro. |
|
373 Keep PDF images out of IMAGES list. |
|
374 |
5942
|
375 2006-08-18 John W. Eaton <jwe@octave.org> |
|
376 |
|
377 * conf.texi.in: Eliminate TARGETHOSTTYPE variable. |
|
378 |
5934
|
379 2006-08-17 John W. Eaton <jwe@octave.org> |
|
380 |
|
381 * interpreter/images/Makefile.in (%.pdf : %eps): |
|
382 Use $(GHOSTSCRIPT) instead of gs. |
|
383 |
5926
|
384 2006-08-14 Dmitri A. Sergatskov <dasergatskov@gmail.com> |
|
385 |
|
386 * interpreter/images/sparseimages.m: Adapt to new automatic_replot |
|
387 definition. |
|
388 |
5866
|
389 2006-06-27 John W. Eaton <jwe@octave.org> |
|
390 |
|
391 * interpreter/Makefile.in: Elminate double-colon rules. |
|
392 |
5835
|
393 2006-05-31 John W. Eaton <jwe@octave.org> |
|
394 |
|
395 * interpreter/images/Makefile.in (run-octave): |
|
396 Use $(TOPDIR)/run-octave script to execute Octave. |
|
397 (OCTAVE_BINARY, OCTAVE_SCRIPT_PATH, OCTAVE_LD_LIBRARY_PATH, |
|
398 XLD_LIBRARY_PATH, SET_LD_LIBRARY_PATH): Delete variables. |
|
399 |
5745
|
400 2006-04-06 Keith Goodman <kwgoodman@gmail.com> |
|
401 |
|
402 * interpreter/mkoctfile.1: Doc string fix. |
|
403 |
5730
|
404 2006-04-03 David Bateman <dbateman@free.fr> |
|
405 |
|
406 * interpreter/matrix.txi: Add rande, randp, randg and update |
|
407 for different random generator behavior. |
|
408 |
5720
|
409 2006-03-28 John W. Eaton <jwe@octave.org> |
|
410 |
|
411 * texinfo.tex: Update FSF address. |
|
412 |
5718
|
413 2006-03-27 John W. Eaton <jwe@octave.org> |
|
414 |
|
415 * interpreter/images/sparseimages.m: Fix missing endif. Omit |
|
416 unnecessary call to axis. |
|
417 |
5717
|
418 2006-03-24 John W. Eaton <jwe@octave.org> |
|
419 |
|
420 * interpreter/images/sparseimages.m: |
|
421 Avoid some unnecessary calculations. |
|
422 |
5708
|
423 2006-03-22 John W. Eaton <jwe@octave.org> |
|
424 |
5711
|
425 * interpreter/sparse.txi: Undo previous change. |
|
426 Always use @image to include image files. |
5708
|
427 * interpreter/Makefile.in: Eliminate stamp files. |
|
428 (clean, mostlyclean, distclean, maintainer-clean): Now |
|
429 double-colon targets. |
|
430 (stamp-images): New target. |
|
431 (octave.info, octave.dvi, octave.pdf, HTML/index.html): Depend on it. |
|
432 * interpreter/images/Makefile.in: Explicitly list images to be |
|
433 created and their dependencies. |
5711
|
434 * interpreter/images/sparseimages.m (sparseimage): Delete dirc arg. |
|
435 Sleep for 1 second before returning. |
|
436 (txtimages): Also create gplot.txt and grid.txt. |
5708
|
437 (sparseimages): Don't redirect output here. |
|
438 New arg, nm. Only output a single figure at a time. |
|
439 (bury_output): New function. Use it before plotting commands and |
|
440 after every print function. |
|
441 * Makefile.in (conf.texi): New target. |
|
442 (DISTFILES): Include conf.texi in the list. |
|
443 (all, dist): Depend on conf.texi. |
|
444 * conf.texi.in: Values come from Makeconf, not configure. |
|
445 |
5704
|
446 2006-03-21 John W. Eaton <jwe@octave.org> |
|
447 |
5706
|
448 * liboctave/Makefile.in (FORMATTED): Omit .html files here. |
|
449 (DISTDIRS): New variable. |
|
450 (dist): Handle $(DISTDIRS) here. |
|
451 |
|
452 * faq/Makefile.in (FORMATTED): Omit .html files here. |
|
453 (DISTDIRS): New variable. |
|
454 (dist): Handle $(DISTDIRS) here. |
|
455 |
|
456 * interpreter/Makefile.in (FORMATTED): Omit .html files here. |
|
457 (DISTDIRS): New variable. |
|
458 (dist): Handle $(DISTDIRS) here. |
|
459 |
5704
|
460 * interpreter/sparse.txi: Temporarily omit figures. |
|
461 * interpreter/Makefile.in: Temporarily omit actions for making figures. |
5706
|
462 (DISTSUBDIRS): New macro. |
|
463 (dist): Recurse into $(DISTSUBDIRS) here. |
5704
|
464 |
|
465 * interpreter/Makefile.in (real-pdf): Depend on stamp-eps |
|
466 (stamp-pdf): Depend on real-pdf. Touch stamp-pdf here. |
|
467 (real-pdf): Not here. |
|
468 |
5681
|
469 2006-03-16 David Bateman <dbateman@free.fr> |
|
470 |
|
471 * interpreter/images/sparseimages.m: set terminal type to dummy to |
|
472 direct output to terminal rather than X11. |
|
473 * interpreter/sparse.txi: Update docs for new QR solvers. |
|
474 |
5652
|
475 2006-03-09 David Bateman <dbateman@free.fr> |
|
476 |
|
477 * interpreter/Makefile.in: Change order of commands in HTML/index.html |
|
478 target. Respawn make for stamp-pdf target so that $(wildcard *.eps) is |
|
479 reinterpreted. |
|
480 * interpreter/sparse.txi: Isolate conditionally built targets in |
|
481 "@ifset ... @end ifset". |
|
482 |
5648
|
483 2006-03-08 David Bateman <dbateman@free.fr> |
|
484 |
|
485 * conf.texi: Remove. |
|
486 * conf.texi.in: New file, for autoconf'ed version of conf.texi. |
|
487 * Makefile.in: replace conf.texi with conf.texi.in in DISTFILES |
|
488 * interpreter/Makefile.in: build in subdir IMAGEDIR, add stamps for |
|
489 image files. Copy png-files to HTML directory. Build pdf files from |
|
490 eps files using epsffit, gs, grep, basename, head and awk. |
|
491 * octave.texi: Update sparse sub-sections. |
|
492 * sparse.txi: Updates for current state of sparse code. |
|
493 * interpreter/images/Makefile.in: New file. |
|
494 * interpreter/images/sparseimages.m: New file to build sparse images. |
|
495 |
5647
|
496 2006-03-07 David Bateman <dbateman@free.fr> |
|
497 |
|
498 * liboctave/dae.texi, liboctave/factor.texi, liboctave/nleqn.texi, |
|
499 liboctave/quad.texi, liboctave/matvec.texi, liboctave/nlfunc.texi, |
|
500 liboctave/diffeq.texi, liboctave/array.texi, liboctave/range.texi, |
|
501 liboctave/optim.texi: Fix some syntax problems for texinfo.tex 4.8. |
|
502 |
5642
|
503 2006-03-06 Keith Goodman <kwgoodman@gmail.com> |
|
504 |
|
505 * interpreter/octave.texi (@seealso): Display args instead of |
|
506 discarding them. |
|
507 |
5635
|
508 2006-03-02 John W. Eaton <jwe@octave.org> |
|
509 |
5638
|
510 * faq/Makefile.in (Octave-FAQ.ps): Depend on Octave-FAQ.dvi, not |
|
511 $(TEXINFO). |
|
512 |
5635
|
513 * texinfo.tex: Update to 2004-11-25.16 version from Texinfo 4.8. |
|
514 |
5582
|
515 2005-12-14 David Bateman <dbateman@free.fr> |
|
516 |
|
517 * interpreter/testfun.txi: New test/demo documentation. |
|
518 * interpreter/strings.txi: Include regexp/regexi docstrings. |
|
519 * interpreter/octave.texi: Include test/demo appendix. |
|
520 * interpreter/Makefile.in (SUB_SOURCE): Include test.txi. |
|
521 |
5576
|
522 2005-12-13 David Bateman <dbateman@free.fr> |
|
523 |
|
524 * interpreter/sparse.txi: Add new gplot, etreeplot and treeplot |
|
525 functions. |
|
526 |
5527
|
527 2005-11-01 John W. Eaton <jwe@octave.org> |
|
528 |
|
529 * liboctave/Makefile.in (maintainer-clean): Also remove liboctave.pdf |
|
530 * faq/Makefile.in (maintainer-clean): Also remove Octave-FAQ.pdf. |
|
531 From Quentin Spencer <qspencer@ieee.org>. |
|
532 |
5506
|
533 2005-10-23 David Bateman <dbateman@free.fr> |
|
534 |
|
535 * sparse.txi: Updates for new ufsparse licensing, new functions and |
|
536 various typos. |
|
537 |
5457
|
538 2005-09-19 Rafael Laboissiere <rafael@debian.org> |
|
539 |
|
540 * interpreter/octave-config.1: Use bold instead of italics to |
|
541 markup command name. |
|
542 |
5425
|
543 2005-07-29 John W. Eaton <jwe@octave.org> |
|
544 |
|
545 * faq/Makefile.in (HTML/index.html): Pass --ifinfo to makeinfo. |
|
546 * interpreter/Makefile.in (HTML/index.html): Likewise. |
|
547 * liboctave/Makefile.in (HTML/index.html): Likewise. |
|
548 |
5422
|
549 2005-07-28 John W. Eaton <jwe@octave.org> |
|
550 |
|
551 * faq/Makefile.in, interpreter/Makefile.in, liboctave/Makefile.in: |
|
552 Use makeinfo instead of texi2html to generate HTML. |
|
553 |
5334
|
554 2005-05-02 John W. Eaton <jwe@octave.org> |
|
555 |
|
556 * interpreter/munge-texi.cc (skip_comments): New function. |
|
557 (process_doc_file): Use it to skip comments at beginning of file. |
|
558 |
5322
|
559 2005-04-29 David Bateman <dbateman@free.fr> |
|
560 |
5324
|
561 * interpreter/sparse.txi: Add matrix_type, spkron, and document |
|
562 changes in solve code. |
5322
|
563 |
5282
|
564 2005-03-14 David Bateman <dbateman@free.fr> |
|
565 |
|
566 * interpreter/sparse.txi: Add luinc function. |
|
567 |
5196
|
568 2005-03-09 John W. Eaton <jwe@octave.org> |
|
569 |
|
570 * Makefile.in (bin-dist): Delete target. |
|
571 (BINDISTSUBDIRS): Delete variable. |
|
572 |
|
573 * refcard/Makefile.in (bin-dist): Delete target. |
|
574 (BINDISTFILES): Delete variable. |
|
575 * liboctave/Makefile.in: Likewise. |
|
576 * interpreter/Makefile.in: Likewise. |
|
577 * faq/Makefile.in: Likewise. |
|
578 |
5164
|
579 2005-02-25 John W. Eaton <jwe@octave.org> |
|
580 |
|
581 Sparse merge. |
|
582 |
|
583 2005-01-07 David Bateman <dbateman@free.fr> |
|
584 |
|
585 * interpreter/sparse.txi: New file. |
|
586 * interpreter/Makefile.in: Add it to the build. |
|
587 * interpreter/octave.texi: Include it in the contents tables and the |
|
588 top level document. |
|
589 |
5162
|
590 2005-02-25 John W. Eaton <jwe@octave.org> |
|
591 |
|
592 * liboctave/Makefile.in (all): Also depend on Octave-FAQ.pdf. |
|
593 Use $(MAKEINFO) instead of makeinfo in rules. |
|
594 |
|
595 2005-02-25 Rafael Laboissiere <rafael@debian.org> |
|
596 |
|
597 * liboctave/Makefile.in (Octave-FAQ.pdf): New target and rule. |
|
598 (FORMATTED): Add Octave-FAQ.pdf to the list. |
|
599 |
5151
|
600 2005-02-21 John W. Eaton <jwe@octave.org> |
|
601 |
|
602 * liboctave/Makefile.in (liboctave.pdf): New target and rule. |
|
603 (FORMATTED): Add liboctave.pdf to the list. |
5162
|
604 (all): Also depend on liboctave.pdf. |
5151
|
605 Use $(MAKEINFO) instead of makeinfo in rules. |
|
606 |
|
607 * interpreter/Makefile.in (octave.pdf): New target and rule. |
|
608 (FORMATTED): Add octave.pdf to the list. |
|
609 (all): Also depend on octave.pdf. |
|
610 Use $(MAKEINFO) instead of makeinfo in rules. |
|
611 |
5134
|
612 2005-02-08 Quentin Spencer <qspencer@ieee.org> |
|
613 |
|
614 * interpreter/plot.txi: Emphasize compatible plotting functions |
|
615 over gplot and friends. |
|
616 |
4754
|
617 2004-02-13 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
618 |
|
619 * liboctave/Makefile.in (FORMATTED): Use liboctave*.html instead |
|
620 of liboctave_*.html. |
|
621 |
|
622 * faq/Makefile.in (FORMATTED): Use Octave-FAQ*.html instead of |
|
623 Octave-FAQ_*.html. |
|
624 |
4710
|
625 2004-01-22 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
626 |
|
627 * faq/Makefile.in (maintainer-clean): Remove Octave-FAQ*.html |
|
628 instead of just Octave-FAQ_*.html. |
|
629 |
|
630 * liboctave/Makefile.in (maintainer-clean): Remove liboctave*.html |
|
631 instead of just liboctave_*.html. |
|
632 |
|
633 * refcard/Makefile.in (maintainer-clean): Remove refcard-*.pdf. |
|
634 |
4672
|
635 2003-12-09 Eric S. Raymond <esr@thyrsus.com> |
|
636 |
|
637 * interpreter/mkoctfile.1: Use .I instead of .f for markup of ".oct". |
|
638 |
4623
|
639 2003-11-14 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
640 |
|
641 * interpreter/munge-texi.cc (process_texi_input_file): |
|
642 Avoid -Wshadow warnings. |
|
643 |
4489
|
644 2003-08-27 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
645 |
|
646 * refcard/Makefile.in (refcard-a4.pdf, refcard-legal.pdf, |
|
647 refcard-letter.pdf): New targets. |
|
648 (FORMATTED): Add them to the list. |
|
649 * refcard/refcard.tex: Optionally set pdf paper size parameters. |
|
650 |
4483
|
651 2003-08-07 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
652 |
|
653 * interpreter/Makefile.in (octave_toc.html): Add "-I ." to texinfo |
|
654 command line args. |
|
655 |
4440
|
656 2003-07-02 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
657 |
|
658 * faq/Makefile.in (FORMATTED): Include all Octave-FAQ_*.html files |
|
659 here, not just the toc. |
|
660 |
4413
|
661 2003-05-14 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
662 |
|
663 * interpreter/Makefile.in, doc/liboctave/Makefile.in: Handle DESTDIR. |
|
664 |
4343
|
665 2003-02-19 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
666 |
|
667 * interpreter/Makefile.in (MAN_BASE): Add octave-config.1 to the list. |
|
668 |
|
669 2003-02-19 Dirk Eddelbuettel <edd@debian.org> |
|
670 |
|
671 * octave-config.1: New file. |
|
672 |
4298
|
673 2003-01-11 Paul Kienzle <pkienzle@users.sf.net> |
|
674 |
|
675 * interpreter/Makefile.in (munge-texi$(BUILD_EXEEXT)): Pass |
|
676 $(BUILD_CXXFLAGS) and $(BUILD_LDFLAGS) to compiler. |
|
677 (%.o : %.cc): Delete pattern rule. |
|
678 |
4279
|
679 2003-01-03 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
680 |
|
681 * interpreter/munge-texi.cc: Define __USE_STD_IOSTREAM if using |
|
682 Compaq C++. |
|
683 |
4215
|
684 2002-12-03 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
685 |
|
686 * interpreter/Makefile.in (%.o : %.c): No longer need |
|
687 -DNO_PRAGMA_INTERFACE_IMPLEMENTATION=1 compiler option. |
|
688 (munge-texi#(BUILD_EXEEXT)): Likewise. |
|
689 Don't link to Map-s.o. |
|
690 |
|
691 * interpreter/Map-s.cc: Delete. |
|
692 * interpreter/Makefile.in (DISTFILES): Delete it from the list. |
|
693 (mostlyclean, clean): Don't delete Map-s.o. |
|
694 |
|
695 * interpreter/munge-texi.cc: Require working STL. |
|
696 |
4207
|
697 2002-11-24 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
698 |
|
699 * interpreter/Makefile.in (maintainer-clean): Depend on |
|
700 clean-texi, don't remove $(TEXINFO). |
|
701 |
4177
|
702 2002-11-12 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
703 |
|
704 * interpreter/munge-texi.cc: Use STL map class by default, but |
|
705 make it easy to revert back to libg++-based Map class if that |
|
706 fails to work on some systems. |
|
707 |
4149
|
708 2002-11-01 Dirk Eddelbuettel <edd@debian.org> |
|
709 |
|
710 * interpreter/Makefile.in (MAN_BASE, MAN_SRC): New variables, use |
|
711 as appropriate. |
|
712 |
|
713 2002-11-01 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
714 |
|
715 * interpreter/mkoctfile.1: New file. |
|
716 |
4125
|
717 2002-10-25 Paul Kienzle <pkienzle@users.sf.net> |
|
718 |
|
719 * interpreter/Makefile.in (octave_toc.html): Use -expandinfo and |
|
720 -split_chapter instead of -expand info and -split chapter. |
|
721 * liboctave/Makefile.in (liboctave_toc.html): Likewisel |
|
722 * faq/Makefile.in (Octave-FAQ_toc.html): Likewise. |
|
723 |
|
724 2002-10-25 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
725 |
|
726 * interpreter/Makefile.in (munge-texi$(BUILD_EXEEXT)): Always use |
|
727 -DNO_PRAGMA_INTERFACE_IMPLEMENTATION for compiling and linking. |
|
728 |
4098
|
729 2002-10-10 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
730 |
|
731 * interpreter/Makefile.in (%.texi : %.txi): |
|
732 Use $(top_srcdir)/move-if-change. |
|
733 |
|
734 2002-10-09 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
735 |
|
736 * interpreter/Makefile.in: Use $(BUILD_EXEEXT) as appropriate. |
|
737 |
4093
|
738 2002-10-08 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
739 |
|
740 * interpreter/Makefile.in (munge-texi, %.o : %.cc): |
|
741 Use $(BUILD_CXX), not $(CXX). |
|
742 (src-DOCSTRINGS, scripts-DOCSTRINGS): New targets. |
|
743 ($(TEXIFNO)): Depend on them. |
|
744 (DOCSTRINGS): Delete variable. |
|
745 |
4084
|
746 2002-10-02 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
747 |
|
748 * interpreter/Makefile.in (%.spell): Use $(SED), not sed. |
|
749 * liboctave/Makefile.in (%.spell): Likewise. |
|
750 * faq/Makefile.in (%.spell): Likewise. |
|
751 |
3863
|
752 2001-11-15 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
753 |
|
754 * interpreter/Makefile.in (octave_toc.html): Use -expand info and |
|
755 -split chapter, to be consistent. |
|
756 * liboctave/Makefile.in (liboctave_toc.html): Likewise. |
|
757 * faq/Makefile.in (Octave-FAQ_toc.html): Likewise. |
|
758 |
3862
|
759 2001-11-14 Christoph Spiel <cspiel@hammersmith-consulting.com> |
|
760 |
|
761 * faq/Makefile.in (Octave-FAQ_toc.html): Use -expandinfo and |
|
762 -split_chapter, not -expand info and -split chapter. |
|
763 * liboctave/Makefile.in (liboctave_toc.html): Likewise. |
|
764 |
3849
|
765 2001-11-01 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
766 |
|
767 * interpreter/Makefile.in (MAIN_TEXINFO): Look in $(srcdir). |
3852
|
768 (octave_toc.html): Use -expandinfo and -split_chapter, not |
|
769 -expand info and -split chapter. |
3849
|
770 |
3809
|
771 2001-03-27 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
772 |
|
773 * liboctave/Makefile.in (liboctave_toc.html): Use -expand info and |
|
774 -split chapter instead of -expandinfo and -split_chapter options |
|
775 for texi2html. |
|
776 * faq/Makefile.in (Octave-FAQ_toc.html): Likewise. |
|
777 * interpreter/Makefile.in (octave_toc.html): Likewise. |
|
778 |
3720
|
779 2000-10-10 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
780 |
|
781 * liboctave/Makefile.in (liboctave_toc.html): Add space after -I |
|
782 in texi2html command. |
|
783 * interpreter/Makefile.in (octave_toc.html): Ditto. |
|
784 |
3605
|
785 2000-03-06 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
786 |
|
787 * interpreter/octave-bug.1: New file. |
|
788 * interpreter/Makefile.in (install install-strip): Install it. |
|
789 (DISTFILES, BINDISTFILES): Add it to the |
|
790 |
3601
|
791 2000-02-23 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
792 |
|
793 * interpreter/Makefile.in (clean): Also delete munge-texi, |
|
794 munge-texi.o, and Map-s.o. |
|
795 |
3575
|
796 2000-02-04 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
797 |
|
798 * interpreter/munge-texi.cc: Sprinkle with std:: qualifier. |
|
799 |
3494
|
800 2000-01-28 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
801 |
|
802 * interpreter/Makefile.in (clean-texi): Avoid removing octave.texi. |
|
803 |
3404
|
804 2000-01-05 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
805 |
|
806 * interpreter/Makefile.in: Don't generate octave.texi from octave.txi. |
|
807 * interpreter/octave.texi: Rename from octave.txi. |
|
808 |
|
809 * interpreter/munge-texi.cc (process_texi_input_file): Undo |
|
810 previous change, since % doesn't work as a comment character after |
|
811 texinfo.tex is included. |
|
812 |
3401
|
813 2000-01-04 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
814 |
3402
|
815 * texinfo.tex: Update to version from texinfo-4.0. |
|
816 |
3401
|
817 * interpreter/munge-texi.cc (process_texi_input_file): For Texinfo |
|
818 doc strings, automatically insert an @anchor{doc-SYMBOL} command |
|
819 just before the docstring for SYMBOL. |
|
820 |
3376
|
821 1999-12-09 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
822 |
|
823 * interpreter/munge-texi.cc (process_texi_input_file): Begin |
|
824 transformed files with `% DO NOT EDIT' instead of `@c DO NOT EDIT' |
|
825 to prevent problems with TeX not knowing the definition of @c |
|
826 before it is used. |
|
827 |
3364
|
828 1999-11-19 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
829 |
|
830 * interpreter/Makefile.in (%.texi : %.txi): Suppress command echo. |
|
831 |
3314
|
832 1999-10-21 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
833 |
3315
|
834 * interpreter/Makefile.in (dist): Remove .texi files first, so |
|
835 they will have timestamps newer than the $(DOCSTRINGS) files. |
3316
|
836 (%.texi : %.txi): Use mv instead of move-if-change. |
3315
|
837 |
3314
|
838 * interpreter/Map-s.cc: New file. |
|
839 * interpreter/munge-texi.cc: Use old libg++ Map class instead of |
|
840 STL map, for the benefit of systems that have assemblers that |
|
841 can't handle the long symbol names generated by g++ for |
|
842 map<string,string>. |
|
843 |
3296
|
844 1999-10-19 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
845 |
3301
|
846 * interpreter/munge-texi.cc: Strip the "-*- texinfo -*-" marker |
|
847 when including help text. |
|
848 |
3297
|
849 * interpreter/Makefile.in ($(TEXINFO)): Depend on $(DOCSTRINGS). |
|
850 ($(DOCSTRINGS)): New rule. |
|
851 |
|
852 * Makefile.in (dist, bin-dist): Use `$(MAKE) -C dir' instead of |
|
853 `cd dir; $(MAKE); cd ..'. |
|
854 (../BUGS, ../INSTALL.OCTAVE, $(SUBDIRS)) Likewise. |
|
855 |
3296
|
856 * interpreter/*.txi: Rename from *.txi. |
|
857 * interpreter/munge-texi.cc: New file. |
|
858 * interpreter/Makefile.in: Use it to create .texi files from .txi |
|
859 files and DOCSTRING files. |
|
860 |
3246
|
861 Fri Jun 18 23:17:02 1999 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
862 |
|
863 * interpreter/Makefile.in (octave_toc.html): Add -expandinfo to |
|
864 tex12html options. |
|
865 * liboctave/Makefile.in (liboctave_toc.html): Likewise. |
|
866 * faq/Makefile.in (Octave-FAQ_toc.html): Likewise. |
|
867 |
3189
|
868 Fri Oct 9 00:27:33 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
869 |
|
870 * faq/Makefile.in, interpreter/Makefile.in, liboctave/Makefile.in: |
|
871 New rules for generating HTML files from Texinfo sources. |
|
872 |
3176
|
873 Thu May 14 21:04:40 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
874 |
|
875 * interpreter/Makefile.in (../../BUGS, ../../INSTALL): Add |
|
876 --no-validate to makeinfo args. |
|
877 |
3069
|
878 Wed Jul 2 16:41:04 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
879 |
|
880 * refcard/Makefile.in: Remove .tex files from binary distributions. |
|
881 |
|
882 * interpreter/Makefile.in: Add DVI and Postscript files to binary |
|
883 distributions. |
|
884 |
2867
|
885 Fri Apr 18 02:51:00 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
886 |
|
887 * faq/Octave-FAQ.texi: Rename from faq/FAQ.texi. |
|
888 * faq/Makefile.in: Fix names to match. |
|
889 |
2811
|
890 Wed Mar 12 17:01:02 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
891 |
|
892 * Makefile.in (install-strip): New target. |
|
893 * faq/Makefile.in: Ditto. |
|
894 * interpreter/Makefile.in: Ditto. |
|
895 * liboctave/Makefile.in: Ditto. |
|
896 * refcard/Makefile.in: Ditto. |
|
897 |
2779
|
898 Sat Mar 1 15:23:14 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
2775
|
899 |
|
900 * Version 2.0.5 released. |
|
901 |
2767
|
902 Fri Feb 28 20:53:40 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
903 |
|
904 * texinfo.tex: Update to latest version from Karl Berry, and apply |
|
905 previous patch too. |
|
906 |
2760
|
907 Thu Feb 27 03:34:48 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
908 |
|
909 * texinfo.tex (\codeunder): Maybe make it work for @var{} inside |
|
910 @code{}. |
|
911 |
2749
|
912 Wed Feb 26 12:03:48 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
913 |
|
914 * refcard/Makefile.in (mostlyclean clean): Delete log files. |
|
915 |
|
916 * liboctave/Makefile.in (mostlyclean clean): Delete more stuff. |
|
917 |
|
918 * faq/Makefile.in (mostlyclean clean): Delete some stuff. |
|
919 |
2709
|
920 Thu Feb 20 02:58:05 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
2701
|
921 |
|
922 * Version 2.0.4 released. |
|
923 |
2706
|
924 Wed Feb 19 10:30:14 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
925 |
2701
|
926 * Makefile.in (DISTFILES): Distribute conf.texi, not conf.texi.in. |
|
927 |
|
928 * liboctave/Makefile.in: Don't make or distribute conf.texi. |
|
929 (liboctave.info, liboctave.dvi): Depend on ../conf.texi, not conf.texi. |
|
930 |
|
931 * interpreter/Makefile.in: Don't create or distribute conf.texi. |
|
932 (octave.info, octave.dvi): Depend on ../conf.texi, not conf.texi. |
|
933 |
2693
|
934 Tue Feb 18 09:22:04 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
2690
|
935 |
|
936 * Version 2.0.3 released. |
|
937 |
2645
|
938 Wed Jan 29 11:49:25 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
939 |
|
940 * Makefile.in (../INSTALL.OCTAVE, ../BUGS): Declare these to be |
|
941 .PHONY so that we will always check the interpreter makefile to |
|
942 get the proper dependencies. |
|
943 |
2634
|
944 Mon Jan 27 15:52:33 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
945 |
|
946 * Version 2.0.2 released. |
|
947 |
2627
|
948 Sun Jan 26 22:07:45 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
949 |
|
950 * interpreter/Makefile.in: Make BUGS file directly from bugs.texi. |
|
951 * interpreter/bugs.texi: Incorporate bugs1.texi directly. |
|
952 * interpreter/bugs1.texi: Delete. |
|
953 |
|
954 * interpreter/Makefile.in: Make INSTALL file directly from |
|
955 install.texi. |
|
956 * interpreter/install.texi: Incorporate install1.texi directly. |
|
957 * interpreter/install1.texi: Delete. |
|
958 |
2624
|
959 Sat Jan 25 22:32:33 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
960 |
|
961 * Makefile.in, interpreter/Makefile.in, liboctave/Makefile.in, |
|
962 faq/Makefile.in, refcard/Makefile.in (bin-dist): New target. |
|
963 |
2602
|
964 Tue Jan 7 00:17:24 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
965 |
|
966 * Version 2.0.1 released. |
|
967 |
2583
|
968 Tue Dec 10 01:43:13 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
969 |
|
970 * Version 2.0 released. |
|
971 |
2575
|
972 Fri Dec 6 15:23:52 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
973 |
|
974 * Version 1.94. |
|
975 |
2554
|
976 Wed Nov 20 01:00:50 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
977 |
|
978 * Version 1.93. |
|
979 |
2512
|
980 Thu Nov 14 00:07:25 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
981 |
2518
|
982 * faq/Makefile.in (FAQ.dvi): Use $(TEXI2DVI), not just texi2dvi. |
|
983 * interpreter/Makefile.in (octave.dvi): Likewise. |
|
984 * liboctave/Makefile.in (liboctave.dvi): Likewise. |
|
985 |
2512
|
986 * Version 1.92. |
|
987 |
2482
|
988 Thu Nov 7 12:43:19 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
989 |
|
990 * Version 1.91. |
|
991 |
2483
|
992 * texinfo.tex: Update to version from texinfo-3.9 distribution. |
|
993 |
2452
|
994 Wed Oct 30 17:20:28 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
995 |
|
996 * Version 1.90. |
|
997 |
|
998 * Makefile.in (DISTFILES): Add ChangeLog. |
|
999 |
2391
|
1000 Sat Oct 12 13:38:49 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
1001 |
|
1002 * Makefile.in (maintainer-clean): Don't depend on distclean. |
|
1003 |
2330
|
1004 Sat Jun 15 23:01:33 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
1005 |
|
1006 * interpreter/Makefile.in (TEXINFO): Add audio.texi and emacs.texi. |
|
1007 |
|
1008 Fri May 17 03:02:37 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
1009 |
|
1010 * interpreter/Makefile.in: Use man1dir instead of mandir, and |
|
1011 man1ext instead of manext. |
|
1012 |
|
1013 Sat Mar 23 05:01:17 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
1014 |
|
1015 * liboctave/Makefile.in (TEXINFO): Don't list conf.texi and |
|
1016 gpl.texi here. |
|
1017 |
|
1018 * liboctave/Makefile.in (dist targets): Fix ln command. |
|
1019 * refcard/Makefile.in (dist targets): Likewise. |
|
1020 * interpreter/Makefile.in (dist targets): Likewise. |
|
1021 * faq/Makefile.in (dist targets): Likewise. |
|
1022 |
|
1023 Fri Mar 22 23:57:26 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
1024 |
|
1025 * liboctave/Makefile.in (DISTFILES): Add gpl.texi. |
|
1026 * interpreter/Makefile.in (DISTFILES): Add gpl.texi. |
|
1027 * Makefile.in (DISTFILES): Delete gpl.texi. |
|
1028 |
|
1029 Sun Mar 3 11:33:30 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
1030 |
|
1031 * Split docs into faq, interpreter, liboctave, and refcard |
|
1032 subdirectories. |
|
1033 |
|
1034 Wed Sep 20 00:47:45 1995 John Eaton <jwe@bevo.che.wisc.edu> |
|
1035 |
|
1036 * mkinstalldirs: New file. |
|
1037 * Makefile.in (DISTFILES): Add it to the list. |
|
1038 |
|
1039 * Makefile.in (maintainer-clean): Delete .dvi, .ps, and .info |
|
1040 files here. |
|
1041 (clean): Not here. |
|
1042 (mostlyclean): Make this the same as clean. |
|
1043 |
|
1044 Tue Sep 19 03:18:35 1995 John Eaton <jwe@bevo.che.wisc.edu> |
|
1045 |
|
1046 * Makefile.in (../BUGS, ../INSTALL.OCTAVE): Specify output file to |
|
1047 makeinfo with --output option. |
|
1048 |
|
1049 Thu Sep 14 20:31:47 1995 John Eaton <jwe@bevo.che.wisc.edu> |
|
1050 |
|
1051 * Makefile.in: Don't fail if makeinfo, tex, or dvips fail. |
|
1052 |
|
1053 See ChangeLog.1 in the top level directory for earlier changes. |