~uhh-ssd/+junk/humidity_readout

« back to all changes in this revision

Viewing changes to plplot/plplot-5.9.9/ChangeLog.release

  • Committer: Joachim Erfle
  • Date: 2013-07-24 13:53:41 UTC
  • Revision ID: joachim.erfle@desy.de-20130724135341-1qojpp701zsn009p
initial commit

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
------------------------------------------------------------------------
 
2
r11950 | airwin | 2011-10-11 00:07:48 -0400 (Tue, 11 Oct 2011) | 2 lines
 
3
Changed paths:
 
4
   M /trunk/README.release
 
5
 
 
6
Update my valgrind test results.
 
7
 
 
8
------------------------------------------------------------------------
 
9
r11949 | airwin | 2011-10-11 00:07:01 -0400 (Tue, 11 Oct 2011) | 3 lines
 
10
Changed paths:
 
11
   M /trunk/lib/qsastime/qsastime.c
 
12
 
 
13
Correctly initialize the index used for the bhunt_search.
 
14
This fix corrects undefined valgrind warnings for example 29.
 
15
 
 
16
------------------------------------------------------------------------
 
17
r11947 | hezekiahcarty | 2011-10-10 10:36:09 -0400 (Mon, 10 Oct 2011) | 1 line
 
18
Changed paths:
 
19
   M /trunk/README.release
 
20
 
 
21
Update README.release with further testing results
 
22
------------------------------------------------------------------------
 
23
r11946 | hezekiahcarty | 2011-10-10 09:38:01 -0400 (Mon, 10 Oct 2011) | 1 line
 
24
Changed paths:
 
25
   M /trunk/README.release
 
26
 
 
27
Update README.release with more information on the OCaml bindings
 
28
------------------------------------------------------------------------
 
29
r11945 | hezekiahcarty | 2011-10-10 09:37:55 -0400 (Mon, 10 Oct 2011) | 1 line
 
30
Changed paths:
 
31
   M /trunk/cmake/modules/ocaml.cmake
 
32
 
 
33
Re-enable the OCaml bindings by default
 
34
------------------------------------------------------------------------
 
35
r11944 | airwin | 2011-10-10 01:47:24 -0400 (Mon, 10 Oct 2011) | 2 lines
 
36
Changed paths:
 
37
   M /trunk/README.release
 
38
 
 
39
Update status of OCaml testing.
 
40
 
 
41
------------------------------------------------------------------------
 
42
r11943 | airwin | 2011-10-09 17:53:58 -0400 (Sun, 09 Oct 2011) | 10 lines
 
43
Changed paths:
 
44
   M /trunk/README.release
 
45
 
 
46
Reorganize in preparation for the forthcoming 5.9.9 release including removal
 
47
of all the remarks about changes relative to the 5.9.7 release, official
 
48
notices concerning the broken build fixes for Windows, and the disabling
 
49
of ocaml by default.  Also add detailed listing of all the testing done
 
50
for this release.
 
51
 
 
52
Spell check.
 
53
 
 
54
 
 
55
 
 
56
------------------------------------------------------------------------
 
57
r11942 | airwin | 2011-10-09 15:58:44 -0400 (Sun, 09 Oct 2011) | 5 lines
 
58
Changed paths:
 
59
   M /trunk/cmake/modules/ocaml.cmake
 
60
 
 
61
Disable OCaml by default for this forthcoming release because of the
 
62
segfault issue and other mememory management issues that I have
 
63
spotted with valgrind.
 
64
 
 
65
 
 
66
------------------------------------------------------------------------
 
67
r11941 | airwin | 2011-10-08 19:31:57 -0400 (Sat, 08 Oct 2011) | 6 lines
 
68
Changed paths:
 
69
   M /trunk/cmake/modules/ocaml.cmake
 
70
 
 
71
Disable OCaml by default for static build until rpath issues are
 
72
straightened out.  Note, there is now a new option available called
 
73
ENABLE_ocaml_static which defaults to OFF, but if you set it to ON
 
74
you will get a build of OCaml for that static case.
 
75
 
 
76
 
 
77
------------------------------------------------------------------------
 
78
r11940 | arjenmarkus | 2011-10-07 03:20:10 -0400 (Fri, 07 Oct 2011) | 3 lines
 
79
Changed paths:
 
80
   M /trunk/bindings/f77/plplotf77_ifort.def
 
81
   M /trunk/bindings/f77/plplotf77_mingw.def
 
82
   M /trunk/bindings/f77/plstubs.h
 
83
 
 
84
Correct a typo in the export definitions for Intel Fortran. Add a missing entry (plsettransform).
 
85
With these changes PLplot is built smoothly for the combination MSVC/C++ (9.0) and Intel Fortran (11.1)
 
86
 
 
87
------------------------------------------------------------------------
 
88
r11939 | arjenmarkus | 2011-10-07 03:00:30 -0400 (Fri, 07 Oct 2011) | 1 line
 
89
Changed paths:
 
90
   M /trunk/src/pllegend.c
 
91
 
 
92
Change max_opts into a preprocessor macro, because MS Visual C/C++ does not like "automatic" arrays.
 
93
------------------------------------------------------------------------
 
94
r11938 | airwin | 2011-10-06 14:13:58 -0400 (Thu, 06 Oct 2011) | 22 lines
 
95
Changed paths:
 
96
   M /trunk/include/ltdl_win32.h
 
97
   M /trunk/src/ltdl_win32.c
 
98
 
 
99
Fix for Windows broken build for the 5.9.8 release.  This fix supplies
 
100
a needed lt_dlmakeresident routine for ltdl_win32.c so that dynamic
 
101
devices can be built on Windows.  Currently, this version of
 
102
lt_dlmakeresident does nothing but return success.  The net result is
 
103
that on Windows plend will unload all libraries that our dynamic
 
104
devices depend on just like what happened for 5.9.7.
 
105
 
 
106
Note that for Linux we found that if we did not call the
 
107
lt_dlmakeresident version for libltdl, that calls to plend (which in
 
108
turn call lt_dlexit()) unloaded the external libraries that are
 
109
depended on by our dynamic devices.  That library unloading sometimes
 
110
lead to exit handler errors for those libraries on Linux.  
 
111
 
 
112
In the future if library unloading also leads to issues for Windows,
 
113
we will need to add real functionality to the lt_dlmakeresident
 
114
function in ltdl_win32.c to also avoid unloading the libraries in that
 
115
case.  However, we have no reports of such library unloading
 
116
issues on Windows so a lt_dlmakeresident version for ltdl_win32.h that
 
117
does nothing other than return success is all we appear to need at
 
118
the present time.
 
119
 
 
120
 
 
121
------------------------------------------------------------------------
 
122
r11936 | airwin | 2011-09-25 12:40:30 -0400 (Sun, 25 Sep 2011) | 5 lines
 
123
Changed paths:
 
124
   M /trunk/src/plcore.c
 
125
 
 
126
Allow plend to completely remove certain of our device drivers that do
 
127
not depend on any libraries other than libplplotd.  This change restores clean
 
128
valgrind results for, e.g.,  -dev svg and -dev psc.
 
129
 
 
130
 
 
131
------------------------------------------------------------------------
 
132
r11935 | airwin | 2011-09-25 12:09:38 -0400 (Sun, 25 Sep 2011) | 2 lines
 
133
Changed paths:
 
134
   M /trunk/bindings/c++/plstream.cc
 
135
   M /trunk/bindings/qt_gui/plqt.cpp
 
136
   M /trunk/drivers/ps.c
 
137
   M /trunk/drivers/qt.cpp
 
138
   M /trunk/drivers/wxwidgets_gc.cpp
 
139
   M /trunk/examples/c/x27c.c
 
140
   M /trunk/examples/c++/x27.cc
 
141
   M /trunk/examples/d/x27d.d
 
142
   M /trunk/examples/java/x27.java
 
143
   M /trunk/include/qt.h
 
144
   M /trunk/src/plarc.c
 
145
   M /trunk/src/plctrl.c
 
146
   M /trunk/utils/plrender.c
 
147
 
 
148
Style previous changes.
 
149
 
 
150
------------------------------------------------------------------------
 
151
r11934 | hezekiahcarty | 2011-09-23 09:34:31 -0400 (Fri, 23 Sep 2011) | 1 line
 
152
Changed paths:
 
153
   M /trunk/cmake/modules/ocaml.cmake
 
154
 
 
155
Re-enable OCaml by default now that the interface has been fixed
 
156
------------------------------------------------------------------------
 
157
r11933 | hezekiahcarty | 2011-09-23 09:34:23 -0400 (Fri, 23 Sep 2011) | 6 lines
 
158
Changed paths:
 
159
   M /trunk/bindings/ocaml/plplot.mli
 
160
 
 
161
Some OCaml interface cleanup
 
162
 
 
163
The old image_colorbar and shade_colorbar implementations no longer exist
 
164
and the interface definitions are shadowed by the new definitions.  This
 
165
patch removes the old definitions for cleanliness and to avoid breaking
 
166
compilation on older versions of OCaml.
 
167
------------------------------------------------------------------------
 
168
r11932 | airwin | 2011-09-23 00:52:23 -0400 (Fri, 23 Sep 2011) | 3 lines
 
169
Changed paths:
 
170
   M /trunk/cmake/modules/ocaml.cmake
 
171
 
 
172
Fresh checkout of ocaml is broken so disable it by default until Hez
 
173
gets a chance to fix it.
 
174
 
 
175
------------------------------------------------------------------------
 
176
r11928 | andrewross | 2011-09-16 14:01:56 -0400 (Fri, 16 Sep 2011) | 3 lines
 
177
Changed paths:
 
178
   M /trunk/doc/docbook/bin/get-library-structs.pl
 
179
   M /trunk/doc/docbook/bin/get-library-symbols.pl
 
180
 
 
181
Correct spelling mistake in license.
 
182
 
 
183
 
 
184
------------------------------------------------------------------------
 
185
r11927 | andrewross | 2011-09-15 10:55:03 -0400 (Thu, 15 Sep 2011) | 5 lines
 
186
Changed paths:
 
187
   M /trunk/src/plfill.c
 
188
 
 
189
When checking if start / end points of polygon to fill are the same, then check the 
 
190
coordinates after translating into PLplot internal integer format. Prevents spurious 
 
191
postscript file differences due to floating point rounding errors in example 27. 
 
192
 
 
193
 
 
194
------------------------------------------------------------------------
 
195
r11925 | airwin | 2011-09-14 21:17:51 -0400 (Wed, 14 Sep 2011) | 5 lines
 
196
Changed paths:
 
197
   M /trunk/CMakeLists.txt
 
198
 
 
199
Eliminate #*# files from tarballs that are sometimes left over from
 
200
interrupted edit sessions.  One test case (for another project) has been
 
201
tried to insure this particular regex pattern does the job.
 
202
 
 
203
 
 
204
------------------------------------------------------------------------
 
205
r11924 | andrewross | 2011-09-14 10:23:22 -0400 (Wed, 14 Sep 2011) | 3 lines
 
206
Changed paths:
 
207
   M /trunk/examples/d/x20d.d
 
208
 
 
209
Need to zero z array if the dbg option is set.
 
210
 
 
211
 
 
212
------------------------------------------------------------------------
 
213
r11922 | andrewross | 2011-09-13 09:13:05 -0400 (Tue, 13 Sep 2011) | 3 lines
 
214
Changed paths:
 
215
   M /trunk/utils/plrender.c
 
216
 
 
217
Further fix needed to compile without -DPL_DEPRECATED=ON.
 
218
 
 
219
 
 
220
------------------------------------------------------------------------
 
221
r11921 | andrewross | 2011-09-13 08:45:11 -0400 (Tue, 13 Sep 2011) | 3 lines
 
222
Changed paths:
 
223
   M /trunk/utils/plrender.c
 
224
 
 
225
Minimal fixes to get plrender to compile again. Code is untested. This in no way constitutes support for plrender.
 
226
 
 
227
 
 
228
------------------------------------------------------------------------
 
229
r11920 | andrewross | 2011-09-13 08:09:04 -0400 (Tue, 13 Sep 2011) | 3 lines
 
230
Changed paths:
 
231
   M /trunk/examples/python/x09.py
 
232
   M /trunk/scripts/check_api_completeness.sh
 
233
 
 
234
Remove further references to obsolete functions.
 
235
 
 
236
 
 
237
------------------------------------------------------------------------
 
238
r11919 | andrewross | 2011-09-13 08:06:24 -0400 (Tue, 13 Sep 2011) | 3 lines
 
239
Changed paths:
 
240
   M /trunk/bindings/c++/plstream.cc
 
241
   M /trunk/bindings/ocaml/plplot_h
 
242
   M /trunk/bindings/octave/plplot_octave.h.in
 
243
   M /trunk/bindings/tcl/plapi.tpl
 
244
 
 
245
Remove references in bindings to deprecated functions which have been removed from the core library so that compiling with -DPL_DEPRECATED=ON works again.
 
246
 
 
247
 
 
248
------------------------------------------------------------------------
 
249
r11918 | andrewross | 2011-09-12 08:09:52 -0400 (Mon, 12 Sep 2011) | 4 lines
 
250
Changed paths:
 
251
   D /trunk/bindings/octave/massage-swig-octave.pl
 
252
   M /trunk/bindings/octave/plplot_octave.i
 
253
 
 
254
Provide alternative fix to octave -fvisibility=hidden problem which requires no
 
255
post-processing of the swig generated files. Thanks to Alan for the idea.
 
256
 
 
257
 
 
258
------------------------------------------------------------------------
 
259
r11917 | andrewross | 2011-09-12 07:20:15 -0400 (Mon, 12 Sep 2011) | 3 lines
 
260
Changed paths:
 
261
   M /trunk/drivers/ps.c
 
262
 
 
263
Set default values for pls->xoffset and pls->yoffset in postscript driver. This restores the old default behaviour, while still allowing the offsets to be set with plspage.
 
264
 
 
265
 
 
266
------------------------------------------------------------------------
 
267
r11916 | andrewross | 2011-09-07 15:31:04 -0400 (Wed, 07 Sep 2011) | 3 lines
 
268
Changed paths:
 
269
   M /trunk/bindings/octave/massage-swig-octave.pl
 
270
 
 
271
Fix wording of license in perl script.
 
272
 
 
273
 
 
274
------------------------------------------------------------------------
 
275
r11915 | andrewross | 2011-09-07 07:45:29 -0400 (Wed, 07 Sep 2011) | 5 lines
 
276
Changed paths:
 
277
   M /trunk/bindings/c++/plstream.cc
 
278
   M /trunk/bindings/c++/plstream.h
 
279
   M /trunk/bindings/f77/plstubs.h
 
280
   M /trunk/bindings/f77/scstubs.c
 
281
   M /trunk/bindings/f95/plstubs.h
 
282
   M /trunk/bindings/f95/scstubs.c
 
283
   M /trunk/bindings/f95/sfstubsf95.f90
 
284
 
 
285
Add plsmema to f77 and f95 bindings. Add plsmem and plsmema to the C++ bindings. Propagation of these two API functions seems inconsistent, and the only example to test them is a python script. Needs a standard example which uses them.
 
286
 
 
287
Closes plplot bug 3324339.
 
288
 
 
289
 
 
290
------------------------------------------------------------------------
 
291
r11914 | andrewross | 2011-09-07 05:52:13 -0400 (Wed, 07 Sep 2011) | 4 lines
 
292
Changed paths:
 
293
   M /trunk/src/plcore.c
 
294
 
 
295
Mark all drivers as resident, not just qt driver, since we have had issues in the past with other drivers (e.g. cairo driver) which would likely have been solved by this patch.
 
296
 
 
297
 
 
298
 
 
299
------------------------------------------------------------------------
 
300
r11913 | andrewross | 2011-09-06 10:02:29 -0400 (Tue, 06 Sep 2011) | 5 lines
 
301
Changed paths:
 
302
   M /trunk/include/ps.h
 
303
 
 
304
Honour the xoffset and yoffset settings made via plspage in the ps driver.
 
305
 
 
306
Fixes plplot-Bugs-3404359.
 
307
 
 
308
 
 
309
------------------------------------------------------------------------
 
310
r11910 | andrewross | 2011-09-06 06:32:30 -0400 (Tue, 06 Sep 2011) | 3 lines
 
311
Changed paths:
 
312
   A /trunk/bindings/octave/massage-swig-octave.pl
 
313
 
 
314
Add in perl script to massage SWIG-generated octave bindings to insert the correct #pgrama statements so that the gcc -fvisibility=hidden option works. 
 
315
 
 
316
 
 
317
------------------------------------------------------------------------
 
318
r11909 | andrewross | 2011-09-05 18:00:16 -0400 (Mon, 05 Sep 2011) | 3 lines
 
319
Changed paths:
 
320
   M /trunk/src/plcore.c
 
321
 
 
322
Bit of a workaround to prevent qt driver being unloaded. This causes a crash on exit with Qt 4.7.3.
 
323
 
 
324
 
 
325
------------------------------------------------------------------------
 
326
r11908 | andrewross | 2011-09-03 18:54:45 -0400 (Sat, 03 Sep 2011) | 3 lines
 
327
Changed paths:
 
328
   M /trunk/bindings/qt_gui/plqt.cpp
 
329
 
 
330
Fix incorrect freeing of memory in QtPLWidget. Memory allocated with new XXXX[] should be released with delete[]. Valgrind picked this up.
 
331
 
 
332
 
 
333
------------------------------------------------------------------------
 
334
r11905 | andrewross | 2011-09-02 08:11:33 -0400 (Fri, 02 Sep 2011) | 3 lines
 
335
Changed paths:
 
336
   M /trunk/Copyright
 
337
 
 
338
Tweak copyright again - primarily to fix FSF address.
 
339
 
 
340
 
 
341
------------------------------------------------------------------------
 
342
r11902 | andrewross | 2011-09-02 04:41:58 -0400 (Fri, 02 Sep 2011) | 3 lines
 
343
Changed paths:
 
344
   M /trunk/Copyright
 
345
 
 
346
Include the specific documentation copyright in the general Copyright file in the top level domain for clarity.
 
347
 
 
348
 
 
349
------------------------------------------------------------------------
 
350
r11900 | andrewross | 2011-08-26 18:02:48 -0400 (Fri, 26 Aug 2011) | 3 lines
 
351
Changed paths:
 
352
   M /trunk/src/plctrl.c
 
353
 
 
354
Check return value of fread - fixes gcc warning.
 
355
 
 
356
 
 
357
------------------------------------------------------------------------
 
358
r11889 | andrewross | 2011-08-22 14:09:33 -0400 (Mon, 22 Aug 2011) | 3 lines
 
359
Changed paths:
 
360
   M /trunk/cmake/modules/ocaml.cmake
 
361
   M /trunk/doc/docbook/src/ocaml.xml
 
362
 
 
363
Change the location for installing ocaml libraries to an unversioned path, e.g. /usr/lib/ocaml/3.11.2 to /usr/lib/ocaml following Debian and other major Linux distrbibutions. 
 
364
 
 
365
 
 
366
------------------------------------------------------------------------
 
367
r11888 | airwin | 2011-08-18 15:03:54 -0400 (Thu, 18 Aug 2011) | 2 lines
 
368
Changed paths:
 
369
   M /trunk/README.Release_Manager_Cookbook
 
370
 
 
371
Update broken link for GPG minihowto.
 
372
 
 
373
------------------------------------------------------------------------
 
374
r11887 | hbabcock | 2011-08-16 15:49:14 -0400 (Tue, 16 Aug 2011) | 1 line
 
375
Changed paths:
 
376
   M /trunk/include/plplot.h
 
377
   M /trunk/src/CMakeLists.txt
 
378
   D /trunk/src/plgset.c
 
379
 
 
380
Remove plgset.c and related references. This was an abandoned attempt (by me, Hazen Babcock) to provide a 'unified' way to get or set many of the variable in the PLStream structure.
 
381
------------------------------------------------------------------------
 
382
r11886 | hbabcock | 2011-08-16 15:38:35 -0400 (Tue, 16 Aug 2011) | 1 line
 
383
Changed paths:
 
384
   M /trunk/drivers/cairo.c
 
385
 
 
386
Remove (always false) local stream closed flag.
 
387
------------------------------------------------------------------------
 
388
r11885 | hbabcock | 2011-08-16 15:19:05 -0400 (Tue, 16 Aug 2011) | 1 line
 
389
Changed paths:
 
390
   M /trunk/ABOUT
 
391
 
 
392
Add Maurice's updates to the ABOUT file.
 
393
------------------------------------------------------------------------
 
394
r11884 | hezekiahcarty | 2011-08-13 21:03:18 -0400 (Sat, 13 Aug 2011) | 8 lines
 
395
Changed paths:
 
396
   M /trunk/bindings/ocaml/CMakeLists.txt
 
397
   M /trunk/cmake/modules/ocaml.cmake
 
398
   M /trunk/examples/ocaml/CMakeLists.txt
 
399
 
 
400
Experimental support for building OCaml bindings with a static PLplot core
 
401
 
 
402
The OCaml bindings could only previously be compiled against a shared
 
403
library version of PLplot.  This commit updates the CMake rules so that, at
 
404
least on my system (Ubunty 11.04, 64bit), the OCaml bindings and examples
 
405
build and run properly when -DBUILD_SHARED_LIBS=OFF is passed to cmake.
 
406
 
 
407
Testing on other distributions and OSs is welcome!
 
408
------------------------------------------------------------------------
 
409
r11883 | hezekiahcarty | 2011-08-13 21:02:52 -0400 (Sat, 13 Aug 2011) | 1 line
 
410
Changed paths:
 
411
   M /trunk/bindings/ocaml/plplot.mli
 
412
   M /trunk/bindings/ocaml/plplot_h
 
413
   M /trunk/bindings/ocaml/plplot_h.inc
 
414
 
 
415
Add OCaml support for plscmap1_range and plgcmap1_range
 
416
------------------------------------------------------------------------
 
417
r11882 | hezekiahcarty | 2011-08-13 21:02:38 -0400 (Sat, 13 Aug 2011) | 12 lines
 
418
Changed paths:
 
419
   M /trunk/bindings/ocaml/plplot.ml
 
420
   M /trunk/bindings/ocaml/plplot.mli
 
421
   M /trunk/bindings/ocaml/plplot_core.idl
 
422
   M /trunk/bindings/ocaml/plplot_impl.c
 
423
   M /trunk/examples/ocaml/xplot01.ml
 
424
 
 
425
Large update to OCaml bindings
 
426
 
 
427
Includes:
 
428
- High level plcolorbar wrapper (Plplot.Plot.colorbar) for testing of the
 
429
  plcolorbar API
 
430
- Update the high level pllegend wrapper (Plplot.Plot.legend) to share some
 
431
  options with Plot.colorbar and to support more of the underlying C API's
 
432
  flexibility
 
433
- Remove lots of replaced code now that plcolorbar and pllegend are
 
434
  wrapped
 
435
- Use strings (and plstring) rather than the old numeric point definition
 
436
  system for point/symbol plots
 
437
------------------------------------------------------------------------
 
438
r11881 | hezekiahcarty | 2011-08-13 21:02:06 -0400 (Sat, 13 Aug 2011) | 1 line
 
439
Changed paths:
 
440
   M /trunk/bindings/ocaml/touchup.ml
 
441
 
 
442
Remove some debugging prints I committed by accident
 
443
------------------------------------------------------------------------
 
444
r11880 | airwin | 2011-08-12 13:57:49 -0400 (Fri, 12 Aug 2011) | 9 lines
 
445
Changed paths:
 
446
   M /trunk/bindings/ocaml/CMakeLists.txt
 
447
   M /trunk/bindings/ocaml/plcairo/CMakeLists.txt
 
448
 
 
449
Change from install(PROGRAMS .... signature to install(FILES ....
 
450
signature for shared objects that are installed in stublibs.  The only
 
451
effect of this change should be that the execute permission bits
 
452
are dropped in the installed version.  All our other installed
 
453
shared objects have their permission bits dropped so this change
 
454
makes the stublibs shared objects consistent with the rest.
 
455
 
 
456
N.B. needs testing, however.
 
457
 
 
458
------------------------------------------------------------------------
 
459
r11878 | andrewross | 2011-08-12 12:09:39 -0400 (Fri, 12 Aug 2011) | 3 lines
 
460
Changed paths:
 
461
   M /trunk/bindings/octave/CMakeLists.txt
 
462
 
 
463
No need to set the executable bit for a .oct shared object.
 
464
 
 
465
 
 
466
------------------------------------------------------------------------
 
467
r11875 | andrewross | 2011-08-12 05:42:17 -0400 (Fri, 12 Aug 2011) | 3 lines
 
468
Changed paths:
 
469
   M /trunk/CMakeLists.txt
 
470
 
 
471
Don't ship the debian/ directory in source tarball releases since this is unlikely to actually be the debian setup required for the release. This follows Debian recommended practice.
 
472
 
 
473
 
 
474
------------------------------------------------------------------------
 
475
r11874 | andrewross | 2011-08-12 05:10:30 -0400 (Fri, 12 Aug 2011) | 3 lines
 
476
Changed paths:
 
477
   M /trunk/plplot_test/plplot-test.sh.cmake
 
478
   M /trunk/plplot_test/test_d.sh.in
 
479
 
 
480
Make sure test_d.sh is executable in build tree. Remove chmod commands from plplot-test.sh as cmake now deals with this.
 
481
 
 
482
 
 
483
------------------------------------------------------------------------
 
484
r11873 | andrewross | 2011-08-12 04:48:08 -0400 (Fri, 12 Aug 2011) | 3 lines
 
485
Changed paths:
 
486
   M /trunk/drivers/qt.cpp
 
487
 
 
488
On X11 if DISPLAY is not set then don't let Qt start a GUI app. This means qt non-interactive devices will still work even if an X display is not available (e.g. on servers, cron jobs etc).
 
489
 
 
490
 
 
491
------------------------------------------------------------------------
 
492
r11867 | andrewross | 2011-08-10 04:51:24 -0400 (Wed, 10 Aug 2011) | 3 lines
 
493
Changed paths:
 
494
   M /trunk/bindings/qt_gui/plqt.cpp
 
495
   M /trunk/drivers/qt.cpp
 
496
   M /trunk/include/qt.h
 
497
 
 
498
Add driver-level support for drawing arcs to qt driver.
 
499
 
 
500
 
 
501
------------------------------------------------------------------------
 
502
r11866 | airwin | 2011-08-09 18:42:00 -0400 (Tue, 09 Aug 2011) | 5 lines
 
503
Changed paths:
 
504
   M /trunk/README.Release_Manager_Cookbook
 
505
 
 
506
Drop remarks about updating PROJECT_NUMBER in doc/Doxygen.in since that
 
507
is now a configured item.
 
508
 
 
509
Move Remarks about adjusting computer time to an Appendix (A3).
 
510
 
 
511
------------------------------------------------------------------------
 
512
r11865 | airwin | 2011-08-09 18:40:36 -0400 (Tue, 09 Aug 2011) | 2 lines
 
513
Changed paths:
 
514
   M /trunk/doc/Doxyfile.in
 
515
 
 
516
Configure PROJECT_NUMBER to remove one burden from the release manager.
 
517
 
 
518
------------------------------------------------------------------------
 
519
r11864 | hezekiahcarty | 2011-08-06 15:02:47 -0400 (Sat, 06 Aug 2011) | 3 lines
 
520
Changed paths:
 
521
   M /trunk/bindings/ocaml/plplot.mli
 
522
   M /trunk/bindings/ocaml/plplot_h
 
523
   M /trunk/bindings/ocaml/plplot_h.inc
 
524
   M /trunk/bindings/ocaml/touchup.ml
 
525
 
 
526
Update OCaml binding for plcolorbar
 
527
 
 
528
This is meant for testing only until the plcolorbar API is finalized.
 
529
------------------------------------------------------------------------
 
530
r11863 | hezekiahcarty | 2011-08-06 10:58:26 -0400 (Sat, 06 Aug 2011) | 1 line
 
531
Changed paths:
 
532
   M /trunk/examples/ocaml/CMakeLists.txt
 
533
   A /trunk/examples/ocaml/x34.ml
 
534
 
 
535
Add OCaml implementation of example 34
 
536
------------------------------------------------------------------------
 
537
r11862 | hezekiahcarty | 2011-08-06 10:58:18 -0400 (Sat, 06 Aug 2011) | 1 line
 
538
Changed paths:
 
539
   M /trunk/bindings/ocaml/plplot.mli
 
540
   M /trunk/bindings/ocaml/plplot_core.idl
 
541
   M /trunk/bindings/ocaml/plplot_h
 
542
   M /trunk/bindings/ocaml/plplot_h.inc
 
543
   M /trunk/bindings/ocaml/touchup.ml
 
544
 
 
545
Add plsdrawmode and plgdrawmode to the OCaml bindings
 
546
------------------------------------------------------------------------
 
547
r11861 | hezekiahcarty | 2011-08-06 10:58:04 -0400 (Sat, 06 Aug 2011) | 4 lines
 
548
Changed paths:
 
549
   M /trunk/drivers/cairo.c
 
550
   M /trunk/examples/c/x34c.c
 
551
   M /trunk/include/plplot.h
 
552
   M /trunk/src/plctrl.c
 
553
 
 
554
Rename PL_MODE_* to PL_DRAWMODE_*
 
555
 
 
556
PL_MODE_* is too generic for a drawing mode definition.  This makes the
 
557
purpose clearer.
 
558
------------------------------------------------------------------------
 
559
r11860 | andrewross | 2011-08-05 06:23:37 -0400 (Fri, 05 Aug 2011) | 5 lines
 
560
Changed paths:
 
561
   M /trunk/examples/ada/x27a.adb
 
562
   M /trunk/examples/ada/xthick27a.adb
 
563
 
 
564
Update ada versions of example 27 to include plarc demo.
 
565
 
 
566
All examples now produce identical results with "make test_diff_psc" again.
 
567
 
 
568
 
 
569
------------------------------------------------------------------------
 
570
r11859 | andrewross | 2011-08-05 04:38:34 -0400 (Fri, 05 Aug 2011) | 3 lines
 
571
Changed paths:
 
572
   M /trunk/examples/python/xw27.py
 
573
   M /trunk/examples/tcl/x27.tcl
 
574
 
 
575
Update tcl and python versions of example 27 to include plarc demo.
 
576
 
 
577
 
 
578
------------------------------------------------------------------------
 
579
r11858 | andrewross | 2011-08-05 03:45:34 -0400 (Fri, 05 Aug 2011) | 3 lines
 
580
Changed paths:
 
581
   M /trunk/examples/lua/x27.lua
 
582
 
 
583
Update lua version of example 27 to include plarc demo.
 
584
 
 
585
 
 
586
------------------------------------------------------------------------
 
587
r11857 | andrewross | 2011-08-04 19:34:19 -0400 (Thu, 04 Aug 2011) | 3 lines
 
588
Changed paths:
 
589
   M /trunk/examples/octave/x27c.m
 
590
 
 
591
Update octave example 27 to include plarc demo.
 
592
 
 
593
 
 
594
------------------------------------------------------------------------
 
595
r11856 | hezekiahcarty | 2011-08-04 08:28:43 -0400 (Thu, 04 Aug 2011) | 1 line
 
596
Changed paths:
 
597
   M /trunk/doc/docbook/src/api.xml
 
598
 
 
599
Small plarc documentation typo fix
 
600
------------------------------------------------------------------------
 
601
r11855 | hezekiahcarty | 2011-08-04 08:27:31 -0400 (Thu, 04 Aug 2011) | 1 line
 
602
Changed paths:
 
603
   M /trunk/examples/ocaml/x27.ml
 
604
 
 
605
Update OCaml example 27 to add plarc section
 
606
------------------------------------------------------------------------
 
607
r11853 | andrewross | 2011-08-04 05:07:44 -0400 (Thu, 04 Aug 2011) | 3 lines
 
608
Changed paths:
 
609
   M /trunk/examples/d/x27d.d
 
610
   M /trunk/examples/java/x27.java
 
611
 
 
612
Update java and D versions of example 27 to include new plarc demo.
 
613
 
 
614
 
 
615
------------------------------------------------------------------------
 
616
r11852 | andrewross | 2011-08-04 04:59:19 -0400 (Thu, 04 Aug 2011) | 3 lines
 
617
Changed paths:
 
618
   M /trunk/doc/docbook/src/api.xml
 
619
 
 
620
Update plarc documentation to include mention of example 27.
 
621
 
 
622
 
 
623
------------------------------------------------------------------------
 
624
r11851 | andrewross | 2011-08-04 04:58:52 -0400 (Thu, 04 Aug 2011) | 3 lines
 
625
Changed paths:
 
626
   M /trunk/examples/c/x27c.c
 
627
   M /trunk/examples/c++/x27.cc
 
628
   M /trunk/examples/f77/x27f.fm4
 
629
   M /trunk/examples/f95/x27f.f90
 
630
 
 
631
Tweak C example 27. Update C++, f77 and f95 versions to include plarc demo.
 
632
 
 
633
 
 
634
------------------------------------------------------------------------
 
635
r11849 | hezekiahcarty | 2011-08-03 19:11:30 -0400 (Wed, 03 Aug 2011) | 1 line
 
636
Changed paths:
 
637
   M /trunk/drivers/cairo.c
 
638
   M /trunk/include/plplotP.h
 
639
   M /trunk/src/plarc.c
 
640
 
 
641
Fix arc rotation for Cairo devices
 
642
------------------------------------------------------------------------
 
643
r11846 | andrewross | 2011-08-03 10:40:25 -0400 (Wed, 03 Aug 2011) | 3 lines
 
644
Changed paths:
 
645
   M /trunk/src/plfill.c
 
646
 
 
647
Slightly cleaner fix to plfill. Also fix a typo bug in plfill3 which would have caused a crash for large numbers of points. 
 
648
 
 
649
 
 
650
------------------------------------------------------------------------
 
651
r11845 | andrewross | 2011-08-03 10:20:40 -0400 (Wed, 03 Aug 2011) | 3 lines
 
652
Changed paths:
 
653
   M /trunk/src/plarc.c
 
654
   M /trunk/src/plfill.c
 
655
 
 
656
Revert previous workaround to plarc fill problem. Instead properly fix up plfill to avoid trying to free an array which was not allocated with malloc.
 
657
 
 
658
 
 
659
------------------------------------------------------------------------
 
660
r11843 | andrewross | 2011-08-03 08:47:49 -0400 (Wed, 03 Aug 2011) | 3 lines
 
661
Changed paths:
 
662
   M /trunk/examples/c/x27c.c
 
663
 
 
664
Update example 27 to more thoroughly test plarc.
 
665
 
 
666
 
 
667
------------------------------------------------------------------------
 
668
r11842 | andrewross | 2011-08-03 08:45:46 -0400 (Wed, 03 Aug 2011) | 5 lines
 
669
Changed paths:
 
670
   M /trunk/doc/docbook/src/api.xml
 
671
   M /trunk/src/plarc.c
 
672
 
 
673
Update plarc to use the rotate option to plot ellipses which have the major axis rotated relative to the X-axis.
 
674
 
 
675
Also work around bug with filled ellipses which caused crash.
 
676
 
 
677
 
 
678
------------------------------------------------------------------------
 
679
r11841 | airwin | 2011-08-02 22:19:05 -0400 (Tue, 02 Aug 2011) | 2 lines
 
680
Changed paths:
 
681
   M /trunk/bindings/tk/about.tcl
 
682
 
 
683
Replace ancient wording describing PLplot with text adapted from our website.
 
684
 
 
685
------------------------------------------------------------------------
 
686
r11838 | hbabcock | 2011-08-01 14:33:15 -0400 (Mon, 01 Aug 2011) | 1 line
 
687
Changed paths:
 
688
   M /trunk/doc/Doxyfile.in
 
689
   M /trunk/www/examples.php
 
690
 
 
691
Update webpage info for the current release.
 
692
------------------------------------------------------------------------
 
693
r11837 | hbabcock | 2011-08-01 14:32:41 -0400 (Mon, 01 Aug 2011) | 1 line
 
694
Changed paths:
 
695
   M /trunk/CMakeLists.txt
 
696
 
 
697
Update CMakeLists file to reflect ChangeLog -> ChangeLog.release renaming
 
698
------------------------------------------------------------------------
 
699
r11836 | hbabcock | 2011-08-01 14:31:54 -0400 (Mon, 01 Aug 2011) | 1 line
 
700
Changed paths:
 
701
   M /trunk/README.Release_Manager_Cookbook
 
702
 
 
703
Update release manager docs to reflect ongoing changes at SF.
 
704
------------------------------------------------------------------------
 
705
r11835 | hbabcock | 2011-08-01 14:30:57 -0400 (Mon, 01 Aug 2011) | 1 line
 
706
Changed paths:
 
707
   M /trunk/OLD-README.release
 
708
   M /trunk/README.release
 
709
 
 
710
Changes for the 5.9.9 release.
 
711
------------------------------------------------------------------------
 
712
r11832 | hbabcock | 2011-08-01 09:14:46 -0400 (Mon, 01 Aug 2011) | 1 line
 
713
Changed paths:
 
714
   D /trunk/ChangeLog
 
715
 
 
716
Remove ChangeLog file.
 
717
------------------------------------------------------------------------
 
718
r11831 | hbabcock | 2011-08-01 09:12:31 -0400 (Mon, 01 Aug 2011) | 1 line
 
719
Changed paths:
 
720
   A /trunk/ChangeLog.release (from /trunk/ChangeLog:11830)
 
721
 
 
722
Repurpose legacy ChangeLog file as the ChangeLog.release file. Update for the 5.9.8 release.
 
723
------------------------------------------------------------------------